@charset "UTF-8";

/*
font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
*/

/* ############################################## */

.main_title_wrap {
	width: 100%;
	height: 150px;
	background: #ffd40b;
}
.main_title {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.main_title dd {
	width: 100%;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 15px;
}
.main_title dt {
	width: 100%;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 10px;
}
.main_title p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	padding-left: 1px;
	color: #fff;
}
.main_title:after {
	content: "";
	background: url("../pc_img/recruit/common/main_title_icon.png") no-repeat;
	background-size: 75px 89px;
	width: 75px;
	height: 89px;
	position: absolute;
	top: 35px;
	right: 45px;
	z-index: 20;
}

/* ############################################## */

.contents_title_wrap {
	width: 100%;
	background: #fd8c9c;
}
.contents_title {
	width: 1100px;
	margin: 0 auto;
	padding: 55px 0;
	position: relative;
}
.contents_title:after {
	content: "";
	background: url("../pc_img/recruit/woman/schedule/main_img.png") no-repeat;
	background-size: 320px 535px;
	width: 320px;
	height: 535px;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 2;
}
.contents_title_main {
	width: 1030px;
	height: 415px;
	position: relative;
	border: 4px solid #fff;
	padding-top: 150px;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
}
.contents_title_main:after {
	content: "One Day";
	font-size: 180px;
	line-height: 1;
	color: rgba(255,255,255,0.15);
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.contents_title_main dt {
	width: 429px;
	margin: 0 auto 30px auto;
}
.contents_title_main dd {
	font-size: 21px;
	line-height: 1;
}
.contents_title_main div {
	width: 215px;
	height: 215px;
	border-radius: 50%;
	border: 5px solid #ffb9c3;
	background: #fff;
	box-sizing: border-box;
	padding-top: 55px;
	position: absolute;
	top: -45px;
	right: 10px;
	text-align: center;
	z-index: 3;
}
.contents_title_main div h5 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
.contents_title_main div p {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.contents_title_main div span {
	font-size: 80px;
	line-height: 1;
	color: #fd8c9c;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	display: block;
	margin-top: -20px;
	position: relative;
	z-index: 0;
}

/* ############################################## */

.contents_01_wrap {
	width: 100%;
	background: url("../pc_img/recruit/woman/schedule/contents_01_bg.png") top center;
	background-size: 1473px auto;
	padding: 65px 0;
}
.contents_back {
	width: 100%;
	padding: 45px 0 0 0;
}
.contents_back li a:link,
.contents_back li a:visited,
.contents_back li a:active {
	width: 580px;
	height: 90px;
	display: block;
	background: #fd8c9c url("../pc_img/recruit/woman/schedule/contents_arrow.png") no-repeat center right 70px;
	background-size: 28px 28px;
	border: 3px solid #000;
	box-sizing: border-box;
	font-size: 28px;
	line-height: 84px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 45px;
	color: #000;
	text-decoration: none;
	transition: all  0.3s ease;
	margin: 0 auto;
	text-align: center;
}
.contents_back li a:hover {
	width: 580px;
	height: 90px;
	display: block;
	background: #fff url("../pc_img/recruit/woman/schedule/contents_arrow.png") no-repeat center right 70px;
	background-size: 28px 28px;
	border: 3px solid #000;
	box-sizing: border-box;
	font-size: 28px;
	line-height: 84px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 45px;
	color: #000;
	text-decoration: none;
	transition: all  0.3s ease;
	margin: 0 auto;
	text-align: center;
}

.preparation_txt {
	width: 1000px;
	padding: 45px 0 45px 0;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}