.sub > div {
    padding: 0 20px;
}
.sub .inner {
    max-width: 1600px;
    margin: 0 auto;
}
.sub h2 {
    font-size: 48px;
    font-weight: 700;
}
.sub h3 {
    font-size: 24px;
    font-weight: 700;
}
.sub h3:not(.profile) {
    margin-bottom: 1.25em;
}
.sub p {
    font-size: 20px;
    letter-spacing: -0.03em;
    text-wrap: balance;
    word-break: keep-all;
}
.sub dl {
    gap: 24px 36px;
}
.sub dt {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
}
.sub dd {
    font-weight: 500;
    font-size: 20px;
}
.sub .inner {
    padding-bottom: 100px;
}
.sec01 figure {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.sec01 .left .txt-box {
    max-width: 340px;
    margin: 0 auto;
}
.sec01 .right .txt-box {
    flex-grow: 1;
    justify-content: space-between;
    /* background-color: tomato; */
}

.sec02 .inner {
    column-gap: 60px;
    align-items: center;
}
.sec02 .left {
    width: 40%;
}
.sec02 .right {
    width: 60%;
}
.sec02 .txt-box p {
    margin-bottom: 2em;
}

.sec03 .inner {
    padding: 55px 100px;
    border-radius: 1.2em;
    background-color: rgba(243, 203, 191, 0.1);
}
.sec03 .txt-box p {
    margin-bottom: 2em;
}
.sec04 .inner > div {
    column-gap: 110px;
    align-items: center;
}
.sec04 figure {
    min-width: 245px;
}
.sec04 .txt-box {
    flex-grow: 1;
}

/* contact */
.height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh;
}
.grow {
    flex-grow: 1;
}
.contact .sub-top {
    padding-top: clamp(98px, 8vw, 110px);
    padding-bottom: clamp(98px, 8vw, 110px);
}
.contact .sub-bot {
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 20px;
}
.contact h2 + p {
    margin-top: 1.45em;
    font-size: 24px;
    font-weight: 700;
}
.contact h2 + p + p {
    font-size: 20px;
}
.contact .txt-box {
    max-width: 660px;
    padding: clamp(20px, 3.02vw, 58px) clamp(16px, 2.70vw, 52px);
    background-color: rgba(243, 203, 191, 0.1);
    margin: 0 auto;
}
.contact .flex {
    align-items: center;
    column-gap: 20px;
    margin-bottom: 1em;
}
.contact .txt-box p {
    font-weight: 700;
    font-size: 24px;
}
.contact .txt-box small {
    opacity: 0.64;
    font-size: 18px;
}
.contact .btn {
    margin-top: 60px;
}

/* .sns */
.sns .sub-bot {
    padding-bottom: 30px;
}
.sns-list {
    row-gap: 28px;
}
.sns-list a {
    max-width: 350px;
}

/* faq */
.faq-section {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

.faq-item {
    margin: 15px 0;
}

.faq dt {
    position: relative;
    font-weight: 700;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #1c1c1c;    
    text-align: left;
    font-size: 24px;
}
.faq dt::before {
    content: "Q. ";
    font-weight: 700;
    font-size: 24px;
}
.faq dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background-image: url(../img/arrow-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.faq dt.active::after {
    background-image: url(../img/arrow-down.svg);
} 

.faq dd {
    margin: 0;
    padding: 10px;
    background-color: rgba(243, 203, 191, 0.1);
    display: none;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}

.faq dt.active + dd {
    display: block;
}
.faq dd::before {
    content: "A. ";
    font-size: 24px;
    font-weight: 700;
    color: #f3cbbf;
}
.faq dd span {
    display: block;
    margin: 5px 0;
}
.faq dd span::before {
    content: "▪ ";
    color: #1c1c1c;
}



@media (max-width: 1024px) {
    .sub h2 {
        font-size: 24px;
    }
    .sub h3 {
        font-size: 18px;
    }
    .sub p,
    .sub dt,
    .sub dd {
        font-size: 16px;
    }
    .sub .inner {
        padding-bottom: 60px;
    }
    .sec01 > .grid-2 {
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 60px;
    }
    .sec01 .left {
        width: 100%;
    }
    .sec01 .left .txt-box {
        padding-right: 20px;
    }
    .sec01 figure {
        margin-bottom: 20px;
    }
    .sec01 img {
        max-width: 260px;
    }
    .sub dl {
        gap: 20px 16px;
    }
    .sec02 .inner {
        flex-direction: column-reverse;
    }
    .sec02 .left, 
    .sec02 .right {
        width: 100%;
    }
    .sec02 .txt-box p,
    .sec03 .txt-box p {
        margin-bottom: 1.2em;
    }
    .sec03 .inner {
        padding: 20px;
    }
    .sec04 .inner {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }
    .sec04 .inner > div {
        flex-direction: column;
        row-gap: 30px;
    }
    .sec04 figure {
        text-align: center;
    }
    .sec04 img {
        max-width: 190px;
    }

    .contact h2 + p {
        font-size: 20px;
    }
    .contact h2 + p + p {
        font-size: 16px;
    }
    .contact .txt-box {
        text-align: center;
    }
    .contact .txt-box .flex {
        justify-content: center;
    }
    .contact .txt-box p {
        font-size: 16px;
    }
    .contact .txt-box small {
        font-size: 14px;
    }
    .contact .btn {
        margin-top: 30px;
    }
    .faq dt::after {
        width: 24px;
        height: 24px;
    }
    .faq-item dd {
        font-size: 14px;
        text-wrap: balance;
        word-break: keep-all;
    }
}    
