@font-face {
    font-family: 'NeueMontreal_bold';
    src: url(../fonts/NeueMontreal-Bold.otf) format("opentype");
}

@font-face {
    font-family: 'NeueMontreal_medium';
    src: url(../fonts/NeueMontreal-Medium.otf) format("opentype");
}

@font-face {
    font-family: 'NeueMontreal_light';
    src: url(../fonts/NeueMontreal-Light.otf) format("opentype");
}

@font-face {
    font-family: 'NeueMontreal-Regular';
    src: url(../fonts/NeueMontreal-Regular.otf) format("opentype");
}

@font-face {
    font-family: 'NeuePlak_CondensedBlack';
    src: url(../fonts/NeuePlak_CondensedBlack.otf) format("opentype");
}


/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    /* line-height: 1.15; */
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}




/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #FFF7EB;
    /* Fallback for when there is no custom background color defined. */
    height: 100%;
    position: relative;
    color: #000000;
    font-size: min(2.08vw, 24px);
    overflow-x: hidden;
    line-height: 1.5;
    font-family: 'NeueMontreal_medium', sans-serif;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: bottom;
    user-drag: none;
    /* ドラッグ禁止 */
    user-select: none;
    /* 選択禁止 */
    -webkit-user-drag: none;
    /* Webkitブラウザ（ChromeやSafari）向け */
    -webkit-user-select: none;
    -moz-user-select: none;
    /* Firefox向け */
    -ms-user-select: none;
    /* IE向け */
    pointer-events: none;
    /* 右クリックや長押し禁止 */
}

a {
    text-decoration: none;
}

.sp {
    display: none;
}

.w1024 {
    display: none;
}

.wrapper {
    width: 72vw;
    margin: 0 auto;
}


h3 {
    font-family: "roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
    color: #150764;
    font-size: min(5.99vw, 82px);
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.header {
    position: absolute;
    top: 0;
    left: 0;
}

h1 {
    padding: 20px 0 0 68px;
}

h1 .header-logo {
    width: 192px;
}

/*--------------------------------------------------------------
# title-section
--------------------------------------------------------------*/
main {
    text-align: center;
}

.title-section {
    text-align: center;
}

.site-title {
    width: 65%;
    max-width: 995px;
    margin: 0 auto;
    padding: 110px 0 25px;
    position: relative;
    z-index: 1;
}

.site-title img {
    width: 100%;
}

.ribbon-text-wrap {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.ribbon-text-wrap img {
    position: absolute;
    top: 0;
    height: 100%;
}

.ribbon-text-wrap .ribbon-left {
    left: 0;
    transform: translateX(calc(-100% + 1px));
}

.ribbon-text-wrap .ribbon-right {
    right: 0;
    transform: translateX(calc(100% - 1px));
}

.ribbon-text {
    display: inline-block;
    position: relative;
    height: fit-content;
    text-align: center;
    box-sizing: border-box;
    background: #EF781B;
    color: #fff;
    font-size: min(2.08vw, 32px);
    line-height: 1;
    padding: 0.75em 1em;
    z-index: 1;
    text-wrap: nowrap;
}

/* .ribbon-text:before,
.ribbon-text:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon-text:before {
    top: 0;
    left: 0;
    border-width: 1.25em 0px 1.25em 15px;
    border-color: transparent transparent transparent #FFF7EB;
    border-style: solid;
}

.ribbon-text:after {
    top: 0;
    right: 0;
    border-width: 1.25em 15px 1.25em 0px;
    border-color: transparent #FFF7EB transparent transparent;
    border-style: solid;
} */

/*--------------------------------------------------------------
# kv-section
--------------------------------------------------------------*/
.kv-section {
    background: #F8D76A;
    position: relative;
    margin-top: 7%;
    text-align: center;
}

.wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(-100% + 1px));
}

.kv-img {
    margin-top: -8%;
    position: relative;
    z-index: 1;
    width: 90%;
    margin-bottom: 5%;
}

/*--------------------------------------------------------------
# what-section
--------------------------------------------------------------*/
.what-section,
.benefits-section,
.layered-section,
.faq-section {
    background: #C5EFFF;
    position: relative;
}

.flex-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.what-section .flex-wrap {
    padding: 70px 0 120px;
    align-items: center;
}

.what-movie {
    width: auto;
    max-width: 30%;
    height: fit-content;
    border-radius: 15px;
    overflow: hidden;
}

.what-movie .video {
    width: 100%;
    object-fit: contain;
    vertical-align: bottom;
}

.what-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.what-content h3 {
    font-size: min(4.95vw, 82px);
}

.what-content p {
    line-height: 1.2;
    letter-spacing: 0.06em;
}

.what-content p:first-child {
    margin-bottom: 32px;
}

.what-content .blue-text {
    color: #003C96;
    font-family: 'NeueMontreal_bold', sans-serif;
}

.modal-btn {
    width: fit-content;
    cursor: pointer;
    margin-top: 40px;
}

.btn img {
    filter: drop-shadow(5px 5px 0 #000);
    transition: filter .3s ease;
}

@media (any-hover: hover) {
    .btn:hover img {
        filter: none;
    }
}

dialog:modal {
    background-color: #00000083;
    width: 100vw;
    height: 100vh;
    border: none;
    margin: 0;
    max-width: none;
    max-height: none;
}

.dialog-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-bg {
    padding: 4.5% 16px 4.5% 3.13vw;
    background: #fff;
    border-radius: 30px;
}

.modal-wrapper {
    position: relative;
    background: #fff;
    height: 60vh;
    overflow-y: scroll;
    width: 74vw;
    margin: 0 auto;
    padding-right: 30px;
    border-radius: 14px;
}

.modal-wrapper::-webkit-scrollbar {
    width: 14px;
}

.modal-wrapper::-webkit-scrollbar-track {
    background: #ffd8ba;
    border-radius: 10px;
}

.modal-wrapper::-webkit-scrollbar-thumb {
    background: #EF781B;
    border-radius: 10px;
}

.modal-title {
    position: relative;
    width: fit-content;
}

.modal-wrapper h3 {
    margin-bottom: 74px;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.modal-title img {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-60%);
}

.modal-wrapper h4 {
    font-family: "roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
    color: #EF781B;
    font-size: min(3.78vw, 39px);
}

.what-section .modal-wrapper .flex-wrap {
    padding: 20px 0 0;
}

.what-section .modal-wrapper .flex-wrap p {
    width: 75%;
    font-size: min(2.08vw, 23px);
    margin-bottom: 0;
    letter-spacing: 0.1em;
}

.what-section .modal-wrapper .flex-wrap .modal-img {
    width: 22%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what-section .modal-wrapper .flex-wrap .modal-img .modal-illust {
    width: 80%;
}

/***** 閉じるボタン *****/

.close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.what-section .close {
    transform: translate(-50%, -64%);
}

.close-btn {
    display: block;
    position: relative;
    width: 74px;
    height: 74px;
    background: #EF781B;
    border: none;
    border-radius: 9999px;
    margin: 0 0 0 auto;
    transform: translate(100%, 0);
    transition: background .3s;
}

.close-btn:focus-visible {
    outline: none;
}

@media (any-hover: hover) {
    .close-btn:hover {
        background: #fff;
    }

    .close-btn:hover::before,
    .close-btn:hover::after {
        background: #EF781B;
    }

}

.close-btn::before,
.close-btn::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    /* 棒の幅（太さ） */
    height: 40px;
    /* 棒の高さ */
    background: #fff;
    transition: background .3s;
}

.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sp_video {
    display: none;
}

/*--------------------------------------------------------------
# benefits-section
--------------------------------------------------------------*/
.benefits-section {
    padding-bottom: 100px;
}

.benefits-section .flex-wrap {
    justify-content: center;
}

.benefits-content {
    width: 33.3%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    padding: 25px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.number-title-wrap {
    width: 100%;
}

.key-title {
    margin: 30px 0;
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: min(2.21vw, 32px);
}

.key_01 {
    background-color: #ACEB85;
}

.key_02 {
    background-color: #FFD373;
}

.key_03 {
    background-color: #FFF7EB;
    border-right: none;
}

.benefits-section .flex-wrap.key {
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    width: 88%;
    margin: 0 auto;
}

.number-img {
    width: 32%;
}

.benefits-section .flex-wrap.key img {
    height: 100%;
    width: 40%;
    max-height: 260px;
}

.benefits-section .flex-wrap.key p {
    text-align: left;
    font-size: min(2.6vw, 32px);
    padding-top: 1em;
    letter-spacing: 0.05em;
    width: 50%;
}

/*--------------------------------------------------------------
# layered-section
--------------------------------------------------------------*/
.layered-section {
    padding-bottom: 120px;
}

.layered-section .flex-wrap {
    width: 85%;
    margin: 0 auto;
    align-items: stretch;
}

.layered-modal-wrap {
    width: 32.5%;
}

.design-title {
    margin-bottom: 15px;
    font-size: min(2.99vw, 40px);
}

.layered-modal-btn {
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.layered-modal-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

@media (any-hover: hover) {
    .layered-modal-btn:hover img {
        transform: scale(1.1);
    }
}

.layered-section .btn {
    margin: 108px auto 0;
    width: fit-content;
    height: fit-content;
    display: block;
}

.layered-section .btn img {
    width: 672px;
    max-width: 85vw;
}

.layered-section .wave {
    top: auto;
    bottom: 0;
    transform: translateY(calc(100% - 1px));
}

.layered-modal-wrap .dialog-inner {
    left: 50%;
    transform: translate(-50%, -50%);
}

.layered-modal-wrap .modal-wrapper {
    width: 80vw;
    padding: 0;
    height: auto;
    overflow-y: hidden;
}

.layered-modal-wrap .modal-wrapper p {
    background: #003C96;
    font-size: 40px;
    color: #fff;
    padding: 10px 0;
}

.layered-modal-wrap .modal-wrapper .img-wrap {
    position: relative;
    height: 60vh;
    margin: 40px 20px;
}

.layered-modal-wrap .modal-wrapper .img-wrap img {
    height: 100%;
    width: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# step-section
--------------------------------------------------------------*/
.step-section .wrapper {
    padding: 160px 0;
}

.step-section h3 {
    margin-bottom: 0;
    font-size: min(4.17vw, 82px);
}

.step-section .lead-text {
    margin-bottom: 30px;
}

.step-content-wrapper {
    display: flex;
    filter: drop-shadow(5px 5px 0 #000);
}

.step-content {
    width: 25%;
    background: #fff;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.step-content.step01 {
    border-radius: 15px 0 0 15px;
    border-left: 2px solid #000;
}

.step-content.step04 {
    border-radius: 0 15px 15px 0;
}

.step-number {
    text-align: left;
    padding: 5px 20px;
    border-bottom: 2px solid #000;
    font-family: 'NeuePlak_CondensedBlack', sans-serif;
    font-size: min(6.38vw, 60px);
    line-height: 1;
}

.step-item {
    padding: 25px;
}

.step-item p {
    font-size: 32px;
}

.step-item .step-img {
    display: flex;
    min-height: 130px;
    margin: 20px auto;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    width: 60%;
}

.step-item p.small-text {
    font-size: 22px;
    text-align: left;
}


/*--------------------------------------------------------------
# setup-section
--------------------------------------------------------------*/
.setup-section {
    padding-bottom: 340px;
}

.setup-img-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.setup-img-wrap .setup-img {
    filter: drop-shadow(5px 5px 0 #000);
}

.setup-img-wrap .bubble-setup {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-24%, -85%);
    filter: drop-shadow(5px 5px 0 #000);
    max-width: 22%;
}


/*--------------------------------------------------------------
# faq-section
--------------------------------------------------------------*/
.faq-section {
    padding: 30px 0 100px;
}

.accordion {
    border-bottom: 1px solid #00000081;
    color: #150764;
    padding: 0 50px;
}

.accordion:first-of-type {
    border-top: 1px solid #00000081;
}

.nav-open {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 70px;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding: 20px 0;
    font-family: "roboto", sans-serif;
    line-height: 1.1;
}

span.qa-mark {
    font-family: "roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: min(3.39vw, 46px);
    line-height: 1;
}

nav {
    display: none;
}

.qa-answer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 70px;
    transform: none;
    padding: 0 90px 20px 0;
    text-align: left;
    font-size: 20px;
}

.qa-answer span.qa-mark {
    color: #EF781B;
}

.qa-answer p {
    font-family: 'NeueMontreal-Regular', sans-serif;
}

.nav-open::before,
.nav-open::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1em;
    height: 2px;
    background-color: #150764;
}

.nav-open::after {
    transform: rotate(90deg);
    transition: .5s;
}

/* クリックしたときに「+」を「−」に変更 */
.nav-open.active::after {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer {
    background: #003C96;
    position: relative;
    padding: 200px 0 100px;
    text-align: center;
}

.footer .wave {
    transform: translateY(-1px);
}

.footer .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 116px;
    width: fit-content;
}

.footer-logo {
    margin-bottom: 30px;
    max-width: 400px;
}

.site-link,
.copy-right {
    color: #fff;
    text-decoration: none;
}

.site-link img {
    vertical-align: middle;
    height: 1em;
    margin-left: 10px;
}

.site-link {
    font-size: min(1.82vw, 18px);
}

.copy-right {
    font-family: 'NeueMontreal_light', sans-serif;
    font-size: 20px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.sns-icon {
    display: flex;
    align-items: center;
    gap: 30px;
}

.sns-icon img {
    vertical-align: middle;
}

/*--------------------------------------------------------------
言語切替メニュー
--------------------------------------------------------------*/
.language_contents,
.p-language {
    display: none;
}

@media screen and (max-width: 1023px) {

    /* 言語切替メニュー */
    .language_contents {
        font-family: 'Roboto Condensed', sans-serif;
        display: block;
        position: fixed;
        z-index: 15;
        left: 0;
        top: -105vh;
        width: 100%;
        /*  出てくるスライドメニューの幅  */
        height: 100vh;
        background: #001424;
        background-size: 100% auto;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: opacity .5s;
        overflow-y: auto;
        /* メニューが多くなったらスクロールできるように */
    }

    /* メニューが開いたら */
    .is-drawerActive-language .language_contents {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .is-drawerActive-language .p-language {
        display: block;
        position: fixed;
        z-index: 30;
        top: 7px;
        right: 0px;
        width: 50px;
        height: 50px;
        margin: auto;
        outline: none;
        background-color: #007CC5;
    }

    .drawer-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 10;
    }

    .is-drawerActive-language .drawer-bg {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        visibility: visible;
    }

    .js-drawer-close {
        cursor: pointer;
    }

    .lang_nav {
        font-size: 1.4rem;
        padding-top: 120px;
        padding-right: 20px;
        padding-left: 20px;
        letter-spacing: 0em;
    }

    .lang_nav li {
        margin-bottom: 30px;
    }

    .lang_nav li a {
        display: inline-block;
        position: relative;
        padding-left: 27px;
        font-size: 1.00rem;
        font-weight: normal;
    }

    .lang_nav li a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.5em;
        width: 7px;
        height: 7px;
        border-top: solid 2px #EF781B;
        border-right: solid 2px #EF781B;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }

    .p-language {
        font-family: 'Roboto Condensed', sans-serif;
        display: block;
        position: fixed;
        z-index: 30;
        top: 10px;
        right: 12px;
        width: 40px;
        height: 40px;
        margin: auto;
        outline: none;
        background: url(../images/i_language_sp.svg) no-repeat center / contain;
        transition: background-image .3s;
    }

    .p-language[aria-expanded="true"] {
        right: 12px;
        background: url(../images/i_language_sp_close.svg) no-repeat center / contain;
    }

    .u-visuallyHidden {
        position: absolute;
        white-space: nowrap;
        width: 1px;
        height: 1px;
        overflow: hidden;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        margin: -1px;
    }

    .language_contents {
        font-family: 'Roboto Condensed', sans-serif;
        display: block;
        position: fixed;
        z-index: 15;
        left: 0;
        top: -100vh;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.95);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: top .5s, opacity .5s;
        overflow-y: visible;
    }

    .is-drawerActive-language .language_contents {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

body.is-drawerActive .p-language {
    display: none;
}

body.is-drawerActive-language .p-hamburger {
    display: none;
}

.footer_lang {
    font-family: 'Roboto Condensed', sans-serif;
    position: fixed;
    z-index: +1;
    top: 30%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 135px;
    height: 51px;
    background-color: #EF781B;
}

@media screen and (max-width: 1023px) {
    .footer_lang {
        display: none;
    }
}

.footer_lang .lamg-btn {
    position: relative;
    padding: 18px 35px 17px 43px;
    height: 51px;
}

.footer_lang .lamg-btn:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../images/i_language.svg) center no-repeat;
    background-size: 20px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.footer_lang .lamg-btn:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.footer_lang .lamg-btn .btn-txt {
    display: block;
    font-size: 7.5px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.footer_lang .lamg-btn.is-open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer_lang .lamg-btn:hover {
    cursor: pointer;
}

.footer_lang .lang-list {
    display: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.footer_lang .lang-list>li {
    padding: 0 !important;
}

.footer_lang .lang-list>li>a {
    background-color: #FFFFFF;
    display: block;
    padding: 6px 10px;
    font-size: 7.5px;
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: black;
}

.footer_lang .lang-list>li>a:hover {
    background-color: #F1F8FB;
    font-weight: bold;
    text-decoration: none;
}

.footer_lang .lang-list>li+.list-item {
    border-top: solid 1px #DADCE2;
}


@media screen and (max-width: 1024px) {
    .wrapper {
        width: 90%;
    }

    .w1024 {
        display: block;
    }
}