
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.interview {
	width: 100%;
	padding-top: 80px;
}
.interview dl {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.interview dl.re {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse nowrap;
	flex-flow: row-reverse nowrap;
}
.interview dl dt {
	width: 39%;
	max-width: 390px;
}
.interview dl dd {
	width: 55%;
}
.interview dl dd h2 {
	width: 100%;
	text-align: left;
	background-image: url(../../images/border.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	margin: 0 0 4%;
	padding: 0 0 3%;
}
.interview h2.pl {
	text-align: center;
	color: #620039;
	margin: 0 0 4%;
	padding: 0 0 3%;
}
.interview h2.pl span {
	display: block;
	font-size: 1.5rem;
	color: #999;
}
.interview div.vt {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.interview div.vt p {
	width: 47.5%;
	color: #620039;
}
.interview div.vt p:nth-of-type(2) {
	color: #999;
}
.interview dl.vt dt {
	width: 47.5%;
	max-width: 475px;
}
.interview dl.vt dd {
	width: 47.5%;
}
.interview dl.vt dd p {
	color: #620039;
}
.interview dl.vt dd p:nth-of-type(2) {
	color: #999;
	margin-top: 2em;
}
.interview-photo {
	width: 100%;
}
.interview-menu {
	width: 90%;
	max-width: 1000px;
	margin: 120px auto;
}
.interview-menu li {
	width: 25%;
	float: left;
}
.environment {
	width: 100%;
	padding-top: 80px;
}
.environment h2 {
	text-align: center;
}
.environment dl {
	width: 100%;
	position: relative;
	margin-top: 80px;
	padding-top: 6%;
}
.environment dl dt {
	width: 54%;
	max-width: 540px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1!important;
}
.environment dl dd {
	width: 54%;
	max-width: 540px;
	position: relative;
	margin-left: auto;
	margin-right: 0;
	z-index: 2!important;
}
.environment dl dd .inner {
	width: 100%;
	position: absolute;
	color: #FFF;
	text-align: center;
	top: 7%;
	left: 4%;
	z-index: 1!important;
}
.environment dl dd .bg {
	
}
.environment dl dd .inner .icon {
	width: 20%;
	max-width: 77px;
	margin: 0 auto;
}
.environment dl dd .inner h2 {
	margin: 1% auto;
}
.environment dl dd .inner p {
	text-align: center;
}
.message-head {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.message-head .ms {
	position: relative;
	text-align: center;
	margin: 0 -50%;
}
.message-head .ms img {
	width: 100%;
	max-width: 2050px;
	height: auto;
}
.message-txt {
	text-align: center;
}
.data-bg {
	margin-top: 92px!important;
	padding-top: 50px;
}
.data-title-style {
	width: 90%;
	max-width: 1000px;
	text-align: center;
	border: 4px solid #999;
	margin: 0 auto;
	padding: 2%;
}

/* img */
.interview dl dt img,.interview-photo img,.environment dl dt img,.environment dl dd .bg img,.environment dl dd .inner .icon img,.interview-menu li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* cf */
.profile:after,.interview-menu:after {
	content:" ";
	display:block;
	clear:both;
}
@media only screen and (min-width:1px) and (max-width: 1000px) {
	
	.environment dl dd .inner h2 {
		font-size: 3vw;
	}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.interview {
		width: 100%;
		padding-top: 8%;
	}
	.interview dl {
		width: 100%;

		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;

		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.interview dl.re {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;

		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.interview dl dt {
		width: 60%;
		max-width: 390px;
		margin: 5% auto 0;
	}
	.interview dl dd {
		width: 100%;
	}
	.interview dl dd h2 {
		width: 100%;
		text-align: center;
	}
	.interview dl dd h2 br {
		display: none;
	}
	.interview div.vt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.interview div.vt p {
		width: 100%;
	}
	.interview div.vt p:nth-of-type(2) {
		margin-top: 2em;
	}
	.interview dl.vt dt {
		width: 60%;
		max-width: 390px;
	}
	.interview dl.vt dd {
		width: 100%;
	}
	.interview dl.vt dd p {
		color: #620039;
	}
	.interview dl.vt dd p:nth-of-type(2) {
		color: #999;
		margin-top: 2em;
	}
	.interview-photo {
		width: 100%;
	}
	.interview-menu {
		margin: 12% auto;
	}
	.environment {
		width: 100%;
		padding-top: 8%;
	}
	.environment dl {
		width: 100%;
		position: relative;
		margin-top: 8%;
		padding-top: 0;
	}
	.environment dl dt {
		width: 100%;
		max-width: 540px;
		position: relative;
		margin: 0 auto;
		top: 0;
		left: 0;
		z-index: 1!important;
	}
	.environment dl dd {
		width: 100%;
		max-width: 540px;
		position: relative;
		margin: 0 auto;
		z-index: 2!important;
	}
	.environment dl dd .bg {
		display: none;
	}
	.environment dl dd .inner {
		width: 100%;
		position: relative;
		color: #FFF;
		text-align: center;
		background-color: #4e5d71;
		top: 0;
		left: 0;
		z-index: 1!important;
		padding: 5% 3%;
	}
	.environment dl dd .inner .icon {
		width: 15%;
		max-width: 77px;
		margin: 0 auto;
	}
	.environment dl dd .inner h2 {
		font-size: 2rem;
	}
	.environment dl dd .inner p {
		text-align: center;
	}
	.message-txt {
		text-align: left;
	}
	.message-txt br {
		display: none;
	}
	.data-bg {
		margin-top: 66px!important;
		padding-top: 5%;
	}
	.data-title-style {
		width: 90%;
		max-width: 1000px;
		text-align: center;
		border: 4px solid #999;
		margin: 0 auto;
		padding: 2%;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	.interview-menu li {
		width: 50%;
		float: left;
	}
	
}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
}

