.cta {
    background-color: #6167AD;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-top: 8rem;
    padding-bottom: 10rem;
    text-align: center;
}

.cta.cta02 {
    background-color: transparent;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.cta.mt {
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.cta::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(../img/cta-bg-sub.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
    transform: translate(-50%, 0);
}

.cta__banner-sub {
    font-size: 14px;
    font-size: 1.4rem;
    color: #c5c3f7;
    text-align: center;
}

.cta__banner-main {
    margin-top: 10px;
    margin-top: 1rem;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}

.cta__banner-main em {
    background: #e8e4b8;
    color: #3a3880;
    padding: 2px 10px;
    padding: 0.2rem 1rem;
    border-radius: 4px;
    font-style: normal;
}

.cta__sub-lead {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.cta__sub-lead span {
    font-size: 4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.cta__lead {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    color: #F0F2BC;
    margin-top: 0.8rem;
}

.cta__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
}

.cta__flex.mt {
    margin-top: 4rem;
}

.cta__title {
    font-size: 2rem;
    font-weight: 700;
    color: #F0F2BC;
}

.cta__title.cta__title02 {
    color: #6167AD;
    font-weight: 700;
}

.cta__title.white {
    color: #fff;
}

.cta__title.cta__title--sub {
    margin-top: 1.8rem;
}

.cta__title.cta__title--sub02 {
    margin-top: 1rem;
    color: #616161;
    font-weight: 500;
    font-size: 2rem;
}

.cta__title.cta__title--sub02 a {
    color: #235DFF;
    text-decoration: underline;
}

.cta__button-block {
    text-align: center;
    margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
    .cta {
        padding-top: 6rem;
        padding-bottom: 7rem;
    }

    .cta__banner-main {
        font-size: 2rem;
    }

    .cta__sub-lead {
        font-size: 1.8rem;
    }

    .cta__sub-lead span {
        font-size: 3rem;
    }

    .cta__lead {
        font-size: 2rem;
    }

    .cta__flex {
        flex-direction: column;
        gap: 3.5rem;
    }

    .cta__title {
        font-size: 1.8rem;
    }
    .cta__title.cta__title--sub02 {
        font-size: 1.8rem;
    }

    .cta__button-block {
        text-align: center;
        margin-top: 1rem;
    }
}

.Pro {
    margin-top: 13rem;
    text-align: center;
}

.Pro__lead {
    font-size: 2rem;
    line-height: 1.9;
    font-weight: 700;
}

.Pro__lead span {
    color: #6167AD;
}

.Pro__underline {
    font-size: 2.4rem;
    line-height: 1.58;
    font-weight: 700;
    background: linear-gradient(#F0F2BC 0%, #F0F2BC 105%);
    margin-top: 0.5rem;
    display: inline-block;
}

.Pro__underline span {
    color: #6167AD;
}

.Pro__contents {
    margin-top: 4rem;
    background-color: #ffffff;
    border: 1px solid #6167AD;
    border-radius: 1rem;
    max-width: 102rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 3rem 5rem;
}

.Pro__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.Pro__team-img {
    width: 30%;
}

.Pro__flow-img {
    width: 35%;
}

.Pro__team-img img,
.Pro__flow-img img {
    width: 100%;
    height: auto;
    display: block;
}

.Pro__details {
    width: 30%;
}

.Pro__item {
    text-align: left;
}

.Pro__item + .Pro__item {
    margin-top: 1.4rem;
}

.Pro__item-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0;
}

.Pro__item-title--blue {
    color: #6167AD;
}

.Pro__item-text {
    font-size: 1.4rem;
    color: #5B5B5B;
    line-height: 1.6;
    margin-top: 0.5rem;
}


@media screen and (max-width: 768px) {
    .Pro {
        margin-top: 8rem;
    }

    .Pro__lead {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .Pro__underline {
        font-size: 1.8rem;
    }

    .Pro__contents {
        max-width: 52rem;
    }
    .Pro__flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }
    .Pro__team-img {
        width: 80%;
    }
    .Pro__flow-img {
        width: 80%;
    }
    .Pro__details {
        width: 100%;
    }
}

.Free {
    margin-top: 10rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #6167AD;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
}

.Free::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 67%;
    background: url(../img/free-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 40px;
}

.Free__lead-top {
    font-size: 2.4rem;
    line-height: 1;
}

.Free__lead-small {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.4;
}

.Free__lead-middle {
    margin-top: 1rem;
    font-size: 2.4rem;
    line-height: 1.4;
}

.Free__lead {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.4;
}

.Free__lead--bg {
    font-size: 4rem;
    line-height: 1;
    background: linear-gradient(#F0F2BC 0%, #F0F2BC 105%);
    color: #272D72;
}

.Free__lead--large {
    font-size: 4rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .Free {
        margin-top: 7rem;
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
    }

    .Free::after {
        bottom: -30px;
        content: '';
        height: 30px;
        width: 100%;
    }

    .Free__lead-top {
        font-size: 2rem;
    }

    .Free__lead-small {
        margin-top: 2.4rem;
        font-size: 1.4rem;
    }

    .Free__lead-middle {
        font-size: 2rem;
    }

    .Free__lead {
        font-size: 2rem;
    }

    .Free__lead--bg {
        font-size: 3rem;
    }

    .Free__lead--large {
        font-size: 3rem;
    }
}

.ad-Slide {
    position: relative;
    top: 8rem;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .ad-Slide {
        top: 3.5rem;
    }
}

.page-slide {
    padding-bottom: 3.5rem;
    position: relative;
}

.page-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20rem;
    height: 2.1rem;
    background-color: #6167AD;
    border-radius: 50%;
}

.page-slide .swiper-slide {
    opacity: 0.15;
    transform: scale(0.7);
    transition: 0.4s ease-in-out;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.page-slide .swiper-slide-prev,
.page-slide .swiper-slide-next {
    opacity: 0.7;
    transform: scale(0.8);
    transition: 0.4s ease-in-out;
}

.page-slide .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    position: relative;
    z-index: 1;
    box-shadow: none;
}

.page-slide .swiper-slide-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: -3%;
    width: 106%;
    height: 100%;
    background: url(../img/slide-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 2;
}

.page-slide .swiper-slide-active img {
    border-radius: 3rem;
    margin-top: 0.8rem;
}

@media screen and (max-width: 1024px) {
    .page-slide {
        padding-bottom: 3rem;
    }

    .page-slide::after {
        content: '';
        width: 15rem;
        height: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .page-slide .swiper-slide-active img {
        border-radius: 2rem;
        margin-top: 0.6rem;
    }
}

.Trouble {
    padding-top: 12rem;
    padding-bottom: 3.5rem;
    background-color: #F4F4F9;
    position: relative;
}

.Trouble::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 67%;
    background: url(../img/trouble-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 40px;
}

.Trouble__contents {
    margin-top: 6rem;
    max-width: 94.6rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.Trouble__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.Trouble__card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 3rem 2.5rem 3.5rem;
    width: 40%;
    z-index: 1;
}

.Trouble__title-sub {
    color: #272D72;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

.Trouble__line {
    width: 26.8rem;
    height: 0.7rem;
    background-color: #C3C6E9;
    margin-top: 0.8rem;
    margin-left: auto;
    margin-right: auto;
}

.Trouble__list {
    margin-top: 3.3rem;
}

.Trouble__item {
    font-size: 1.8rem;
    line-height: 1.66666667;
    letter-spacing: 0.02em;
}

.Trouble__image {
    width: 20%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.Trouble__image img {
    max-width: 100%;
    height: auto;
}

.Trouble__lead {
    margin-top: 3.2rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #C34636;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .Trouble {
        padding-top: 6.7rem;
        padding-bottom: 2.6rem;
    }

    .Trouble::after {
        content: '';
        bottom: -30px;
        width: 100%;
        height: 30px;
    }

    .Trouble__lead {
        margin-top: 3rem;
        font-size: 1.8rem;
    }

    .Trouble__contents {
        max-width: 43rem;
        margin-top: 4rem;
    }
    .Trouble__flex {
        flex-direction: column;
        gap: 4rem;
    }

    .Trouble__card {
        width: 100%;
        position: relative;
    }
    .Trouble__title-sub {
        position: absolute;
        top: 0.4rem;
        left: 1rem;
        font-size: 1.8rem;
    }
    .Trouble__line {
        position: absolute;
        width: 14.7rem;
        height: 0.4rem;
        left: 0;
    }
    .Trouble__image {
        width: 18rem;
        left: initial;
        right: 1rem;
        transform: none;
        top: 38%;
    }
    .Trouble__item {
        font-size: 1.5rem;
    }
}

.Plan {
    padding-top: 14rem;
    padding-bottom: 14.7rem;
    background: linear-gradient(to bottom, #E5F7FD, #FFF);
}

.Plan__contents {
    margin-top: 5rem;
    border-radius: 1rem;
    background-color: #fff;
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 7rem 1rem 6rem;
    position: relative;
    z-index: 2;
}

.Plan__contents::before {
    content: '';
    background: url(../img/plan-bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 15.2rem;
    height: 27rem;
    position: absolute;
    bottom: 0;
    left: -8rem;
    z-index: 1;
}

.Plan__contents::after {
    content: '';
    background: url(../img/plan-bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 34.2rem;
    height: 30.6rem;
    position: absolute;
    bottom: 2rem;
    right: -20rem;
    z-index: 1;
}

.Plan__flex {
    max-width: 40rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.Plan__flex .Plan__top {
    position: relative;
}

.Plan__flex .Plan__top::before {
    content: "";
    background: url(../img/plan-top01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 8rem;
    height: 6rem;
    position: absolute;
    top: 45%;
    right: -9rem;
    transform: translate(0, -50%);
}

.Plan__flex .Plan__top::after {
    content: "";
    background: url(../img/plan-top02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 40%;
    right: -16rem;
    transform: translate(0, -50%);
}

.Plan__flex dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Plan__flex dl dt {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.5;
}

.Plan__flex dl dd {
    color: #6167AD;
    line-height: 2.14;
    font-size: 2.8rem;
    font-weight: 700;
}

.Plan__flex dl dd span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 4.5rem;
    line-height: 1.333;
    color: #6167AD;
    letter-spacing: 0.03em;
}

.Plan__lead--small {
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
    text-align: left;
}

.Plan__lead--small p {
    text-indent: -1em;
    padding-left: 1em;
}

.Plan__lead {
    margin-top: 3.8rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .Plan__contents::before {
        content: '';
        background: url(../img/plan-bg-01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 10.2rem;
        height: 19rem;
        left: -4rem;
    }

    .Plan__contents::after {
        content: '';
        background: url(../img/plan-bg-02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 17.2rem;
        height: 15.6rem;
        right: -8rem;
    }
}

@media screen and (max-width: 768px) {
    .Plan {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }

    .Plan__contents {
        margin-top: 3.6rem;
        border-radius: 0.5rem;
        padding: 3rem 1rem;
    }

    .Plan__contents::before {
        content: '';
        display: none;
    }

    .Plan__contents::after {
        content: '';
        display: none;
    }

    .Plan__flex {
        max-width: 30rem;
    }

    .Plan__flex .Plan__top::before {
        content: "";
        background: url(../img/plan-top01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 6rem;
        height: 4rem;
        top: 45%;
        right: -7rem;
    }

    .Plan__flex .Plan__top::after {
        content: "";
        background: url(../img/plan-top02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 4.5rem;
        height: 4.5rem;
        top: -3rem;
        right: -6rem;
    }

    .Plan__flex dl dt {
        font-size: 1.6rem;
    }

    .Plan__flex dl dd {
        font-size: 1.8rem;
    }

    .Plan__flex dl dd span {
        font-size: 2.6rem;
    }

    .Plan__lead--small {
        margin-top: 1.3rem;
        font-size: 1.4rem;
        width: 80vw;
        margin-left: calc(50% - 40vw);
        margin-right: calc(50% - 40vw);
    }

    .Plan__lead {
        margin-top: 2.8rem;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    .Plan__flex {
        max-width: 22rem;
    }
    .Plan__flex .Plan__top::before {
        content: "";
        background: url(../img/plan-top01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 5rem;
        height: 3rem;
        top: 45%;
        right: -6rem;
    }
    .Plan__flex .Plan__top::after {
        content: "";
        background: url(../img/plan-top02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 4rem;
        height: 4rem;
        top: -2.5rem;
        right: -6rem;
    }
}

.Flow {
    padding-top: 100px;
    padding-top: 10rem;
    padding-bottom: 110px;
    padding-bottom: 11rem;
    background: #f2f4f8;
    position: relative;
}

.Flow::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 67%;
    background: url(../img/flow-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 40px;
}

.Flow__contents {
    margin-top: 52px;
    margin-top: 5.2rem;
    display: flex;
    align-items: center;
    max-width: 1100px;
    max-width: 110rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 48px;
    gap: 4.8rem;
}

.Flow__img {
    flex-shrink: 0;
    max-width: 300px;
    max-width: 30rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Flow__steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    gap: 1.6rem;
}

@media screen and (max-width: 768px) {
    .Flow {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .Flow::after {
        bottom: -30px;
        content: '';
        height: 30px;
        width: 100%;
    }

    .Flow__contents {
        flex-direction: column;
        gap: 3.2rem;
        margin-top: 4rem;
    }

    .Flow__steps {
        gap: 1rem;
    }
}

.step-card {
    background: #fff;
    border-radius: 14px;
    border-radius: 1.4rem;
    padding: 20px;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    gap: 1.6rem;
    box-shadow: 0 2px 12px rgba(100, 100, 200, 0.07);
}

.step-num-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    gap: 0.6rem;
    flex-shrink: 0;
}

.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    background: #6b69c9;
    color: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
}

.step-time {
    font-size: 12px;
    font-size: 1.2rem;
    color: #6b69c9;
    background: #eeedfe;
    border-radius: 20px;
    border-radius: 2rem;
    padding: 2px 8px;
    padding: 0.2rem 0.8rem;
    font-weight: 500;
    white-space: nowrap;
}

.step-body {
    flex: 1;
    padding-top: 2px;
    padding-top: 0.2rem;
}

.step-title {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
}

.step-desc {
    margin-top: 6px;
    margin-top: 0.6rem;
    font-size: 13px;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.85;
}

.step-note {
    font-size: 12px;
    font-size: 1.2rem;
    color: #a0a0c8;
    margin-top: 6px;
    margin-top: 0.6rem;
    line-height: 1.7;
}

.step-arrow {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .step-card {
        padding: 2rem 1.2rem;
        gap: 1.2rem;
    }
    .step-num {
        width: 2.4rem;
        height: 2.4rem;
        font-size: 1.3rem;
    }
    .step-time {
        padding: 0.2rem 0.6rem;
    }
    .step-desc {
        margin-top: 0.4rem;
        line-height: 1.7;
    }
    .step-note {
        margin-top: 0.4rem;
        line-height: 1.4;
    }
    .step-arrow {
        width: 16rem;
    }
}

.Faq {
    padding-top: 100px;
    padding-top: 10rem;
    padding-bottom: 110px;
    padding-bottom: 11rem;
    background: #f2f4f8;
    position: relative;
}

.Faq::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 67%;
    background: url(../img/flow-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .Faq {
        padding-top: 6rem;
        padding-bottom: 7rem;
    }
    .Faq::after {
        bottom: -30px;
        content: '';
        height: 30px;
        width: 100%;
    }
}

.faq-list {
    margin-top: 20px;
    margin-top: 2rem;
    max-width: 720px;
    max-width: 72rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    border-radius: 1.4rem;
    margin-top: 12px;
    margin-top: 1.2rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(100, 100, 200, 0.06);
}

.faq-q {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    gap: 1.2rem;
    padding: 18px 22px;
    padding: 1.8rem 2.2rem;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}

.badge-q {
    flex-shrink: 0;
    width: 26px;
    width: 2.6rem;
    height: 26px;
    height: 2.6rem;
    background: #6b69c9;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.faq-q-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1a1a2e;
    flex: 1;
    line-height: 1.7;
    padding-top: 2px;
}

.faq-chev {
    flex-shrink: 0;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    border-radius: 50%;
    background: #eeedfe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-size: 1rem;
    color: #6b69c9;
    margin-top: 3px;
    transition: transform 0.3s;
}

.faq-item.open .faq-chev {
    transform: rotate(180deg);
}

.faq-body {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.faq-item.open .faq-body {
    opacity: 1;
}

.faq-body-inner {
    display: flex;
    gap: 12px;
    gap: 1.2rem;
    padding: 0 22px 18px;
    padding: 0 2.2rem 1.8rem;
}

.badge-a {
    flex-shrink: 0;
    width: 26px;
    width: 2.6rem;
    height: 26px;
    height: 2.6rem;
    background: #eeedfe;
    color: #6b69c9;
    border-radius: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.faq-a-text {
    font-size: 13px;
    font-size: 1.3rem;
    color: #555;
    line-height: 1.9;
    flex: 1;
}

.Page-top {
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-top: 23.4rem;
    padding-bottom: 5.7rem;
}

.Page-top::after {
    content: '';
    background: url(../img/page-top-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.Page-top.Page-top--bg {
    background: linear-gradient(to bottom, #E5F7FD, #FFF);
}

.Page-top__flex {
    display: flex;
    justify-content: space-between;
}

.Page-top__left {
    width: 50%;
}

.Page-top__right {
    width: 50%;
}

.Page-top__underline span {
    font-size: 5rem;
    line-height: 1.28;
    font-weight: 700;
    background: linear-gradient(#F0F2BC 0%, #F0F2BC 105%);
}

.Page-top__underline p {
    font-size: 3.8rem;
    display: inline-block;
    line-height: 1.21;
    font-weight: 700;
    background: linear-gradient(#F0F2BC 0%, #F0F2BC 105%);
    margin-top: 1rem;
}

.Page-top__text {
    margin-top: 6.4rem;
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 700;
}

.Page-top__text-large {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
}

.Page-top__text-large .purple {
    color: #6167AD;
}

.Page-top__text-large .small {
    font-size: 2.5rem;
    line-height: 1.64;
}

.Page-top__img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.Page-top__button-block {
    text-align: center;
    margin-top: 2.4rem;
}

.Page-top__card {
    margin-top: 4.6rem;
}

.Page-top__slide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
    .Page-top {
        padding-top: 17rem;
    }

    .Page-top__underline span {
        font-size: 3.5rem;
    }

    .Page-top__underline p {
        font-size: 3rem;
    }

    .Page-top__text {
        font-size: 1.6em;
        margin-top: 4.4rem;
    }

    .Page-top__text-large {
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .Page-top {
        padding-top: 12rem;
        padding-bottom: 3rem;
    }

    .Page-top__underline p {
        font-size: 2.6rem;
    }

    .Page-top__text {
        margin-top: 2.4rem;
    }

    .Page-top__flex {
        flex-direction: column;
    }

    .Page-top__left {
        width: 100%;
    }

    .Page-top__right {
        width: 100%;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 42rem;
    }

    .Page-top__card {
        margin-top: 3.2rem;
    }
}

.Page-top__first {
    color: #434343;
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 1.3;
}

.Page-top__first .small {
    font-size: 3.8rem;
}

.Page-top__first .purple {
    color: #6167AD;
}

.Page-top__second {
    margin-top: 2.2rem;
    background-color: #F0F2BC;
    font-size: 3.6rem;
    color: #E02828;
    font-weight: bold;
    width: fit-content;
}

.Page-top__second .purple {
    color: #6167AD;
    font-size: 3.2rem;
}

.Page-top__second .number {
    font-size: 4.5rem;
}

.Page-top__third {
    margin-top: 2.4rem;
    color: #434343;
    font-size: 2.4rem;
    line-height: 1.66;
    font-weight: bold;
}

.Page-top__third span {
    text-decoration: underline;
}

.Page-top__fourth {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 1.8rem;
    max-width: 59rem;
    width: 100%;
}

@media screen and (max-width: 1025px) {
    .Page-top__first {
        font-size: 3.4rem;
    }

    .Page-top__first .small {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 768px) {
    .Page-top__first {
        font-size: 2.6rem;
    }

    .Page-top__first .small {
        font-size: 2.4rem;
    }

    .Page-top__second {
        font-size: 3rem;
    }

    .Page-top__second .purple {
        font-size: 3rem;
    }

    .Page-top__second .number {
        font-size: 3.2rem;
    }

    .Page-top__third {
        font-size: 1.8rem;
    }

    .Page-top__fourth {
        font-size: 1.3rem;
        max-width: 100%;
    }
}

.Achievement {
    margin-top: 9.6rem;
    padding-bottom: 8rem;
}

.Achievement__contents {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}

.Achievement__content {
  border: 1px solid #6167AD;
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  flex: 1;
}

.Achievement__number {
  color: #6167AD;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

.Achievement__lead-large {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 1.8rem;
}

.Achievement__lead-large .num {
  font-size: 3.2rem;
  color: #6167AD;
  margin: 0 4px;
}

.marker-yellow,
.marker-red,
.marker-purple {
  display: inline;
  padding: 0.2rem 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.marker-yellow { background: linear-gradient(transparent 0%, #F0F2BC 0%); }
.marker-red { color: #E60012; }
.marker-purple { background: #E7E8FA; padding: 0.2rem 0.8rem; font-size: 2rem; font-weight: 700; }


.Achievement__lead-detail {
  margin-top: auto;
  border-top: 1px solid #6167AD;
  padding-top: 2rem;
}

.Achievement__label {
  margin-bottom: 1rem;
}

.Achievement__text {
  font-size: 1.8rem;
  line-height: 2;
}

@media (max-width: 1200px) {
  .Achievement__contents {
    flex-direction: column;
    max-width: 70rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
    .Achievement {
        margin-top: 7rem;
        padding-bottom: 6rem;
    }
    .Achievement__content {
        padding: 2rem 1.5rem;
    }
    .Achievement__lead-large {
        margin-bottom: 1.6rem;
        font-size: 2.2rem;
    }
    .Achievement__text {
        font-size: 1.6rem;
    }
}




.page-card {
    max-width: 102.6rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex;
}

.page-card__left {
    background-color: #E7E8FA;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    color: #6167AD;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.9%;
    position: relative;
    z-index: 1;
}

.page-card__left::after {
    content: '';
    background: url(../img/ad-top-price.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 21.2rem;
    height: 23rem;
    position: absolute;
    right: -13rem;
    top: 1.8rem;
    z-index: 2;

}

.page-card__right {
    width: 73.1%;
    padding: 3.8rem 1.8rem;
}

.page-card__flex {
    max-width: 40rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-card__flex dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-card__flex dl dt {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 2.1;
}

.page-card__flex dl dd {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.9;
    color: #6167AD;
}

.page-card__flex dl dd span {
    color: #6167AD;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 4.5rem;
    letter-spacing: 0.03em;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .page-card {
        flex-direction: column;
    }

    .page-card__left {
        width: 100%;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
        padding: 1rem;
    }

    .page-card__left::after {
        display: none;
    }

    .page-card__right {
        width: 100%;
        padding: 2rem 1rem;
    }

    .page-card__flex dl dt {
        font-size: 1.8rem;
    }

    .page-card__flex dl dd {
        font-size: 2rem;
    }

    .page-card__flex dl dd span {
        font-size: 3rem;
    }
}


.Page-title {
    text-align: center;
}

.Page-title--small {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 2rem;
    color: #6167AD;
}

.Page-title--main {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
    .Page-title--small {
        font-size: 1.6rem;
        color: #6167AD;
    }

    .Page-title--main {
        font-size: 1.8rem;
        margin-top: 0.8rem;
    }
}

/* 広告運用無料診断 */
.Contact {
    padding-top: 10rem;
    padding-bottom: 2rem;
}

.form-header {
    text-align: center;
}

.form-header-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a2e;
}

.form-header-lead {
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    color: #3a3880;
}

.form-header-sub {
    font-size: 1.6rem;
    color: #888;
    line-height: 1.9;
    margin-top: 0.6rem;
}

.form-wrap {
    max-width: 86rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
}

.step-row:first-child {
    margin-top: 0;
}

.step-row {
    padding: 3.4rem 0 0.8rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a2e;
    border-top: 2px solid #6b69c9;
    margin-top: 1.6rem;
}

.form-row {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #e8e8f0;
    padding: 2.2rem 0;
}

.form-label {
    width: 18rem;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #1a1a2e;
    padding-top: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.required {
    font-size: 11px;
    color: #e8463a;
    font-weight: 700;
}

.form-input {
    flex: 1;
}

.radio-list label,
.check-list label {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-size: 1.6rem;
    color: #333;
    cursor: pointer;
    line-height: 1.5;
}

.radio-list label input[type="radio"],
.check-list label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1.5px solid #c0bfe8;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    transition: border-color 0.15s;
    background: #fff;
}

.radio-list label input[type="radio"] {
    border-radius: 50%;
}

.check-list label input[type="checkbox"] {
    border-radius: 3px;
    display: block !important;
}

.radio-list label input[type="radio"]:checked {
    border-color: #6b69c9;
    background: #6b69c9;
    box-shadow: inset 0 0 0 3px #fff;
}

.check-list label input[type="checkbox"]:checked {
    border-color: #6b69c9;
    background: #6b69c9;
}

.check-list label input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.radio-list label:hover input,
.check-list label:hover input {
    border-color: #6b69c9;
}

.radio-list .wpcf7-list-item {
    display: block !important;
    margin: 1rem 0 0 0 !important;
}

.check-list .wpcf7-list-item {
    display: block !important;
    margin: 1rem 0 0 0 !important;
}

.check-list [type="checkbox"] + span {
    position: initial;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #333;
}

.check-list [type="checkbox"] + span::before {
    display: none !important;
}

.check-list [type="checkbox"] + span::after {
    display: none !important;
}

/* プライバシー */
.privacy-row {
    padding-top: 3rem;
    display: flex;
    justify-content: center;
}

.privacy-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.5rem;
    color: #555;
    cursor: pointer;
}
.privacy-label input[type="checkbox"] {
    display: block !important;
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1.5px solid #c0bfe8;
    border-radius: 3px;
    flex-shrink: 0;
    cursor: pointer;
    background: #fff;
    position: relative;
    transition: border-color 0.15s, background 0.15s;
}
.privacy-label input[type="checkbox"]:checked {
    border-color: #6b69c9;
    background: #6b69c9;
}
.privacy-label input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.privacy-label a {
    color: #6b69c9;
    text-decoration: underline;
}

.privacy-label label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.privacy-label [type="checkbox"] + span::before {
    display: none !important;
}

.privacy-label [type="checkbox"] + span::after {
    display: none !important;
}

.privacy-label [type="checkbox"] + span {
    margin: 0;
    padding: 0;
    color: #555;
    font-weight: 500;
    position: initial;
}

/* 送信ボタン */
.submit-wrap {
    text-align: center;
    margin-top: 4.5rem;
}

button.submit-btn {
    display: inline-block;
    padding: 2rem 6.4rem;
    background: #e8463a;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: opacity 0.15s, transform 0.15s;
}

button.submit-btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.required-note {
    font-size: 1.4rem;
    color: #999;
    margin-top: -1.6rem;
}

@media (max-width: 768px) {
    .Contact {
        padding-top: 6rem;
        padding-bottom: 0;
    }
    .form-header-title {
        font-size: 1.8rem;
    }
    .form-header-lead {
        font-size: 1.6rem;
    }
    .form-header-sub {
        font-size: 1.3rem;
    }
    .form-wrap {
        margin-top: 6rem;
    }
    .step-row {
        font-size: 1.6rem;
        padding: 3rem 0 0.8rem;
    }
    .form-row {
        padding: 1.8rem 0;
        flex-direction: column;
        gap: 1rem;
    }
    .form-input {
        width: 100%;
    }
    .form-label {
        width: auto;
        padding-top: 0;
        font-size: 1.5rem;
    }
    .radio-list label,
    .check-list label {
        font-size: 1.5rem;
    }
}

.sp2-none {
    display: block;
}

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

