@charset "utf-8";

/* CSS Document */
.page_header .page_header_title h1::before {
	content: 'RECRUIT';
}


/* .main_visual_container  */
.main_visual_container {
	background-image: url(https://maroonwolf5.sakura.ne.jp/corporate/wp-content/themes/fukuyama/assets/img/recruit/interview/1/main.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.main_visual_container.r2 {
	background-image: url(../img/recruit/interview/2/main.png);
}

.main_visual {
	width: 100%;
	max-width: 100%;
	display: flex;
}

.main_visual_left {
	width: 50%;
}

.main_visual_right {
	width: 50%;
}

.contents_block {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.contents_block.main_visual {
	margin-bottom: 80px;
}

h1 {
	padding-bottom: 50px;
	font-size: 100px;
	padding-bottom: 40px;
	font-family: 'Dancing Script';
	letter-spacing: 5px;
}

h1 span {
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main_visual-text {
	color: #fff;
	padding: 100px 0;
	width: 550px;
	max-width: 100%;
	margin: 0 0 0 auto;
}

.main_visual-text h2 {
	font-size: 30px;
	padding-bottom: 30px;
	padding-top: 50px;
	margin-bottom: 0;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main_visual-text h2::before {
	display: none;
}

.main_visual-text p {
	font-size: 30px;
	font-weight: normal;
	display: flex;
	align-items: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main_visual-text p span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 2%;
	letter-spacing: 1px;
}

.main_visual-text p.main_visual-text-top {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 35px;
	line-height: 1.8;
	letter-spacing: 1px;
}

.main_visual-text p.main_visual-text-bottom {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 1px;
}

@media screen and (max-width: 1360px) {
	.main_visual-text {
		padding: 80px 0;
	}

	h1 {
		font-size: 6vw;
	}

	h1 span {
		font-size: 1vw;
	}

	.main_visual-text p {
		font-size: 2vw;
	}

	.main_visual-text p span {
		font-size: 1vw;
	}

	.main_visual-text h2 {
		font-size: 2vw;
	}

	.main_visual-text p.main_visual-text-top {
		font-size: 1vw;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}

	.main_visual-text p.main_visual-text-bottom {
		font-size: 1vw;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}

@media screen and (max-width: 1100px) {
	.main_visual-text {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.contents_block {
		width: 100%;
		max-width: 100%;
	}

	.main_visual {
		flex-direction: column;
	}

	.main_visual_left {
		background-image: url(../img/recruit/interview/1/main_left.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
		width: 100%;
		max-width: 100%;
		padding: 20vw 10px 16vw 10px;
		max-height: 100%;
	}

	.main_visual_left.r2 {
		background-image: url(../img/recruit/interview/2/main_left.png);
	}

	.main_visual_right {
		background-image: url(https://maroonwolf5.sakura.ne.jp/corporate/wp-content/themes/fukuyama/assets/img/recruit/interview/1/main_right.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
		width: 100%;
		max-width: 100%;
		height: 65vw;
		margin-bottom: 10%;
		margin-top: -2px;
	}

	.main_visual_right.r2 {
		background-image: url(https://maroonwolf5.sakura.ne.jp/corporate/wp-content/themes/fukuyama/assets/img/recruit/interview/1/main_right.png);
	}

	.main_visual-text {
		color: #fff;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	h1 {
		font-size: 12vw;
	}

	h1 span {
		font-size: 3.6vw;
		padding-top: 2vw;
	}

	.main_visual-text p {
		font-size: 5vw;
		margin-bottom: 2%;
		flex-direction: column;
	}

	.main_visual-text p span {
		display: block;
		padding-top: 2vw;
		font-size: 3.6vw;
	}

	.main_visual-text h2 {
		font-size: 6vw;
		padding-bottom: 3%;
		padding-top: 10%;
	}

	.main_visual-text p.main_visual-text-top {
		font-size: 3.6vw;
		padding-bottom: 2%;
		text-align: left;
	}

	.main_visual-text p.main_visual-text-bottom {
		font-size: 3.6vw;
		text-align: left;
	}

	.main_visual-text p.main_visual-text-top br {
		display: none;
	}

	.main_visual-text p.main_visual-text-bottom br {
		display: none;
	}

	.main_visual_container {
		background: inherit;
	}

	.main_visual_container.r2 {
		background: inherit;
	}
}

/* main */


/* interview */
.interview {
	display: flex;
	width: 100%;
	max-height: 600px;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

.interview_bottom {
	display: flex;
	width: 100%;
	max-height: 600px;
	align-items: center;
	margin-bottom: 80px;
}

.interview_top-left {
	width: 50%;
}

.interview_top-right {
	width: 50%;
}

.interview_top-left img {}

.interview_top-text h2 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.interview_top-text h2::before {
	display: none;
}

.interview_top-text p {
	font-size: 16px;
	font-weight: normal;
}

.interview_top-text {
	width: 550px;
	max-width: 100%;
	padding: 92px 0 90px 40px;
}

.interview_bottom-left {
	width: 50%;
}

.interview_bottom-right {
	width: 50%;
}

.interview_bottom-text h2 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.interview_bottom-text h2::before {
	display: none;
}

.interview_bottom-text p {
	font-size: 16px;
	font-weight: normal;
}

.interview_bottom-text {
	width: 550px;
	max-width: 100%;
	/*padding: 92px 40px 90px 0;*/
	padding: 10% 5%;
	margin: 0 0 0 auto;
}

.interview_text-pd {
	padding-bottom: 30px;
}


@media screen and (max-width: 1600px) {
	.interview {
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.interview_bottom {
		margin-bottom: 5%;
	}

	/*	.recruit_2 .interview_top-text {
			padding: 2% 5%;
		}
*/
	.recruit_2 .interview_bottom-text {
		padding: 2% 40px 2% 0;
	}

	.interview_top-text h2 {
	    font-size: 3.3vw;
	    padding-bottom: 8%;
	}

	.interview_top-text p {
		/*font-size: 1vw;*/
		font-size: 16px;
		padding-bottom: 3%;
	}

	.interview_bottom-text h2 {
		font-size: 3.3vw;
		padding-bottom: 3%;
	}

	.interview_bottom-text p {
		font-size: 14px;
		padding-bottom: 3%;
	}
}

@media screen and (max-width: 1120px) {
	.interview_top-text {
		padding-right: 20px;
	}

	.interview_bottom-text {
		padding-left: 20px;
	}

	/* interview_2のみ */
	.interview_bottom-text.interview2 {
		padding: 2% 20px 2% 20px;
	}

	/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
	.interview {
		margin-top: 5%;
	}

	.interview_bottom {
		margin-bottom: 5%;
	}

	.interview_top-text {
		padding: 10% 5%;
	}
	.interview_top-text p {
		font-size: 14px;
	}
}


@media screen and (max-width: 767px) {
	.interview {
		flex-direction: column-reverse;
		max-height: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}

	/* interview_2のみ */
	.interview.interview2 {
		margin-bottom: 10%
	}

	/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
	.interview_top-left {
		width: 100%;
		max-width: 100%;
	}

	.interview_top-right {
		width: 100%;
		max-width: 100%;
		padding-bottom: 8%;
	}

	.interview_top-text {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}

	.interview_bottom {
		flex-direction: column;
		max-height: 100%;
	}

	/* interview_2のみ */
	.interview_bottom.interview_bottom-2 {
		margin-top: 10%;
	}

	/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
	.interview_bottom-left {
		width: 100%;
		max-width: 100%;
		padding-bottom: 8%;
	}

	.interview_bottom-right {
		width: 100%;
		max-width: 100%;
	}

	.interview_bottom-text {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}

	/* interview_2のみ */
	.interview_bottom-text.interview2 {
		padding: 0 20px 0 20px;
	}

	/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
	.interview_top-text h2 {
		text-align: center;
		font-size: 6vw;
		padding-bottom: 6%;
		line-height: 1.5;
	}

	.interview_top-text p {
		font-size: 3.6vw;
	}

	.interview_bottom-text h2 {
		text-align: center;
		font-size: 6vw;
		padding-bottom: 6%;
		padding-top: 10%;
		line-height: 1.5;
	}

	.interview_bottom-text p {
		font-size: 3.6vw;
	}

	.interview_text-pd {
		padding-bottom: 0;
	}
}

/* schedule */

.schedule {
	background-image: url(https://maroonwolf5.sakura.ne.jp/corporate/wp-content/themes/fukuyama/assets/img/recruit/interview/1/schedule-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 680px;
	width: 100%;
	display: flex;
}

/* interview_2のみ */
.recruit_2 .schedule {
	background-image: url(../img/recruit/interview/2/schedule-img.png);
}

/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
.schedule-box {
	width: 50%;
}

.schedule-box_right {
	width: 50%;
	padding: 100px 0;
	margin: 0 auto 0 0;
}

.schedule_table h2 {
	font-size: 40px;
	margin-bottom: 0;
	padding-bottom: 10px;
	position: relative;
	width: 400px;
	max-width: 100%;
	border-bottom: solid 1px;
	font-weight: normal;
	letter-spacing: 3px;
}

.schedule_table h2 span {
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 2%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}

.schedule_table h2::after {
	content: '';
	background-size: contain;
	background-image: url(../img/recruit/interview/1/object-s.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 0;
	left: 100%;
}

.schedule_table {
	background-color: #fff;
	position: inherit;
	padding: 40px;
	background-image: url(../img/recruit/interview/1/grid_bg.png);
	width: 550px;
	max-width: 100%;
}

.schedule_table table {
	font-size: 16px;
	padding-top: 20px;
	font-weight: bold;
}

.schedule_table h2::before {
	display: none;
}

.schedule_table th {
	padding-bottom: 20px;
	font-weight: normal;
}

.schedule_table td {
	padding-bottom: 20px;
	padding-left: 30px;
}

.schedule_table th.pd_0 {
	padding-bottom: 0;
}

.schedule_table td.pd_0 {
	padding-bottom: 0;
}

.schedule_table td.pb0 {
	padding-bottom: 0;
}

.schedule_table th {
	vertical-align: top;
	font-weight: bold;
	line-height: 1.6;
}

.schedule_table td {
	vertical-align: top;
	line-height: 1.6;
}



@media screen and (max-width: 1120px) {
	.schedule-box_right {
		padding: 9% 20px 9% 0;
	}
}

@media screen and (max-width: 1100px) {
	.schedule_table h2 {
		width: 90%;
	}
}

@media screen and (max-width: 980px) {
	.schedule_table h2 span {
		display: block;
		padding-top: 3%;
	}

	.schedule_table h2 {
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (max-width: 850px) {
	.schedule_table h2 {
		width: 85%;
	}
}

@media screen and (max-width: 830px) {
	.schedule_table {
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.schedule {
		background-image: url(../img/recruit/interview/1/schedule-sp-img.png);
		flex: inherit;
		height: auto;
	}

	/* interview_2のみ */
	.recruit_2 .schedule {
		background-image: url(../img/recruit/interview/2/schedule-sp-img.png);
	}

	/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
	.schedule-box {
		display: none;
	}

	.schedule-box_right {
		width: 100%;
		padding: 5%;
	}

	.schedule_table {
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		padding: 5vw;
		background-image: url(../img/recruit/interview/1/grid_bg.png);
		position: inherit;
		width: 100%;
		max-width: 100%;
	}

	.schedule_table h2 {
		text-align: center;
		font-size: 14vw;
		margin: 0px auto;
		width: 70%;

	}

	.schedule_table h2 span {
		display: block;
		padding-top: 3%;
		font-size: 3.6vw;
	}

	.schedule_table table {
		font-size: 3.6vw;
	}
}

/* interview_link */

.interview_link {
	padding: 100px 0;
	text-align: center;
}

.interview_link img {
	margin: 5px;
}

.hover_img:hover {
	opacity: 0.3;
}

.hover_img.active {
	opacity: 0.3;
}

.recruit_2 .hover_img.active {
	opacity: 1;
}

.recruit_2 .hover_img.active:hover {
	opacity: 0.3;
}

.recruit_2 .hover_img {
	opacity: 0.3;
}

@media screen and (max-width: 767px) {
	.interview_link img {
		width: 100%;
		padding: 0 20px;
		margin: 0;
		display: block;
	}

	.interview_link {
		flex-direction: column;
		display: flex;
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.hover_img.active {
		margin-bottom: 10%;
	}
}


/*
.recruit ul {
	font-size: 18px;
	display: flex;
	justify-content: center;
}

.recruit li {
	list-style: none;
	border: solid 1px;
	margin: 10px;
	width: 170px;
	text-align: center;
	height: 150px;
	padding: 90px 0 20px 0;
}

.recruit li.list_item1 {
	position: relative;
}
.recruit li.list_item1::before {
	content: '';
	background-size: cover;
	background-image: url(../img/recruit/interview/1/object1-top.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 13%;
	left: 50%;
	margin-left: -30px;
}
.recruit li.list_item1::after {
	content: '';
	background-size: contain;
	background-image: url(../img/recruit/interview/1/object1-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 30px;
	height: 20px;
	bottom: 10%;
	left: 50%;
	margin-left: -15px;
}
.recruit li.list_item2 {
	position: relative;
}
.recruit li.list_item2::before {
	content: '';
	background-size: cover;
	background-image: url(../img/recruit/interview/1/object2-top.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 13%;
	left: 50%;
	margin-left: -30px;
}
.recruit li.list_item2::after {
	content: '';
	background-size: contain;
	background-image: url(../img/recruit/interview/1/object2-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 30px;
	height: 20px;
	bottom: 10%;
	left: 50%;
	margin-left: -15px;
}
.recruit li.list_item3 {
	position: relative;
}
.recruit li.list_item3::before {
	content: '';
	background-size: contain;
	background-image: url(../img/recruit/interview/1/object3-top.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 13%;
	left: 50%;
	margin-left: -30px;
}
.recruit li.list_item3::after {
	content: '';
	background-size: contain;
	background-image: url(../img/recruit/interview/1/object3-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 30px;
	height: 20px;
	bottom: 10%;
	left: 50%;
	margin-left: -15px;
}
.recruit li.list_item4 {
	position: relative;
}
.recruit li.list_item4::before {
	content: '';
	background-size: contain;
	background-image: url(../img/recruit/interview/1/object4-top.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 13%;
	left: 50%;
	margin-left: -30px;
}
.recruit li.list_item4::after {
	content: '';
	background-size: contain;
	background-image: url(../img/recruit/interview/1/object4-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 30px;
	height: 20px;
	bottom: 10%;
	left: 50%;
	margin-left: -15px;
}

.list_item1 a {
	display: block;
	color: #000;
}
.list_item2 a {
	display: block;
	color: #000;
}
.list_item3 a {
	display: block;
	color: #000;
}
.list_item4 a {
	display: block;
	color: #000;
}

.list_item1:hover {
	background-color: #e70000;
}
.list_item2:hover {
	background-color: #e70000;
}
.list_item3:hover {
	background-color: #e70000;
}
.list_item4:hover {
	background-color: #e70000;
}

.list_item2 {
	background-color: #e70000;
}

@media screen and (max-width: 767px){
	.recruit ul {
		flex-wrap: wrap;
		font-size: 3.5vw;
		padding: 0 20px;
		justify-content: space-between;
		padding-top: 2%;
	}
	.recruit li {
		height: 17vw;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48.5%;
		margin: 0;
		margin-bottom: 3.2vw;
	}
	.recruit li.list_item1::after {
		display: none;
	}
	.recruit li.list_item2::after {
		display: none;
	}
	.recruit li.list_item3::after {
		display: none;
	}
	.recruit li.list_item4::after {
		display: none;
	}
	.recruit li.list_item1::before {
		top: 30%;
		left: 24%;
		height: 7vw;
		width: 7vw;
		margin-left: -38px;
	}
	.recruit li.list_item2::before {
		top: 30%;
		left: 24%;
		height: 7vw;
		width: 7vw;
		margin-left: -38px;
	}
	.recruit li.list_item3::before {
		top: 30%;
		left: 24%;
		height: 7vw;
		width: 7vw;
		margin-left: -38px;
	}
	.recruit li.list_item4::before {
		top: 30%;
		left: 24%;
		height: 7vw;
		width: 7vw;
		margin-left: -38px;
	}
	.recruit h2::before {
		top: 0;
		left: 0;
		margin: 0;
		height: auto;
		width: 100%;
		position: relative;
	}
	.recruit {
		padding: 20% 0 20% 0;
	}
}

@media screen and (max-width: 767px){
	.recruit li.list_item1::before {
		left: 25%;
	}
	.recruit li.list_item2::before {
		left: 25%;
	}
	.recruit li.list_item3::before {
		left: 25%;
	}
	.recruit li.list_item4::before {
		left: 25%;
	}
}
*/