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

.catch {
	margin-bottom: 0;
}
/*----------------------------------------
	#interview
----------------------------------------*/
#interview {
	text-align: center;
}
#interview .ivBox p {
	color: #FFF;
}
#interview #iv02 {
	background: url(../images/iv02.jpg) no-repeat center;
	background-size: cover;
}
#interview #iv03 {
	background: url(../images/iv03.jpg) no-repeat center;
	background-size: cover;
}
#interview #iv04 {
	background: url(../images/iv04.jpg) no-repeat center;
	background-size: cover;
}
#interview #iv05 {
	background: url(../images/iv05.jpg) no-repeat center;
	background-size: cover;
}
#interview #iv04 .bgc {
	background: rgba(1, 91, 153, 0.5);
}
#interview #iv02 .bgc {
	background: rgba(42, 54, 136, 0.5);
}
#interview #iv03 .bgc {
	background: rgba(93, 93, 93, 0.4);
}
#interview #iv04 .bgc {
	background: rgba(1, 91, 153, 0.5);
}
#interview #iv05 .bgc {
	background: rgba(93, 93, 93, 0.4);
}
#interview .title {
	margin: 0 0 20px 0;	
}
#interview .title .large {
  font-size: 24px;
}
#interview .title p {
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#interview .data {
	margin: 0 0 20px 0;
}
#interview .data .name {
	font-size: 1.8em;
	letter-spacing: .1em;
}

.intern {
	background: #2a3688;
	padding: 30px;
	display: flex;
	text-align: left;
}

.intern .intern-text {
	padding-left: 60px;
}
.intern .intern-title p {
	font-weight: bold;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 15px;
}

.intern .intern-title span {
	font-size: 24px;
}
.intern p {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

#mvv {
	padding-top: 60px;
}

.mvv-box {
	background-color: #f7f7f7;
	padding: 30px;
	text-align: center;
	margin-top: 30px;
}

.mvv-box--blue {
	background-color: rgba(42, 54, 136, 0.1);
}

.mvv-box--cyan {
	background-color: rgba(1, 91, 153, 0.1);
}

.mvv-title p {
	color: #666;
}

.mvv-title {
	margin-bottom: 1rem;
}

.mvv-title .mvv-title-large {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5;
	color: #2a3688;
}

.mvv-main {
	font-size: 18px;
}

.vision-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vision-box + .vision-box {
	margin-top: 12px;
	padding-top: 12px;
}

.vision-title {
	font-weight: bold;
	font-size: 16px;
	padding: .1em;
	width: 24%;
}

.vision-text {
	padding-left: 30px;
	font-size: 16px;
	width: 50%;
	text-align: left;
}

#schedule {
	padding-top: 60px;
}

.flow-wrap {
	display: flex;
	justify-content: center;
}

.flow-text {
	width: 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.flow-text::before {
	content: "";
	display: block;
	position: absolute;
	left: -34px;
	top: 0;
	width: 3px;
	height: 25%;
	background-color: #015b99;
}

.flow-text::after {
	content: "";
	display: block;
	position: absolute;
	left: -34px;
	bottom: 0;
	width: 3px;
	height: 75%;
	background-color: #ddd;
}

.flow-text-item {
	display: flex;
	align-items: center;
	position: relative;
}

.flow-text-item::after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 12px 15px 0 15px;
	border-color: rgba(1, 91, 153, 0.2) transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 38px;
	transform: translateX(-50%);
}

.flow-text-item:last-of-type::after {
	content: none;
}

.flow-time {
	color: #015b99;
	font-weight: bold;
	font-size: 1.6rem;
	position: relative;
}

.flow-title {
	font-size: 1rem;
	padding-left: 1.7rem;
	color: #555;
	font-weight: bold;
}

.flow-img {
	display: flex;
	flex-wrap: wrap;
	width: 62%;
}

@media print,screen and (min-width: 769px){
	#interview .cont-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	#interview .ivBox .bgc {
		padding: 30px 20px;
		height: 100%;
	}
	#interview .ivBox {
		width: calc(100%/4);
	}
	#interview .title p {
		font-weight: bold;
		color: #FFF;
		line-height: 1.5;
		letter-spacing: 0.1em;
		font-size: 15px;
	}
	#interview .data {
		margin: 0 0 20px 0;
		min-height: 70px;
	}
	.vision-title {
		background: #ffffffcc;
	}
	.flow-time::after {
		content: "";
		display: block;
		width: .6rem;
		background-color: #015b99;
		height: 1px;
		position: absolute;
		top: 50%;
		right: -1.2rem;
	}
	.flow-img-item {
		width: 50%;
	}
	.flow-img-item:nth-child(2n) {
		margin-top: 30px;
		padding-left: 15px;
	}
	
	.flow-img-item:nth-child(2n-1) {
		padding-right: 15px;
	}
}

@media screen and (max-width:768px){
	#interview .bgc {
		padding: 20px;
	}
	.intern {
		display: block;
		text-align: center;
	}

	.intern .intern-text {
		padding-left: 0;
	}
	.intern .intern-text p {
		font-size: 15px;
	}
	.mvv-box {
		margin-top: 0;
		padding: 20px;
	}
	.mvv-title {
		margin-bottom: 10px;
	}
	.mvv-title .mvv-title-large {
		font-size: 24px;
	}
	.mvv-main {
		font-size: 16px;
		text-align: left;
	}
	.vision-box {
		flex-wrap: wrap;
	}
	.vision-box + .vision-box {
		border-top: 1px solid #ddd;
	}
	
	.vision-title {
		width: 100%;
		text-align: center;
	}
	.vision-text {
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	.flow-wrap {
		padding: 0 1em;
	}
	.flow-text {
		width: 50%;
	}
	.flow-img {
		width: 50%;
	}
	.flow-text-item {
		flex-wrap: wrap;
	}
	.flow-text-item::after {
		left: 50%;
	}
	.flow-time {
		font-size: 1.2rem;
		width: 100%;
		text-align: center;
	}
	.flow-title {
		font-size: .9rem;
		padding-left: 0;
		margin: 0 auto;
	}
	.flow-text::before,.flow-text::after {
		left: 0;
	}
}

