@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html {scroll-behavior: smooth;}

a {
  outline:none;
  color: #2e2e2e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



/* Basic setting
-------------------------------*/

body {
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
    color: #374453;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width:640px){
    body {
        font-size: 14px;
        line-height: 1.7em;
    }
}



#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}


/* ヘッダー
-------------------------------*/
#header{
    width: 100%;
    border-bottom: solid 1px #f1f1f1;
}
#header .inner{
    width: 100%;
    max-width: 1350px;
    padding-left: 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#header .inner h1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    color: #878f98;
}


@media screen and (max-width:910px){

    #header .inner{
        padding-right: 75px;
    }
    #header .f_logo{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #header .f_logo img{
        max-width: 250px;
        height: auto;
    }
    #header .inner h1{
        left:350px;
        top: calc(50% - 10px);
        width: auto;
        text-align: left;
    }

    
    
}
@media screen and (max-width:640px){
    #header .inner{
        display: block;
    }
    #header .inner h1{
        position: static;
        width: 100%;
        text-align: left;
        font-size: 11px;
        line-height: 1.2em;
    }
}

@media screen and (max-width:480px){
    #header .f_logo{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}







/* フッター
-------------------------------*/
#footer{
    width: 100%;
    padding-top: 210px;
    padding-bottom: 90px;
    border-radius: 140px 140px 0 0;
    background: -moz-linear-gradient(top, #f5f9ea, #fff 30%);
    background: -webkit-linear-gradient(top, #f5f9ea, #fff 30%);
    background: linear-gradient(to bottom, #f5f9ea, #fff 30%);
    overflow: hidden;
}

#footer .f_toi{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
#footer .f_toi .txt{
    width: 400px;
    position: relative;
}
#footer .f_toi .txt:after{
    position: absolute;
    left: -5px;
    top: -0.3em;
    z-index: 0;
    content: "CONTACT";
    font-size: 156px;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    color: #eef4ec;
}
#footer .f_toi .way{
    width: calc(100% - 430px);
    max-width: 695px;
    position: relative;
    z-index: 3;
}
#footer .f_toi .txt .ttl{
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    z-index: 3;
}

#footer .f_toi .way li{
    border: solid 5px #44b45c;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}
#footer .f_toi .way li.btn1{
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
}
#footer .f_toi .way li.btn1 a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
} 
#footer .f_toi .way li.btn2{
    width: 48%;
    height: 90px;
}
#footer .f_toi .way li.btn2 a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
#footer .f_toi .way li.btn3{
    width: 48%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.top_seo{
    width: 90%;
    max-width: 1350px;
    margin: 90px auto 0;
    color: #b2dbab;
    font-size: 12px;
    line-height: 2.5em;
}
#footer .kei{
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    max-width: 1750px;
    margin: 80px auto;
}

#footer .f_info{
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
#footer .f_info .c-name{
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 40px;
}
.f_base{
    width: 100%;
}
.f_base dl{
    padding-left: 35px;
    background: url(../img/common/icon_pin.png) left 5px no-repeat;
}
.f_base dd span{
    display: inline-block;
    
}
#footer .f_copy{
    margin-top: 70px;
	text-align:center;
	font-size:12px;
    line-height: 1.6em;
}
#footer .f_copy span{
    display: inline-block;
}

/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
    z-index: 20;
}

@media screen and (max-width:1800px){
    #footer{
        padding-top: 11.6vw;
    }
    #pageTop img{
        width:10vw;
        height:auto;
    }
}

@media screen and (max-width:1420px){
    .f_base dl{
        width: 24%;
    }
}

@media screen and (max-width:910px){
    #footer{
        padding-top: 100px;
        padding-bottom: 30px;
        border-radius: 80px 80px 0 0;
    }
    #footer .f_toi .txt{
        width: 100%;
        margin-bottom: 30px;
    }
    #footer .f_toi .txt:after{
        position: absolute;
        left: -5px;
        top: -0.3em;
        font-size: 110px;
        line-height: 1em;
        font-weight: 300;
    }
    #footer .f_toi .way{
        width: 100%;
        max-width: initial;
        max-width: auto;
    }
    #footer .f_toi .txt .ttl{
        font-size: 35px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

    #footer .f_toi .way li{
        border-width: 3px;
        border-radius: 15px;
    }
    #footer .f_toi .way li.btn1{
        width: 100%;
        height: 90px;
    }
    #footer .f_toi .way li.btn1 a img{
        width: auto;
        max-height: 26px;
    } 
    #footer .f_toi .way li.btn2{
        width: 49%;
    }
    .top_seo{
        margin-top: 30px;
        line-height: 1.6em;
    }
    #footer .kei{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #footer .f_info .c-name{
        margin-bottom: 30px;
    }
    .f_base dl{
        padding-left: 30px;
        width: 48%;
        margin-bottom: 30px;
    }

    #footer .f_copy{
        margin-top: 50px;
    }
    
}
@media screen and (max-width:640px){
    #footer{
        border-radius: 50px 50px 0 0;
    }

    #footer .f_toi .txt:after{
        top: -0.4em;
        font-size: 17vw;
        line-height: 1em;
    }
    #footer .f_toi .way{
        width: 100%;
        max-width: initial;
        max-width: auto;
    }
    #footer .f_toi .txt .ttl{
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
    #footer .f_copy{
        margin-top: 30px;
    }
    #pageTop img{
        width:60px;
        height:auto;
    }

}

@media screen and (max-width:460px){
    #footer .f_toi .way li.btn1{
        width: 100%;
        height: 70px;
        margin-bottom: 10px;
    }
    #footer .f_toi .way li.btn2{
        width: 100%;
        height: 70px;
        margin-bottom: 10px;
    }
    #footer .f_toi .way li.btn3{
        width: 100%;
        height: 70px;
    }
    .f_base dl{
        width: 100%;
        margin-bottom: 20px;
    }
    #footer .f_copy{
        font-size:11px;
        line-height: 1.8em;
    }
    
}




/* ページタイトル
-------------------------------*/

.page_title{
    width: 100%;
    height: 450px;
    background: -moz-linear-gradient(top, #f5f9ea, #fff 15%, #fff 85%, #f5f9ea);
    background: -webkit-linear-gradient(top, #f5f9ea, #fff 15%, #fff 85%, #f5f9ea);
    background: linear-gradient(to bottom, #f5f9ea, #fff 15%, #fff 85%, #f5f9ea);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.page_title ._in{
    width: 90%;
    max-width: 1350px;
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
}
.page_title .ja{
    width: 470px;
    font-size: 55px;
    line-height: 1em;
    font-weight: 700;
    padding-left: 35px;
    border-left: solid 6px #374453;
}
.page_title .en{
    width: calc(100% - 470px);
    font-size: 180px;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    color: #eef4ec;
}

@media screen and (max-width:1800px){
    .page_title{
        height: 25vw;
    }
    .page_title .en{
        font-size: 10vw;
        line-height: 1em;
    }
}

@media screen and (max-width:1300px){
    .page_title .ja{
        width: 36vw;
        font-size: 4.2vw;
        line-height: 1em;
        padding-left: 2.69vw;
    }
    .page_title .en{
        width: calc(100% - 36vw);
    }
}
@media screen and (max-width:640px){
    .page_title {
        height: 150px;
    }
    .page_title ._in{
    }
    .page_title .en{
        width: calc(100% - 160px);
        font-size: 28px;
        line-height: 1em;
        font-weight: 300;
        color: #cadbc3;
    }
    .page_title .ja{
        width: 160px;
        font-size: 28px;
        line-height: 1em;
    }
    .page_title.wide .en{
        width: calc(100% - 200px);
        font-size: 27px;
    }
    .page_title.wide .ja{
        width: 200px;
    }

}












/* 業務案内
-------------------------------*/

.biz_cont01{
    width: 100%;
    height: 1080px;
    background: url(../img/business/biz_01.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.biz_cont01 ._in{
    width: 90%;
    max-width: 1920px;
    margin: auto;
    color: #fff;
}
.biz_cont01 ._in .txt2{
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 30px;
}
.biz_cont01 ._in .txt3{
    line-height: 2.5em;
}
@media (max-width:1920px) and (min-width:1501px){
    .biz_cont01{
        padding-top: 400px;
        display: block;
    }
}

@media screen and (max-width:1500px){
    .biz_cont01{
        height: 72vw;
    }
}

@media screen and (max-width:910px){
    .biz_cont01{
        height: 600px;
    }
    .biz_cont01 ._in .txt1{
        text-shadow: 0 0 3px #000;
    }
    .biz_cont01 ._in .txt2{
        font-size: 28px;
        line-height: 1.4em;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .biz_cont01 ._in .txt3{
        line-height: 1.8em;
    }

}
@media screen and (max-width:640px){
    .biz_cont01{
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .biz_cont01 ._in .txt2{
        font-size: 22px;
        line-height: 1.4em;
    }

}


.biz_cont02{
    width: 100%;
    background: -moz-linear-gradient(top, #f5f9ea, #fff 30%);
    background: -webkit-linear-gradient(top, #f5f9ea, #fff 30%);
    background: linear-gradient(to bottom, #f5f9ea, #fff 30%);
    padding-top: 180px;
    padding-bottom: 100px;
}
.biz_cont04{
    width: 100%;
    background: -moz-linear-gradient(top, #fff, #fff 60%, #f5f9ea);
    background: -webkit-linear-gradient(top, #fff, #fff 60%, #f5f9ea);
    background: linear-gradient(to bottom, #fff, #fff 60%, #f5f9ea);
    padding-top: 100px;
    padding-bottom: 180px;
}

.biz_item{
    width: 90%;
    max-width: 1350px;
    margin: auto;
}
.biz_item:not(:last-child){
    margin-bottom: 100px;
}
.biz_item .img{
    width: 50%;
    order: 1;
}
.biz_item .txt{
    width: 45%;
    order: 2;
}
.biz_item .num{
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 30px;
    line-height: 1.2em;
    color: #66d77c;
    text-align: right;
    margin-bottom: 40px;
    position: relative;
}
.biz_item .num:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(100% - 230px);
    height: 1px;
    background-color: #66d77c;
    content: "";
}
.biz_item dt{
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 20px;
}


.biz_cont03 .biz_item{
    text-align: center;
    max-width: 928px;
}
.biz_cont03 .biz_item .kei{
    width: 1px;
    height: 84px;
    background-color: #66d77c;
    margin: 0 auto 30px;
}
.biz_video{
    margin-top:40px; 
}


@media screen and (max-width:910px){
    .biz_cont02{
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .biz_cont04{
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .biz_item:not(:last-child){
        margin-bottom: 50px;
    }
    .biz_item .img{
        width: 100%;
        order: 2;
        text-align: center;
        margin-top: 20px;
    }
    .biz_item .txt{
        width: 100%;
        order: 1;
    }
    .biz_item .num{
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .biz_item .num:before{
        width: calc(100% - 160px);
    }
    .biz_item dt{
        font-size: 30px;
        line-height: 1.2em;
    }

}
@media screen and (max-width:640px){
    .biz_cont02{
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .biz_cont04{
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .biz_item:not(:last-child){
        margin-bottom: 30px;
    }
    .biz_item .num{
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .biz_item .num:before{
        width: calc(100% - 140px);
    }
    .biz_item dt{
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }

    .biz_cont03 .biz_item dd{
        text-align: left;
    }
    .biz_cont03 .biz_item .kei{
        height: 50px;
        margin-bottom: 20px;
    }
    .biz_video{
        margin-top:20px; 
    }
}



.biz_cont05{
    width: 100%;
    height: 810px;
    background: url(../img/business/biz_06.jpg) center center/cover no-repeat;
}
#footer.biz{
    margin-top: -140px;
}
@media screen and (max-width:1500px){
    .biz_cont05{
        height: 54vw;
    }
}
@media screen and (max-width:910px){
    #footer.biz{
        margin-top: -80px;
    }
}
@media screen and (max-width:640px){
    .biz_cont05{
        height: 70vw;
    }
    #footer.biz{
        margin-top: -50px;
    }

}









/* 会社案内
-------------------------------*/
.com_cont01{
    width: 90%;
    max-width: 1350px;
    margin: auto;
    padding-top: 170px;
    padding-bottom: 100px;
}
.com_ttl{
    margin-bottom: 20px;
}
.com_ttl .ja{
    padding-left: 30px;
    background: url(../img/company/com_03.png) left center no-repeat;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}
.com_ttl .en{
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 1.2em;
}

.com_cont01 .txt{
    width: 55%;
    order: 2;
}
.com_cont01 .txt .ttl{
    font-size: 33px;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.com_cont01 .txt .ttl span{
    display: inline-block;
    
}
.com_cont01 .txt p{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    
}
.com_cont01 .txt .name{
    margin-top: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}
.com_cont01 .txt .name .post{
    line-height: 1.4em;
    margin-right: 20px;
}
.com_cont01 .txt .name .ceo{
    font-size: 36px;
    line-height: 1.2em;
}

.com_cont01 .img{
    width: 40%;
    order: 1;
    padding-top: 70px;
}
@media screen and (max-width:1600px){
    .com_cont01{
        padding-top: 10.6vw;
    }
}

@media screen and (max-width:910px){
    .com_cont01{
        padding-bottom: 80px;
    }
    .com_ttl .ja{
        font-size: 30px;
        line-height: 1.2em;
    }
    .com_ttl .en{
        font-size: 26px;
        line-height: 1.2em;
    }

    .com_cont01 .txt{
        width: 100%;
        order: 1;
    }

    .com_cont01 .txt .ttl{
        font-size: 28px;
        line-height: 1.4em;
        margin-bottom: 30px;
    }
    .com_cont01 .txt .name{
        margin-top: 30px;
    }

    .com_cont01 .txt .name .ceo{
        font-size: 24px;
        line-height: 1.2em;
    }
    .com_cont01 .img{
        width: 100%;
        order: 2;
        padding-top: 50px;
        text-align: center;
    }
}
@media screen and (max-width:640px){
    .com_ttl .ja{
        padding-left: 20px;
        font-size: 23px;
        line-height: 1.2em;
        margin-bottom: 7px;
    }
    .com_ttl .en{
        font-size: 18px;
        line-height: 1.2em;
    }
    .com_cont01 .txt .ttl{
        font-size: 22px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }

    .com_cont01 .txt .name .ceo img{
        width: 130px;
        height: auto;
    }

    
    
}







.com_cont02{
    width: 100%;
    background-color: #eef4ec;
    padding-top: 100px;
    padding-bottom: 100px;
}
.com_cont02 .cont_in{
    width: 90%;
    max-width: 1350px;
    margin: auto;
}
.com_cont02 .txt{
    width: 62%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
    order: 2;
}
.com_cont02 .item{
    align-items: flex-end;
}
.gaiyou{
    width: 87%;
    margin: auto;
}
.gaiyou tr:not(:last-child){
    border-bottom: solid 1px #ccc;
    
}
.gaiyou th{
    width: 150px;
    padding: 20px 0 25px 20px; 
}
.gaiyou td{
    padding: 20px;
}
.com_cont02 .img{
    width: 35%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    order: 1;
}

@media screen and (max-width:1500px){
    .com_cont02 .item{
        align-items: flex-end;
    }
    .gaiyou th{
        width: 120px;
    }
    .com_cont02 .img{
        background-color: transparent;
    }
    
    
}

@media screen and (max-width:910px){
    .com_cont02{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .com_cont02 .txt{
        width: 100%;
        padding: 30px 0;
        order: 1;
    }
    .gaiyou{
        width: 90%;
    }
    .gaiyou th{
        padding: 20px 0 20px 20px; 
    }
    .gaiyou td{
        padding: 20px;
    }
    .com_cont02 .img{
        margin-top: 30px;
        width: 100%;
        order: 2;
    }

}
@media screen and (max-width:640px){
    .com_cont02{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .com_cont02 .txt{
        padding: 20px 0;
    }

    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        background-color: #f4f4f4;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
    .com_cont02 .img{
        margin-top: 20px;
    }
    
    
}








.com_cont03{
    width: 90%;
    max-width: 1350px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 180px;
}
.com_cont03 .item{
    width: 100%;
    background: -moz-linear-gradient(left, #f5f9ea, #FFF, #f5f9ea);
    background: -webkit-linear-gradient(left, #f5f9ea, #FFF, #f5f9ea);
    background: linear-gradient(to right, #f5f9ea, #FFF, #f5f9ea);
    margin-bottom: 100px;
    padding: 60px;
    position: relative;
}
.com_cont03 .item:before{
    position: absolute;
    left: 0;
    top: 0;
    border-right: 35px solid transparent;
    border-top: 35px solid #fff; 
    height: 0;
    width: 0;
    content: "";
}
.com_cont03 .item .txt{
    width: 412px;
}

.com_cont03 .item .txt dt{
    font-size: 36px;
    line-height: 1.2em;
    padding-bottom: 20px;
    border-bottom: solid 1px #374453;
    margin-bottom: 25px;
}

.com_cont03 .item .map{
    width: calc(100% - (412px + 80px));
}
.g-map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 340px;/* 高さ */
}
.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1600px){
    .com_cont03 .item{
        margin-bottom: 6.25vw;
    }
}
@media screen and (max-width:1200px){
    .com_cont03 .item .txt{
        width: 48%;
    }
    .com_cont03 .item .map{
        width: 48%;
    }
}
@media screen and (max-width:910px){
    .com_cont03{
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .com_cont03 .item{
        padding: 30px;
    }
    .com_cont03 .item:before{
        border-right-width: 30px;
        border-top-width: 30px;
    }
    .com_cont03 .item .txt{
        width: 100%;
    }

    .com_cont03 .item .txt dt{
        font-size: 26px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .com_cont03 .item .map{
        margin-top: 20px;
        width: 100%;
    }

}
@media screen and (max-width:640px){
    .com_cont03{
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .com_cont03 .item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .com_cont03 .item .txt dt{
        font-size: 20px;
        line-height: 1.2em;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .com_cont03 .item .txt dd span{
        display: inline-block;
    }

    .g-map{
        padding-top: 60vw;/* 高さ */
    }
    
    
}




















/* 採用情報
-------------------------------*/
/* 準備中表示 */

.rec_pre_cont{
    width: 100%;
    height: 920px;
    background: url(../img/recruit/rec_bg_pre.jpg) center bottom/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 125%;
}
#footer.rec{
    margin-top: -140px;
}
@media screen and (min-width:1921px){
    .rec_pre_cont{
        height: auto;
        aspect-ratio:1920 / 920;
    }
}
@media screen and (max-width:910px){
    .rec_pre_cont{
        height: calc(80vw + 80px);
        font-size: 100%;
    }
    #footer.rec{
        margin-top: -80px;
    }
}
@media screen and (max-width:640px){
    #footer.rec{
        margin-top: -50px;
    }

}





/* お問い合わせ
-------------------------------*/

.toi_cont{
    width: 90%;
    max-width: 1020px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 180px;
}
.toi_cont .txt1{
    text-align: center;
    padding-bottom: 70px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}
.toi_cont .txt1 p:not(:last-child){
    margin-bottom: 30px;
}

.hissu{
    display: inline-block;
    width: 52px;
    background-color: #44b45c;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 3px;
    font-size: 12px;
    line-height: 1.4em;
}

.mailform {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px 20px; /* 左右、上下 */
}

.mailform th{
    width: 165px;
    vertical-align: top;
    padding-top: 10px;
}
.mailform td.his{
    width: 90px;
    vertical-align: top;
    padding-top: 10px;
}

.mailform input::placeholder {
    color: #ccc;
    letter-spacing: 0.07em;
}

.length_l{
    width: 100%;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff;
}
.length_s{
    width: 75px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff;

}
.naiyou{
    width: 100%;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff;
    height: 300px;
    resize: vertical;
}
.toi_cont .txt2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.toi_cont .txt3{
    margin-top: 50px;
    text-align: center;
}
.btn_sousin{
    width: 236px;
    height: 75px;
    background-color: #374453;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.btn_sousin:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

@media screen and (max-width:910px){
    .mailform th{
        width: 9em;
        vertical-align: top;
        padding-top: 10px;
    }
    .mailform td.his{
        width: 60px;
    }
}
@media screen and (max-width:640px){
    .toi_cont {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    
    .toi_cont .txt1 {
        text-align: left;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .mailform {
        border-spacing: 0 20px; /* 左右、上下 */
    }
    .mailform th{
        display: inline-block;
        width: auto;
        padding: 0;
    }
    .mailform td.his{
        display: inline-block;
        width: 60px;
        padding: 0;
    }
    .mailform td.ent{
        display: inline-block;
        width: 100%;
        padding-top: 5px;
    }

    .naiyou{
        height: 200px;
    }
    
    .toi_cont .txt2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .btn_sousin{
        width: 200px;
        height: 50px;
    }
    .toi_cont .txt3{
        margin-top: 30px;
    }
    
}





















/* layout */
.clear { clear: both; }
.ar { text-align: right; }
.ac { text-align: center; }
.strong{font-weight:bold;}

/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }

    #wrapper{
        width:1110px;
        margin:auto;
    }
    #header{
        padding: 10px 0;
    }
    .navToggle{display:none;}
    nav.globalMenuSp {
        position: static;
        transform: translateY(0);
        width: 100%;
        display: none;
        visibility: hidden;
    }
    .page_title{
        height: 250px;
    }
    .page_title .en{
        font-size: 80px;
    }

    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: translateZ(0);
    }

    #pageTop{
        display: none;
        position:relative;
        visibility: hidden;
    }

}







