@charset "UTF-8";

/* 「」の余白を調整 */
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);

html {
    font-size: 62.5%;
}

.sp_only {
    display: none;
}

@media screen and (max-width:750px) {
    html {
        font-size: 2.666vw;
    }

    .sp_only {
        display: block;
    }
}

main {
    font-family: "IBM Plex Sans JP", sans-serif;
    line-height: 1.3;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    color: #4C4C4C;
}

img {
    display: block;
    line-height: 1;
    width: 100%;
    max-width: 100%;
}

video {
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
}

.btn_wrap {
    position: relative;
}

.btn {
    transition: .3s;
}

.btn:hover {
    opacity: .8;
}

.attention_wrap {
    position: relative;
}

.attention_wrap_txt {
    position: absolute;
    font-size: 1rem;
    line-height: 1.5;
}


/* ========================================================
fv
======================================================== */
.fv {
    position: relative;
}

.header_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 28rem;
}

.fv_splide {
    position: relative;
}

.fv_splide img {
    width: 100%;
}

.fv_splide .splide__pagination {
    bottom: 0;
    left: 5rem;
    right: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
}

.fv_splide .splide__pagination__page {
    background: #FAE3E6;
    border-radius: 0;
    width: 0.4rem;
    height: 5.6rem;
    margin: 0;
}

.fv_splide .splide__pagination__page.is-active {
    background: #D73B67;
    transform: scale(1);
}

@media screen and (max-width:750px) {
    .header_logo {
        width: 11.6rem;
    }

    .fv_splide .splide__pagination__page {
        display: none;
    }
}

/* ========================================================
offer01
======================================================== */
.offer01 {
    background-color: #F2EBE4;
    padding-bottom: 4rem;
}

.offer01_btn02 {
    display: block;
    width: 41rem;
    margin: 3rem auto 0;
}

.offer01 .modal_btn_wrap {
    position: relative;
    width: 45rem;
    margin: auto;
}

.offer01 .modal_btn {
    position: absolute;
    width: 30rem;
    left: 0;
    right: 0;
    margin: auto;
    top: 43%;
}

.offer01 .modal_btn_wrap .attention {
    padding-top: 1.5rem;
}

.offer01 .attention_wrap_txt {
    width: fit-content;
    font-size: .8rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7%;
}

.solution_point01 .attention_wrap_txt {
    width: 30rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
}

.solution_point04 .attention_wrap_txt {
    left: 14%;
    right: 0;
    margin: auto;
    bottom: 15%;
}

@media screen and (max-width:750px) {
    .offer01 {
        padding-bottom: 2.5rem;
    }

    .offer01 .modal_btn_wrap {
        width: 32rem;
    }

    .offer01 .modal_btn {
        width: 29.3rem;
        top: 38%;
    }

    .offer01_btn02 {
        width: 31rem;
        margin: 2rem auto 0;
    }

    .offer01 .attention_wrap_txt {
        width: fit-content;
        font-size: 1rem;
        bottom: -17%;
    }
}



/* =============== modal =============== */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
}

.modal.is-open {
    display: block;
}

.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal_content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 60rem;
    max-height: 90vh;
    margin: 4rem auto;
    padding: 5.8rem 4rem 5rem;
    border-radius: .3rem;
    z-index: 1001;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal_close_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    color: #C6C6C6;
    cursor: pointer;
}

.modal_contents {
    color: #535353;
    max-width: 100%;
    overflow: hidden;
}

.modal_contents .btn_wrap {
    position: relative;
}

.modal_contents .btn_wrap.red {
    margin: 5rem 0 6rem;
}

.modal_contents .btn_wrap a {
    display: block;
    position: absolute;
    bottom: 2.5%;
    width: 90%;
    left: .5rem;
    right: 0;
    margin: auto;
}

.modal_contents .modal_ttl {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.075rem;
    text-align: center;
}

.modal_contents .modal_ttl span {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0.084rem;
}

.modal_sub_ttl {
    margin: 4rem 0;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 2.3rem;
    letter-spacing: 0.048rem;
    text-align: center;
}

body.modal-open {
    overflow: hidden;
}

@media screen and (max-width:750px) {
    .modal_contents .btn_wrap.red {
        margin: 3rem 0 4rem;
    }

    .modal_content {
        width: 90%;
        max-width: 34.2rem;
        max-height: 90vh;
        margin: 2rem auto;
        padding: 5.8rem 2rem 3.5rem;
    }

    .modal_contents .modal_ttl {
        font-size: 2.5rem;
        line-height: 2.8rem;
        letter-spacing: -0.075rem;
    }

    .modal_contents .modal_ttl span {
        font-size: 1.2rem;
        line-height: 2.2rem;
        letter-spacing: 0.084rem;
    }

    .modal_sub_ttl {
        margin: 4rem 0 2.4rem;
        font-size: 1.6rem;
        line-height: 2.3rem;
        letter-spacing: 0.048rem;
    }
}

/* accordion */
/* =============== accordion =============== */
.accordion_item {
    position: relative;
    margin-left: .3rem;
    margin-bottom: 1.5rem;
    border: solid 2px #D73B67;
    border-radius: 1rem;
    overflow: hidden;
}

.accordion_header {
    width: 100%;
    padding: 3rem 3rem 3rem 1.5rem;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.accordion_header p {
    text-align: left;
    color: #D73B67;
    font-size: 2rem;
    font-weight: 700;
}

.accordion_header img {
    width: 9rem;
}

.accordion_icon svg {
    position: absolute;
    font-size: 1.2rem;
    width: 1.5rem;
    right: 5%;
}

.accordion_item.is-open .accordion_icon svg {
    transform: rotate(180deg);
}

.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion_item.is-open .accordion_content {
    max-height: 100%;
    /* 必要に応じて調整 */
}

.accordion_body {
    padding: 0 1.3rem 1.5rem;
}

.offer01 .modal_btn_wrap .modal .attention {
    padding: 0;
    padding-top: 1rem;
    letter-spacing: -.05rem;
    font-size: 1.3rem;
    line-height: 1.5;
}

.offer01 .modal_btn_wrap .modal .attention02 {
    margin-top: 2.5rem;
    letter-spacing: -.05rem;
    font-size: 1.3rem;
    line-height: 1.5;
}

.offer01 .modal_btn_wrap .modal .attention02 .txt_bold {
    font-weight: 600;
}

.offer01 .modal_btn_wrap .modal .attention02 .txt_red {
    font-weight: 600;
    letter-spacing: .03rem;
    color: #D73B67;
}

@media screen and (max-width:750px) {
    .accordion_header img {
        width: 5.7rem;
    }

    .accordion_item {
        margin-bottom: 1rem;
    }

    .accordion_header {
        padding: 1rem 1rem 1rem .5rem;
    }

    .accordion_header p {
        font-size: 1.2rem;
    }

    .offer01 .modal_btn_wrap .modal .attention,
    .offer01 .modal_btn_wrap .modal .attention02 {
        font-size: 1rem;
    }
}

/* ========================================================
solution
======================================================== */
.solution .video_wrap {
    position: relative;
    /* 画像の高さに合わせて調整 */
}

.solution .video_wrap>img:first-child {
    display: block;
    width: 100%;
}

.solution .video_ttl {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25.8rem;
    z-index: 1;
}

.solution .video01 .video_ttl {
    top: 21%;
}

.solution .video02 .video_ttl {
    top: 0%;
}

.solution .video_position {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 29rem;
}

.solution .video01 .video_position {
    top: 26%;
    width: 38%;
    height: 68%;
}

.solution .video02 .video_position {
    top: 11%;
    width: 22%;
    height: 85%;
    left: -16%;
    border: solid 1px #DEDEDE;
    border-radius: 1rem;
}

.solution .video03 .video_position {
    top: 4%;
    height: 58%;
    width: 38%;
}

.solution .video_seize {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.solution .video_wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center 60%;
    border-radius: .8rem;
}

.solution .gif_position {
    position: absolute;
    width: 38%;
    height: 23rem;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    top: 69%;
}

.solution .gif_position img {
    transform: translateY(-10%);
}

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

    .solution .video01 .video_ttl,
    .solution .video02 .video_ttl {
        left: -4%;
    }

    .solution .video01 .video_position {
        top: 31%;
        left: -4%;
        height: 22.3rem;
        width: 29.2rem;
    }

    .solution .video02 .video_position {
        top: 7%;
        height: 29.4rem;
        width: 29.2rem;
        left: -4%;
    }

    .solution .video03 .video_position {
        top: 7%;
        left: -4%;
        width: 29.2rem;
        height: 16.2rem;
    }

    .solution .gif_position {
        width: 29.6rem;
        top: 69%;
        left: 5%;
    }

    .solution .gif_position img {
        transform: translateY(-10%);
    }
}


/* ========================================================
select
======================================================== */
.select {
    background-color: #F1F1F1;
    /* padding: 40px 0; */
}

.select .select_item ul {
    display: flex;
    width: 60rem;
    gap: 2.4rem;
    justify-self: center;
    margin: auto;
}

.select .select_item ul .main_img {
    width: 29rem;
    margin: auto;
}

.select .select_item ul li .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25.7rem;
    bottom: 3%;
}

@media screen and (max-width:750px) {
    .select .select_item ul {
        width: 100%;
        flex-direction: column;
        gap: 3rem;
    }
}


/* ========================================================
offer02
======================================================== */
.offer02 {
    background-color: #F1F1F1;
}

.offer02 .btn_wrap {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}

.offer02 .attention {
    font-size: 1rem;
    letter-spacing: -.01rem;
    width: 60rem;
    padding: 2rem 0 4rem;
    color: #5C5C5C;
    margin: auto;
}

@media screen and (max-width:750px) {
    .offer02 .attention {
        width: 33.5rem;
    }
}


/* ========================================================
copyright
======================================================== */
.copyright {
    font-size: .9rem;
    text-align: center;
    color: #5C5C5C;
    padding: .3rem 0;
}