/*
Theme Name: foodstuff
Description: 
Author: Rina Sugiyama
Version: 1.0
*/
@charset "utf-8";
/* ------------------------------
カラーコード
------------------------------ */
:root {
    --white: #fff;
    --beige: #F7F5EF;
    --gold: #B1934A;
    --green: #89A634;
    --brown: #3C3226;
    --gray: #D4D1C7;
    --grad-green: linear-gradient(145deg,
            #D9B45A 0%,
            #96B53B 70%);
    --grad-gold: linear-gradient(145deg, #D9B45A, #B1934A);
    --grad-bg-top-under: linear-gradient(to bottom,
            rgba(247, 245, 239, 1) 0%,
            rgba(247, 245, 239, 0) 20%,
            rgba(247, 245, 239, 0) 80%,
            rgba(247, 245, 239, 1) 100%);
    --grad-bg-top: linear-gradient(to bottom,
            rgba(247, 245, 239, 1) 0%,
            rgba(247, 245, 239, 0) 10%,
            rgba(247, 245, 239, 0) 100%);
    --grad-bg-under: linear-gradient(to bottom,
            rgba(247, 245, 239, 0) 0%,
            rgba(247, 245, 239, 0) 90%,
            rgba(247, 245, 239, 1) 100%);
    --grad-bg-left: linear-gradient(to right,
            rgba(247, 245, 239, 1) 40%,
            rgba(247, 245, 239, 0) 100%);
    --grad-bg-right: linear-gradient(to left,
            rgba(247, 245, 239, 1) 40%,
            rgba(247, 245, 239, 0) 100%);
    --grad-bg-side05: linear-gradient(to right,
            rgba(247, 245, 239, 1) 0%,
            rgba(247, 245, 239, 0) 5%,
            rgba(247, 245, 239, 0) 95%,
            rgba(247, 245, 239, 1) 100%);
    --grad-bg-side20: linear-gradient(to right,
            rgba(247, 245, 239, 1) 0%,
            rgba(247, 245, 239, 0) 20%,
            rgba(247, 245, 239, 0) 80%,
            rgba(247, 245, 239, 1) 100%);
}
/* ------------------------------
背景・文字
------------------------------ */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    box-sizing: border-box;
    background-color: var(--beige);
    color: var(--brown);
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-align: left;
}
h1 {
    font-size: 4.0rem;
    line-height: 4.6rem;
    letter-spacing: 0.3rem;
    font-weight: 600;
}
h2 {
    font-size: 3.0rem;
    line-height: 3.2rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
h1, h2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 16px;
    z-index: 10;
    position: absolute;
}
h1 span, h2 span {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: var(--white);
    padding: 12px 8px;
}
h1 .punctuation-mark, h2 .punctuation-mark {
    padding: 12px 8px 0px;
}
h1 em, h2 em {
    color: var(--gold);
    font-style: normal;
}
h3 {
    font-weight: 600;
    font-size: 2.4rem;
}
h4 {
    color: var(--white);
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 600;
    text-align: center;
}
h5 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: 700;
}
h6 {
    position: absolute;
    font-size: 1.4rem;
    color: var(--gold);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
}
h6::after {
    content: "";
    background-color: var(--gold);
    height: 120px;
    width: 1px;
    position: absolute;
    left: 47%;
    bottom: -140px;
    transform: translateX(-50%);
}
h6 span {
    width: 72px;
    font-size: 6.4rem;
    line-height: 1.3;
    padding-block: 0.05em;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    position: relative;
    margin-bottom: 56px;
    display: inline-block;
    text-align: center;
}
h6 span::after {
    content: "";
    height: 1px;
    width: 16px;
    background: var(--gold);
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
em {
    font-style: normal;
    font-weight: 700;
    color: var(--gold);
}
b {
    color: var(--white);
    font-weight: 600;
}
a {
    text-decoration: none;
    color: var(--brown);
}
a:hover{
    opacity: 0.6;
}
.gothic {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
.text {
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid var(--gray);
    padding: 8px 0 4px;
}
.none {
    display: none;
}
@media (max-width: 768px) {
    body {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    h1 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    h2 {
        font-size: 2.0rem;
        line-height: 2.2rem;
    }
    h1, h2 {
        gap: 8px;
    }
    h1 span, h2 span {
        padding: 8px 4px;
    }
    h1 .punctuation-mark, h2 .punctuation-mark {
        padding: 8px 4px 0px;
    }
    h3 {
        font-size: 1.8rem;
    }
    h4 {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
    h5 {
        font-size: 2.0rem;
        line-height: 3.0rem;
    }
    h6 {
        font-size: 1.0rem;
    }
    h6::after {
        height: 60px;
        bottom: -80px;
    }
    h6 span {
        width: 40px;
        font-size: 3.6rem;
        margin-bottom: 32px;
    }
    h6 span::after {
        bottom: -16px;
        width: 8px;
    }
}
/* ------------------------------
シャドウ
------------------------------ */
.shade {
    filter: drop-shadow(2px 2px 6px rgba(64, 46, 37, 0.05));
}
/* ------------------------------
MV
------------------------------ */
.mv {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.img-container {
    width: 100vw;
    height: 20vh;
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 16px 0;
}
.img-container img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    border-radius: 4px;
}
.hero {
    position: relative;
    height: 70vh;
    width: 100vw;
}
.hero-img {
    display: flex;
    justify-content: center;
    width: 90%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-mask-image:
        radial-gradient(80% 300% at 100% 0,
            transparent 0%,
            transparent 32%,
            black 58%);
    mask-image:
        radial-gradient(80% 300% at 100% 0,
            transparent 0%,
            transparent 32%,
            black 58%);
}
.hero-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--grad-bg-under);
    z-index: 1;
}
.hero-img img {
    width: 100%;
    min-width: 1000px;
    height: 100%;
    object-fit: cover;
    object-position: calc(50% - 260px);
    transform: scale(1.2);
}
.mv h1 {
    top: 15vh;
    right: calc(50% - 35%);
}
.mv h1::before {
    position: absolute;
    content: "";
    top: 20vh;
    right: -260px;
    width: 480px;
    aspect-ratio: 1/1;
    background-image: url(assets/accent/tile.png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(1px);
    opacity: .4;
    z-index: -1;
    pointer-events: none;
}
.mv-label {
    position: absolute;
    right: calc(50% - 30%);
    bottom: 40px;
    z-index: 10;
}
.diamond {
    width: 160px;
    aspect-ratio: 1 / 1;
    transform: rotate(45deg);
    border-radius: 4px;
    background: var(--grad-gold);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: inset 10px 4px 8px rgba(64, 46, 37, 0.05);
}
.diamond:first-child {
    position: relative;
    top: 80px;
    right: -160px;
}
.diamond p {
    transform: rotate(-45deg);
    text-align: center;
    color: var(--white);
}
.diamond em {
    font-size: 2.4rem;
    line-height: 3.6rem;
    display: block;
    color: var(--white);
    font-weight: normal;
}
@media (max-width: 768px) {
    .img-container {
        height: 15vh;
    }
    .img-container img{
        max-width: 200px;
    }
    .hero {
        height: 65vh;
        width: 100vw;
    }
    .hero-img {
        width: 100%;
        -webkit-mask-image:
            radial-gradient(80% 200% at 100% 0,
                transparent 0%,
                transparent 32%,
                black 58%);
        mask-image:
            radial-gradient(80% 200% at 100% 0,
                transparent 0%,
                transparent 32%,
                black 58%);
    }
    .hero-img img {
        object-position: calc(50% - 200px);
        transform: scale(1.0);
    }
    .mv h1 {
        right: calc(50% - 45%);
    }
    .mv h1::before {
        top: 0;
        right: -60px;
        width: 280px;
    }
    .mv-label {
        position: absolute;
        right: calc(50% - 15%);
        bottom: 40px;
        z-index: 10;
    }
    .diamond {
        width: 110px;
    }
    .diamond:first-child {
        position: relative;
        top: 60px;
        right: -115px;
    }
    .diamond p {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .diamond em {
        font-size: 2.0rem;
        line-height: 3.0rem;
    }
}
/* ------------------------------
SFP
------------------------------ */
.sfp {
    max-width: 1040px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.sfp-title {
    position: relative;
    text-align: center;
}
.sfp-title::before,
.sfp-title::after {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 2px;
    height: 56px;
    background: var(--grad-green);
    pointer-events: none;
    transform-origin: center;
}
.sfp-title::before {
    left: 0;
    transform: translateX(-16px) rotate(-32deg);
}
.sfp-title::after {
    right: 0;
    transform: translateX(16px) rotate(32deg);
}
.sfp-title em {
    font-size: 3.2rem;
    line-height: 4.8rem;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.sfp-title em::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    height: 4px;
    background:
        radial-gradient(circle closest-side, var(--gold) 99%, transparent 100%) 0 50% / 34px 4px repeat-x;
    pointer-events: none;
}
.sfp-merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
    margin-bottom: 40px;
}
.sfp-item {
    width: 380px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    position: relative;
}
.sfp-item::before, .sfp-item::after {
    position: absolute;
    content: "";
    background-image: url(assets/accent/leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 100%;
    bottom: -20px;
    opacity: 0.8;
}
.sfp-item::before {
    left: 0;
}
.sfp-item::after {
    right: 0;
    transform: scale(-1, 1);
}
.sfp-item:first-child {
    flex-direction: row;
    margin: 0 200px;
}
.sfp-item:first-child::before, .sfp-item:first-child::after {
    top: 50%;
    transform: translateY(-45%);
}
.sfp-item:first-child::after {
    transform: scale(-1, 1) translateY(-45%);
}
.sfp-item .icon {
    width: 40px;
    padding: 20px;
    border-radius: 50px;
    background: var(--grad-green);
}
.sfp-heading {
    width: fit-content;
    color: var(--white);
    background: var(--grad-green);
    padding: 4px 20px 6px;
    border-radius: 50px;
    font-size: 1.6rem;
}
@media (max-width: 768px) {
    .sfp {
        gap: 20px;
        margin: 40px auto;
    }
    .sfp-title::before,
    .sfp-title::after {
        bottom: -16px;
        height: 40px;
    }
    .sfp-title .none {
        display: block;
    }
    .sfp-title em {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .sfp-title em::before {
        background:
            radial-gradient(circle closest-side, var(--gold) 99%, transparent 100%) 0 50% / 24px 4px repeat-x;
    }
    .sfp-merit {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }
    .sfp-item {
        width: 300px;
        height: 120px;
    }
    .sfp-item::before, .sfp-item::after {
        width: 40px;
        bottom: -30px;
    }
    .sfp-item:first-child {
        margin: 0 0 -24px;
    }
    .sfp-item:first-child::before {
    transform: translateY(-30%);
}
.sfp-item:first-child::after {
    transform: scale(-1, 1) translateY(-30%);
}
    .sfp-item .icon {
        width: 24px;
        padding: 16px;
    }
    .sfp-heading {
        padding: 2px 16px 4px;
        font-size: 1.4rem;
    }
}

/* ------------------------------
問題提起・共感 
------------------------------ */
.matter {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 0 200px;
    margin-top: 100px;
}
.matter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(67, 91, 56, 0.8) url(assets/scene/farmer.jpg) no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    filter: opacity(.6);
    z-index: -1;
}
.matter::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--grad-bg-top-under);
}
.matter h3 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.6rem;
    z-index: 99;
}
.matter h3 b {
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--gold);
    border-radius: 4px;
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-right: 8px;
}
.matter-img {
    width: 100%;
    max-width: 820px;
}
.matter-img img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 8px;
    filter: saturate(.8);
}
.matter ul {
    list-style: none;
    background-color: var(--brown);
    text-align: left;
    width: 90%;
    max-width: 680px;
    margin: auto;
    padding: 8px 16px;
    border-radius: 8px;
    margin-top: -120px;
    z-index: 99;
}
.matter ul li {
    color: var(--white);
    padding: 12px 12px 12px 52px;
    position: relative;
}
.matter ul li:not(:last-of-type) {
    background-image: linear-gradient(to right, var(--beige) 1px, transparent 1px, transparent 1px);
    background-size: 8px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.matter ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 8px;
    top: 50%;
    left: 12px;
    border-left: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
    transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
    .matter h3 {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
    .matter h3 b {
        padding: 4px 8px;
        font-size: 2.0rem;
        line-height: 3.0rem;
        margin-right: 8px;
    }
}
/* ------------------------------
解決策提示・メリット訴求 
------------------------------ */
.solution {
    padding: 260px 0 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.solution h2 {
    top: -100px;
}
.solution ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1040px;
    gap: 160px;
    list-style: none;
    overflow-x: hidden;
    padding: 140px 0 0;
}
.solution ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    width: 70%;
    max-width: 720px;
}
.solution ul li:nth-child(odd) {
    margin: 0 0 0 auto;
}
.solution ul li:nth-child(even) {
    margin: 0 auto 0 0;
}
.solution ul li .icon {
    width: 80px;
    position: absolute;
    top: 60px;
}
.solution ul li:nth-child(4) .icon {
    top: 20px;
}
.solution ul li:nth-child(odd) .icon {
    left: -30%;
}
.solution ul li:nth-child(even) .icon {
    right: -30%;
}
.solution ul li .icon img {
    width: 100%;
    object-fit: contain;
}
.solution ul li .icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--grad-green);
    border-radius: 4px;
    z-index: -1;
}
.solution ul li .icon::after {
    position: absolute;
    content: "";
    top: -160px;
    width: 380px;
    aspect-ratio: 1/1;
    background-image: url(assets/accent/tile.png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(1px);
    opacity: .4;
    z-index: -2;
    pointer-events: none;
}
.solution ul li:nth-child(odd) .icon::after {
    left: -20px;
}
.solution ul li:nth-child(even) .icon::after {
    right: -20px;
}
.solution ul li h5 {
    width: 360px;
    padding: 0 32px;
    box-sizing: border-box;
    position: relative;
}
.solution ul li:nth-child(odd) h5 {
    margin: 0 0 0 auto;
}
.solution ul li h5::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 2px;
    background: var(--grad-green);
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}
.solution ul li>img {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 4px;
}
.solution ul li p {
    padding: 0 24px;
}
@media (max-width: 768px) {
    .solution {
        padding: 100px 0 120px;
    }
    .solution ul {
        gap: 100px;
    }
    .solution ul li {
        gap: 40px;
        width: 100%;
    }
    .solution ul li:nth-child(odd), .solution ul li:nth-child(even) {
        margin: 0;
    }
    .solution ul li .icon {
        width: 40px;
        top: -40px;
        z-index: 99;
    }
    .solution ul li:nth-child(4) .icon {
        top: -40px;
    }
    .solution ul li:nth-child(odd) .icon {
        left: 10%;
    }
    .solution ul li:nth-child(even) .icon {
        right: 10%;
    }
    .solution ul li .icon::before {
        width: 100px;
        height: 100px;
    }
    .solution ul li .icon::after {
        top: -80px;
        width: 180px;
    }
    .solution ul li:nth-child(odd) .icon::after {
        left: 0px;
    }
    .solution ul li:nth-child(even) .icon::after {
        right: 0px;
    }
    .solution ul li h5 {
        width: 220px;
        padding: 0 16px;
    }
    .solution ul li h5::after {
        width: 240px;
    }
}
/* ------------------------------
事業概要・展開先紹介
------------------------------ */
.reason {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--brown);
    gap: 200px;
    padding: 380px 0 40px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 200px;
}
.reason::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--grad-bg-top);
    z-index: 0;
}
.reason::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -79px;
    height: 80px;
    background: var(--brown);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    pointer-events: none;
    z-index: 0;
}
.reason h2 {
    top: 0px;
}
.reason ul {
    z-index: 1;
    list-style: none;
    box-sizing: border-box;
    padding: 120px 0;
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 180px;
    overflow-x: hidden;
}
.reason ul li {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.reason ul li::after {
    content: "";
    background-image: url(assets/accent/wreath.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(1px);
    opacity: .2;
    width: 560px;
    aspect-ratio: 1/1;
    position: absolute;
    top: -12%;
    z-index: -1;
}
.reason ul li:nth-child(odd)::after {
    left: -15%;
}
.reason ul li:nth-child(even)::after {
    right: -12%;
}
.reason ul li:nth-child(even) {
    align-items: flex-end;
    position: relative;
}
.reason ul li h6 {
    top: 40px;
}
.reason ul li:nth-child(odd) h6 {
    left: 6%;
}
.reason ul li:nth-child(even) h6 {
    right: 6%;
}
.reason ul li p {
    box-sizing: border-box;
    width: 90%;
    max-width: 640px;
    padding: 80px 120px 60px;
    margin-top: -10%;
    border-radius: 8px;
    background-image: url(assets/accent/paper.jpg);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
}
.reason ul li>img {
    width: 80%;
    max-width: 680px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    z-index: 2;
    border-radius: 8px;
}
.reason ul li:nth-child(odd)>img {
    margin: 0 -200px 0 auto;
}
.reason ul li:nth-child(even)>img {
    margin: 0 auto 0 -200px;
}
@media (max-width: 1040px) {
    .reason ul li p {
        padding: 80px 10% 60px;
        margin-top: -40px;
    }
    .reason ul li:nth-child(odd) p {
        border-radius: 0 8px 8px 0;
        padding: 60px 10% 40px 20%;
    }
    .reason ul li:nth-child(even) p {
        border-radius: 8px 0 0 8px;
        padding: 60px 10% 40px 15%;
    }
    .reason ul li>img {
        width: 70%;
    }
    .reason ul li:nth-child(odd)>img {
        margin: 0 0 0 auto;
        border-radius: 8px 0 0 8px;
    }
    .reason ul li:nth-child(even)>img {
        margin: 0 auto 0 0;
        border-radius: 0 8px 8px 0;
    }
}
@media (max-width: 768px) {
    .reason {
        padding: 220px 0 20px;
        margin-bottom: 120px;
    }
    .reason::after {
        bottom: -49px;
        height: 50px;
    }
    .reason ul {
        gap: 140px;
    }
    .reason ul li::after {
        width: 360px;
        top: -25%;
    }
    .reason ul li:nth-child(odd)::after {
        left: -10%;
    }
    .reason ul li:nth-child(even)::after {
        right: -10%;
    }
    .reason ul li h6 {
        top: -40px;
    }
    .reason ul li p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
/* ------------------------------
募集要項
------------------------------ */
.recruitment {
    padding: 80px 0 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
    position: relative;
    overflow-x: hidden;
}
.recruitment h2 {
    top: 0;
    left: 25%;
}
.recruitment-bg {
    width: 100%;
    max-height: 520px;
    aspect-ratio: 2 /1;
}
.recruitment-bg img {
    width: 100%;
    max-height: 520px;
    aspect-ratio: 2 /1;
    object-fit: cover;
}
.recruitment h4 {
    height: 60px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
.recruitment h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-65%);
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.recruitment .welcome h4::before {
    width: 270px;
    background-image: url(assets/accent/heading_270px.png);
}
.recruitment .category h4::before {
    width: 210px;
    background-image: url(assets/accent/heading_210px.png);
}
.recruitment .refusal h4::before {
    width: 360px;
    background-image: url(assets/accent/heading_360px.png);
}
.welcome, .category, .refusal {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.welcome ul {
    list-style: none;
    background-color: var(--white);
    text-align: left;
    width: 90%;
    max-width: 680px;
    margin: auto;
    padding: 8px 16px;
    border-radius: 8px;
}
.welcome ul li {
    padding: 12px 12px 12px 52px;
    position: relative;
}
.welcome ul li:not(:last-of-type) {
    background-image: linear-gradient(to right, var(--brown) 2px, transparent 2px, transparent 2px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.welcome ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 8px;
    top: 50%;
    left: 12px;
    border-left: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
    transform: translateY(-50%) rotate(-45deg);
}
.category ul {
    list-style: none;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.category ul li {
    height: 140px;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    aspect-ratio: 600 /140;
}
.category ul li:nth-child(odd) {
    flex-direction: row-reverse;
}
.category ul li p {
    width: 60%;
    max-width: 420px;
    top: 0;
    bottom: 0;
    padding: 0 40px;
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 700;
}
.category ul li:nth-child(odd) p {
    left: 0;
    background: var(--grad-bg-left);
    justify-content: left;
}
.category ul li:nth-child(even) p {
    text-align: right;
    right: 0;
    background: var(--grad-bg-right);
    justify-content: right;
}
.category ul li img {
    width: 80%;
    max-width: 420px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}
.refusal-text {
    width: 100%;
    max-width: 680px;
    background-color: var(--brown);
    position: relative;
    padding: 32px 8px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.refusal-text::after {
    content: "";
    position: absolute;
    height: auto;
    inset: 0;
    background: var(--grad-bg-side05);
}
.refusal-text p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media (max-width: 768px) {
    .recruitment {
        padding: 56px 0 100px;
        gap: 80px;
    }
    .recruitment h2 {
        left: 15%;
    }
    .recruitment-bg {
        height: 260px;
        overflow: hidden;
    }
    .recruitment-bg img {
        height: 100%;
        transform: scale(1.4);
        object-position: 60%;
    }
    .recruitment h4 {
        height: 40px;
    }
    .recruitment h4::before {
        height: 40px;
    }
    .recruitment .welcome h4::before {
        width: 180px;
        background-image: url(assets/accent/heading_270px.png);
    }
    .recruitment .category h4::before {
        width: 140px;
        background-image: url(assets/accent/heading_210px.png);
    }
    .recruitment .refusal h4::before {
        width: 240px;
        background-image: url(assets/accent/heading_360px.png);
    }
    .welcome {
        margin-top: 40px;
        padding: 0 8px;
    }
    .category ul li {
        height: 80px;
    }
    .category ul li p {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
    .category ul li img {
        height: 80px;
    }
    .refusal-text::after {
        display: none;
    }
    .refusal-text p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .refusal-text ul {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
}
/* ------------------------------
安心・信頼
------------------------------ */
.trust {
    padding: 200px 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
    position: relative;
    overflow-x: hidden;
}
.trust h2 {
    top: 0;
}
.trust-bg {
    width: 100%;
    max-height: 520px;
    min-height: 200px;
    max-width: 1040px;
    margin: 0 auto;
    aspect-ratio: 2 /1;
    position: relative;
}
.trust-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--grad-bg-top-under);
}
.trust-bg img {
    width: 100%;
    max-height: 520px;
    min-height: 200px;
    aspect-ratio: 2 /1;
    object-fit: cover;
}
.trust ul {
    list-style: none;
    box-sizing: border-box;
    padding: 80px 24px;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
}
.trust ul li {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.trust ul li:nth-child(1)::after, .trust ul li:nth-child(2)::after {
    content: "";
    background-image: url(assets/accent/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(1px);
    width: 600px;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: -1;
    opacity: .1;
}
.trust ul li:nth-child(1)::after {
    top: -120px;
    left: -260px;
}
.trust ul li:nth-child(2)::after {
    top: 200px;
    right: -280px;
}
.trust ul li:nth-child(even) {
    margin: 0 0 0 auto;
}
.trust ul li h6 {
    top: -40px;
    background: var(--grad-green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.trust ul li h6::after {
    background: var(--grad-green);
}
.trust ul li h6 span {
    border: none;
    background: var(--grad-green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.trust ul li h6 span::after {
    background: var(--grad-green);
}
.trust ul li:nth-child(odd) h6 {
    left: 6%;
}
.trust ul li:nth-child(even) h6 {
    right: 6%;
}
.trust ul li h3 {
    font-size: 4.8rem;
    line-height: 6.4rem;
    font-weight: 700;
    z-index: 1;
    text-align: center;
    margin: 0 80px -24px auto;
}
.trust ul li:nth-child(even) h3 {
    margin: 0 auto -24px 80px;
}
.trust ul li h3 em {
    padding: 0 8px;
    font-size: 6.4rem;
    line-height: 6.4rem;
    background: var(--grad-green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.trust ul li:first-child h3 em {
    font-size: 12rem;
    line-height: 12rem;
    position: relative;
}
.trust ul li:first-child h3 em::after {
    content: "";
    background-image: url(assets/accent/highlight.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 00px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100%;
}
.trust ul li p {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 32px;
    border-radius: 8px;
    background-image: url(assets/accent/paper.jpg);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
    text-align: center;
}
.trust ul li p em {
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: 600;
    padding: 0 4px;
}
.trust ul li p .small {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 600;
}
@media (max-width: 1040px) {
    .trust ul {
        align-items: center;
    }
    .trust ul li:nth-child(even) {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .trust {
        padding: 180px 0 80px;
        gap: 80px;
    }
    .trust ul {
        padding: 60px 16px;
        gap: 80px;
    }
    .trust ul li {
        width: 100%;
        max-width: 360px;
    }
    .trust ul li:nth-child(1)::after,
    .trust ul li:nth-child(2)::after {
        width: 280px;
    }
    .trust ul li:nth-child(1)::after {
        top: 0px;
        left: -100px;
    }
    .trust ul li:nth-child(2)::after {
        top: 200px;
        right: -100px;
    }
    .trust ul li h6 {
        top: -20px;
    }
    .trust ul li:nth-child(odd) h6 {
        left: 4px;
    }
    .trust ul li:nth-child(even) h6 {
        right: 4px;
    }
    .trust ul li h3 {
        font-size: 3.2rem;
        line-height: 3.2rem;
        margin: 0 10% -16px auto;
    }
    .trust ul li:nth-child(even) h3 {
        margin: 0 auto -16px 20%;
    }
    .trust ul li h3 em {
        font-size: 4.0rem;
        line-height: 6.0rem;
    }
    .trust ul li:first-child h3 em {
        font-size: 7.2rem;
        line-height: 7.2rem;
    }
    .trust ul li:first-child h3 em::after {
        width: 70px;
    }
    .trust ul li p {
        padding: 40px 32px;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .trust ul li p em {
        font-size: 2.0rem;
        line-height: 3.0rem;
    }
    .trust ul li p .small {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
/* ==============================
   Contact / Form (CF7対応)
============================== */

/* ---- 見出し・コンテナ ---- */
.contact {
  box-sizing: border-box;
  padding: 80px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.contact h3 {
  position: relative;
  text-align: center;
  padding-bottom: 32px;
}
.contact h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 220px;
  height: 4px;
  background: var(--grad-green);
}
.contact h3 b {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 4.8rem;
  padding: 8px 16px;
  margin: 0 8px 16px;
  border-radius: 4px;
  background: var(--grad-green);
}

/* ---- フォーム枠 ---- */
.form {
  box-sizing: border-box;
  width: 100%;
  max-width: 820px;
  background-color: var(--white);
  border-radius: 8px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.form .hp { display: none; }
.form .field {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* ---- 入力共通（テキスト/テキストエリア/セレクト） ---- */
.form input,
.form textarea,
.form select,
.form .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 24px 36px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.form input,
.form textarea,
.form select{
  border-radius: 8px;
  background-color: var(--beige);
  padding: 24px 36px;
}
.form input::placeholder,
.form textarea::placeholder,
.form .wpcf7-form-control::placeholder {
  color: var(--gray);
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7 .wpcf7-response-output:empty{
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* ---- セレクト（矢印含む） ---- */
.select { position: relative; width: 100%; }
.form .select select {
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--brown);
}
.select select:has(option:checked[value=""]) { color: var(--gray); }
.select option { color: var(--brown); }
.select::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-top: 8px solid var(--gray);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  pointer-events: none;
}

/* ---- ラジオ（共通レイアウト） ---- */
.radios,
.form .wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
}

/* 視覚的に隠すinput（共通） */
.radios input[type="radio"],
.form .wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px; height: 1px;
  margin: 0; padding: 0;
}

/* ラベル（クリックターゲット） */
.radios label,
.form .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  user-select: none;
}

/* 外枠（円） */
.radios label::before,
.form .wpcf7-radio .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--gray);
}

/* 中のドット */
.radios label::after {
  content: "";
  position: absolute;
  left: 4px; top: 50%;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%) scale(0);
}
.radios input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(1);
}

/* CF7版（input+span 構造に対応） */
.form .wpcf7-radio .wpcf7-list-item label input + span::after {
  content: "";
  position: absolute;
  left: 4px; top: 50%;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%) scale(0);
}
.form .wpcf7-radio .wpcf7-list-item label input:checked + span::after {
  transform: translateY(-50%) scale(1);
}

/* フォーカス/無効（ラジオ） */
.radios input[type="radio"]:focus-visible + label::before,
.form .wpcf7-radio .wpcf7-list-item label input:focus-visible + span::before,
.form .wpcf7-radio .wpcf7-list-item label:focus-visible::before {
  outline: 2px solid var(--gray);
  outline-offset: 2px;
}
.radios input[type="radio"]:disabled + label,
.form .wpcf7-radio .wpcf7-list-item label:has(input[disabled]) {
  color: var(--gray);
  cursor: not-allowed;
}
.radios input[type="radio"]:disabled + label::before,
.form .wpcf7-radio .wpcf7-list-item label:has(input[disabled])::before {
  border-color: var(--gray);
  background: var(--gray);
}

/* ---- チェックボックス ---- */
.checkbox .checkbox-wrapper,
.form .checkbox .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* 視覚的に隠すinput */
.checkbox .checkbox-wrapper input[type="checkbox"],
.form .wpcf7-acceptance input[type="checkbox"],
.form .wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px; height: 1px;
  margin: 0; padding: 0;
  opacity: 0;
}

/* ラベル（クリックターゲット） */
.checkbox .checkbox-wrapper label,
.form .wpcf7-acceptance label,
.form .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  cursor: pointer;
  user-select: none;
  line-height: 1.8;
  display: inline-block;
}

/* 外枠（四角） */
.checkbox .checkbox-wrapper label::before,
.form .wpcf7-acceptance label::before,
.form .wpcf7-checkbox .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  border: 2px solid var(--gray);
  border-radius: 2px;
  background: var(--white);
}

/* チェックマーク */
.checkbox .checkbox-wrapper label::after,
.form .wpcf7-acceptance label input + span::after,
.form .wpcf7-checkbox .wpcf7-list-item label input + span::after {
  content: "";
  position: absolute;
  left: 7px; top: 50%;
  width: 6px; height: 12px;
  border: 3px solid var(--gold);
  border-top: none; border-left: none;
  transform: translateY(-60%) rotate(45deg) scale(0);
  transition: transform .15s ease;
}
.checkbox .checkbox-wrapper input[type="checkbox"]:checked + label::after,
.form .wpcf7-acceptance label input:checked + span::after,
.form .wpcf7-checkbox .wpcf7-list-item label input:checked + span::after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

/* フォーカス/無効（チェック） */
.checkbox .checkbox-wrapper input[type="checkbox"]:focus-visible + label::before,
.form .wpcf7-acceptance label input:focus-visible + span::before,
.form .wpcf7-checkbox .wpcf7-list-item label:focus-visible::before {
  outline: 2px solid var(--gray);
  outline-offset: 2px;
}
.checkbox .checkbox-wrapper input[type="checkbox"]:disabled + label,
.form .wpcf7-acceptance label:has(input[disabled]),
.form .wpcf7-checkbox .wpcf7-list-item label:has(input[disabled]) {
  color: var(--gray);
  cursor: not-allowed;
}
.checkbox .checkbox-wrapper input[type="checkbox"]:disabled + label::before,
.form .wpcf7-acceptance label:has(input[disabled])::before,
.form .wpcf7-checkbox .wpcf7-list-item label:has(input[disabled])::before {
  border-color: var(--gray);
  background: var(--gray);
}

/* ---- 付随UI ---- */
.form .checkbox a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
}
.form .required {
  font-size: 2.0rem;
  color: var(--gold);
  padding-left: 4px;
}

/* ---- アクセシビリティ（フォーカスリング） ---- */
.form :is(
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="search"],
  input[type="password"],
  textarea,
  select
):focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px var(--gray);
  border-radius: 8px;
}
.form button:focus-visible,
.form .btn-primary:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px var(--gray);
}

/* ---- CF7のベース幅/センタリング（既存維持） ---- */
.contact .wpcf7,
.contact .wpcf7 form { width: 100%; }
.contact .wpcf7 form .form {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
/* CF7 wrapをブロック化 */
.form .wpcf7-form-control-wrap { display: block; width: 100%; }

/* ==============================
   Responsive
============================== */
@media (max-width: 768px) {
  .contact {
    padding: 16px;
    gap: 40px;
  }
  .contact h3 { padding-bottom: 16px; }
  .contact h3 b {
    font-size: 2.0rem;
    line-height: 3.0rem;
    padding: 4px 8px;
    margin: 0 4px 8px;
  }
  .form {
    padding: 24px;
    gap: 24px;
  }

  .form .field { gap: 8px; }
  .form input,
  .form textarea,
  .form select,
    .form .wpcf7-radio,
  .form .wpcf7-form-control { 
    padding: 12px 16px; 
}

  .form input::placeholder,
  .form textarea::placeholder,
  .form .wpcf7-form-control::placeholder,
  .form .select select {
    color: var(--gray);
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .select::after {
    right: 16px;
    border-top: 6px solid var(--gray);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }


.radios .field {
  gap: 28px;
}

  .form .wpcf7-list-item { margin: 0; }
}

/* ------------------------------
メッセージ
------------------------------ */
.message {
    padding: 140px 0 160px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
    position: relative;
    overflow-x: hidden;
}
.message h2 {
    top: 0;
}
.message-bg {
    width: 100%;
    display: flex;
}
.message-img {
    width: 50%;
    max-height: 460px;
    position: relative;
}
.message-img img {
    width: 100%;
    max-height: 460px;
    aspect-ratio: 3 /2;
    object-fit: cover;
    object-position: bottom;
}
.message-img::after {
    content: "";
    position: absolute;
    height: auto;
    inset: 0;
    background: var(--grad-bg-side20);
}
.message-text {
    position: relative;
}
.message-text::before {
    position: absolute;
    content: "";
    top: -160px;
    right: calc(50% - 520px);
    width: 480px;
    aspect-ratio: 1/1;
    background-image: url(assets/accent/tile.png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(1px);
    opacity: .2;
    z-index: -1;
    pointer-events: none;
}
.message-text p {
    text-align: center;
}
.message-text p:not(:last-of-type) {
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .message {
        padding: 140px 0 80px;
        gap: 60px;
    }
    .message-bg {
        display: flex;
        flex-direction: column;
    }
    .message-img {
        width: 100%;
        max-height: auto;
    }
    .message-img img {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .message-img::after {
        background: var(--grad-bg-top-under);
    }
    .message-text::before {
        top: -80px;
        right: calc(50% - 220px);
        width: 240px;
    }
}
/* ------------------------------
フッター
------------------------------ */
footer {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer h3 {
    margin-bottom: 32px;
    color: var(--white);
    padding: 8px 16px;
    background-color: var(--gold);
    border-radius: 4px;
}
.operating-company, .partner-company {
    max-width: 1040px;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 60px;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}
.operating-company a, .partner-company a {
    display: block;
    width: 320px;
    text-align: center;
    box-sizing: border-box;
}
.partner-company a:nth-child(1), .partner-company a:nth-child(2) {
    background-color: var(--white);
    padding: 12px 16px 8px;
}
.partner-company a:nth-child(3) {
    padding: 0 30px;
}
.partner-company a:nth-child(4) {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 3.0rem;
}
.operating-company img, .partner-company img {
    width: 100%;
    object-fit: contain;
}
.footer-link {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    margin-bottom: 40px;
}
footer small {
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    footer h3 {
        margin-bottom: 24px;
        padding: 4px 8px;
        font-size: 1.4rem;
    }
    .operating-company, .partner-company {
        gap: 24px 60px;
        margin-bottom: 60px;
    }
    .operating-company a, .partner-company a {
        width: 240px;
    }
    .partner-company a:nth-child(1), .partner-company a:nth-child(2) {
        padding: 8px 12px 4px;
    }
    .partner-company a:nth-child(3) {
        padding: 0 40px;
    }
    .partner-company a:nth-child(4) {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    footer small {
        font-size: 1.2rem;
    }
}

/* ------------------------------
ボタン
------------------------------ */
.btn , input.wpcf7-submit.btn, input.wpcf7-previous.btn{
    position: relative;
    display: block;
    width: 450px;
    border-radius: 8px;
    color: var(--white);
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
}
.btn , input.wpcf7-submit.btn{
    background: var(--grad-green);
    border-color: #75941A;
}
input.wpcf7-previous.btn {
    background: var(--gray);
    border-color: rgb(182, 167, 167);
}
.sfp .btn {
    padding: 40px 20px 28px;
}
.form .btn, .contact .btn {
    padding: 24px 24px 28px;
}
.btn:hover {
    opacity: 1;
    filter:
        brightness(1.03) drop-shadow(2px 2px 8px rgba(64, 46, 37, 0.3));
    ;
}
.btn:active {
    transform: translateY(1px);
}
.btn-badge {
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    background: var(--white);
    color: var(--green);
    border: 2px solid var(--green);
    border-radius: 50px;
    padding: 4px 28px;
    white-space: nowrap;
    font-size: 1.8rem;
}
.btn em {
    color: var(--white);
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.btn em::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    height: 4px;
    background:
        radial-gradient(circle closest-side, var(--white) 99%, transparent 100%) 0 50% / 24px 4px repeat-x;
    pointer-events: none;
}
.btn-arrow {
    position: absolute;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid var(--white);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    opacity: .95;
}
.actions-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.actions{
  position: relative;
  display: inline-block;
}
.actions .btn-arrow{
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-left: 8px solid var(--white);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  opacity: .95;
}
.sfp .btn-arrow {
    right: 40px;
    top: 55%;
}
.form .btn-arrow,.contact .btn-arrow {
    right: 40px;
    top: 50%;
}
.previous-action .btn-arrow{
    left: 40px;
    top: 35%;
    transform: translateY(-50%) rotate(180deg);
}


@media (max-width: 768px) {
    .btn, input.wpcf7-submit.btn, input.wpcf7-previous.btn  {
        width: 260px;
        font-size: 1.6rem;
    }
    .sfp .btn {
        width: 60%;
        min-width: 260px;
        padding: 32px 24px 18px 8px;
    }
    .form .btn, .contact .btn {
        min-width: 260px;
        padding: 16px 12px 18px;
    }
    .btn-badge {
        left: 50%;
        top: -14px;
        padding: 2px 24px;
        font-size: 1.4rem;
    }
    .btn-arrow, .actions .btn-arrow {
        border-left: 6px solid var(--white);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
    .sfp .btn-arrow {
        right: 22px;
        top: 60%;
    }
    .form .btn-arrow, .contact .btn-arrow {
        right: 24px;
        top: 35%;
    }
}

/* ------------------------------
reCAPTCHA
------------------------------ */
.grecaptcha-badge { visibility: hidden; }

.form-recaptcha{
    font-size: 1.0rem;
    line-height: 1.5;
    font-weight: 400;
    color: var(--gray);
    margin-top: -10px;
}