@charset "UTF-8";
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.mv__area {
    width: 100%;
    position: relative;
}
.mv__area-inner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    display: block;
    width: 100%;
    max-width: 76.458vw;
    margin: auto;
    height: 64.479vw;
    z-index: 1;
}
.mv__area-image {
    display: block;
}
.mv__area-list {
    position: absolute;
    width: 49.167vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    left: 0;
    bottom: 23.073vw;
}
.mv__area-list li {
    width: 20%;
    display: flex;
    align-items: center;
}
.mv__area-list-image {
    display: block;
}
.mv__area-btn {
    position: absolute;
    width: 35.313vw;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 5.208vw;
}
.sec__02-first {
    position: relative;
}
ul.sec__02-list {
    position: absolute;
    display: flex;
    width: 67.3vw;
    top: 19vw;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    transform: translate(-50%, 0);
}
ul.sec__02-list li a {
    display: block;
}
.cta__inner {
    position: relative;
}
.sec__cta-list {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    transform: translate(-50%, 0);
    top: 33vw;
    width: 62vw;
}
.sec__cta-list li {
    width: 45%;
}
.sec__cta-list li a {
    display: block;
}
.sec__cta-list-image {
    display: block;
}
.ss-sc-02_btns.fixed {
    position: fixed;
    top: calc(100% - 152px);
    left: -24px;
    width: 100%;
    z-index: 1000;
}

.ss-sc-02_btns {
    position: relative;
    transition: all 0.4s ease;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.ss-sc-02_btns.fixed-to-bottom {
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ss-sc-02_btns-placeholder {
    display: none;
    height: 0;
}

.ss-sc-02_btns.fixed-to-bottom+.ss-sc-02_btns-placeholder {
    display: block;
    height: 72px;
    /* Match the height of your button area */
}
footer.ftr__area {
    margin-bottom: 152px;
}
.ss-sc-02-btn {
    color: #FFF !important;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
    letter-spacing: 1.28px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    width: 40%;
    border-radius: 12px;
    background: linear-gradient(90deg, #7693CA 0%, #D8B4AE 100%);
}
.ss-sc-02-btn-2 {
    background: linear-gradient(90deg, #D27198 28%, #7693CA 100%);
}
.ss-sc-02_btns.fixed-to-bottom img {
    width: 66%;
    max-width: 370px;
}
.sp-only {
    display: none;
}
div#method04 {
    position: relative;
}
a.sec__02-case-btn {
    position: absolute;
    top: 359vw;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 75vw;
}

@media (min-width: 768px) {
    .ss-sc-02_btns {
        gap: 32px;
    }
    .ss-sc-02-btn {
        height: 80px;
        border-radius: 64px;
        color: #FFF;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 128%;
        /* 30.72px */
        letter-spacing: 1.92px;
    }
    .ss-sc-02_wrap {
        padding: 40px 0;
    }
    .ss-sc-02_btns.fixed-to-bottom {
        bottom: 0;
    }
    a.sec__02-case-btn {
        top: 164vw;
        width: 77vw;
    }
}
@media (min-width: 1024px) {
    .ss-sc-02-btn {
        height: 120px;
        color: #FFF;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 36px;
        font-style: normal;
        font-weight: 300;
        line-height: 128%;
        /* 46.08px */
        letter-spacing: 2.88px;
        max-width: 600px;
    }
    .ss-sc-02_btns {
        gap: 70px;
    }
    .ss-sc-02_wrap {
        padding: 40px 0;
    }
    a.sec__02-case-btn {
        top: 45vw;
        width: 39vw;
    }
}

@media screen and (max-width: 1023px) {
.mv__area-inner {
    max-width: 90.558vw;
    height: 163.379vw;
}
.mv__area-btn {
    bottom: 14.208vw;
    width: 84.913vw;
}
.mv__area-list {
    bottom: 48vw;
    width: 65.167vw;
    justify-content: center;
}
.mv__area-list li {
    width: 21.094vw;
}
.mv__area-list li::nth-child(n+4) {
    width: 29.167vw;
}
ul.sec__02-list {
    width: 85.3vw;
    top: 52vw;
    flex-wrap: wrap;
    justify-content: center;
}
ul.sec__02-list li {
    width: 31%;
}
.sec__cta-list {
    flex-direction: column;
    width: 100vw;
    top: 71vw;
    gap: 14vw;
}
.sec__cta-list li {
    width: 68%;
}
footer.ftr__area {
    margin-bottom: 112px;
}
}
@media screen and (max-width: 767px) {
.mv__area-inner {
    max-width: 102vw;
    height: 289.379vw;
}
ul.sec__02-list {
    width: 100vw;
    flex-direction: column;
    top: 85vw;
}
.mv__area-list {
    bottom: 71vw;
    width: 100vw;
    justify-content: center;
}
.mv__area-list li {
    width: 28.094vw;
}
ul.sec__02-list {
    width: 100vw;
    flex-direction: column;
}
ul.sec__02-list li {
    width: 70vw;
    transform: translateX(-8vw);
}
ul.sec__02-list li:nth-child(even) {
    transform: translateX(8vw);
}
.sec__cta-list {
    top: 113vw;
    gap: 22vw;
}
.sec__cta-list li {
    width: 79%;
}
footer.ftr__area {
    margin-bottom: 104px;
}
.ss-sc-02_btns.fixed-to-bottom {
    padding: 16px 8px;
    width: calc(100% - 16px);
    gap: 10px;
}
.ss-sc-02-btn {
    width: 48%;
}
.ss-sc-02_btns.fixed-to-bottom img {
    width: 90%;
}
.sp-only {
    display: block;
}
.pc-only {
    display: none;
}
}
