@charset "utf-8";

:root{
    --black: #1a1a1a;
    --blue1: #106dc7;
    --blue2: #0368ae;
    --skyblue: #e4f7ff;
    --green: #52ad3d;
    --mplus: "M PLUS 1p", sans-serif;
    --grad: linear-gradient(to bottom, #0454B3, #0DCBFC);
    text-underline-offset: 0.1em;
}

html,body{
    color: var(--black);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-optical-sizing: auto;
    line-height: 1.5;
    position: relative;
    background-color: #fff;
}

.all-view, .wrapper{
    width: 100%;
    overflow: hidden;
}

.bg-area{
    width: 100%;
}

.inner{
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
}

section .inner{
    padding-top: 60px;
    padding-bottom: 60px;
}

h1,h2,h3,h4{
    font-weight: 700;
}

h2{
    text-align: center;
}

h2.green{
    font-size: 24px;
    color: var(--green);
}

h2.green span{
    display: block;
    font-size: 0.625em;
}

h3{
    font-size: 21px;
}

strong{
    font-weight: inherit;
}

img{
    display: block;
    box-sizing: border-box;
}

.flex{
    display: flex;
    flex-flow: row wrap;
}

.form-banner{
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    width: 330px;
    height: 60px;
    background-color: var(--green);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin: 0 auto;
    padding: 12px 54px;
    border-radius: 20px;
    justify-content: space-evenly;
    align-items: center;
}

.form-banner:hover, .form-banner:active, .form-banner:focus{
    background-color: #49c52e;
    color: #fff;
}

.form-banner span{
    padding-bottom: 0.1em;
}

.form-banner img{
    width: 30px;
}

.pc-only{
    display: none;
}


/*================ header ▼ ==*/

.page-header{
    width: 100%;
    height: 60px;
}

header .inner{
    padding-right: 0;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.logo{
    padding-top: 6px;
}

.logo img{
    height: 48px;
}

.navi{
    width: 72px;
    height: 60px;
    transition: width 0.2s ease-out, height 0.2s ease-out;
    overflow: hidden;
}

.navi.open{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    background-color: #CBE5F0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
}

.navi button{
    display: block;
    width: 48px;
    height: 48px;
    background-color: transparent;
    position: absolute;
    top: 6px;
    right: 4vw;
    z-index: 99;
}

.navi button span{
    display: block;
    width: 36px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--blue2);
    position: absolute;
    transform-origin: center;
    transition: all 0.2s ease-out;
}

.navi button span:first-child{
    top: 12px;
    left: 6px;
}

.navi button span:nth-child(2){
    top: 21px;
    left: 6px;
}

.navi button span:last-child{
    top: 30px;
    left: 6px;
}

.open button span:first-child{
    transform: rotate(45deg);
    top: 21px
}

.open button span:nth-child(2){
    opacity: 0;
}

.open button span:last-child{
    transform: rotate(-45deg);
    top: 21px;
}

.menu-area{
    visibility: hidden;
    color: var(--blue2);
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
}

.menu-list{
    color: var(--blue1);
}

.menu-list li{
    padding: 0.2em 1em;
}

.menu-list li a{
    padding: 0.2em 0.5em;
}

.open .menu-area{
    visibility: visible;
    height: 100%;
    max-height: 600px;
    padding: 60px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.open .menu-list{
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    color: var(--blue2);
}

.open .menu-list li::before{
    content: "-";
}


/*================ first-view ▼ ==*/

.first-view{
    height: calc(100dvh - 60px);
    min-height: 740px;
}

.first-view .bg-area{
    height: 100%;
    background: var(--skyblue) url(../img/fv_back.jpg) no-repeat center / auto 100%;
}

.first-view .flex{
    height: 100%;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 60px;
    font-weight: 700;
}

.first-view p{
    text-align: center;
    line-height: 1.4;
}

.copy-main{
    color: var(--blue2);
}

.copy-main strong{
    display: block;
    font-weight: 700;
}

.copy-main span{
    display: block;
}

.copy-main p:first-child{
    font-size: 1.1em;
    margin-bottom: 2dvh;
}

.copy-main p:last-child{
    margin-top: 2dvh;
    margin-bottom: 30px;
}

.copy-main h1{
    width: 300px;
    margin: 0 auto;
}

.copy-main h1 img{
    width: 100%;
}

.copy-sub ul{
    max-width: 360px;
    margin: 0 auto;
}

.copy-sub li{
    margin-bottom: 0.5dvh;
    text-align: right;
}

.copy-sub li:nth-child(2){
    text-align: left;
}

.copy-sub li span{
    display: inline-block;
    width: 200px;
    height: 64px;
    background: transparent url(../img/bubble.png) no-repeat center / contain;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
}

.copy-sub li:nth-child(2) span{
    background-image: url(../img/bubble_flip.png);
}

.copy-sub p{
    font-size: 1.1em;
    margin: 0.8em auto;
}


/*================ movie ▼ ==*/

.movie{
    background: var(--grad);
}

.movie .flex{
    gap: 30px;
}

.movie .flex > div{
    width: 100%;
}

.movie-desc h2{
    font-family: var(--mplus);
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.25em;
}

.movie-desc p{
    color: #fff;
    text-align: center;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*================ 悩み・課題 ▼ ==*/

.problem h2{
    font-size: 20px;
    margin-bottom: 30px;
}

.problem p{
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}

.prob-list{
    width: 100%;
    background-color: var(--skyblue);
    padding: 2em 4vw;
    padding-bottom: 150px;
    margin-bottom: 60px;
    border-radius: 20px;
    position: relative;
}

.prob-list ul{
    position: relative;
}

.prob-list li{
    padding-left: 1.2em;
    margin-bottom: 0.5em;
}

.prob-list li::before{
    display: inline-block;
    content: "・";
    position: absolute;
    left: 0;
}

.prob-list img{
    width: 150px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 75px);
}

.problem p:last-child{
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0;
}


/*================ ３つの理由 ▼ ==*/

.reason{
    background-color: var(--skyblue);
}

.reason h2{
    margin-bottom: 45px;
}

.points li{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 15px;
    margin-bottom: 45px;
}

.point-label span{
    display: block;
    width: 180px;
    height: 60px;
    margin-bottom: 0.2em;
    background: transparent url(../img/bubble_flip.png) no-repeat center / contain;
    line-height: 40px;
    text-align: center;
    font-family: var(--mplus);
    font-size: 21px;
    font-weight: 800;
    color: var(--blue2);
}

.reverse .point-label span{
    background-image: url(../img/bubble.png);
    margin: 0 0 0 auto;
}

.points img{
    width: 100%;
    border-radius: 15px;
}

.point-text p:first-child{
    margin-bottom: 1em;
}

.summary{
    padding: 1em 0;
    color: var(--blue2);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.summary strong{
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
}

.summary strong span{
    display: block;
    font-size: 18px;
}

.supp{
    text-align: center;
    margin: 30px auto;
    font-size: 0.94em;
}


/*================ 導入ステップ ▼ ==*/

.step .green{
    margin-bottom: 75px;
}

.step-list{
    gap: 60px;
    margin-bottom: 60px;
    list-style: none;
    counter-reset: step-num;
}

.step-list li{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 300px;
    background-color: var(--skyblue);
    border-radius: 30px;
    padding: 45px 15px 15px;
    text-align: center;
    position: relative;
    counter-increment: step-num;
}

.step-list li::before{
    content: counter(step-num, decimal-leading-zero);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 2em;
    line-height: 60px;
    font-weight: 700;
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
}

.step-list span{
    font-size: 1.2em;
    height: 3.6em;
}

.step-list img{
    width: 150px;
    height: 100px;
}

.step-footer{
    text-align: center;
}

.step-footer p{
    font-weight: 700;
    margin-bottom: 30px;
}

.step-footer ul{
    display: inline-block;
}

.step-footer li{
    text-align: left;
}

.step-footer li::before{
    content: "※ ";
}


/*================ 導入メリット ▼ ==*/

.benefit{
    background: transparent url(../img/benefit_bg1.png) no-repeat top 60px right -40% / 50%;
}

.benefit .inner{
    /*背景同一、中間で調整*/
    padding-top: 4dvh;
    padding-bottom: 4dvh;
}

.benefit .bg-area{
    background: transparent url(../img/benefit_bg2.png) no-repeat bottom 120px left -20% / 50%;
}

.benefit h2{
    margin-bottom: 60px;
}

.benefit-flex{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 60px;
}

.benefit-body h3{
    background: var(--grad);
    color: #fff;
    font-size: 1.2em;
    padding: 9px 18px;
}

.benefit-body p{
    margin: 1em auto 3em;
}

.benefit-body p:last-child{
    margin-bottom: 0;
}

.benefit-body p span{
    display: block;
}

.benefit-image{
    width: 250px;
}

.benefit-image img{
    width: 100%;
}


/*================ Before-After ▼ ==*/

.ba-intro.inner{
    padding-bottom: 30px;
}

.ba-intro h2{
    margin-bottom: 30px;
}

.ba-intro p{
    font-size: 1.2em;
    font-weight: 700;
}

.bf-aft .inner-full{
    width: 100%;
}

.ba-list{
    width: 100%;
    background: transparent url(../img/bf_aft_back.jpg) no-repeat top 60px right 20% / auto 90%;
}

.ba-list li{
    text-align: right;
    padding: 1em 4vw;
}

.before, .after{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    border-radius: 80px;
    box-shadow: 1px 2px 3px rgba(24, 24, 24, 0.5);
}

.before{
    display: block;
    width: 200px;
    margin-bottom: 15px;
    background-color: #DDD;
}

.after{
    width: 220px;
    background-color: var(--skyblue);
}

.arrow{
    display: inline-block;
    width: 80px;
    height: 40px;
    color: transparent;
    font-size: 0;
    line-height: 40px;
    background: transparent url(../img/triangles.png) no-repeat center / contain;
    vertical-align: top;
}

.ba-outro h3{
    color: var(--blue1);
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 30px;
}

.ba-outro p{
    text-align: center;
    margin-bottom: 30px;
}


/*================ 運営会社 ▼ ==*/

.company{
    background-color: var(--skyblue);
}

.company h2{
    margin-bottom: 45px;
}

.company-body div{
    margin-bottom: 1em;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 1.5em;
}

.company-body dt{
    flex: 0 0 90px;
    font-weight: 700;
}

.company-body dd{
    flex: 0 1 auto;
}

.company-body dd span{
    display: block;
}

.company-body dd a{
    text-decoration: underline;
}

/*================ 問合せ ▼ ==*/

.contact h2{
    margin-bottom: 30px;
}

.contact p{
    text-align: center;
    margin-bottom: 45px;
}

.contact p span{
    display: block;
}

.form-body{
    max-width: 900px;
    margin: 0 auto;
    background-color: var(--skyblue);
    padding: 1.5em 4vw;
    border-radius: 1em;
}

.inputs{
    margin-bottom: 60px;
}

.inputs label{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 0.5em;
    line-height: 2;
    gap: 0.25em 0;
}

.inputs span{
    font-weight: 700;
    padding: 0.25em 0;
}

.inputs span::before{
    content: "必須";
    display: inline-block;
    width: 48px;
    height: 24px;
    font-size: 0.9em;
    line-height: 24px;
    background-color: #F62929;
    color: #fff;
    text-align: center;
    margin-right: 1em;
}

.inputs .opt::before{
    content: "任意";
    background-color: var(--blue2);
}

.inputs input, .inputs textarea{
    width: 100%;
    border: none;
    border-radius: 1.5em;
    font-size: 1em;
    line-height: 2;
    padding: 0.25em 1em;
    box-sizing: border-box;
}

.inputs textarea{
    resize: vertical;
}

input[type="submit"]{
    display: block;
    box-sizing: border-box;
    width: 240px;
    height: 50px;
    margin: 0 auto 1.5em;
    border-radius: 50px;
    background-color: var(--blue2);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
}

.form-body button{
    display: inline-block;
    padding-right: 2em;
    background-color: transparent;
    text-decoration: underline;
    font-weight: 500;
    position: relative;
}

.form-body button::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent url(../img/pp_icon.svg) no-repeat center / 100%;
    position: absolute;
    top: 0.25em;
    right: 0.75em;
}


/*================ プライバシーポリシー ▼ ==*/

aside{
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

aside.show{
    visibility: visible;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(24, 24, 24, 0.7);
    opacity: 1;
}

.modal{
    width: 80%;
    height: 80%;
    padding: 3em 1em 1em;
    border-radius: 1em;
    background-color: #fff;
    position: relative;
}

.modal button{
    background-color: transparent;
    color: #777;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-body{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.modal-body h2{
    font-size: 20px;
    margin: 0.5em auto 1.5em;
}

.modal-body h2 span{
    display: inline-block;
    white-space: no-wrap;
}

.pp-body{
    margin: 45px auto;
    list-style: none;
    counter-reset: pp-num;
}

.pp-body > li{
    margin-bottom: 45px;
    counter-increment: pp-num;
}

.pp-body h3{
    font-size: 1.2em;
    margin-bottom: 30px;
}

.pp-body h3::before{
    content: counter(pp-num)"．";
}

.pp-body ul li{
    margin-bottom: 0.75em;
}

.pp-body ul li:first-child{
    margin-top: 1.5em;
}

.pp-counter{
    margin-bottom: 60px;
}

.pp-counter h3{
    font-size: 1.2em;
    margin-bottom: 30px;
}

.issued{
    text-align: center;
    margin-bottom: 1em;
}

/*================ 利用規約 ▼ ==*/

.terms{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.terms a{
    display: inline-block;
    padding: 0 0 0 2.5em;
    color: var(--green);
    font-weight: 700;
    font-size: 1.2em;
    line-height: 3;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.terms a::before{
    content: "";
    display: inline-block;
    width: 2.1em;
    height: 2.1em;
    background:transparent url(../img/pdf_icon.png) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0.5em;
}

/*================ ページフッター ▼ ==*/

.page-footer{
    width: 100%;
    height: 60px;
    background: var(--grad);
    text-align: center;
}
.page-footer small{
    color: #fff;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 60px;
}



/*========================
  ======== メディアクエリ
  ========================*/


@media screen and (min-width: 480px){

    html,body{
        font-size: 16px;
    }

}

@media screen and (min-width: 630px){

    section .inner{
        padding-top: 90px;
        padding-bottom: 90px;
    }

    h2.green{
        font-size: 30px;
    }

    p br, h2.green br{
        display: none;
    }

    .form-banner{
        width: 400px;
        height: 72px;
        border-radius: 30px;
        font-size: 21px;
    }

    .form-banner img{
        width: 40px;
    }

    .page-header{
        height: 90px;
    }

    .logo{
        padding-top: 15px;
    }

    .logo img{
        height: 60px;
    }

    .navi{
        width: auto;
        height: auto;
        max-width: 500px;
        margin: 15px 4vw auto auto;
    }

    .navi button{
        display: none;
    }

    .menu-area{
        visibility: visible;
        font-size: 16px;
        opacity: 1;
    }

    .menu-list{
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: center;
        flex: 1 1 auto;
    }

    .menu-list li{
        margin-left: 0.2em;
        padding: 0.2em 0;
    }

    .first-view{
        height: calc(100dvh - 90px);
        max-height: 900px;
    }

    .copy-main p:first-child{
        font-size: 20px;
    }

    .copy-main p:last-child{
        font-size: 18px;
    }

    .copy-main span.comma{
        display: inline-block;
    }

    .copy-main span.comma::after{
        content: "、";
    }

    .copy-sub p{
        margin-bottom: 30px;
    }

    .movie-desc h2{
        font-size: 60px;
    }

    .movie .flex{
        gap: 60px;
    }

    .movie-desc p{
        font-size: 24px;
    }

    .problem h2{
        font-size: 30px;
    }

    .problem p{
        font-size: 21px;
    }

    .problem p:first-of-type br{
        display: inline;
    }

    .prob-list{
        padding-bottom: 90px;
    }

    .prob-list li{
        font-size: 18px;
    }
   
    .prob-list img{
        width: 200px;
        bottom: -30px;
        left: calc(100% - 190px);
    }

    .reason h2{
        margin-bottom: 60px;
    }

    .points li{
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: 30px;
    }

    .point-label{
        grid-row: 1;
        grid-column: 1 / 3;
    }

    .point-label span{
        width: 240px;
        height: 78px;
        line-height: 54px;
        font-size: 27px;
    }

    .points img{
        width: 300px;
        grid-row: 2;
        grid-column: 1;
    }

    .point-text{
        grid-row: 2;
        grid-column: 2 / 3;
        justify-self: left;
    }

    .reverse h3{
        text-align: right;
    }

    .points .reverse img{
        width: 300px;
        grid-column: 2 / 3;
    }

    .reverse .point-text{
        grid-column: 1 / 2;
    }

    .summary{
        font-size: 24px;
    }

    .summary strong{
        font-size: 36px;
        line-height: 1.2;
        margin-top: 6px;
    }

    .summary strong span{
        display: inline-block;
        font-size: 24px;
        margin-left: 12px;
    }

    .supp{
        margin: 45px auto;
    }

    .step-list{
        justify-content: center;
    }

    .step-list li{
        flex: 1 0 300px;
        max-width: 400px;
    }

    .benefit{
        background: transparent url(../img/benefit_bg1.png) no-repeat top 30px right -150px / 300px;
    }

    .benefit .bg-area{
        background: transparent url(../img/benefit_bg2.png) no-repeat bottom 90px left -50px / 300px;
    }

    .benefit-image{
        width: 360px;
    }

    .ba-intro p{
        text-align: center;
    }

    .ba-list{
        background: transparent url(../img/bf_aft_back.jpg) no-repeat center / cover;
        padding: 10% 0;
    }

    .ba-list li{
        text-align: center;
    }

    .before{
        display: inline-block;
        margin-bottom: 0;
    }

    .arrow{
        margin: 0 4vw 0 2vw;
    }

    .company-body{
        max-width: 600px;
        margin: 0 auto;
    }

    .company-body div{
        margin-bottom: 1.2em;
    }

    .company-body dt{
        flex: 0 0 150px;
    }

    .company-body dd span{
        display: inline-block;
        margin-right: 1.5em;
    }

    .contact p{
        font-size: 18px;
        margin-bottom: 60px;
    }

    .inputs label{
        flex-wrap: nowrap;
        gap: 2vw;
        padding: 15px 0;
        line-height: 2;
    }

    .inputs span{
        min-width: 200px;
        flex-grow: 1;
        position: relative;
    }

    .inputs span::before, .inputs .opt::before{
        display: none;
    }

    .inputs span::after{
        content: "必須";
        display: inline-block;
        width: 48px;
        height: 24px;
        font-size: 0.9em;
        line-height: 24px;
        background-color: #F62929;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 1em;
        top: calc(50% - 12px);
    }

    .inputs .opt::after{
        content: "任意";
        background-color: var(--blue2);
    }

    .inputs input, .inputs textarea {
        max-width: 480px;
    }

    input[type="submit"]{
        width: 300px;
        height: 60px;
        font-size: 20px;
        line-height: 50px;
    }

    .modal{
        padding: 3em 1.5em 1.5em;
    }

    .modal button{
        font-size: 40px;
        line-height: 50px;
        right: 5px;
    }

    .modal-body h2{
        font-size: 24px;
    }

    .modal-body h2 br{
        display: none;
    }

    .pp-body{
        margin-top: 60px;
    }

    .page-footer small{
        font-size: 15px;
    }

}

@media screen and (min-width: 1024px){

    .inner{
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
    }

    section .inner{
        padding-top: 120px;
        padding-bottom: 120px;
    }

    h2.green{
        font-size: 36px;
    }

    .form-banner{
        width: 480px;
        height: 90px;
        border-radius: 30px;
        font-size: 24px;
    }

    .form-banner img{
        width: 48px;
    }

    .page-header .inner{
        max-width: 100%;
    }

    .logo{
        padding-top: 9px;
    }

    .logo img{
        height: 72px;
    }

    .navi{
        width: 100%;
        max-width: initial;
        margin: auto;
        padding: 9px 30px 0 60px;
    }

    .menu-area{
        font-size: 20px;
    }

    .menu-list{
        height: 72px;
        flex: 1 0 100%;
    }

    .menu-list li{
        margin-left: 9px;
    }

    .first-view{
        min-height: 800px;
        max-height: 1100px;
    }

    .first-view .bg-area{
        background-size: cover;
        background-position: top right;
    }

    .first-view .flex{
        padding-top: 60px;
    }

    .first-view p{
        line-height: 1.5;
    }

    .copy-main p:first-child{
        font-size: 30px;
    }

    .copy-main p:last-child{
        font-size: 24px;
    }

    .copy-main h1{
        width: 480px;
    }

    .copy-sub ul{
        display: flex;
        justify-content: space-between;
        max-width: 990px;
    }

    .copy-sub li span{
        width: 300px;
        height: 97px;
        font-size: 23px;
        line-height: 60px;
    }

    .copy-sub li:nth-child(2) span{
        background-image: url(../img/bubble.png);
    }

    .copy-sub p{
        font-size: 26px;
    }

    .movie .flex {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        gap: 0;
    }

    .movie-desc h2{
        font-size: 81px;
        margin-bottom: 1em;
    }

    .movie .flex .movie-desc{
        width: calc(100% - 680px);
    }

    .movie .flex .video-container{
        width: 600px;
        padding-top: 337.5px;
    }

    .pc-only{
        display: inline;
    }

    .problem h2{
        font-size: 36px;
    }

    .prob-list{
        max-width: 900px;
        margin: 0 auto 90px;
        padding: 45px;
    }

    .prob-list li{
        font-size: 21px;
    }

    .prob-list img{
        width: 240px;
        bottom: -30px;
        left: calc(100% - 210px);
    }

    .problem p:last-child{
        font-size: 24px;
    }

    .reason h2{
        margin-bottom: 90px;
    }

    .points h3{
        font-size: 24px;
    }

    .points li{
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: 0.5em 60px;
        margin-bottom: 75px;
    }

    .point-label{
        grid-column: 1 / 2;
    }

    .points img{
        width: 450px;
        grid-row: 1 / 3;
        grid-column: 2 / 3;
    }

    .point-text{
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        justify-self: left;
    }

    .reverse .point-label{
        grid-column: 2 / 3;
    }

    .reverse .point-label span{
        margin: 0 auto 0 0;
    }

    .reverse h3{
        text-align: left;
    }

    .points .reverse img{
        width: 450px;
        grid-column: 1 / 2;
    }

    .reverse .point-text{
        grid-column: 2 / 3;
    }

    .summary{
        padding: 0;
        font-size: 30px;
    }

    .summary strong{
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .summary strong span{
        font-size: 30px;
    }

    .supp{
        font-size: 18px;
        margin: 30px auto 60px;
    }

    .step-footer p{
        margin-bottom: 0.5em;
    }

    .step-footer li{
        display: inline-block;
        padding: 0 0.75em;
    }

    .benefit{
        background: transparent url(../img/benefit_bg1.png) no-repeat top 0 right -15% / 25%;
    }

    .benefit .bg-area{
        background: transparent url(../img/benefit_bg2.png) no-repeat bottom 40% left -10% / 25%;
    }

    .benefit-flex{
        flex-flow: row wrap;
        flex-direction: row-reverse;
        gap: 30px;
        justify-content: space-between;
    }

    .benefit-body{
        width: 600px;
    }

    .benefit-body h3{
        height: 60px;
        line-height: 42px;
    }

    .benefit-image{
        width: calc(100% - 640px);
        max-width: 400px;
    }

    .ba-list{
        padding: 7.5% 0;
    }

    .ba-list li{
        max-width: 1200px;
        margin: 0 auto 60px;
        padding: 1em 30px;
    }

    .before, .after{
        height: 80px;
        line-height: 80px;
        font-size: 30px;
    }

    .before{
        width: 360px;
    }

    .after{
        width: 420px;
    }

    .arrow{
        height: 80px;
        margin: 0 5vw 0 3vw;
        padding: 9px 0;
    }

    .inner.ba-outro{
        padding-top: 0;
    }

    .ba-outro h3{
        font-size: 42px;
    }

    .ba-outro p{
        font-size: 24px;
    }

    .company-body{
        max-width: 780px;
    }

    .company-body{
        font-size: 20px;
    }

    .company-body dt{
        flex: 0 0 180px;
    }

    .form-body{
        padding: 45px;
    }
   
    .inputs label{
        gap: 1em;
    }

    .inputs span{
        font-size: 18px;
    }

    .inputs span::after{
        font-size: 0.8em;
    }

    .inputs input, .inputs textarea {
        max-width: 540px;
        font-size: 18px;
    }

    .modal{
        max-width: 1000px;
        padding: 60px;
        border-radius: 20px;
    }

    .modal-body h2{
        margin-bottom: 60px;
    }

    .pp-body > li{
        margin-bottom: 60px;
    }

    .page-footer{
        height: 90px;
    }
    .page-footer small{
        line-height: 90px;
    }

}

@media screen and (min-width: 1500px){

    .menu-list li{
        margin-left: 15px;
    }

    .benefit{
        background: transparent url(../img/benefit_bg1.png) no-repeat top 0 right 5% / 20%;
    }

    .benefit .bg-area{
        background: transparent url(../img/benefit_bg2.png) no-repeat bottom 40% left 10% / 20%;
    }
}