@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
}

/*------------------------------*/
/*メイン関係ここから		*/
/*------------------------------*/

html,
body {
    line-height: 1.8;
    text-align: center;
    font-size: 15px;
    color: #666;
    font-family: 'Lato',YakuHanJP, 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 400;
    margin: 0px auto;
/*    font-feature-settings: "palt";*/
    min-width: 100%;
    letter-spacing: 0.05em;
    padding: 0;
}


.bold {
    font-family: 'Lato',YakuHanJP, 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}
*, *:after, *:before {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: #555555;
}

a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ef8200;
}
a:hover img{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: .7;
}
@media(min-width: 768px){
    a[href^="tel:"] {
        pointer-events: none;
    }
}

.fPc {        display: block !important;    }
.fPci {        display: inline !important;    }
.fPcib {        display: inline-block !important;    }
.fSp {        display: none !important;    }
.fSpi {        display: none !important;    }
.fSpib {        display: none !important;    }
.fSp02 {        display: none !important;    }
.w100 {        width: 100% !important;    }
.dis {display: none !important;    }
strong {font-weight:bold;}

#wrap {
    /* display: none; */
    overflow: hidden;
    /* min-width: 1200px; */
}

body {
    margin: 0;
    padding: 0;
}

#spMenu {
    display: none;
}

/*ローダー*/
#loader-bg {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #f8dd9b;
    z-index: 999;
}
#loader {
    display: inline-block;
    position:absolute;top:0;bottom:0;left: 0;right: 0;margin: auto;
    width: 40px;height: 40px;
    border: 3px solid rgba(114,177,46,0.4);
    border-top-color: rgba(114,177,46,0.9);
    border-radius: 50%;
    animation: spin 1.2s linear 0s infinite;
}
.disAc {
    pointer-events: none !important;
}

/*spヘッダ*/
#headerLogoSp {
    display: none;
}
@media screen and (max-width: 834px) {

        #headerLogoSp {
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        #headerLogoSp figure{
            margin-right: .7rem;
        }
        #headerLogoSp span{
            line-height: 1.2;
            text-align: left;
            font-size: 1.1rem;
            letter-spacing: 0;
        }
        header {
            display: none;
        }
        #headerLogoSp {
            
            position: fixed;
        
            top: 6px;
            left: 6px;
            z-index:998;
        /*    margin-right: 1rem;*/
        }
        #headerLogoSp img{
            height: 40px;
            width: auto;
        }

    }


/*ヘッダ*/


/*---------------------------*/
/*gnav*/
/*---------------------------*/


@media screen and (min-width: 835px) {
    header {
        height: 95px;
        padding-top: 5px;
        padding-bottom:5px;
        box-sizing: border-box;
        width: 100%;
        /* margin: auto; */
        /* position: fixed; */
        text-align: center;
        z-index: 99;
        /* background-color: rgba(255,255,255,0.85); */
        /* background-color: rgba(252,252,242,0.85); */
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(1px);

    	position: static;
	top: -30px;
	transition: all 0.3s ease 0s;
    /*box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.1);*/
    /*    border-bottom: 1px solid #eee;*/
    }
    .page header {
                background-color: rgba(254,249,239,0.85);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(1px);
    }
    header.transf {
    position: fixed;
    top: 0;
                background-color: rgba(254,249,239,0.85);    
            }
    
    #headerBody {
        width: 960px;
        margin: auto;
        display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        /* height: 95px; */
        margin-top: .8rem;
    }
    header #headertTop {
        max-width: 960px;
        margin: auto;
    }




    header #headerLogo {
        padding-top: .8rem;
        line-height: 1.1;
        text-align: left;
        position: relative;
        
    }
    header #headerLogo span{
        font-size: 1rem;
        color: #787878;
        letter-spacing: 0;
        font-weight: bold;
    }

    header #headerLogo a:hover span{
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #ef8200;
    }

    header #headerRight  {
        text-align: right;

    }
    header #headerRight  .headerRightTop {
        padding-bottom: .2rem;
    }
    header #headerRight  .headerRightTop span {
        font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
        /* font-weight: bold; */
        vertical-align: middle;
        line-height: 1;
    }
    header #headerRight  .headerRightTop a{
        vertical-align: middle;
        color: #666;
        line-height: 1;
        /* background-color: #ddd; */
       padding-top: 2px;
       display: inline-block;
    }
    header #headerRight  .headerRightTop a:hover{
        color: #ef8200;
    }

    header #headerRight  .headerRightBottom .headerIconList {
        /* margin-right: .6rem; */
    }
    header #headerRight  .headerRightBottom .headerIconList li{
        /* margin: 0 .4rem; */
        line-height: 0;
        /* padding: .6rem 0; */
    }
    
    header #headerRight  .headerRightBottom {
        padding: .2rem 0;
    }

    header #headerTel  {
        /* padding: 1rem 0; */
        text-align: right;
        /* height: 68px; */
        position: relative;
        line-height: 1;
    }
    header #headerTel a{
        font-size: 1.8rem;
        line-height: 1;
        color: #000;
        /* font-family: 'Comic Neue',cursive; */
        font-weight: 400;

    }
    header #headerTel p{
        font-size: 0.8rem;
        color:#999;
        line-height: 1.2;
        text-align: right;
    }


    #gnav { 
    /* width: 960px; */
    /* position: relative; */
    text-align: right;
    box-sizing: border-box;
    padding-top: .6rem;
    /* height: 32px; */
    }

    #gnav > ul{

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* padding-top: .5rem; */
    }

    #gnav > ul > li {
    display: inline-block;
    /* height: 32px; */
    /* position: relative; */
    }
    #gnav  li {
        display: inline-block;
    }
    #gnav  li:not(:last-child) {
        margin-left:5px;
    }


    #gnav > ul > li > a { 
        font-size: 1rem;
        line-height: 1;
        box-sizing: border-box;
        /* padding-top: 1rem; */
        margin: 0 10px;
        position: relative;
        font-weight: bold;
        color:#666666;
    }
        #gnav > ul > li > a:last-child {
            margin-right: 0; 
        }




    
    #gnav > ul >li:hover > a {
    color: #ef8200;
    }
    #gnav > ul >li:hover > a::before {
        top:-8px;
        transition: 0.6s;
    }

    #gnav>ul>li.current  > a{
        color: #ef8200;
        background-position: left top;   

    }

#gnav > ul > li:not(.current) a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ef8200;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#gnav > ul > li:not(.current) a:hover::after {
    transform: scale(1, 1);
}

    .mean-container .mean-nav ul li a {
        pointer-events: none !important;
        -webkit-user-select: none !important;
        user-select: none !important;
    }
    .mean-container .mean-bar.transf {
        background: rgba(255, 255, 255, 1);
    }
    



    #gnav > ul > li#langChange a {
        display: none;
    }
}


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

}
/*フッタ*/
footer {
    position: relative;
    text-align: left;
}

#footerTop p{
    text-align: center;
}

    footer {
        margin-top: -4rem;
    }
    #footerTop {
        /* padding: 1.4rem 0; */
        position: relative;
        background-image: url(./images/soilImgBack.png);
        background-size:1400px 55px;
        background-repeat: repeat-x;
        background-position: center bottom;
        text-align: center;
        height: 134px;
        /* bottom: -1px; */
    }



footer #footerBottom{
    text-align: left;
    padding: 2rem 0 1rem 0;
    letter-spacing: 0;
}

#footerCont {
    position: relative;
    background-color: #f8dd9b;
    text-align: center;
}
#footerCont  p.footerContCopy{
    padding:0 0 1rem 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color:#544541;
}
#footerMenu {
    margin: auto;
    margin-bottom: .6rem;
}

#footerMenu > li {
    margin: 0 .6rem;
    position: relative;
    display: inline-block;

}
#footerMenu > li:not(:last-child)::after {
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 1.2rem;
    background-color: #666;
    right: -0.6rem;
    top:0.3rem;
}


#footerMenu > li a{
    /* font-weight: bold; */
    color: #333;
    white-space: nowrap;
}
#footerMenu > li a:hover{
    color: #EF8200;

}
#footerLeft,#footerRight {
    width: 46.875%;
    color:#333;    
}

#footerLeft h3{
    margin-bottom: 1rem;
}
#footerLeft p{
    line-height: 1.4;
    margin-bottom: .4rem;
    color: inherit;
    text-align: left;

}
#footerLeft a{
    color: #333333;
}

div.footerCopy {
    font-weight: normal;
    padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    #footerTop {
        /* background-size: 100% auto; */
        /* background-color: #000; */
    }

    #footerLeft,#footerRight {
        width: 48%;
    }
    #footerLeft h3{
        font-size: 1.2rem;
    }

}
@media screen and (max-width: 480px) {
    #footerTop {
        padding-top: 1rem;
        padding-bottom: 0;
        height: 110px;
    }
    #footerLeft,#footerRight {
        width: 100%;
        margin: auto;
    }
    #footerLeft h3,#footerLeft p{
        text-align: center;
    }
    #footerLeft .footerIconList.flexCont.flexEnd {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
        margin: 1rem 0;
    }
}


/*topへ戻る*/
#toTopBtn {

    display: none;
    height: 120px;
    width: 100px;
    position: fixed;
    right:5%;
    bottom:50px;
    z-index: 90;
    /* background-color: #fff;
    border: 3px solid #95c036; */
    box-sizing: border-box;
    /* border-radius: 50%; */
    font-size:14px;
    line-height: 0.5;
    background-image: url(./images/toTopArrowW.png);
    background-size: 92px 120px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    #toTopBtn {
        width: 69px;
        height: 90px;
        background-size: 69px 90px;

    }
}


@keyframes spin { 0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}

/* ゆらゆらするアニメーション */
@keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
.anime-fuwafuwa {
    animation: 3s fuwafuwa infinite;
    }
  

/*------------------------------*/
/*共通*/
/*------------------------------*/
section {
    padding: 3rem 0;   
    max-width: 100vw;
}
.ochiba {
    text-indent: -1em !important;
    margin-left: 1em !important;
}
.mainBox {
    width: 960px;
    max-width: 94vw;
    margin: auto;
    box-sizing: border-box;
}

.flexCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flexCont.flexStart {
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.flexCont.flexEnd {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.flexCont.flexCenter {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flexCont.flexJust {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexCont.flexAlignC {
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexCont.flexAlignE {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

figure {
    -ms-flex-negative:0;
	flex-shrink:0;
    max-width: 100%;
    line-height: 0;
    overflow: hidden;
}
figure img{
    max-width: 100%;
    height: auto;
    line-height: 0;
}

figure a {
    width: 100%;
    height: 100%;
}

figure.imgCircle img{
    width: 100%;
    border-radius: 50%;
    border:8px solid #fff;
    box-sizing: border-box;
}
sup {
    font-size: 0.75em;
}

@media screen and (max-width: 768px) {
    figure.imgCircle img{
        border-width: 6px;
    }
}



p {
    text-align: justify;
    text-justify: inter-ideograph;
    /* word-break:break-all; */
    margin-bottom: 1em;
    color:#555555;
}
section span.tBig{
    font-weight: inherit;
    font-size: 1.5em;
}
section span.tBig02{
    font-weight: inherit;
    font-size: 2em;
}
section span.tSmall{
    font-weight: inherit;
    font-size: 0.75em;
}
section span.tExSmall{
    font-weight: inherit;
    font-size: 0.5em;
}
p.lead {
    font-size: 1.2rem;
    /* line-height: 1.8; */
    font-weight: 600;
    /* color: #555555; */
    margin-bottom: 3rem;
    text-align: center;
}
#home p.lead {
    margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
    p.lead {
        font-size: 1rem !important;
    }
}


/*パンくずリスト*/
section#pageNavi {
    position: relative;
    /* margin-top: -1rem; */
    padding: 0;
    max-height:3em ;
    /* background-color: #ddd; */
    z-index: 10;
}

ul.pageNavi {
    margin-top: 1rem;
	/* margin-bottom:5rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    /* color: #fff; */
    overflow: hidden;
}
ul.pageNavi li {
	white-space: nowrap;
    margin-right: .6rem;
    line-height: 1;
}

@media screen and (max-width: 480px) {
    ul.pageNavi {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}



/*---------------------------*/
/*top*/
/*---------------------------*/
#home section {
    padding: 4rem 0;
}
/*mainV---------------------------*/
#home section#mainV {
    position: relative;
    background-image: url(./images/mainVBack.svg);
    background-size: 3840px 670px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 134px);
    min-height: 600px;
    max-height: 800px;
    text-align: center;
    background-position: bottom;
    padding-bottom: 0;
    /* z-index: -1; */
}
#home section#mainV #mainVCatchBox{
    position: absolute;
    top:0;bottom:0;left: 0;right: 0;margin: auto;
    width: 400px;
    height: 300px;
}
#home section#mainV #mainVCatch,#home section#mainV #mainVImg{
            position: relative;
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
             -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
}
#home section#mainV #mainVCatch{
    /* position: absolute; */
    top:-55px;
    margin: auto;
    margin-bottom: 3rem;
}
#home section#mainV #mainVImg{
        position: relative;
        top:-55px;
        margin: auto;
        margin-bottom: 3.6rem;
        
}
#home section#mainV #mainVLogo{
    position: relative;
        top:-55px;
        margin: auto;

}


@keyframes fadeInRot {
  from {
    opacity: 0;
    transform: rotate(60deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#home section#mainV #mainVCatchBox.mStart #mainVText01{
  animation: fadeInDown .8s ease-in-out 5s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVText02{
  animation: fadeInDown .8s ease-in-out 5.5s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVText03{
  animation: fadeInDown .8s ease-in-out 6s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVText04{
  animation: fadeInDown .8s ease-in-out 6.5s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVText05{
  animation: fadeInDown .8s ease-in-out 6.8s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVText06{
  animation: fadeInDown .8s ease-in-out 7.0s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVText07{
  animation: fadeInDown .8s ease-in-out 7.2s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVText08{
  animation: fadeInDown .8s ease-in-out 7.4s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVText09{
  animation: fadeInDown .8s ease-in-out 7.6s 1 normal backwards;
}

#home section#mainV #mainVCatch figure {
    margin-left: .1em;
    margin-right: .1em;
}

#home section#mainV #mainVCatchBox.mStart #mainVImg01{
  animation: fadeInDown 1s ease-in-out 2s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVImg02{
  animation: fadeInRot 2s ease-in-out 2.8s 1 normal backwards;
}
#home section#mainV #mainVCatchBox.mStart #mainVImg03{
  animation: fadeInUp 1s ease-in-out 3.6s 1 normal backwards;
}
#home section#mainV #mainVImg figure {
    margin-left: .6em;
    margin-right: .6em;
}
#home section#mainV #mainVCatchBox.mStart #mainVLogo{
  animation: fadeInUp 1s ease-in 9s 1 normal backwards;
}


#mainV #mainVBottom{
    position: absolute;
    bottom:0;
    width:100vw;
    height: 134px;
    background-image: url(./images/soilImgBack.png);
    background-size:1400px 55px;
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
    /* background-color: #000; */

}

figure.bottomImg {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    bottom: 30px;
    /* background-color: #72b12e; */
}

@media (orientation: portrait) and (max-width: 768px) { /*ipad縦*/

}

@media screen and (max-width: 768px) {
    #home section#mainV {
        background-size: auto 80%;
        /* padding-top: 70px; */
        /* min-height: calc(65vw + 50px); */
        height: calc(100vh - 50px);
        min-height: auto;
    }

    #home section#mainV #mainVCatchBox {
        width: 90%;
        height: 170px;
    }
    #home section#mainV #mainVCatch,
    #home section#mainV #mainVImg{
        margin-bottom: 1.5rem;
    }
    #home section#mainV #mainVImg{
        margin-bottom: 2rem;
    }
    #home section#mainV #mainVCatch,
    #home section#mainV #mainVImg,
    #home section#mainV #mainVLogo{
        top:0;
    }
    #home section#mainV #mainVCatch figure img{
        height: 25px;
        width: auto;
    }
        #home section#mainV #mainVImg figure#mainVImg01 img,
        #home section#mainV #mainVImg figure#mainVImg03 img{
        height: 60px;
        width: auto;
    }
        #home section#mainV #mainVLogo figure img{
        height: 20px;
        width: auto;
    }

        #home section#mainV #mainVImg figure#mainVImg02 img{
        height: 80px;
        width: auto;
    }

    #mainV #mainVBottom{
            /* background-size: 100% auto; */
            /* height: 90px; */
    }
    figure.bottomImg {
        width: 90%;
        bottom: 40px;
    }

}

@media screen and (max-width: 480px) and (orientation: portrait){


        #home section#mainV {
            height: 80vh;
            min-height: auto;
        /* background-size: 2400px auto; */
        background-size: auto 80%;

        }

}

#home section h2 {
    line-height: 0.9;
    font-size: 2.8rem;
    margin-bottom: 5rem;
}

/*home about*/
#home #homeAbout {
    background-color: #f8dd9b;
    position: relative;
    padding-top: 3rem;
    margin-top: -1px;

}


#home #homeAbout h2 {
    color:#544541;
}

#home h2 span{
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 1.8rem;
}
#home #homeAbout h2 span{
    color:#fff;
}

#home #homeAbout .aboutTop {
    background-image: url(./images/homeAboutTopBack.png);
    background-size: 420px 420px;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 3rem;
    min-height: 420px;
    margin-bottom: 3rem;
}

#home #homeAbout  h3,#home #homeReq h3 {
    font-size: 2rem;
    line-height: 1.2;
        color:#544541;
        font-weight: bold;
        margin-bottom: 3rem;
}
#home #homeAbout .aboutTop p {
    font-weight: normal;
        color:#544541;
    /* color: #fff; */
}
#home .homeStrength {
    position: relative; 
    margin-top: -2rem;
}

#home .homeStrength h3 {
    margin-bottom: 2rem !important;
}
#home h3 span.tBig02{
    color:#f46464;
}
#home #homeAboutList {
    position: relative;
    z-index: 2;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
#home #homeAboutList li{
    position: relative;
    margin: 1rem 0;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 12px;
    width: 280px;
    padding: .5rem 0;
}
#home #homeAboutList li:not(:last-child){
    margin-right: 4rem;
}
#home #homeAboutList li::after{
    content: "S";
    display: inline-block;
    position: absolute;
    top:0;    bottom: 0;left: 0;right: 0;margin: auto;
    font-size: 15rem;
    line-height: 1;
    color: #fefbf3;
    color: #fdf4df;
    z-index: -1;
}
#home #homeAboutList li:first-child:after{
    content: "C";
}



#home #homeAboutList li.spacer{
   width: 100%;
}
#home #homeAboutList li h4{
    position: relative;
    padding-top: .8rem;

    /* height: 228px; */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: .6rem;
    color:#544541;
}

#home #homeAboutList li h4::after{
    content: "";
    display: block;
    width: 62px;
    height: 16px;
    position: absolute;
    background-image: url(./images/smileBaigeS.png);
    background-size: contain;
    left:0;right: 0;margin: auto;
    top:85px;

}
#home #homeAboutList li h4  > span.homeAboutNo{
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    color: #f46464;
    line-height: 1;
    margin-bottom: 3rem;
}
#home #homeAboutList li h4  > span.homeAboutNo span{
    color: #544541;
}
#home #homeAboutList li h4  > span.homeAboutTitle{
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 1rem;
}
#home #homeAboutList li h4  > span.homeAboutTitle span{
    font-size: 0.8em;
    color: #f68383;
    color: #e2c986;

}

#home #homeAboutList li p{
    /* font-weight: bold; */
    font-size: 1.1rem;
    line-height: 1.4;
    /* color: #ffff00; */
    text-align: center;
    letter-spacing: 0;
}

/*home 採用情報*/
#home section#homeReq {
    padding-top: 0;
}

#home #homeReq .homeReqBtn {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    background-color: #8FC158;
    border: 4px solid #f3ede3;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 12px;
    margin-bottom: 3rem;
    background-image: url(./images/homeReqImg03.svg);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
}
#home #homeReq .homeReqBtn a{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 100%;
    height: 100%;
}
#home #homeReq .homeReqBtn a figure{
    position: relative;
    width: 154px;
    height: 100%;
    z-index: 3;
        margin: 0 2rem;
}
#home #homeReq .homeReqBtn a figure img{
    position: absolute;
    left: 0;right: 0;margin: auto;
    bottom: 0;
    z-index: 5;
}
#home #homeReq .homeReqBtn a div h3{
    color: #fff;
    margin-bottom: .6rem;
}

#home #homeReq .homeReqBtn a .btnDetailReq{
    display: inline-block;
    font-size: 1.2rem;
    max-width: 100%;
    width: 280px;
    height: 44px;
    line-height: 1;
    font-weight: bold;
    color:#544541;
    border-radius: 22px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: .9rem;
    letter-spacing: 0;
    white-space: nowrap;
}
#home #homeReq .homeReqBtn a:hover .btnDetailReq{
        /* background-color: #8FC158; */
        color:#F29B33;
}

@media screen and (min-width: 1025px) {
    #home #homeReq .homeReqBtn:hover{
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        background-color: #F29B33;
    }
    #home #homeReq .homeReqBtn:hover img{
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    #home #homeReq .homeReqBtn {
        padding-top:2.4rem;
        height: 140px;
        background-size: 40px 40px;
            border: 3px solid #f3ede3;
    }
    #home #homeReq .homeReqBtn a{
        	-webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    
    }

    #home #homeReq .homeReqBtn a figure{
        position: absolute;
        width: 77px;
        height: 90px;
        margin: 0 1rem;
    }
        #home #homeReq .homeReqBtn a figure.homeReqImgL{
            left:6px;
            bottom:0;
        }
        #home #homeReq .homeReqBtn a figure.homeReqImgR{
            right:6px;
            bottom:0;
        }
}
@media screen and (max-width: 480px) {
    #home #homeReq .homeReqBtn {
        position: relative;
        width: 80%;
        padding-top: 1.6rem;
        height: 200px;margin: auto;
    background-position: right 8px top 8px;
    /* margin-top: 4rem; */
    }
        #home #homeReq .homeReqBtn a figure.homeReqImgL{
        left:1rem;
        bottom:0;
    }
    #home #homeReq .homeReqBtn a figure.homeReqImgR{
        right:1rem;
        bottom:0;
    }
    #home #homeReq .homeReqBtn a div{
        width:100%;
    
    }
    #home #homeReq .homeReqBtn a .btnDetailReq{
        width: 90% !important;
    
    }
}


#home .btnDetail {
    position: relative;
    z-index: 2;
}

.btnDetail a {
    display: inline-block;
    font-size: 1.2rem;
    max-width: 100%;
    width: 280px;
    height: 44px;
    line-height: 1;
    font-weight: bold;
    color:#fff;
    border-radius: 22px;
    background-color: #ef8200;
    box-sizing: border-box;
    padding-top: .9rem;
    letter-spacing: 0;
    white-space: nowrap;
}

.btnDetail a:hover {
    color: #fff !important;
    background-color: #72b12e;
}
@media screen and (max-width: 768px) {
    .btnDetail a,#home #homeReq .homeReqBtn a .btnDetailReq {
        font-size: 1.1rem;
        padding-top: .8rem;
        width:240px ;
        height: 36px;
    }
}
@media screen and (max-width: 768px) and (min-width:481px){
    #home #homeAboutList{
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
        #home #homeAboutList li{
        width: 190px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    #home section h2 {
        line-height: 1.1;
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
    #home #homeAbout  h3,#home #homeReq h3 {
        font-size: 1.4rem;
    }
        #home #homeAboutList li {
            padding: 0;
        }

    #home #homeAboutList li:not(:last-child){
        margin-right: 1rem;
    }
   #home #homeAboutList li::after{
    font-size: 12rem;
    }

    #home #homeAboutList li h4{
        font-size: 1.4rem;
        padding-top: 1rem;
        height: 137px;
        margin: auto;
    }


    #home #homeAboutList li h4  > span.homeAboutNo{
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    #home #homeAboutList li h4::after{
        top:65px;
    }
    #home #homeAboutList li p{
        font-size: 1rem;
        position: relative;
        letter-spacing: 0;
        white-space: nowrap;

    }

    #home #homeAboutList li h4  > span.homeAboutTitle{
        font-size: 1.2rem;
        white-space: nowrap;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 480px) {
    #home #homeAbout .mainBox,#home #homeReq .mainBox {
        width: 94vw;
    }
    #home #homeAboutList li{
        /* width: 45%; */
        width: 80%;
        margin: 1rem .5rem;
        /* padding: 1rem 0; */
    }
    #home #homeAboutList li:not(:last-child){
        margin-right: 0;
    }
    #home #homeAboutList li.spacer{
        display: none;
    }
    #home #homeAboutList li h4 {
        font-size: 1.6rem;

    }
    #home #homeAboutList li h4  > span.homeAboutTitle{
        font-size: 1.4rem;
        white-space: nowrap;
        letter-spacing: 0;
    }

}

/*home works*/
#home #homeworks {

}
#home #homeworks h2 span{
    color:#dbbb68;
}

#home #homeworks h2::after{
    background-image: url(./images/smileBaige.png);

}
.worksList {
    margin-bottom: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.worksList > li{
    max-width: 280px;
    width: 29.16%;
    margin-bottom: 4rem;
}
ul.worksList > li:not(:nth-of-type(3n)){
    margin-right: 60px;
    margin-right: 6.25%;
}
@media all and (max-width: 480px) {
    ul.worksList > li:not(:nth-of-type(3n)){
        margin-right: 0;
        margin: auto;
    }
}

ul.worksList > li figure {
    margin-bottom: 1rem;
    width: 100%;
    /* aspect-ratio: 1 / 1; */

}

ul.worksList > li figure,ul.worksList > li figure img {
    position: relative;
}
.worksList > li figure img {
    max-width: 100%;
    width: 100%;
    height: auto;

}

ul.worksList > li h3 {
    font-size: 1.2rem;
    font-weight: 600;
    /* min-height: 2.4em; */
    line-height: 1.2;
    text-align: left;
    margin-bottom: .6rem;
    color:#544541;
}
ul.worksList > li p{
    /* word-break:break-all; */
    margin-bottom: 1rem;
    text-align: justify;
    letter-spacing: 0;
}
ul.worksList > li div.cate{
    margin-bottom: 1.4rem;
    text-align: right;
    color:#777;
}
ul.worksList > li div.cate a{
        color:#777;
}
ul.worksList > li div.cate a:hover{
        color:#ef8200;
}
ul.worksList > li div.cate a:not(:last-child){
    margin-right: .4rem;

}
ul.worksList > li.newUpdate figure::before{
    content:"New";
    display: block;
    position: absolute;
    top:.8rem;
    right: .8rem;
    width: 50px;
    height: 50px;
    background-color: #f46464;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    z-index: 2;
}

#home #homeworks .mainBox > .btnDetail a {
    background-color: #72b12e;
    color: #fff;
}
#home #homeworks .mainBox > .btnDetail a:hover {
    background-color: #ef8200;
}

ul.worksList > li .btnDetail {
    text-align: center;
}
ul.worksList > li .btnDetail a {
    background-color: #72b12e;
    color:#fff;
    max-width: 140px;
    height: 30px;
    border-radius: 15px;
    padding-top: 8px;
    margin: auto;
    font-size: 1rem;
    font-weight: bold;

}
ul.worksList > li .btnDetail a:hover {
    display: inline-block;
    color: #fff;
    background-color: #ef8200;
}



@media screen and (max-width: 480px) {
    ul.worksList > li{
        margin-right: 0;
        margin: auto;
        margin-bottom: 3rem !important;
    }
    .worksList > li{
        max-width: auto;
        width: 90%;
        margin: auto;

    }

    ul.worksList > li .btnDetail a {
        padding-top: .6rem;
    }
}

section h2 {
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-size: 1.8rem;
    color:#544541;
    margin-bottom: 2.4rem;
    font-weight: 700;
    z-index: 2;
}

section h2::after {
    content: "";
    display: inline-block;
    width: 85px;
    height: 22px;
    position: absolute;
      right: 0;
    left: 0;
    margin: 0 auto;
    bottom:-2rem;
    background-image: url(./images/smileWhite.png);
    background-repeat: no-repeat;
    background-size: 85px 22px;
    background-position: center top;
    z-index: -1;
}


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

    section h2 {
        font-size: 1.3rem;
        margin-bottom: 1.8rem;
    }
    section h2::after {
            background-size: auto 18px;

    }
    span.h2Sub {
        margin-top: -1.8rem;
        margin-bottom: 1.88rem;
    }
    #home section h2 {
        font-size: 1.8rem;
        margin-bottom: 2.2rem;
    }
    #home h2 span{
        font-size: 1.4rem;
    }
}

/* #home section h2:before {
    top: -0.6rem;
    background-image: url(./images/h2BackLotus.png);
} */

figure.bBaige img{
    border:7px solid #f3ede3;
    box-sizing: border-box;
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
  figure.bBaige img{
    border:4px solid #f3ede3;
    box-sizing: border-box;
    border-radius: 8px;
}
}

/*下層---------------------------*/
#pageHeader {
    height: 200px;
    padding: 0;
    margin-bottom: 0;
    /* margin-top: 110px; */
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    background-color: #f8dd9b;
    position: relative;
    color:#fff;
    padding-top: 7.4rem;
    box-sizing: border-box;
    background-image: url(./images/pageHeaderBottomImg.png);
    background-size: 736px 70px;
    background-position:center bottom;
    background-repeat: no-repeat;

}



#pageHeader h1{
    line-height: .9;
    color:#544541;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
}
#pageHeader h1 span{
            font-family: "Quicksand", sans-serif;
            color:#ef8200;
            font-size: 1.6rem;
        } 
#pageHeader h1::before{
    content: "";
    display: block;
    position: absolute;
    width: 108px;
    height: 82px;
    background-size: cover;
    top:-90px;
    left: 0;
    right: 0;
    margin: auto;
}
#company #pageHeader h1::before{
    background-image: url(./images/pageHeaderCompany.png);
}
#qanda #pageHeader h1::before{
    background-image: url(./images/pageHeaderQandA.png);
}
#works #pageHeader h1::before{
    background-image: url(./images/pageHeaderWorks.png);
}
#works #pageHeader.worksD h1::before{
    background-image: url(./images/pageHeaderWorksD.png);
}
#reqruit #pageHeader h1::before{
    background-image: url(./images/pageHeaderReqruit.png);
}
#contact #pageHeader h1::before{
    background-image: url(./images/pageHeaderContact.png);
}
#err404 #pageHeader h1::before{
    background-image: url(./images/pageHeader404.png);
}

.page h2 {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 5rem;
    min-width: 80px;
}
.page h2::after {
    content: "";
    display: inline-block;
    width: 77px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom:-2rem;
    background-image: url(./images/smileGreenPage.png);
    background-repeat: no-repeat;
    background-size: 77px 20px;
    background-position: center top;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    #pageHeader {
        margin-top: 50px;
        padding: 4rem 0 1.6rem;
            background-size: 80% auto;
        height: auto;
    }
    #pageHeader h1{
            font-size: 1.6rem;
    }
    #pageHeader h1 span{
        font-size: 1.2rem;

    }

    #pageHeader h1::before{
            top:-45px;
            width: 54px;
            height: 41px;
    }
    .page h2 {
        font-size: 1.2rem;
    }
    .page h2::after {

    background-size: auto 14px;

    }
}

@media screen and (max-width: 480px) {
    #pageHeader {
    background-image: url(./images/pageHeaderBottomImgSp.png);
    }
  
}


.pageLead{
    padding-top: 3rem;
}




.imgList {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
    .imgList.col2 {
        width: 75%;
        margin: auto;
    }
}
.imgList.uniList.uniListKinder li {
    width: 22.25%;
    margin-right: 0.125%;
}
.imgList.uniList {
    margin-bottom: 3rem;
}

.imgList li figure {
    position: relative;
}
.imgList li figure img{
    width: 100%;
    height: auto;
}
.imgList li {
    /* width: 22.25%;
    margin-right: 0.125%; */
    width: 31.25%;
    margin-right: 3.125%;
    /* margin-right: 30px; */
    margin-bottom: 1.8rem;
}
.imgList.col2 li {
    width: 45%;
    margin-right: 0%;

}
.imgList li:nth-of-type(3n) {
    margin-right: 0;
}

.imgList li figure figcaption{
    position: relative;
    margin-top: .5rem;
    line-height: 1.2;
}



@media screen and (max-width: 768px) {
 
}


@media screen and (max-width: 480px) {
}

.lastSection {
    padding-bottom: 6rem !important;
}

@media screen and (max-width: 768px) {
    .lastSection {
        padding-bottom: 5rem !important;
    }
}


/*会社概要*/
.companyDetail {
    width: 100%;
}

#company p.lead {
    font-size: 1.1rem;
}
#company p.lead.sign {
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;

}

table.company,table.history {
    width: 100%;
    text-align: left;
    margin-bottom: 3rem;
}
table.company th,table.company td{
   /* border: none;
   border-bottom: 1px solid #ddd; */
 padding: .8rem 1.2rem;
 line-height: 1.4;
}
table.company th {
    /* background-color: transparent; */
    width: 32%;
   color: #544541;
   font-weight: bold;
}
table.history th,table.history td{
 padding: .8rem 1.2rem;
 line-height: 1.4;
}
table.history th{
        width: 15%;
   color: #544541;
   font-weight: bold;
}
table.history th.bb0{
    border-bottom:none;
}

table.history td.days{
    border-right: transparent;
    text-align: right;
    width: 17%;
}
table.history td.historyD{
    border-left: transparent;
}
table.history td.btd{
    border-top:transparent;
    border-top: 1px dashed #ddd;
}
table.history td.bbd{
    border-bottom: 1px dashed #ddd;
}
  @media screen and (min-width: 481px) {
      
  }
  @media screen and (max-width: 768px) {
        .companyDetail  {
                -ms-flex-wrap: wrap;
                 flex-wrap: wrap;
        }   
            .companyDetail .companyTableBox {
            width: 100%;

        }   
            .companyDetail .companyDetailFig{
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
             -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .companyDetail .companyDetailFig figure{
            width: 23%;
        }

  }
    @media screen and (max-width: 480px) {
        .companyDetail {
                -ms-flex-wrap: wrap;
                 flex-wrap: wrap;
        }
    .companyDetail .companyTableBox {
        width: 100%;

    }
        table.company th {
                background-color: #f6f2ec;
                text-align: center;
        }


        table.history th{
            text-align: center;
        }
        table.history td.days{
            text-align: left;
            font-weight: bold;
            width: 100%;
            margin-bottom: .4rem;
        }
        table.history td.btd,
        table.history td.bbd{
            border: none;
    }

  }
  

/*qanda*/
#qanda .qaList li {
    position: relative;
    box-sizing: border-box;
    padding: 2rem;
    padding-right: 4rem;
    padding-bottom: 1.2rem;
    margin-bottom: 3rem;
    background-color: #f6f2ec;
    border-radius: 12px;
}
#qanda .qBox {
    position: relative;
    cursor: pointer;
}
#qanda .aBox {
    position: relative;
    display: none;
}
#qanda .qBox:after {
    position: absolute;
    display: block;
    content: '';
    top: .5rem;
    right: -3rem;
    width: 12px;
    height: 12px;
    border-top: 3px solid #544541;
    border-right: 3px solid #544541;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
    z-index: 2;
  }
  #qanda .qBox.open:after {
    transform: rotate(-45deg);
    top: .7rem;
  }

#qanda .qBox p,#qanda .aBox p{
    position: relative;
    line-height: 1.6;
    font-size: 1.2rem;
    padding-left: 3rem;
    min-height: 30px;
    margin-bottom: 1rem;
}
#qanda .aBox > div{
    position: relative;
    box-sizing: border-box;
    padding-left: 3rem;
    text-align: left;
}

#qanda .aBox .qaTel{
    text-align: center;
    margin-bottom: 1rem;
    margin-right: 2rem;
}

#qanda .qBox p{
    font-weight: bold;
    color:#333;
}

.btnDetail.cIcon a{
    box-sizing: border-box;
    padding-left: 2.2rem;
    /* text-align: left; */
    width: 250px;
    background-color: #72b12e;
    text-align: center;
}
.btnDetail.cIcon a:hover{
    background-color: #ef8200;
}


.btnDetail.cTel a{
    background-image: url(./images/btnDetailTel.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position:1.8rem center;
}
.btnDetail.cMail a{
    background-image: url(./images/btnDetailMail.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position:1rem center;
}

#qanda .aBox p{
    color:#666;
}

#qanda p::before{
    content:"";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 55px;
    top: -.8rem;
    left: 0;
    /* font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal; */
    font-size: 2.2rem;
    font-weight: bold;
}

#qanda .qBox p::before{
    content:"Q";
    color:#f46464;

}
#qanda .aBox p::before{
    content:"A";
    color:#72b12e;
}
#qanda .aBox .btnDetail a{
    position: relative;
    margin-bottom: 1rem;
}
#qanda .aBox .btnDetail a::before {
    margin-bottom: 1rem;
}

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

    #qanda .aBox .qaTel{
        margin-bottom: 3rem;
    }
    .btnDetail.cIcon a{
        margin: auto;
    }
}

/* #qanda .aBox .btnDetail a.email {
}
#qanda .aBox .btnDetail a.tel {
} */

/*採用情報*/
#reqruit h3 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .4rem;
}

table.reqruit {
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}

table.reqruit th {
    /* position: relative; */
    line-height: 1.4;
    vertical-align: top;
    padding: 1.1rem 1rem;
    width: 25%;
    /* font-size: 1.2rem; */
    font-weight: bold;
    text-align: center;
}
table.reqruit td {
    text-align: left;
    padding: 1rem;
    line-height: 1.4;
    vertical-align: middle;
}

table.reqruit td p{
    margin-bottom: .4rem;
    font-size: 1rem;
}
#reqruit .btnDetail a{
    background-color: #72b12e;
    margin-bottom: 5rem;
}
#reqruit .btnDetail a:hover{
    background-color: #ef8200;
}

@media screen and (max-width: 768px) {
    #reqruit h3 {
        font-size: 1.2rem;
        letter-spacing: -0.025em;
    }
    #qanda .qaList li {
            padding: 1rem;
            padding-right: 3rem;
            padding-bottom: 1px;
            margin-bottom: 1.6rem;
    }
    #qanda .qBox:after {
        right: -2rem;
    }
#qanda .qBox p,#qanda .aBox p{

    padding-left: 2.4rem;

}
#qanda .aBox > div{

    padding-left: 2.4rem;
}
    .btnDetail.cIcon a{
        box-sizing: border-box;
        padding-left: 2.2rem;
        /* text-align: left; */
        width: 210px;
        font-size: 1rem;
        background-color: #72b12e;
        /* margin-right: 0; */
    }
    .btnDetail.cIcon a:hover{
        background-color: #ef8200;
    }

}

/*問い合わせ*/
#contactDetail .contactList {
    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    margin-bottom: 3rem;
}
#contactDetail .contactList li{
    width: 47%;

}
#contactDetail .contactList li a{
    width: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 2rem 0;
    box-sizing: border-box;
    border: 4px solid #fff;
}
#contactDetail .contactList li a:hover{
    background-color: #f9f0ad;
}
#contactDetail .contactList li a:hover h3,
#contactDetail .contactList li a:hover p.number{
    color:#ef8200;
}
#contactDetail h3{
    font-size: 1.2rem;
    font-weight: bold;
}
#contactDetail .contactList li figure{
    margin:    1rem;
}

#contactDetail .contactList li p.number{
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    margin-bottom: .2rem;
    font-weight: 700;
}

#contactDetail .contactList li span img{
    vertical-align: middle;
    margin-right: .6rem;
}

@media screen and (max-width: 768px) {
    #contactDetail .contactList li a{
        padding: 1.2rem;
    }
    #contactDetail .contactList li p.number{
        font-size: 1.6rem;
    }
    #contactDetail h3{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 480px) {
    #contactDetail .contactList li{
        width: 100%;

    }
    #contactDetail .contactList li:not(:last-child){
        margin-bottom: 2rem;
    }
}


table th {
    background-color: #f6f2ec;
    border: 1px solid #ddd;
    
}
table td {
    border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
    table th {
        margin-bottom: .4rem;
    }
}

table.contact {
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
}

table.contact th {
    /* position: relative; */
    line-height: 1.4;
    vertical-align: middle;
    padding: 1.1rem 1rem;
    width: 25%;
    /* font-size: 1.2rem; */
    font-weight: bold;
}

table.contact th.vt {
    vertical-align: top;
    padding-top: 1.25rem;
}

table.contact th.subTitle {
    padding:1rem 0 ;
}
table.contact th.subTitle span {
    display: block;
    text-align: center;
    padding-bottom: .4rem;
    color:#95c036;
}
table.contact td {
    text-align: left;
    padding: 1rem;
    line-height: 1.4;
    vertical-align: middle;
}

table.contact td p{
    margin-bottom: .4rem;
    font-size: 1rem;
}

textarea {
    font-size: 1rem;
    line-height: 1.4;
    width: 100%;
}

table.contact td input[type="text"] {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4;
    height: 36px;
    box-sizing: border-box;
    padding-left: .6em;
    border: none;
    background-color: transparent;
    border: 1px solid #999;
    background-color: #fff;
}
table.contact td input[name="postcode"] ,table.contact td input[name="childAge"]  {
    width: 40px;
}
table.contact td .dayBox01 input[type="text"] {
    width: 30%;
    margin-right: 5%;
}

table.contact td ul.ochiba{
    font-size: 1rem;
    color:#666;
    margin-bottom: 2rem;
}
table.contact td ul.ochiba li{
    margin-bottom: .4rem;
}


table.contact td input[name="product01Num"]  {
    width: 30px;
    margin-left: 1rem;
    margin-right: .5rem;
}

table.contact td input[type="radio"],table.contact td input[type="checkbox"] {
    position: relative;
    top:-2px;
    /* margin-left: 1rem; */
    margin-top: 8px;
    margin-bottom: 4px;
    margin-right: .4rem;
}

table.contact td label{
    white-space: nowrap;
    line-height: 1.8;
    /* font-size: 1.2rem; */
    margin-bottom: 10px !important;
}

table.contact td label:hover {
    color: #ef8200;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

table.contact th sup {
    /* all:initial; */
    position: relative;
    color: #ef8200;
    font-size: 0.75rem;
    line-height: 1;
    position: relative;
    top: 0;
    left: 6px;
   /* background-color: #ba2930; */
}

.cBtn {
    width: 240px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background-color: #95c036;
    font-size: 1rem;
    cursor: pointer;
    color:#fff;
    border: 2px solid #fff;
    font-weight: 700;
}

table.contact td input.err,table.contact td textarea.err{
    background-color: #fbf6cc;
}


.cBtn:hover {
    background-color: #ef8200;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#contact .att {
    margin-bottom: 2rem;
}
#contact .att a{
    color:#ba2930;
}
.contactMessage {
    width: 60%;
    margin: auto;
    text-align: left;
    margin-bottom: 3.5rem;

    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 1rem;
    padding-top: 2rem;

}

p.thanks {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 1em;

}
/*modal*/

.modal-content {
	position:fixed;
	display:none;
	width:980px;
	margin:auto;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    text-align: center;
	bottom:0;
    /* font-size: 15px; */
	}


.modal-content .privacy{
    width:100%;
    margin: auto;
    background-color: #fff;
    height: 90vh;
    padding:3rem;
    box-sizing: border-box;
    overflow-y: scroll;
    text-align:center;
    border-radius: 12px;
}

.modal-content .privacy  h2:before{
    content: none;
}

.modal-content .privacy h3{
    font-weight: bold;
    text-align: left;
}


.modal-content .privacy p{
    margin-bottom: 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #544541;
}

.modal-content .privacy ul li > ul{
    padding-left: 1em;
    box-sizing: border-box;
    color: #544541;
    margin-bottom: 1em;
}
.modal-content .privacy > ul {
    text-align: left;
    margin-bottom: 2rem;
}

.modal-overlay {
    z-index:1001;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
/*    background-color:rgba(199, 137,37,0.90);*/
    background-color:rgba(84,69,65,0.90);
}

.modal-wrap {
    z-index:1002;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modal-open {
    vertical-align: middle;
    padding: .5em 0;
    /* padding-left: 20px; */
    display: inline-block;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 20px;

}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
	display:block;
	width:80px;
	height:30px;
	background-color:#fff;
	position:fixed;
	z-index:1002;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-top:6px;
	line-height:1;
	/* border:1px solid #544541; */
	top:30px;
	right:5%;
    border-radius: 15px;
	}

#con1 .modal-close:hover {
	cursor:pointer;
	color:#fff;
	transition-duration:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-color:#ff8331;
	}
@media screen and (max-width: 768px) {
    .modal-content {
        width: 92%;
    }
    .modal-content .privacy{
        height: 90vh;
        padding: 1.5rem;
    }
    .modal-content .privacy h3{
        font-size: 1rem !important;
    }
    .modal-close {
        top:1rem;
    }

}
@media screen and (max-width: 768px) {
    .contactMessage {
        width: 80%;
    }
}
/* works---------------------------*/



/* fileNotFound---------------------------*/


#err404 p{
    text-align: center;
}

#err404 .pageLead {
    padding-top: 12rem;
}



@media screen and (max-width: 768px) {
    #err404 .pageLead {
        padding-top: 6rem;
    }
}



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

}

/*@media screen and (max-device-width: 1024px) {*/
@media screen and (max-width: 1024px) {

}


@media screen and (max-device-width:1024px) and (orientation: landscape) {
    /*ipad pro横*/



}

@media screen and (min-width: 1920px) {

}