@charset "UTF-8";

#group-purchase a {
    display: block;
}

.inner {
    width: 90%;
    position: relative;
    z-index: 1;
    margin: 0 auto;

    @media screen and (max-width: 767px) {
        width: calc(100% - 3rem);
    }
}

.w1080 {
    max-width: 1080px;
}

.common--title {
    font-family: "M PLUS 1", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    position: relative;
    margin-bottom: 70px;
    @media screen and (max-width: 767px) {
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 1.2;
    }
    &:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 3px;
        background-color: #006633;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        @media screen and (max-width: 767px) {
            bottom: -15px;
            width: 45px;
            height: 2px;
        }
    }
}

.yellow-button {
    max-width: 423px;
    width: 39%;
    height: auto !important;
    transition: all 0.3s ease-in;
    @media screen and (max-width: 767px) {
        width: 100%;
    }
    &:hover {
        opacity: 0.75;
    }
    & img {
        width: 100%;
        vertical-align: top;
    }
}

#banner {
    width: 100%;
    position: relative;
    .banner-bg {
        width: 100%;
        vertical-align: top;
        @media screen and (max-width: 767px) {
            object-fit: cover;
            height: 50%;
        }
        @media screen and (max-width: 430px) {
            height: 360px;
        }
    }
    .banner-card {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 56%;
        @media screen and (max-width: 767px) {
            width: 90%;
        }
        & img {
            width: 100%;
            vertical-align: top;
        }
        .yellow-button {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            @media screen and (max-width: 1500px) {
                bottom: 20px;
            }
            @media screen and (max-width: 767px) {
                bottom: 14px;
                width: 92%;
            }
        }
    }
}

#block1 {
    background-color: #f5f3e9;
    padding-top: 100px;
    padding-bottom: 34px;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .central-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        .description {
            font-family: "Noto Sans JP", sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 190%;
            text-align: center;
            letter-spacing: 0.1em;
            color: #000000;
            @media screen and (max-width: 767px) {
                font-size: 16px;
                line-height: 1.6;
                text-align: left;
            }
            .bold {
                font-weight: 600;
            }
        }
    }
}

#block2 {
    width: 100%;
    position: relative;
    padding-top: 170px;
    padding-bottom: 84px;
    @media screen and (max-width: 767px) {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    &:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../../img/group-purchase//block2-bg.png") no-repeat top center / 100% auto;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .contents-flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
        @media screen and (max-width: 767px) {
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        .card {
            max-width: 204px;
            width: 18.8%;
            @media screen and (max-width: 767px) {
                width: 49%;
                margin-bottom: 20px;
            }
            .card-img {
                width: 100%;
                margin-bottom: 15px;
                @media screen and (max-width: 767px) {
                    margin-bottom: 10px;
                }
                & img {
                    width: 100%;
                    vertical-align: top;
                }
            }
            .card-title {
                font-family: "Noto Sans JP", sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                line-height: 24px;
                color: #000000;
                text-align: center;
                @media screen and (max-width: 767px) {
                    font-size: 16px;
                    line-height: 1.2;
                }
            }
        }
    }
    .note {
        font-family: "Noto Sans JP", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-align: right;
        letter-spacing: 0.05em;
        color: #000000;
        text-align: right;
        @media screen and (max-width: 767px) {
            font-size: 14px;
        }
    }
}

#block3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #006633;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .common--title {
        color: #fff;
        &:after {
            background-color: #eac512;
        }
    }
    .description {
        font-family: "Noto Sans JP", sans-serif;
        margin-bottom: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #ffffff;
        @media screen and (max-width: 767px) {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 30px;
        }
    }
    .contents-flex {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;
        @media screen and (max-width: 767px) {
            margin-bottom: 30px;
            flex-direction: column;
        }
        .card {
            background-color: #fff;
            width: 31%;
            min-height: 22.8rem;
            border-radius: 10px;
            padding: 30px 16px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: center;
            @media screen and (max-width: 767px) {
                width: 100%;
                margin-bottom: 10px;
                min-height: auto;
            }
            .card-num {
                font-family: "Roboto", sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 25px;
                line-height: 30px;
                text-align: center;
                letter-spacing: 0.05em;
                color: #006633;
                margin-bottom: 20px;
                @media screen and (max-width: 767px) {
                    font-size: 20px;
                    line-height: 1.2;
                }
                & span {
                    font-size: 30px;
                    padding-left: 4px;
                    box-sizing: border-box;
                    @media screen and (max-width: 767px) {
                        font-size: 24px;
                    }
                }
            }
            .card-icon {
                width: 150px;
                margin-bottom: 20px;
                @media screen and (max-width: 767px) {
                    width: 120px;
                    margin-bottom: 10px;
                }
                & img {
                    width: 100%;
                    vertical-align: top;
                }
            }
            .card-description {
                font-family: "Noto Sans JP", sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                text-align: center;
                letter-spacing: 0.08em;
                color: #000000;
                @media screen and (max-width: 767px) {
                    font-size: 16px;
                    line-height: 24px;
                }
            }
        }
        .yellow-arrow {
            width: 14px;
            @media screen and (max-width: 767px) {
                width: 10px;
                transform: rotate(90deg);
                margin-bottom: 10px;
            }
            & img {
                width: 100%;
                vertical-align: top;
            }
        }
    }
    .yellow-btn-container {
        width: 100%;
        display: flex;
        justify-content: center;
        @media screen and (max-width: 767px) {
            .yellow-button {
                width: 100%;
            }
        }
    }
}

#block4 {
    padding-top: 120px;
    padding-bottom: 120px;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .card {
        border: #006633 2px solid;
        padding: 40px 100px;
        box-sizing: border-box;
        margin-bottom: 30px;
        height: 353px;
        position: relative;
        @media screen and (max-width: 767px) {
            height: auto;
            padding: 20px;
        }
        .contents-flex {
            display: flex;
            justify-content: space-between;
            gap: 4%;
            height: 100%;
            @media screen and (max-width: 767px) {
                gap: 10px;
                flex-direction: column-reverse;
            }
            .text-contents {
                vertical-align: top;
                width: 53%;
                @media screen and (max-width: 767px) {
                    width: 100%;
                }
                .num {
                    font-family: "Roboto", sans-serif;
                    font-style: italic;
                    font-weight: 700;
                    font-size: 108px;
                    line-height: 111%;
                    display: flex;
                    align-items: center;
                    color: #ffdf45;
                    @media screen and (max-width: 767px) {
                        font-size: 48px;
                        line-height: 1;
                    }
                }
                .line1 {
                    font-family: "Noto Sans JP", sans-serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 40px;
                    letter-spacing: 0.08em;
                    color: #000000;
                    .smaller {
                        font-size: 18px;
                        line-height: 1.5;
                        letter-spacing: 0.05em;
                        color: #000;
                        display: block;
                        @media screen and (max-width: 767px) {
                            font-size: 12px;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        font-size: 16px;
                        line-height: 32px;
                    }
                    & span {
                        font-size: 36px;
                        color: #006633;
                        @media screen and (max-width: 767px) {
                            font-size: 24px;
                        }
                    }
                }
                & p {
                    font-family: "Noto Sans JP", sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    letter-spacing: 0.05em;
                    color: #000000;
                    @media screen and (max-width: 767px) {
                        font-size: 14px;
                        line-height: 24px;
                    }
                }
            }
            .img-contents {
                padding-top: 64px;
                width: 40%;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    padding-top: 0;
                }
                & img {
                    width: 100%;
                    vertical-align: top;
                }
            }
        }
    }
    .card:nth-child(odd) {
        .contents-flex {
            flex-direction: row-reverse;
            @media screen and (max-width: 767px) {
                flex-direction: column-reverse;
            }
        }
    }
    .card:last-child {
        margin-bottom: 0;
    }
}

#block5 {
    background-color: #f5f3e9;
    padding-top: 100px;
    padding-bottom: 100px;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .central-contents {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        .table-container {
            max-width: 880px;
            width: 100%;
            & table {
                width: 100%;
                & tr {
                    border-bottom: 1px solid #a6a6a6;
                    & th,
                    & td {
                        padding-top: 16px;
                        padding-bottom: 16px;
                        font-family: "Noto Sans JP", sans-serif;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 35px;
                        color: #000000;
                        letter-spacing: 0.08em;
                        text-align: left;
                        @media screen and (max-width: 767px) {
                            padding-top: 10px;
                            padding-bottom: 10px;
                            font-size: 16px;
                            line-height: 1.6;
                        }
                    }
                    & th {
                        width: 166px;
                        vertical-align: top;
                        @media screen and (max-width: 767px) {
                            width: 100%;
                            display: block;
                            padding-bottom: 0;
                        }
                    }
                    & td {
                        width: calc(100% - 166px);
                        @media screen and (max-width: 767px) {
                            width: 100%;
                            display: block;
                            font-weight: 400;
                        }
                        & span {
                            font-size: 18px;
                            @media screen and (max-width: 767px) {
                                font-size: 14px;
                            }
                        }
                        .note {
                            font-family: "Noto Sans JP", sans-serif;
                            font-size: 15px;
                            letter-spacing: 0.05em;
                            font-weight: 400;
                            @media screen and (max-width: 767px) {
                                font-size: 13px;
                                display: block;
                            }
                        }
                    }
                }
            }
        }
    }
}

#block6 {
    padding-top: 120px;
    padding-bottom: 120px;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .description {
        margin-bottom: 60px;
        font-family: "Noto Sans JP", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #000000;
        @media screen and (max-width: 767px) {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 30px;
        }
    }
    .block6-list {
        display: flex;
        flex-direction: column;
        gap: 40px;
        @media screen and (max-width: 767px) {
            gap: 30px;
        }
        & li {
            display: flex;
            justify-content: space-between;
            @media screen and (max-width: 767px) {
                flex-direction: column-reverse;
            }
            .text-contents {
                width: 60%;
                @media screen and (max-width: 767px) {
                    width: 100%;
                }
                .green-header {
                    margin-bottom: 7px;
                    font-family: "Noto Sans JP", sans-serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 26px;
                    line-height: 34px;
                    letter-spacing: 0.05em;
                    color: #006633;
                    @media screen and (max-width: 767px) {
                        font-size: 16px;
                        line-height: 1.6;
                        margin-bottom: 10px;
                    }
                }
                & p {
                    font-family: "Noto Sans JP", sans-serif;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 30px;
                    letter-spacing: 0.08em;
                    color: #000000;
                    @media screen and (max-width: 767px) {
                        font-size: 14px;
                        line-height: 24px;
                    }
                }
            }
            .img-contents {
                width: 37%;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    margin-bottom: 10px;
                }
                & img {
                    width: 100%;
                    vertical-align: top;
                }
            }
        }
    }
}

#block7 {
    background-color: #006633;
    padding-top: 100px;
    padding-bottom: 100px;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .common--title {
        color: #fff;
        &:after {
            background-color: #eac512;
        }
    }
    .voice-list {
        display: flex;
        flex-direction: column;
        gap: 64px;
        @media screen and (max-width: 767px) {
            gap: 30px;
        }
        & li {
            display: flex;
            justify-content: space-between;
            @media screen and (max-width: 767px) {
                flex-direction: column;
                align-items: center;
            }
            .img-contents {
                width: 18.5%;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    max-width: 120px;
                    margin-bottom: 10px;
                }
                .img-container {
                    & img {
                        width: 100%;
                        vertical-align: top;
                    }
                }
                .name {
                    margin-top: 12px;
                    font-family: "Noto Sans JP", sans-serif;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 22px;
                    text-align: center;
                    letter-spacing: 0.05em;
                    color: #ffffff;
                    @media screen and (max-width: 767px) {
                        margin-top: 10px;
                        font-size: 14px;
                    }
                }
            }
            .text-contents {
                width: 76.85%;
                background-color: #fff;
                border-radius: 20px;
                padding: 40px;
                box-sizing: border-box;
                font-family: "Noto Sans JP", sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 160%;
                letter-spacing: 0.05em;
                color: #000000;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    padding: 20px;
                    font-size: 16px;
                }
            }
        }
        & li:nth-child(odd) {
            flex-direction: row-reverse;
            @media screen and (max-width: 767px) {
                flex-direction: column;
            }
        }
    }
    .btn-decoration {
        max-width: 420px;
        width: 100%;
        margin: 0 auto 30px;
        @media screen and (max-width: 767px) {
            width: 80%;
            margin: 0 auto 10px;
        }
        & img {
            width: 100%;
            vertical-align: top;
        }
    }
    .yellow-button {
        max-width: 423px;
        width: 100%;
        margin: 0 auto;
        display: block;
        & img {
            width: 100%;
            vertical-align: top;
        }
    }
}

#block8.faq {
    background-color: #f5f3e9;
    padding-top: 120px;
    padding-bottom: 120px;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .faq-box {
        width: 100%;
        background-color: #fff;
        padding: 40px 50px;
        box-sizing: border-box;
        margin-bottom: 30px;
        cursor: pointer;
        @media screen and (max-width: 767px) {
            padding: 20px;
        }
        .question-container {
            display: flex;
            gap: 10px;
            position: relative;
            .q {
                width: 28px;
                height: 28px;
                border-radius: 28px;
                background-color: #006633;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: "Roboto", sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 16px;
                text-align: center;
                letter-spacing: 0.05em;
                color: #ffffff;
                border: 2px solid #006633;
                @media screen and (max-width: 767px) {
                    font-size: 14px;
                    line-height: 1;
                    width: 24px;
                    height: 24px;
                    border-radius: 24px;
                }
            }
            .question {
                font-family: "Noto Sans JP", sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                line-height: 28px;
                letter-spacing: 0.05em;
                color: #006633;
                flex: 1;
                padding-right: 30px;
                box-sizing: border-box;
                @media screen and (max-width: 767px) {
                    font-size: 16px;
                    line-height: 24px;
                }
            }
            .open-close {
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                &:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 22px;
                    height: 3px;
                    background-color: #006633;
                    @media screen and (max-width: 767px) {
                        width: 16px;
                        height: 2px;
                    }
                }
                &:after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%) rotate(90deg);
                    width: 22px;
                    height: 3px;
                    background-color: #006633;
                    transition: all 0.3s ease-in;
                    @media screen and (max-width: 767px) {
                        width: 16px;
                        height: 2px;
                    }
                }
            }
            .open-close.open {
                &:after {
                    transform: translate(-50%, -50%) rotate(0deg);
                }
            }
        }
        .answer-container.open {
            display: flex;
        }
        .answer-container {
            margin-top: 20px;
            gap: 10px;
            display: none;
            .a {
                width: 28px;
                height: 28px;
                border-radius: 28px;
                border: 2px solid #006633;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: "Roboto", sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 16px;
                text-align: center;
                letter-spacing: 0.05em;
                color: #006633;
                @media screen and (max-width: 767px) {
                    font-size: 14px;
                    line-height: 1;
                    width: 24px;
                    height: 24px;
                    border-radius: 24px;
                }
            }
            .answer {
                font-family: "Noto Sans JP", sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 30px;
                letter-spacing: 0.05em;
                color: #000000;
                flex: 1;

                @media screen and (max-width: 767px) {
                    font-size: 14px;
                    line-height: 24px;
                }
            }
        }
    }
    .faq-box:last-child {
        margin-bottom: 0;
    }
}

#contact {
    background-color: #006633;
    padding-top: 100px;
    padding-bottom: 100px;
    @media screen and (max-width: 767px) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main-title {
        margin-bottom: 20px;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 60px;
        line-height: 70px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #ffffff;
        @media screen and (max-width: 767px) {
            font-size: 24px;
            line-height: 1;
        }
    }
    .description {
        font-family: "Noto Sans JP", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 40px;
        text-align: center;
        letter-spacing: 0.1em;
        color: #ffffff;
        margin-bottom: 30px;
        @media screen and (max-width: 767px) {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
        }
    }
    .yellow-button {
        margin: 0 auto;
        @media screen and (max-width: 767px) {
            width: 100%;
        }
    }
}
