@charset "UTF-8";

html, body{
	height: 100%;
	margin:0 auto;
	padding:0;
	-webkit-overflow-scrolling: touch;
}
body {
	font: 15px/1.8  -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-weight: 500;
	color: #272b34;
	letter-spacing: 0.02em;
}
a,
a:visited{
	color: inherit;
	cursor: pointer;
}
img{ max-width: 100%; }

/*** clearfix
***************************************/
.cfx:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}
.cfx {
		min-height: 1px;
}
/* Hides from IE Mac */
* html .cfx{
	height: 1%;
}
button{
	background-color: none;
	outline: 0;
}



/*** util
***************************************/

.eng { font-family: 'Barlow', sans-serif; }

.fonb{ font-weight: bold !important; }

.mgt_at{margin: 0 auto !important;}
.mgt05{ margin-top: 5px !important; }
.mgt10{ margin-top: 10px !important; }
.mgt15{ margin-top: 15px !important; }
.mgt20{ margin-top: 20px !important; }
.mgt30{ margin-top: 30px !important; }
.mgt40{ margin-top: 40px !important; }
.mgt50{ margin-top: 50px !important; }
.mgt60{ margin-top: 60px !important; }
.mgt70{ margin-top: 70px !important; }
.mgt80{ margin-top: 80px !important; }
.mgt90{ margin-top: 90px !important; }
.mgt100{ margin-top: 100px !important; }
.mgt150{ margin-top: 150px !important; }

.txt_cent{text-align: center !important; }

.rel{ position: relative; }

.dispN{ display: none; }
.dispB{ display: block; }
.note {
	font-size: 11px;
	line-height: 1.5;
}
.col_wt{ color: #fff; }
.col_lgr{ color: #878787; }
.bg_wt{ background-color: #fff;}

.dotted{
	height: 0;
  margin: 40px auto;
  padding: 0;
  border-top: 1px dashed #ccc;
}
.txtclipping{
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  -webkit-background-clip: text;
	color: #79bee5;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}


/*** loading
*********************************************************/
.loadingBg01,
.loadingBg02{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100;
}
.loadingBg01{
	top: 0;
	left: 0;
}
.loadingBg02{
	bottom: 0;
	left: 0;
}
.loadingImg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	z-index: 102;
}
#st01{
	display: block;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#st01 .blue_stripe{
	fill: none;
  stroke: #999999;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: blue_st 1.5s ease-in forwards;
  animation: blue_st 1.5s ease-in forwards;
}
#st01 .red_stripe{
	fill: none;
  stroke: #999999;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: red_st 2.5s ease-in forwards;
  animation: red_st 2.5s ease-in forwards;
}
@-webkit-keyframes blue_st {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
 stroke: #999999;
}
	80% {
	fill:transparent;
	stroke: #999999;
}
 100% {
 stroke-dashoffset: 0;
 stroke: #0184cc;
 fill:#0184cc;
}
}
@keyframes blue_st {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
 stroke: #999999;
}
	80% {
	fill:transparent;
	stroke: #999999;
}
 100% {
 stroke-dashoffset: 0;
 stroke: #0184cc;
 fill:#0184cc;
}
}

@-webkit-keyframes red_st {
 0% {
 stroke-dashoffset: 2500;
 fill:transparent;
}
 50% {
 fill:transparent;
 stroke: #999999;
}
	80% {
	fill:transparent;
	stroke: #999999;
}
 100% {
 stroke-dashoffset: 0;
 stroke: #e22013;
 fill:#e22013;
}
}
@keyframes red_st {
 0% {
 stroke-dashoffset: 2500;
 fill:transparent;
}
 50% {
 fill:transparent;
 stroke: #999999;
}
	80% {
	fill:transparent;
	stroke: #999999;
}
 100% {
 stroke-dashoffset: 0;
 stroke: #e22013;
 fill:#e22013;
}
}
.allct_inactive{
	opacity: 0;
}
.allct_active{
	opacity: 1;
}




/*** backround
*********************************************************/
.bg_line{
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
}
.bg_line span{
	display: block;
	height: 100%;
	border-right: 1px solid #f7f7f8;
	width: 20%;
}
.bg_line span:first-child{
	width: 10%;
}


/*** common
***************************************/
.pagetop{
	display: none;
	position: fixed;
	right: calc(10% - 5px );
	bottom: 30px;
	z-index: 99;
}
.pagetop img{
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: 0.3s ease-out;
	display: block;
	opacity: 0.6;
}
.pagetop img:hover{
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition-duration: 0.3s;
	opacity: 1;
}




/*** common
***************************************/
.btnCommon{
	text-decoration: none;
	display: block;
  padding: 20px 0 25px;
	width: 280px;
	text-align: center;
  position: relative;
	color: #e22013;
  overflow: hidden;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: auto;
}
.btnCommon:before,
.btnCommon:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: -90%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnCommon::before{
	background-color: #0184cc;
}

.btnCommon:after{
	background-color: #e22013;
  bottom: 0 !important;
  top: auto !important;
  right: -90%;
  left: auto;
}

.btnCommon:hover:before{
  left: 0;
}

.btnCommon:hover:after{
  right: 0;
}
.btnCommon:visited{
	color: #e22013;
}
.btnCommon span::before{
	content : '';
	display: inline-block;
	width: 25px;
	height: 10px;
	background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
	margin-right: 5px;
}

.wrap{
	max-width: 960px;
	margin: auto;
	padding: 50px 0;
}
/*** header
*********************************************************/
header{
	position: absolute;
	top:0;
	left: 0;
	z-index: 99;
	width: 100%;
	margin: 0 auto;
	height: 74px;
}
nav{
	background: none;
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: row;
  justify-content: flex-end;
}
h1{
	width: 300px;
	position: absolute;
	top: 15px;
	left: 10px;
	margin: auto;
}
h1 img{
	width: 100%;
	padding-left: 5%;
}
.nav_wrapper{
	display: block;
	width: 50%;
}
.nav_box{
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.nav_box li{
	width: 20%;
	text-align: center;
	padding: 20px 0 24px;
	height: 74px;
}
.nav_box li a{
	display: block;
}
.nav_box li.hdEntry{
	width: calc(20% - 4px);
	font-weight: bold;
	letter-spacing: 0.25em;
	background: #e22013
}
.nav_box > li:last-child a{
	color: #fff;
}

.secondMenuBox{
	width: 100%;
	background: rgba(226, 32, 19, 0.8);
	height: 100px;
	padding: 10px;
	position: absolute;
	width: 100%;
	top: 74px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.secondMenu_cont{
	max-width: 960px;
	justify-content: center;
	margin: auto;
	display: flex;
	text-align: center;
}
.secondMenu_cont > li a{
	color: #fff;
	display: block;
}

.nav_box li:hover .secondMenuBox{
	display: block;
	cursor: pointer;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  transition: .4s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
	background: #fff;
}
.is-show .nav_box > li{
	color: #272b34;
}
.spMenuBtnBox{
	width: 70px;
	height: 70px;
	display: none;
	background: #e22013;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5;
	padding: 18px 20px;
}
.spMenuBtn,
.spMenuBtn span {
  display: inline-block;
  transition: all .4s;
}
.spMenuBtn {
  position: relative;
  width: 30px;
  height: 32px;
}
.spMenuBtn span {
  position: absolute;
  left: 0;
	margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.spMenuBtn span:nth-of-type(1) {
  top: 0;
}
.spMenuBtn span:nth-of-type(2) {
  top: 15px;
}
.spMenuBtn span:nth-of-type(3) {
  bottom: 0;
}
.spMenuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.spMenuBtn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.spMenuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/*** entrybtn
*********************************************************/
.entryBox{
	width: 100%;
	text-align: center;
	padding: 50px 0 60px;
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
}
.entryCopy{
	font-size: 162%;
	font-weight: bold;
	color: #fff;
}
.entry_bottom {
  display: inline-block;
  width: 48%;
	padding: 20px 0;
	font-size: 137%;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-transform: uppercase;
  text-decoration: none;
  outline: none;
	position: relative;
  z-index: 2;
  background: #fff;
  color: #e22013;
}
.entry_bottom:hover{
	background: #e22013;
  color: #fff;
}
.entry_bottom::before,
.entry_bottom::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.entry_bottom::before {
  right: 0;
}
.entry_bottom::after {
  left: 0;
}
.entry_bottom,
.entry_bottom::before,
.entry_bottom::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry_bottom:hover::before,
.entry_bottom:hover::after {
  width: 0;
}
.entry_bottom:visited{
	color: #e22013;
}
.entry_bottom:visited:hover{
	color: #fff;
}


/*** footer
*********************************************************/
footer{
	background: #121620;
	width: 100%;
	color: #fff;
}

.footerLogo{
	width: 32%;
	float: left;
}
.footerMenu{
	float: right;
	width: 50%;
}
.footerMenu > ul{
	width: 100%;
	display: flex;
}
.footerMenu > ul > li:nth-child(1),
.footerMenu > ul > li:nth-child(2){
	width: 31.25%;
}
.footerMenu > ul > li:nth-child(3){
	width: 21.25%;
}
.footerMenu > ul > li:nth-child(4){
	width: 16.25%;
}
.ftEngMenu{
	font-size: 22px;
	font-weight: bold;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.ftSubMenu,
.ftSubMenu a{
	display: block;
	color: #b3b3b3;
	padding: 0;
}
.ftSubMenu li{
	padding: 3px 0;
	width: 100%;
	font-size: 12px;
}
.ftSubMenu a:hover{
	color: #fff;
}

.copy{
	display: block;
	font-size: 10px;
	text-align: center;
	color: #b3b3b3;
	padding: 20px 0;
}


/*** commonSelector
*********************************************************/
h2{
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  -webkit-background-clip: text;
	color: #79bee5;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 70px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.lead{
	font-size: 17px;
}


/*** fv
*********************************************************/

.mov_box{
	overflow: hidden !important;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	margin: auto;
}
.fitMovie{
  position: absolute;
	top:0;
	left: 0;
	width:  100%;
}


/*** block01
*********************************************************/
#block01{ padding: 100px 0;}
.copy_wrapper{
	width: 82%;
	margin: auto;
}
.copy_container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.copy_container img{
	 display: block;
 }
.copy_fst{
	margin-right: 105px;
	max-width: 434px;
}
.copy_sec{
	max-width: 241px;
}
.join{
	text-align: center;
	margin-top: 140px
}
.join_txtcontainer{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 70px;
}
.join_txtcontainer a{
	margin: auto 0;
}



/*** block02
*********************************************************/
#block02{
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
	padding: 75px 0;
}
#block02 h2{
	background-clip: none;
	-webkit-background-clip: none;
	color: #fff;
	-webkit-text-fill-color: #fff;
}
.block02_h2Box{
	display: flex;
	padding: 0 10% 80px;
}
.block02_h2Box .lead{
	padding-left: 50px;
}

.department_container01,
.department_container02,
.department_container03{
	width: 100%;
	margin: auto;
	position: relative;
}
.department_container01{
	margin-top: 70px;
}
.department_container02{
	margin-top: 6%;
}
.department_container03{
	margin: 8% auto;
}
.department_containerImg01,
.department_containerImg02,
.department_containerImg03{
	position: absolute;
	width: 45%;
	z-index: 2;
}
.department_containerImg01{
	top: -80px;
	left: 0;
}
.department_containerImg02{
	top: -50px;
	right: 0;
}
.department_containerImg03{
	top: 0;
	left: 0;
}
.department_info_inner01{
	padding: 40px calc(10% - 4px) 40px 40%;
	width: 100%;
}
.department_info_inner02{
	padding: 40px 40% 40px 10%;
	width: 100%;
}
.department_info_box01,
.department_info_box02{
	background: #fff;
	width: 100%;
}
.department_info_box01{
	padding: 60px 50px 60px 120px;
}
.department_info_box02{
	padding: 60px 120px 60px 50px;
}
.department{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}
.department span{
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  -webkit-background-clip: text;
	color: #79bee5;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
}

.department_info{
	padding: 22px 20px 25px;
	width: 100%;
}
.department_info > p{
	text-align: justify;
}
.department_info .btnCommon{
	margin: auto;
}



/*** block03
*********************************************************/
#block03{
	position: relative;
}
#block03 h2,
#block03 .lead{
	 text-align: center;
 }
.floating_contents{
	width: calc(40% + 1px);
	height:  calc(100% - 200px);
	position: absolute;
	top: 0;
	bottom:0;
	left: calc(30% + 1px);
	margin: auto;
	background: #fff;
	padding: 40px;
}
.floating_base_box{
	width: 100%;
	display: block;
}
.floating_base_right,
.floating_base_left{
	width: 50%;
	height: 800px;
	box-sizing: content-box;
	float: left;
}
.floating_base_left{
	background: url(../img/block03_bglt.jpg) top left no-repeat;
	background-size: cover;
}
.floating_base_right{
	background: url(../img/block03_bgrt.jpg) top right no-repeat;
	background-size: cover;
}
.floating_img_sp{ display: none; }


/*** block04
*********************************************************/
#block04{
	position: relative;
	background: -webkit-linear-gradient(left, #f4f5f5 0%, #d4d9d9 100%);
  background: linear-gradient(left, #f4f5f5 0%, #d4d9d9 100%);
}
.top_greeting_container{
	padding: 75px 10%;
	background: url(../img/head.png) top right no-repeat;
	background-size: 60%;
}
.messageBox{
	width: 50%;
}
.headImgSp{
	 display: none;
	 width: 100%;
 }


/*** block05
*********************************************************/
#block05{
	text-align: center;
	padding: 75px 0;
}
.logo_wrap{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.logo_wrap li{ width: 40%;}
#block05 img{
	display: block;
}



/*** 採用情報
*********************************************************/
section[id$="_cover"]{
	position: relative;
	height: 65vh;
	background-position: left top;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
}
.space{
	margin-top: -80px;
	padding-top: 80px;
}
#recruit_cover{
	background-image: url(../recruit/img/recruit_cover.jpg);
}
.pageNavArrow{
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
	position: relative;
	cursor: pointer;
}
.pageNavArrow span{
	position: absolute;
  top: -20px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #0184cc;
  border-bottom: 2px solid #0184cc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: adwn 1.5s infinite;
  animation: adwn 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes adwn {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes adwn {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
.coverTitleBox{
	position: absolute;
	top: 38%;
	left: 64%;
	margin: auto;
}
.coverH2{
	line-height: 1.1;
	text-align: center;
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  -webkit-background-clip: text;
	background-clip: text;
	color: #0184cc;
  -webkit-text-fill-color: transparent;
	letter-spacing: 0.1em;
}
.cover_jap{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 0.8;
}
.choice{
	display: flex;
	justify-content: center;
	text-align: center;
}
.choice a{ display: block; }
.div2 li{
	width: 50%;
}
.div3 li{
	width: calc(100% / 3);
}
.div4 li{
	width: calc(100% / 4);
}
.div5 li{
	width: calc(100% / 5);
}
.div6 li{
	width: calc(100% / 6);
}
.rec_tab_content{
	position: relative;
	padding-bottom: 60px;
	margin-top: 80px;
}
.rec_tab_content_wrapper{
	width: calc(80% + 4px);
	margin: auto auto auto calc(10% + 1px);
	padding: 60px 40px 40px;
	background: #fafafa;
}
.flex_set_about{
	display: flex;
	justify-content: space-between;
}
.tab_title,
.tab_title_rec{
	position: absolute;
	left: 0;
	top: -30px;
	width: 50%;
	z-index: 2;
	padding: 10px 0 10px 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
}
.procedure{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.procedure li{
	width: calc(50% - 15px);
}
.num_box{
	width: 100%;
	display: flex;
	position: relative;
}
.num{
	top: 0;
	left: 0;
}
.num span{
	font-family: 'Barlow', sans-serif;
	font-size: 60px;
}
.num span::before{
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: #ccc;
	position: absolute;
	left: 65px;
	top: 50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.num_box p{
	font-size: 22px;
	padding: 70px 0 0 30px;
	font-weight: 600;
}
.procedureArrow{
	width: 0;
	height: 0;
	margin: 30px auto 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #0185cc transparent transparent transparent;
}

.applicant dt{
	background: #fff;
	border-top: 2px solid #121620;
	border-bottom: 1px solid #121620;
	padding: 10px 15px 10px;
	width: 100%;
	font-weight: bold;
}
.applicant dt:not(:first-child){
	margin: 40px 0 0;
}
.applicant dd{
	padding: 15px;
}
.applicant dd a{ text-decoration: underline;}

.seminar_content_box{
	display: flex;
}
.seminar_content_box li:first-child{
	border-right: 1px solid;
	padding-right: 30px;
	width: 40%;
}
.seminar_content_box li:last-child{
	width: 60%;
	padding-left: 30px;
}
.prefc{
	font-size: 30px;
	line-height: 0.7;
}
.prefc span{
	font-size: 12px;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
}
.seminar_map_box{
	position:relative;
  width:100%;
  height:0;
  padding-top:55%;
}
.seminar_map_box iframe{
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}



/*** faq
*********************************************************/
#faq_cover{
	background-image: url(../job/img/faq_cover.jpg);
}
.faq_trigger{
	display: block;
}
.faq_container{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.faq_container dt{
	width: calc(20% - 10px);
	text-align: center;
	font-size: 40px;
	font-family: 'Barlow', sans-serif;
	border-top: 1px solid #0185cc;
	padding: 10px 0;
	font-weight: bold;
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  -webkit-background-clip: text;
	background-clip: text;
	color: #0184cc;
  -webkit-text-fill-color: transparent;
}

.faq_container dd{
	border-top: 1px solid;
	padding: 30px 40px 15px 30px;
	width: calc(80% - 10px);
	font-weight: bold;
	position: relative;
}
.faq_container dd::after{
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	top: 35%;
	right: 10px;
}
.answer{
	display: none;
	width: 100%;
	padding: 0 15px 15px calc((20% - 20px) + 60px);
}
.answer::before{
	content: 'A.';
	font-family: 'Barlow', sans-serif;
	color: #e22013;
	font-size: 20px;
	padding-right: 5px;
	font-weight: 600;
}
.faq_container dd.active::after{
	content: '\f106';
	font-family: 'FontAwesome';
	position: absolute;
	top: 35%;
	right: 10px;
}

.faq_content_wrapper{
	width: calc(80% + 4px);
	margin: auto auto auto calc(10% + 1px);
	padding: 20px 0 60px;
	text-align: justify;
}


/*** job
*********************************************************/
#job_cover{
	background-image: url(../job/img/job_cover.jpg);
}
.job_category_container,
.job_interview_container,
.training_container,
.ratio_container{
	display: flex;
	justify-content: space-between;
}
.job_category_container li,
.job_interview_container li,
.ratio_container li{
	width: calc(100% / 3 - 1px);
	background: #fff;
	padding: 30px 25px 25px;
}
.training_container li{
	width: calc(100% / 3 - 1px);
	background: #fff;
	position: relative;
}
.training_svg{
	width: 100%;
	display: block;
	margin: 0 auto 70px;
}
.training_num{
	position: absolute;
	top: -50px;
	left: 0;
	font-size: 60px;
	opacity: 0.7;
	font-weight: bold;
}
.job_wrapper_sp{ display: block; }
.job_category_icons,
.training_img{
	text-align: center;
}
.job_category_icons img{
	display: block;
	width: 70px;
	margin: auto;
}
.job_detail{
	text-align: justify;
}
.training_detail{
	margin-top: 20px;
	text-align: justify;
	padding: 0 25px 25px;
}
.job_tab_wrapper{
	background: #fff;
	width: 100%;
	box-shadow: 0 0 5px 0 #ccc;
	margin-bottom: 30px;
}
.tab_category{
	width: calc(100% / 3);
	border-bottom :1px solid;
	border-image: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  border-image: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
	border-image-slice: 1;
	display: block;
  float: left;
	text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
	padding: 20px 20px 25px;
	background: #f0efef;
	box-sizing: border-box;
}
.job_tab_wrapper input[name="tab_category"]{
	display: none;
}
.tab_content {
  display: none;
  padding: 40px 40px;
  clear: both;
  overflow: hidden;
	text-align: justify;
}
#sol:checked ~ #sol_content,
#consult:checked ~ #consult_content,
#manage:checked ~ #manage_content {
  display: block;
}
.tab_icons{
	height: 26px;
}
.job_tab_wrapper input:checked + .tab_category {
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  color: #fff;
	font-weight: bold;
}
.job_tab_wrapper input:checked + label .tab_icons{
	fill: #fff;
}
.job_interview_container li{
	background: none;
	padding: 0;
}
.job_interview_imgscale{
	width: 100%;
	overflow: hidden;
}
.job_interview_imgscale img{
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.job_interview_imgscale img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.personal_data_container{
	position: relative;
	min-height: 200px;
}
.personal_data_inner{
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -25px;
	padding: 20px 25px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.personal_data_inner:hover{
	box-shadow: 0 0 5px 0 #ccc;
}
.job_ftImg{
	width: 100%;
	height: 400px;
	background-size: cover;
}
#para-img{
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: none;
	position: relative;
}
#para-img::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: -1;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	transform: translate3d(0,0,0);
}
.job_all::before{
	background-image: url('../job/img/job_ft.jpg');
}
.staff_img_container{
	position: relative;
	margin-top: 70px;
	height: 400px;
}
.staff_img,
.staff_img_rotate{
	position: absolute;
	top: 0;
	width: calc(70% - 2px);
	height: 400px;
}
.staff_img{
	right: 0;
}
.staff_img_rotate{
	left: 0;
}
.yamaoka{
	background: url(../job/img/yamaoka.jpg) top center no-repeat;
	background-size: cover;
}
.akasaka{
	background: url(../job/img/akasaka.jpg) top center no-repeat;
	background-size: cover;
}
.kameda{
	background: url(../job/img/kameda.jpg) top center no-repeat;
	background-size: cover;
}
.nameBox,
.nameBox_rotate{
	position: absolute;
	top:  18%;
	background: linear-gradient(left, #90c9e9 0%, #0184cc 100%);
	background: -webkit-linear-gradient(left, #90c9e9 0%, #0184cc 100%);
	width: calc(40% + 2px);
	padding: 40px;
	color: #fff;
}
.nameBox{
	left: 0;
}
.nameBox_rotate{
	right: 0;
}
.interviewArea{
	display: flex;
	justify-content: space-between;
	text-align: justify;
}
.interviewArea li{
	width: calc(50% - 20px);
}
.interviewArea li:first-child{
	margin: 60px 0 0;
}



/*** entry
*********************************************************/
#entry_cover{
	background-image: url(../entry/img/entry_cover.jpg);
}
.formTitle{
	width:100%;
	border-bottom :1px solid;
	border-image: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  border-image: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
	border-image-slice: 1;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}
.mailform{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
}
.mailform th,
.mailform td{
	vertical-align: top;
	padding-top: 30px;
}
.mailform th{
	width: 25%;
	padding-right: 30px;
}
.mailform th span{
	color: #e22013;
	font-size: 10px;
	border: 1px solid;
	padding: 2px 4px;
	border-radius: 2px;
	margin-left: 5px;
}
.mailform td{
	width: 35%;
}
.mailform td:not(:last-child){
	padding-right: 30px;
}
.mailform select{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	box-sizing: border-box;
}
.mailform textarea{
	resize: none;
	height: 200px;
	overflow: scroll;
}
.mailform input,
.mailform select,
.questionnair,
.mailform textarea{
	background: #fff;
	padding: 8px 10px;
	width: 100%;
	border-radius: 4px;
}
.mailform input::placeholder {
  color: #bbb;
}
.mailform input[type="radio"]{
	width: 20px;
}
.policyBox{
	width: 100%;
	font-size: 13px;
	padding: 10px 15px;
	border: 1px solid #878787;
	height: 150px;
	overflow: scroll;
	margin-top: 20px;
	color: #878787;
}
form.cmxform label.error, label.error {
    color: #e22013;
		font-size: 11px;
}
label.error::before,
.required::before{
	white-space: pre-wrap;
	content: '\f071  ';
	font-family: 'FontAwesome';
}
.agreeBox input[type="checkbox"]{
	-webkit-transform: scale(1.5);
   transform: scale(1.5);
	 margin-right: 10px;
}
/* .agreeBox input[type="checkbox"]{
	opacity: 0;
	margin-left: -12px;
}
.agreement{
	padding-left: 20px;
  position:relative;
	font-size: 17px;
}
.agreeBox label{ width: 100%;}
.agreement::before{
	content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-radius: 4px;
}
.agreeBox input[type="checkbox"]:checked + .agreement{
  color: #e22013;
	font-weight: bold;
}
.agreeBox input[type="checkbox"]:checked + .agreement::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e22013;
  border-right: 3px solid #e22013;
} */
.mfp_buttons button{
	margin: 30px auto;
	display: block;
	width: 320px;
	font-size: 16px;
	background: #e22013;
	color: #fff;
	font-weight: bold;
	padding: 30px;
}


/*** message
*********************************************************/
#message_cover{
	background-image: url(../about/img/message_top.jpg);
}
.message{
	padding: 75px 0;
}
.introduce{
	position: relative;
	width: 100%;
}
.introduceImg{
	width: 70%;
	margin: 0 calc(10% - 5px) 0 auto;
}
.introduceTxt{
	position: absolute;
	top:  10%;
	left: 0;
	background: linear-gradient(left, #90c9e9 0%, #0184cc 100%);
	background: -webkit-linear-gradient(left, #90c9e9 0%, #0184cc 100%);
	width: 45%;
	padding: 60px;
	color: #fff;
}
.name{
	font-size: 25px;
	line-height: 1.1;
	font-weight: bold;
}
.name span{
	font-size: 15px;
}
.messageArea,
.lifesupportBox,
.commonWrapper{
	width: calc(80% + 4px);
	margin: auto auto auto calc(10% + 1px);
	padding: 60px 0;
}
.choiceWrapper{
	width: calc(80% + 4px);
	margin: auto auto auto calc(10% + 1px);
	padding: 20px 0 35px;
}
.messageTitle,
.lifeTitle{
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}
.hilight{
	padding-bottom: 2px;
	font-weight: bold;
	color: #0184cc;
}
.messageQ_container{
	background: #f7f6f6;
	padding: 30px;
	width: 75%;
	margin: auto;
}
.messageQ{
	background: #fff;
	padding: 30px;
	margin: auto;
}
.messageQ li{
	width: auto;
	margin-bottom: 30px;
	font-size: 18px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}



/*** about
*********************************************************/
#about_cover{
	background-image: url(../about/img/hakata.jpg);
	background-position: center center;
}
.aboutH2{
	line-height: 1.4;
	font-size: 28px;
	text-align: center;
}
.philosophy li,
.companyMission{
	margin-top: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.9;
}
.profile{
	display: flex;
	justify-content: space-between;
}
.profile li{
	width: 48%;
}
.profile table{ width: 100%; }
.profile th,
.profile td{
	vertical-align: top;
}
.profile th{
	width: 20%;
	padding: 0 15px 10px 0;
	font-weight: bold;
}
.profile td{
	width: 80%;
	padding: 0 0 10px 0;
	text-align: justify;
}
.outline{
	display: flex;
}
.outline li:first-child{
	width: 15%;
	border-right :1px solid;
	padding: 10px 0 15px 0;
	font-family: 'Barlow', sans-serif;
}
.outline li:last-child{
	padding: 10px 0 15px 30px;
	width: 85%;
}
.graph_container{
	background: #fff;
	width: 100%;
	padding: 30px;
}
.graph img{
	width: 100%;
}
.infographic_counter,
.age_average{
	display: flex;
	justify-content: space-between;
}
.infographic_counter > li{
	width: calc(50% - 10px);
	padding: 0;
}
.age_average > li{
	padding: 0;
}
.age_average > li:first-child{
	width: 40%;
}
.age_average > li:last-child{
	width: 60%;
	padding-left: 10px;
}

.ratio_img{
	display: block;
	margin: auto;
	width: 80%;
}
.average{
	width: 50%;
}

p[class^="counter_"]{
	font-size: 40px;
	font-weight: bold;
	font-family: 'Barlow', sans-serif;
	margin: 0;
	line-height: 1.0;
}
.counter_man::after,
.counter_woman::after{
	content: '%';
	font-size: 18px;
}
.counter_manAge::after,
.counter_womanAge::after,
.counter_all::after{
	content: '歳';
	font-size: 18px;
}
.counter_student::before{
	content: '約';
	font-weight: bold;
	font-size: 18px;
}
.counter_student::after{
	content: '人';
	font-size: 18px;
}

/*** life
*********************************************************/
#support_cover{
	background-image: url(../life/img/support.jpg);
}
.support_icon_connection{
	display: flex;
	justify-content: space-between;
}
.support_icon_connection > li{
	width: calc(100% / 3 - 40px);
}
.icon_blocks{
	display: block;
}
.icons{ display: flex;}
.icons > li:first-child{
	width: 60px;
}
.icons > li:last-child{
	font-size: 11px;
	font-family: 'Barlow', sans-serif;
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  -webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 20px 0 0 5px;
}
.icon_detail{
	width: 100%;
}
.stylename{
	font-size: 20px;
	font-weight: 600;
}
.pickup{
	position: relative;
	width: 100%;
	height: 450px;
	background: url(../life/img/pickup.jpg) center left no-repeat;
	background-size: cover;
}
.intro_hirota{
	background: -webkit-linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
  background: linear-gradient(left, #5bcdcf 0%, #0184cc 100%);
	position: absolute;
	bottom: 75px;
	left: 10%;
	padding: 30px;
	color: #fff;
}
.hirota_name{
	font-size: 20px;
	font-weight: bold;
}
.hirota_photo{
	display: flex;
	margin: 40px auto;
}
.hirota_photo li{
	width: 50%;
}
.hirota_photo li img{
	width: 100%;
}

/*** trtaining
*********************************************************/
#training_cover{
	background-image: url(../life/img/training.jpg);
	background-position: center center;
}
.traigningMenu{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.traigningMenu > li{
	width: calc(100% / 2 - 30px);
}
.traigningMenu > li:last-child{
	background: #f0efef;
	padding: 30px;
}
.menuDetail{
	 display: flex;
	 flex-wrap: wrap;
 }
.menuDetail > li{
	padding: 0 15px 10px 0;
	width: 50%;
}
.menuDetail > li::before{
	white-space: pre-wrap;
	content: '\f0da  ';
	font-family: 'FontAwesome';
}
.lohas li{
	display: flex;
	padding: 15px 0 10px;
	width: 100%;
}
.lohas li:not(:last-child){
	border-bottom: 1px solid #f0efef;
}
.lohasImg{
	width: 50%;
}
.lohasTxt{
	width: 50%;
	padding-left: 30px;
}

/*** group
*********************************************************/
#group_cover{
	background-image: url(../about/img/group.jpg);
}
.group_outline{
	background: #f4f5f5;
}
.group_company li{
	padding: 20px 0 15px;
}
.group_company img{
	display: block;
	width: 220px;
}
.company_links{
	font-weight: 600;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	display: inline-block;
}
.group_company li > p{
	margin-left: 1em;
}
.csr{
	background: #f7f6f6;
}
.csr_activity{
	display: flex;
	justify-content: space-between;
}
.csr_activity li{
	width: calc(100% / 3 - 30px);
}
