
.container.narrow {
    max-width: 1080px;
}

.subTitle {
    font-size: 4rem;
}

.abouttext {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
}

.aboutLeadTitle {
    margin: 0 0 24px;
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-size: 51px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
}

.aboutLeadTitle span {
    display: block;
}

.subTitle2 {
    font-size: 2.3rem;
    text-align: center;
}

.aboutLeadImage {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 48px;
}

.aboutLeadImage picture {
    display: block;
    width: 100%;
}

.aboutLeadImage img {
    display: block;
    width: 100%;
    max-width: calc(100vw - 40px);
    height: auto;
    margin: 0 auto;
}

.joinLiink {
    margin-top: 40px;
}

.joinLiink a.Link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 62px;
    min-height: 62px;
    padding: 0 22px;
    width: min(450px, 100%);
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    min-width: 150px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background: #0c9f45;
    background-color: #0c9f45;
    transition: all .3s ease-in-out;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 0.04em;
    gap: 16px;
}

.joinLiink a.Link::before,
.joinLiink a.Link::after {
    content: "";
    display: block;
    width: 44px;
    min-width: 44px;
    height: 31px;
    background-image: url("../img/top/shochiku_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
}

.joinLiink a.Link:hover {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.aboutInfoSection {
    margin-top: 88px;
    padding-top: 88px;
    border-top: 1px solid #0c9f45;
}

.aboutInfoHeading {
    margin: 0 0 22px;
    color: #0c9f45;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
}

.aboutInfoLead {
    max-width: 700px;
    margin: 0 auto 38px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}

.aboutFeeCard {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #0c9f45;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.aboutFeeCardHead {
    padding: 12px 0;
    background: #0c9f45;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
}

.aboutFeeCardBody {
    padding: 18px 7px 18px;
    border-top: 1px solid #0c9f45;
    text-align: center;
}

.aboutFeeAmount {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 500;
}

.aboutFeeAmount small {
    font-size: 1.3rem;
}

.aboutFeeNote {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.aboutFeatureGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 88px;
}

.aboutFeatureCard {
    text-align: left;
}

.aboutFeatureVisual {
    aspect-ratio: 16 / 9;
    border: 1px solid #0c9f45;
    border-radius: 6px 6px 0 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    overflow: hidden;
}

.aboutFeatureVisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aboutFeatureTitle {
    margin: 0;
    padding: 12px 16px;
    background: #0c9f45;
    border-radius: 0 0 6px 6px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: center;
}

.aboutFeatureText {
    margin: 12px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
}

.aboutFeatureMore {
    align-self: end;
    justify-self: start;
    color: rgba(255, 255, 255, 0.82);
    font-size: 2.4rem;
    line-height: 1.2;
s    text-align: left;
}

.aboutFaqSection {
    margin-top: 120px;
    position: relative;
    padding: 88px clamp(22px, 4vw, 52px) 120px;
}

.aboutFaqSection::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #F5F4EA;
    /* border-top: 1px solid rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid rgba(0, 0, 0, 0.22); */
    z-index: -1;
}

.aboutFaqHeading {
    margin: 0 0 88px;
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.aboutFaqList {
    margin-top: 34px;
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.aboutFaqItem {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.aboutFaqTrigger {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 24px;
    align-items: center;
    column-gap: 18px;
    padding: 28px 0;
    cursor: pointer;
    list-style: none;
    color: #000;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.aboutFaqTrigger::-webkit-details-marker {
    display: none;
}

.aboutFaqMark {
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.aboutFaqQuestion {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 500;
}

.aboutFaqIcon {
    position: relative;
    width: 24px;
    height: 24px;
}

.aboutFaqIcon::before,
.aboutFaqIcon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transform: translate(-50%, -50%);
    transition: transform 0.28s ease, opacity 0.28s ease, width 0.28s ease;
}

.aboutFaqIcon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.aboutFaqItem.is-open .aboutFaqIcon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.aboutFaqPanel {
    height: 0;
    overflow: hidden;
    transition: height 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.aboutFaqPanelInner {
    padding-bottom: 28px;
}

.aboutFaqAnswerRow {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 0.28s ease, transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.aboutFaqAnswerRow > :only-child {
    grid-column: 2;
}

.aboutFaqItem.is-open .aboutFaqAnswerRow {
    opacity: 1;
    transform: translateY(0);
}

.aboutFaqAnswer {
    margin: 0;
    min-width: 0;
    font-size: 1.5rem;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.82);
}

.footer {
    margin-top: 0;
}

.section {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {

    #container {
        padding-top: 0px;
    }

    .wrapper {
        margin-top: 20px;
    }

    .aboutLeadImage {
        overflow: hidden;
    }

    .aboutLeadImage img {
        width: calc((100vw - 40px) * 0.9);
        max-width: none;
    }

    .abouttext {
        font-size: 16px;
        margin-top:-20px;
    }

    .aboutLeadTitle {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 1.35;
    }

    .aboutInfoSection {
        margin-top: 60px;
        padding-top: 60px;
    }

    .aboutInfoHeading {
        font-size: 2.6rem;
        margin-bottom: 18px;
    }

    .aboutInfoLead {
        margin-bottom: 24px;
        font-size: 1.4rem;
    }

    .aboutFeeCardHead {
        padding: 5px 0px;
        font-size: 1.4em;
    }

    .aboutFeeCardBody {
        padding: 12px 16px;
    }

    .aboutFeeAmount {
        gap: 4px;
        font-size: 1.8em;
    }

    .aboutFeeAmount small {
        font-size: 0.8em;
    }

    .aboutFeatureGrid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 38px;
    }

    .aboutFeatureTitle {
        padding: 10px 10px;
        font-size: 1.4em;
    }

    .aboutFeatureText {
        margin-top: 10px;
        font-size: 14px!important;
        line-height: 1.7;
    }

    .aboutFeatureMore {
        align-self: center;
        justify-self: center;
        text-align: center;
    }

    .joinLiink {
        margin-top: 52px;
    }

    .joinLiink a.Link {
        height: 56px;
        min-height: 56px;
        padding: 0 18px;
        font-size: 2rem;
    }

    .joinLiink a.Link::before,
    .joinLiink a.Link::after {
        width: 30px;
        min-width: 30px;
        height: 21px;
    }

    .aboutFaqSection {
        margin-top: 56px;
        padding: 34px 18px 52px;
    }

    .aboutFaqHeading {
        margin-bottom: 36px;
        font-size: 2.0em;
    }

    .aboutFaqList {
        margin-top: 18px;
    }

    .aboutFaqTrigger {
        grid-template-columns: 24px minmax(0, 1fr) 20px;
        column-gap: 12px;
        padding: 16px 0;
    }

    .aboutFaqMark {
        font-size: 1.5rem;
    }

    .aboutFaqQuestion {
        font-size: 1.3em;
        line-height: 1.7;
    }

    .aboutFaqAnswerRow {
        grid-template-columns: 24px minmax(0, 1fr);
        column-gap: 0px;
    }

    .aboutFaqAnswer {
        font-size: 1.2rem;
        line-height: 1.8;
    }
}

.joinLiink {
    margin-top: 72px;
}

@media screen and (max-width: 420px) {
    .joinLiink a.Link {
        width: 95%;
        height: 52px;
        min-height: 52px;
        padding: 0 16px;
        font-size: 1.4em;
    }

    .joinLiink a.Link::before,
    .joinLiink a.Link::after {
        width: 22px;
        min-width: 22px;
        height: 16px;
    }

    .joinLiink {
        margin-top: 44px;
    }

    .aboutInfoSection {
        margin-top: 48px;
        padding-top: 30px;
    }

    .aboutLeadTitle {
        margin-bottom: 24px;
        font-size: 2.8rem;
    }

    .aboutInfoHeading {
        font-size: 1.6em;
        margin-bottom: 24px;
    }

    .aboutInfoLead {
        font-size: 1.25rem;
        line-height: 1.8;
    }

    .aboutFeeAmount {
        font-size: 2.2em;
    }

    .aboutFeatureGrid {
        gap: 24px;
        margin-top: 32px;
    }

    .aboutFeatureMore {
        margin-top: -12px;
        align-self: center;
        justify-self: center;
        text-align: center;
    }

    .aboutFeatureTitle {
        padding: 10px 12px;
        font-size: 1.4em;
    }

    .aboutFeatureText {
        margin-top: 8px;
        font-size: 1.2rem;
        line-height: 1.7;
    }

    .aboutFaqSection {
        margin-top: 48px;
        padding: 32px 10px 44px;
    }

    .aboutFaqHeading {
        font-size: 2em;
        margin-bottom: 28px;
    }

    .aboutFaqTrigger {
        grid-template-columns: 20px minmax(0, 1fr) 18px;
        column-gap: 10px;
        padding: 14px 0;
    }

    .aboutFaqMark {
        font-size: 1.35rem;
    }

    .aboutFaqQuestion {
        font-size: 1.3em;
        line-height: 1.65;
    }

    .aboutFaqPanel {
        transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .aboutFaqPanelInner {
        padding-bottom: 18px;
    }

    .aboutFaqAnswer {
        font-size: 1.1rem;
        line-height: 1.75;
    }

    /* .container {
        padding-right: 20px;
        padding-left: 20px;
    } */
}
