@charset "utf-8";

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	font-weight: 500;
}
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}
img{
	margin: auto;
	max-width: 100%;
	height: auto;
	width:auto;
}

input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
small {
	font-size: 75%;
}
.onlysp,
.spOnly{
	display: none;
}
.none{
	display:none;
}
.container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.dinR {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: .7;
}

.dinL {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
	line-height: .7;
}
.fo-helvetica {
	font-family:Helvetica, sans-serif;
}
.fo-future {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}
article> section {
	padding: 60px 0;
}
.ttlBox {
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	display: inline-block;
	background: url("../img/ttl_bg.png") center bottom no-repeat;
	padding: 0 65px 25px;
	margin-bottom: 50px;
}
.ttlBox > p {
	font-size: .42em;
	padding-top: 10px;
}
/*header
----------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.7);
	z-index: 99999;
}
.header {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
}
.hLogo {
	width: 30%;
}
.hLogo img {
	max-height: 42px;
	display: block;
}
.hNav {
	width: 70%;
}
.hNav li {
	text-align: left;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
}
.hNav li:not(:last-of-type) {
	margin-right: 8%;
}
.hNav a {
	display: block;
	background: url("../img/nav_arrow.png") right 1px center no-repeat;
	background-size: auto 15px;
	padding-right: 20px;
	line-height: 1;
	padding-bottom: 3px;
	position: relative;
}
.hNav a::after {
	content: "";
	display: none;
	width: 100%;
	height: 2.5px;
	background: -webkit-gradient(linear,left top, right top,color-stop(50%, #006bca),color-stop(50%, #00a5e3));
	background: -ms-linear-gradient(left,#006bca 50%,#00a5e3 50%);
	background: -o-linear-gradient(left,#006bca 50%,#00a5e3 50%);
	background: linear-gradient(to right,#006bca 50%,#00a5e3 50%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
}
.hNav a:hover {
	color: #00a5e3;
}
.menu,
.spNav {
	display: none;
}


.indexPage .hNav ul li:first-of-type a::after,
.businessPage .hNav ul li:nth-of-type(2) a::after,
.companyPage .hNav ul li:nth-of-type(3) a::after,
.recruitPage .hNav ul li:nth-of-type(4) a::after{
	display: block;
}
.bnrWrap {
	background: #d0e4ff;
	margin-bottom: 60px;
}

/*top
----------------------------------------*/
.mvWrap {
	position: relative;
	background: #fff;
}
.mvWrap h1 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 25%;
	max-width: 804px;
	width: 60%;
}
.mainVisual img[src*="_sp"] {
	display: none;
}
.mv_news {
	display:flex;
	padding: 5px 0;
}
.mv_news dt,
.mv_news dd {
	padding: 0 2%;
}
.mv_news dt {
	color: #fff;
	text-align: left;
	border-right: 1px solid #fff;
	min-width: 125px;
}
.mv_news dd {
	color: #fff;
}
.mv_news a {
	color: #fff!important;
	transition: .1s;
}
.mv_news a:hover {
	color: #00a5e3!important;
}
.mv_news a[target="_blank"] {
	background: url("../img/blank02.png") right center no-repeat;
	background-size: auto 12px;
	display: inline-block;
	padding-right: 18px;
}
@media only screen and (max-width: 767px) {
	.mv_news a[target="_blank"] {
		padding-right: 12px;
		background-size: auto 8px;
	}
}
.topBusiTtl {
	background: url("../img/top/business_bg.png") top center no-repeat;
	background-size: cover;
	padding: 110px 5% 80px;
	margin-bottom: 50px;
}
.topBusiness .container {
	max-width: 1200px;
}
.topBusiWrap {
	margin-bottom: 50px;
}
.topBusiTxt {
	font-size: 30px;
	line-height: 1.8;
	color: #fff;
	font-weight: 800;
}
.topBusiBox {
	width: 48%;
}
.topBusiBox dl {
	padding-top: 35px;
}
.topBusiBox dt {
	font-size: 30px;
	position: relative;
	font-weight: 800;
	margin-bottom: 20px;
}
.topBusiBox dt::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear,left top, right top,color-stop(50%, #006bca),color-stop(50%, #00a5e3));
	background: -ms-linear-gradient(left,#006bca 50%,#00a5e3 50%);
	background: -o-linear-gradient(left,#006bca 50%,#00a5e3 50%);
	background: linear-gradient(to right,#006bca 50%,#00a5e3 50%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
}
.topBusiBox ul {
	text-align: left;
	padding-left: 20%;
	font-size: 26px;
}


.btn a img {
	max-height: 22px;
	display: block;
	margin: auto;
}
.btn a {
	display: inline-block;
	background: #00a5e3;
	transition: .1s;
	padding: 10px 9%;
	border-radius: 20px;
}
.btn a:hover {
	background: #006bca;
}
.btn a:hover img {
	opacity: 1;
}
.topCompany {
	padding-top: 10px;
}
.topCompTtl {
	background: url("../img/top/company_bg.png") top center no-repeat;
	background-size: cover;
	height: 403px;
	margin-bottom: 50px;
}
.topCompTtl .ttlBox {
	margin-bottom: 0;
}
.topCompWrap > * {
	width: 47.5%;
}
.topCompCont dl {
	text-align: left;
	padding-top: 20px;
	font-size: 24px;
}
.topCompCont dt img {
	display: block;
	margin-left: 0;
	max-height: 63px;
}
.topCompCont dd {
	padding-top: 20px;
}
.topCompCont dd p:last-of-type {
	font-size: 1.1em;
}
.topSns .ttlBox,.topLicense .ttlBox {
	color: #000;
}
.ttlBox .fo-future {
	font-size: 60px;
}
.licenseBox {
	width: 47.5%;
	margin-bottom: 50px;
}
.licenseBox figure {
	position: relative;
	margin-bottom: 20px;
}
.licenseBox figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.licenseImg {
	margin-bottom: 20px;
}
.indexPage .licenseBox dl > div {
	text-align: left;
	font-size: 24px;
	display: inline-block;
}
.indexPage .licenseBox dl > div:first-of-type {
}
.tSpace {
	display: inline-block;
	padding-left: 1em;
}

/*businness
---------------------------------------------*/
.subHead {
	background: url("../img/business/title_bg.png") center center no-repeat;
	background-size: auto 100%;
	height: 250px;
}
.companyPage .subHead {
	background-image: url("../img/company/title_bg.png");
}
.recruitPage .subHead {
	background-image: url("../img/recruit/title_bg.png");
}
.subHead .ttlBox  {
	margin-bottom: 0;
}
.subHead h1 {
	font-size: 60px;
}
#company .subHead {
	background-image: url("../img/company/title_bg.png");
}
.subHead .container {
	height: 100%;
}
.subHead h2 {
	color: #fff;
	font-size: 60px;
	font-family: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	padding-top: 5%;
}
.subHead h2 span {
	font-size: .4em;
	display: block;
	padding-top: 10px;
}
.busiTop {
	padding: 0;
}
.busiTop h1 {
	padding: 35px 5% 25px;
	font-size: 34px;
	line-height: 1.4;
}
.busiTopWrap {
	background: url("../img/business/group_bg.png") top center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	padding: 60px 5%;
}

.officeBusinessCont {
	max-width: 1000px;
	margin: 0 auto 35px;;
}
.officeBusinessBox {
	width: 30%;
}
.obc02 .officeBusinessBox {
	width: 100%;
}
.officeBusinessBox figure {
	position: relative;
}
.officeBusinessBox figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0 0 10px #000;
	letter-spacing: .01em;
	text-indent: .01em;
}
.obc02 figcaption {
	font-size: 30px;
}
.carTtl {
	background: url("../img/business/car_bg.png") center center no-repeat;
	background-size: cover;
	height: 360px;
	margin-bottom: 50px;
}
.carTtl .ttlBox {
	margin-bottom: 0;
}
.carList .carBox {
	width: 48.5%;
	margin-bottom: 25px;
	background: #00a5e3;
}
.carList .carBox:nth-of-type(odd) {
	margin-right: 3%;
}
.carBox dl {
	color: #fff;
	padding: 10px;
	text-align: left;
	font-size: 24px;
	font-weight: 600;
}
.carBox h2 {
	font-size: 1em;
	padding-left: 2%;
}
.carBox dt p {
	text-align: right;
	padding-left: 5px;
}
.carBox dd {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #fff;
	font-size: 18px;
}

/*company
-------------------------------------------*/
.sdgsWrap {
	padding: 50px 0 0;
}
.sdgsWrap h1 {
	width: 75%;
	max-width: 596px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.sdgsCont {
	background: url("../img/company/sdgs_bg.png") center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
.sdgsTxt {
	background: url("../img/company/sdgs_cont_bg.png") center center no-repeat;
	background-size: 100% 100%;
	padding: 60px 2%;
	font-weight: 600;
	line-height: 1.8;
	font-size: 19px;
}
.sdgsCont::after {
	content: "";
	display: block;
	background: url("../img/company/sdgs_border.png") top center no-repeat;
	background-size: 100% 100%;
	height: 9px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -9px;
}
.overviewWrap {
	background:  #fff;
	background-size: cover;
	padding: 75px 0 100px;
}
.overviewTtl {
	background: url("../img/company/profile_bg.png") center center no-repeat;
	background-size: cover;
	height: 360px;
}
.overviewTtl .ttlBox {
	margin-bottom: 0;
}
.overviewBox {
	margin: 50px auto;
}
.profile {
	margin-top: 40px;
	font-weight: 800;
	font-size: 18px;
}
.profile dt,.profile dd {
	padding: 12px 5%;
}
.profile dt {
	width: 35%;
	background: #00a5e3;
	color: #fff;
	margin-bottom: 4px;
}
.profile dt:last-of-type,.profile dd:last-of-type {
	border-bottom: none;
}
.profile dd {
	width: 64.5%;
	margin-left: .5%;
	line-height: 1.7;
	text-align: left;
	border-bottom: 1px solid #00a5e3;
	margin-bottom: 2px;
}
.profile a:hover {
	color: #00a5e3;
}
.blank {
	background: url("../img/blnak.png") right center no-repeat;
	background-size: auto 70%;
	padding-right: 22px;
}
.accessWrap {
	background: #eaf6fd url("../img/company/map_bg.png") top center repeat-x;
	background-size: auto 350px;
	padding: 350px 0 80px;
}
.accessCont {
	display: inline-block;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 18px;
}
.accessCont dl:first-of-type {
	margin-bottom: 15px;
}
.accessCont dt {
	background: #00a5e3;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	line-height: 1;
	padding: 5px;
	width: 185px;
	margin-right: 40px;
}
.accessCont dd {
	text-align: left;
}
.accessWrap .gMap {
	height: 375px;
}
.companyPage .licenseBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	padding: 2px;
}
.companyPage .licenseBox::before {
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#83cde3+0,1379ff+15,83cde3+58,1379ff+100 */
	background: rgb(131,205,227); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(131,205,227,1) 0%, rgba(19,121,255,1) 15%, rgba(131,205,227,1) 58%, rgba(19,121,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(131,205,227,1) 0%,rgba(19,121,255,1) 15%,rgba(131,205,227,1) 58%,rgba(19,121,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(131,205,227,1) 0%,rgba(19,121,255,1) 15%,rgba(131,205,227,1) 58%,rgba(19,121,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83cde3', endColorstr='#1379ff',GradientType=1 ); /* IE6-9 */
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.companyPage .licenseBox dl {
	width: 80%;
	margin: 0 auto;
	font-size: 24px;
}
.companyPage .licenseBox > * {
	width: 50%;
	background: #fff;
	margin-bottom: 0;
}
.licenseCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.licenseCont > * {
	width: 100%;
}
.companyPage .licenseCont dt,
.companyPage .licenseCont dd {
	width: 50%;
	text-align: left;
}
.companyPage .licenseCont dt {
	padding-left: 5%;
}

.licence05 {
	flex-direction: row-reverse;
	font-size: 24px;
	width: 80%;
	margin: auto;
}
.licence05Cont {
	text-align: left;
	margin-right: 15px;
	padding-left: 5%;
	line-height: 1.3;
}
.licence05 .licenseImg {
	margin-bottom: 0;
}
.licence05Cont p:first-of-type {
	margin-bottom: 20px;
}
.recruitwWrap .overviewTtl {
	background-image: url("../img/company/recruit_bg.png");
}
.recruitwWrap .ttlBox img {
	max-height: 45px;
}
.recruitTop .container {
	padding: 40px 0;
	background: url("../img/company/recruit_top_img.png") right top no-repeat;
	background-size: auto 100%;
	max-width: 1380px;
}
.recruitTop dl {
	text-align: left;
	width: 66%;
	background: rgba(255,255,255,.5);
	position: relative;
	padding-left: 190px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #fff;
}
.recruitTop dt {
	font-size: 36px;
}
.recruitTop dd {
	padding-top: 30px;
	font-size: 20px;
	line-height: 1.8;
}
.recruitCont {
	background: #eaf6fd;
	padding: 60px 0;
}
.recruitCont .ttlBox {
	margin-bottom: 15px;
	background-size: 100% auto;
}
.recruitCont h2 {
	color: #000;
	font-size: 40px;
}
.recruitCont .ttlBox + p {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
}
.recruitwWrap .overviewBox {
	background: #fff;
	max-width: 1200px;
	padding: 50px 5%;
	margin: 25px auto 0;
}
.recruitwWrap .profile {
	margin-top: 0;
}
.recruitwWrap .profile dt {
	width: 31%;
}
.recruitwWrap .profile dd {
	width: 68.5%;
	padding: 12px 2%;
}
.entry {
	padding-top: 50px;
}
.entry .ttlBox {
	margin-bottom: 15px;
	background-size: 100% auto;
}
.entry h2 {
	color: #000;
	font-size: 40px;
}
.entry .ttlBox + p {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
}
.entryBtn {
	background: #eaf6fd;
	padding: 35px 0;
	margin-top: 20px;
}
.entryBtn li {
	width: 48%;
}

/*recruit--------------------*/
#recruitContents {
	padding-top: 35px;
}
.recruitTopTxt {
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 35px;
}
#recruitContents .overviewTtl {
	background-image: url("../img/recruit/contttl_bg.png");
}
.bnrContact {
	padding: 40px 0;
	margin-bottom: 100px;
	background: #d0e4ff;
}
.bnrContactTxt {
	color: #314fa6;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 30px;
}
.bnrContact h2 img {
	max-height: 30px;
	display: block;
	margin: 0 auto 20px;
}
.recBnr > p {
	width: 48%;
}



/*footer
---------------------------------------------*/

footer {
	margin-top: 20px;
	background: #00a5e3;
	color: #fff;
}
.footTop {
	background: url("../img/footer_top.png") center top no-repeat;
	background-size: cover;
	height: 434px;
}
.fNav {
	background: #fff;
}
.fNav .container {
	padding: 15px 0;
	position: relative;
	max-width: 1200px;
}
.fNav  li:not(:last-of-type) {
	margin-right: 50px;
}
.fNav li a {
	color: #000;
	font-weight: 800;
	display: inline-block;
	background: url("../img/nav_arrow02.png") left center no-repeat;
	background-size: auto 12px;
	padding-left: 17px;
	padding-top: 2px;
}
.fNav a:hover {
	color: #00a5e3;
}
.pageTop {
	position: absolute;
	right: -82px;
	bottom: -14px;
	z-index: 99;
	transition: .1s;
}
.pageTop:hover {
	transform: translateY(-5px);
}
.pageTop img {
	height: 82px;
}
.pageTop a:hover img {
	opacity: 1;
}
.footCont {
	padding: 20px 0 15px;
}
.fLogo img {
	height: auto;
	max-height: 60px;
}
.fLogo + p {
	line-height: 1.4;
	margin-top: 8px;
}
.footCont .telNum {
	font-size: 20px;
	font-weight: 800;
}
.footCont .telNum a {
	color: #fff;
}
.copyRight {
	border-top: 1px solid #fff;
	padding: 5px;
}






/*ieハック*/
@media all and (-ms-high-contrast: none) {
.mv_news dt,
.mv_news dd {
	padding: 5px 2% 0;
}
	.mv_news a[target="_blank"] {
		background-position: right top 5px;
	}
	.companyPage .licenseBox dl,.licence05 {
		margin: 0;
	}
	.ttlBox {
		font-size: 18px;
	}
	.ttlBox > p {
		font-size: 16px;
	}
	.fNav .container {
		padding: 15px 0 10px;
	}
	.topBusiCont dt,.topLicense dt {
		padding-top: 8px;
	}
	.topCompCont dt {
		padding-top: 5px;
	}
	.profile dt, .profile dd {
		padding: 12px 5% 3px;
	}
	.busiTopWrap img {
		margin: 0;
	}
	.accessCont dt,
	.accessCont dd {
		padding: 9px 0 2px;
		line-height: normal;
	}
	.ttlBox {
		background-size: contain;
	}
	.companyPage .licenseBox dl div {
		width: 100%;
		padding: 0 10%;
		font-size: 20px;
	}
	.companyPage .licenseBox dt {padding-top: 0;}
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1364px) {
	.pageTop {
		right: 0;
	}
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {
	body {
		font-size: 14px;
	}
	body.active {
		overflow-y:hidden;
	}
	article > section {
		padding: 40px 0;
	}
/*header*/
	.hLogo {
		width: 45%;
	}
	.spNav {
		display: block;
		width: 80%;
		margin: 4vh auto 0;
	}
	.spNav p:first-of-type {
		width: 80%;
		margin: 0 auto 2vh;
	}
	.spNav .telNum a {
		font-weight: 800;
		font-size: 7vw;
		background: #314fa6;
		color: #fff;
		border-radius: 5px;
		padding: 7px 0;
		width: 90%;
		margin: 0 auto;
		border: none;
	}
	.hNav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(255,255,255,.9);
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		overflow-y: auto;
		overflow-x: hidden;
		display: flex;
    flex-direction: column;
    justify-content: center;
		-webkit-overflow-scrolling: touch;
	}
	.hNav.active {
		right: 0;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
		z-index: 999;
	}
	.hNav ul {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.hNav li {
		margin: 0;
		text-align: center;
	}
	.hNav li:not(:last-of-type) {
		margin: 0;
	}
	.hNav a {
		font-size: 4.5vw;
		display: block;
		border-top: 1px solid #00a5e3;
		padding: 3vh 0;
		background-position: right 22% center;
	}
	.hNav li:last-of-type {
		border-bottom: 1px solid #00a5e3;
	}
	.hNav li span {
		font-size: 70%;
	}
	.menu, .menu span {
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu {
		position: fixed;
		top: 13px;
		right: 5%;
		width: 30px;
		height: 22px;
		z-index: 9990;
		cursor: pointer;
	}
	.menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #314fa6;
		z-index: 10;
	}
	.menu span:nth-of-type(1) {top: 0px;}
	.menu span:nth-of-type(2) {top: 10px;	}
	.menu span:nth-of-type(3) {bottom: 0px;	}
	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.menu.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}	.hLogo img {
		display: block;
	}
.indexPage .hNav ul li:first-of-type a::after, .businessPage .hNav ul li:nth-of-type(2) a::after, .companyPage .hNav ul li:nth-of-type(3) a::after {
	display: none;
	}
	/*top
	------------------------------------*/
	.mainVisual img {
		display: none;
	}
	.mainVisual img[src*="_sp"] {
		display: block;
	}
	.mvWrap h1 {
		top: 35%;
		width: 75%;
	}
	.ttlBox {
		font-size: 20px;
		background-size: contain;
		padding: 0 45px 15px;
		margin-bottom: 30px;
	}
	.ttlBox .fo-future {
		font-size: 30px;
	}
	.topBusiTtl {
		padding: 15vw 5%;
	}
	.topBusiTxt {
		font-size: 4.8vw;
	}
	.topBusiWrap {
		display: block;
		margin-bottom: 0;
	}
	.topBusiBox {
		width: 100%;
		margin-bottom: 40px;
	}
	.topBusiBox dl {
		padding-top: 15px;
	}
	.topBusiBox dt {
		font-size: 16px;
		padding-bottom: 3px;
	}
	.topBusiBox ul {
		padding: 0;
		font-size: 14px;
		width: 90%;
		margin: 0 auto;
	}
	.btn a {
		padding: 12px 15%;
	}
	.btn a img {
		height: 14px;
	}
	.topCompTtl {
		height: 150px;
	}
	.topCompWrap {
		display: block;
	}
	.topCompWrap > * {
		width: 100%;
	}
	.topCompCont dl {
		font-size: 14px;
		padding: 15px 0;
	}
	.topCompCont dt {
		width: 90%;
		margin: 0 auto;
	}
	.topCompCont dd {
		padding-top: 15px;
	}
	.gMap {
		height: 45vw;
	}
	.topLicenseWrap {
		display: block;
	}
	.licenseBox {
		width: 100%;
		margin-bottom: 40px;
	}
	.licenseBox figcaption {
		font-size: 18px;
	}
	.indexPage .licenseBox dl > div {
		font-size: 14px;
	}
	
	
	
	/*business
	------------------------------------------*/
	.subHead {
		height: 30vw;
		background-size: cover;
	}
	.subHead h1 {
		font-size: 22px;
	}
	.busiTop h1 {
		font-size: 4vw;
		padding: 25px 5%;
	}
	.busiTopWrap {
		padding: 10vw 5%;
		margin-bottom: 0;
	}
	#business .ttlBox {
		padding-bottom: 30px;
	}
	.businessWrap h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.officeTtl h1 {
		font-size: 45px;
		padding-right: 5%;
	}
	.officeTtl p {
		font-size: 20px;
	}
	.officeWrap {
		background-size: auto 285px;
	}
	.officeBusinessWrap > .container {
		padding: 30px 5%;
	}
	.officeWrap h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.officeBusinessCont {
		margin-bottom: 15px;
		display: block;
	}
	.officeBusinessBox {
		width: 100%;
		margin-bottom: 30px;
	}
	.officeBusinessBox figcaption {
		font-size: 14px;
	}
	.officeBusinessBox dt {
		padding-bottom: 5px;
	}
	.officeBusinessBox dt {
		min-height: inherit;
	}
	.car {
		padding-top: 0;
	}
	.carTtl {
		height: 140px;
	}
	.carList {
		display: block;
	}
	.carList .carBox,.carList .carBox:nth-of-type(odd) {
		width: 100%;
		margin-top: 0;
	}
	.carBox dl {
		font-size: 16px;
	}
	.carBox dd {
		font-size: 14px;
	}
	
	/*company
	-----------------------------------------*/
	.txtBox {
		font-size: 13px;
		text-align: left;
		text-shadow: none!important;
		margin-top: 20px;
		color: #000!important;
	}
	.overviewWrap {
		padding: 40px 0 0;
	}
	.profile {
		font-size: 12px;
		margin-top: 20px;
	}
	.profile dt, .profile dd {
		padding: 10px 3%;
	}
	.profile dt {
		width: 30%;
		margin-bottom: 2px;
	}
	.profile dd {
		margin-left: 0;
		width: 70%;
		margin-bottom: 1px;
	}
	.sdgsWrap {
		padding-top: 30px;
	}
	.sdgsWrap h1 {
		margin-bottom: 30px;
	}
	.sdgsCont {
		padding: 0;
	}
	.sdgsTxt {
		padding: 45px 10%;
		text-align: left;
		font-size: 12px;
	}
	.overviewTtl {
		height: 140px;
	}
	.accessWrap {
		background-size: auto 25vw;
		padding: 25vw 0 50px;
	}
	.accessCont {
		padding: 25px 0;
		font-size: 15px;
	}
	.accessCont dl {
		display: block;
	}
	.accessCont dt {
		width: 70%;
		margin: 0 auto 10px;
	}
	.accessCont dd {
		text-align: center;
		font-size: 14px;
	}
	.accessWrap .gMap {
		height: 45vw;
	}
	.companyPage .licenseBox {
		display: block;
	}
	.companyPage .licenseBox > * {
		width: 100%;
	}
	.licenseCont {
		padding: 20px 2%;
	}
	.licenseImg {
		margin-bottom: 5px;
	}
	.companyPage .licenseBox dl {
		font-size: 14px;
		width: 100%;
	}
	.licence05 {
		font-size: 14px;
		width: 100%;
	}
	.licence05Cont {
		width: 60%;
	}
	.licence05 .licenseImg {
		width: 40%;
		padding-right: 5%;
	}
	.licence05Cont p:first-of-type {
		margin-bottom: 10px;
	}
	.recruitwWrap {
		padding-top: 0;
	}
	.recruitwWrap .ttlBox img {
		height: 23px;
	}
	.recruitTop .container {
		background-position: center center;
		width: 100%;
		padding: 30px 5%;
	}
	.recruitTop dl {
		width: 100%;
		padding-left: 0;
		padding: 10px 5%;
		text-shadow: 1px 1px 5px #fff;
		background: rgba(255,255,255,.7);
	}
	.recruitTop dt {
		font-size: 18px;
	}
	.recruitTop dd {
		font-size: 14px;
		padding-top: 10px;
	}
	.recruitCont h2,.entry h2 {
		font-size: 20px;
	}
	.recruitCont .ttlBox + p {
		text-align: left;
		padding: 0 5%;
		font-size: 14px;
	}
	.entry .ttlBox + p {
		font-size: 3.2vw;
	}
	.entryBtn {
		padding: 25px 0;
	}
	
	/*recruit-----------------------------*/
	.recruitTopTxt {
		font-size: 16px;
		text-align: left;
	}
	#recruitContents .overviewBox {
		margin-bottom: 0;
	}
	.bnrContact {
		margin-bottom: 60px;
	}
	.bnrContactTxt {
		font-size: 14px;
		text-align: left;
	}
	.bnrContact h2 img {
		max-height: 25px;
	}
	.recBnr {
		display: block;
	}
	.recBnr > p {
		width: 100%;
		margin: 10px 0;
	}
	
	
	
	/*footer
	------------------------------------------*/
	.footTop {
		height: 35vw;
	}
	.fNav .container {
		padding: 0;
	}
	.fNav ul {
		display: none;
	}
	.pageTop {
		position: fixed;
		right: 1%;
		bottom: 1%;
	}
	.pageTop img {
		height: 12vw;
	}
	.footCont > .d-flex {
		display: block;
	}
	.footCont address> * {
		width: 100%;
		text-align: center!important;
	}
	.fLogo {
		width: 80%;
		margin: 0 auto;
	}
	.footRight {
		margin-top: 10px;
	}
	.footCont .telNum {
		padding-bottom: 5px;
	}
	.footCont .telNum {
		font-size: 22px;
		line-height: 1.2;
		margin-top: 10px;
	}
	.copyRight {
		padding: 5px 14vw;
		line-height: 1.2;
	}
	
/*全体レイアウト
------------------------------------------------*/
.onlypc{display:none;}
.onlysp{display: block;}

}















