@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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;
  }
}



/* Basic setting
-------------------------------*/

body {
    font-family: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 18px;
	line-height: 1.8em;
    font-weight: 400;
    color: #16181d;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}
@media screen and (max-width:910px){
    body {
        font-size: 15px;
        line-height: 1.8em;
    }

}



/* 共通
-------------------------------*/
.page_name{
    width: 100%;
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 95px;
    margin-top: -135px;
    transition: 0.3s;
}
.page_name.bg_used{
    background-image: url(../img/page_name/bg_used.jpg);
}
.page_name.bg_service{
    background-image: url(../img/page_name/bg_service.jpg);
}
.page_name.bg_mainte{
    background-image: url(../img/page_name/bg_mainte.jpg);
}
.page_name.bg_factory{
    background-image: url(../img/page_name/bg_factory.jpg);
}
.page_name.bg_recruit{
    background-image: url(../img/page_name/bg_recruit.jpg);
}
.page_name.bg_company{
    background-image: url(../img/page_name/bg_company.jpg);
}
.page_name.bg_contact{
    background-image: url(../img/page_name/bg_contact.jpg);
}
.page_name.bg_news{
    background-image: url(../img/page_name/bg_news.jpg);
}

.page_name ._in{
    color: #fff;
    opacity: 0;
    animation-name: fadein;
    animation-delay: 0.5s;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}
@keyframes fadein{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.page_name .en{
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 700;
}
.page_name .ja{
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 700;
    color: #e7eef7;
    padding-left: 75px;
    margin-top: 25px;
    margin-bottom: 70px;
}
.page_name .ja span{
    position: relative;
}
.page_name .ja span:before{
    position: absolute;
    left: -75px;
    top: 50%;
    width: 55px;
    height: 1px;
    background-color: #e7eef7;
    content: "";
}
.page_name.bg_mainte .en{
    font-size: 51px;
    line-height: 1.4em;
}

main{
    background-color: #e7eef7;
}

.p_navi{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 1.2em:
}
.p_navi.bg_bk{
    background-color: #1f4a9b;
    color: #e7eef7;
}
.p_navi.bg_bk a{
    color: #e7eef7;
}

.ttl01{
    text-align: center;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    padding-top: 130px;
    position: relative;
}
.ttl01:before{
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100px;
    background-color: #fff;
    content: "";
}

.ttl02{
    text-align: center;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 25px;
    background: url(../img/common/ttl02_bar.png) center bottom no-repeat;
    margin-bottom: 50px;
}
.ttl02 span{
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ttl03{
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.ttl03 .en{
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}
.ttl03 .en span{
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ttl04{
    text-align: center;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 40px;
}
.ttl04 span{
    position: relative;
}
.ttl04 span:after{
    position: absolute;
    right: -85px;
    top: 50%;
    width: 55px;
    height: 1px;
    background-color: #000;
    content: "";
}
.ttl04 span:before{
    position: absolute;
    left: -85px;
    top: 50%;
    width: 55px;
    height: 1px;
    background-color: #000;
    content: "";
}


.w1600{
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
.w1400{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}
.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.w1100{
    width: 90%;
    max-width: 1100px;
    margin: auto;
}
.w1000{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 330px;
    height: 70px;
    color: #fff;
    background: -moz-linear-gradient(left, #9b491f, #d4865f);
    background: -webkit-linear-gradient(left, #9b491f, #d4865f);
    background: linear-gradient(to right, #9b491f, #d4865f);
    transition: 0.8s;
    position: relative;
}
.btn a span{
    position: relative;
    z-index: 3;
}
.btn a:hover{
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
.btn a:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #743717;
    opacity: 0;
    content: "";
    transition: 0.5s;
}
.btn a:hover:before{
    opacity: 1;
}

.btn a:after{
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    width: 11px;
    height: 20px;
    background-image: url(../img/common/btn_ya.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    transition: 0.3s;
    z-index: 4;
}
.btn a:hover:after{
    right: 20px;
}

@media screen and (max-width:1500px){
    .page_name{
        margin-top: -9vw;
    }

}
@media screen and (max-width:1300px){
    .page_name{
        height: 500px;
    }
    .page_name .en{
        font-size: 70px;
        line-height: 1.2em;
    }
    .page_name .ja{
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .page_name.bg_mainte .en{
        font-size: 40px;
        line-height: 1.4em;
    }

}
@media screen and (max-width:910px){
    .page_name{
        margin-top: -88px;
    }
    .ttl01{
        font-size: 50px;
        line-height: 1.2em;
        padding-top: 60px;
    }
    .ttl01:before{
        height: 50px;
    }
    .ttl02{
        font-size: 26px;
        line-height: 1.2em;
        padding-bottom: 20px;
    }
    .ttl03{
        font-size: 30px;
        line-height: 1.2em;
    }
    
    .ttl04{
        font-size: 23px;
        line-height: 1.2em;
    }
    .ttl04 span:after{
        right: -60px;
        width: 40px;
    }
    .ttl04 span:before{
        left: -60px;
        width: 40px;
    }

    
    
}
@media screen and (max-width:640px){
    .page_name{
        margin-top: 0;
        background-position: 40% center;
        height: 400px;
    }
    .page_name .en{
        font-size: 50px;
        line-height: 1.2em;
    }
    .page_name .ja{
        font-size: 20px;
        line-height: 1.2em;
        padding-left: 45px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .page_name .ja span:before{
        left: -45px;
        width: 35px;
    }
    .page_name.bg_mainte .en{
        font-size: 28px;
        line-height: 1.4em;
    }
    
    .p_navi{
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 1.2em:
    }
    
    .ttl01{
        font-size: 40px;
        line-height: 1.2em;
        padding-top: 40px;
    }
    .ttl01:before{
        height: 30px;
    }
    .ttl02{
        font-size: 22px;
        line-height: 1.2em;
        letter-spacing: 0.07em;
    }
    .ttl03{
        font-size: 22px;
        line-height: 1.2em;
    }
    .ttl03 .en{
        font-size: 13px;
        line-height: 1.4em;
    }
    .ttl04{
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
    .ttl04 span:after{
        right: -50px;
        width: 35px;
    }
    .ttl04 span:before{
        left: -50px;
        width: 35px;
    }

    .btn a {
        height: 50px;
    }

}









/* ヘッダー
-------------------------------*/
#header{
    width: 100%;
/*    background-color: #000;*/
    position: relative;
    z-index: 90;
}
#header .inner{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.h_logo{
    width: 375px;
    height: 135px;
    background-color: #34383f;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.h_navi{
    width: calc(100% - 375px);
}
.h_lang{
    display: none;
}

.h_toi{
    position: absolute;
    right: 15px;
    top: 105px;
    width: 370px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.2em;
}
.h_toi ul li{
    display: inline-block;
}
.h_toi a{
    display: block;
    width: 155px;
    padding: 10px 0;
    line-height: 1em;
}

@media screen and (max-width:1500px){
    .h_logo{
        width: 25vw;
        height: 9vw;
    }
    .h_logo a img{
        width: 17.5vw;
        height: auto;
    }
    .h_navi{
        width: calc(100% - 25vw);
    } 
    .h_toi{
        top: 7vw;
        width: 24.6vw;
        padding: 0.3vw 0;
        font-size: 1vw;
        line-height: 1.2em;
    }
    .h_toi a{
        width: 10.3vw;
        padding: 0.6vw 0;
    }

}
@media screen and (max-width:1100px){
    .h_toi{
        display: none;
    }
    .h_lang{
        display: block;
        position: absolute;
        right: 80px;
        top: 20px;
    }
    .h_lang a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 48px;
        color:#fff;
        background: -moz-linear-gradient(left, #9b491f, #d4865f);
        background: -webkit-linear-gradient(left, #9b491f, #d4865f);
        background: linear-gradient(to right, #9b491f, #d4865f);
    }
    .h_lang a span.icon{
        padding-left: 20px;
        background: url(../img/common/icon_eng.png) left center no-repeat;
    }
}
@media screen and (max-width:910px){
    .h_logo{
        width: 280px;
        height: 88px;
    }
    .h_logo a img{
        width: 200px;
        height: auto;
    }
    .h_navi{
        width: calc(100% - 200px);
    }
    
    
}
@media screen and (max-width:640px){
    #header{
        background-color: #34383f;
    }
    .h_lang{
        right: 70px;
    }

    .h_lang a{
        width: 50px;
        height: 48px;
    }
    .h_lang a span.icon{
        padding-left: 16px;
        background-size: 14px auto;
    }
    .h_lang a span.sp{
        display: none;
    }

}









/* フッター お問い合わせ
-------------------------------*/

.f_contact{
    width: 100%;
    background-color: #1f4a9b;
    padding-top: 150px;
    padding-bottom: 150px;
}
.f_contact .box1{
    color: #fff;
    width: 95%;
    max-width: 1420px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 70px;
    margin: auto;
    position: relative;
}
.f_contact .box1:before{
    position: absolute;
    left: 0;
    top: 170px;
    width: 100%;
    height: calc(100% - 170px);
    border: 2px solid;
    border-image: linear-gradient(to right, #d58861, #277299) 1;
    content: "";
}
.f_contact .box1 .txt1{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1f4a9b;
}
.f_contact .box1 .txt2{
    margin-top:40px;
    text-align: center;
}
.f_contact .box1 .txt3{
    font-size: 15px;
    text-align: center;
}
.f_contact .box1 ul{
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
    align-items: center;
    position: relative;
}
.f_contact .box1 ul:after{
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    content: "";
}

.f_contact .box1 li{
    width: 48%;
    max-width: 330px;
}
.f_contact .box1 li .tel a{
    color: #fca274;
    font-size: 32px;
    font-weight: 700;
}
.f_contact .box1 li .tel a span{
    font-size: 22px;
}
.f_contact .box1 .txt5{
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.7em;
/*    color: #aaa;*/
    margin-bottom: 6px;
}
.f_contact .box1 li .mail{
    margin-top: 10px;
}

/*
.f_contact .box1 li .mail a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 330px;
    height: 70px;
    background-image: url(../img/common/btn_ya.png),url(../img/common/f_cont_bg.png);
    background-position: 90% center,center center;
    background-repeat: no-repeat,no-repeat;
    background-size: auto,cover;
    color: #fff;
}
*/
.f_contact .box1 li .mail.btn a span{
    padding-left: 22px;
    background: url(../img/common/icon_mail.png) left center no-repeat;
}

.f_contact .box1 .chara{
    position: absolute;
    left: -40px;
    bottom: -20px;
    z-index: 3;
}

@media screen and (max-width:1500px){
    .f_contact .box1 .chara{
        left: -20px;
        bottom: -180px;
    }
}

@media screen and (max-width:910px){
    .f_contact{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .f_contact .box1:before{
        top: 100px;
        height: calc(100% - 100px);
    }
    .f_contact .box1 .txt1{
        width: 350px;
    }
    .f_contact .box1 ul{
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .f_contact .box1 ul:after{
        display: none;
    }
    .f_contact .box1 li{
        width: 100%;
        text-align: center;
    }
    .f_contact .box1 li:last-child{
        margin-top: 40px;
    }
}
@media screen and (max-width:764px){
    .f_contact .box1 .chara{
        left: 0;
        bottom: -100px;
    }

    .f_contact .box1 .chara{
        width: 150px;
    }


}
@media screen and (max-width:640px){
    .f_contact{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .f_contact .box1{
        padding-bottom: 40px;
    }
    .f_contact .box1:before{
        top: 70px;
        height: calc(100% - 70px);
    }
    .f_contact .box1 .txt1{
        width: 250px;
    }
    .f_contact .box1 .txt2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .f_contact .box1 ul{
        margin-top: 30px;
    }

    .f_contact .box1 li .mail a{
        height: 50px;
    }
    .f_contact .box1 .chara{
        width: 120px;
    }

}
@media screen and (max-width:480px){
    .f_contact .box1 .txt2 {
        text-align: left;
    }
    .f_contact .box1 .txt2 br{
        display: none;
    }

}





/* フッター
-------------------------------*/
#footer{
    width: 100%;
    background-color: #282f3a;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 30px;
}
#footer .inner{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}
.f_logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.f_logo .img{
    margin-right: 10px;
}
.f_logo .txt{
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
}
.f_logo .txt .s1{
    font-size: 20px;
    padding-right: 10px;
}
.f_logo .txt .s2{
    font-size: 15px;
    color: #fca274;
}
.f_add{
    margin-top: 20px;
    margin-bottom: 20px;
}
.f_add br.sp{
    display: none;
}

.f_link a{
    display: block;
    width: 186px;
    padding: 10px 0;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.f_navi ul{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 2em;
    font-weight: 700;
}
.f_navi ul:not(:first-child){
    margin-left: 2em;
}

.f_navi li a{
    color: #fff;
}
.f_navi li a:hover{
    text-decoration: underline;
}

#footer .copy{
    margin-top: 80px;
    padding: 0 5%;
	text-align:center;
	font-size:13px;
    line-height: 1.8em;
}
#footer .copy span{
    display: inline-block;
    padding-left: 0.7em;
    padding-right: 0.7em;

}
#footer .copy a{
    display: inline-block;
    color: #fff;
}


/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
}


@media screen and (max-width:910px){

    #footer .inner{
        max-width: 390px;
    }
    .f_info{
        width: 100%;
    }
    .f_navi{
        width: 100%;
        margin-top: 50px;
    }
}
@media screen and (max-width:640px){
    #footer{
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .f_add br.sp{
        display: inline-block;
    }
    .f_navi{
        display: none;
    }
    #footer .copy{
        font-size:12px;
        line-height: 1.8em;
    }
    #pageTop img{
        width:40px;
        height:auto;
    }
}



@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}



















@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}













/* 中古車
-------------------------------*/
.page_name.bg_used{
    background-image: none;
    height: 150px;
    background-color: #e7eef7;
}


.use01{
    padding-bottom: 120px;
    text-align: center;
}
.use01 .ttl{
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 35px;
}

.use01 ul{
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.use01 ul li{
    width: 50%;
    padding: 0 1em;
    text-align: center;
}
.use01 ul li:nth-child(2){
    position: relative;
}
.use01 ul li:nth-child(2):before{
    position: absolute;
    left: 0;
    top: calc(50% - 75px);
    width: 1px;
    height: 150px;
    background-color: #1f4a9b;
    content: "";
}
.use01 ul li .sub{
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

@media screen and (max-width:910px){
    .page_name.bg_used{
        height: 50px;
    }
    .use01{
        padding-bottom: 80px;
    }
    .use01 .ttl{
        font-size: 30px;
        line-height: 1.5em;
        margin-bottom: 25px;
    }

    .use01 ul{
        max-width: 480px;
        display: block;
    }
    .use01 ul li{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 1em 0;
        text-align:left;
    }
    .use01 ul li:nth-child(2){
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }
    .use01 ul li:nth-child(2):before{
        display: none;
    }
    .use01 ul li:nth-child(2):after{
        display: none;
    }
    .use01 ul li .sub{
        width: 6.5em;
        font-size: 26px;
        line-height: 1.2em;
        padding-left: 10px;
        margin-bottom: 0;
    }
}
@media screen and (max-width:640px){
    .page_name.bg_used{
        padding-top: 0;
        height: 20px;
    }

    .use01{
        padding-bottom: 60px;
    }
    .use01 .ttl{
        font-size: 22px;
        line-height: 1.5em;
        margin-bottom: 25px;
    }
    .use01 p{
        text-align: left;
    }
    .use01 p br{
        display: none;
    }

    .use01 ul li .sub{
        width: 6em;
        font-size: 20px;
        line-height: 1.2em;
        padding-left: 5px;
    }

}


#newsWrap.news-list .ttl{
    text-align: center;
    color: #1f4a9b;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}
#newsWrap.news-list .btn a{
    margin: auto;
}

@media screen and (max-width:640px){
    #newsWrap.news-list . {
        font-size: 20px;
        line-height: 1.2em;
    }
}



.use02{
    background-color: #1f4a9b;
    background-image: url(../img/used/used_img04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 1px;
    padding-top: 330px;
    position: relative;
}
.use02:before{
    position: absolute;
    left: calc(50% - 740px);
    top: 0;
    width: 1710px;
    height: 500px;
    background: url(../img/used/used_img01.jpg) left top no-repeat;
    content: "";
}
.use02 ._in{
    position: relative;
    z-index: 3;
}

.u_cont{
    width: 100%;
    margin-bottom: 80px;
}
.u_cont .txt1{
    width: 50%;
}
.u_cont .img{
    width: 48%;
    text-align: center;
}

.u_cont .cap1{
    font-size: 25px;
    line-height: 1.4em;
    letter-spacing: 0.07em;
}
.u_cont .cap2{
    font-size: 60px;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.u_cont .cap3{
    margin-top: 60px;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: url(../img/common/ttl02_bar.png) center bottom no-repeat;
    background-size: 100% 3px;
}
/*.u_cont .cap3 span{
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

.u_cont .btn{
    margin-top: 30px;
}
.u_cont .btn a{
    background: -moz-linear-gradient(left, #d58861, #277299);
    background: -webkit-linear-gradient(left, #d58861, #277299);
    background: linear-gradient(to right, #d58861, #277299);
}

.cat1.u_cont .img{
    padding-top: 280px;
    margin-right: -100px;
}
.cat2.u_cont{
    margin-bottom: 250px;
}
.cat2.u_cont .txt1{
    order: 2;
}
.cat2.u_cont .img{
    order: 1;
}
.cat3.u_cont{
    justify-content: flex-start;
}
.cat3.u_cont .txt2{
    width: 440px;
}
.cat3.u_cont .txt3{
    width: calc(100% - 440px);
    padding-top: 50px;
}
.cat3.u_cont .txt3 p{
    margin-bottom: 30px;
}

@media screen and (min-width:1301px){
    .u_cont .cap3.mol{
        margin-top: 160px;
    }
}
@media screen and (max-width:1300px){
    .use02{
        padding-top: 25.3vw;
    }
    .use02:before{
        position: absolute;
        left: 4%;
        top: 0;
        width: 131vw;
        height: 38vw;
        background-size: cover;
    }
    .u_cont .cap1{
        font-size: 1.9vw;
        line-height: 1.4em;
    }
    .u_cont .cap2{
        font-size: 4.6vw;
        line-height: 1.4em;
    }
    .u_cont .cap3{
        margin-top: 4.6vw;
        font-size: 2.7vw;
        line-height: 1.4em;
    }
    .u_cont p br{
        display: none;
    }
    .cat1.u_cont .img{
        padding-top: 21.5vw;
        margin-right: -7.7vw;
    }
    .cat2.u_cont{
        margin-bottom: 19.2vw;
    }
    .cat3.u_cont .txt2{
        width: 33.8vw;
    }
    .cat3.u_cont .txt3{
        width: calc(100% - 33.8vw);
        padding-top: 3.8vw;
    }
    
}
@media screen and (max-width:910px){
    .use02{
        padding-bottom: 250px;
        background-position: right bottom;
    }
    .u_cont .txt1{
        width: 100%;
        margin-bottom: 30px;
    }
    .u_cont .img{
        width: 100%;
    }
    .u_cont .cap1{
        font-size: 18px;
        line-height: 1.4em;
    }
    .u_cont .cap1 br{
        display: none;
    }
    .u_cont .cap2{
        font-size: 40px;
        line-height: 1.4em;
    }
    .u_cont .cap3{
        max-width: 400px;
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    .cat1.u_cont .img{
        padding-top: 0;
        margin-right: ;
    }
    .cat2.u_cont{
        margin-bottom: 60px;
    }
    .cat2.u_cont .txt1{
        order: 1;
    }
    .cat2.u_cont .img{
        order: 2;
    }
    .cat2.u_cont .img img{
        width: auto;
        height: 355px;
    }
    .cat3.u_cont .txt2{
        width: 100%;
    }
    .cat3.u_cont .txt3{
        width: 100%;
        padding-top: 30px;
    }
    .cat3.u_cont .txt3 p{
        margin-bottom: 15px;
    }
}
@media screen and (max-width:640px){
    .use02{
        padding-bottom: 40vw;
        background-size: auto 82vw;
    }
    .u_cont{
        margin-bottom: 60px;
    }
    .u_cont .cap1{
        font-size: 16px;
        line-height: 1.4em;
    }
    .u_cont .cap2{
        font-size: 30px;
        line-height: 1.4em;
    }
    .u_cont .cap3{
        font-size: 19px;
        line-height: 1.4em;
    }
    .cat2.u_cont .img img{
        width: 100%;
        max-width: 267px;
        height: auto;
    }

}




.use03{
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.use03 .ttl{
    text-align: center;;
    color: #1f4a9b;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2em;
}
.use03 .ttl span{
    position: relative;
}
.use03 .ttl span:before{
    position: absolute;
    left: -85px;
    top: 50%;
    width: 55px;
    height: 1px;
    background-color: #1f4a9b;
    content: "";
}
.use03 .ttl span:after{
    position: absolute;
    right: -85px;
    top: 50%;
    width: 55px;
    height: 1px;
    background-color: #1f4a9b;
    content: "";
}
.u-list-box{
    margin-top: 50px;
    margin-bottom: 50px;
}



.use03 .btn a{
    margin: auto;
}


@media screen and (max-width:910px){
    .use03{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .u-list-box{
        margin-top: 30px;
        margin-bottom: 30px;
    }

}
@media screen and (max-width:640px){
    .use03{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .use03 .ttl{
        font-size: 20px;
        line-height: 1.2em;
    }
    .use03 .ttl span:before{
        position: absolute;
        left: -60px;
        top: 50%;
        width: 40px;
        height: 1px;
        background-color: #1f4a9b;
        content: "";
    }
    .use03 .ttl span:after{
        position: absolute;
        right: -60px;
        top: 50%;
        width: 40px;
        height: 1px;
        background-color: #1f4a9b;
        content: "";
    }
    .u-list-box{
        margin-top: 20px;
        margin-bottom: 20px;
    }


}











/* 業務案内
-------------------------------*/
.sev_txt .num{
    font-size: 74px;
    line-height: 1.2em;
    font-weight: 700;
}
.sev_txt .cap1{
    font-size: 53px;
    line-height: 1.4em;
    letter-spacing: 0.15em;
}
.sev_txt .cap2{
    display: inline-block;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 8px;
    margin-bottom: 40px;
}
.sev_txt .cap3{
    margin-top: 20px;
}
.sev_txt .cap3 dt{
    width: 1em;
/*    color: #fff;*/
    float: left;
}
.sev_txt .cap3 dd{
    margin-bottom: 20px;
    margin-left: 1em;
}

.sev_cont01{
    padding-bottom: 150px;
    position: relative;
}
.sev_cont01 .img{
    position: absolute;
    left: 580px;
    top: -30px;
    width: 883px;
    z-index: 3;
}

.sev_cont01_2 ._in{
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.sev_cont01_2 ._in:after{
    position: absolute;
    right: 100px;
    top: 0;
    width: 1920px;
    height: 100%;
    background-color: #1f4a9b;
    content: "";
    
}
.sev_cont01_2 .txt{
    width: 48%;
    color: #fff;
    position: relative;
    z-index: 3;

}
.ttl02.sev{
    text-align: left;
    background-position: 10px bottom;
    background-size: 60px 3px;
    margin-bottom: 30px;
}
.ttl02.sev span {
    background: none;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    color: #fff;
}


.sev_cont02{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.sev_cont02.cont01{
    margin-top: -102px;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.sev_cont02:after{
    position: absolute;
    left: calc(50% + 90px);
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/service/sev_img02.jpg) left center no-repeat;
    background-size: 900px auto;
    content: "";
}
.sev_cont02 .img{
    display: none;
}
.sev_cont02_2{
    background-color: #1f4a9b;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
    margin-bottom: 120px;
}
.sev_cont02_2 .ttl02.sev{
    width: 100%;
}

.sev_cont02_2 .txt1{
    width: 50%;
}
.sev_cont02_2 .txt2{
    width: 45%;
    max-width: 440px;
}
.sev_cont02_2 .txt1 p{
    margin-bottom: 20px;
}
.sev_cont02_2 .txt1 span.sub{
    font-size: 83%;
    color: #e7eef7;
}

.sev_cont02_2 dl{
    border-left: solid 2px #fca274;
    padding-left: 1.5em;
}
.sev_cont02_2 dt{
    color: #fca274;
}
.sev_cont02_2 dd.sub{
    color: #e7eef7;
}
.sev_cont02_2 dd a{
    color: #fff;
    text-decoration: underline;
}
.sev_cont02_2 dd a:hover{
    text-decoration: none;
}
.sev_list{
    width: 100%;
    max-width: 440px;
    padding: 30px;
    text-align: center;
    font-family: "Noto Sans JP", system-ui;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
}
.sev_list:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 90%;
    border-top: solid 2px #e7eef7;
    border-left: solid 2px #e7eef7;
    content: "";
}
.sev_list:after{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    border-bottom: solid 2px #e7eef7;
    border-right: solid 2px #e7eef7;
    content: "";
}
.sev_list li{
    width: 100%;
    max-width: 280px;
    margin: 10px auto;
}

.sev_list li.sub{
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 30px;
}
.sev_list li.box{
    background-color: #fff;
    color: #34383f;
    padding: 8px;
}


@media screen and (min-width:911px){
    .sev_cont03.sev_cont02{
        min-height: 870px;
    }
    .sev_cont03.sev_cont02:after{
        background-image: url(../img/service/sev_img03.jpg);
    }
}
@media (max-width:1300px) and (min-width:911px){

    .sev_cont02:after{
        left: 800px;
    }
}

@media screen and (max-width:910px){
    .sev_txt .num{
        font-size: 60px;
        line-height: 1.2em;
    }
    .sev_txt .cap1{
        font-size: 40px;
        line-height: 1.4em;
    }
    .sev_txt .cap2{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .sev_cont01{
        width: 100%;
        padding-bottom: 0;
    }
    
    .sev_cont01 .sev_txt{
        padding-left: 5%;
        padding-right: 5%;
    }
    .sev_cont01 .sev_txt p br{
        display: none;
    }

    .sev_cont01 .img{
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .sev_cont01_2{
        background-color: #282e33;
    }
    .sev_cont01_2 ._in{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sev_cont01_2 ._in:after{
        display: none;
    }

    .sev_cont02{
        padding-top: 60px;
        padding-bottom: 0;
    }
    .sev_cont02:after{
        display: none;
    }
    .sev_cont02 .img{
        display:block;
        margin-top: 20px;
    }
    .sev_cont02 .img img{
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 3;
        object-fit: cover;
    }
    
    .sev_cont02_2 .txt1{
        width: 100%;
    }
    .sev_cont02_2 .txt2{
        width: 100%;
        margin: 30px auto 0;
    }
    .sev_list{
        font-size: 16px;
        line-height: 1.2em;
    }
    .sev_list li.sub{
        font-size: 18px;
        line-height: 1.2em;
    }
    
}
@media screen and (max-width:640px){

    .sev_txt .num{
        font-size: 40px;
        line-height: 1.2em;
    }
    .sev_txt .cap1{
        font-size: 28px;
        line-height: 1.4em;
    }
    .sev_txt .cap2{
        font-size: 18px;
        line-height: 1.5em;
    }
    .sev_cont01_2 .txt{
        width: 100%;
    }
    .sev_cont01_2 .txt:first-child{
        margin-bottom: 40px;
    }
    .ttl02.sev{
        margin-bottom: 20px;
    }
    .sev_cont02_2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sev_list{
        border: solid 1px #e7eef7;
        padding: 20px;
    }
    .sev_list:before{
        display: none;
    }
    .sev_list:after{
        display: none;
    }

}


/* 車検　料金表　モーダルウィンドウ　******/
.sev_cont02_2 .btn a:hover{
    background: -moz-linear-gradient(left, #9b491f, #743717);
    background: -webkit-linear-gradient(left, #9b491f, #743717);
    background: linear-gradient(to right, #9b491f, #743717);
}
.sev_cont02_2 .btn a:before{
    display: none;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(40 46 51 / 95%);
}

details[open] .modal-overlay {
    display: block;
}

.modal-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 22;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow: scroll;
    pointer-events: none;
/*    border: solid 1px #fff;*/
    transform: translate(-50%, -50%);
}

.modal-header {
    display: none;
}
/*
.modal-header {
    display: flex;
    padding-right: 10px;
    padding-top: 10px;
}
.modal-header .space {
    flex: 1;
    pointer-events: all;
}
.modal-header .close {
    font-size: 24px;
    color: black;
    text-decoration: none;
    pointer-events: none;
    cursor: pointer;
}
.modal-header .close  img{
    width: 30px;
    height: auto;
}
*/
.modal-content {
    padding: 0 20px 20px;
    pointer-events: all;
    color: #e7eef7;
    position: relative;
}
.modal-content .ttl02 {
    color: #fff;
    margin-bottom: 20px;
}
summary {
    list-style: none;
    cursor: pointer;
}
summary::marker {
    display: none;
}
summary::-webkit-details-marker {
    /* Safariで表示されるデフォルトの三角形アイコンを消す */
    display: none;
}
.modal-close-btn{
    width: 80%;
    max-width: 330px;
    margin:20px auto;
    pointer-events: none;
    cursor: pointer;
}

/* 料金表 */
.modal-content .inner{
    width: 100%;
    margin: auto;
    padding: 10px 0;
    overflow: auto;
}
.price_list{
    width: 100%;
    min-width: 700px;
    padding: 10px;
    background-color: #16181d;
    border-collapse: separate;
    border-spacing: 5px; /* 左右、上下 */
}
.price_list thead{
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.price_list th,
.price_list td{
    width: 20% !important;
    padding: 8px 10px;
    font-family: "Noto Sans JP", system-ui,sans-serif;
    font-weight: 400;
    font-size: 90%;
    line-height: 1.5em;
    color: #16181d;
    background-color: #fff;
    text-align: center;
}
.price_list th{
    width: 28%;
    text-align: left;
}
.price_list tr.bg_ao th,
.price_list tr.bg_ao td{
    background-color: #bdccd4;
}
.price_list tr.bg_bk td{
    background-color: #16181d;
    color: #fff;
    position: relative;
}

.price_list tr.bg_bk td:not(:last-child):after{
    position: absolute;
    top: 0;
    right: -3px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    content: "";
}

.modal-wrapper .chara{
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 120px;
}
@media screen and (max-width:910px){
    .modal-wrapper .chara{
        width: 100px;
    }
}
/*****/





.sev_cont04{
    width: 100%;
    padding-top: 140px;
    background: url(../img/service/sev_img04.jpg) center top/cover no-repeat;
}
.sev_cont04 .txt1{
    width: 460px;
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}
.sev_cont04 .txt1:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 1200px;
    height: 100%;
    background-color: #e7eef7;
    content: "";
}
.sev_cont04 .txt1 .sev_txt{
    position: relative;
    z-index: 3;
}
.sev_cont04 .txt2{
    width: calc(100% - 620px);
}
.sev_cont04 .txt2 .ttl02{
    width: 100%;
    max-width: 618px;
    font-size: 28px;
    line-height: 1.2em;
    color: #fff;
    background-size: 28px 3px;
}
.sev_cont04 .txt2 .bnr li:first-child{
    margin-bottom: 30px;
}

@media (max-width:1300px) and (min-width:911px){
    .sev_cont04 .txt2{
        width: calc(100% - 500px);
    }
}
@media screen and (max-width:910px){
    .sev_cont04{
        padding-top: 0;
    }
    .sev_cont04 ._in{
        width: 100%;
    }
    .sev_cont04 .txt1{
        width: 100%;
        padding: 80px 5% 40px;
        background-color: #e7eef7;
    }
    .sev_cont04 .txt1:after{
        display: none;
    }
    .sev_cont04 .txt2{
        width: 100%;
        padding: 40px 5% 80px;
        text-align: center;
    }
    .sev_cont04 .txt2 .ttl02{
        max-width: initial;
        max-width: auto;
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    .sev_cont04 .txt2 .bnr li:first-child{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:640px){
    .sev_cont04 .txt1{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .sev_cont04 .txt2{
        padding-bottom: 60px;
    }
    .sev_cont04 .txt2 .ttl02{
        font-size: 18px;
        line-height: 1.2em;
    }
}
















/* トラック・特装車整備
-------------------------------*/

.p_navi.mainte{
    margin-bottom: -102.5px;
    position: relative;
    z-index: 5;
}
.mt_cont{
    width: 100%;
    max-width: 2560px;
    margin: auto;
}
.mt_cont .img{
    width: 50%;
}
.mt_cont .txt{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5%;
}
.mt_cont .txt .ttl{
    font-size: 36px;
    line-height: 1.4em;
    letter-spacing: 0.15em;
    padding-bottom: 20px;
    margin-bottom: 60px;
    background: url(../img/mainte/ttl_bar_s.png) 10px bottom no-repeat;
}
.mt_cont.rev .img{
    order: 1;
}
.mt_cont.rev .txt{
    order: 2;
    background-color: #1f4a9b;
    color: #e7eef7;
}
.mt_cont.rev .txt .ttl{
    color: #fff;
}
@media screen and (min-width:1921px){
    .mt_cont .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width:911px) and (max-width:1400px){
    .mt_cont .txt{
        font-size: 1.28vw;
        line-height: 1.8em;
    }
    .mt_cont .txt .ttl{
        font-size: 2.571vw;
        line-height: 1.4em;
        margin-bottom: 4.285vw;
    }
}
@media screen and (max-width:910px){
    .p_navi.mainte{
        margin-bottom: 0;
    }
    .mt_cont .img{
        width: 100%;
    }
    .mt_cont .txt{
        width: 100%;
        padding: 40px 5%;
    }
    .mt_cont .txt .ttl{
        font-size: 28px;
        line-height: 1.4em;
        margin-bottom: 40px;
    }
    .mt_cont.rev .img{
        order: 2;
    }
    .mt_cont.rev .txt{
        order: 1;
    }
}
@media screen and (max-width:640px){
    .mt_cont .txt .ttl{
        font-size: 22px;
        line-height: 1.4em;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }
    .mt_cont .txt p br{
        display: none;
    }
}



.mt_cont02{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../img/mainte/mainte_bg.jpg) center center/cover no-repeat;
}
.mt_cont02 .txt{
    width: 90%;
    max-width: 645px;
    margin: auto;
    padding: 45px;
/*    background-color: rgba(40,46,51,0.6);*/
    background-color: #282e33;
    color: #fff;
    text-align: center;
}
.rs_cont{
    width: 100%;
    background-color: #1f4a9b;
    padding-top: 140px;
}
.rs_cont ._in{
    width: 95%;
}
.rs_cont .cap1{
    color: #e7eef7;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 90px;
}
.rs_cont .rs_box{
    background-color: #e7eef7;
    padding: 100px 3%;
}

.rs_box_in{
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 60px;
}
.rs_box_in dl{
    width: 50%;
    order: 2;
}
.rs_box_in .img{
    width: 42%;
    order: 1;
}

.rs_box_in dt{
    font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.rs_box_in dt .sub1{
    display: inline-block;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 700;
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rs_box_in dd .sub2{
    margin-top: 15px;
    font-size: 85%;
    line-height: 1.7em;
}
.rs_box_in dd .sub3{
    margin-top: 10px;
}
.rs_box_in dd .sub3 span{
    color: #000;
}

.rs_cont .rec03 {
    padding-bottom: 0;
}
.rs_cont .rec03 .txt2 ul::before {
    left: 48%;
}
@media (min-width: 911px) and (max-width: 1200px) {
    .rs_cont .rec03 .txt2 {
        padding-left: 11.5vw;
    }
}
@media screen and (max-width:910px){
    .rs_cont{
        padding-top: 80px;
    }
    .rs_cont .rs_box{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .rs_box_in dl{
        width: 100%;
        order: 1;
    }
    .rs_box_in .img{
        width: 100%;
        order: 2;
        text-align: center;
        margin-top: 20px;
    }
    .rs_box_in .img img{
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    
    
    .rs_box_in dt{
        width: 100%;
        font-size: 22px;
        line-height: 1.4em;
        margin-bottom: 15px;
    }
    .rs_box_in dd{
        width: 100%;
    }
    .rs_box_in dt .sub1{
        font-size: 18px;
        line-height: 1.4em;
    }
    .rs_box_in dt .sub1 br,
    .rs_box_in dt .sub1 span{
        display: none;
    }
}
@media screen and (max-width:640px){
    .mt_cont02{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .mt_cont02 .txt{
        padding: 30px;
        text-align: justify;
        text-justify: inter-character;
    }
    .mt_cont02 .txt p br{
        display: none;
    }
    .rs_cont{
        padding-top: 60px;
    }
    .rs_cont .ttl01 {
        font-size: 36px;
        line-height: 1.2em;
    }
    .rs_cont .cap1{
        margin-bottom: 30px;
    }
    .rs_cont .rs_box{
        padding-top: 40px;
    }
    .rs_box_in dt{
        font-size: 20px;
        line-height: 1.4em;
    }
    .rs_box_in dt .sub1{
        font-size: 17px;
        line-height: 1.4em;
    }

    .rs_cont .rec03 .txt1 p{
        font-size: 95%;
    }
    .rs_cont .rec03 .txt2 .tel a {
        font-size: 28px;
        line-height: 1.2em;
    }
    .rs_cont .rec03 .txt2 .mail a {
        height: 50px;
    }
}


/* Gallery */
.mt_cont03{
    padding-top: 120px;
    padding-bottom: 120px;

}
.mt_cont03 .ttl01{
    color: #1f4a9b;
}
.mt_cont03 .ttl01:before {
    background-color: #1f4a9b;
}
.mt_cont03 .cap1{
    color: #1f4a9b;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 90px;
}
.mt_gallery li{
    width: 31%;
    margin-bottom: 30px;
}

@media screen and (max-width:910px){
    .mt_cont03{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .mt_cont03 .cap1{
        margin-bottom: 40px;
    }
    .mt_gallery li{
        width: 48%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:640px){
    .mt_cont03{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mt_cont03 .cap1{
        margin-bottom: 20px;
    }

    .mt_gallery li{
        margin-bottom: 20px;
    }
}









/* 工場案内
-------------------------------*/
.fact_bg{
    background-image: url(../img/factory/fact_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    padding-bottom: 180px;
}

.fact01{
    width: 95%;
    background-color: #1f4a9b;
    align-items: center;
}
.fact01 .img{
    width: 40%;
}
.fact01 .txt{
    width: 60%;
    padding: 40px 5%;
    color: #e7eef7;
}
.fact01 .txt .ttl{
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #fff;
}
.fact01 .txt p{
    margin-top: 35px;
}

@media screen and (max-width:1500px){
    .fact_bg{
        background-size: auto 50vw;
    }

    .fact01 .txt .ttl{
        font-size: 2.66vw;
        line-height: 1.5em;
    }
    .fact01 .txt p{
        margin-top: 2.3vw;
    }
}

@media screen and (max-width:910px){
    .fact_bg{
        background-size: auto 100vw;
        padding-bottom: 80px;
    }

    .fact01 .img{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .fact01 .img img{
        width: 50%;
        height: auto;
        aspect-ratio: 5 / 3;
        object-fit: cover;
    }
    .fact01 .txt{
        width: 100%;
    }
    .fact01 .txt .ttl{
        font-size: 30px;
        line-height: 1.5em;
    }
    .fact01 .txt p{
        margin-top: 25px;
    }
}
@media screen and (max-width:640px){
    .fact01 .img img{
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 3;
        object-fit: cover;
        margin-top: 1px;
    }
    .fact01 .txt .ttl{
        font-size: 22px;
        line-height: 1.5em;
        letter-spacing: 0.07em;
    }
    .fact01 .txt p br{
        display: none;
    }
}



.fact02{
    padding-top: 120px;
}

.ttl02.map{
    text-align: left;
    font-size: 74px;
/*    color: #fff;*/
    background-position: 15px bottom;
    background-size: 56px 4px;
}
.fact_map{
    width: 100%;
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    position: relative;
}

.fl01{
    position: absolute;
    left: 14px;
    top: 258px;
    width: 95px;
    height: 230px;
}
.fl02{
    position: absolute;
    left: 119px;
    top: 258px;
    width: 95px;
    height: 230px;
}
.fl03{
    position: absolute;
    left: 238px;
    top: 258px;
    width: 560px;
    height: 230px;
}
.fl04{
    position: absolute;
    left: 821px;
    top: 258px;
    width: 95px;
    height: 230px;
}

.lk-area a{
    display: block;
    width: 100%;
    height: 100%;
/*    border: solid 1px #ff0000;*/
}

.fact_item{
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    padding-top: 90px;
    border-top: solid 1px #e7eef7;
}
.fact_item_in{
    width: 48%;
    max-width: 560px;
}
.fact_item_in .txt{
    padding-top: 30px;
/*    color: #fff;*/
}
.fact_item .num{
    font-size: 74px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 30px;
/*    color: #fff;*/
}
.fact_item .ttl02{
    text-align: left;
    background-position: 10px bottom;
    background-size: 60px 3px;
    margin-bottom: 30px;
}

.fact_item.num1{
    border-top: none;
    padding-top: 10px;
}
.fact_item.num1 .txt{
    width: 40%;
    max-width: 370px;
/*    color: #fff;*/
}
.fact_item.num1 .img{
    width: 56%;
}

@media screen and (max-width:1500px){
    .ttl02.map{
        font-size: 60px;
    }
}

@media screen and (max-width:1300px){
    .fact_map{
        margin-top: 0;
    }
}

@media screen and (max-width:1030px){

    .fl01{
        position: absolute;
        left: 1.35vw;
        top: 25vw;
        width: 9.22vw;
        height: 22.33vw;
    }
    .fl02{
        position: absolute;
        left: 11.55vw;
        top: 25vw;
        width: 9.22vw;
        height: 22.33vw;
    }
    .fl03{
        position: absolute;
        left: 22.5vw;
        top: 25vw;
        width: 54.37vw;
        height: 22.33vw;
    }
    .fl04{
        position: absolute;
        left: 79vw;
        top: 25vw;
        width: 9.22vw;
        height: 22.33vw;
    }
}

@media screen and (max-width:910px){
    .fact02{
        padding-top: 60px;
    }
    
    .fact_item{
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    .ttl02.map{
        text-align: center;
        background-position: center bottom;
        font-size: 50px;
    }

    .fact_item_in{
        width: 100%;
        max-width: 560px;
        margin: auto;
        padding-top: 45px;
        border-top: solid 1px #e7eef7;
        margin-top: 45px;
    }
    .fact_item .num{
        font-size: 60px;
        line-height: 1.2em;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .fact_item .ttl02{
        display: inline-block;
    }
    .fact_item_in .txt{
        padding-top: 20px;
    }
    .fact_item.num1{
        width: 100%;
        max-width: 560px;
        margin-top: 50px;
    }
    .fact_item.num1 .txt{
        width: 100%;
        margin-top: 20px;
    }
    .fact_item.num1 .img{
        width: 100%;
    }
    
}
@media screen and (max-width:640px){

    .ttl02.map{
        font-size: 30px;
    }

    .fact_item .ttl02 {
        margin-bottom: 20px;
    }
    
    .fact_item .num{
        font-size: 40px;
        line-height: 1.2em;
        margin-right: 10px;
    }

    .fact_item .txt p br{
        display: none;
    }
    
    
}











/* 求人情報
-------------------------------*/
.rec01{
    width: 100%;
    height: 670px;
    background: url(../img/recruit/rec01_bg.jpg) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.rec01 .ttl{
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 700;
    padding-left: 100px;
    position: relative;
}
.rec01 .ttl:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 90px;
    height: 1px;
    background-color: #fff;
    content: "";
}
.rec01 p{
    margin-top: 40px;
}
.rec02{
    padding-top: 100px;
    padding-bottom: 100px;
}

.rec03{
    padding-bottom: 100px;
}

.rec03 .txt1{
    display: inline-block;
    background-color: #e7eef7;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}

.rec03 .txt1 .ttl{
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
    
}
.rec03 .txt2{
    margin-top: -170px;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    border: 1px solid;
    border-image: linear-gradient(to right, #d58861, #277299) 1;
    padding: 45px;
}
.rec03 .txt2 ul{
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    position: relative;
}
.rec03 .txt2 ul:before{
    position: absolute;
    left: 45%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    content: "";
}


.rec03 .txt2 li{
    width: 48%;
    max-width: 330px;
}
.rec03 .txt2 .sub1{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rec03 .txt2 .tel a{
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
}
.rec03 .txt2 .tel a span{
    font-size: 80%;
}
.rec03 .txt2 .sub2{
    font-size: 80%;
}

.rec03 .txt2 .mail a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 330px;
    height: 70px;
    background-image: url(../img/common/btn_ya.png),url(../img/common/f_cont_bg.png);
    background-position: 90% center,center center;
    background-repeat: no-repeat,no-repeat;
    background-size: auto,cover;
    color: #fff;
}
.rec03 .txt2 .mail a span {
    padding-left: 22px;
    background: url(../img/common/icon_mail.png) left center no-repeat;
}




@media screen and (max-width:1300px){
    .rec01{
        height: 500px;
    }
    .rec01 .ttl{
        font-size: 50px;
        line-height: 1.2em;
    }
    
    
}
@media (min-width:911px) and (max-width:1200px){
    .rec03 .txt1{
        padding-right: 1.66vw;
        padding-bottom: 1.66vw;
        font-size: 1.5vw;
        line-height: 1.8em;
    }
    .rec03 .txt1 .ttl{
        font-size: 4.166vw;
        line-height: 1.2em;
        margin-bottom: 2.5vw;
    }
    .rec03 .txt2{
        max-width: 75vw;
        margin-top: -14.166vw;
        padding: 3.75vw;
        padding-left: 7.5vw;
    }
    .rec03 .txt2 li{
        max-width: 27.5vw;
    }
    .rec03 .txt2 .sub1{
        margin-bottom: 0.83vw;
    }
    .rec03 .txt2 .tel a{
        font-size: 2.66vw;
        line-height: 1.2em;
    }
    .rec03 .txt2 .mail a {
        height: 5.83vw;
    }
    .rec03 .txt2 .mail a span {
        padding-left: 1.833vw;
        background-size: 1.25vw auto;
    }
}

@media screen and (max-width:910px){
    
    .rec02{
        padding-top: 60px;
        padding-bottom: 60px;

    }

    .rec03{
        padding-bottom: 60px;
        text-align: center;
    }

    .rec03 .txt1{
        padding:0;
        background-color: transparent;
    }
    .rec03 .txt1 .ttl{
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 10px;
        display: inline-block;
        background-color: #e7eef7;
        padding: 0 30px;
    }
    .rec03 .txt1 p br.pc{
        display: none;
    }
    
    .rec03 .txt2{
        margin-top: -80px;
        padding: 100px 20px 20px;
    }
    .rec03 .txt2 ul{
        max-width: 330px;
        margin: auto;
    }
    .rec03 .txt2 ul:before{
        display: none;
    }
    .rec03 .txt2 li{
        width: 100%;
        text-align: center;
    }
    .rec03 .txt2 li:nth-child(1){
        margin-bottom: 30px;
    }
    .rec03 .txt2 .sub1{
        margin-bottom: 5px;
    }
    .rec03 .txt2 .sub2{
        font-size: 90%;
    }

    .rec03 .txt2 .mail a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 330px;
        height: 70px;
        background-image: url(../img/common/btn_ya.png),url(../img/common/f_cont_bg.png);
        background-position: 90% center,center center;
        background-repeat: no-repeat,no-repeat;
        background-size: auto,cover;
        color: #fff;
    }
    .rec03 .txt2 .mail a span {
        padding-left: 22px;
        background: url(../img/common/icon_mail.png) left center no-repeat;
    }


}
@media screen and (max-width:640px){

    
    .rec01{
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .rec01 .ttl{
        font-size: 40px;
        line-height: 1.2em;
        padding-left: 60px;
    }
    .rec01 .ttl:before{
        width: 50px;
    }
    .rec01 p{
        margin-top: 30px;
    }
    .rec01 p br{
        display: none;
    }

    
    
}



/* 大町モータースで働く魅力 */

.rec04{
    padding-top: 100px;
    padding-bottom: 100px;
    background: -moz-linear-gradient(left, #f7e7df, #d4e3eb);
    background: -webkit-linear-gradient(left, #f7e7df, #d4e3eb);
    background: linear-gradient(to right, #f7e7df, #d4e3eb);
}
.rec04 ._in{
    position: relative;
}
.rec04 .chara{
    position: absolute;
    right: -50px;
    bottom: -250px;
} 


.rec_point{
    width: 100%;
    max-width: 1260px;
    background-color: #fff;
    padding: 35px 80px;
    border-radius: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 105px;
    position: relative;
}
.rec_point:after{
    position: absolute;
    left: 160px;
    bottom: -75px;
    width: 153px;
    height: 77px;
    background-image: url(../img/recruit/fuki_l.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
.rec_point .icon{
    width: 201px;
}
.rec_point .txt{
    width: calc(100% - 250px);
}
.rec_point .txt .sub{
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.rec_point.fuki_r{
    margin-left: auto;
}
.rec_point.fuki_r:after{
    left: auto;
    right: 160px;
    background-image: url(../img/recruit/fuki_r.png);
}
.rec_point.fuki_r .icon{
    order: 1;
}
.rec_point.fuki_r .txt{
    order: 2;
}

@media screen and (max-width:1500px){
    
    .rec04 .chara{
        width: 16vw;
        right: -20px;
        bottom: -16vw;
    } 

}


@media screen and (max-width:910px){
    .rec04{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .rec_point{
        padding: 30px 50px;
        margin-bottom: 80px;
    }
    .rec_point:after{
        width: 120px;
    }
    .rec_point .icon{
        width: 25%;
    }
    .rec_point .txt{
        width: 70%;
    }
    .rec_point .txt .sub{
        font-size: 22px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:640px){
    .rec04 .chara{
        right: 0;
        bottom: -100px;
        width: 100px;
    } 

    .rec_point{
        padding: 20px 30px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .rec_point:after{
        display: none;
    }
    .rec_point .txt .sub{
        font-size: 20px;
        line-height: 1.4em;
    }
    .rec_point.fuki_r .icon{
        order: 2;
    }
    .rec_point.fuki_r .txt{
        order: 1;
    }
    
}
@media screen and (max-width:460px){
    .rec_point{
        padding: 20px;
        display: block;
    }
    .rec_point .txt{
        width: 100%;
    }
    .rec_point .icon{
        width: 100%;
        text-align: center;
    }
    .rec_point .icon img{
        width: 100%;
        max-width: 150px;
        height: auto;
    }
}



/*　先輩社員の声 一覧　*/
.rec05{
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #fff;
    background-image: url(../img/recruit/rec05_bg_txt.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 730px) center;
}
.rec_senpai{
    width: 100%;
}

.rec_senpai .item{
    width: 48%;
    max-width: 666px;
    border: solid 1px #1f4a9b;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 80px;
}
.rec_senpai .img{
    position: relative;
    margin-bottom: 30px;
}

.rec_senpai .img .num{
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 5;
}

.rec_senpai .txt1{
    font-size: 25px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.rec_senpai .txt2{
    font-weight: bold;
}
.rec_senpai .txt2 span{
    display: inline-block;
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.rec_senpai .more{
    margin-top: 30px;
    text-align: right;
}
.rec_senpai .more a{
    padding-right: 20px;
    background: url(../img/recruit/ya-more.png) right center no-repeat;
    color: #1f4a9b;
    padding-bottom: 3px;
    border-bottom: solid 1px #1f4a9b;
    transition: 0.3s;
}
.rec_senpai .more a:hover{
    border-bottom-color: transparent;
}

@media screen and (max-width:1300px){

    rec_senpai .item{
        padding: 2.3vw;
        margin-bottom: 6.1vw;
    }
    .rec_senpai .img{
        margin-bottom: 2.3vw;
    }

    .rec_senpai .img .num{
        right: 2.3vw;
        width: 12.2vw;
    }

    .rec_senpai .txt1{
        font-size: 1.92vw;
        line-height: 1.8em;
        margin-bottom: 1.5vw;
    }
    .rec_senpai .txt1 br{
        display: none;
    }
    
    .rec_senpai .more{
        margin-top: 2.3vw;
    }

}

@media screen and (max-width:910px){
    .rec05{
        padding-top: 60px;
    }
    .rec_senpai .item{
        padding: 20px;
        margin-bottom: 30px;
    }    
    .rec_senpai .txt1{
        font-size: 18px;
        line-height: 1.8em;
        margin-bottom: 10px;
    }
    .rec_senpai .more{
        margin-top: 10px;
    }
}
@media screen and (max-width:640px){
    .rec_senpai .item{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }    
    .rec_senpai .txt1{
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

}



.rec06{
    width: 100%;
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #e7eef7;
}
.rec06 ._in{
    width: 90%;
    max-width: 1035px;
    margin: auto;
}
.rec_tokucyo {
    width: 100%;
    line-height: 1.5em;
}
.rec_tokucyo li{
    width: 47%;
}
.rec_tokucyo li.sub{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 60px;
}
.rec_tokucyo li p{
    margin-top: 5px;
}


@media screen and (max-width:910px){
    .rec06{
        padding-top: 80px;
        padding-bottom: 80px;
    }  
}
@media screen and (max-width:640px){

    .rec06{
        padding-top: 60px;
        padding-bottom: 60px;
    }  
}

@media screen and (max-width:480px){
    .rec_tokucyo li{
        width: 100%;
        margin-bottom: 25px;
    }
    .rec_tokucyo li:nth-child(1){
        margin-bottom: 10px;
    }
    .rec_tokucyo li:nth-child(2){
        margin-bottom: 0;
    }
    .rec_tokucyo li.sub{
        width: 100%;
        margin-top: 5px;
        margin-bottom: 25px;
    }
}










/* 先輩社員の声　個別ページ
-------------------------------*/
.v-cont01{
    padding-bottom: 100px;
    text-align: center;
}

.vc-txt1{
    font-size: 38px;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.vc-txt2{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 1em;
}
.vc-txt2 .name{
    font-size: 150%;
    line-height: 1.5em;
}
.vc-txt2 span{
    display: inline-block;
    background: linear-gradient(90deg, #d58861, #277299);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vc-txt3{
    font-size: 18px;
    line-height: 1.5em;
}
.vc-img{
    width: 100%;
    margin-top: 50px;
}
.vc-img img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
}

.v-cont02{
    padding-bottom: 100px;
}
.qa-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.ali-fs{
    align-items: flex-start;
}
.qa-box .txt{
    width: 45%;
}
.qa-box .txt dt{
    font-size: 23px;
    line-height: 1.4em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background:url(../img/recruit/bar.png) center bottom no-repeat;
    background-size: 100% 2px;
}
.qa-box .txt dd:not(:last-child){
    margin-bottom: 40px;
}
.qa-box .img{
    width: 50%;
}
.qa-box.rev .txt{
    order: 2;
}
.qa-box.rev .img{
    order: 1;
}

.btn-back a{
    width: 90%;
    max-width: 330px;
    height: 65px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: -moz-linear-gradient(left, #d58861, #277299);
    background: -webkit-linear-gradient(left, #d58861, #277299);
    background: linear-gradient(to right, #d58861, #277299);
    position: relative;
}
.btn-back a:after{
    position: absolute;
    right: 35px;
    top: calc(50% - 10px);
    width: 11px;
    height: 20px;
    background: url(../img/recruit/ya-more-w.png) left center no-repeat;
    z-index: 2;
    content: "";
}
@media screen and (min-width:1201px){
    .vc-txt1{
        letter-spacing: 0.12em;
    }
}

@media screen and (max-width:910px){

    .v-cont01{
        padding-bottom: 60px;
    }
    .vc-txt1{
        font-size: 30px;
        line-height: 1.5em;
    }
    .vc-txt1 br{
        display: none;
    }

    .vc-txt2{
        font-size: 18px;
        line-height: 1.5em;
    }
    .vc-txt3{
        font-size: 16px;
        line-height: 1.5em;
    }
    .vc-txt3 br{
        display: none;
    }

    .vc-img{
        margin-top: 30px;
    }
    .vc-img img{
        height: 52vw;
    }

    .v-cont02{
        padding-bottom: 80px;
    }
    .qa-box{
        display: block;
        margin-bottom: 50px;
    }
    .qa-box .txt{
        width: 100%;
    }
    .qa-box .txt dt{
        font-size: 18px;
        line-height: 1.4em;
    }
    .qa-box .txt dd:not(:last-child),
    .qa-box .txt dd{
        margin-bottom: 30px;
    }
    .qa-box .img{
        width: 100%;
        text-align: center;
    }
    .btn-back{
        margin-top: 40px;
    }
     
}
@media screen and (max-width:640px){

    .v-cont01{
        padding-bottom: 40px;
        text-align: left;
    }
    .vc-txt1{
        font-size: 22px;
        line-height: 1.5em;
    }
    .vc-txt2{
        font-size: 16px;
        line-height: 1.5em;
    }
    .vc-img img{
        height: 60vw;
    }

    .v-cont02{
        padding-bottom: 60px;
    }
    .qa-box{
        margin-bottom: 20px;
    }
    .qa-box .txt dt{
        font-size: 17px;
        line-height: 1.4em;
    }
    .qa-box .txt dd:not(:last-child),.qa-box .txt dd{
        margin-bottom: 25px;
    }


}













/* 会社案内
-------------------------------*/
.com_cont{
    padding-top: 100px;
    padding-bottom: 100px;
}
.com_cont.com01{
    padding-top: 30px;
}

.com01 .img{
    width: 50%;
}
.com01 .txt{
    width: 46%;
}

.com01 .txt .ttl02 {
    text-align: left;
    background-position: left bottom;
}

.com01 p{
    margin-bottom: 40px;
}
.name_ceo span{
    font-size: 130%;
    font-weight: 500;
}
.com02,
.com04,
.com05{
    background-color: #1f4a9b;
    color: #fff;
}
.com03{
/*    background-color: #282e33;*/
/*    color: #fff;*/
}
.com_cont.com05{
    padding-bottom: 10px;
}

.com_cont .ttl03{
    font-weight: 400;
}
.com03 .ttl03,
.com04 .ttl03,
.com05 .ttl03{
    text-align: center;
    margin-bottom: 50px;
}

.com2_item{
    width: 100%;
}
.com2_item:not(:last-child){
    margin-bottom: 70px;
}
.com2_item .txt1{
    width: 280px;
}
.com2_item .txt2{
    width: calc(100% - 280px);
    color: #e7eef7;
    justify-content: flex-start;
}
.com2_list1 li{
    text-indent: -2em;
    margin-left: 2em;
    margin-bottom: 8px;
}
.com2_list2:not(:last-child){
    margin-right: 2em;
}
.com2_list2 li{
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 8px;
}

.com04 ._in{
    width: 90%;
    max-width: 820px;
    margin: auto;
}
.g-map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 300px;/* 高さ */
    margin-bottom: 30px;
}
.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gaiyou{
    width: 100%;
}
.gaiyou tr{
    border-bottom: solid 1px #bcc5ce;
}
.gaiyou th{
    width: 280px;
    padding: 20px 0 20px 50px;
    vertical-align: top;
}
.gaiyou td{
    padding: 20px 0;
}
.gaiyou td .en{
/*    color: #bdccd4;*/
    font-size: 85%;
}
.gaiyou td li{
    text-indent: -1em;
    margin-left: 1em
}


.g-map-txt{
    position: relative;
}

.g-map-txt .link{
    position: absolute;
    top: 0;
    right: 0;
    width: 221px;
}


@media screen and (max-width:1300px){
    .com2_item .txt2 br.pc{
        display: none;
    }

    .gaiyou th{
        width: 190px;
        padding-left: 20px;
    }
    .gaiyou td li br{
        display: none;
    }

}

@media screen and (max-width:910px){
    
    .com01 .img{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .com01 .img img{
        width: 80%;
        max-width: 450px;
        height: auto;
    }

    .com01 .txt{
        width: 100%;
    }

    .com01 .txt .ttl02 {
        text-align: center;
        background-position: center bottom;
    }
    .com01 p br{
        display: none;
    }
    
    
    
    .com2_item:nth-child(1){
        margin-bottom: 50px;
    }
    .com2_item .txt1{
        width: 210px;
    }
    .com2_item .txt2{
        width: calc(100% - 210px);
        color: #e7eef7;
    }
}

@media screen and (max-width:640px){
    .com_cont{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .com01 p{
        text-align: left;
        margin-bottom: 20px;
    }
    .name_ceo{
        text-align: right;
    }
    .com03 .ttl03,
    .com04 .ttl03,
    .com05 .ttl03{
        margin-bottom: 40px;
    }
    .com2_item .txt1{
        width: 100%;
        margin-bottom: 20px;
    }
    .com2_item .txt2{
        width: 100%;
    }
    .com02 .ttl03 .ja br{
        display: none;
    }
    .com2_list1 li{
        margin-bottom: 0;
    }
    .com2_list2 li{
        margin-bottom: 0;
    }
    .g-map{
        margin-bottom: 20px;
    }
    .g-map-txt .link{
        position: static;
        margin-top: 20px;
    }


    .gaiyou th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        border-bottom: dashed 1px #999;
    }
    .gaiyou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }

    
    
}













/* お問い合わせ
-------------------------------*/

.mailform{
    padding-bottom: 100px;
}
.mailform dl{
    font-weight: 500;
    padding-bottom: 50px;
    border-bottom: solid 1px #bcc5ce;
    margin-bottom: 50px;
}
.mailform dt{
    margin-bottom: 20px;
}
.mailform .cat{
    display: inline-block;
    width: 75px;
    text-align: center;
    padding: 5px 0;
    background-color: #1f4a9b;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    margin-right: 10px;
}
.mailform .cat.hissu{
    background-color: #d58861;
}

.length_l{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border: solid 1px #bdccd4;
}
.naiyou{
    width: 100%;
    height: 260px;
    padding: 15px;
    background-color: #fff;
    border: solid 1px #bdccd4;
    resize: vertical;
}

.mail_btn{
    text-align: center;
}
.btn_sousin{
    background-image: url(../img/common/btn_ya.png),url(../img/common/f_cont_bg.png);
    background-position: 90% center,center center;
    background-repeat: no-repeat,no-repeat;
    background-size: auto,cover;
    width:100%;
    max-width: 330px;
    height:64px;
    border:0px solid;
    cursor:pointer;
    color: #fff;
    transition: 0.3s;
}
.btn_sousin:hover{
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;

}
.txt_end{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

@media screen and (max-width:640px){

    .mailform{
        padding-bottom: 60px;
    }
    .mailform dl{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .mailform dt{
        margin-bottom: 10px;
    }
    .mailform .cat{
        width: 50px;
        font-size: 13px;
        line-height: 1.2em;
    }
    .naiyou{
        height: 200px;
    }
}


















/* layout */
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.ar { text-align: right; }
.al { text-align: left; }
.ac { text-align: center; }
.strong{font-weight:bold;}

/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }

    #wrapper{
        width: 100%;
        max-width:1100px;
        margin:auto;
    }
    .h_logo{
        padding-top: 20px;
        width: 300px;
    }
    .h_navi{
        display: none;
        
    }
    .h_toi{
        display: none;

    }
    .page_name{
        height: 80vw;
    }
    
    .p_navi.mainte {
        margin-bottom: 0;
    }
    .mt_cont .txt .ttl {
        font-size: 26px;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: translateZ(0);
    }

}







