@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

#content{ overflow: hidden;}
.page_ttl{
    background: url("../img/product/style/lieto/bg_fv_pc.png") no-repeat center center;
    background-size: cover;
    padding: 105px 0;
    box-sizing: border-box;
}
.page_ttl h1{
    text-align:center;
    margin: 0;
}

.green_btn a,
.yellow_btn a{
    display: block;
    width: 100%;
    max-width: 342px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    font-size: 2.3rem;
    color: #FFF;
    text-decoration: none;
    background: #005c32;
    border-radius: 60px;
    padding: 21px 5px;
    box-sizing: border-box;
    transition: .4s;
}
.yellow_btn a{ background: #dbba15;}

.ie .green_btn a,
.ie .yellow_btn a{
    padding: 24px 5px 18px 5px;
}
.green_btn a:hover,
.yellow_btn a:hover{
    opacity: .7;
}
.green_btn+.yellow_btn{ margin-top: 35px;}

.sec_border{
    position: relative;
    text-align: center;
    margin: 0 auto 60px auto;
}
.sec_border span{
    position: relative;
    text-align: center;
    font-size: 4.6rem;
    font-weight: 700;
    color: #000;
    letter-spacing: .65rem;
}
.sec_border span:before,
.sec_border span:after{
    position: relative;
    top: -4px;
    display:inline-block;
    vertical-align: middle;
    margin: 0 10px;
    content: '';
    width: 32px;
    height: 3px;
    background: #000;
}

.col01{ color: #c13e12 !important; /* red */}

@media screen and (max-width: 767px) {
    .page_ttl{
        background: url("../img/product/style/lieto/bg_fv_sp.png") no-repeat center center;
        background-size: cover;
        padding: 14% 0;
    }
    .page_ttl h1{
        width: 100%;
        margin: 0 auto;
    }

    .green_btn a,
    .yellow_btn a{
        width: 70%;
        max-width: 342px;
        font-size: 4.583vw;
        font-weight: 700;
        padding: 14px 5px;
    }
    .green_btn+.yellow_btn{ margin-top: 4%;}
    .sec_border{
        margin: 0 auto 10% auto;
    }
    .sec_border span{
        font-size: 6.25vw;
        letter-spacing: .35rem;
    }
    .sec_border span:before,
    .sec_border span:after{
        top: -.5vw;
        width: 5vw;
        height: 3px;
    }

}
/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 65px 0 0 0;
    background: #cce6da;
    margin-bottom: 200px;
    box-sizing: border-box;
}
.sec01:after{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 212px 50vw 0 50vw;
    border-color: #cce6da transparent transparent transparent;
}
.ie .sec01:after{
    border-width: 212px 49.0vw 0 49.0vw;
}

.sec01 h2{
    text-align: center;
    margin: 50px auto 30px auto;
}
.sec01 figure{
    text-align: center;
}
.sec01 p{
    margin-top: 70px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec01{
        padding: 14% 0;
        margin-bottom: 66px;
        box-sizing: border-box;
    }
    .sec01 .inner{
        width: 86%;
    }
    .sec01:after{
        bottom: -66px;
        border-width: 66px 50vw 0 50vw;
    }
    .sec01 h2{
        text-align: center;
        margin: 10% auto 10% auto;
    }
    .sec01 figure {
        margin: 0;
    }
    .sec01 p{
        margin-top: 10%;
        text-align: center;
    }


}
/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    padding: 300px 0 0 0;
    box-sizing: border-box;
}

.point_box{
    display: flex;
}
.point_box.reverse{
    flex-direction: row-reverse;
}
.point_box+.point_box{ margin-top: 60px;}

.point_box .txt{
    width: 51%;
    padding-right: 79px;
    box-sizing: border-box;
}
.point_box:last-of-type .txt{ padding-right: 80px;}
.point_box.reverse .txt{
    width: 51%;
    padding-left: 80px;
    padding-right: 0;
    box-sizing: border-box;
}
.ie .point_box.reverse .txt{ padding-left: 84px;}
.point_box .txt h3{
    position: relative;
    font-size: 3.3rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.ie .point_box .txt h3{
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.point_box .txt h3:before{
    display: block;
    content: '';
    margin: 0 auto 20px auto;
    background-size: 100% auto !important;
}

.point_box .txt p{
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    color: #000;
    padding: 0 8px;
    box-sizing: border-box;
}
.point_box.point01 .txt h3:before{
    background: url("../img/product/style/lieto/point01.png") no-repeat center center;
    width: 100px;
    height: 101px;
}
.point_box.point01 .txt h3{ border-bottom: 5px solid #006d45;}
.point_box.point02 .txt h3:before{
    background: url("../img/product/style/lieto/point02.png") no-repeat center center;
    width: 110px;
    height: 100px;
}
.point_box.point02 .txt h3{ border-bottom: 3px solid #42e69a;}
.point_box.point03 .txt h3:before{
    background: url("../img/product/style/lieto/point03.png") no-repeat center center;
    width: 110px;
    height: 97px;
}
.point_box.point03 .txt h3{ border-bottom: 5px solid #006d45;}

.point_box .img{
    width: 49%;
    max-width: 520px;
}
@media screen and (max-width: 767px) {
    .sec02{
        padding: 20% 0 0 0;
    }
    .sec02 .inner{
        width: 86%;
    }
    .point_box{
        display: block;
    }

    .point_box+.point_box{ margin-top: 12%;}

    .point_box .txt{
        width: 100%;
        padding-right: 0;
    }
    .point_box:last-of-type .txt{ padding-right: 0;}
    .point_box.reverse .txt{
        width: 100%;
        padding-left: 0;
    }
    .ie .point_box.reverse .txt{ padding-left: 0;}
    .point_box .txt h3{
        font-size: 5vw;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .ie .point_box .txt h3{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .point_box .txt h3:before{
        display: block;
        content: '';
        margin: 0 auto 5px auto;
        background-size: 100% auto !important;
    }

    .point_box .txt p{
        text-align: left;
        font-size: 3.75vw;
        padding: 0;
    }
    .point_box.point01 .txt h3:before{
        background: url("../img/product/style/lieto/point01_sp.png") no-repeat center center;
        width: 100%;
        height: 16vw;
    }
    .point_box.point02 .txt h3:before{
        background: url("../img/product/style/lieto/point02_sp.png") no-repeat center center;
        width: 100%;
        height: 16vw;
    }
    .point_box.point03 .txt h3:before{
        background: url("../img/product/style/lieto/point03_sp.png") no-repeat center center;
        width: 100%;
        height: 16vw;
    }

    .point_box .img{
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .point_box:nth-of-type(3) .img{ margin-top: 4%;}

}

/*  sec03 -------------------------------------------*/
.sec03{
    position: relative;
    padding: 125px 0 0 0;
    box-sizing: border-box;
}
.sec03 .lead{
    text-align: center;
    font-size: 3.1rem;
    line-height: 1.8;
    color: #000;
    margin: 0 auto 50px auto;
}
.conceptBox{
    display: flex;
    align-items: center;
    border-top: 3px dashed #005c32;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.conceptBox.reverse{ flex-direction: row-reverse;}

.conceptBox .txt{
    width: 52%;
    padding-right: 110px;
    box-sizing: border-box;
}
.ie .conceptBox .txt{ padding-right: 115px;}
.conceptBox.reverse .txt{
    padding-right: 0;
    padding-left: 110px;
}
.conceptBox .txt h3{
    font-size: 3.6rem;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
}
.conceptBox .txt p{
    font-size: 2.6rem;
    color: #000;
    line-height: 1.84;
}

.conceptBox .img{
    width: 48%;
    max-width: 504px;
}

@media screen and (max-width: 767px) {
    .sec03{
        padding: 18% 0 0 0;
    }
    .sec03 .inner{ width: 86%;}
    .sec_border{
        margin: 0 auto 6% auto;
    }
    .sec03 .lead{
        font-size: 3.75vw;
        margin: 0 auto 8% auto;
    }
    .conceptBox{
        display: block;
        border-top: 2px dashed #005c32;
        padding-top: 6%;
        padding-bottom: 6%;
    }
    .conceptBox .txt{
        width: 100%;
        padding-right: 0;
    }
    .conceptBox.reverse .txt{
        padding-right: 0;
        padding-left: 0;
    }
    .conceptBox .txt h3{
        font-size: 5vw;
        margin: 0 0 4% 0;
    }
    .conceptBox .txt p{
        font-size: 3.75vw;
    }

    .conceptBox .img{
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .conceptBox:nth-of-type(2) .img{ margin-top: 4%;
    }
    .sec03 .green_btn{ margin-top: 10%;}


}
/*  sec04 -------------------------------------------*/
.sec04{
    position: relative;
    padding: 100px 0 0 0;
    box-sizing: border-box;
}

.sec_borderBtm{
    position: relative;
    text-align: center;
    font-size: 4.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.sec_borderBtm:after{
    position: relative;
    display: block;
    content: '';
    margin: 35px auto 0 auto;
    width: 112px;
    height: 5px;
    background: #231f20;
}

.sec04 .lead{
    width: 100%;
    max-width: 850px;
    text-align: center;
    font-size: 3.0rem;
    line-height: 1.53;
    color: #000;
    margin:0 auto 45px auto;
}

.lineupBox{
    width: 92%;
    max-width: 1080px;
    margin: 0 auto;
    background: #ebebeb;
    border-radius: 15px;
    padding: 30px 65px;
    box-sizing: border-box;
}

.lineupBox+.lineupBox{ margin-top: 70px;}
.lineupBox .img{ margin-bottom: 30px;}
.lineupBox h3{
    text-align: center;
    font-size: 3.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.lineupBox p{
    text-align: center;
    font-size: 2.6rem;
    color: #000;
    line-height: 1.76;
    padding: 0 40px;
    box-sizing: border-box;
}

.sec04 .yellow_btn{ margin-top: 70px;}

@media screen and (max-width: 767px) {
    .sec04{
        padding: 16% 7% 0 7%;
    }
    .sec_borderBtm{
        font-size: 6.25vw;
        margin-bottom: 10%;
    }

    .sec_borderBtm:after{
        margin: 5% auto 0 auto;
        width: 14vw;
        height: 4px;
    }

    .sec04 .lead{
        text-align: left;
        max-width: inherit;
        font-size: 3.75vw;
        margin:0 auto 8% auto;
    }

    .lineupBox{
        width: 100%;
        max-width: inherit;
        border-radius: 10px;
        padding: 0 2% 6% 2%;
    }

    .lineupBox+.lineupBox{ margin-top: 16%;}
    .lineupBox .img{
        position: relative;
        top: -4vw;
        margin-bottom: 2%;
    }
    .lineupBox h3{
        font-size: 3.75vw;
        margin-bottom: 2%;
        line-height: 1.8;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .lineupBox p{
        text-align: left;
        font-size: 3.75vw;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .sec04 .yellow_btn{ margin-top: 5%;}
}


/*  sec05 -------------------------------------------*/
.sec05{
    position: relative;
    padding: 135px 0 100px 0;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .sec05{
        padding: 20% 0;
    }
    .sec05 .inner{ width: 86%;}

}
/*  form -------------------------------------------*/

.first_select_check{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
}
.first_select_check .mwform-checkbox-field+.mwform-checkbox-field{ margin-left: 60px;}

.first_select_check input[type=checkbox] + span{
    padding-left: 38px;
}

.form_style {
    border-top: none;
}
.form_style th, .form_style td {
    font-size: 2.6rem;
    padding: 20px 0;
    border: none;
    color: #000;
}
.form_style th{
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_style th.over400{
    width: 100%;
    display: table-cell;
}
.form_style td{
    width: calc(100% - 280px);
    padding-left: 100px;
}
.form_style .pb00{ padding-bottom: 0;}
.form_style .pb30{ padding-bottom: 30px;}

.th_colspan {
    padding-left: 0;
    white-space: inherit;
}
.form_style .td_colspan {
    padding: 0 30px;
}

.form_style .required {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    padding: 7px 15px;
    margin-left: 25px;
    background: #dc1818;
}
.form_style .th_colspan .required {
    top: -4px;
}
.mac .form_style .required{top: 0;}
.form_style .any {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    padding: 7px 15px;
    margin-left: 25px;
    background: #dbba15;
}
.ie .form_style .required,
.ie .form_style .any{
    top: 0;
    line-height: 1;
    padding: 11px 15px 5px 15px;
}

.form_style input, .form_style textarea {
    padding: 9px 15px;
    font-size: 2.1rem;
    font-weight: 500;
    border: 1px solid #707070;
    border-radius: 11px;
}
.form_style textarea {
    height: 330px;
}

.form_style input.width01{
    max-width: 395px;
}
.form_style input.width02{
    max-width: 528px;
}
.form_style input.width03{
    max-width: 330px;
}

input[type=checkbox] + span {
    padding-left: 56px;
    font-size: 2.3rem;
    font-weight: 700;
    color: #000;

}
input[type=checkbox] + span:before {
    top: 11px;
    width: 26px;
    height: 26px;
    border: 1px solid #707070;
}
input[type=checkbox]:checked + span:before {
    top: 11px;
    width: 26px;
    height: 26px;
}
input[type=checkbox]:checked + span::after {
    top: 11px;
    left: 6px;
    width: 12px;
    height: 18px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.ie input[type=checkbox] + span:before,
.ie input[type=checkbox]:checked + span:before,
.ie input[type=checkbox]:checked + span::after{ top: 6px;}

.form_style .mwform-checkbox-field{
    font-size: 2.3rem;
    font-weight: 700;
    cursor: pointer;
}

.form_style .select_wrap .select.select_width01 {
    width: 112px;
}
.select_wrap .selectIn {
    border: 1px solid #707070;
    border-radius: 11px;
}

.select_wrap .selectIn select {
    font-size: 2.1rem;
    font-weight: 700;
    color: #000;
    padding: 20px 13px;
}
.form_style .select_wrap .select:after {
    right: 8px;
    margin-top: -6px;
    border-width: 12px 8px 0 8px;
    border-color: #231f20 transparent transparent transparent;
}
.btn_wrap .btn_send {
    position: relative;
    background: #005c32;
    border-radius: 50px;
}
.btn_wrap .btn_send input {
    width: 308px;
    font-size: 3.0rem;
    padding: 6px 10px 10px 10px;
}


@media screen and (max-width: 767px) {
    .first_select_check{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 14%;
    }
    .first_select_check .mwform-checkbox-field+.mwform-checkbox-field{ margin-left: 24%;}

    .first_select_check input[type=checkbox] + span{
        padding-left: 7vw;
        font-size: 4.167vw;
    }
    .first_select_check input[type=checkbox] + span:before,
    .first_select_check input[type=checkbox]:checked + span:before{
        top: .2vw;
        width: 4.5vw;
        height: 4.5vw;
    }
    .first_select_check input[type=checkbox]:checked + span::after {
        top: .2vw;
        left: 1.2vw;
        width: 1.8vw;
        height: 3.2vw;
    }
    .form_style th, .form_style td {
        display: block;
        font-size: 3.75vw;
        padding: 0;
    }
    .form_style th{
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }
    .form_style th.over400{
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }
    .form_style th.over400 .required,
    .form_style th.over400 .any{
        top: 0;
    }
    .form_style th.over400 .required{ margin-left: 0;}

    .form_style td{
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .form_style .pb00{ padding-bottom: 10px;}
    .form_style .pb30{ padding-bottom: 20px;}
    .form_style .pt30{ padding-top: 20px;}

    .form_style .td_colspan {
        padding: 0;
    }

    .form_style .required {
        font-size: 3.333vw;
        padding: 6px 10px;
        margin-left: 5%;
    }
    .form_style .any {
        font-size: 3.333vw;
        padding: 6px 10px;
        margin-left: 5%;
    }
    .form_style input, .form_style textarea {
        padding: 6px 10px;
        font-size: 3.75vw;
        border-radius: 8px;
    }
    .form_style textarea {
        height: 36vw;
    }
    .form_style input.width01,
    .form_style input.width02,
    .form_style input.width03{
        max-width: inherit;
    }

    input[type=checkbox] + span {
        padding-left: 5.5vw;
        font-size: 3.75vw;
    }
    input[type=checkbox] + span:before,
    input[type=checkbox]:checked + span:before{
        top: .2vw;
        width: 4vw;
        height: 4vw;
    }
    input[type=checkbox]:checked + span::after {
        top: .2vw;
        left: 1.2vw;
        width: 1.4vw;
        height: 2.8vw;
    }
    .form_style .mwform-checkbox-field{
        font-size: 3.75vw;
        display: block;
    }
    .form_style .mwform-checkbox-field+.mwform-checkbox-field{ margin-top: 3%;}
    
    .form_style .select_wrap .select.select_width01 {
        width: 20vw;
    }
    .select_wrap .selectIn {
        border-radius: 8px;
    }

    .select_wrap .selectIn select {
        font-size: 3.75vw;
        padding: 12px 12px;
    }
    .form_style .select_wrap .select:after {
        margin-top: -1vw;
        border-width: 2.8vw 2vw 0 2vw;
    }
    .btn_wrap .btn_send {
        border-radius: 50px;
        width: 50%;
    }
    .btn_wrap .btn_send input {
        width: 100%;
        font-size: 4.167vw;
        padding: 6px 10px 10px 10px;
    }


}

/*  error -------------------------------------------*/
.mw_wp_form .error {
    font-size: 2.4rem;
}


@media screen and (max-width: 767px) {
    .first_select_check{ position: relative;}
    .first_select_check .error{
        position: absolute;
        left: 0;
        bottom: -9vw;
    }
    
    .mw_wp_form .error {
        font-size: 4.167vw;
    }

}
