@charset "UTF-8";

/*====================================
	Reset
====================================*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
div, a, li, span, textarea, input{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="text"], input[type="password"],textarea,button{ outline: none; vertical-align:middle;}
input[type="text"], input[type="password"],textarea{border: 1px solid #ccc;}

/*====================================
	font
====================================*/
html{
	font-size: 62.5%;
}
body, textarea, input, select, label{
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6;
    font-weight: 700;
	-webkit-text-size-adjust: 100%;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    /* font-family: 'Noto Sans JP', sans-serif; */
}

/*====================================
	base
====================================*/
a{
	color: #000;
    text-decoration: none;
    transition: all .2s;
}
a:hover {
    opacity: .7;
}
img{
    vertical-align: middle;
    object-fit: cover;
}
.sp{
    display: none;
}
.wrap {
    max-width: 1400px;
    margin: 0 auto;
}
@media only screen and (max-width: 1400px){
    .wrap {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }
}
/* btn */
.btn {
    text-align: center;
}
    .btn a {
        display: inline-block;
        margin: 0 auto;
    }
        .btn a img {
            max-width: 100%;
        }

/* midashi */
.midashi {
    position: relative;
    margin-bottom: 10rem;
}
.midashi::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
}
    .midashi h2 {
        font-size: 32px;
        font-style: normal;
        margin-bottom: 1.8rem;
    }
    .midashi p {
        font-family: bc-alphapipe, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 75px;
        position: relative;
    }
    .midashi p::after {
        content: '';
        position: absolute;
        width: 200px;
        height: 5px;
        background-color: #E3DD85;
        bottom: -38.5px;
        left: 0;
    }

/* pagetop */
#pagetop {
    position: fixed;
    z-index: 10;
    bottom: 3.5rem;
    right: 4rem;
    width: 14rem;
    height: 20rem;
    cursor: pointer;
}
    #pagetop img {
        width: 100%;
    }

/*====================================
	header
====================================*/
header {
    background: url(../img/fv.jpg) no-repeat center;
    background-size: cover;
    height: 810px;
    position: relative;
}


header #header_area {
    display: flex;
    align-items: center;
    height: 11rem;
    /* padding: 0 4rem; */
}
    header #header_area h1 {
        position: absolute;
        top: 9vw;
        left: 29%;
        width: 19%;
        display: block;
    }
    /* header #header_area h1.open {
        top: 3rem;
        left: 2.4rem;
        width: 9%;
    } */
        header #header_area h1 img {
            display: inline-block;
            /* width: 100%; */
            width: auto;
            max-width: 100%;
        }
    header #header_area nav {
        display: none;
        height: 100vh;
    }
    header #header_area nav.open {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        width: 100%;
    }
    header #header_area nav ul{
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #16742D;
        padding: 10rem 26rem 7rem;
        box-sizing: border-box;
        position: relative;
    }
    header #header_area nav ul::before {
        content: '';
        position: absolute;
        display: block;
        top: 3rem;
        left: 2.4rem;
        background: url('../img/logo.png') no-repeat center;
        background-size: 100%;
        width: 178px;
        height: 169px;
    }
    header #header_area nav li {
        display: block;
        text-align: left;
        margin-left: 0;
        margin-bottom: 3rem;
        width: 100%;
    }
        header #header_area nav li a{
            color: #fff;
            width: 100%;
            display: block;
            font-size: 3.0rem;
        }
        
        
    /*メニューボタンのエフェクト*/
    .nav-button {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 1000;
        position: fixed;
        top: 37px;
        right: 40px;
        background: url('..//img/menu_open.png') no-repeat center;
        background-size: 100%;
        width: 85px;
        height: 84px;
    }
    .nav-button.active {
        background: url('..//img/menu_close.png') no-repeat center;
        background-size: 100%;
        width: 85px;
        height: 84px;
    }

/*====================================
	about
====================================*/
#about {
    padding: 3rem 0 0;
    width: 100%;
    position: relative;
    background-color: #FBF9F3;
}
#about::before {
    content: '';
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/nami_top.png) no-repeat center;
    background-size: cover;
    width: 100%;
    /* max-width: 1920px; */
    height: 128px;
}

#about .about_ttl {
    width: 100%;
    position: relative;
    margin-bottom: 10rem;
    font-family: iroha-21popura-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
}
#about .about_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/about_bg.png) no-repeat bottom;
    background-size: 100%;
    /* width: 633px; */
    width: 45%;
    height: 189px;
}
@media only screen and (max-width: 1400px){
    #about .about_ttl {
        font-size: 4rem;
    }
    #about .about_ttl::after {
        right: 4.5rem;
        width: 36%;
    }
}

    .about_ttl p+p {
        margin-top: 6.5rem;
    }
        .about_ttl span {
            position: relative;
            display: inline-block;
        }
        .about_ttl span::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 25px;
            background: url('../img/dot.png') no-repeat center;
            background-size: 100%;
            width: 161px;
            height: 10px;
        }

#about .about_txt {
    margin-bottom: 10rem;
    font-size: 3.2rem;
}

#about .about_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
}
    #about .about_box .item {
        /* width: 25.7%; */
    }
    #about .about_box .item:not(:first-of-type) {
        /* margin-left: 16rem; */
        /* margin-left: 11%; */
    }
        #about .about_box .item .thumb {
            /* width: 100%; */
        }
        #about .about_box .item .thumb img {
            max-width: 100%;
        }
        #about .about_box .item .txt {
            margin-top: 2.5rem;
            font-size: 2rem;
            text-align: center;
        }

#about .about_btm {
    margin: 0 auto;
}
    #about .about_btm img {
        max-width: 100%;
    }
    
/* .simply-scroll */
.simply-scroll {
    width: 100% !important;
    height: 300px !important;
    margin-bottom: 10rem !important;
}
    .simply-scroll-container {
        position: relative;
    }
    .simply-scroll-clip {
        position: relative;
        overflow: hidden;
        width: 100% !important;
        height: auto !important;
    }
    .simply-scroll-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
        .simply-scroll-list img {
            float: left;
            padding: 0;
            /* margin: 0 1rem 0 0; */
            width: 330px;
            height: 300px;
            display: inline-block;
        }

/*====================================
	quality
====================================*/
#quality {
    padding: 20rem 0 20rem;
    position: relative;
}
#quality::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/nami_btm.png) no-repeat center;
    background-size: cover;
    width: 100%;
    /* max-width: 1920px; */
    height: 128px;
}
    #quality .midashi::after {
        background: url(../img/quality_bg.png) no-repeat bottom;
        background-size: 100%;
        /* width: 204px; */
        width: 14.5%;
        height: 191px;
    }
    @media only screen and (max-width: 1400px){
        #quality .midashi::after {
            right: 4.5rem;
        }
    }
    #quality .midashi p::after {
        background-color: #E3DD85;
    }

    #quality .quality_box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10rem;
    }
        #quality .quality_box .item {
            width: calc((100% - 120px) / 4);
        }
            #quality .quality_box .item .thumb {
                width: 100%;
            }
                #quality .quality_box .item .thumb img {
                    width: 100%;
                }
            #quality .quality_box .item .txt {
                text-align: center;
            }
                #quality .quality_box .item .txt .ttl {
                    display: flex;
                    flex-direction: column;
                    min-height: 130px;
                    justify-content: center;
                }
                    #quality .quality_box .item .txt h3{
                        font-size: 2.4rem;
                        line-height: 1.4;
                        /* padding: 3rem 1rem 4rem; */
                        display: block;
                        vertical-align: middle;
                    }
                        #quality .quality_box .item .txt h3 span {
                            color: #EF6000;
                        }
                #quality .quality_box .item .txt p{
                    text-align: left;
                    font-size: 1.6rem;
                    line-height: 1.8;
                    padding: 2rem;
                    background-color: #00B2B2;
                    border-radius: 1rem;
                    color: #fff;
                    min-height: 180px;
                    position: relative;
                }
                #quality .quality_box .item .txt p::before {
                    content: '';
                    position: absolute;
                    top: -12px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 7px 12px 7px;
                    border-color: transparent transparent #00B2B2 transparent;
                }


/*====================================
	routine
====================================*/
#routine {
    padding: 0 0 20rem;
    position: relative;
    background-color: #FBF9F3;
}
#routine::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/nami.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    /* max-width: 1920px; */
    height: 128px;
}
    #routine .midashi::after {
        background: url(../img/routine_bg.png) no-repeat bottom;
        background-size: 100%;
        /* width: 424px; */
        width: 30%;
        height: 261px;
    }
    @media only screen and (max-width: 1400px){
        #routine .midashi::after {
            right: 4.5rem;
        }
    }
    #routine .midashi p::after {
        background-color: #16742D;
    }

    #routine .routine_box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10rem;
        flex-wrap: wrap;
    }
        #routine .routine_box .item {
            /* width: calc((100% - 400px) / 2); */
            width: calc((100% - 28%) / 2);
            position: relative;
            margin-bottom: 5rem;
        }
        #routine .routine_box .item::before{
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-size: 100%;
            width: 116px;
            height: 245px;
        }
            #routine .routine_box .item:nth-of-type(2):before{
                right: -226px;
                background: url('../img/tree_1.png') no-repeat top;
            }
            #routine .routine_box .item:nth-of-type(3):before{
                left: -226px;
                background: url('../img/tree_2.png') no-repeat top;
            }
            #routine .routine_box .item:nth-of-type(6):before{
                right: -226px;
                background: url('../img/tree_3.png') no-repeat top;
            }
            #routine .routine_box .item:nth-of-type(7):before{
                left: -226px;
                background: url('../img/tree_4.png') no-repeat top;
            }
            #routine .routine_box .item:nth-of-type(10):before{
                right: -226px;
                background: url('../img/tree_5.png') no-repeat top;
            }
        @media only screen and (max-width: 1920px){
            #routine .routine_box .item::before{
                content: none;
            }
        }
        #routine .routine_box .item:nth-of-type(odd)::after{
            content: '';
            position: absolute;
            top: 50%;
            /* right: -332px; */
            right: -70%;
            background: url('../img/arrow.png') no-repeat center;
            background-size: 100%;
            /* width: 265px; */
            width: 58%;
            height: 362px;
        }
        #routine .routine_box .item:nth-of-type(even) {
            padding-top: 5rem;
        }
        #routine .routine_box .item:nth-of-type(9) {
            margin-bottom: 0;
        }
        #routine .routine_box .item:nth-of-type(9)::after{
            content: none;
        }
            #routine .routine_box .item .thumb {
                width: 100%;
                margin-bottom: 3rem;
            }
                #routine .routine_box .item .thumb img {
                    /* width: 100%; */
                    width: auto;
                    max-width: 100%;
                }
            #routine .routine_box .item .txt {
                text-align: left;
            }
                #routine .routine_box .item .txt p{
                    font-size: 1.8rem;
                    font-weight: 500;
                    line-height: 1.8;
                }

/*====================================
	customers
====================================*/
#customers {
    padding: 0 0 20rem;
    position: relative;
}
#customers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 115vw 100% 0 0;
    border-color: #FBF9F3 transparent transparent transparent;
    overflow: hidden;
    z-index: -1;
}
    #customers .midashi::after {
        background: url(../img/customers_bg.png) no-repeat bottom;
        background-size: 100%;
        /* width: 570px; */
        width: 40.7%;
        height: 145px;
    }
    @media only screen and (max-width: 1400px){
        #customers .midashi::after {
            right: 4.5rem;
        }
    }
    #customers .midashi p::after {
        background-color: #16742D;
    }

    #customers .customers_box {
        margin-bottom: 0;
    }
        #customers .customers_box .item {
            width: 64%;
            position: relative;
            margin-bottom: 5rem;
            background: #fff;
            box-shadow: 0 3px 6px rgba(125, 111, 111, .6);
            border-radius: 2rem;
            padding: 5rem 4.5rem 5rem 23rem;
        }
        #customers .customers_box .item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 200px;
            height: 200px;
        }
        #customers .customers_box .item:first-child::before {
            top: -10px;
            left: 10px;
            background: url(../img/customers_1.png) no-repeat center;
            background-size: 100%;
        }
        #customers .customers_box .item:nth-child(2) {
            margin-left: auto;
            margin-right: auto;
        }
        #customers .customers_box .item:nth-child(2)::before {
            top: 10px;
            background: url(../img/customers_2.png) no-repeat center;
            background-size: 100%;
        }
        #customers .customers_box .item:last-child {
            margin-left: auto;
        }
        #customers .customers_box .item:last-child::before {
            top: 10px;
            background: url(../img/customers_3.png) no-repeat center;
            background-size: 100%;
        }
            #customers .customers_box .item p {
                font-size: 2rem;
                line-height: 2.4;
            }


/*====================================
	faq
====================================*/
#faq {
    padding: 0 0 5rem;
    position: relative;
}
    #faq .midashi p::after {
        background-color: #E3DD85;
    }

    #faq .faq_box {
        margin-bottom: 10rem;
    }
        #faq .faq_box dl {
            margin: 0 0 3rem;
            font-size: 1.8rem;
        }
        #faq .faq_box dt {
            position: relative;
            font-size: 1.8rem;
            padding: 1.1rem 1.1rem 1.1rem 7.5rem;
            margin-bottom: 1rem;
        }
        #faq .faq_box dt::before {
            content: "Q";
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            /* top: 0; */
            left: 0;
            width: 50px;
            height: 50px;
            background-color: #E3DD85;
            border-radius: 1rem;
            top: 50%;
            transform: translateY(-50%);
        }
        #faq .faq_box dd {
            position: relative;
            padding: 1.1rem 1.1rem 1.1rem 7.5rem;
            font-weight: 500;
        }
        #faq .faq_box dd::before {
            content: "A";
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            /* top: 0; */
            left: 0;
            width: 50px;
            height: 50px;
            background-color: #68CECE;
            color: #fff;
            font-weight: 700;
            border-radius: 1rem;
            top: 50%;
            transform: translateY(-50%);
        }
    #faq .faq_btm {
        margin: 0 auto;
    }
        #faq .faq_btm img {
            max-width: 100%;
        }

/*====================================
	footer
====================================*/
footer{
    width: 100%;
    position: relative;
}
    footer .pic {
        width: 100%;
    }
        footer .pic img {
            width: 100%;
        }
    footer .copy {
        width: 100%;
        padding: 6rem 0 4.5rem;
        text-align: center;
    }
        footer .copy p {
            width: 100%;
            font-size: 1.4rem;
            font-weight: 500;
        }





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

/*====================================
	base
====================================*/

/* midashi */
.midashi {
    margin-bottom: 5rem;
}
    .midashi h2 {
        font-size: 2.2rem;
        margin-bottom: 1.3rem;
    }
    .midashi p {
        font-size: 5.5rem;
    }
    .midashi p::after {
        width: 150px;
        height: 3px;
        bottom: -18px;
    }

/*====================================
	header
====================================*/
header {
    height: 500px;
}
header #header_area {
}
    header #header_area h1 {
        top: 25px;
        left: 21%;
        width: 33%;
    }
    header #header_area nav ul{
        padding: 5rem 22rem 5rem;
    }
    header #header_area nav ul::before {
        top: 15px;
        width: 150px;
        height: 150px;
    }
    header #header_area nav li {
        margin-bottom: 2rem;
    }
        header #header_area nav li a{
            font-size: 2.4rem;
        }
        
        
    /*メニューボタンのエフェクト*/
    .nav-button {
        top: 15px;
        right: 44px;
        width: 70px;
        height: 70px;
    }
    .nav-button.active {
        width: 70px;
        height: 70px;
    }

/*====================================
	about
====================================*/
#about {
    padding: 0;
}
#about::before {
    top: -97px;
    height: 100px;
}
#about .about_ttl {
    margin-bottom: 5rem;
    font-size: 3rem;
}
/* @media only screen and (max-width: 1000px){
    #about .about_ttl::after {
        width: 36%;
    }
} */
    .about_ttl p+p {
        margin-top: 4rem;
    }
        .about_ttl span::before {
            top: -20px;
            left: 10px;
            width: 96px;
            height: 6px;
        }

#about .about_txt {
    margin-bottom: 5rem;
    font-size: 2.2rem;
}

#about .about_box {
    margin-bottom: 5rem;
}
    #about .about_box .item .txt {
        display: none;
    }
    
/* .simply-scroll */
.simply-scroll {
    height: 116px !important;
    margin-bottom: 5rem !important;
}
        .simply-scroll-list img {
            width: 127px;
            height: 116px;
        }

/*====================================
	quality
====================================*/
#quality {
    padding: 10rem 0 10rem;
}
#quality::before {
    height: 100px;
}
    #quality .quality_box {
        margin-bottom: 0;
        flex-wrap: wrap;
    }
        #quality .quality_box .item {
            width: calc((100% - 40px) / 2);
            margin-bottom: 5rem;
        }
                #quality .quality_box .item .txt .ttl {
                    min-height: 80px;
                }
                    #quality .quality_box .item .txt h3{
                        font-size: 1.8rem;
                    }
                        #quality .quality_box .item .txt h3 .pc{
                            display: none;
                        }
                #quality .quality_box .item .txt p{
                    padding: 1.5rem;
                    min-height: 145px;
                }


/*====================================
	routine
====================================*/
#routine {
    padding: 0 0 10rem;
}
#routine::before {
    top: -97px;
    height: 100px;
}
    #routine .routine_box {
        margin-bottom: 5rem;
    }
        #routine .routine_box .item {
            width: calc((100% - 40px) / 2);
            margin-bottom: 3rem;
        }
        #routine .routine_box .item::before{
            content: none;
        }
        #routine .routine_box .item:nth-of-type(odd)::after{
            content: none;
        }
            #routine .routine_box .item .thumb {
                margin-bottom: 2rem;
            }
                #routine .routine_box .item .txt p{
                    font-size: 1.6rem;
                }

/*====================================
	customers
====================================*/
#customers {
    padding: 0 0 10rem;
}
@media only screen and (max-width: 1000px){
    #customers .midashi::after {
        content: none;
    }
}
        #customers .customers_box .item {
            width: 88%;
            margin-bottom: 3rem;
            padding: 2.5rem 2rem 2.5rem 15rem;
        }
        #customers .customers_box .item::before {
            width: 120px;
            height: 120px;
        }
        #customers .customers_box .item:first-child::before {
            top: -5px;
        }
        #customers .customers_box .item:nth-child(2)::before {
            top: -10px;
        }
        #customers .customers_box .item:last-child::before {
            top: 0;
        }
            #customers .customers_box .item p {
                font-size: 1.6rem;
                line-height: 1.8;
            }


/*====================================
	faq
====================================*/
#faq {
}
    #faq .faq_box {
        margin-bottom: 3.5rem;
    }
        #faq .faq_box dl {
            margin: 0 0 2.5rem;
            font-size: 1.4rem;
        }
        #faq .faq_box dt {
            font-size: 1.6rem;
            padding: 0.7rem 0.7rem 0.7rem 6rem;
            margin-bottom: 0.5rem;
        }
        #faq .faq_box dt::before {
            width: 35px;
            height: 35px;
        }
        #faq .faq_box dd {
            padding: 0.7rem 0.7rem 0.7rem 6rem;
        }
        #faq .faq_box dd::before {
            width: 35px;
            height: 35px;
        }

/*====================================
	footer
====================================*/
footer{
}
    footer .copy {
        padding: 2.4rem 0;
    }
        footer .copy p {
            font-size: 1.2rem;
        }    
}





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

/*====================================
	font
====================================*/
body, textarea, input, select, label{
	color: #000;
	font-size: 14px;
}

/*====================================
	base
====================================*/

.sp{
    display: block;
}
.pc{
    display: none;
}

html.is-fixed body {
    height: 100%;
    overflow: hidden;
}
.wrap{
    padding-left: 5rem;
    padding-right: 5rem;
}

/* pagetop */
#pagetop {
    bottom: 3rem;
    right: 1.5rem;
    width: 5rem;
    height: 5rem;
}

/* midashi */
    .midashi h2 {
        font-size: 1.8rem;
        margin-bottom: 0.9rem;
    }
    .midashi p {
        font-size: 4.0rem;
    }
    .midashi p::after {
        width: 120px;
        height: 2px;
        bottom: -15px;
    }

/*====================================
	header
====================================*/
header {
    height: 550px;
}
    header #header_area h1 {
        top: 13px;
        left: 34px;
        width: 45%;
    }
    header #header_area nav ul{
        height: 100vh;
        padding: 15rem 5rem 15rem;
    }
    header #header_area nav ul::before {
        top: 13px;
        width: 100px;
        height: 100px;
    }
    header #header_area nav li {
        margin-bottom: 1.5rem;
    }
        header #header_area nav li a{
            font-size: 1.8rem;
        }
        
    /*メニューボタンのエフェクト*/
    .nav-button {
        top: 13px;
        right: 50px;
        width: 60px;
        height: 60px;
    }
    .nav-button.active {
        width: 60px;
        height: 60px;
    }

/*====================================
	about
====================================*/
#about::before {
    top: -47px;
    height: 50px;
}
#about .about_ttl {
    margin-bottom: 3rem;
    font-size: 2.4rem;
}
#about .about_ttl::after {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 25vw;
    margin-top: 3rem;
}
    .about_ttl p+p {
        margin-top: 2.8rem;
    }
        .about_ttl span::before {
            width: 73px;
            height: 6px;
        }

#about .about_txt {
    margin-bottom: 3rem;
}

#about .about_box {
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}
    #about .about_box .item {
        width: 100%;
        margin-bottom: 1rem;
    }
        #about .about_box .item .thumb img {
            width: 100%;
        }
    
/* .simply-scroll */
.simply-scroll {
    height: 86px !important;
    margin-bottom: 5rem !important;
}
        .simply-scroll-list img {
            width: 94px;
            height: 86px;
        }

/*====================================
	quality
====================================*/
#quality {
    padding: 10rem 0 6rem;
}
#quality::before {
    height: 50px;
}
    #quality .quality_box {
    }
        #quality .quality_box .item {
            width: 100%;
            margin-bottom: 2.5rem;
        }
                #quality .quality_box .item .txt .ttl {
                    min-height: auto;
                    padding: 1.5rem 1.5rem 3rem;
                }
                #quality .quality_box .item .txt p{
                    font-size: 1.4rem;
                    min-height: auto;
                }


/*====================================
	routine
====================================*/
#routine {
    padding: 0 0 6rem;
}
#routine::before {
    top: -47px;
    height: 50px;
}
    #routine .midashi::after {
        content: none;
    }
    #routine .routine_box {
        margin-bottom: 3.5rem;
    }
        #routine .routine_box .item {
            width: 100%;
            margin-bottom: 2.5rem;
        }
            #routine .routine_box .item:nth-of-type(even) {
                padding-top: 0;
            }
            #routine .routine_box .item:nth-of-type(10) {
                display: none;
            }
            #routine .routine_box .item .thumb {
                margin-bottom: 1.5rem;
            }
                #routine .routine_box .item .txt p{
                    font-size: 1.4rem;
                }

/*====================================
	customers
====================================*/
#customers {
    padding: 0 0 6rem;
}
    
        #customers .customers_box .item {
            width: 100%;
            margin-bottom: 1.5rem;
            padding: 1.5rem 2rem 1.5rem 10.5rem;
        }
        #customers .customers_box .item::before {
            width: 90px;
            height: 100px;
        }
        #customers .customers_box .item:first-child::before {
            top: 5px;
        }
        #customers .customers_box .item:nth-child(2)::before {
            top: 5px;
        }
        #customers .customers_box .item:last-child::before {
            top: 5px;
        }


/*====================================
	faq
====================================*/
#faq {
}
        #faq .faq_box dl {
            margin: 0 0 2rem;
        }
        #faq .faq_box dt {
            font-size: 1.4rem;
        }

    #faq .faq_btm {
        display: none;
    }


/*====================================
	footer
====================================*/
footer{
}
    footer .copy {
        padding: 1.4rem 0;
    }
        footer .copy p {
            font-size: 1.1rem;
        }

}