@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
#main .content {
	max-width: 120rem;
}
#main .headLine01 {
	margin-bottom: 12.8rem;
}
#main .sec01 {
	margin-bottom: 8.3rem;
}
#main .sec01 p {
	letter-spacing: 0.25em;
	line-height: 1.2;
}
#main .sec01 .headLine02 {
	margin-bottom: 9.4rem;
}
/* sec02 */
#main .sec02 {
	padding: 7.5rem 0 9.6rem;
	background-color: #f5f4f4;
}
#main .sec02 .headLine02 {
	margin-bottom: 9.6rem;
}
#main .imgUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.8rem 10rem;
	line-height: 1.2;
	letter-spacing: 0.3em;
}
#main .imgUl li {
	width: 30rem;
}
#main .imgUl .ttl {
	margin-bottom: 1rem;
	min-height: 4.8rem;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.3em;
}
#main .imgUl .image {
	margin-bottom: 1.7rem;
}

/* sec03 */
#main .sec03 {
	padding-top: 9.6rem;
}
#main .sec03 .headLine02 {
	margin-bottom: 7.5rem;
}
#main .linkUl {
	margin-bottom: 24.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 12.4rem 0;
}
#main .linkUl li {
	width: 33.33%;
	padding: 0 2rem;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.4rem;
}
#main .linkUl a {
	min-height: 12.5rem;
	padding-bottom: 4.3rem;
	display: block;
	background: url("../img/interview/icon.png") no-repeat center bottom / 4.4rem auto;
}
#main .linkUl .ttl {
	margin-bottom: 2rem;
	font-size: 2rem;
	letter-spacing: 0.5rem;
}
#main .subBox .title {
	margin-bottom: 16.7rem;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.3em;
	padding-top: 7.4rem;
	border-top: 1px solid #9f9595;
}
#main .subBox .title .en {
	margin-top: 1.4rem;
	display: block;
	font-weight: 400;
}
#main .subBox dl {
	display: flex;
	align-items: center;
	line-height: 1.2;
	letter-spacing: 0.3em;
}
#main .subBox dl:not(:last-child) {
	margin-bottom: 8.1rem;
}
#main .subBox dl dt {
	width: 9.1rem;
	flex-shrink: 0;
	text-align: center;
	letter-spacing: 0.5em;
}
#main .subBox dl dt span {
	margin-top: 0.8rem;
	display: block;
}
#main .subBox dl dd {
	margin-left: 5.9rem;
	padding-bottom: 3rem;
	flex: 1;
}
#main .subBox dl dd.pb0 {
	padding-bottom: 0 !important;
}
#main .subBox dl dt figure img {
	border-radius: 50%;
}
#main .subBox + .subBox {
	margin-top: 12rem;
}
#main .imgBox {
	margin-top: 15.1rem;
	display: flex;
}
#main .imgBox .photo {
	width: 45rem;
	flex-shrink: 0;
}
#main .imgBox .photo img {
	width: 100%;
}
#main .imgBox .textBox {
	margin-left: 7rem;
	flex: 1;
}
#main .imgBox dl dd {
	margin-left: 4rem;
}
#main .subBox .imgBox + dl {
	margin-top: 6.2rem;
}
@media all and (min-width: 768px) {
	#main .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.pageVisual .title {
		line-height: 1.2;
		font-size: 2.2rem;
	}
	#main .headLine01 {
		margin-bottom: 4.6rem;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.pageVisual {
		margin-bottom: 3.2rem;
	}
	#main .content {
		margin: 0 2.5rem;
	}
	#main .sec01 p {
		letter-spacing: 0.25em;
		line-height: 1.2;
		font-size: 1.5rem;
	}
	#main .sec01 .headLine02 {
		margin-bottom: 5.8rem;
	}
	#main .sec01 {
		margin-bottom: 6.9rem;
	}
	#main .sec02 {
		padding: 4.8rem 0 6.2rem;
	}
	#main .imgUl {
		margin: 0 -1rem;
		gap: 5.4rem 3.6rem;
	}
	#main .imgUl li {
		width: 14.5rem;
		font-size: 1.4rem;
	}
	#main .sec02 .headLine02 {
		margin-bottom: 0.6rem;
	}
	#main .imgUl .ttl {
		min-height: 5.4rem;
		margin-bottom: 0.6rem;
		font-size: 1.5rem;
	}
	#main .imgUl .image {
		margin-bottom: 0.7rem;
	}
	#main .sec03 {
		padding-top: 10.1rem;
	}
	#main .linkUl .ttl {
		margin-bottom: 1.4rem;
		font-size: 1.5rem;
	}
	#main .linkUl {
		margin-bottom: 12.9rem;
		font-size: 1.4rem;
		gap: 5.5rem 0;
	}
	#main .linkUl li {
		width: 50%;
	}
	#main .sec03 .headLine02 {
		margin-bottom: 5.9rem;
		letter-spacing: 0.1em;
	}
	#main .linkUl a {
		padding-bottom: 3.4rem;
		min-height: 11.5rem;
		background-size: 3rem auto;
	}
	#main .subBox .title {
		margin-bottom: 7.7rem;
		font-size: 1.5rem;
		letter-spacing: 0.3em;
		padding-top: 0;
		border-top: none;
	}
	#main .subBox .title .en {
		margin-top: 1rem;
	}
	#main .imgBox {
		margin-top: 5.1rem;
		display: block;
	}
	#main .imgBox .photo {
		width: auto;
	}
	#main .imgBox .textBox {
		margin: 5rem 0 0 0;
	}
	#main .subBox dl {
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 1.7;
	}
	#main .subBox dl:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .subBox dl dt {
		width: 6rem;
		letter-spacing: 0;
	}
	#main .subBox dl dd {
		margin-left: 2rem;	
	}
	.comBtn {
		margin-top: 6.8rem;
	}
}