@charset "UTF-8";

.pc-off {
    display: none;
    @media screen and (max-width: 767px) {
        display: block !important;
    }
}

.sp-off {
    display: block;
    @media screen and (max-width: 767px) {
        display: none !important;
    }
}

/* SECTION - 1 */

#section1 {
    position: relative;
    display: flex;
    justify-content: center;
    background-image: url(../img/mv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem calc((100% - 131.7rem) / 60.3 * 24.3) 5rem calc((100% - 131.7rem) / 60.3 * 36);
    @media screen and (max-width: 767px) {
        background-image: url(../img/mv_bg_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0;
        padding-top: 4rem;
    }

    .inner {
    }
}

/* .sec1_container {
    width: 100%;
} */

.sec1-container {
    display: flex;
    gap: 10rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 3rem;
    }
}

.sec1-left {
    width: 55%;

    @media screen and (max-width: 767px) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.sec1-right {
    width: 45%;

    @media screen and (max-width: 767px) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.tagline {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 767px) {
        display: none;
    }
}

.tagline-txt {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 700;
    font-size: 3.54rem;
    line-height: 5.1rem;
    letter-spacing: 0.12em;
    color: #ea7e96;
}

.point-right {
    position: relative;
    left: -1rem;

    @media screen and (max-width: 767px) {
        left: 0;
    }
}

.highlight-title {
    position: relative;
    margin-bottom: 10rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
    }
}

.info-boxes {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 1rem;
        padding-bottom: 3rem;
    }
}

.info {
    border: 3px solid #f08b94;
    border-radius: 1.1rem;
    padding: 5.5rem 0 2rem;
    text-align: center;
    width: 31.4%;
    /* width: 21.8rem; */
    /* height: 16.1rem; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 767px) {
        width: 31.4%;
        height: 10rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4rem 0 3rem;
    }
}

.info-2 {
    border: 3px solid #f08b94;
    border-radius: 1rem;
    padding: 1.5rem 0 1rem;
    text-align: center;
    width: 31.4%;
    /* width: 21.8rem; */
    /* height: 16.1rem; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 767px) {
        width: 31.4;
        height: 10rem;
        padding: 4rem 0 3rem;
        padding-left: 1px;
        padding-right: 1px;
    }
}

.info-img {
    position: absolute;
    width: 40%;
    left: 6.5rem;
    top: -5rem;

    @media screen and (max-width: 767px) {
        left: 3rem;
        top: -2.5rem;
    }
}

.info-img-txt {
    position: absolute;
    width: 80%;
    left: 2rem;
    top: -7.7rem;

    @media screen and (max-width: 767px) {
        left: 1rem;
        top: -3.7rem;
    }
}

.info-des {
    display: flex;
    flex-direction: column;
}

.info-des-txt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.1rem;
    text-align: center;
    letter-spacing: 0.12em;
    color: #ea7e96;

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.info-des-num {
    position: relative;
    .num {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 900;
        font-size: 5.6rem;
        line-height: 6.7rem;
        color: #000000;

        @media screen and (max-width: 767px) {
            font-size: 2.9rem;
            line-height: 3rem;
            letter-spacing: -0.2rem;
        }
    }

    .des {
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 900;
        font-size: 3.26rem;
        line-height: 3.9rem;
        color: #000000;

        @media screen and (max-width: 767px) {
            font-size: 1.7rem;
            line-height: 1.6rem;
        }
    }

    &::before {
        content: "";
        position: absolute;
        left: 1rem;
        bottom: 0.5rem;
        background-color: #ffe787;
        height: 2.5rem;
        width: 85%;
        z-index: -1;

        @media screen and (max-width: 767px) {
            height: 1.2rem;
            left: 0.1rem;
            width: 100%;
            bottom: 0;
        }
    }
}

.sec1-red-btn {
    @media screen and (max-width: 767px) {
        padding-bottom: 4rem;
        padding-top: 1.5rem;
    }
}

.sec1-left-btn {
    position: relative;
    width: 50%;
    background-color: #336ec7;
    border-radius: 10rem;
    padding: 2rem 5rem;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }

    @media screen and (max-width: 767px) {
        width: 100%;
        gap: 1rem;
        padding: 1.5rem 2.5rem;
    }

    & img {
        width: 8%;
    }
}

.btn-txt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.1rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .small-txt {
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.4rem;
        text-align: center;
        letter-spacing: 0.1em;
        color: #ffffff;

        @media screen and (max-width: 767px) {
            font-size: 1.2rem;
            line-height: 2rem;
        }
    }
}
.cta-button {
    display: block;
    text-align: center;
    background-color: #d60000;
    color: white;
    padding: 16px 24px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    width: fit-content;
    z-index: 999;
}

.sec1-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;

    @media screen and (max-width: 767px) {
        width: 28.3rem;
        margin: auto;
        height: 10.7rem;
        padding-bottom: 2.7rem;
    }
}

.info-right {
    border: 5px solid #f08b94;
    border-radius: 2.2rem;
    padding: 8rem 0;
    text-align: center;
    /* width: 21.8rem; */
    width: 53.4rem;
    /* height: 16.1rem; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-image: url("../img/circle_bg.jpg");
    background-size: cover;

    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 5rem 0;
        padding-bottom: 3rem;
    }
}

.info-img-right {
    width: 20%;
    position: absolute;
    top: -6rem;

    @media screen and (max-width: 767px) {
        top: -3rem;
    }
}

.txt-num {
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 767px) {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
}
.info-des-txt-right {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.1rem;
    text-align: center;
    letter-spacing: 0.12em;
    color: #ea7e96;

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

.info-des-txt-right-big {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 6.6rem;
    line-height: 8rem;
    text-align: center;
    letter-spacing: 0.12em;
    color: #ea7e96;

    @media screen and (max-width: 767px) {
        font-size: 2rem;
        line-height: 5.5rem;
    }
}

.info-des-num-right {
    position: relative;
    .num {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 900;
        font-size: 14.5rem;
        line-height: 17rem;
        letter-spacing: 0.01em;
        color: #000000;
        position: relative;

        @media screen and (max-width: 767px) {
            line-height: 2rem;
            font-size: 4.5rem;
        }
    }

    .des {
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 900;
        font-size: 8.3rem;
        line-height: 10rem;
        letter-spacing: 0.12em;
        color: #000000;
        position: relative;

        @media screen and (max-width: 767px) {
            font-size: 2.6rem;
            line-height: 2rem;
        }
    }

    &::before {
        content: "";
        position: absolute;
        left: 4.5rem;
        bottom: 1.5rem;
        background-color: #ffe787;
        height: 5rem;
        width: 70%;
        z-index: 0;

        @media screen and (max-width: 767px) {
            height: 1.5rem;
            left: -0.4rem;
            bottom: 0;
            width: 110%;
        }
    }
}

.girl-character {
    display: flex;
    justify-content: space-between;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: -7rem;
    z-index: 999;

    @media screen and (max-width: 767px) {
        left: -2.5rem;
        width: 35%;
    }
}

.boy-character {
    display: flex;
    justify-content: space-between;
    width: 40%;
    position: absolute;
    bottom: 0;
    right: -7rem;
    z-index: 999;

    @media screen and (max-width: 767px) {
        right: -3rem;
        width: 35%;
    }
}

/* SECTION - 2 */

#section2 {
    position: relative;
    display: flex;
    padding: 6rem 0;

    @media screen and (max-width: 767px) {
    }
}

.sec2-container {
    display: flex;
    gap: 3rem;
}

.sec2-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4.24rem;
    line-height: 5.1rem;
    text-align: center;
    letter-spacing: 0.15em;
    color: #3a3a3a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 3rem;
        gap: 0.3rem;
        margin-bottom: 1rem;
    }

    & img {
        width: 16.8rem;
        /* width: 20%; */

        @media screen and (max-width: 767px) {
            width: 6.8rem;
        }
    }
}

.sec2-title .sec2-highlight {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4.89rem;
    line-height: 5.9rem;
    text-align: center;
    letter-spacing: 0.12em;
    color: #ffffff;
    background-color: #476188;
    border-radius: 50%;
    padding: 1rem;
}

.sec2-content {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 5rem;

    .left-illu {
        position: relative;
        bottom: -1rem;
        width: 26rem;
        height: 26.7rem;
        object-fit: contain;

        @media screen and (max-width: 767px) {
            display: none;
        }
    }

    .right-illu {
        position: relative;
        bottom: 5rem;
        width: 25rem;
        height: 29.6rem;
        object-fit: contain;

        @media screen and (max-width: 767px) {
            display: none;
        }
    }
}

.text-block {
    flex: 1;
}

.sec2-text-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec2-text-block li {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 6rem;
    letter-spacing: 0.1em;
    color: #363636;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 2px dashed #a2c0cd;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;

        & img {
            width: 0.9rem;
        }
    }
}

/* .sec2-text-block li::before {
    content: "\2022";
    color: #3b5ca1;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
} */

/* SECTION - 3 */

#section3 {
    background-image: url("../img/sec3_bg.png");
    padding: 6rem 0;
    padding-top: 9.3rem;
    background-size: cover;
    background-position: center;

    @media screen and (max-width: 767px) {
        background-image: url(../img/sec3_bg_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 5rem;
    }
}

.sec3-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        /* gap: 0.5rem; */
        align-items: flex-end;
        margin-bottom: 1rem;

        & img {
            width: 2rem;
        }
    }
}

.sec3-jp-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 5.2rem;
    line-height: 6.2rem;
    text-align: center;
    letter-spacing: 0.12em;
    color: #ffffff;
    align-items: center;

    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 2.2rem;
        letter-spacing: 0.08em;
    }

    & small {
        font-size: 4rem;

        @media screen and (max-width: 767px) {
            font-size: 1.8rem;
        }
    }
}

.sec3-container {
    padding: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;

    @media screen and (max-width: 767px) {
        padding: 2rem 1rem;
        flex-direction: column;
    }
}

.sec3-text-box {
    /* filter: blur(3.15px); */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    width: 60%;
    background: #fff;
    padding: 5rem 10rem;
    box-shadow: 0px 0px 20px 4px #fff;
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 2rem 2.5rem;
        padding-bottom: 7rem;
    }

    & img {
        @media screen and (max-width: 767px) {
            width: 80%;
            align-items: center;
            display: flex;
            justify-content: center;
            margin: auto;
        }
    }
}

.sec3-top-lead {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #363636;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

.sec3-highlight {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ea7e96;
    margin: auto;
    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

.sec3-subtitle {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: 0.1em;
    color: #363636;

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

.sec3-info-box {
    padding: 2.5rem 0 2.5rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 5.85rem;
    color: #ffffff;
    text-align: left;
    width: 53.2rem;
    height: 14rem;
    background: #ea7e96;
    position: relative;

    @media screen and (max-width: 767px) {
        width: 100%;
        justify-content: center;
        border-radius: 3.8rem;
        gap: 0.5rem;
        padding: 2.5rem 0 2.2rem 2.5rem;
        height: 8.5rem;
    }

    &::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e87891;
    }
}

.sec3-info-box-des {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    @media screen and (max-width: 767px) {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
}

.sec3-copyright {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #ffffff;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
        line-height: 2rem;
    }
}

.sec3-image-box {
    width: 40%;
    text-align: center;
    position: absolute;
    right: 11rem;
    bottom: 8rem;

    @media screen and (max-width: 767px) {
        width: 65%;
        display: flex;
        justify-content: center;
        bottom: -4rem;
        right: 6rem;
    }
}

.sec3-headline {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
}

/* SECTION - 4 */

#section4 {
    position: relative;
    display: flex;
    /* padding: 5rem 0; */
    padding-top: 12rem;

    @media screen and (max-width: 767px) {
        padding-top: 8rem;
        padding-bottom: 7rem;
    }
}

.sec4-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        gap: 3px;
        margin-bottom: 1rem;
    }
}

.sec4-jp-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #3a3a3a;

    @media screen and (max-width: 767px) {
        font-size: 2.4rem;
        line-height: 2.2rem;
    }
}

.sec4-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 0;
    }
}

.sec4-card {
    padding: 2rem;
    width: 30%;

    @media screen and (max-width: 767px) {
        width: 100%;
    }

    & img {
        width: 34.4rem;
        height: 34.4rem;
        margin-bottom: 2rem;
        @media screen and (max-width: 767px) {
            width: 80%;
            height: auto;
            display: flex;
            margin: auto;
            margin-bottom: 2rem;
        }
    }
}

.sec4-des {
    display: flex;
    flex-direction: column;
}

.sec4-card-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ea7e96;
    margin-bottom: 2rem;

    @media screen and (max-width: 767px) {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

.sec4-card-subtxt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: left;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        text-align: center;
    }

    & small {
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2.8rem;
        letter-spacing: 0.1em;
        color: #7b7b7b;
    }
}

@media (max-width: 767px) {
    .card {
        max-width: 100%;
    }
}

/* SECTION - 5 */

#section5 {
    position: relative;
    display: flex;
    padding: 5rem 0;
    padding-top: 12rem;
    padding-bottom: 0;

    @media screen and (max-width: 767px) {
        padding-top: 0;
    }
}

.sec5-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        gap: 3px;
        margin-bottom: 2rem;
    }
}

.sec5-jp-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #3a3a3a;

    @media screen and (max-width: 767px) {
        font-size: 2.4rem;
        line-height: 2.2rem;
    }
}

.sec5-subtitle {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 5rem;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2.2rem;
        text-align: left;
        margin-bottom: 3rem;
    }
}

.sec5-container {
    & img {
        width: 120rem;
        height: auto;
        display: flex;
        margin: auto;
        margin-bottom: 1rem;
    }
}

. {
    overflow-x: visible;
    position: relative;

    @media screen and (max-width: 767px) {
        margin-bottom: 2rem;
    }
}

.sec5-table {
    display: block;
    margin-bottom: 1rem;

    @media screen and (max-width: 767px) {
        max-width: 110rem;
    }
}

.sec5-note {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0.1em;
    color: #7b7b7b;
    width: 120rem;
    display: flex;
    margin: auto;
    padding-top: 2rem;

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
}

.table-scroll {
    /* overflow-x: visible; */
    overflow-x: auto;
}

/* @media screen and (max-width: 767px) {
    .table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .table-scroll::-webkit-scrollbar {
        height: 1.2rem;
        padding: 1rem;
    }

    .table-scroll::-webkit-scrollbar-track {
        background: #ededed;
        height: 0.5rem;
        border-radius: 1rem;
    }

    .table-scroll::-webkit-scrollbar-thumb {
        background: #9f9f9f;
        border-radius: 1rem;
    }

    .table-scroll::-webkit-scrollbar-thumb:hover {
        background: #777777;
    }
} */

/* SECTION - 6 */

#section6 {
    position: relative;
    display: flex;
    /* padding: 5rem 0; */
    padding-top: 8.3rem;
    padding-bottom: 11rem;

    @media screen and (max-width: 767px) {
        padding-top: 8rem;
        padding-bottom: 7rem;
    }
}

.sec6-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        gap: 3px;
    }
}

.sec6-jp-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #3a3a3a;

    @media screen and (max-width: 767px) {
        font-size: 2.4rem;
        line-height: 2.2rem;
    }
}

.sec6-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    width: 100%;
    align-items: flex-start;

    @media screen and (max-width: 767px) {
        gap: 3rem;
        align-items: flex-start;
    }

    & img {
        width: 25.4rem;
        height: 25.4rem;
        margin-bottom: 2rem;

        @media screen and (max-width: 767px) {
            width: 80%;
            height: auto;
            margin-bottom: 0;
        }
    }
}

.sec6-card {
    padding: 2rem;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media screen and (max-width: 767px) {
        width: 45%;
        padding: 0;
    }
}

.sec6-card-img {
    @media screen and (max-width: 767px) {
        height: 14rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.sec6-des {
    display: flex;
    flex-direction: column;
}

.sec6-card-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ea7e96;
    margin-bottom: 2rem;

    @media screen and (max-width: 767px) {
        font-size: 1.7rem;
        margin-bottom: 1rem;
        height: 5rem;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
}

.sec6-card-title-small {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ea7e96;
}

.sec6-card-subtxt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: left;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
    }
}

/* SECTION - 7 */

.common-sec {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 10rem;
    background: linear-gradient(90deg, rgba(255, 212, 175, 1) 0%, rgba(244, 172, 196, 1) 100%);
    /* background-image: url("../img/sec7_bg.png");
    background-size: cover; */

    @media screen and (max-width: 767px) {
        padding-bottom: 7rem;
        /* margin-top: 8rem; */
    }

    &::before {
        content: "";
        width: calc(100% - 13rem);
        height: calc(100% - 13rem);
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    @media screen and (max-width: 767px) {
        &::before {
            width: calc(100% - 5rem);
            height: calc(100% - 5rem);
        }
    }
}

.sec7-title {
    text-align: center;
    padding: 10rem 0;
    padding-bottom: 4rem;

    @media screen and (max-width: 767px) {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
}

.sec7-tagline {
    background: #ea7e96;
    display: inline-flex;
    padding: 2rem 4rem;
    border-radius: 6rem;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 5.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;

    @media screen and (max-width: 767px) {
        font-size: 2rem;
        line-height: 2.7rem;
        padding: 1.6rem;
        width: 30rem;
    }

    &::after {
        content: "";
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #ea7e96;
    }
}
.sec7-note {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #7b7b7b;

    @media screen and (max-width: 767px) {
        padding: 0 4rem;
        text-align: left;
        font-size: 1.2rem;
    }
}

.sec7-campaign-des {
    padding-bottom: 7rem;

    @media screen and (max-width: 768px) {
        padding-bottom: 4rem;
    }
}

.p-campaign__lead {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-campaign__lead {
        font-size: 1.6rem;
    }
}

.p-campaign__lead strong {
    color: #ea7e96;
    font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
    .p-campaign__lead strong {
        font-size: 2.5rem;
    }
}

.sec7-campaign-group {
    display: flex;
    margin-bottom: 6rem;
    width: 100%;
    gap: 6rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        padding: 0 2.5rem;
        gap: 2rem;
        margin-bottom: 4rem;
    }
}

.sec7-campaign-set {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;

    @media screen and (max-width: 767px) {
        justify-content: left;
        gap: 0.5rem;
    }
}

.sec7-box {
    padding: 2rem;
    border-radius: 2rem;
    background: #e9f0f3;
    width: 24.9rem;
    height: 22.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 767px) {
        width: 12rem;
        height: 11.9rem;
        padding: 1rem;
    }
}

.sec7-box-txt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: center;
    letter-spacing: 0.06em;
    color: #6a7791;
    margin-bottom: 1rem;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.sec7-rate {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 6.8rem;
    line-height: 8.2rem;
    text-align: center;
    color: #6a7791;

    @media screen and (max-width: 767px) {
        font-size: 3.6rem;
        line-height: 2rem;
    }
}

.sec7-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.sec7-highlight-box {
    width: 29rem;
    height: 26.5rem;
    position: relative;
    padding: 2rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #c70525;

    @media screen and (max-width: 767px) {
        width: 14rem;
        height: 13.9rem;
        gap: 0.5rem;
        /* justify-content: flex-start; */
        justify-content: center;
        padding: 3rem 0;
    }
}

.highlight-box-tag {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.4rem;
    text-align: center;
    letter-spacing: 0.08em;
    color: #d00000;
    position: absolute;
    top: -4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
        top: -2rem;
        gap: 0;
    }

    & img {
        position: relative;
        bottom: -0.5rem;

        @media screen and (max-width: 767px) {
            bottom: 0;
        }
    }
}

.highlight-box-txt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.4rem;
    text-align: center;
    letter-spacing: 0.08em;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
        line-height: 2rem;
    }
}

.highlight-box-rate {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    font-size: 8.4rem;
    line-height: 9.1rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 3.6rem;
        line-height: 2.4rem;
    }
    & span {
        font-size: 7.6rem;

        @media screen and (max-width: 767px) {
            font-size: 3.6rem;
            line-height: 2.4rem;
        }
    }
}

.sec7-box-txt-2 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: center;
    letter-spacing: 0.06em;
    color: #6a7791;
    margin-bottom: 1rem;

    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
        line-height: 2rem;
    }
}

.sec7-price {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4.74rem;
    line-height: 5.7rem;
    color: #6a7791;

    @media screen and (max-width: 767px) {
        font-size: 2.2rem;
        line-height: 2rem;
    }
}

.sec7-highlight-box-2 {
    width: 29rem;
    height: 26.5rem;
    position: relative;
    padding: 2rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #c70525;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        width: 14rem;
        height: 13.9rem;
        gap: 0;
        /* justify-content: flex-start; */
        justify-content: center;
        padding: 2rem 0;
    }
}

.highlight-box-free {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 800;
    font-size: 6.7rem;
    line-height: 9.7rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 3.6rem;
        line-height: 4rem;
    }
}

.sec7-check-table {
    box-sizing: border-box;
    border: 2px solid #ea7e96;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    padding-left: 6rem;
    width: 80.9rem;
    justify-content: center;
    margin: auto;
    gap: 1rem;
    margin-bottom: 6rem;

    @media screen and (max-width: 767px) {
        border: none;
        padding: 0 2rem;
        padding-left: 3rem;
        width: 100%;
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
}

.sec7-check-des {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    color: #3a3a3a;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.sec7-btn {
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 7rem;
    text-decoration: none;
    border: 0.8rem solid #336ec7;
    width: 72.9rem;
    height: 10.2rem;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }

    @media screen and (max-width: 767px) {
        width: 28.5rem;
        height: 5.2rem;
        border: 0.4rem solid #336ec7;
    }

    & img {
        position: absolute;
        left: -0.5rem;
        width: 10.2rem;

        @media screen and (max-width: 767px) {
            width: 5.2rem;
        }
    }
}

.sec7-txt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.1rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #3a3a3a;
    margin-left: 5rem;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-left: 3rem;
    }

    & span {
        @media screen and (max-width: 767px) {
            display: none;
        }
    }
}

@media (max-width: 767px) {
    .campaign-set {
        flex-direction: column;
        align-items: center;
    }

    .box {
        width: 90%;
    }

    .arrow {
        display: none;
    }
}

/* SECTION - 8 */

#section8 {
    position: relative;
    display: flex;
    padding: 5rem 0;
    padding-top: 12rem;

    @media screen and (max-width: 767px) {
        padding-top: 8rem;
        padding-bottom: 7rem;
    }
}

.sec8-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 3rem;
    }
}

.sec8-jp-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #3a3a3a;
}

.sec8-subtitle {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 5rem;
}

.sec8-container {
}

.sec8-table {
    margin-bottom: 3rem;
}

.sec8-note {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #7b7b7b;

    @media screen and (max-width: 767px) {
        padding-top: 2rem;
    }
}

/* SECTION - 9 */

#section9 {
    position: relative;
    display: flex;
    padding-top: 12rem;

    @media screen and (max-width: 767px) {
        padding-top: 0;
        padding-bottom: 7rem;
    }
}

.sec9-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        gap: 0.8rem;
    }
}

.sec9-jp-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #3a3a3a;

    @media screen and (max-width: 767px) {
        font-size: 2.8rem;
        line-height: 2rem;
    }
}

.sec9-steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    position: relative;
    width: 100%;

    @media screen and (max-width: 767px) {
        gap: 3rem;
    }
}

.sec9-step-card {
    width: 30%;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    @media screen and (max-width: 767px) {
        width: 45%;
    }
}

.sec9-step-card-img {
    margin-bottom: 2rem;
    width: 100%;

    @media screen and (max-width: 767px) {
        margin-bottom: 1rem;
    }
}

.sec9-step-card-des {
    display: flex;
    flex-direction: column;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        gap: 1rem;
    }
}

.sec9-des-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ea7e96;

    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 2.4rem;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.sec9-des-txt {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    & a {
        letter-spacing: 0.1em;
        text-decoration-line: underline;
        color: #4c94c0;
        transition: 0.3s opacity;

        &:hover {
            opacity: 0.6;
        }
    }
}

.sec9-step-card:nth-child(2)::before,
.sec9-step-card:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 33%;
    left: -4rem;
    transform: translateY(-50%);
    width: 4rem;
    height: 0.5rem;
    background: linear-gradient(90deg, rgba(234, 128, 148, 1) 0%, rgba(241, 156, 86, 1) 100%);
}

@media (max-width: 767px) {
    .sec9-step-card:nth-child(2)::before,
    .sec9-step-card:nth-child(3)::before {
        display: none;
    }
}
/* SECTION - 10 */

#section10 {
    position: relative;
    display: flex;
    padding: 5rem 0;
    padding-top: 12rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 0;
        padding: 0;
        padding-top: 0;
        padding-bottom: 7rem;
    }
}

.sec10-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    gap: 2rem;

    @media screen and (max-width: 767px) {
        gap: 0.8rem;
        margin-bottom: 3rem;
    }
}

.sec10-jp-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #3a3a3a;

    @media screen and (max-width: 767px) {
        font-size: 2.8rem;
        line-height: 2rem;
    }
}

.sec10-faq-item {
    margin-bottom: 2rem;
    border-radius: 5px;
    overflow: hidden;
}

.sec10-faq-question {
    background-color: #ea7e96;
    padding: 3rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 3.4rem;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 8rem;
    padding-right: 5rem;

    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 2rem;
        padding: 1.5rem 2rem;
        padding-right: 3rem;
        letter-spacing: 0.1em;
    }
}

.sec10-q-des {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.6rem;
    display: flex;
    align-items: center;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    &::before {
        content: "Q";
        display: inline-block;
        font-family: "Zen Maru Gothic";
        font-style: normal;
        font-weight: 700;
        font-size: 2.6rem;
        line-height: 3.8rem;
        color: #ea7e96;
        width: 5.2rem;
        height: 5.3rem;
        /* line-height: 24px; */
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        margin-right: 2rem;
        flex-shrink: 0;
        padding-left: 0.3rem;
        padding-bottom: 0.1rem;
        position: relative;
    }

    @media screen and (max-width: 767px) {
        &::before {
            font-size: 1.7rem;
            line-height: 2rem;
            margin-right: 1.5rem;
            width: 3.4rem;
            height: 3.6rem;
            padding-left: 0;
            padding-bottom: 0;
        }
    }
}

.toggle-icon {
    /* font-size: 2.4rem;
    font-weight: bold; */
    width: 2rem;
    height: 2rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
    /* transition: transform 0.3s ease; */

    @media screen and (max-width: 767px) {
        width: 1.3rem;
        height: 1.3rem;
    }
}

.sec10-faq-answer {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.04em;
    color: #363636;
    text-align: left;
    padding: 3rem;
    display: none;
    position: relative;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding: 2rem;
    }
}

.sec10-ans {
    display: flex;

    &::before {
        content: "A";
        display: inline-block;
        font-family: "Zen Maru Gothic";
        font-style: normal;
        font-weight: 700;
        font-size: 2.6rem;
        line-height: 3.8rem;
        color: #fff;
        width: 6rem;
        height: 6rem;
        border-radius: 50%;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #ea7e96;
        margin-right: 2rem;
        flex-shrink: 0;
        /* line-height: 24px; */
    }
    @media screen and (max-width: 767px) {
        &::before {
            font-size: 1.7rem;
            line-height: 2rem;
            margin-right: 1.5rem;
            width: 3.4rem;
            height: 3.4rem;
        }
    }
}

/* .sec10-display-ans {
    display: flex;
} */

.sec10-faq-item.active .sec10-faq-answer {
    /* display: block; */
    /* animation: slideDown 0.3s ease-out forwards; */
}

.sec10-faq-item.active {
    .toggle-icon {
        transform: rotate(-135deg);
        margin-top: 1rem;
    }
}

#section11 {
    @media screen and (max-width: 767px) {
        margin-bottom: 0;
    }
}

.big {
    @media screen and (max-width: 767px) {
        max-width: 80rem;
    }
}

.two-title {
    @media screen and (max-width: 767px) {
        line-height: 1.2;
    }
}
