@charset "UTF-8";

/* 共通 */
.basehead1,
.basehead2{
	color: #0057ac;
}
.cpy_center{
	text-align: center;
}
.cpy_bg{
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
}
.cpy_bg:after{
	display: block;
	clear: both;
	content: "";
}
.cpy_bg dt{
	font-weight: 500;
}
.cpy_bg dd{
	border-bottom: solid 1px #d0d0d0;
}
.cpy_list {
	margin-left: 1em;
	padding-left: .8em;
}
@media (max-width: 640px) {
	.cpy_bg{
		margin-top: 25px;
		padding: 30px 8%;
	}
	.cpy_bg dt{
		padding-top: 11px;
		padding-left: 3%;
	}
	.cpy_bg dd{
		padding: 0 3% 11px;
	}
	.cpy_bg dt:nth-of-type(1){
		border-top: solid 1px #d0d0d0;
	}
}
@media (min-width: 641px) {
	.cpy_bg{
		width: 80%;
		margin-top: 50px;
		padding: 100px 7%;
	}
	.cpy_bg dt{
		float: left;
		width: 180px;
		padding: 21px 30px;
	}
	.cpy_bg dd{
		padding: 21px 30px 21px 180px;
	}
	.cpy_bg dd:nth-of-type(1){
		border-top: solid 1px #d0d0d0;
	}
	.cpy_tel{
		text-decoration: none;
		color: inherit !important;
		cursor: default;
		pointer-events: none;
	}
	.cpy_tel:hover{
		text-decoration: none;
	}
}
@media (min-width: 1001px) {
	.cpy_bg dt{
		width: 250px;
	}
	.cpy_bg dd{
		padding-left: 250px;
	}
}

/**************************************
働く仲間たち
**************************************/
.rec_sec1_heading{
	position: relative;
}
.rec_sec1_title{
	position: absolute;
	display: block;
	line-height: 1;
	color: #fff;
}
.rec_sec1_sec:nth-of-type(even) .rec_sec1_title{
	text-align: right;
}
.rec_sec1_headTxt{
	display: block;
	font-weight: 700;
}
.rec_sec1_profile{
	position: relative;
	background-color: #eee;
}
.rec_sec1_profile dt{
	background-color: #0057ac;
	color: #fff;
}
.rec_sec1_profile b{
	font-weight: 700;
}
.rec_sec1_profile .basehead2{
	display: block;
	color: #fff;
}
@media (max-width: 640px) {
	.rec_sec1{
		padding-top: 45px;
	}
	.rec_lead{
		margin-top: 21px;
		margin-bottom: 26px;
	}
	.rec_sec1_sec ~ .rec_sec1_sec{
		margin-top: 50px;
	}
	.rec_sec1_heading{
		margin: 0 calc((8 / 8.4) * -10%);
		height: 400px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.rec_shinkawa{
		background-image: url(../img/recruit/re_shinkawa_sp.jpg);
	}
	.rec_tanaka{
		background-image: url(../img/recruit/re_tanaka_sp.jpg);
	}
	.rec_yoshida{
		background-image: url(../img/recruit/re_yoshida_sp.jpg);
	}
	.rec_sec1_title{
		left: 8%;
		right: 8%;
		bottom: 80px;
		font-size: 15px;
		text-shadow: 0 0 3px #000;
	}
	.rec_sec1_headTxt{
		margin-bottom: 20px;
		font-size: 25px;
		line-height: 1.4;
	}
	.rec_sec1_headTxt2{
		font-size: 15px;
	}
	.rec_sec1_profile{
		margin-top: -50px;
	}
	.rec_sec1_profile dt{
		padding: 16px 5.95%;
	}
	.rec_sec1_profile .basehead2{
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.rec_sec1_profile dd{
		padding: 16px 5.95%;
	}
}
@media (min-width: 641px) and (max-width: 1001px){
	.rec_sec1_profile dt > b br{
		display: none;
	}
}
@media (min-width: 641px) {
	.rec_sec1{
		padding-top: 90px;
	}
	.rec_lead{
		margin-top: 41px;
		margin-bottom: 51px;
	}
	.rec_sec1_sec ~ .rec_sec1_sec{
		margin-top: 100px;
	}
	.rec_sec1_title{
		left: 6.25%;
		right: 6.25%;
		top: 10%;
		text-shadow: 0 0 5px #000;
	}
	.rec_sec1_headTxt{
		margin-bottom: 29px;
		font-size: 40px;
		line-height: 1.421;
	}
	.rec_sec1_headTxt2{
		font-size: 20px;
	}
	.rec_sec1_profile{
		margin: -70px 6.25% 0;
	}
	.rec_sec1_profile dt{
		padding: 31px 60px;
	}
	.rec_sec1_profile b{
		font-size: 15px;
	}
	.rec_sec1_profile .basehead2{
		margin-top: 1px;
		margin-bottom: 16px;
	}
	.rec_sec1_profile dd{
		padding: 51px 60px;
	}
}
@media (min-width: 1000px){
	.rec_sec1_title{
		top: 50%;
		transform: translateY(-50%);
	}
	.rec_sec1_headTxt{
		margin-bottom: 49px;
		font-size: 57px;
	}
	.rec_sec1_profile{
		display: flex;
	}
	.rec_sec1_profile dt{
		flex-shrink: 0;
		width: 25%;
		min-width: 250px;
		padding: 51px 10px 0 60px;
	}
}

/**************************************
募集要項
**************************************/

@media (max-width: 640px) {
	.rec_sec2{
		margin-top: 45px;
		margin-bottom: 90px;
	}
}
@media (min-width: 641px) {
	.rec_sec2{
		margin-top: 140px;
		margin-bottom: 180px;
	}
}