@charset "utf-8";
/* CSS Document */

/********************************

  kv

********************************/

#kv {
	position: relative;
	height: 400px;
	background: url("../images/interview/cross/cross_bg.jpg") no-repeat;
	background-size: auto 100%;
	background-position: top center;
}

#kv .kv_inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#kv h1 {
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	width: 261px;
	height: 59px;
	margin: 0 auto;
}

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

	#kv {
		width: 100%;
		position: relative;
		height: 250px;
		background: url("../images/interview/cross/sp_cross_bg.jpg") no-repeat;
		background-size: auto 100%;
		background-position: top center;
	}

	#kv .kv_inner {
		position: relative;
		width: 95%;
		margin: 0 auto;
	}

	#kv h1 {
		position: absolute;
		top: 115px;
		right: 0;
		left: 0;
		width: 50%;
		height: 61px;
		margin: 0 auto;
	}

	.breadcrumb {
		display: none;
	}

}

/********************************

  main

********************************/

#main {
	margin: 0 auto;
	padding: 100px 0 0;
}

#main_area {
	padding: 0 0 60px;
}

#main_area .main_img {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#main_area .main_img img {
	margin: 0 auto;
}

#main_area .main_img .tx_box {
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	width: 450px;
	margin: 0 auto;
	padding: 45px 15px 20px;
	color: #ffffff;
	background: #d05635;
	box-sizing: content-box;
}

#main_area .main_img .tx_box dl {
	margin-block: 20px;
}

#main_area .main_img .tx_box:after {
	content: "";
	color: #ffffff;
	width: 100px;
	height: 50px;
	border: 1px solid #d05635;
	position: absolute;
	top: 50px;
	left: -50px;
	width: 480px;
	height: 370px;
	z-index: -1;
	text-align: center;
}

#main_area .main_img .tx_box h3 img {
	margin: 0 auto;
}

#main_area .main_img .main_img .tx_box dl {
	width: 350px;
	margin: 30px auto 0;
}

#main_area .main_img .tx_box dt {
	margin: 15px auto;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}

#main_area .main_img .tx_box dd {
	width: 385px;
	margin: 0 auto;
}


#main_area .main_img .img_area {
	float: right;
	margin: 85px auto 0;
}

#people:after {
	content: "";
	background: #f4f7de;
	background-size: 100% 300px;
	background-position: top;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 300px;
}

.people_thum {
	position: relative;
	width: 485px;
	overflow: hidden;
	margin: 325px auto 0;
}

.people_thum:before {
	content: '';
	position: absolute;
	top: 80px;
	left: 195px;
	width: 100px;
	height: 2px;
	background-color: #d05635;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.people_thum:after {
	content: '';
	position: absolute;
	top: 80px;
	left: 195px;
	width: 100px;
	height: 2px;
	background-color: #d05635;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.people_thum dl:first-child {
	float: left;
	margin: 0 auto;
}

.people_thum dl:last-child {
	float: right;
	margin: 0 auto;
}

.people_thum dl:first-child dt,
.people_thum dl:last-child dt {
	height: auto;
}

.people_thum dl dd {
	margin: 15px auto;
	text-align: center;
	line-height: 1.8rem;
}

.people_thum dl span {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#oneday .schedule_wrap {
	background: #f8f8f8;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.02deg);
}

#oneday .schedule {
	width: 1200px;
	margin: 0 auto 100px;
	padding: 100px 0 60px;
}

#oneday h3 {
	width: 349px;
	margin: 0 auto 100px;
}

#oneday dl {
	position: relative;
	width: 735px;
	height: 135px;
	margin: 0 auto 47px;
	line-height: 1.5em;
}

#oneday dl:after {
	position: absolute;
	top: 36px;
	left: 10px;
	z-index: 100;
	content: "";
	margin-left: 5px;
	color: #cb6c58;
	width: 150px;
	height: 135px;
	border-left: 2px solid #cb6c58;
}

#oneday dl:last-child:after {
	display: none;
}

#oneday dt {
	display: inline-block;
	width: 150px;
	margin: 0 auto;
	color: #cb6c58;
	font-size: 18px;
	vertical-align: top;
}

#oneday dt span {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

#oneday dd {
	display: inline-block;
	width: 575px;
	margin: 0 auto;
	vertical-align: top;
}

@media screen and (max-width:640px) {
	#main {
		width: 100%;
		margin: 0 auto;
		padding: 15% 0 0;
	}

	#main_area {
		padding: 0;
		font-family: "Sawarabi Gothic";
		transform: rotate(0.02deg);
	}

	#main_area .main_img {
		position: relative;
		width: 100%;
		;
		margin: 0 auto;
	}

	#main_area .main_img img {
		margin: 0 auto;
	}

	#main_area .main_img .tx_box {
		position: absolute;
		bottom: -145%;
		left: 0;
		right: 0;
		width: 80%;
		margin: 0 auto;
		padding: 45px 15px 20px;
		color: #ffffff;
		background: #d05635;
	}

	#main_area .main_img .tx_box:after {
		content: "";
		color: #ffffff;
		width: 100%;
		height: 375px;
		border: 1px solid #d05635;
		position: absolute;
		top: 10%;
		left: -10%;
		z-index: -2;
		text-align: center;
	}

	#main_area .main_img .tx_box h3 img {
		margin: 0 auto;
	}

	#main_area .main_img .main_img .tx_box dl {
		width: 100%;
		margin: 30px auto 0;
	}

	#main_area .main_img .tx_box dt {
		width: 100%;
		margin: 15px auto;
		font-size: 4.5vw;
		text-align: center;
		letter-spacing: 0.02em;
	}

	#main_area .main_img .tx_box dd {
		width: 90%;
		margin: 0 auto;
		text-align: left;
		line-height: 6.5vw;
	}


	#main_area .main_img .img_area {
		float: right;
		margin: 85px auto 0;
	}

	#people:after {
		content: "";
		background: #f4f7de;
		background-size: 100% 300px;
		background-position: top;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 300px;
	}

	.people_thum {
		position: relative;
		width: 95%;
		overflow: hidden;
		margin: 120% auto 0;
	}

	.people_thum:before {
		content: '';
		position: absolute;
		top: 30%;
		left: 40%;
		width: 75px;
		height: 2px;
		background-color: #d05635;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.people_thum:after {
		content: '';
		position: absolute;
		top: 30%;
		left: 40%;
		width: 75px;
		height: 2px;
		background-color: #d05635;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.people_thum dl:first-child {
		float: left;
		width: 35%;
		margin: 0 auto;
	}

	.people_thum dl:last-child {
		float: right;
		width: 35%;
		margin: 0 auto;
	}

	.people_thum dl:first-child dt,
	.people_thum dl:last-child dt {
		width: 100%;
	}

	.people_thum dl dd {
		margin: 10% auto 0;
		text-align: center;
		line-height: 1.4rem;
	}

	.people_thum dl span {
		display: block;
		font-size: 1.2rem;
		margin: 0;
		padding: 0;
	}

	#oneday {
		width: 100%;
		margin: 0 auto 15%;
		font-size: 1.2rem;
		text-align: left;
	}

	#oneday .schedule_wrap {
		background: #f8f8f8;
	}

	#oneday .schedule {
		width: 90%;
		margin: 0 auto 15%;
		padding: 15% 0 10%;
	}

	#oneday h3 {
		width: 65%;
		margin: 0 auto 15%;
	}

	#oneday dl {
		position: relative;
		width: 100%;
		height: 148px;
		margin: 0 auto 8%;
	}

	#oneday .schedule_wrap:first-child dl {
		height: 80px;
	}

	#oneday dl:after {
		top: 30px;
		left: 5px;
		width: 100%;
		height: 135px;
	}

	#oneday .schedule_wrap:first-child dl:after {
		top: 30px;
		left: 5px;
		width: 100%;
		height: 70px;
	}

	#oneday dt {
		width: 26%;
	}

	#oneday dt img {
		width: auto;
		height: 22px;
	}

	#oneday dd {
		width: 70%;
		margin: 1% 0 0 0;
		font-size: 3.8vw;
		line-height: 1.4em;
	}

}


/********************************

  sec

********************************/

.unit {
	margin: 60px auto 100px;
}

#sec02 {
	padding: 150px 0 100px;
	background: #faeeeb;
}

#sec01 .img_area,
#sec02 .img_area,
#sec03 .img_area {
	position: relative;
	width: 950px;
	margin: 0 auto 60px;
}

.unit p {
	width: 715px;
	position: relative;
	margin: 30px auto;
	padding: 15px 0 20px 75px;
	color: #ce5535;
	/* font-size: 16px; */
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	box-sizing: content-box;
}

.unit p:after {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
	content: "";
	margin-left: 5px;
	color: #ce5535;
	width: 30px;
	height: 1px;
	border-top: 1px solid #ce5535;
}

.unit dl {
	width: 710px;
	margin: 0 auto 30px;
}

.unit dt {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	color: #696969;
}


.unit dd {
	display: inline-block;
	width: 600px;
	text-align: left;
}

.unit .sasaki {
	color: #fbc000;
}

.unit .siono {
	color: #8eb4d9;
}

@media screen and (max-width:640px) {
	.unit {
		margin: 25% auto;
		font-family: "Sawarabi Gothic";
		transform: rotate(0.02deg);
	}

	#sec02 {
		padding: 20% 0;
	}

	#sec01 .img_area,
	#sec02 .img_area,
	#sec03 .img_area {
		width: 100%;
		margin: 0 auto;
	}

	.unit p {
		width: 85%;
		margin: 8% auto;
		padding: 0 0 3% 7%;
		color: #ce5535;
		font-size: 3.8vw;
		font-weight: bold;
		text-align: left;
		letter-spacing: 0;
	}

	.unit p:after {
		top: 12px;
		left: -1%;
		z-index: 100;
		content: "";
		margin-left: 5px;
		color: #ce5535;
		width: 5%;
	}

	.unit dl {
		width: 90%;
		margin: 0 auto 5%;
	}

	.unit dt {
		width: 20%;
		vertical-align: top;
		text-align: left;
	}

	.unit dd {
		width: 78%;
		text-align: left;
		line-height: 6.5vw;
	}

	.unit .sasaki {
		color: #fbc000;
	}

	.unit .siono {
		color: #8eb4d9;
	}
}