@charset "utf-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
  margin: 0;
  padding: 0;
}

body{
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

@media all and (-ms-high-contrast: none) {
	body{
		display: block;
	}
}

main{
  flex: 1;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}

caption, th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

map area {
  outline: none;
}


/* ------------------------------------------------------- base */
*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
    color: #333;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-feature-settings: "pkna";
}

p{
	font-size: 1.6rem;
	line-height: 1.8;
}

.dispPc{
	display: block;
}

.dispSp{
	display: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

a{
    color: #333;
	text-decoration: none;
    transition: all .2s;
}

img{
	width: 100%;
    height: auto;
	border-style: none;
	vertical-align: bottom;
}

/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
}

.inner{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.iconBlank::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url('../img/f_icon_link.png')no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.youtube{
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

p.note{
	line-height: 1.5;
	padding-left: 1.15em;
	position: relative;
}

p.note::before{
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.listDisc > li,
.listNum > li{
    padding-left: 1.5em;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: .75em;
    position: relative;
}

.listNum > li{
    counter-increment: number 1;
}

.listDisc > li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #232286;
    position: absolute;
    left: .6em;
    top: .7em;
}

.listNum > li::before{
    content: counter(number)'.';
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.listDisc > li span,
.listNum > li span{
    display: block;
    font-weight: 700;
}

.inlineLink{
    word-break: break-all;
    color: #108DB5;
    text-decoration: underline;
}

.inlineLink:hover{
    opacity: 1;
    text-decoration: none;
}

/* .inlineLink[target="_blank"]::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../images/icon_blank.png")no-repeat center;

    background-size: 100%;
    margin-left: 5px;
    margin-top: -4px;
} */

.tac{
    text-align: center;
}

.tar{
    text-align: right;
}

.mb30{
    margin-bottom: 30px !important;
}

.mt30{
    margin-top: 30px !important;
}

/* fadeUp */
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}



/* ------------------------------------------------------- header */
header{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    transition: all .2s;
}

header.is-animation{
    background-color: rgba(255,255,255,.95);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    max-width: 100%;
    width: 100%;
}

.hLogo{
    padding-left: 40px;
    z-index: 1;
}

.hLogo a{
    display: inline-block;
    width: 262px;
    height: 60px;
}

.hLogo a:hover{
    opacity: .8;
}

.hLogo a p{
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url("../images/logo.png")no-repeat center;
    background-size: 100%;
}

.hMenu{
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
}

.hNav nav ul{
    display: flex;
}

.hNav nav ul li{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 2.5em;
}

.hNav nav ul li:last-child{
    margin-right: 0;
}

.hNav nav ul li a{
    display: inline-block;
    transition: all .2s;
    position: relative;
}

.hNav nav ul li a:hover{
    color: #232286;
}

.hNav nav ul li a::after{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #232286;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    transition: all .2s;
}

.hNav nav ul li a:hover::after{
    width: 100%;
}

.hNav .hContactBtnSp{
    display: none;
}

.hContactBtn{
    height: 100%;
    z-index: 1;
}

.hContactBtn a{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    padding: 0 2.5em;
    background-color: #009c42;
    transition: all .2s;
}

.hContactBtn a:hover{
    background-color: #008133;
}

.hContactBtn a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/icon_mail_w.png")no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    margin-top: -1px;
}



@media(max-width: 1220px){
    .hLogo{
        padding-left: 20px;
        margin-right: auto;
    }

    .hLogo a{
        width: 220px;
        height: 50px;
    }

    .hMenu{
        justify-content: flex-end;
        flex: 1;
        width: auto;
        position: inherit;
    }

    .hNav nav ul{
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .hNav nav ul li,
    .hNav nav ul li:last-child{
        font-size: 1.5rem;
        margin: .25em 2em .25em 0;
    }

    .hContactBtn a{
        font-size: 1.5rem;
        padding: 0 2em;
    }

    .hContactBtn a::before{
        margin-right: 5px;
        margin-top: 0px;
    }
}













#nav-input{
	display: none;
}



/* ------------------------------------------------------- main */
main{
    padding-top: 100px;
    overflow: hidden;
}

.heroWrapper{
    padding-left: 80px;
    position: relative;
}

.heroWrapper::after{
    content: '';
    width: 14vw;
    max-width: 260px;
    height: 150px;
    background-color: #232286;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.heroWrapper .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 900px;
    padding-right: 80px;
    background: url(../images/top_hero_img_01.jpg)no-repeat center;
    background-size: cover;
}

.heroWrapper .scroolGuide{
    display: flex;
    align-items: center;
    width: 80px;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    color: #232286;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
}

.heroWrapper .scroolGuide::after{
    content: '';
    display: block;
    width: 1px;
    height: 270px;
    background-color: #232286;
    margin-top: 5px;
}

.heroWrapperContainer h1{
    width: 100%;
    text-align: center;
    font-size: 5.4rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-bottom: .75em;
}

.heroWrapperContainer h1 br{
    display: none;
}

.heroWrapperContainer h1 p{
    display: block;
    text-align: center;
}

.heroWrapperContainer h1 p span{
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    padding: .5em;
    background: linear-gradient(to right, #232286, #009c42);
    margin-top: .75em;
}

.heroWrapperContainer p{
    width: 100%;
    text-align: center;
    color: #fff;
}

#topService{
    position: relative;
}

#topService::before{
    content: '';
    display: block;
    width: 14vw;
    max-width: 260px;
    height: 100%;
    background-color: #232286;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pt{
    padding-top: 100px;
}

.pb{
    padding-bottom: 100px;
}

.bg{
    background-color: #f2f2f8;
}

.topContentsWrapper .alignCenter{
    text-align: center;
}

.topContentsWrapper .contentsTit h2{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #232286;
}

.topContentsWrapper .contentsTit h2::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #232286;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -3px;
    box-shadow: 0 0 5px rgba(35,34,134,.75);
}

.topContentsWrapper .contentsTit span{
    display: block;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 1em 0;
}

.topContentsWrapper .contentsTit span br{
    display: none;
}

.topContentsWrapper .alignCenter p{
    display: inline-block;
    max-width: 640px;
    text-align: left;
}

.moreBtn{
    margin-top: 50px;
}

.topContentsWrapper .alignCenter .moreBtn{
    text-align: center;
}

.moreBtn a{
    display: inline-block;
    width: 100%;
    max-width: 280px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #232286;
    padding: 1.25em;
    background-color: #e7e7f2;
    border-bottom: 2px solid #cfcfe5;
    border-radius: 50px;
    position: relative;
}

.bg .moreBtn a{
    background-color: #fff;
}

.moreBtn a:hover{
    background-color: #cfcfe5;
}

.moreBtn a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #232286;
    border-right: 1px solid #232286;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}

.moreBtn a:hover::after{
    right: 22px;
}

.topServiceImages{
    display: flex;
    padding-left: 80px;
    margin-top: 100px;
}

#topManagement .topContentsWrapper{
    padding-top: 140px;
}

#topWorks .topContentsWrapper{
    padding-top: 140px;
    padding-bottom: 140px;
}

.topContents2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.topContents2Col::after{
    content: '';
    display: block;
    width: 100%;
    height: 90%;
    background-color: #f2f2f8;
    position: absolute;
    left: -50%;
    bottom: -20px;
    z-index: -2;
}

#topVehicle .topContents2Col::after,
#topWorks .topContents2Col::after{
    left: inherit;
    right: -50%;
}

.topContents2Col figure{
    width: 50%;
    position: relative;
}

.topContents2Col figure::after{
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: -1;
}

#topVehicle .topContents2Col figure::after,
#topWorks .topContents2Col figure::after{
    right: inherit;
    left: 0;
}

.topContents2Col .txtContents{
    width: 45%;
}

#topVehicle .topContents2Col figure,
#topWorks .topContents2Col figure{
    order: 1;
}

#topRecruit{
    position: relative;
}

#topRecruit .headImg{
    height: 600px;
    background: url(../images/top_recruit_img_01.jpg)no-repeat center;
    background-size: cover;
    padding-right: 80px;
    margin-left: 80px;
    text-align: center;
    position: relative;
}

#topRecruit .headImg::after{
    content: '';
    width: 100%;
    height: 100px;
    background-color: #f2f2f8;
    position: absolute;
    left: -80px;
    bottom: 0;
    z-index: -1;
}

#topRecruit .headImg span{
    display: inline-block;
    font-family: "Crimson Text", serif;
    font-size: 12rem;
    font-weight: 500;
    line-height: 1;
    color: #232286;
    position: absolute;
    left: -80px;
    right: 0;
    bottom: -.45em;
    margin: auto;
}

.topNews2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topNews2Col .contentsTit span{
    margin-right: 2.5em;
}

.topNews2Col .newsList{
    width: 100%;
    flex: 1;
}

.newsList ul li{
    border-bottom: 1px solid #e0e0ee;
}

.newsList ul li a{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
}

.newsList ul li a:hover{
    padding-left: 35px;
    background-color: #f2f2f8;
}

.newsList ul li a .date{
    margin-right: 3em;
}

.newsList ul li a .date span:first-child{
    font-size: 1.6rem;
    line-height: 1;
    color: #232286;
    margin-right: 1em;
}

.newsList ul li a .date span:nth-child(2){
    display: inline-block;
    width: 7em;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    color: #232286;
    padding: .5em;
    background-color: #fff;
    border: 1px solid #e0e0ee;
    border-radius: 50px;
}

.newsList ul li a p{
    flex: 1;
}

.topNews2Col .newsList .moreBtn{
    text-align: right;
}

.topNews2Col .newsList .moreBtn a{
    max-width: 220px;
}

#topOutro{
    background: url(../images/top_outro_bg.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: 180px;
}

.topOutro2Col{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 160px 0;
}

.topOutro2Col > span{
    width: 30%;
}

.topOutro2Col .txtContents{
    width: 55%;
}

.topOutro2Col .txtContents p{
    color: #fff;
}



@media(max-width: 1220px){
    .heroWrapper{
        padding-left: 50px;
    }

    .heroWrapper .container{
        padding-right: 50px;
    }

    .heroWrapper .scroolGuide{
        width: 50px;
    }

    #topRecruit .headImg{
        padding-right: 50px;
        margin-left: 50px;
    }

    #topRecruit .headImg::after{
        left: -50px;
    }

    #topRecruit .headImg span{
        left: -50px;
    }
}





/* ------------------------------------------------------- footer */
.fContactBlock{
    background-color: #232286;
    margin-left: 80px;
    margin-top: -180px;
}

.fContactBlock .topContentsWrapper{
    margin-left: -80px;
}

.fContact2Col{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.fContact2Col .txtContents{
    max-width: 540px;
}

.fContact2Col .txtContents p{
    color: #fff;
}

.fContactBlock .topContentsWrapper .contentsTit h2{
    color: #009c42;
}

.fContactBlock .topContentsWrapper .contentsTit h2::before{
    background-color: #009c42;
    box-shadow: 0 0 5px rgba(0,156,66,.75);
}

.fContactBlock .topContentsWrapper .contentsTit span{
    color: #fff;
}

.fTel{
    text-align: center;
}

.fTel a{
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.fTel a:nth-of-type(2){
    font-size: 4rem;
}

.fTel a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../images/icon_tel_w.png)no-repeat center #009c42;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -6px;
}

.fTel a:nth-of-type(2)::before{
    background-image: url(../images/icon_mobile_w.png);
}

.fTel span{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
}

.fTel span:first-of-type{
    font-size: 1.4rem;
    margin: .75em 0 .5em;
}

.fContactBtn{
    text-align: center;
}

.fContactBtn a{
    display: inline-block;
    width: 100%;
    max-width: 350px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding: 1em;
    background-color: #009c42;
    border-bottom: 4px solid #008133;
    border-radius: 50px;
    margin-top: 20px;
    position: relative;
}

.fContactBtn a:hover{
    background-color: #008133;
}

.fContactBtn a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(../images/icon_mail_w.png)no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -5px;
}

.fContents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px 0;
}

.fInfo a{
    display: inline-block;
    width: 262px;
}

.fInfo a:hover{
    opacity: .8;
}

.fInfo > span{
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1em;
}

.fInfo p{
    font-size: 1.4rem;
    margin-top: .5em;
}

.fInfo p.copyright{
    font-size: 1.3rem;
    margin-top: 3em;
}

.fSitemap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fSitemap ul{
    margin-left: 80px;
}

.fSitemap ul li{
    margin-bottom: 2em;
}

.fSitemap ul li a{
    display: inline-block;
    font-size: 1.5rem;
}

.fSitemap ul li a:hover{
    text-decoration: underline;
    color: #232286;
}



@media(max-width: 1490px){
    .fContactBlock .topContentsWrapper{
        margin-left: 0;
    }
}

@media(max-width: 1220px){
    .fContactBlock{
        margin-left: 50px;
    }

    .fContact2Col .txtContents{
        flex: 1;
        margin-right: 50px;
    }
}



/* ------------------------------------------------------- tab / sp */
@media(max-width: 810px){
    .dispPc{
        display: none !important;
    }

    .dispSp{
        display: block;
    }

    p{
        font-size: 1.5rem;
    }
    
    .listDisc > li,
    .listNum > li{
        font-size: 1.5rem;
    }

    header .inner{
        height: 80px;
    }

    .hLogo{
        height: 100%;
    }

    .hLogo a{
        width: 210px;
        height: 100%;
    }

    .hContactBtn{
        display: none;
    }

    .telBtnSp{
        position: absolute;
        top: 18px;
        right: 66px;
        width: 44px;
        height: 44px;
        border-radius: 5px;
        transition: all .2s;
    }

    /*ハンバーガーメニュー
	ヘッダーまわりはサイトに合わせて調整してください*/
	#nav-drawer {
		position: absolute;
		top: 18px;
		right: 15px;
		width: 44px;
		height: 44px;
		border-radius: 5px;
        transition: all .2s;
	}
    
	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
	  	display: inline-block;
	  	width: 100%;
	  	vertical-align: middle;
	}
    
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  	position: absolute;
	  	height: 3px;/*線の太さ*/
	  	width: 24px;/*長さ*/
	  	background: #fff;
	  	display: block;
	  	content: '';
	  	cursor: pointer;
	}
	#nav-open span:before {
	  	bottom: -8px;
	}
	#nav-open span:after {
	  	bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	  	display: none;/*はじめは隠しておく*/
	  	position: fixed;
	  	z-index: 99;
	  	top: 0;/*全体に広がるように*/
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	background: black;
	  	opacity: 0;
	  	transition: .2s ease-in-out;
	}

	/*中身*/
	#nav-content {
	  	overflow: auto;
	  	position: fixed;
	  	top: 0;
	  	left: 0;
	  	z-index: 9999;/*最前面に*/
	  	width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  	max-width: 330px;/*最大幅（調整してください）*/
	  	height: 100%;
	  	background: rgba(255,255,255,.9);/*背景色*/
	  	transition: .2s ease-in-out;/*滑らかに表示*/
	  	-webkit-transform: translateX(-105%);
	  	transform: translateX(-105%);/*左に隠しておく*/
		margin-top: 80px;
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  	display: block;/*カバーを表示*/
	  	opacity: .5;
		margin-top: 80px;
	}
    
	#nav-input:checked ~ #nav-content {
	  	-webkit-transform: translateX(0%);
	  	transform: translateX(0%);/*中身を表示（右へスライド）*/
	  	/* box-shadow: 6px 0 25px rgba(0,0,0,.15); */
	}
	
    .hNav .hContactBtns{
        flex-wrap: wrap;
        position: relative;
    }
    
    .hNav .hContactBtns > a{
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 1.5em;
        background-color: #b5113c;
        border: none;
        border-radius: 50px;
        margin: 10px 10px 0;
    }
    
    .hNav .hContactBtns > a:nth-child(2){
        background-color: #303e52;
        margin-right: 10px;
    }
    
    .hNav .hContactBtns > a::before{
        background-image: url("../images/icon_shop_w.png");
    }
    
    .hNav .hContactBtns > a:nth-child(2)::before{
        background-image: url("../images/icon_mail_w.png");
    }
    
    .hNav .hContactBtns .hTel{
        width: 100%;
        background-color: #fff;
        padding: 20px 0;
        border-radius: 5px;
        margin: 10px 10px 0;
        text-align: center;
    }
    
    .hNav .hContactBtns .hTel span{
        text-align: center;
    }
    
    .hNav nav{
        padding: 0;
    }
    
    .hNav nav ul{
        flex-wrap: wrap;
    }
    
    .hNav nav > ul > li{
        display: block;
        width: 100%;
        border-bottom: 1px dotted #ccc;
        margin: 0;
    }

    .hNav nav ul li:last-child{
        margin: 0;
    }
    
    .hNav nav > ul > li > a{
        display: block;
        padding: 1.25em;
        margin: 0;
    }
    
    .hNav nav > ul > li > a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 1px solid #232286;
        border-right: 1px solid #232286;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 8px;
    }
    
    .hNav .hContactBtns .hTel a{
        font-size: 2.6rem;
        color: #333;
    }
    
    .hNav .hContactBtns .hTel a::before{
        width: 26px;
        height: 26px;
    }

    .hNav .hContactBtnSp{
        display: block;
        padding: 20px;
    }

    .hNav .hContactBtnSp .hTel{
        text-align: center;
    }

    .hNav .hContactBtnSp .hTel a{
        display: inline-block;
        font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 1;
    }

    .hNav .hContactBtnSp .hTel a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        background: url(../images/icon_tel_w.png)no-repeat center #009c42;
        background-size: 100%;
        border-radius: 50%;
        margin-right: 5px;
        margin-top: -6px;
    }

    .hNav .hContactBtnSp .hTel a:nth-of-type(2):before{
        background-image: url(../images/icon_mobile_w.png);
    }

    .hNav .hContactBtnSp .hTel span{
        display: block;
        font-size: 1.3rem;
        line-height: 1.5;
        margin: .5em 0;
    }

    .hNav .hContactBtnSp > a{
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.5;
        color: #fff;
        padding: 1em;
        background-color: #009c42;
        border-bottom: 2px solid #008133;
        border-radius: 50px;
        margin-top: 15px;
        position: relative;
    }

    .hNav .hContactBtnSp > a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 22px;
        background: url(../images/icon_mail_w.png)no-repeat center;
        background-size: 100%;
        margin-right: 5px;
        margin-top: -3px;
    }

    main{
        padding-top: 80px;
    }

    .heroWrapper{
        padding-left: 40px;
    }

    .heroWrapper::after{
        width: 10vw;
    }

    .heroWrapper .container{
        height: 600px;
    }

    .heroWrapper .container{
        padding: 40px;
    }

    .heroWrapper .scroolGuide{
        width: 40px;
    }

    .heroWrapperContainer h1{
        font-size: 4rem;
    }

    .heroWrapperContainer h1 p span{
        font-size: 1.8rem;
    }

    .pt{
        padding-top: 70px;
    }

    .pb{
        padding-bottom: 70px;
    }

    #topService::before{
        width: 10vw;
    }

    .topContentsWrapper .contentsTit h2{
        font-size: 1.5rem;
    }

    .topContentsWrapper .contentsTit span{
        font-size: 2.4rem;
    }

    .topContentsWrapper .alignCenter p{
        width: 80%;
    }

    .moreBtn{
        margin-top: 35px;
    }

    .moreBtn a{
        max-width: 260px;
        padding: 1em;
    }

    .topServiceImages{
        padding-left: 40px;
        margin-top: 70px;
    }

    #topManagement .topContentsWrapper{
        padding-top: 100px;
    }

    #topWorks .topContentsWrapper{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #topRecruit .headImg{
        height: 400px;
        padding-right: 40px;
        margin-left: 40px;
    }

    #topRecruit .headImg span{
        font-size: 10rem;
        left: -50px;
    }

    .newsList ul li a{
        flex-wrap: wrap;
        padding: 20px;
    }

    .newsList ul li a .date{
        width: 100%;
        margin: 0;
    }

    .newsList ul li a .date span:first-child{
        font-size: 1.5rem;
        margin-right: .5em;
    }

    .newsList ul li a .date span:nth-child(2){
        font-size: 1.2rem;
    }

    .newsList ul li a p{
        margin-top: .5em;
    }

    .topOutro2Col{
        padding: 70px 0;
    }

    .topOutro2Col .txtContents{
        width: 64%;
    }

    .fContactBlock{
        margin-left: 40px;
    }

    .fContact2Col{
        padding: 50px 0;
        flex-wrap: wrap;
    }

    .fContact2Col .txtContents{
        flex: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }

    .fContactContainer{
        display: flex;
        align-items: center;
        width: 100%;
    }

    .fTel a{
        font-size: 3.8rem;
    }

    .fTel a:nth-of-type(2){
        font-size: 3.4rem;
    }

    .fTel a::before{
        width: 34px;
        height: 34px;
        margin-right: 5px;
    }

    .fTel span{
        font-size: 1.3rem;
        margin-top: .5em;
    }

    .fTel span:first-of-type{
        font-size: 1.3rem;
        margin: .5em 0 .5em;
    }

    .fContactBtn{
        flex: 1;
        width: 100%;
        text-align: left;
        margin-left: 20px;
    }

    .fContactBtn a{
        max-width: 300px;
        margin: 0;
    }

    .fContents{
        padding: 70px 0;
    }

    .fSitemap ul{
        margin-left: 60px;
    }

    .fSitemap ul:first-child{
        margin-left: 0;
    }

    .fSitemap ul li{
        margin-bottom: 1.5em;
    }
}



@media(max-width: 670px){
    .spNone{
        display: none;
    }

    header .inner{
        height: 70px;
    }

    .hLogo{
        padding-left: 15px;
    }

    .hLogo a{
        width: 180px;
    }

    .telBtnSp{
        top: 13px;
        right: 62px;
    }

    #nav-drawer{
        top: 13px;
        right: 13px;
    }

    #nav-input:checked ~ #nav-close,
    #nav-content{
        margin-top: 70px;
    }

    .hNav .hContactBtnSp .hTel a{
        font-size: 2.8rem;
    }

    .hNav .hContactBtnSp .hTel span{
        font-size: 1.1rem;
    }

    main{
        padding-top: 70px;
    }

    .heroWrapper{
        padding-left: 20px;
    }

    .heroWrapper::after{
        height: 70px;
    }

    .heroWrapper .container{
        height: 540px;
        padding: 30px;
        /* background-image: url(../images/top_hero_img_01_sp.jpg);
        background-position: right center; */
    }

    .heroWrapperContainer h1{
        font-size: 2.8rem;
    }

    /* .heroWrapperContainer h1 br{
        display: block;
    } */

    .heroWrapperContainer h1 p span{
        font-size: 1.6rem;
    }

    .heroWrapper .scroolGuide{
        width: 20px;
        font-size: 1.3rem;
    }

    .heroWrapper .scroolGuide::after{
        height: 130px;
    }

    .pt{
        padding-top: 50px;
    }

    .pb{
        padding-bottom: 50px;
    }

    .topContentsWrapper .contentsTit h2::before{
        margin-right: 8px;
    }

    .topContentsWrapper .contentsTit span{
        font-size: 2.2rem;
        margin: .75em 0 1em;
    }

    .topContentsWrapper .contentsTit span br{
        display: block;
    }

    #topService::before{
        height: 160px;
    }

    .topContentsWrapper .alignCenter p{
        width: 100%;
    }

    .topServiceImages{
        flex-wrap: wrap;
        padding-left: 20px;
        margin-top: 50px;
    }

    .topServiceImages figure{
        width: 50%;
    }

    .topContents2Col figure{
        width: 100%;
        margin-bottom: 25px;
    }

    .topContents2Col figure::after{
        content: none;
    }

    #topVehicle .topContents2Col figure,
    #topWorks .topContents2Col figure{
        order: inherit;
    }

    #topVehicle .topContents2Col::after,
    #topManagement .topContents2Col::after,
    #topWorks .topContents2Col::after{
        left: inherit;
        right: -85%;
    }

    .topContents2Col .txtContents{
        width: 100%;
    }

    #topRecruit .headImg{
        height: 280px;
        padding-right: 20px;
        margin-left: 20px;
    }

    #topRecruit .headImg span{
        font-size: 8rem;
        left: -20px;
    }

    .topNews2Col .contentsTit{
        width: 100%;
        text-align: center;
    }

    .newsList ul li a{
        padding: 15px;
    }

    .newsList ul li a .date span:first-child{
        font-size: 1.3rem;
    }

    .newsList ul li a .date span:nth-child(2){
        font-size: 1.1rem;
    }

    .topNews2Col .newsList .moreBtn{
        text-align: center;
    }

    #topOutro{
        padding-bottom: 100px;
    }

    .topOutro2Col{
        justify-content: center;
        padding: 50px 0 40px;
    }

    .topOutro2Col > span{
        width: 65%;
    }

    .topOutro2Col .txtContents{
        width: 100%;
        margin-top: 25px;
    }

    .topOutro2Col .txtContents p{
        padding: 0 10px;
    }

    .fContactBlock{
        border-radius: 10px;
        margin: -100px 10px 0;
    }

    .fContactBlock .topContentsWrapper .inner{
        padding: 0 15px;
    }

    .fContact2Col{
        padding: 35px 0;
    }

    .fContact2Col .txtContents{
        padding-bottom: 20px;
        border-bottom: 1px solid #4e4d9e;
        margin-bottom: 20px;
    }

    .fContact2Col .txtContents .contentsTit{
        text-align: center;
    }

    .fContactContainer{
        justify-content: center;
        flex-wrap: wrap;
    }

    .fTel{
        width: 100%;
    }

    .fTel a{
        font-size: 3.4rem;
    }

    .fTel a::before{
        width: 30px;
        height: 30px;
    }

    .fContactBtn{
        text-align: center;
        margin: 15px 0 0;
    }

    .fContactBtn a{
        font-size: 1.6rem;
    }

    .fContactBtn a::before{
        width: 24px;
        height: 24px;
    }

    .fContents{
        padding: 40px 0;
    }

    .fInfo{
        order: 1;
        width: 100%;
        padding-top: 35px;
        border-top: 1px solid #e0e0ee;
        margin-top: 20px;
        text-align: center;
    }

    .fInfo a{
        width: 220px;
    }

    .fInfo p.copyright{
        font-size: 1.2rem;
    }

    .fSitemap{
        width: 100%;
    }

    .fSitemap ul{
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .fSitemap ul li{
        margin-bottom: 2em;
    }



























}







