@charset "UTF-8";

.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}

.df{display: flex;}

.inner {
    max-width: 1173px;
    margin: 0 auto;
}

.mt0{margin-top: 0!important;}
.mt100{margin-top: 100px!important;}

.ml1em{margin-left: 1em;}

.fwb {font-weight: 600;}

.fontS{font-size: 1.6rem;}

.cRed{color: #E50000;}

h1.ttl {  
    margin-bottom: 14px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 3px;
}
h1.ttl span {
    margin-bottom: 14px;
    display: block;
    font-family: nimbus-sans, sans-serif;
    font-size: 6.0rem;
    font-weight: 600;    
    line-height: 1;
    letter-spacing: 4px;
    color: #698C00;
}

h1.ttl2 {  
    margin-bottom: 44px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    display: inline-block;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
}
h1.ttl2 span {  
    margin-right: 10px;
    display: block;
    font-family: nimbus-sans, sans-serif;
    font-size: 6.0rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4px;
    color: #698C00;
    z-index: 1;
}
h1.ttl2:after {
    content: '';
    display: inline-block;
    background: url(../img/ttl_bg.webp)no-repeat bottom right;
    width: 100%;
    height: 26px;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: -1;
}

h1.ttl3 {
    padding-bottom: 13px;
    margin-bottom: 46px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    display: inline-flex;
    align-items: flex-start;
    line-height: 2.5;
    overflow: hidden;
    position: relative;
}
h1.ttl3 span {  
    margin-right: 10px;
    display: inline-block;
    font-family: nimbus-sans, sans-serif;
    font-size: 4.8rem;
    font-weight: 600; 
    line-height: 1;
    letter-spacing: 4px;
    color: #FF8000;
    z-index: 1;
}
h1.ttl3:after {
    content: '';
    display: inline-block;
    background: url(../img/ttl_bg.webp)no-repeat bottom right;
    width: 100%;
    height: 26px;
    position: absolute;
    top: 35px;
}

.moreBtn{
    display: flex;
    justify-content: center;    
}
.moreBtn a {
    width: 191px;
    padding: 3px 0 4px;
    background: #fff;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    position: relative;
    font-weight: 600;
}
.moreBtn a:after{
    content: '';
    background: url(../img/icon_arrow.webp)no-repeat top center;
    background-size: 100%;
    width: 12px;
    height: 21px;
    display: inline-block;
    position: absolute;
    right: 11px;
}

@media screen and (max-width: 768px){
    .mt100{margin-top: 15%!important;}
    
    .inner{
        width: 96%;
        margin: 0 auto;
    }
    
    .fontS{font-size: 1.4rem;}
    
    h1.ttl{
        margin-bottom: 20px;    
        font-size: 1.2rem;
    }
    
    h1.ttl2{  
        background-size: 100%;
        margin-bottom: 38px;    
        font-size: 1.2rem;
        letter-spacing: 1px;    
    }
    h1.ttl2:after{
        top: 12px;    
        height: 15px;    
    }
    
    h1.ttl span, h1.ttl2 span{
        margin-bottom: 5px;    
        font-size: 2.8rem!important;
        letter-spacing: 4px;}
    
    h1.ttl3{
        margin-bottom: 23px;
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    h1.ttl3 span{
        font-size: 2.2rem!important;
        position: relative;
        z-index: -1;
        display: block!important;
    }
    h1.ttl3:after{
        top: 11px;    
        z-index: -2;
    }
    
    .moreBtn a{
        width: 170px;    
    }
}

/********* TOP *********/
#mv .swiper-wrapper .swiper-slide.mv_block1{
    background: url(../img/mv_bg.webp)no-repeat top center;
    background-size: cover;
    padding: 311px 0 10px;    
}
#mv .swiper-wrapper .swiper-slide.mv_block1 .mv_txt {
    padding: 7px 0 0;
    text-align: center;
    position: relative;
}

#mv .swiper-wrapper .swiper-slide.mv_block1 p.txt {
    font-size: 6.6rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 3px 3px 0px #D90000;
}

#mv .swiper-wrapper .swiper-slide.mv_block1 .mv_txt > span.txt_bg{
    width: 100%;
    height: 100%;
    background: url(../img/mv_txt_bg.webp)no-repeat top center;
    mix-blend-mode:multiply;   
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;    
}

#mv .btnWrap {
    margin-top: 19px;
    display: flex;
    justify-content: center;
}

#mv .searchBtn{
    width: 430px;
    margin: 0 10px 20px;   
}
#mv .searchBtn a{
    width: 100%;
    padding: 21px 0;
    display: block;
    position: relative;
    border: 1px solid #fff;   
}
#mv .searchBtn a span.txt_bg{
    width: 100%;
    height: 100%;
    padding: 22px 0 20px;
    background: #6786B5;
    mix-blend-mode:multiply;
    display: block;  
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;    
}
#mv .searchBtn a > span.txt{
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
}
#mv .searchBtn a > span.txt:after{
    content: '';
    background: url(../img/icon_arrow.webp)no-repeat center;
    background-size: 9px 18px;
    padding: 13px 18px;
    width: 9px;
    height: 18px;
    filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(268deg) brightness(108%) contrast(100%);
    border: 1px solid #000;
    border-radius: 50px;
    display: block;
    position: absolute;
    right: 26px;
    top: 17px;
}

#mv .swiper-pagination {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mv .swiper-pagination > span{
    margin: 0 6px;
    display: block;
    background: #BCD5EB;
    width: 24px;
    height: 3px;
}

#mv .swiper-pagination > span.swiper-pagination-bullet-active{
    background: #FF8000;    
}

#mv .scroll-area{
    width: 50px;
    height: 100px;
    margin: 78px auto 0;
    position: relative;
}
#mv .scroll {
    margin-bottom: 6px;
    display: block;
    font-size: 2.6rem;
    font-family: abolition, sans-serif;
    color: #fff;
    letter-spacing: 3px;
}
#mv .bar {
    margin: auto;
    position: absolute;
    margin-top: 50px;
    top: 0;
    left: 52%;
    border-left: 2px solid #fff;
    width: 2px;
    height: 45px;
    transition-duration: 0.4s;
    animation: linerAnime 3s ease-in-out 1s infinite both;
}

@keyframes linerAnime {
    0% {
        height: 0;
    }
    25% {
        height: 45px;
        top: 0;
    }
    60% {
        height: 45px;
        top: 0;
    }
    100% {
        height: 0;
        top: 45px;
    }
}

@media screen and (max-width: 768px){
    #mv .swiper-wrapper .swiper-slide.mv_block1{
        background: url(../img/mv_bg.webp)repeat-y top center;
        padding: 120px 0 10px;    
    }    
    
    #mv .swiper-wrapper .swiper-slide.mv_block1 p.txt{
        font-size: 8.1vw;
        line-height: 1.3;    
    }
    
    #mv .swiper-wrapper .swiper-slide.mv_block1 p.txt > span{
        font-size: 3.8vw;   
        
    }
    
    #mv .swiper-wrapper .swiper-slide.mv_block1 .mv_txt > span.txt_bg{
        background: url(../img/mv_txt_bg.webp)repeat-y top center;    
        height: 71%;    
    }
    
    #mv .searchBtn{
        width: 80%;
    }
    #mv .searchBtn a{
        padding: 10px 0;    
    }
    #mv .searchBtn a > span.txt:after{
        padding: 8px 12px;    
        right: 7px;
        top: 6px;
    }
    #mv .searchBtn a > span.txt{
        width: 100%;
        display: inline-block;
        font-size: 1.6rem;
    }
    
    #mv p.scrool img {
        width: auto;
    }
    
    #mv .btnWrap{
        display: block;
    }
    #mv .searchBtn{
        margin: 0 auto 20px;    
    }
    #mv .scroll-area{
        margin: 28px auto 0;    
    }

}

aside.contact{
    padding: 45px 0 35px;
    background: #E8EFE4;
    border-top: 2px solid #FF8000;
    border-bottom: 2px solid #FF8000;
    position: relative;
    box-shadow: 0px 10px 30px -10px #E5E5E5;
}

aside.contact:before,
aside.contact:after{
    content: '';
    background: #FF8000;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(45deg);    
    margin: auto;
    left: 0;
    right: 0;
}

aside.contact:before{
    top: -16px;
}
aside.contact:after{
    bottom: -16px;
}

aside.contact h1.ttl{
    margin-bottom: 19px;
}

aside.contact h1.ttl span{
    margin-bottom: 14px;    
    font-size: 4.0rem;
    color: #FF8000;
    letter-spacing: 5px;    
}

aside.contact p.tac{
    margin: 15px 0 22px;    
    font-weight: 600;
    color: #545454;    
}

aside.contact .df{
    justify-content: center;
}
aside.contact .df > div{
    width: 400px;
    margin: 0 24px;
    padding: 25px 0 15px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;    
}

aside.contact .df > div p {
    line-height: 2.25;
}

aside.contact .df > div > a{
    width: 100%;
    display: block;
}

aside.contact .df > div p.tell{
    margin-top: 16px;
    font-family: din-condensed, sans-serif;
    font-size: 4.8rem;
    color: #FF8000;
    line-height: 1.26;
}

aside.contact p.mailBtn{
    width: 278px;
    margin: 41px auto 0;
}
aside.contact p.mailBtn a{
    width: 100%;
    display: block;
    padding: 13px 0 17px;
    background: #06C755;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    border-bottom: 4px solid #6DD900;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
aside.contact p.mailBtn a:after {
    content: '';
    background: url(../img/icon_arrow.webp)no-repeat;
    background-size: 100%;
    margin-left: 16px;
    width: 9px;
    height: 18px;
    display: block;
    filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(268deg) brightness(108%) contrast(100%);
}

@media screen and (max-width:768px) {
    aside.contact p.tac{
        width: 96%;
        margin: 15px 0 21px;    
    }
    
    aside.contact .df > div{
        width: 46%;
        margin: 0 2%;  
        padding: 15px 0 7px;    
    }
    aside.contact .df > div p.icon {
        width: 46px;
        margin: 0 auto;
    }
    aside.contact .df > div p.tell{
        font-size: 3.2rem;
        
    }
    aside.contact .df > div p {
        font-size: 1.4rem;
    }
    aside.contact p.mailBtn{max-width: 175px;}
    aside.contact p.mailBtn a{
        width: 97%;    
        padding: 3px 0 3px;
        letter-spacing: 0;
    }
    aside.contact p.mailBtn a:after{
        background-size: 100% 100%;    
        margin-left: 6px;
    }
}

section#serch {
    display: none;
    
    background: #fff;
    max-width: 1000px;
    margin: 98px auto;
    padding: 60px 70px 50px;
    box-shadow: 0 0 7px #e8e8eb;
    border-radius: 20px;
}

section#service {
    background: url(../img/service_bg.webp)no-repeat top center;
    background-size: 100%;
    margin-top: -18px;
    padding: 92px 0 112px;
}

section#service p.txt{
    margin-top: 30px;
    margin-bottom: 51px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    line-height: 1.95;  
    text-align: center;
}
@media screen and (max-width:768px) {
    section#service {
        background: url(../img/service_bg-sp.webp)no-repeat top center;
        background-size: cover;
        padding: 51px 0 34px;
    }
    section#service p.txt{
        width: 96%;
        margin: 20px auto 0;
    }
}

section#category-list{
    padding: 0;
}
.home section#category-list{
    margin: 98px auto;    
}


section#category-list .menu_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#category-list .menu_block .menu_box{
    width: 280px;
    margin: 0 0 54px;
    text-align: center;
}
section#category-list .menu_block .menu_box h2 {
    margin-top: 7px;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    section#category-list{
        padding: 48px 0 0;
    }
    
    section#category-list .menu_block .menu_box{
        width: 48%;
        max-width: 280px;
        margin: 0 1% 23px;    
    }
    section#category-list .menu_block .menu_box .img_block {
        height: 130px;
    }
    section#category-list .menu_block .menu_box .img_block img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    section#category-list .menu_block .menu_box h2{
        margin-top: 8px;
        font-size: 1.4rem;
    }
    

}


/*** pick-up ***/
section#pick-up{
    display: none;
    
    padding: 0 0 46px;
    background: url(../img/pick-up_bg.webp)no-repeat bottom center;
    background-size: 100%;
}
section#pick-up .inner{
    position: relative;    
}
section#pick-up h1.ttl2{
    position: absolute;
    top: 0;
}

.swiper.slider2 {
    max-width: 1500px;
    margin: 104px auto;
    /* overflow: hidden; */
    position: relative;
    padding: 165px 0 1px;
}
.swiper.slider2 .swiper-slide{
    height: auto!important;
    color: #535353;
}


section#pick-up .df{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

section#pick-up .swiper.slider2:before,
section#pick-up .swiper.slider2:after{
    content: '';
    background: #ffffff9e;
    height: 200px;
    width: 54px;
    display: block;
    position: absolute;
}

section#pick-up .swiper.slider2:before{
    bottom: 0;
    left: 0;
    z-index: 2;
    box-shadow: 20px 0px 20px 0px #fff;    
}

section#pick-up .swiper.slider2:after{
    bottom: 0;
    right: 0;
    z-index: 2;
    box-shadow: -20px 0px 20px 0px #fff;   
}

section#pick-up .swiper.slider2 .swiper-slide img{
    height: 100%;
    object-fit: cover;
}

section#pick-up .swiper.slider2 .swiper-slide p.cate {
    position: absolute;
    top: -11px;
    left: 5px;
    background: #FF8000;
    color: #fff;
    font-size: 1.6rem;
    padding: 0 10px;
}

section#pick-up .swiper.slider2 .swiper-slide h2 {
    font-weight: 600;
}

section#pick-up .swiper.slider2 .swiper-slide p.type{
    font-size: 1.6rem;
}

section#pick-up .swiper-pagination {
    margin: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#pick-up .swiper-pagination > span{
    margin: 0 14px;
    display: block;
    background: #D6D6D6;
    width: 14px;
    height: 14px;
    border-radius: 0;
}
section#pick-up .swiper-pagination > span.swiper-pagination-bullet-active{
    background: #FF8000;
    transform: rotate(45deg);
}

section#pick-up .swiper-button-prev,
section#pick-up .swiper-button-next{
    display: flex;  
}

section#pick-up .swiper-button-prev:before,
section#pick-up .swiper-button-next:before{
    content: '';
    background: url(../img/icon_arrow.webp)no-repeat center;
    filter: invert(49%) sepia(5%) saturate(15%) hue-rotate(10deg) brightness(89%) contrast(85%);
    display: inline-block;
    width: 14px;
    height: 26px;
}
section#pick-up .swiper-button-prev:before{
    transform: rotate(179deg);        
}

@media screen and (max-width:768px) {
    .swiper.slider2{
        margin: 54px auto 20px;   
    }
    
    section#pick-up .swiper.slider2:before,
    section#pick-up .swiper.slider2:after{
        display: none;
    }
    
    section#pick-up .df{
        width: 96%;
        margin: 0 auto;
        justify-content: center;    
        top: 91px;    
    }
    section#pick-up .swiper-pagination{
        margin: 0 6px;    
    }
    section#pick-up .swiper-pagination > span{
        width: 12px;
        height: 12px;    
    }
    section#pick-up .swiper-button-prev, section#pick-up .swiper-button-next{
        width: 22px;
        height: 22px;
    }
    
    section#pick-up .swiper.slider2 .swiper-slide p.type{
        font-size: 1.4rem;    
    }
}



/*** strenhths ***/
section#strenhths{
    padding: 118px 0 100px;
    background: url(../img/strengths_bg.webp)no-repeat top center;
    background-size: 100%;
}

section#strenhths h1.ttl2{
    margin-bottom: 82px;    
}

section#strenhths .df{
    max-width: 1140px;
    margin: 0 auto;
    padding: 13px 6px;
    background: #FF8000;
    border-radius: 10px;
}

section#strenhths .df > div{
    width: 360px;
    margin: 0 8px;
    background: #fff;
    position: relative;
    border-radius: 20px;
}
section#strenhths .df > div h2{
    margin: 30px 0 25px;
    color: #FF8000;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}
section#strenhths .df > div .icon{
    position: absolute;
    top: -6px;
    left: -7px;
}
section#strenhths .df > div .img_block {
    margin: 0 auto 19px;
    text-align: center;
    filter: invert(53%) sepia(92%) saturate(2210%) hue-rotate(360deg) brightness(101%) contrast(109%);
}
section#strenhths .df > div p.txt {
    width: 90%;
    margin: 0px auto 20px;
    font-weight: 600;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:768px) {
    section#strenhths{
        padding: 54px 0 34px;    
    }
    section#strenhths h1.ttl2 {
        margin-bottom: 42px;
    }
    
    section#strenhths .df{
        background: none;
        display: block;
        padding: 0;
    }
    section#strenhths .df > div{
        width: 100%;
        margin: 0 auto 20px;
        border: 6px solid #FF8000;
        display: flex;
        align-items: center;
    }
    section#strenhths .df > div .img_block{
        width: 22%;
        max-width: 120px;
        margin: 0 auto;
        padding-top: 30px;
    }
    section#strenhths .df > div > div {
        width: 70%;
    }
    section#strenhths .df > div p.txt{
        width: 92%;
        min-height: auto;    
    }
    section#strenhths .df > div h2 {
        width: 92%;
        margin: 20px auto 5px;    
        color: #FF8000;
        font-size: 1.8rem;
        font-weight: 600;
        text-align: left;
    }
    
}

/*** flow ***/
section#flow{
    padding-bottom: 175px;    
    background: url(../img/flow_bg.webp)no-repeat bottom right;
}

section#flow .flow_wrap{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
section#flow .flow_wrap:before{
    content: '';
    width: 2px;
    height: 95%;
    background: #698C00;
    display: block;
    position: absolute;
    left: 18px;
    top: 40px;
    z-index: 1;
}

section#flow .flow_block{
    margin-top: 67px;
    position: relative;
}
section#flow .flow_block h2 {
    margin: 14px 0 18px 156px;
    color: #698C00;
    font-size: 2.2rem;
    letter-spacing: 2px;
    font-weight: bold;
}

section#flow .flow_block{
    background: #fff;
    align-items: center;
    border: 1px solid #6A8C01;
}

section#flow .flow_block .ttl {
    padding: 18px 12px 19px;
    background: #698C00;
    position: absolute;
    top: -17px;
    left: 6px;
    text-align: center;
}

section#flow .flow_block span.icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(12deg) brightness(102%) contrast(102%);
}

section#flow .flow_block h3 {
    margin-bottom: 5px;
    font-size: 2.5rem;
    font-family: nimbus-sans, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 600;
}

section#flow .flow_block p{
    width: 100%;
    background: #F4F2EE;
    font-weight: 600;
    padding: 9px 10px 19px 156px;
}

@media screen and (max-width:768px) {
    section#flow{
        padding-bottom: 65px;
    }
    section#flow .flow_wrap{
        padding-left: 5px;
    }
    section#flow .flow_wrap:before{
        height: 91%;
    }
    
    section#flow .flow_block{
        margin-top: 25px;    
    }
    section#flow .flow_block p.icon{
        padding: 10px;
        width: 83px;
        height: 84px;
    }
    section#flow .flow_block .df{
        align-items: flex-start;
        padding: 10px 0 9px;
        border-radius: 9px;    
    }
    section#flow .flow_block h2{
        margin-left: 97px;
        margin-bottom: 1px;
        font-size: 1.8rem;
        letter-spacing: 1px;
        line-height: 1.4;    
    }
    
    section#flow .flow_block .ttl{
        width: 70px;
        padding: 8px 8px 9px;    
    }
    section#flow .flow_block span.icon {
        display: block;
        width: 90%;
    }
    
    
    section#flow .flow_block h3{
        font-size: 1.3rem;
        letter-spacing: 1px;
    }
    section#flow .flow_block p {
        width: 100%;
        padding: 9px 10px 19px 96px;
    }
}

/*** section#news ***/
section#news {
    padding: 130px 0;
}

section#news h1.ttl2{
    margin-bottom: 88px;    
}

.news_wrap{
    max-width: 1025px;
    margin: 0 auto;
}

.news_wrap article{
    width: 100%;
    padding-bottom: 21px;
    margin: 0 auto 28px;
    display: flex;
    border-bottom: 1px solid #D6D6D6;
    box-shadow: 0px 4px #F2F2F2;
    position: relative;
}
.news_wrap article:after{
    content: '';
    background: url(../img/icon_arrow.webp)no-repeat center;
    display: inline-block;
    width: 14px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    filter: invert(9%) sepia(1%) saturate(773%) hue-rotate(314deg) brightness(93%) contrast(71%);
}

.news_wrap article .img-wrap {
    width: 110px;
    height: 110px;
    margin-right: 14px;
}
.news_wrap article .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_wrap article .text {
    width: 890px;
}

.news_wrap article .text .df {
    align-items: center;
    margin-bottom: 13px;
}

.news_wrap article .text time.day {
    display: flex;
    align-items: center;
    font-family: din-condensed, sans-serif;
    color: #000;
}
.news_wrap article .text time.day sapn.day {
    padding-right: 5px;
    margin-right: 8px;
    font-size: 6.2rem;
    line-height: 0.8;
    position: relative;
}
.news_wrap article .text time.day sapn.day:after{
    content: '';
    width: 2px;
    height: 100%;
    background: #737373;
    position: absolute;
    right: 0;
    top: 0;
}

.news_wrap article .text time.day span.ym {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #737373;    
}

.news_wrap article .text p.cate {
    margin-left: 16px;
    padding: 0 10px;
    background: linear-gradient(86deg, rgba(255,188,0,1) 0%, rgba(255,128,0,1) 100%);
    display: inline-block;
    color: #fff;
    font-family: din-condensed, sans-serif;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width:768px) {
    section#news{
        padding: 54px 0;    
    }
    section#news h1.ttl2{
        margin-bottom: 54px;    
    }
    
    .news_wrap article:after{
        right: 5px;    
    }
    .news_wrap article .text time.day sapn.day{
        font-size: 5rem;    
    }
    .news_wrap article .text p.cate a{
        padding: 1px 0 3px;
        font-size: 1.6rem;    
    }
    .news_wrap article .img-wrap{
        width: 80px;
        height: 80px;    
    }
    .news_wrap article .text{
        width: 67%;
    }
    
    
}

/*** section#news ***/
section#faq {
    padding: 0 0 100px;
}

section#faq h1.ttl2{
    margin-bottom: 56px;    
}

.faq_wrap{
    margin: 90px auto 0;
}

.faq_wrap dl{
    max-width: 954px;
    margin: 0 auto 71px;
}

.faq_wrap dt.q_block {
    margin-bottom: 6px;
    padding: 10px 20px 15px;
    border: 2px solid #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: relative;
}
.faq_wrap dt.q_block:before{
    content: 'Q';
    margin: 0 23px 0 0;
    color: #FF8000;
    font-size: 5.3rem;
    font-family: din-condensed, sans-serif;
    font-family: 'Oswald', sans-serif;
    display: block;
    line-height: 1;
    font-weight: 500;
}
.faq_wrap dt.q_block:after{
    content: '';
    width: 29px;
    height: 8px;
    background: #FF8000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
    display: block;
}

.faq_wrap dd.a_block {
    padding: 6px 20px 15px;
    display: flex;
    position: relative;
}
.faq_wrap dd.a_block:before{
    content: 'A';
    margin: 0 28px 0 5px;
    color: #A3A3A3;
    font-size: 4.6rem;   
    font-family: din-condensed, sans-serif;
    display: block;
    line-height: 1;
}
.faq_wrap dd.a_block:after{
    content: '';
    background: #A3A3A3;
    width: 2px;
    height: 72px;
    display: block;
    position: absolute;
    top: -15px;
    left: 12px;
}

.faq_wrap dd.a_block .ttl{
    margin-bottom: 7px;    
    display: block;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    section#faq{
        padding: 0 0 60px;    
    }
    .faq_wrap dl{
        margin-left: 0;
        margin-bottom: 20px;
    }
    .faq_wrap dt.q_block{
        padding: 10px 10px 10px;
        background-size: 100%;    
    }
    .faq_wrap dt.q_block:before {
        background-size: 100%;
        font-size: 3.8rem;
        margin-right: 14px;
    }
    .faq_wrap dd.a_block{
        padding: 10px 10px 10px;
    }
    .faq_wrap dd.a_block:before{
        margin: 0 17px 0 0px;    
        font-size: 3.8rem;    
    }
    .faq_wrap dd.a_block:after{
        left: 4px;
    }    
    .faq_wrap dt.q_block:after{
        width: 18px;
        height: 4px;    
        right: -9px;
    }
}



section#serch h4{
    font-size: 1.8rem;
    font-weight: 600;
}

section#serch .df {
    align-items: center;
    justify-content: center;
    margin-bottom: 57px;
}

form.searchandfilter.search001 {
    margin-left: 20px;
}

.searchandfilter.search001 > div > ul {
    position: relative;
}

.search001 input[type="text"] {
    width: 655px;
    border: 1px solid #cccc;
    border-radius: 50px;
    padding: 10px;
    font-size: 1.6rem;
}
.search001 input[type="submit"]{
    width: 26px;
    height: 26px;
    right: 0;
    background: none;
}
.searchandfilter.search001 > div > ul > li:nth-child(2){
    background: url(../img/icon_search.png)no-repeat top;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    right: 22px;
    top: 10px;
    padding-right: 0;
}


.searchandfilter.search002 > div > ul {
    display: flex!important;
    flex-wrap: wrap;
}

.searchandfilter.search002 > div > ul > li:nth-child(1){
    width: 30%;
}
.searchandfilter.search002 > div > ul > li:nth-child(1) > ul li{
    width: 100%;
}

.searchandfilter.search002 > div > ul > li:nth-child(2){
    width: 70%;
}

.searchandfilter.search002 > div > ul > li:nth-child(2) > ul li {
    width: 45%;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.searchandfilter.search002 > div > ul > li:nth-child(3){
    width: 100%;
}

.searchandfilter.search002 > div > ul > li > ul li{
    margin-bottom: 5px;    
    font-size: 1.6rem;    
}

.search002 input[type="submit"] {
    width: 326px;
    margin: 35px auto 0;
    padding: 15px 0;
    text-align: center;
    display: block;
    background: #FF8000;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

@media screen and (max-width:768px) {
    section#serch {
        max-width: 98%;
        margin: 68px auto 34px;
        padding: 30px 20px 35px;
        border-radius: 15px;
    }   
    
    section#serch .df {
        margin-bottom: 27px;
        display: block;
    }
    
    section#serch .df li:nth-child(1){
        width: 100%;
        padding-right: 0!important; }
    
    form.searchandfilter.search001 {
        margin-left: 0!important;
        margin-top: 10px;
    }
    .searchandfilter.search001 > div > ul{
        width: 100%;
    }
    
    .search001 input[type="text"]{
        width: 100%;
    }
    
    .searchandfilter.search002 > div > ul > li:nth-child(1){
        width: 100%;
    }
    .searchandfilter.search002 > div > ul > li:nth-child(2){
        width: 100%;
    }
    

    
    
    .search002 input[type="submit"]{
        width: 80%;
        font-size: 1.6rem;
    }
}