@charset "UTF-8";

.main_cnt {
}

.main_hero_cat {
	bottom: -140px;
}

.main_hero_wrap {
	padding-right: 0;
}

.main_hero_wrap:before {
	padding-top: 594px;
	border-radius: 0px;
}

body.-recruit-voice01 .main_hero_wrap:before {
	background-image: url('/img/recruit/img-voice01-head@2x.jpg');
}

body.-recruit-voice02 .main_hero_wrap:before {
	background-image: url('/img/recruit/img-voice02-head@2x.jpg');
}

body.-recruit-voice03 .main_hero_wrap:before {
	background-image: url('/img/recruit/img-voice03-head_2506@2x.jpg');
}

body.-recruit-voice04 .main_hero_wrap:before {
	background-image: url('/img/recruit/img-voice04-head@2x.jpg');
}

.hero {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero.-left {
	left: 50%;
	margin-left: -550px;
}

.hero.-right {
	right: 50%;
	margin-right: -550px;
}

.hero_ttl {
	position: relative;
	padding: 5px 30px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}

.hero_ttl:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #FD91B2;
	border-radius: 3px;
	width: 6px;
	height: 100%;
	margin-bottom: 30px;
}

.hero_catch {
	font-size: 28px;
	line-height: 1.8;
}

.hero_job {
	margin-top: 20px;
}

.voice {
	padding: 60px 0 120px;
}

.voice_img {
	position: relative;
	margin-top: 60px;
	margin-bottom: 140px;
}

.voice_img.-img-left {
}

.voice_img.-img-right {
	text-align: right;
}

.voice_img:before {
	content: "";
	display: block;
	background: #F7F7F7;
	height: 100%;
	width: 45%;
	position: absolute;
	top: 80px;
	right: 0;
}

.voice_img.-img-left:before {
	border-bottom-left-radius: 20px;
}

.voice_img.-img-right:before {
	border-bottom-right-radius: 20px;
	right: auto;
	left: 0;
}

.voice_img img {
	position: relative;
	flex-shrink: 0;
	height: auto;
	max-width: 80%;
}

.voice_img.-img-left img {

	/* margin-right: -25%; */
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.voice_img.-img-right img {

	/* margin-left: -25%; */
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.voice_sec {
	margin-top: 60px;
}

.voice_sec_ttl {
	font-size: 22px;
	font-weight: normal;
	display: inline-block;
	color: #ED608B;
	border-bottom: 2px solid #ED608B;
}

.voice_sec_catch {
	font-size: 28px;
	line-height: 1.8;
	margin-top: 20px;
}

.voice_sec_text {
	margin-top: 15px;
}

.voice_msg {
	margin-top: 120px;
}

.voice_msg_cnt {
	position: relative;
	background: #FFF2F6;
	border-radius: 20px;
	padding: 80px 50px 60px;
}

.voice_msg_ttl {
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	line-height: 56px;
	height: 56px;
	background: #FFF2F6;
	background: #FD91B2;
	position: absolute;
	top: -23px;
	padding: 0 80px 0 40px;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

.voice_msg_ttl:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 22px 0 0;
	border-color: #FD91B2 transparent transparent transparent;
}

.voice_msg_text {
}

.oneday {
	background: #F7F7F7;
	padding: 80px 0;
	font-size: 16px;
}

.oneday_ttl {
}

.oneday_wrap {
	background: #fff;
	padding: 8%;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.oneday_schedule {
	display: table;
	-webkit-box-flex: 1;
	flex: 1;
	width: 100%;
}

.oneday_schedule dl {
	border-top: 1px solid #C4C4C4;
	display: table-row;
}

.oneday_schedule dl > dt,
.oneday_schedule dl > dd {
	border-top: 1px solid #C4C4C4;
	display: table-cell;
	padding: 8px 0;
}

.oneday_schedule dl:first-child > dt,
.oneday_schedule dl:first-child > dd {
	border-top: none;
}

.oneday_schedule dl > dt {
}

.oneday_schedule dl > dd {
	padding-left: 20px;
}

.oneday_schedule dl > dd em {
	color: #ED608B;
}

.oneday_img {
	margin-left: 10%;
}

.oneday_img_item {
	margin-top: 40px;
}

.oneday_img_item:first-child {
	margin-top: 0;
}

.oneday_img_item img {
}

.oneday_img_item figcaption {
	margin-top: 5px;
}

.link {
	padding: 60px 0 80px;
}

.link_ttl {
	font-size: 24px;
	font-weight: bold;
	color: #ED608B;
	text-align: center;
}

.link_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.link_list > li {
}

.link_list > li a {
	display: inline-block;
}

@media screen and (max-width:1140px) {
}

@media screen and (max-width:640px) {
	.main_cnt {
	}

	.main_hero_cat {
		left: auto;
		position: static;
		display: none;
	}

	.main_hero_wrap {
	}

	.main_hero_wrap:before {
		padding-top: 38%;
	}

	body.-recruit-voice01 .main_hero_wrap:before {
	}

	body.-recruit-voice02 .main_hero_wrap:before {
	}

	body.-recruit-voice03 .main_hero_wrap:before {
	}

	body.-recruit-voice04 .main_hero_wrap:before {
	}

	.hero {
		position: static;
		transform: none;
		padding: 20px;
	}

	.hero.-left {
		margin-left: 0;
		left: 20px;
	}

	.hero.-right {
	}

	.hero_ttl {
		display: none;
	}

	.hero_ttl:before {
	}

	.hero_catch {
		font-size: 18px;
	}

	.hero_job {
		margin-top: 10px;
	}

	.voice {
		padding: 0 0 60px;
	}

	.voice_img {
		margin-top: 40px;
		margin-bottom: 70px;
	}

	.voice_img:first-child {
		margin-top: 0;
	}

	.voice_img.-img-left {
	}

	.voice_img.-img-right {
	}

	.voice_img:before {
		top: 30px;
	}

	.voice_img.-img-left:before {
	}

	.voice_img.-img-right:before {
	}

	.voice_img img {
		max-width: 90%;
	}

	.voice_img.-img-left img {
	}

	.voice_img.-img-right img {
	}

	.voice_sec {
		margin-top: 40px;
	}

	.voice_sec_ttl {
		font-size: 16px;
	}

	.voice_sec_catch {
		font-size: 18px;
	}

	.voice_sec_text {
	}

	.voice_msg {
		margin-top: 70px;
	}

	.voice_msg_cnt {
		border-radius: 15px;
		padding: 60px 30px 30px;
	}

	.voice_msg_ttl {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
		padding: 0 20px;
	}

	.voice_msg_ttl:after {
		border-width: 50px 22px 0 0;
		margin-left: -1px;
	}

	.voice_msg_text {
	}

	.oneday {
		padding: 40px 0;
		font-size: 13px;
	}

	.oneday_ttl {
	}

	.oneday_wrap {
		display: block;
		padding: 30px;
	}

	.oneday_schedule {
	}

	.oneday_schedule dl {
	}

	.oneday_schedule dl > dt,
	.oneday_schedule dl > dd {
	}

	.oneday_schedule dl:first-child > dt,
	.oneday_schedule dl:first-child > dd {
	}

	.oneday_schedule dl > dt {
		width: 5em;
	}

	.oneday_schedule dl > dd {
		padding-left: 0;
	}

	.oneday_schedule dl > dd em {
	}

	.oneday_img {
		margin-left: 0;
		margin-top: 30px;
	}

	.oneday_img_item {
		margin-top: 20px;
	}

	.oneday_img_item:first-child {
	}

	.oneday_img_item img {
	}

	.oneday_img_item figcaption {
	}

	.link {
		padding: 40px 0;
	}

	.link_ttl {
		font-size: 18px;
	}

	.link_list {
		margin-top: 0;
		flex-wrap: wrap;
	}

	.link_list > li {
		width: 47%;
		margin-top: 6%;
	}

	.link_list > li a {
	}

}

@media print {
}
