@charset "utf-8";
#h2_hanger{
	position: relative;
	height: 130vh;
}

#h2_hanger dl{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 50px 10%;
	background: rgba(0,0,0,0.80);
	color: #FFFFFF;
	z-index: 1;
}
#h2_hanger dl dt{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	font-size: 2.4rem;
}
#h2_hanger dl dd{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-size: 1.5rem;
}

#h2_hanger.staffing{ background-image: url("../business/img/bg_h2_staffing.jpg");}
#h2_hanger.abroad{ background-image: url("../business/img/bg_h2_1.jpg");}
#h2_hanger.abroad_living{	background-image: url("../business/img/bg_h2_abroad_living.jpg");}
#h2_hanger.green_energy{ background-image: url("../business/img/bg_h2_solar.jpg");}

article.staffing h3::after{ background: #22a573;}
article.abroad h3::after{ background: #0071ac;}
article.green_energy h3::after{ background: #9E660B;}

article.staffing h4{ color: #22a573;}
article.abroad h4{ color: #0071ac;}
article.green_energy h4{ color: #9E660B;}


.inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-align: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: flex-start;/*--- IE10 ---*/
	-webkit-align-items: flex-start;/*--- safari（PC）用 ---*/
	align-items: flex-start;
  flex-wrap: wrap;	
}

.inner table{
	width: 49%;
	margin: 0;
}

#feat dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
  flex-wrap: nowrap;
}

#feat dl dt{
	/*width: 50%;*/
}

#feat dl dd{
	width: 40%;
	margin: 0 0 0 -10%;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

#feat dl dd h4{
	margin: 0;
	padding: 0;
	border: none;
}

.feat_num{
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;	
}

.abroad h3::after{ color: #3a6da4;}

#support{
	width: 100vw;
	margin-top: 50px;
	margin-left: calc(50% - 50vw);
	background: url("../business/img/bg_support.jpg") no-repeat center bottom;
	background-size: cover;
}

#support h3{
	margin: 0;
	padding: 30px 0;
	text-align: center;
	color: #FFFFFF;
}

#support .inner{
	max-width: 1200px;
	margin: auto;
	padding: 0 15px 60px;
	-webkit-box-align: stretch;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: stretch;/*--- IE10 ---*/
	-webkit-align-items: stretch;/*--- safari（PC）用 ---*/
	align-items: stretch;
}

#support h3::after{ display: none;}

#support dl{
	width: 32%;
	padding: 20px;
	background: #FFFFFF;
}
#support dl dt{
	text-align: center;
	border-bottom: 1px solid #333333;
	font-weight: bold;
}
article.staffing dl dt{ color: #22a573;}
article.abroad dl dt{ color: #0071ac;}
article.solar dl dt{
	font-weight: bold;
}

.voice .inner dl{
	width: 49%;
	padding: 30px;
	background: #E6E6E6;
}

.security .inner{
	-webkit-box-align: stretch;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: stretch;/*--- IE10 ---*/
	-webkit-align-items: stretch;/*--- safari（PC）用 ---*/	
}

.security .inner dl{
	width: 31%;
	padding: 30px;
	background: #E6E6E6;	
}

.experience{margin: 30px 0;}
.experience::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

.experience:nth-child(odd){ float: right;}
.experience:nth-child(even){ float: left;}

.experience h4{
	max-width: 800px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
  flex-wrap: wrap;
}
.experience:nth-child(odd) h4{
	flex-direction: row-reverse;
	text-align: right;
}

.experience h4 img{
	width: 120px;
	height: 120px;
	margin: 0 10px 0 0;
}

.experience dl{
	position: relative;
	max-width: 800px;
	margin: 20px auto;
	padding: 30px;
	background: #ededed;
	border-radius: 20px;
}
.experience dl:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 60px;
  margin: 0 0 0 -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ededed;
}
.experience:nth-child(odd) dl:before{
	left: auto;
	right: 60px;
  margin: 0 -15px 0 0;
}

.experience dl dt{
	padding: 0;
	font-weight: bold;
}

.experience dl dd{ padding: 15px 0 0 0;}
.experience dl dd img{
	max-width: 280px;
	height: auto;
}


/**************************************************
 abroad
**************************************************/
#tarlac_feat{
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
  flex-wrap: wrap;	
}

#tarlac_feat dl{
	width: 48%;
	margin: 20px 0;
	padding: 0;
}

#tarlac_feat dl dt{
	margin: 0;
	padding: 0;
}

#tarlac_feat dl dd{
	position: relative;
	width: 100%;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.30);
}

#tarlac_feat dl dd h4{
	margin: 10px;
	text-align: center;
  font-size: 20px;
  font-size: 2.0rem;	
}
#tarlac_feat dl dd h4 span{
	margin: 0 15px 0 0;
  font-size: 32px;
  font-size: 3.2rem;	
}

#com dl{
	margin: 0 0 15px 0;
	padding: 20px;
	background: #ededed;
}

#com dl dt{ font-weight: bold;}

#com dl dt span{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 15px;
	background: #0071ac;
	line-height: 1;
	color: #FFFFFF;
}

#com dl dd{
	padding: 15px;
	background: #FFFFFF;	
}

#course .inner{
	-webkit-box-align: stretch;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: stretch;/*--- IE10 ---*/
	-webkit-align-items: stretch;/*--- safari（PC）用 ---*/
	align-items: stretch;	
}

.course_hanger{
	width: 48%;
	padding: 30px;
	background: #ededed;
}

.course_hanger h4{ margin: 5px 0;}

#cost table{
	margin: auto;
	width: 80%;
}
#cost table th{ text-align: center;}
#cost table th.ae{ background-color: darkgoldenrod;}
#cost table td{ text-align: right;}


.environment{
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
  flex-wrap: wrap;	
}
.environment:nth-child(even){	background: #ededed;}

.env_text{
	width: 60%;
	padding: 40px;
}
.env_text h4{	margin: 0;}

.env_image{ width: 38%;}

.env_image ul,
.env_image ul li{
	margin: 0;
	padding: 0;
}

.env_image .slick-prev{
	left: 10px;
	z-index: 2;
}
.env_image .slick-next{
	right: 10px;
	z-index: 2;	
}

.env_image img{
	width: 100%;
	height: auto;
}

.schedule_con{
	width: 48%;
}

.schedule_con table{ width: 100%;}
.schedule_con table th{
	width: 25%;
	text-align: center;
	white-space: nowrap;
}

.support{
	max-width: 880px;
	margin: 40px auto;
	padding: 30px;
	border: 2px solid #d0b669;
	border-radius: 10px;
}

.support h3{
	margin: 0;
	text-align: center;
}
.support h3::after{ display: none;}

.support ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-align: stretch;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: stretch;/*--- IE10 ---*/
	-webkit-align-items: stretch;/*--- safari（PC）用 ---*/
	align-items: stretch;
  flex-wrap: wrap;	
}

.support ul li{
	width: 32%;
	margin: 0;
	padding: 15px;
	list-style: none;
}
.support ul li span{
	display: block;
	height: 80px;
	margin: 0 0 10px 0;
	vertical-align: middle;
	text-align: center;
}
.support ul li span img{
	width: auto;
	height: 100%;
}

.choice{
	max-width: 900px;
	margin: 30px auto;
	border-radius: 10px;
}

.choice dl{
	width: 48%;
	padding: 20px;
	background: rgba(235,235,235,1.00);
	border-radius: 10px;
}

.choice dl dt{ text-align: center;}

.choice dl dd img{
	width: 100%;
	height: auto;
	margin: 10px 0;
	text-align: center;
}

.w100{
	width: 100vw;
	margin: 50px 0 0 0;
	margin-left: calc(50% - 50vw);
}

.self dl{
	margin: 15px 0;
	padding: 15px;
	border: 2px solid #EDEDED;
	border-radius: 10px;
}

.self dl dt{ color: #9E660B;}


/**************************************************
 Responsive
**************************************************/

@media screen and (max-width: 744px){
	
	#h2_hanger { height: auto;}
	
	#h2_hanger dl{
		position: inherit;
		padding: 20px;
	}
	#h2_hanger dl dt {
		font-size: 20px;
		font-size: 2.0rem;
	}
	#h2_hanger dl dt br{ display: none;}
	
	#feat dl{ flex-wrap: wrap;}
	#feat dl dt{ width: 100%;}
	#feat dl dd{
		width: 90%;
		margin: -30px auto 0;
		padding: 15px;
	}

  #tarlac_feat dl{ width: 100%;}
	#tarlac_feat dl dd{ margin: 0;}
	
	.course_hanger{ width: 100%;}
	
	.environment:nth-child(even){ background: none;}
	.env_text{
		width: 100%;
		padding: 0;
	}	
	.env_image{ width: 100%;}
	
	.voice .inner dl,
	#support dl,
	.inner table{
		width: 100%;
		margin: 10px 0;
	}
	
	.experience:nth-child(odd),
	.experience:nth-child(even){ float: none;}
	
	.security .inner dl{
		width: 100%;
		margin: 10px 0;
	}
	
	#cost table{ width: 100%;}
	
	.schedule_con{ width: 100%;}
	.schedule_con table th{
		width: 100%;
		text-align: left;
	}

  .support ul li{
    width: 48%;
		padding: 15px 0;
  }
	
	.choice dl{	width: 100%;}

}
