@charset "utf-8";
/* CSS Document */
.not_contents {
    background-color: var(--clr-w);
    border-radius: 20px;
	padding:50px 20px;
	/*font-size:2.0rem;*/
	box-sizing: border-box;
}
@media (max-width: 959px) {
  .not_contents{
    margin: 0 20px;
	width:auto;
  }
}

/*///////////////////////////////////////////////////////////////////////////
 RECRUIT
///////////////////////////////////////////////////////////////////////////*/
#RECRUIT .fastview {
	position: relative;
	overflow: hidden;
}
@media (min-width: 960px) {
	#RECRUIT .fastview {
		min-height: 770px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		background: url(../../img/recruit/top_fastview_01.jpg) bottom center / cover no-repeat;
	}
}
@media (max-width: 959px) {
	#RECRUIT .fastview {
		height: 520px;
		background: url(../../img/recruit/top_fastview_01.jpg) bottom left / cover no-repeat;
	}
}
#RECRUIT .fastview_in{
	z-index: 2;
}
@media (min-width: 960px) {
	#RECRUIT .fastview_in{
		width: 980px;
		margin: 0 auto;
		background: url(../../img/recruit/top_fastview_02.png) bottom right 20px / auto 750px no-repeat;
	}
}
@media (max-width: 959px) {
	#RECRUIT .fastview_in{
		width : 100%;
		height: 100%;
		padding: 0 20px;
		background: url(../../img/recruit/top_fastview_02.png) bottom left -33vw / auto 120vw no-repeat;
		position: relative;
	}
}
#RECRUIT .fastview_txt{
	margin-top: 30px;
	color: var(--clr-g-dark);
	text-align: left;
}
@media (min-width: 960px) {
	#RECRUIT .fastview_txt{
		margin-top: 30px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .fastview_txt{
		margin-top: 20px;
		margin-left: 38vw/*140px*/;
	}
}
#RECRUIT .fastview_txt_dl>dt{
	font-weight: bold;
	line-height: 1.2;
}
@media (min-width: 960px) {
	#RECRUIT .fastview_txt_dl>dt{
		font-size: 2.2rem;
	}
}
@media (max-width: 959px) {
	#RECRUIT .fastview_txt_dl>dt{
		font-size: 1.2rem;
	}
}
#RECRUIT .fastview_txt_dl>dd{
	margin-top: 5px;
}
@media (min-width: 960px) {
	#RECRUIT .fastview_txt_dl>dd{
	}
}
@media (max-width: 959px) {
	#RECRUIT .fastview_txt_dl>dd{
		font-size: 1.0rem;
	}
	#RECRUIT .fastview_txt_dl>dd br{
		display: none;
	}
}
#RECRUIT .fastview_txt_dl + .fastview_txt_dl{
}
@media (min-width: 960px) {
	#RECRUIT .fastview_txt_dl + .fastview_txt_dl{
		margin-top: 20px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .fastview_txt_dl + .fastview_txt_dl{
		margin-top: 10px;
	}
}
#RECRUIT .fastview_lead{
}
@media (min-width: 960px) {
	#RECRUIT .fastview_lead{
		padding-top: 100px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .fastview_lead{
		padding-top: 70px;
	}
}
#RECRUIT .fastview_lead_ul>li{
	box-sizing: border-box;
}
@media (min-width: 960px) {
	#RECRUIT .fastview_lead_ul>li{
		width : 430px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .fastview_lead_ul>li{
		width : 210px;
	}
	#RECRUIT .fastview_lead_ul>li:nth-child(1) { margin-left: 30vw;}
	#RECRUIT .fastview_lead_ul>li:nth-child(2) { margin-left: 30vw; margin-top: 5px;}
}
#RECRUIT .fastview_lead_ul>li img{
	width : 100%;
	height: auto;
}

#RECRUIT .top_ttl,
#RECRUIT .top_ttl_sub,
#RECRUIT .top_ttl_txt {
	text-align: center;
	color: #0a6155;
}
#RECRUIT .top_ttl {
	margin-bottom: 20px;
	transform: skew(-15deg);
	font-weight: bold;
	line-height: 1;
}
@media (min-width: 960px) {
  #RECRUIT .top_ttl {
    font-size: 8.0rem;
  }
}
@media (max-width: 959px) {
  #RECRUIT .top_ttl {
    display: inline-block;
    font-size: 4.0rem;
  }
}
#RECRUIT .top_ttl_sub {
}
@media (min-width: 960px) {
  #RECRUIT .top_ttl_sub {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
@media (max-width: 959px) {
  #RECRUIT .top_ttl_sub {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
#RECRUIT .top_ttl_txt {
	padding: 0 20px;
	line-height: 1.6;
}
@media (min-width: 960px) {
  #RECRUIT .top_ttl_txt {
    margin-bottom: 50px;
	font-size: 1.8rem;
  }
}
@media (max-width: 959px) {
  #RECRUIT .top_ttl_txt {
    margin-bottom: 30px;
    text-align: left;
	font-size: 1.6rem;
  }
}
#RECRUIT .gallery {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
@media (min-width: 960px) {
  #RECRUIT .gallery {
    margin-bottom: 50px;
  }
}
@media (max-width: 959px) {
  #RECRUIT .gallery {
    margin-bottom: 30px;
  }
}
/*
#RECRUIT .gallery_slide {
	display: flex;
	will-change: transform;
	transition: transform 0s;
}
#RECRUIT .gallery_slide li {
	flex: 0 0 20%;
	padding-left: 20px;
	box-sizing: border-box;
}
#RECRUIT .gallery_slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
*/
#RECRUIT .data_area{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  #RECRUIT .data_area{
  }
}
@media (max-width: 959px) {
  #RECRUIT .data_area{
    padding: 0 20px;
  }
}
#RECRUIT .data {
	color: var(--clr-g-dark);
	background-color: var(--clr-w);
	border-radius: 20px;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
}
@media (min-width: 960px) {
  #RECRUIT .data {
    width: 315px;
    padding: 20px;
  }
}
@media (max-width: 959px) {
  #RECRUIT .data {
    width : 100%;
    padding: 20px;
  }
}

#RECRUIT .data_ul.type_mw{
}
@media (min-width: 960px) {
  #RECRUIT .data_ul.type_mw{
  }
}
@media (max-width: 959px) {
  #RECRUIT .data_ul.type_mw{
    max-width: 300px;
    margin: 0 auto;
  }
}

#RECRUIT .data.type_2col{
}
@media (min-width: 960px) {
  #RECRUIT .data.type_2col{
    width: 49%;
  }
}
@media (max-width: 959px) {
  #RECRUIT .data.type_2col{
    width: 100%;
  }
}

#RECRUIT .data.type_1col{
	width: 100%;
}
@media (min-width: 960px) {
  #RECRUIT .data:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  #RECRUIT .data:nth-child(n+2) {
    margin-top: 20px;
  }
}
#RECRUIT .data > dt{
	margin-bottom: 10px;
	font-size: 2.5rem;
}
#RECRUIT .type_2col > dt { 
	margin-bottom: 20px;
}
#RECRUIT .data_num{
	color: var(--clr-o);
	font-size: 6.5rem;
	letter-spacing: -0.02em;
	line-height: 1;
}
#RECRUIT .data_unit{
	margin-left: 5px;
	font-size: 2.4rem;
}
#RECRUIT .data_txt{
}
@media (min-width: 960px) {
	#RECRUIT .data_txt{
		font-size: 1.6rem;
		font-weight: normal;
	}
}
@media (max-width: 959px) {
	#RECRUIT .data_txt{
		font-weight: normal;
	}
}
#RECRUIT .data_img { 
	height: 80px; 
	margin-bottom: 10px;
}
#RECRUIT .data_img img{ 
	width : auto;
	height: 100%;
}
@media (min-width: 960px) {
	#RECRUIT .data_img img{ 
		max-width: 300px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .data_img img{ 
		max-width: 280px;
	}
}
#RECRUIT .data_img img + img { 
	margin-left: 20px;
}
#RECRUIT .data_img.type_L { 
}
@media (min-width: 960px) {
	#RECRUIT .data_img.type_L { 
		height: 300px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .data_img.type_L {
		height: 100%;
	}
}
#RECRUIT .data_dl{
	display: inline-block;
	border: 2px solid #bfe5de;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 0;
}
@media (min-width: 960px) {
  #RECRUIT .data_dl{
    width: 48%;
  }
}
@media (max-width: 959px) {
  #RECRUIT .data_dl{
    width: 100%;
  }
}

#RECRUIT .data_dl + .data_dl{
}
@media (min-width: 960px) {
  #RECRUIT .data_dl + .data_dl{
    margin-left: 4%;
  }
}
@media (max-width: 959px) {
  #RECRUIT .data_dl + .data_dl{
    margin-top: 15px;
  }
}

#RECRUIT .data_dl > dt,
#RECRUIT .data_dl > dd{
	padding: 10px;
	font-size: 1.6rem;
}
#RECRUIT .data_dl > dt{
	background-color: #bfe5de;
	border-radius: 5px 5px 0 0;
	color: var(--clr-g-dark);
}
#RECRUIT .data_dl_week{
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #f5d2c2;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	color: var(--clr-o);
}
#RECRUIT .data_dl_week + .data_dl_week{
	margin-top: 10px;
}

#RECRUIT .data_com{
	position: absolute;
	right : 0;
	bottom: -20px;
	font-weight: normal;
	font-size: 1.2rem;
}
#RECRUIT .data.data_mycar {
	box-sizing: border-box;
	border-radius: 20px;
	text-align: left;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#RECRUIT .data_mycar dd {
	font-weight: normal;
	line-height: 1.5;
}
@media (min-width: 960px) {
  #RECRUIT .data.data_mycar {
    min-height: 360px;
    padding-left: 400px;
    background: url(../../img/recruit/top_environment_06.png) left 50px center / auto 230px no-repeat var(--clr-w);
  }
  #RECRUIT .data_mycar dd {
    font-size: 1.6rem;
  }
}
@media (max-width: 959px) {
  #RECRUIT .data.data_mycar {
    min-height : 360px;
    padding-top: 220px;
    background: url(../../img/recruit/top_environment_06.png) center top 20px / 250px auto no-repeat var(--clr-w);
  }
  #RECRUIT .data_mycar dt {
    margin-bottom: 20px;
    text-align: center;
  }
  #RECRUIT .data_mycar dd {
    font-size: 1.4rem;
  }
}
#RECRUIT .data_mycar_ttl{
  padding-bottom: 5px;
	font-weight: bold;
	color: var(--clr-o);
	line-height: 1;
	border-bottom:2px solid var(--clr-o);
	position: relative;
	display: inline-block;
}
@media (min-width: 960px) {
  #RECRUIT .data_mycar_ttl{
    font-size: 2.2rem;
  }
}
@media (max-width: 959px) {
  #RECRUIT .data_mycar_ttl{
    font-size: 1.65rem;
  }
}
#RECRUIT .data_mycar_ttl:before{
	content: "";
	width : 15px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	background-color: var(--clr-w);
}
#RECRUIT .data_mycar_ttl:after{
	width : 14px;
	margin: 0;
	padding: 0;
	content: "";
	position: absolute;
	transform: rotate(-45deg);
	transform-origin: top left;
	border: 0;
	border-top: 2px solid var(--clr-o);
}
@media (min-width: 960px) {
	#RECRUIT .data_mycar_ttl:after{
		top : 35px;
		left: 50%;
	}
}
@media (max-width: 959px) {
	#RECRUIT .data_mycar_ttl:after{
		top : 31px;
		left: 49%;
	}
}
#RECRUIT .data_mycar_subttl{
	font-weight: bold;
	color: var(--clr-g-dark);
	display: inline-block;
	line-height: 1.2;
}
@media (min-width: 960px) {
  #RECRUIT .data_mycar_subttl{
    margin-top: 15px;
    font-size: 4.5rem;
    background:linear-gradient(transparent 60%, var(--clr-g-light) 60%);
  }
}
@media (max-width: 959px) {
  #RECRUIT .data_mycar_subttl{
    margin-top: 15px;
    font-size: 2.5rem;
    background:linear-gradient(transparent 60%, var(--clr-g-light) 60%);
  }
}
#RECRUIT .environment_subttl{
	text-align: center;
	font-weight: bold;
	color: var(--clr-g-dark);
	position: relative;
}

#RECRUIT .environment_subttl:before{
}
@media (min-width: 960px) {
	#RECRUIT .environment_subttl:before{
		content: "";
		width : 390px;
		height: 380px;
		position: absolute;
		top  : -190px;
		right: -95px;
		background: url(../../img/recruit/bg_sumairu.png) top left / 100% auto no-repeat;
		z-index: -1;
	}
}
@media (max-width: 959px) {
	#RECRUIT .environment_subttl:before{
	}
}

@media (min-width: 960px) {
  #RECRUIT .environment_subttl{
    padding: 40px;
    font-size: 4.0rem;
  }
}
@media (max-width: 959px) {
  #RECRUIT .environment_subttl{
    padding: 25px;
    font-size: 2.5rem;
    line-height: 1;
  }
}
#RECRUIT .incentive_head_main{
	background-color: #bfe5de;
	color: var(--clr-g-dark);
	font-weight: bold;
	text-align: left;
	line-height: 1;
}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_main{
		padding: 20px 0 15px;
		font-size: 2.0rem;
		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;
	}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_main{
		padding: 20px 0 15px;
		font-size: 2.0rem;
		text-align: center;
	}
}
#RECRUIT .incentive_head_main li:nth-child(1) {}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_main li:nth-child(1) { font-size: 2.2rem; letter-spacing: 5px;}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_main li:nth-child(1) { font-size: 1.4rem; letter-spacing: 2px;}
}
#RECRUIT .incentive_head_main li:nth-child(1) span { margin-top: 5px; display: inline-block;}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_main li:nth-child(1) span { font-size: 6.0rem;}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_main li:nth-child(1) span { font-size: 3.5rem;}
}
#RECRUIT .incentive_head_main li:nth-child(2) { margin-left: 20px; letter-spacing: -0.04em;}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_main li:nth-child(2) { font-size: 10.0rem;}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_main li:nth-child(2) { font-size: 7.0rem; line-height: 1.2;}
}
#RECRUIT .incentive_head_main li:nth-child(2) span { font-size: 5.0rem; line-height: 1; vertical-align: middle;}
#RECRUIT .incentive_head_main li:nth-child(2) .unit { vertical-align:inherit;}
#RECRUIT .incentive_head_main li:nth-child(3) { margin-left: 20px; margin-right: 10px;}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_main li:nth-child(3) { font-size: 3.0rem;}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_main li:nth-child(3) { font-size: 2.0rem;}
}
#RECRUIT .incentive_head_main li:nth-child(3) span { margin-right: 5px; letter-spacing: -0.1em; background: linear-gradient(var(--clr-y), var(--clr-y)); background-repeat: no-repeat;}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_main li:nth-child(3) span { font-size: 5.5rem; background-size: 100% 0.5em; background-position: 0 calc(100% - 10px);}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_main li:nth-child(3) span { font-size: 3.5rem; background-size: 100% 0.5em; background-position: 0 calc(100% - 5px);}
}
#RECRUIT .incentive_head_main li:nth-child(3) br {}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_main li:nth-child(3) br {}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_main li:nth-child(3) br { display: none;}
}
#RECRUIT .incentive_head_main li:nth-child(4) { font-size: 1.4rem; font-weight: normal;}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_main li:nth-child(4) { padding-top: 50px;}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_main li:nth-child(4) { padding-top: 10px;}
}
#RECRUIT .incentive_head_sub{
	padding: 20px 0;
	background-color: var(--clr-g);
	color: var(--clr-w);
	font-weight: bold;
	text-align: left;
}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_sub{
		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;
	}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_sub{
		text-align: center;
	}
}
#RECRUIT .incentive_head_sub li:nth-child(1){ 
	font-size: 2.0rem;	
}
#RECRUIT .incentive_head_sub li:nth-child(1) br { }
@media (min-width: 960px) {
	#RECRUIT .incentive_head_sub li:nth-child(1) br { }
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_sub li:nth-child(1) br { display: none; }
}
#RECRUIT .incentive_head_sub li:nth-child(2) { margin: 0 20px; color: var(--clr-y);}
#RECRUIT .incentive_head_sub li:nth-child(2) span {}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_sub li:nth-child(2) span { font-size: 7.0rem; line-height: 1;}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_sub li:nth-child(2) span { font-size: 4.5rem; line-height: 1.2;}
}
#RECRUIT .incentive_head_sub li:nth-child(2) .kanma { font-size: 3.0rem;}
#RECRUIT .incentive_head_sub li:nth-child(2) .unit { font-size: 3.0rem;}
#RECRUIT .incentive_head_sub li:nth-child(3) { font-weight: normal;}
@media (min-width: 960px) {
	#RECRUIT .incentive_head_sub li:nth-child(3) { font-size: 1.8rem;}	
	#RECRUIT .incentive_head_sub li:nth-child(3) span { font-size: 1.6rem;}	
}
@media (max-width: 959px) {
	#RECRUIT .incentive_head_sub li:nth-child(3) { font-size: 1.6rem;}	
	#RECRUIT .incentive_head_sub li:nth-child(3) span { font-size: 1.4rem;}	
}

#RECRUIT .incentive_faq{
	margin: 0 auto;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: left;
	font-weight: bold;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
@media (min-width: 960px) {
	#RECRUIT .incentive_faq{
		width: calc(100% - 70px);
	}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_faq{
		width: calc(100% - 18px);
	}
}
#RECRUIT .incentive_faq.type_Q { background-color: #cfffe1; color: var(--clr-g);}
#RECRUIT .incentive_faq.type_A { background-color: #f3f3f3; color: var(--clr-g-dark);}
@media (min-width: 960px) {
	#RECRUIT .incentive_faq.type_Q { font-size: 2.2rem;}
	#RECRUIT .incentive_faq.type_A { font-size: 1.6rem; margin-top: 15px;}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_faq.type_Q { font-size: 1.6rem;}
	#RECRUIT .incentive_faq.type_A { font-weight: normal; margin-top: 10px;}
}
#RECRUIT .incentive_faq:before{
	content: "";
	position: absolute;
}
@media (min-width: 960px) {
	#RECRUIT .incentive_faq:before{
		width : 35px;
		height: 40px;
		top:10px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_faq:before{
		width : 9px;
		height: 10px;
		top:15px;
	}
}
#RECRUIT .incentive_faq.type_Q:before{ background: url(../../img/recruit/top_environment_faq_01.png) right top / 100% auto no-repeat;}
#RECRUIT .incentive_faq.type_A:before{ background: url(../../img/recruit/top_environment_faq_02.png) left top / 100% auto no-repeat;}
@media (min-width: 960px) {
	#RECRUIT .incentive_faq.type_Q:before{ right: -35px;}
	#RECRUIT .incentive_faq.type_A:before{ left : -35px;}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_faq.type_Q:before{ right: -9px;}
	#RECRUIT .incentive_faq.type_A:before{ left : -9px;}

}
#RECRUIT .incentive_faq>dt{
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
	font-family: "Arial", sans-serif;
	line-height: 1;
}
@media (min-width: 960px) {
	#RECRUIT .incentive_faq>dt{
		width: 80px;
		font-size: 6.0rem;
	}
}
@media (max-width: 959px) {
	#RECRUIT .incentive_faq>dt{
		width: 20px;
		font-size: 2.0rem;
	}
}
#RECRUIT .incentive_faq>dd{
	flex: 1;
}

#RECRUIT .lists>li{
	padding-left: 1.1em;
	position: relative;
}
#RECRUIT .lists>li:before{
	content: "◆";
	position: absolute;
	display: inline-block;
	top : 0;
	left: 0;
}
#RECRUIT .lists>li + li{
	margin-top: 5px;
}
#RECRUIT .lists.memo {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #bfe5de;
	border-radius: 10px;
}

#RECRUIT .item_list{
}
@media (min-width: 960px) {
	#RECRUIT .item_list{
		padding: 20px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .item_list{
	}
}
#RECRUIT .item_list>li{
	box-sizing: border-box;
}
@media (min-width: 960px) {
	#RECRUIT .item_list>li{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
}
@media (max-width: 959px) {
	#RECRUIT .item_list>li{
	}
}
#RECRUIT .item_list>li +li{
	margin-top: 50px;
}
#RECRUIT .item_list_dl{
	-webkit-box-flex:1;
	-ms-flex:1 1 10%;
	flex:1 1 10%;
	text-align: left;
	color: var(--clr-g-dark);
	font-weight: bold;
}
@media (min-width: 960px) {
	#RECRUIT .item_list_dl{
		margin-left: 30px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .item_list_dl{
		margin-top: 10px;
	}
}
#RECRUIT .item_list_dl dt{
	border-bottom: 1px solid var(--clr-g);
}
@media (min-width: 960px) {
	#RECRUIT .item_list_dl dt{
		font-size: 2.5rem;
	}
}
@media (max-width: 959px) {
	#RECRUIT .item_list_dl dt{
		font-size: 2.0rem;
	}
}
#RECRUIT .item_list_dl dd{
	margin-top: 10px;
}
@media (min-width: 960px) {
	#RECRUIT .item_list_dl dd{
	}
}
@media (max-width: 959px) {
	#RECRUIT .item_list_dl dd{
		font-weight: normal;
	}
}
#RECRUIT .item_list_img{
}
@media (min-width: 960px) {
	#RECRUIT .item_list_img{
		width: 225px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .item_list_img{
		width: 100%;
	}
}
#RECRUIT .item_list_img img{
	width : 100%;
	height: auto;
	border-radius: 10px;
}


#RECRUIT .interview_wrap {
	width: 100%;
	overflow: hidden;
}
#RECRUIT .interview_slide {
	margin: 0;
	padding: 0;
	/*--marquee-duration: 200s; /* JSで実サイズから秒数に置換 */
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/*gap: 24px;*/
	list-style: none;
	will-change: transform;
	/*animation: marquee var(--marquee-duration) linear infinite;*/
}
/*#RECRUIT .interview_slide:hover { 
	animation-play-state: paused;
}*/
#RECRUIT .interview_slide > li { 
	/*flex: 0 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;*/
	display:block;
	max-width:312px;
	margin-right:20px;
}
#RECRUIT .interview_slide > li > a {
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	text-decoration: none;
	color: inherit;
}

#RECRUIT .interview_slide.not_slide{
		display:block;
}
#RECRUIT .interview_slide.not_slide > li { 
	display:inline-block;
	max-width:312px;
	margin-right:20px;
	margin-bottom:20px;
}


#RECRUIT .interview_slide_ul {
	height: 100%;
	margin: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	border: 1px solid #ddd;
	border-radius: 20px;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	background: var(--clr-w);
}
@media (min-width: 960px) {
	#RECRUIT .interview_slide_ul {
		min-width: 260px;
	} 
}
@media (max-width: 959px) {
	#RECRUIT .interview_slide_ul {
		min-width: 210px;
	} 
}
#RECRUIT .interview_slide_ul > li { 
	line-height: 1.6;
	position: relative;
}
#RECRUIT .interview_slide_ul > li:nth-child(1) {
	width: 100%;
	height: 80px;
	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;
	background-color: var(--clr-g);
	border-radius: 20px 20px 0 0;
	color: var(--clr-w);
}
@media (min-width: 960px) {
	#RECRUIT .interview_slide_ul > li:nth-child(1) {
		font-size: 1.8rem;
		line-height: 1.5;
	} 
}
@media (max-width: 959px) {
	#RECRUIT .interview_slide_ul > li:nth-child(1) {
		font-size: 1.6rem;
		line-height: 1.3;
	} 
}
#RECRUIT .interview_slide_ul > li:nth-child(2) {
	background-color: #DDD;
	overflow: hidden;
} 
@media (min-width: 960px) {
	#RECRUIT .interview_slide_ul > li:nth-child(2) {
		width : 310px;
		height: 370px;
	} 
}
@media (max-width: 959px) {
	#RECRUIT .interview_slide_ul > li:nth-child(2) {
		width : 210px;
		height: 250px;
	} 
}
#RECRUIT .interview_slide_ul > li:nth-child(3) {
	width : 100%;
	height: 90px;
	margin-top: auto;/* ← 最下段へ押し下げ */
	padding: 0 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	color: var(--clr-g);
	font-weight: normal;
	text-align: left;
	position: relative;
}
@media (min-width: 960px) {
	#RECRUIT .interview_slide_ul > li:nth-child(3) {
	}
}
@media (max-width: 959px) {
	#RECRUIT .interview_slide_ul > li:nth-child(3) {
		font-size: 1.0rem;
	}
}
#RECRUIT .interview_slide_ul > li:nth-child(3):before{
	content: "";
	width : 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--clr-g);
	position: absolute;
	top  : 50%;
	right: 20px;
	transform: translateY(-50%) ;
}
#RECRUIT .interview_slide_ul > li:nth-child(3):after{
	content: "";
	width : 20px;
	height: 20px;
	background: url(../../img/icon/ic_arrow_w.svg) top left / 100% auto no-repeat;
	position: absolute;
	top  : 50%;
	right: 35px;
	transform: translateY(-50%) ;
}
#RECRUIT .interview_slide_ul .name{
	font-weight: bold;
}
@media (min-width: 960px) {
	#RECRUIT .interview_slide_ul .name{
		font-size: 2.4rem;
	}
}
@media (max-width: 959px) {
	#RECRUIT .interview_slide_ul .name{
		font-size: 1.8rem;
	}
}
#RECRUIT .interview_slide_ul .marker { 
	background: rgba(255,255,255,0.85);
	display: inline-block;
	color: var(--clr-g-dark);
}
@media (min-width: 960px) {
	#RECRUIT .interview_slide_ul .marker { 
		padding: 5px 20px;
		font-size: 1.8rem;
	}
}
@media (max-width: 959px) {
	#RECRUIT .interview_slide_ul .marker { 
		padding: 2px 5px 2px 10px;
		font-size: 1.3rem;
	}
}
#RECRUIT .interview_slide_ul .marker + br + .marker{
}
@media (min-width: 960px) {
	#RECRUIT .interview_slide_ul .marker + br + .marker{
		margin-top: 10px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .interview_slide_ul .marker + br + .marker{
		margin-top: 5px;
	}
}
#RECRUIT .interview_slide_txt{
	width : 100%;
	height: 100%;
	position: absolute;
	top : 0;
	left: 0;
	box-sizing: border-box;
	text-align: left;
	display: block;
}
@media (min-width: 960px) {
	#RECRUIT .interview_slide_txt{
		padding-top: 250px;
	}
}
@media (max-width: 959px) {
	#RECRUIT .interview_slide_txt{
		padding-top: 170px;
	}
}
@keyframes marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(calc(-1 * var(--loop-width, 1000px))); }
}




/*///////////////////////////////////////////////////////////////////////////
 RECRUIT_COMPANY
///////////////////////////////////////////////////////////////////////////*/
#RECRUIT_COMPANY .secS{}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .secS{ 
		margin-bottom: 150px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .secS{ 
		padding: 0 20px;
	}
}
#RECRUIT_COMPANY .sec_ttl{
	position: relative;
	color: var(--clr-g-dark);
	line-height: 1;
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .sec_ttl{
		margin: 40px 0 30px;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .sec_ttl{
		margin: 30px 0 20px;
	}
}
#RECRUIT_COMPANY .sec_ttl_main{
  font-weight: bold;
  transform: skew(-15deg);
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .sec_ttl_main{
		font-size: 5.0rem;
		text-align: left;
		order: 1;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .sec_ttl_main{
		font-size: 3.0rem;
		text-align: center;
	}
}

#RECRUIT_COMPANY .outline_table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid var(--clr-g-dark);
}
#RECRUIT_COMPANY .outline_table tr{
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .outline_table tr{
		margin-bottom : 20px;
		padding-bottom: 10px;
	}
}
@media (max-width: 959px){
	#RECRUIT_COMPANY .outline_table tr{
		margin-bottom : 20px;
		padding-bottom: 10px;
	}
}
#RECRUIT_COMPANY .outline_table th,
#RECRUIT_COMPANY .outline_table td{
	text-align: left;
	vertical-align: top;
	word-break: break-word;
	border-top: 1px solid var(--clr-g-dark);
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .outline_table th,
	#RECRUIT_COMPANY .outline_table td{
		padding: 16px 20px;
		line-height: 1.8;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .outline_table th,
	#RECRUIT_COMPANY .outline_table td{
		width: 100%;
		display: block;
		padding: 16px 20px;
		line-height: 1.8;
	}
}
#RECRUIT_COMPANY .outline_table th{
	font-weight: bold;
	color: var(--clr-g-dark);
	white-space: nowrap;
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .outline_table th{
		width: 180px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .outline_table th{
		padding: 5px 0;
	}
}
#RECRUIT_COMPANY .outline_table td{
  color: #3b5e59;
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .outline_table td{
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .outline_table td{
		padding: 0 0 10px 0;
		border-top: none;
		font-size: 1.4rem;
		color: #3b5e59;
	}
}

#RECRUIT_COMPANY .orgchart_card{
	background:var(--clr-w);
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .orgchart_card{
		padding: 80px;
		border-radius: 20px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .orgchart_card{
		padding: 20px;
		border-radius: 10px;
	}
}
#RECRUIT_COMPANY .orgchart_card img{
	height:auto;
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .orgchart_card img{
		width:750px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .orgchart_card img{
		width:100%;
	}
}


#RECRUIT_COMPANY .history_txt{
	margin-bottom: 50px;
	text-align: left;
	color: var(--clr-g-dark);
}
#RECRUIT_COMPANY .history_grid{
	position: relative;
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .history_grid{
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .history_grid{
	}
}
#RECRUIT_COMPANY .history_grid:before {
	content: "";
	position: absolute;
	background: url(../../img/recruit/bg_sumairu.png) top left / 100% auto no-repeat;
	z-index: -1;
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .history_grid:before {
		width : 390px;
		height: 380px;
		bottom: -150px;
		right: -100px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .history_grid:before {
		width : 220px;
		height: 228px;
		bottom: -10px;
		right : 0;
	}
}
#RECRUIT_COMPANY .history_col{
	text-align: left;
}
@media (min-width: 960px) {
	#RECRUIT_COMPANY .history_col{
		width: 48%;
	}
}
@media (max-width: 959px) {
	#RECRUIT_COMPANY .history_col{
		width: 100%;
	}
}
#RECRUIT_COMPANY .history_col>li{
	padding-left: 40px;
	padding-bottom: 30px;
	position: relative;
}
#RECRUIT_COMPANY .history_col>li:last-child{
	padding-bottom: 10px;
}
#RECRUIT_COMPANY .history_col>li:before{
	content:"";
	width : 25px;
	height: 25px;
	position:absolute;
	left: 0;
	top : 0;
	border-radius:50%;
	background: var(--clr-g);
}
#RECRUIT_COMPANY .history_col>li:after{
	content:"";
	width : 2px;
	height: 100%;
	position:absolute;
	left: 12px;
	top : 0;
	background: var(--clr-g);
}
#RECRUIT_COMPANY .history_col .year{
	font-weight: bold;
	color: var(--clr-g);
	font-size: 2.0rem;
}
#RECRUIT_COMPANY .history_col .topic{
	margin-top: 5px;
	color:var(--clr-g);
	font-size: 2.0rem;
	font-weight: bold;
}
#RECRUIT_COMPANY .history_col .list{
	margin-top: 5px;
}
#RECRUIT_COMPANY .history_col .list>li{
	padding-left: 1.2em;
	position: relative;
}
#RECRUIT_COMPANY .history_col .list.nodot>li,
#RECRUIT_COMPANY .history_col .list>li.nodot{
	padding-left: 0;
}
#RECRUIT_COMPANY .history_col .list>li + li{
	margin-top: 5px;
}
#RECRUIT_COMPANY .history_col .list>li:before{
	content: "・";
	display: inline-block;
	position: absolute;
	top : 0;
	left: 0;
	color: var(--clr-g);
}
#RECRUIT_COMPANY .history_col .list>li.nodot:before{
	content: "";
}



/*///////////////////////////////////////////////////////////////////////////
 INTERVIEW
///////////////////////////////////////////////////////////////////////////*/
#INTERVIEW .interview_head{
	width : 100%;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head{
		height: 400px;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: var(--clr-w);
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head{
		min-height: 150px;
		background: -webkit-linear-gradient(left, #06b778, #00b1a7);
		background: -o-linear-gradient(left, #06b778, #00b1a7);
		background: linear-gradient(to right, #06b778, #00b1a7);
        position: relative;
	}
}
#INTERVIEW .interview_head_txt {
	position: relative;
	text-align: left;
	z-index: 1;
	color: var(--clr-w);
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_txt {
		width: 450px;
		min-width: 450px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_txt {
		width: 210px;
		padding: 10px 10px 10px 20px;
	}
}
#INTERVIEW .interview_head_txt:before {
	width : 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right : -82px;
	background: -webkit-linear-gradient(left, #06b778, #00b1a7);
	background: -o-linear-gradient(left, #06b778, #00b1a7);
	background: linear-gradient(to right, #06b778, #00b1a7);
	transform: skewX(-22deg);
	display: block;
	z-index: -1;
}
#INTERVIEW .interview_head_txt:after {
	position: absolute;
	bottom: -12px;
	left  : 50%;
	letter-spacing: -1px;
	transform: translateX(-50%) skewX(-22deg);
	margin-left: 10px;
	line-height: 1;
	font-size: 8.0rem;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	display: inline-block;
	color: var(--clr-g);
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_txt:before {
		content: "";
	}
	#INTERVIEW .interview_head_txt:after {
		content: "INTERVIEW";
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_txt:before {
	}
	#INTERVIEW .interview_head_txt:after {
	}
}
#INTERVIEW .interview_head_job{
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_job{
		padding-top : 100px;
		padding-left: 200px;
		padding-bottom: 10px;
		font-size: 12px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_job{
		padding-bottom: 5px;
		font-size: 12px;
	}
}
#INTERVIEW .interview_head_name{
	width : 100%;
	position: relative;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_name{
		height: 50px;
		margin-left: 100px;
		padding: 0 20px 0 100px;
		line-height: 50px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_name{
		height: 30px;
		padding: 0 0 0 5px;
		line-height: 30px;
	}
}
#INTERVIEW .interview_head_name:before{
	content: "";
	width : 100%;
	height: 100%;
	background-color: var(--clr-w);
	position: absolute;
	top : 0;
	left: 1px;
	transform: skewX(-22deg);
	z-index: -1;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_name:before{
		left: 1px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_name:before{
		left: -5px;
	}
}

#INTERVIEW .interview_head_name>dt,
#INTERVIEW .interview_head_name>dd{
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}
#INTERVIEW .interview_head_name>dt{
	color: var(--clr-bk);
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_name>dt{
		font-size: 2.8rem;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_name>dt{
		font-size: 1.4rem;
	}
}
#INTERVIEW .interview_head_name>dd{
	color: var(--clr-g);
	letter-spacing: 0.04em;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_name>dd{
		margin-left: 20px;
		font-size: 1.0rem;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_name>dd{
		margin-left: 5px;
		font-size: 8px;
		letter-spacing: -0.04em;
	}
}
#INTERVIEW .interview_head_profile{
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_profile{
		padding-top : 20px;
		padding-left: 200px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_profile{
		padding-top : 5px;
	}
}
#INTERVIEW .interview_head_profile>dt{
	font-family: "Arial", sans-serif;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_profile>dt{
		font-size: 2.0rem;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_profile>dt{
		font-size: 1.4rem;
	}
}
#INTERVIEW .interview_head_profile>dd{
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_profile>dd{
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_profile>dd{
		padding-right: 10px;
		font-size: 1.2rem;
	}
}
#INTERVIEW .interview_head_img{
	mask-image: url("../../img/recruit/interview_img_01.svg");/*マスク用画像*/
	-webkit-mask-image: url("../../img/recruit/interview_img_01.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: 0 0;
	-webkit-mask-position: 0 0;
	mask-size: auto 100%;
	-webkit-mask-size: auto 100%;
	background-color: #DDD;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_head_img{
		width : 714px;
		height: 400px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_head_img{
		width : 267px;
		height: 150px;
		position: absolute;
        top: 0;
        right: -60px;
        display: block;
	}
}
#INTERVIEW .interview_head_img img{
	width : auto;
	height: 100%;
}


#INTERVIEW .interview_main{
}
@media (min-width: 960px) {
	#INTERVIEW .interview_main{
		padding-top: 80px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_main{
		padding-top: 30px;
	}
}
#INTERVIEW .interview_col{
	width: 100%;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_col{
		margin-top: 80px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_col{
		margin-top: 30px;
	}
}
#INTERVIEW .interview_col_L{ 
}
@media (min-width: 960px) {
	#INTERVIEW .interview_col_L{ 
		min-height: 500px;
		-webkit-box-flex:1;
		-ms-flex:1 1 10%;
		flex:1 1 10%;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_col_L{
		margin: 0 20px;
	}
}
#INTERVIEW .interview_col_R{ 
}
@media (min-width: 960px) {
	#INTERVIEW .interview_col_R{ 
		width: 520px;
		padding-left: 30px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_col_R{ 
		margin-top: 30px;
	}
}
#INTERVIEW .interview_img{
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-image: url(../../img/recruit/interview_bg_02.png);
	background-repeat: no-repeat;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_img{
		height: 100%;
		background-position: center left;
		background-size: 100% auto;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_img{
		height: 270px;
		background-position: center center;
		background-size: auto 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
#INTERVIEW .interview_img_in{
	mask-image: url("../../img/recruit/interview_img_02.svg");/*マスク用画像*/
	-webkit-mask-image: url("../../img/recruit/interview_img_02.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	background-color: #DDD;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_img_in{
		width : 580px;
		height: 373px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_img_in{
		width : 280px;
		height: 180px;
	}
}

#INTERVIEW .interview_img_in img{
    width : auto;
    height: 100%;
    object-fit: cover;
}
#INTERVIEW .interview_txt{
  width: 100%;
  text-align: left;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_txt{
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_txt{
		padding: 0 20px;
	}
}
#INTERVIEW .interview_txt_Q{
  color: var(--clr-g);
  font-weight: bold;
}
#INTERVIEW .interview_txt_Q_num{
}
@media (min-width: 960px) {
	#INTERVIEW .interview_txt_Q_num{
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_txt_Q_num{
		display: block;
	}
}
#INTERVIEW .interview_txt_A .ttl{
  margin-top: 15px;
  color: var(--clr-g-dark);
  font-weight: bold;
  transform: skew(-15deg);
  line-height: 1.2;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_txt_A .ttl{
		font-size: 3.5rem;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_txt_A .ttl{
		font-size: 2.0rem;
	}
}
#INTERVIEW .interview_txt_A .txt{
  margin-top: 15px;
}
#INTERVIEW .interview_txt_A .txt,
#INTERVIEW .interview_msg_txt .txt{
  line-height: 1.7;
}
#INTERVIEW .interview_txt + .interview_txt{
}
@media (min-width: 960px) {
	#INTERVIEW .interview_txt + .interview_txt{
		margin-top: 80px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_txt + .interview_txt{
		margin-top: 30px;
	}
}

#INTERVIEW #Q1{}
@media (min-width: 960px) {
	#INTERVIEW #Q1{
		background: url(../../img/recruit/interview_bg_01.png) top right / 200px auto no-repeat; 
	}
}
@media (max-width: 959px) {
	#INTERVIEW #Q1{
		background: url(../../img/recruit/interview_bg_01.png) top right 20px / 90px auto no-repeat; 
	}
}

#INTERVIEW #Q1 .interview_txt_A .txt{
}
@media (min-width: 960px) {
	#INTERVIEW #Q1 .interview_txt_A .txt{
		padding-right: 200px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW #Q1 .interview_txt_A .txt{
	}
}
#INTERVIEW #Q1 .interview_txt_A .txt br{
}
@media (min-width: 960px) {
	#INTERVIEW #Q1 .interview_txt_A .txt br{
	}
}
@media (max-width: 959px) {
	#INTERVIEW #Q1 .interview_txt_A .txt br{
		display: none;
	}
}

#INTERVIEW #Q4{}
@media (min-width: 960px) {
	#INTERVIEW #Q4{
		margin-top: 80px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW #Q4{
		margin-top: 30px;
	}
}

#INTERVIEW .interview_msg{
	position: relative;
	z-index: 1;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_msg{
		margin-top: 100px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_msg{
		margin-top: 30px;
		padding-bottom: 50px;
		background-color: var(--clr-w);
	}
}
#INTERVIEW .interview_msg:before{
}
@media (min-width: 960px) {
	#INTERVIEW .interview_msg:before{
		content: "";
		width : 400px;
		height: 300px;
		box-sizing: border-box;
		border: 2px solid var(--clr-g-light);
		transform: skewX(-22deg);
		position: absolute;
		top : -20px;
		left: 0;
		z-index: -1;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_msg:before{
	}
}
#INTERVIEW .interview_msg:after {
}
@media (min-width: 960px) {
	#INTERVIEW .interview_msg:after {
		content: "";
		width : 400px;
		height: 300px;
		box-sizing: border-box;
		border: 2px solid var(--clr-g-light);
		transform: skewX(-22deg);
		position: absolute;
		bottom: -20px;
		right : 0;
		z-index: -2;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_msg:after {
	}
}

#INTERVIEW .interview_msg_in{
	position: relative;
}
#INTERVIEW .interview_msg_in:before {
	content: "";
	width : 100%;
	height: 100%;
	position: absolute;
	top  : 0;
	right: 0;
	background-color: var(--clr-w);
	transform: skewX(-22deg);
	display: block;
	z-index: -1;
}

#INTERVIEW .interview_msg_txt{
	box-sizing: border-box;
	position: relative;
	text-align: left;
	display: block;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_msg_txt{
		min-height: 400px;
		padding: 50px 580px 70px 120px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_msg_txt{
		padding: 80px 20px 30px;
	}
}
#INTERVIEW .interview_msg_txt:after {
	content: "MESSAGE";
	position: absolute;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	color: #efefef;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_msg_txt:after {
		font-size: 8.0rem;
		left: 30px;
		bottom: -15px;
		transform: skewX(-20deg);
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_msg_txt:after {
		font-size: 6.0rem;
		top : -5px;
		left: 50%;
		transform: translateX(-50%) skewX(-20deg);
	}
}
#INTERVIEW .interview_msg_txt>dt{ 
	color: var(--clr-g);
	font-weight: bold;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_msg_txt>dt{ 
		margin-left: 10px;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_msg_txt>dt{ 
	}
}
#INTERVIEW .interview_msg_txt>dd{ 
	margin-top: 10px;
}
#INTERVIEW .interview_msg_txt .ttl{
	margin-top: 10px;
	color: var(--clr-g-dark);
	font-weight: bold;
	transform: skew(-15deg);
	line-height: 1.1;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_msg_txt .ttl{
		font-size: 3.5rem;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_msg_txt .ttl{
		font-size: 2.0rem;
	}
}
#INTERVIEW .interview_msg_txt .txt{
	margin-top: 10px;
}
#INTERVIEW .interview_msg_img{
	mask-image: url(../../img/recruit/interview_img_03.svg);
    -webkit-mask-image: url(../../img/recruit/interview_img_03.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    background-color: #DDD;
}
@media (min-width: 960px) {
	#INTERVIEW .interview_msg_img{
		width : 622px;
		height: 400px;
		position: absolute;
		transform: translateY(-50%);
		right: -80px;
		top: 50%;
	}
}
@media (max-width: 959px) {
	#INTERVIEW .interview_msg_img{
		width : 300px;
		height: 193px;
		margin: 20px auto;
		position: relative;
	}
}

#INTERVIEW .interview_msg_img img{
	width : auto;
	height: 100%;
	object-fit: cover;
}



/*///////////////////////////////////////////////////////////////////////////
 RECRUIT_JOBS
///////////////////////////////////////////////////////////////////////////*/
#RECRUIT_JOBS .form_box{
	margin-top: 20px;
}
#RECRUIT_JOBS .form_search{
	background: var(--clr-w);
}
@media (min-width: 960px) {
	#RECRUIT_JOBS .form_search{
		margin-bottom: 30px;
		padding: 30px 100px;
		border-radius: 20px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_JOBS .form_search{
		margin : 0 20px 20px;
		padding: 10px 20px 20px;
		border-radius: 10px;
	}
}
#RECRUIT_JOBS .sel_list{
}
@media (min-width: 960px) {
	#RECRUIT_JOBS .sel_list{
		margin-left: 20px;
		display: inline-block;
	}
}
@media (max-width: 959px) {
	#RECRUIT_JOBS .sel_list{
		margin-top: 10px;
	}
}
#RECRUIT_JOBS a .dl_dg1{
	color:#333;
	font-weight: normal;
}
#RECRUIT_JOBS .form_search .dl_dg1>dt{
}
@media (min-width: 960px) {
	#RECRUIT_JOBS .form_search .dl_dg1>dt{
		padding-top: 30px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_JOBS .form_search .dl_dg1>dt{
	}
}
#RECRUIT_JOBS .form_search .ic_loupe{
	width : 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	background: url(../../img/icon/ic_loupe.png) left top / 20px auto no-repeat;
	position: relative;
}
#RECRUIT_JOBS .form_search [name="srch"]{
	padding-left : 50px;
	padding-right: 50px;
}

#RECRUIT_JOBS .count{
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS .count{
		text-align: right;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS .count{
		margin-bottom: 10px;
		text-align: center;
	}
}
#RECRUIT_JOBS .jobs{
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS .jobs{
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS .jobs{
		margin:0 20px;
		display: block;
	}
}
#RECRUIT_JOBS .jobs + .jobs {
	display: block;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS .jobs + .jobs {
		margin-top: 50px;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS .jobs + .jobs {
		margin-top: 30px;
	}
}
#RECRUIT_JOBS .jobs_in {
	background-color: var(--clr-w);
	display: block;
	border-top: 5px solid var(--clr-g);
}
#RECRUIT_JOBS .jobs_con{
	padding: 50px 100px 30px;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS .jobs_con{
		padding: 50px 100px 30px;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS .jobs_con{
		padding: 20px 20px 10px;
	}
}
#RECRUIT_JOBS .jobs_con_head{
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS .jobs_con_head{
		margin-bottom: 30px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS .jobs_con_head{
		margin-bottom: 10px;
	}
}
#RECRUIT_JOBS .jobs_con_head .img{
	width : 200px;
	min-height: 108px;
	background: url(../../img/recruit/dummy.jpg) top left / 100% auto no-repeat;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS .jobs_con_head .img{
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS .jobs_con_head .img{
		margin: 0 auto;
	}
}
#RECRUIT_JOBS .jobs_con_head .img img{
	width : 100%;
	height: auto;
}
#RECRUIT_JOBS .jobs_con_head .txt{
	text-align: left;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS .jobs_con_head .txt{
		padding-left: 20px;
		-webkit-box-flex:1;
		-ms-flex:1 1 10%;
		flex:1 1 10%;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS .jobs_con_head .txt{
		margin-top: 20px;
	}
}
#RECRUIT_JOBS .jobs_btn{
	width: 100%;
	padding: 15px;
	text-align: center;
	background-color: var(--clr-g);
	letter-spacing: 1px;
	color: var(--clr-w);
}
#RECRUIT_JOBS .jobs_btn_ic{
	margin-left: 10px;
	position: relative;
}
#RECRUIT_JOBS .jobs_btn_ic:before{
	content: "";
	width : 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--clr-w);
	box-sizing: border-box;
	position: absolute;
	top  : 50%;
	left : 0;
	transform: translateY(-50%);
}
#RECRUIT_JOBS .jobs_btn_ic:after{
	content: "";
	width : 12px;
	height: 12px;
	top  : 50%;
	left : 4px;
	transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	background-color: var(--clr-g);
	-webkit-mask-image:url("../../img/icon/ic_arrow.svg");
	mask-image:url("../../img/icon/ic_arrow.svg");
	-webkit-mask-position: top right;
	mask-position: top right;	
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat:no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-origin:border-box;
	mask-origin: border-box;
	-webkit-mask-clip: border-box;
	mask-clip: border-box;
}
#RECRUIT_JOBS .dd_in.type_fade{
  height: 100px;
  position: relative;
  overflow: hidden;
}
#RECRUIT_JOBS .dd_in.type_fade:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),   /* 下端は白100% */
    rgba(255, 255, 255, 0)    /* 上端は透明 */
  );
}


/*///////////////////////////////////////////////////////////////////////////
 RECRUIT_JOBS_DETAIL
///////////////////////////////////////////////////////////////////////////*/
#RECRUIT_JOBS_DETAIL .jobs_wrap{
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .jobs_wrap{
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .jobs_wrap{
		padding: 0 20px;
	}
}

#RECRUIT_JOBS_DETAIL .detail_con{
	background-color: var(--clr-w);
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_con{
		padding: 30px 80px 80px;
		border-radius: 0 0 20px 20px;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_con{
		padding: 20px 20px 50px;
		border-radius: 0 0 10px 10px;
	}
}

#RECRUIT_JOBS_DETAIL .detail_list{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_list{
		margin-top: 30px;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_list{
		margin-top: 10px;
	}
}

#RECRUIT_JOBS_DETAIL .company_btn{
	padding: 20px 90px 20px 80px;
}

#RECRUIT_JOBS_DETAIL .detail_head_id{
	width: 100%;
	height: 120px;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	font-weight: bold;
	color: var(--clr-g);
	background-color: var(--clr-w);
	border-radius: 20px 20px 0 0;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_head_id{
		height: 120px;
		font-size: 3.0rem;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_head_id{
		height: 60px;
		font-size: 1.8rem;
	}
}

#RECRUIT_JOBS_DETAIL .detail_head_img{
	background-color: #CCC;
}
#RECRUIT_JOBS_DETAIL .recruit_form_tag_ul li{
	margin-right:10px;
	margin-bottom:5px;
	display:inline-block;
	padding:5px 10px;
	background-color:rgb(42, 153, 42);
	color:var(--clr-w);
	font-weight:bold;
	font-size:1.2rem;
}

#RECRUIT_JOBS_DETAIL .detail_flow_dl{
	width: 100%;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_flow_dl{
		display: flex;
		flex-wrap: wrap;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_flow_dl{
	}
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl>dt,
#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd{
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dt,
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd{
		margin-bottom: 50px;
		padding: 15px 20px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dt,
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd{
		width: 100%;
		text-align: center;
	}
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl>dt:last-of-type,
#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd:last-of-type{
	margin-top: 0;
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl>dt{
	background-color: var(--clr-g-dark);
	text-align: center;
	color: var(--clr-g-light);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dt{
		width: 200px;
		border-radius: 20px 0 0 20px;
		font-size: 20px;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dt{
		width: 100%;
		padding: 5px 20px;
		border-radius: 10px 10px 0 0;
		line-height: 1;
		font-size: 18px;
	}
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl .dt_num{
	font-weight: bold;
    font-family: Arial,sans-serif;
	line-height: 1;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_flow_dl .dt_num{
		padding-left: 10px;
		font-size: 60px;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_flow_dl .dt_num{
		padding-left: 5px;
		font-size: 25px;
	}
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd{
	background-color: var(--clr-w);
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd{
		width: calc(100% - 200px);
		border-radius: 0 20px 20px 0;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd{
		width: 100%;
		margin-bottom: 30px;
		padding: 10px 20px;
		border-radius: 0 0 10px 10px;
	}
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd:last-of-type{
		margin-bottom: 0;
	}

}
#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd:before{
		bottom : -35px;
		left: 290px;
		border-left : 20px solid transparent;
		border-right: 20px solid transparent;
		border-top  : 20px solid #CCC;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd:before{
		bottom : -20px;
		left: 50%;
		transform: translateX(-50%);
		border-left : 10px solid transparent;
		border-right: 10px solid transparent;
		border-top  : 10px solid #CCC
	}
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl>dd:last-of-type:before{
	display: none;
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_ttl{
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_ttl{
		font-size: 25px;
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_ttl{
		font-size: 18px;
	}
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_list{
	margin-top: 5px;
	text-align: left;
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_list>li{
	position: relative;
	padding-left: 1.3em;
}
@media all and (min-width: 960px){
	#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_list>li{
	}
}
@media all and (max-width: 959px) {
	#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_list>li{
		font-size: 10px;
	}
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_list>li:before{
	content: "※";
	position: absolute;
	top : 0;
	left: 0;
}
#RECRUIT_JOBS_DETAIL .detail_flow_dl .dd_list>li +li{
	margin-top: 3px;
}


/*///////////////////////////////////////////////////////////////////////////
 RECRUIT_FORM
///////////////////////////////////////////////////////////////////////////*/
#RECRUIT_FORM .form_box_head{
}
@media (min-width: 960px) {
	#RECRUIT_FORM .form_box_head{
	}
}
@media (max-width: 959px) {
	#RECRUIT_FORM .form_box_head{
		padding: 0 20px;
	}
}

#RECRUIT_FORM .form_box_head_txt{
	line-height: 1.5;
}
@media (min-width: 960px) {
	#RECRUIT_FORM .form_box_head_txt{
		margin-top: 30px;
		line-height: 1.5;
	}
}
@media (max-width: 959px) {
	#RECRUIT_FORM .form_box_head_txt{
		margin-top: 20px;
		text-align: left;
	}
	#RECRUIT_FORM .form_box_head_txt br{
		display: none;
	}
}

#RECRUIT_FORM .form_box_head_tel{
	color: #00957f;
	background-color: var(--clr-w);
	border-radius: 20px;
	font-weight: bold;
	text-align: center;
}
@media (min-width: 960px) {
	#RECRUIT_FORM .form_box_head_tel{
		margin-top: 30px;
		padding: 20px;
		border: 4px solid #00957f;
	}
}
@media (max-width: 959px) {
	#RECRUIT_FORM .form_box_head_tel{
		margin-top: 10px;
		padding: 5px 10px;
		border: 2px solid #00957f;
	}
}
#RECRUIT_FORM .form_box_head_tel>dd{
	font-size: 24px;
}

#RECRUIT_FORM .form_info_dl{
	padding: 15px 20px;
	display: inline-block;
	background-color: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}
@media (min-width: 960px) {
}
@media (max-width: 959px) {
	#RECRUIT_FORM .form_info_dl{
		width: 100%;
	}
}
#RECRUIT_FORM .form_info_dl>dt{
	width: 70px;
	padding: 2px 0;
	font-weight: bold;
	float: left;
	text-align: right;
}
#RECRUIT_FORM .form_info_dl>dd{
	margin-left: 70px;
	padding: 2px 0;
	font-weight: bold;
}

#RECRUIT_FORM .form_box{
	background-color: var(--clr-w);
	border-radius: 20px;
}
@media (min-width: 960px) {
	#RECRUIT_FORM .form_box{
		margin-top: 30px;
		padding: 50px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_FORM .form_box{
		margin: 20px 20px 0;
		padding: 30px 20px;
	}
}

#RECRUIT_FORM .dl_dg2{
	text-align: left;
}
@media (min-width: 960px) {
	#RECRUIT_FORM .dl_dg2{
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_FORM .dl_dg2{
		padding-top:10px;
		padding-bottom:10px;
	}
}
#RECRUIT_FORM .dl_dg2>dt{
	padding-bottom: 5px;
	font-weight: bold;
}

#RECRUIT_FORM .birth_area select{
	width: inherit;
	min-width: inherit;
}
#RECRUIT_FORM .birth_area select{
	width: inherit;
	min-width: inherit;
}
#RECRUIT_FORM .btn_area_txt{
	padding: 30px 20px 10px;
	text-align: center;
}

#RECRUIT_FORM .btn_area .btnS {
}
@media (min-width: 960px) {
	#RECRUIT_FORM .btn_area .btnS {
	}
}
@media (max-width: 959px) {
	#RECRUIT_FORM .btn_area {
		margin-top: 30px;
	}
	#RECRUIT_FORM .btn_area .btnS {
		width: 100%;
	}
	#RECRUIT_FORM .btn_area .btnS + .btnS {
		margin-top: 20px;
		margin-left: 0;
	}
}


#RECRUIT_FORM #contact_comp_midashi{
  font-size: 20px;
  line-height: 1.5;
  color: var(--clr-g);
}
#RECRUIT_FORM .contact_comp_dl{
	margin: 20px auto 50px;
}
@media (min-width: 960px) {
	#RECRUIT_FORM .contact_comp_dl{
		width : 600px;
	}
}
@media (max-width: 959px) {
	#RECRUIT_FORM .contact_comp_dl{
		width : 100%;
	}
}
#RECRUIT_FORM .contact_comp_dl>dt{
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	border-top: 2px solid var(--clr-g);
	border-bottom: 2px solid var(--clr-g);
	color: var(--clr-g);
}
#RECRUIT_FORM .contact_comp_dl>dd{
	margin-top: 20px;
	text-align: left;
	line-height: 1.5;
}

