@charset "UTF-8";

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

html{
	font-size: 62.5%;
	min-width: 1100px;
}

body{
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: 500;
	overflow: hidden;
}

img{
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

a img{
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

p:not(:last-child){
	margin-bottom: 20px;
}

.cf::after{
	content: ""; 
	display: block; 
	clear: both; 
}

.pc{
	display: block !important;
}

.sp{
	display: none !important;
}

h1{
	color: #666;
	font-size: 1.0rem;
	margin-right: auto;
}

/* btn
--------------------------------*/
.btnWhite{
	font-size: 1.3rem;
	color: #0096e7;
	padding: 8px 50px 8px 50px;
	font-weight: 600;
	background: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.btnWhite::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #0096e7;
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}

.btnBlue{
	font-size: 1.3rem;
	color: #fff;
	padding: 8px 50px 8px 50px;
	font-weight: 600;
	background: #0096e7;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.btnBlue::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}

.entryBtn{
	font-size: 1.6rem;
	color: #fff;
	padding: 12px 70px 12px 70px;
	font-weight: 600;
	background: #0096e7;
	text-align: center;
	text-decoration: none;
	border: none;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.entryBtn::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

.entryBtn:hover{
	cursor: pointer;
	opacity: .6;
}

/* header
--------------------------------*/
header{
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	position: relative;
	padding: 15px 0 20px;
	background: #fff;
}

.headerTop{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}

.headerTop .exNav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerTop .exNav li a{
	font-size: 1.0rem;
	text-decoration: none;
	color: #666;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.headerTop .exNav li:not(:last-of-type)::after{
	content: "";
	width: 1px;
	height: 10px;
	background: #666;
	margin: 0 6px;
	display: inline-block;
	position: relative;
	top: 1px;
}

.headerBottom{
	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;
	margin-bottom: 20px;
}

.headerBottom a.logo{
	font-size: 1.4rem;
	color: #6e6e6e;
	font-weight: 600;
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
	line-height: 1;
}

.headerBottom a.logo img{
	display: block;
	margin-bottom: 10px;
}

.headerBottom .headerR{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;	
	align-items: center;
}

.tel{
	font-size: 1.0rem;
	text-align: right;
	color: #666;
}

.tel span{
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1;
	color: #47b233;
	display: inline-block;
	margin-bottom: 3px;
}

.tel span::before{
	content: "";
	background: url("../img/i_tel_green.svg") no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
}

/* nav
--------------------------------*/
nav ul{
	width: 900px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

nav ul li{
	position: relative;
	width: 20%;
	text-align: center;
}

nav ul li a{
	color: #333;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.2;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

nav ul li a span{
	font-size: 1.0rem;
	font-weight: 500;
	color: #9f9f9f !important;
}

nav ul li.ac a{
	color: #0096e7;
	opacity: 1;
}

nav ul li.ac a:hover{
	opacity: 1;
}

/* kv
--------------------------------*/
#kv{
	position: relative;
}

#kv .catch{
	width: 46%;
	text-align: right;
	position: absolute;
	background: rgba(0,150,231,0.8);
	padding: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1000;
}

.bx-wrapper::after{
	content: "";
	width: 900px;
	height: 450px;
  background: url("../img/kv_back.jpg") no-repeat center top;
	display: inline-block;
	position: absolute;
	top: 140px;
	left: 340px;
	z-index: -10;
}

#kv .catch .catchTxt{
	text-align: left;
	display: inline-block;
}

#kv .catch h2{
	margin-bottom: 10px;
}

#kv .catch p{
	font-size: 2.6rem;
	color: #ffdc28;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

#kv .catch .details li{
	font-size: 1.5rem;
	color: #0096e7;
	font-weight: 600;
	background: #fff;
	line-height: 1;
	padding: 7px 10px;
	display: inline-block;
	opacity: 1 !important;
}

#kv .catch .details li:not(:last-child){
	margin-right: 15px;
}

/* topContents
--------------------------------*/
.topContents{
	padding: 100px 0 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

main{
	margin-right: auto;
	-ms-flex-preferred-size: 700px;
	flex-basis: 700px;
	max-width: 700px;
}

/* sec01
--------------------------------*/
#sec01{
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sec01 .box{
	-ms-flex-preferred-size: 335px;
	flex-basis: 335px;
	max-width: 335px;
}

#sec01 .box img{
	width: 100%;
}

#sec01 .txtArea{
	background: #0096e7;
	padding: 15px;
	text-align: center;
}

#sec01 .txtArea h3{
	font-size: 2.0rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1;
	text-align: left;
	letter-spacing: 2px;
}

#sec01 .txtArea h3 span{
	font-size: 1.0rem;
	font-weight: 600;
	color: #ffdc28;
	position: relative;
	top: 2px;
	line-height: 1;
	letter-spacing: 1px;
}

#sec01 .txtArea h3 span::before{
	content: "";
	height: 16px;
	border-right: 1px dotted #fff;
	display: inline-block;
	margin: 0 12px;
	position: relative;
}

#sec01 .txtArea p{
	margin-bottom: 20px;
	text-align: left;
	color: #fff;
}

/* sec02
--------------------------------*/
#sec02{
	padding: 25px;
	background: #dae2e7;
}

#sec02 h3{
	font-size: 2.0rem;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

#sec02 h3 span{
	font-size: 1.0rem;
	font-weight: 600;
	position: relative;
	top: 2px;
	line-height: 1;
}

#sec02 h3 span::before{
	content: "";
	height: 16px;
	border-right: 1px dotted #333;
	display: inline-block;
	margin: 0 12px;
	position: relative;
}

#sec02 dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sec02 dt{
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	max-width: 15%;
	font-size: 1.4rem;
	color: #333;
}

#sec02 dd{
	-ms-flex-preferred-size: 85%;
	flex-basis: 85%;
	max-width: 85%;
	font-size: 1.4rem;
	color: #333;
}

#sec02 dl dt:not(:last-of-type),
#sec02 dl dd:not(:last-of-type){
	margin-bottom: 6px;
}

/* aside
--------------------------------*/
aside{
	-ms-flex-preferred-size: 220px;
	flex-basis: 220px;
	max-width: 220px;
}

aside .cta{
	margin-bottom: 20px;
	text-align: center;
	background: #47b233;
}

aside .ctaTtl{
	padding: 16px;
	background: #47b233;
	border-bottom: 1px solid #fff;
}

aside .cta .ctaTtl p{
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

aside .cta ul{
	color: #fff;
	padding: 16px 5px;
}

aside .cta ul li.catTel{
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
}

aside .cta ul li.catTel span{
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	line-height: 1;
}

aside .cta ul li.catTel span::before{
	content: "";
	background: url("../img/i_tel_white.svg") no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	display: inline-block;
	position: relative;
}

.ctaBtn a{
	font-size: 1.3rem;
	font-weight: 600;
	display: inline-block;
	color: #47b233;
	margin: 0 auto;
	padding: 10px 45px;
	background: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.ctaBtn a::before{
	content: "";
	background: url("../img/i_email.svg") no-repeat;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	height: 12px;
	width: 16px;
	margin: -2px 5px 0 0;
}

.sideBnr li a{
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.sideBnr li:not(:first-child){
	margin-top: 20px;
}

/* footer
--------------------------------*/
footer{
	background: #0096e7;
}

footer .inner{
	padding: 33px 0 50px 0;
	position: relative;
}

footer .pageTop{
	font-size: 1.2rem;
	color: #0096e7;;
	background: #fff;
	padding: 9px 23px 9px 40px;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

footer .pageTop::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	border-color: transparent transparent #0096e7 transparent;
	display: inline-block;
	position: relative;
	top: -2px;
	right: 10px;
}

footer .footerTop{
	margin-bottom: 25px;
}

footer .footerTop ul{
	width: 56%;
	line-height: 1;
}

footer .footerTop ul li{
	float: left;
	margin-bottom: 18px;
	width: 25%;
	font-size: 1.2rem;
}

footer .footerTop ul li:nth-child(n+5){
	margin-bottom: 0;
}

footer .footerTop ul li a{
	color: #fff;
	text-decoration: none;
	position: relative;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

footer .footerTop ul li a::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

footer .footerBottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

footer .footerBottom .txtArea{
	margin-right: auto;
}

footer .footerBottom .txtArea p{
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2px;
}

footer .footerBottom .txtArea address{
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.7;
}

footer .footerBottom .copyLight{
	font-size: 1.0rem;
	color: #fff;
	letter-spacing: 1px;
}

/* 下層ページ
---------------------------------------------------------*/
.h2Wrap{
	width: 100%;
	padding: 62px 0;
	background: url("../img/h2wrap.jpg") no-repeat center top;
	background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.h2Wrap{
		background-image: url("../img/h2wrap@2x.jpg");
	}
}

.h2Wrap h2{
	color: #fff;
	font-size: 3.6rem;
	z-index: 10;
	letter-spacing: 3px;
	font-weight: 600;
	line-height: 1.5;
	width: 100%;
	text-align: center;
}

.h2Wrap span{
	font-size: 1.4rem;
	color: #ffdc28;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
}

/* pankuzu
--------------------------------*/
.pankuzu{
	position: relative;
	margin: 10px 0;
}

.pankuzu li{
	font-size: 1.2rem;
	color: #666;
	display: inline-block;
}

.pankuzu li:not(:first-child)::before{
	content: "";
	width: 4px;
	height: 4px;
	margin: 0 10px;
	display: inline-block;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pankuzu ul li a{
	color: #666;
	text-decoration: underline;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.pankuzu ul li a:hover{
	text-decoration: none;
	opacity: .6;
}

/* contents
--------------------------------*/
.contents{
	padding: 40px 0 70px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main{
	margin-right: auto;
	-ms-flex-preferred-size: 700px;
	flex-basis: 700px;
	max-width: 700px;
}

.contents h3{
	font-size: 2.4rem;
	color: #fff;
	padding: 10px 25px;
	background: #0096e7;
	margin: 60px 0 25px 0;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
}

.contents h3::before{
	content: "";
	display: block;
	width: 3px;
	height: calc(100% - 30px);
	background: #ffdc28;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contents h3:first-child{
	margin-top: 0;
}

h4{
	font-size: 2.0rem;
	color: #333;
	font-weight: 600;
	margin: 40px 0 15px;
	letter-spacing: 1px;
	border-bottom: 1px solid #333;
	line-height: 1.8;
}

h3 + h4{
	margin-top: 20px;
}

h5{
	font-size: 2.0rem;
	font-weight: 600;
	color: #0096e7;
	margin-bottom: 20px;
	display: inline-block;
}

h5::before{
	content: "";
	width: 3px;
	height: 20px;
	background: #0096e7;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	top: 3px;
}

.txtCatch{
	font-size: 2.0rem;
	color: #0096e7;
	font-weight: 600;
	letter-spacing: 1px;
}

ul.disc{
	padding-left: 20px;
}

ul.disc li{
	list-style: disc;
}
ul.disc li:not(:last-child){
	margin-bottom: 5px;
}

/* flex
--------------------------------*/
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.spaceBetween{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* table
--------------------------------*/
table{
	width: 100%;
}

table:not(:last-child) {
    margin-bottom: 30px;
}

table.tableBox th{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dae1e7;
	width: 25%;
	font-weight: 600;
	background: #f5f5f5;
}

table.tableBox td{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dae1e7;
}

table ul.disc{
 	margin-bottom: 0;
}

table.tableSolid tr{
	border-top: 1px solid #dae1e7;
}

table.tableSolid th,
table.tableSolid td{
	padding: 15px;
}

table.tableSolid th{
	font-weight: 600;
	width: 25%;
}

table.tableSolid tr:last-child{
	border-bottom: 1px solid #dae1e7;
}

/* 会社案内
--------------------------------------------*/
iframe{
	width: 100%;
	height: 35vh;
	border: none;
}

/* 事業内容
--------------------------------------------*/
.contents .serviceArea h3{
	font-size: 2.0rem;
	color: #333;
	font-weight: 600;
	margin: 0 0 15px;
	letter-spacing: 1px;
	background: transparent;
	padding: 0;
	border-bottom: 1px solid #333;
	line-height: 1.8;
}

.contents  .serviceArea  h3::before{
	content: none;
}

.serviceArea .txtImg:not(:last-child){
	margin-bottom: 50px;
}

.grayBg{
	background: #f5f5f5;
}

.serviceArea .txtImg .txtArea{
	padding: 15px;
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%;
	max-width: 55%;
}

.serviceArea .txtImg .imgArea{
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	max-width: 45%;
}

/* 採用情報
--------------------------------------------*/
.linkList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.linkList > li{
	-ms-flex-preferred-size: 335px;
	flex-basis: 335px;
	max-width: 335px;
}

.linkList > li:not(:nth-child(even)){
	margin-right: 30px;
}

.linkList > li:nth-child(n+3){
	margin-top: 30px;
}

.linkList > li a{
	font-weight: 600;
	color: #333;
	display: block;
	text-decoration: none;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.linkList > li a:hover{
	opacity: .6;
}

.linkList > li .txtArea{
	background: #0096e7;
	padding: 15px 15px;
	text-align: left;
}

.linkList > li .txtArea p{
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
}

.linkList > li .txtArea p::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
}

/* sideNav
--------------------------------*/
ul.sideNav{
	margin-bottom: 20px;
}

ul.sideNav li:not(:first-child){
	border-bottom: solid 1px #dae1e7;
}

ul.sideNav li a{
	display: block;
	padding: 10px 15px 10px 25px;
	text-decoration: none;
	letter-spacing: 1;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

ul.sideNav li a:hover{
	opacity: .6;
}

ul.sideNav li:first-child a{
	font-size: 1.6rem;
	font-weight: 600;
	color: #0096e7;
	text-decoration: none;
	padding: 15px;
	letter-spacing: 1px;
	border-top: solid 2px #0096e7;
	border-bottom: solid 2px #0096e7;
	position: relative;
}

ul.sideNav li:not(:first-child) a{
	position: relative;
}

ul.sideNav li:not(:first-child) a::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #0096e7;
	display: inline-block;
	position: absolute;
	top: calc(50% - 6px);
	left: 10px;
}

ul.sideNav li.acRecruit a{
	opacity: 1;
}

ul.sideNav li.ac a{
	opacity: 1;
	color: #0096e7;
  background: #f5f5f5;
	font-weight: 600;
}

ul.sideNav li:first-child a::before{
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background: #0096e7;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 募集要項
--------------------------------------------*/
.tab{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab li{
	width: calc((100% - 40px) / 3);
	text-align: center;
}

.tab li:not(:last-child){
	margin-right: 20px;
}

.tab li a{
	color: #0096e7;
	padding: 10px 15px;
	display: block;
	border: 1px solid #0096e7;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.tab li a::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #0096e7 transparent transparent transparent;
	display: inline-block;
	position: absolute;
	top: calc(50% - 3px);
	left: 15px;
}

.tab li.ac a{
	font-weight: 600;
	color: #fff;
	background: #0096e7;
}

.tab li.ac a::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	display: inline-block;
	position: absolute;
	top: calc(50% - 3px);
	left: 15px;
}

.tabCont:not(.ac){
	display: none;
}

/* 働くメリット
--------------------------------------------*/
.meritCatch{
	background: #f5f5f5;
	padding: 20px;
	text-align: center;
}

.meritTtl{
	font-size: 2.0rem !important;
	color: #0096e7;
}

.yellowLine{
	font-weight: 600;
	letter-spacing: 1px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(255, 220, 40, .5)));
	background: linear-gradient(transparent 60%, rgba(255, 220, 40, .5) 40%);
	display: inline-block;
}

.meritCatch p{
 font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
}

.numBlue{
	font-size: 1.8rem;
	color: #fff;
	background: #0096e7;
	padding: 0 6px;
	margin-right: 6px;
}

.multi .fr{
	margin-left: 30px;
}

.multi h5{
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.multi h5::before{
	height: 16px;
}

.merit .fr{
	width: 280px;
}

/* 仕事を知る
--------------------------------------------*/
.imgBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.imgBox li{
	width: calc(100% / 3);
}

.imgBox li:not(:last-child){
	margin-right: 2%;
}

.flow{
	padding-left: 120px;
	position: relative;
}

.flow::before{
	content: "";
	width: 15px;
	height: 100%;
	background: #f5f5f5;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
}

.flow > li{
	position: relative;
}

.flow > li:not(:last-child){
	margin-bottom: 20px;
}

.flow > li .time{
	font-size: 1.2rem;
	color: #333;
	font-weight: 600;
	background: #dae1e7;
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 10;
}

.flow > li .time::after{
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #dae1e7;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow > li dl{
	padding-left: 70px;
	position: relative;
}

.flow > li dl::before,
.flow > li dl::after{
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.flow > li dl::before{
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #ffdc28;
	border-radius: 50%;
	left: -4px;
}

.flow > li dl::after{
	width: 50px;
	border-bottom: 1px dashed #666;
	position: absolute;
	left: 5px;
}

.flow > li dl dt{
	font-size: 1.6rem;
	font-weight: 600;
	color: #0096e7;
	padding-top: 3px;
}

/* 先輩を知る
--------------------------------------------*/
.staffBox{
	position: relative;
}

.staffBox:not(:last-child){
	margin-bottom: 70px;
}

.profile figure{
	position: relative;
	margin-bottom: 20px;
}

.profile figcaption{
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
	padding: 10px 20px 0 20px;
	border-left: 2px solid #0096e7;
	position: absolute;
	bottom: 0;
	letter-spacing: 1px;
}

.cmtCatch{
	font-size: 2.0rem;
	font-weight: 600;
	color: #0096e7;
	letter-spacing: 1px;
}

.staffBox .profile{
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	max-width: 40%;
}

.staffBox .txtArea{
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
	width: 100%;
	margin-left: 20px;
	padding-top: 35px;
}

.staffDeco{
	position: absolute;
	right: 0;
	display: block;
	width: calc(60% - 14px);
}

.staffDeco p{
	font-size: 1.3rem;
	font-weight: 600;
	color: #0096e7;
	position: relative;
}

.staffDeco p::before{
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background: #ffdc28;
}

.staffNum{
	font-size: 1.6rem;
	margin-left: 5px;
}

.lineBg{
	position: relative;
	padding: 0 10px 0 0;
	background: #fff;
}

.profile .profileTxt{
	background: #f5f5f5;
}

.profile .profileTxt dl{
	padding: 15px 15px 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.profile .profileTxt dl dt,
.profile .profileTxt dl dd{
	font-size: 1.3rem;
	border-bottom: 1px dotted #ccc;
}

.profile .profileTxt dl dt{
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	max-width: 30%;
}

.profile .profileTxt dl dd{
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	max-width: 70%;
}

.profile .profileTxt dl dt,
.profile .profileTxt dl dd{
	padding-bottom: 3px;
}

.profile .profileTxt dl dt:not(:last-of-type),
.profile .profileTxt dl dd:not(:last-of-type){
	margin-bottom: 4px;
}

.profile .profileTxt .notes{
	font-size: 1.1rem;
	padding: 4px 15px 15px 10px;
}

/* お問い合わせ
--------------------------------------------*/
table.form{
	width: 100%;
	margin-bottom: 40px;
}

table.form td{
	padding: 10px;
	border: 1px solid #dae1e7;
}

table.tableBox td:first-child{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #dae1e7;
	background: #f5f5f5;
	width: 25%;
	font-weight: bold;
	color: #333;
}

form table input, form textarea, form select{
	width: 100%;
	border: none;
	background: #dcdcdc;
	padding: 6px 10px;
	border-radius: 0;
}

form textarea{
	min-height: 120px;
	resize: vertical;
}

form .placeholder{
	font-size: 1.2rem;
	color: #aaa;
	margin-top: 8px;
	display: inline-block;
}

.icon{
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	background: #d23d2a;
	padding: 2px 4px;
	float: right;
}

.icon.option{
	background: #666;
}

form input[type=checkbox]{
	display: none;
}

form ul li{
	margin: 5px 0;
	display: block;
}

form .checkArea{
	cursor: pointer;
}

form label .checkIcon{
	line-height: 20px;
	width: 20px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

form label .checkIcon::after{
	content: '';
	background: #fff;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	display: block;
	border: 2px solid #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}

form label .checkIcon::before{
	content: "";
	position: absolute;
	border: solid #0096e7;
	border-width: 0 3px 3px 0;
	width: 7px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -11px;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	z-index: 10;
}

form input[type=checkbox]:checked ~ .checkIcon::before{
	opacity: 1;
}

/* サイトマップ
--------------------------------------------*/
.sitemapList a{
	color: #333;
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.sitemapList > li:not(:last-of-type){
	margin-bottom: 20px;
}

.sitemapList li:first-child{
	margin-top: 5px;
}

.sitemapList > li > a{
	position: relative;
	padding-left: 10px;
}

.sitemapList > li > a::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #0096e7;
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
}

.subList li a::before{
	font-size: 1.3rem;
	content: "└";
	padding-left: 20px;
	color: #333;
	position: relative;
	top: 2px;
	margin-right: 6px;
}

.sitemapList > li .subList li:not(:first-of-type){
    margin-top: 5px;
}

/* タブレット版
==================================================================================================================================================================================================================*/
@media screen and (max-width:1200px){
.bx-wrapper::after{
	left: inherit;
	right: 0;
}
}

/* SP版
==================================================================================================================================================================================================================*/
@media screen and (max-width: 480px){
html{
	min-width: inherit;
}	

body{
	padding-top: 65px;
}

.inner{
	width: initial;
	margin: 0 5%;
}

.pc{
	display: none !important;
}

.sp{
	display: block !important;
}
	
/* header
--------------------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
}
	
header .inner{
	margin: 0;
	padding: 10px 5%;
}

.headerTop{
	display: none;
}

.headerBottom{
	margin-bottom: 0;
	height: 45px;
}

.headerBottom a.logo img{
	margin-bottom: 5px;
}

.headerBottom a.logo{
	font-size: 1.2rem;
	width: 50%;
}	
	
.headerBottom .headerR{
	display: none;
}

/* nav
--------------------------------*/
nav{
	display: none;
	position: absolute;
	width: 100%;
	padding: 0;
	z-index: 1000;
	left: 0;
	top: 65px;
}

nav ul{
	display: block;
	margin: 0;
	width: 100%;
	background: #fff;
	padding: 0;
}

nav ul li{
	display: block;
	margin: 0;
	text-align: center;
	width: 100%;
	z-index: 1000;
	border-bottom: solid 1px #dae2e7;
}

nav ul li:first-child{
	border-top: solid 1px #dae2e7;
}
	
nav ul li a{
	display: block;
	letter-spacing: 2px;
	padding: 12px 0;
}

/*ハンバーガーメニュー
--------------------------------*/
#navToggle{
	display: block;
	width: 30px;
	position: absolute;
	top: 22px;
	right: 18px;
	z-index: 1000;
}

#navToggle div{
	position: relative;
	height: 23px;
}

#navToggle span{
	display: block;
	height: 2px;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #333;
}

#navToggle span:nth-child(1){
	top: 0px;
}

#navToggle span:nth-child(2){
	top: 10px;
}

#navToggle span:nth-child(3){
	top: 20px;
}

.open #navToggle span:nth-child(1){
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #navToggle span:nth-child(2){
	width: 0;
	left: 50%;
}

.open #navToggle span:nth-child(3){
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
	
/* kv
--------------------------------*/
#kv .catch{
	width: 100%; 
	text-align: left;
	position: static; 
	padding: 5%;
	top: 0; 
	background: rgba(0,150,231,1);
	-webkit-transform: none;
	transform: none; 
	left: 0;
}

.bx-wrapper::after{
	content: none;
}

#kv .catch .catchTxt{
	text-align: left;
	display: inline-block;
}

#kv .catch h2 img{
	width: 80%;
}

#kv .catch p{
	font-size: 2.0rem;
}

#kv .catch .details li{
	font-size: 1.2rem;
	padding: 7px 2vw;
}

#kv .catch .details li:not(:last-child){
	margin: 0 2vw 0 0;
}

/* topContents
--------------------------------*/
.topContents{
	padding: 40px 0;	
}
	
#main{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding: 0 0 40px 0;
}
	
.contents h3{
	font-size: 2.0rem;
	margin: 50px 0 25px 0;
}
	

.contents h3::before{
	width: 3px;
	height: calc(100% - 30px);
	left: 10px;
}

h4{
	font-size: 1.8rem;
}

h5{
	font-size: 1.8rem;
}

h5::before{
	width: 3px;
	height: 18px;
	top: 1px;
}

.txtCatch{
	font-size: 2.0rem;
	color: #0096e7;
	font-weight: 600;
	letter-spacing: 1px;
}
	
/* sec01
--------------------------------*/
#sec01{
	margin-bottom: 40px;
}

#sec01 .box{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin: auto;
}
	
#sec01 .box:not(:last-child){
	margin-bottom: 40px;
}

/* sec02
--------------------------------*/
#sec02 dt{
	-ms-flex-preferred-size: 100%;
	flex-basis:100%;
	max-width: 100%;
}
	
#sec02 dl dt:not(:last-of-type){
	margin-bottom: 0;
}

#sec02 dd{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

#sec02 dl dd:not(:last-of-type){
	margin-bottom: 10px;
}
	
/* aside
--------------------------------*/
aside{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
	
aside .cta{
	margin-bottom: 30px;
}
	
aside .cta .ctaTtl p{
	font-size: 1.8rem;
}
	
aside .cta ul li.catTel{
	line-height: 1.8;
}
	
aside .cta ul li.catTel a{
	color: #fff !important;
}

.sideBnr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
	
.sideBnr li{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	max-width: 48%;
}

.sideBnr li:not(:first-child){
	margin-top: 0;
}
	
/*footer
--------------------------------*/
footer .pageTop{
	display: block;
	text-align: center;
	position: static;
	border-top: 1px solid #dae2e7;
	padding: 9px 20px 9px 20px;
}
	
footer .pageTop:hover{
	opacity: 1;
}

footer .footerTop ul{
	width: auto;
	padding: 0;
}	

footer .footerTop ul li{
	font-size: 1.4rem;
	margin: 0;
	width: 50%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

footer .footerTop ul li:nth-child(odd){
	border-right: none;
}

footer .footerTop ul li a{
	color: #fff;
	display: block;
	padding: 15px 10px;
	text-align: center;
}

footer .footerTop ul li:last-child{
	width: 50%;
}

footer .footerTop ul li a::before{
	content: none;
}

footer .footerTop ul li:nth-child(6){
	clear: none;
}

footer .footerTop{
	margin: 0;
}

footer .inner{
	margin: 0;
	padding: 0;
}

footer .footerTop ul li:first-child{
	width: 100%;
	border-right: none;
	border-top: 1px solid #fff;
}

footer .footerBottom{
	display: block;
}

footer .footerBottom .txtArea{
	padding: 20px 0 10px;
	margin-bottom: 0;
	text-align: center;
}

footer .footerBottom .txtArea p{
	margin-bottom: 0;
}

footer .footerBottom .txtArea address a{
	color: #fff;
}
	
footer .footerBottom .copyLight{
	position: static;
	padding: 5px 0 15px 0;
	text-align: center;
	font-size: 1.0rem;
}
	
/* 下層ページ
---------------------------------------------------------*/
.h2Wrap{
	padding: 36px 0;
	background-size: cover;
}

.h2Wrap h2 {
	font-size: 3.0rem;
}

.h2Wrap span{
	font-size: 1.3rem;
}

/*pankuzu
--------------------------------*/
.pankuzu{
	max-width: 100%;
	padding-bottom: 16px;
	margin: 0;
	overflow-x: scroll;
	position: static;
}

.pankuzu li{
	font-size: 1.0rem;
	display: table-cell;
	white-space: nowrap;
}

/* table
--------------------------------*/
table.tableBox th:first-child{
	display: block;
	margin-bottom: -1px;
	width: initial;
}

table.tableBox td:nth-child(2){
	display: block;
	margin-bottom: -1px;
}

table.tableBox td:first-child {
	display: block;
	margin-bottom: -1px;
	width: initial;
}
	
table.tableSolid th,
table.tableSolid td{
	width: 100%;
	display: block;
	padding: 10px;
}
	
/* 会社案内
--------------------------------------------*/
iframe{
	height: 25vh;
}

/* 事業内容
--------------------------------------------*/
.serviceArea .txtImg .flex{
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.serviceArea .txtImg .txtArea{
	padding: 15px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.serviceArea .txtImg .imgArea{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
	
/* 採用情報
--------------------------------------------*/
.linkList > li{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.linkList > li:not(:nth-child(even)){
	margin-right: 0;
}

.linkList > li:nth-child(n+2) {
	margin-top: 40px;
}	
	
.linkList > li img{
	width: 100%;
}

/* 募集要項
--------------------------------------------*/
.tab li{
	width: 100%;
	text-align: left;
}

.tab li:not(:last-child){
	margin: 0 0 10px 0;
}

.tab li a{
	padding: 10px 15px 10px 25px;
	display: block;
}
	
.tab li a::before{
	left: 10px;
}

.tab li.ac a::before{
	left: 10px;
}
	
/* 働くメリット
--------------------------------------------*/
.meritCatch{
	background: #f5f5f5;
	padding: 20px;
	text-align: center;
}

.meritTtl{
	font-size: 1.8rem !important;
}

.meritCatch p{
	text-align: left;
}
	
.numBlue{
	font-size: 1.8rem;
	color: #fff;
	background: #0096e7;
	padding: 2px 6px;
	margin-right: 6px;
}

.multi .fr{
	margin: 0 0 15px 0;
	float: none;
}
	
.multi .fr img{
	width: 100%;
}

.merit .fr{
	width: 100%;
}
	
/* 仕事を知る
--------------------------------------------*/
.imgBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
	
.imgBox li{
	width: 100%;
}
	
.imgBox li:not(:last-child){
	margin: 0 0 20px 0;
}
	
.flow{
padding-left: 100px;
}

.flow::before{
	left: 100px;
}

.flow > li .time{
	left: -100px;
	padding: 8px 15px;
}

.flow > li dl{
	padding-left: 30px;
}
	
.flow > li dl::after{
	width: 20px;
}
	
/* 先輩を知る
--------------------------------------------*/
.staffBox:not(:last-child){
	margin-bottom: 50px;
}

.staffBox .flex{
	display: block;
}
	
.profile figcaption {
	bottom: -1px;
}
		
.cmtCatch{
	font-size: 1.8rem;
}

.staffBox .profile{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding-top: 35px;
}

.staffBox .txtArea{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin: 20px 0 0 0;
	padding-top: 0;
}

.staffDeco{
	width: 100%;
}

/* お問い合わせ
--------------------------------------------*/
table.form{
	margin-bottom: 20px;
}
}