@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
.pageTitle h2 {
	color: #060706;
}
.comCtrText {
	margin-bottom: 19.5rem;
}
#main .interview {
	margin-bottom: 43.9rem;
	position: relative;
	background-color: #DBFFF5;
}
#main .interview .enTxt {
	display: block;
	position: absolute;
	top: 25.7rem;
	left: calc(50% - 79.7rem);
	width: 54.7rem;
	z-index: -1;
}
#main .interview .enTxt02 {
	display: block;
	position: absolute;
	top: 25.7rem;
	right: calc(50% - 80rem);
	width: 54.7rem;
	z-index: -1;
}
#main .interview:after {
	width: 50%;  
	height: 100%;
	background-color: #FCE0F6;
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
}
#main .interview .bigPhoto {
	position: relative;
	margin-bottom: -21rem;
	top: -18.4rem;
}
#main .interview .content {
	position: relative;
	z-index: 1;
}
#main .list{
	display: flex;
	flex-wrap: wrap;
	gap: 5.4rem;
	position: relative;
	z-index: 1;
}
#main .list .btmPhoto {
	width: 24.6rem;
	margin: 0 auto -29rem;
}
#main .list li {
	width: calc((100% - 5.4rem) / 2);
}
#main .list .inner {
	margin-bottom: 8rem;
}
#main .list .inner .sub {
	padding: 7.8rem 4.2rem 10.1rem;
	border: 5px solid #ED5E80;
	border-radius: 3.1rem;
	background-color: #fff;
}
#main .list .inner h4 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: #E50A6F;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-bottom: 4.1rem;
}
#main .list .inner p {
	margin-bottom: 4.1rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #707070;
	letter-spacing: 0.06em;
	line-height: 2.11;
}
#main .list .inner p:last-child {
	margin-bottom: 0;
}
#main .list .item .inner .sub {
	border-color: #11B981;
	padding-inline: 3rem;
}
#main .list .item .inner h4{
	color: #10B981;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	.comCtrText {
		margin-bottom: max(47.9vw,20.5rem);
	}
	#main .interview .bigPhoto {
		top: min(-39vw,-16.7rem);
		margin: 0 -1.5rem min(-32.7vw,-14rem);
	}
	#main .interview .bigPhoto img {
		width: 100%;
	}
	#main .interview::after {
		display: none;
	}
	#main .list {
		gap: 4.1rem 0;
		padding: 0 0.2rem;
		flex-direction: column;
	}
	#main .list li {
		width: 100%;
	}
	#main .list .inner .sub {
		padding: 5rem 3.2rem 25.7rem;
	}
	#main .list .inner h4{
		margin-bottom: 2.6rem;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	#main .list .inner p {
		font-size: 1.5rem;
		line-height: 1.67;
	}
	#main .list .inner {
		height: auto !important;
	}
	#main .list .btmPhoto {
		width: auto;
		max-width: 24.5rem;
		margin: -32.0rem auto 0;
		text-align: center;
	}
	#main .list .item {
		padding: 3.4rem 0 4.2rem;
		position: relative;
	}
	#main .list .item .inner .sub {
		padding: 4.2rem 3.2rem 25.8rem;
	}
	#main .list .item:after {
		background-color: #FCE0F6;
		position: absolute;  
		top: 0;
		bottom: 0;
		z-index: -1;
		left: -1.7rem;
		right: -1.7rem;
		content: ""; 
	}
	#main .interview {
		margin-bottom: 0;
	}
}