@charset "UTF-8";
/*main img
---------------------*/
header{
	background: #FFFBED url("../img/main_recruit@2x-8.png") no-repeat top center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.main_text{
	margin: auto;
	left: inherit;
}
}
.h3_style.read_text{
	line-height: 1.4;
	text-align: left;
	margin-bottom: 4rem;
	padding-bottom: 0;
}
.right_cont{
	padding-left: 6rem;
}
.pt0{
	padding-top: 0;
}
@media screen and (max-width: 1100px) {
.right_cont{
	padding-left: 2rem;
}
}
@media screen and (max-width: 1100px) {
.h3_style.read_text{
	text-align: center;
	margin-bottom: 2rem;
}
.right_cont{
	order: 1;
	padding-left: 0;
	text-align: center;
	margin-bottom: 3rem;
}
.left_cont{
	order: 2;
}
}
/*Attractiveness
---------------------*/
.attractiveness_list li{
	width: 35.6rem;
	max-width: 33%;
	border: 2px solid #de6967;
	border-radius: 14px;
	padding: 3rem 1rem;
}
.attractiveness_ico{
	width: 22.4rem;
	display: block;
	margin: 0 auto 1.5rem;
}
.attractiveness_h4{
	font-family: "Zen Maru Gothic", serif;
	font-size: 2.2rem;
	color: #ffffff;
	text-align: center;
	padding: 1.5rem .5rem;
	background: #de6967;
	margin-bottom: 1.5rem;
	line-height: 1;
}
.attractiveness_text{
	padding: 0 0.8rem;
}
@media screen and (max-width: 1100px) {
.attractiveness_list li{
	padding: 3rem;
}
.attractiveness_h4{
	font-size: 2.2rem;
}
}
@media screen and (max-width: 960px) {
.attractiveness_list li{
	width: 100%;
	max-width: 48%;
	margin: 0 auto 2rem;
}
.attractiveness_list li:last-child{
	margin-bottom: 0;
}
.attractiveness_ico{
	margin: 0 auto 1rem;
}
.attractiveness_h4{
	font-size: 1.8rem;
	padding: 1.5rem .5rem;
	margin-bottom: 1rem;
}
}
@media screen and (max-width: 767px) {
.attractiveness_list{
	max-width: 500px;
	margin: auto;
}
.attractiveness_list li{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 2rem;
}
.attractiveness_h4{
	font-size: 1.8rem;
	padding: 1rem;
}
}
/*Attractiveness
---------------------*/
.application{
	background: #fffffd;
	border: 2px solid #c2d968;
	border-radius: 1.5rem;
	padding: 3rem 3rem 3rem;
	justify-content: center;
}
.application dt{
	width: 14rem;
	color: #fffffd;
	background: #c2d968;
	font-weight: bold;
	text-align: center;
	padding: .7rem;
	margin-bottom: 1rem;
	border-radius: 1.5rem;
	margin-right: 3rem;
}
.application dd{
	width: 73%;
	max-width: calc(100% - 17rem);
	padding: .7rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
.application{
	max-width: 500px;
	margin: 3rem auto 0;
	display: block;
}
.application dd{
	width: 100%;
	max-width: 100%;
}
}
/*flow
---------------------*/
.flow_list{
	margin-top: 3rem;
}
.flow_list li{
	width: 21.2rem;
	max-width: 16.3%;
	border: 2px solid #de6967;
	background: #fff;
	border-radius: 14px;
	padding: 0 1.5rem 1.5rem;
}
.flow_num{
	display: block;
	width: 6rem;
	margin: -3rem auto 1rem;
}
.flow_h4{
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1.5rem;
}
.flow_ico img{
	display: block;
	width: auto;
	height: 5rem;
	margin: 0 auto 2rem;
}
.flow_text{
	font-size: 1.4rem;
	letter-spacing: 0.1px;
}
@media screen and (max-width: 1100px) {
.flow_list{
	justify-content: center;
}
.flow_list li{
	width: 30rem;
	max-width: 32%;
	margin: 0 0.5% 3rem;
	padding: 0 2.5rem 2.5rem;
}
.flow_list li:nth-child(4),
.flow_list li:nth-child(5),
.flow_list li:nth-child(6){
	margin-bottom: 0;
}
.flow_h4{
	font-size: 2rem;
}
.flow_text{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 960px) {
.flow_list{
	justify-content: space-between;
}
.flow_list li:nth-child(4),
.flow_list li:nth-child(5),
.flow_list li:nth-child(6),
.flow_list li{
	width: 48%;
	max-width: 48%;
	margin: 0 auto 3rem;
}
}
@media screen and (max-width: 767px) {
.flow_h4{
	font-size: 1.8rem;
}
.flow_text{
	font-size: 1.4rem;
	text-align: center;
}
.flow_list{
	max-width: 500px;
	margin: 3rem auto 0;
}
.flow_list li:nth-child(4),
.flow_list li:nth-child(5),
.flow_list li:nth-child(6),
.flow_list li{
	width: 100%;
	max-width: 100%;
	margin: 0 auto 4rem;
}
}