@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
#main {
	padding-bottom: 6.7rem;
	color: #fff;
	background: url(../image/interview_bg_01.jpg) repeat-y center top / 100%;
}
#main .mainBox {
	margin: 0 auto;
	max-width: 128rem;
	position: relative;
}
#main .pageLead {
	margin-bottom: 10rem;
}
#main .pageLead h2 {
	margin: 0 0 16.7rem auto;
	padding: 6.9rem 5.5rem 0;
	width: fit-content;
	position: relative;
	z-index: 2;
}
#main .pageLead h2::after {
	width: 100vw;
	min-width: 128rem;
	height: 0.2rem;
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	background: #1746FF;
	content: '';
}
#main .pageLead h2 img {
	width: 37.9rem;
}
#main .pageLead .photo {
	width: 115.2rem;
	top: 1.8rem;
	left: -34.3rem;
	position: absolute;
}
#main .pageLead .photo img {
	width: 100%;
}
#main .pageLead .innerBox {
	margin: 0 auto;
	width: 108rem;
	position: relative;
	z-index: 1;
}
#main .pageLead .txtBox {
	margin-bottom: 4.2rem;
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
}
#main .pageLead .txtBox .imgtext {
	margin-right: -1.5rem;
	padding-bottom: 0.2rem;
	width: 68rem;
}
#main .pageLead .txtBox .profile {
	flex: 1;
}
#main .pageLead .txtBox .profile p {
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 1.333;
}
#main .pageLead .txtBox .profile .small {
	font-size: 1.4rem;
}
#main .pageLead .txtBox .profile .name {
	margin-bottom: 1.1rem;
	font-size: 2.8rem;
	letter-spacing: 0.04em;
}
#main .pageLead .txtBox .profile .name .en {
	margin-left: 2.4rem;
	vertical-align: 0.4rem;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	line-height: 1.68;
}
#main .pageLead .text {
	font-size: 2.2rem;
	line-height: 1.954;
}
#main .secBox {
	margin-bottom: 8.5rem;
	display: flex;
	justify-content: space-between;
}
#main .secBox .textBox {
	width: calc(50% + 20rem);
	position: relative;
	z-index: 1;
}
#main .secBox .textBox .innerBox {
	margin-left: auto;
	max-width: 74rem;
}
#main .secBox .textBox h3 {
	margin-bottom: 3.7rem;
}
#main .secBox .textBox h3 img {
	width: auto;
	max-height: 17.4rem;
}
#main .secBox .textBox p {
	letter-spacing: 0.03em;
}
#main .secBox .textBox p .small {
	font-size: 1.5rem;
}
#main .secBox .textBox p.text {
	letter-spacing: 0.05em;
}
#main .secBox .photoBox {
	flex: 1;
}
#main .secBox .photoBox img {
	width: 100%;
}
#main .secBox .photoBox .pho01 {
	margin: -4.8rem -35.4rem 0 -45.4rem;
}
#main .sec02 {
	margin-bottom: 6.8rem;
	flex-direction: row-reverse;
}
#main .sec02 .textBox .innerBox {
	margin-left: 0;
}
#main .secBox .photoBox .pho02 {
	margin: 35rem -17rem 0 -17.8rem;
}
#main .secBox h4 {
	margin: 0 -1rem 4.3rem 0;
}
#main .secBox h4 img {
	max-height: 10rem;
}
#main .secBox .photoBox .pho03 {
	margin: 15.3rem -9.5rem 0 -25.4rem;
}
#main .sec03 {
	margin-bottom: 1.3rem;
}
#main .sec04 {
	margin-bottom: 1rem;
	flex-direction: row-reverse;
}
#main .sec04 .textBox {
	width: calc(50% + 21.4rem);
}
#main .sec04 .textBox .innerBox {
	margin-left: 0;
	max-width: 76rem;
}
#main .secBox .photoBox .pho04 {
	margin: 16.6rem -15.4rem 0 -15.8rem;
}
#main .btmPhoto {
	margin: 0 -18rem 0 auto;
	width: 115.7rem;
}
@media all and (max-width: 767px) {
	#main {
		margin-top: -0.9rem;
		padding-top: 0.9rem;
		padding-bottom: 1.8rem;
		background-image: url(../image/interview_bg_01_sp.jpg);
	}
	#main .mainBox {
		max-width: initial;
	}
	#main .pageLead {
		margin-bottom: 3.3rem;
	}
	#main .pageLead h2 {
		margin: 0 0 -5.4rem auto;
		padding: 1.8rem 2.5rem 0;
	}
	#main .pageLead h2::after {
		height: 0.1rem;
	}
	#main .pageLead .txtBox .profile .small {
		font-size: 1.2rem;
	}
	#main .pageLead h2 img {
		width: 18.9rem;
	}
	#main .pageLead .photo {
		margin-bottom: -12.8rem;
		width: 100%;
		top: auto;
		left: auto;
		position: relative;
	}
	#main .pageLead .innerBox {
		margin: 0 1.5rem;
		width: auto;
	}
	#main .pageLead .txtBox {
		margin-bottom: 1.6rem;
		display: block;
	}
	#main .pageLead .txtBox .imgtext {
		margin: 0 0 1.9rem;
		padding-bottom: 0;
		width: auto;
	}
	#main .pageLead .txtBox .imgtext img {
		width: 34rem;
	}
	#main .pageLead .txtBox .profile p {
		font-size: 1.2rem;
	}
	#main .pageLead .txtBox .profile .name {
		margin-bottom: 0.5rem;
		font-size: 2.1rem;
	}
	#main .pageLead .txtBox .profile .name .en {
		margin-left: 0.7rem;
		vertical-align: 0;
		font-size: 1.2rem;
	}
	#main .pageLead .text {
		font-size: 1.4rem;
		line-height: 1.86;
	}
	#main .secBox {
		margin: 0 0 1.2rem;
		display: block;
	}
	#main .secBox .textBox {
		margin: 0 1.5rem;
		width: auto;
	}
	#main .secBox .textBox .innerBox {
		margin-left: auto;
		max-width: initial;
	}
	#main .secBox .textBox h3 {
		margin-bottom: 1.1rem;
	}
	#main .secBox .textBox h3 img {
		max-height: 7.5rem;
	}
	#main .secBox .textBox p {
		letter-spacing: 0.05em;
	}
	#main .secBox .photoBox .pho01 {
		margin: -9.8rem 0 0;
	}
	#main .sec02 {
		margin-bottom: 1rem;
	}
	#main .sec02 .textBox h3 {
		margin-bottom: 1.8rem;
	}
	#main .secBox .photoBox .pho02 {
		margin: -1rem 0 0;
	}
	#main .subSec {
		margin: 0 0 3.5rem;
	}
	#main .secBox h4 {
		margin: 0 0 1.6rem;
	}
	#main .secBox h4 img {
		max-height: 4.6rem;
	}
	#main .secBox .photoBox .pho03 {
		margin: 0;
	}
	#main .sec03 {
		margin-bottom: 2.1rem;
	}
	#main .sec03 h4 {
		margin-bottom: -2.5rem;
	}
	#main .secBox .textBox .pho {
		margin: 0 -1.5rem -7.8rem;
		position: relative;
		z-index: -1;
	}
	#main .secBox .textBox .pho img {
		width: 100%;
	}
	#main .sec04 {
		margin-bottom: -1.4rem;
	}
	#main .sec04 .textBox {
		width: auto;
	}
	#main .sec04 .textBox .innerBox {
		max-width: initial;
	}
	#main .sec04 .textBox h4 {
		margin-bottom: 0;
	}
	#main .sec04 .textBox .pho {
		margin-top: -4.6rem;
		margin-bottom: -8.2rem;
	}
	#main .btmPhoto {
		margin: 0;
		width: auto;
	}
	#main .btmPhoto img {
		width: 100%;
	}
}