@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
#main .fvBox {
	margin-bottom: 10rem;
	border-radius: 0 0 0 20rem;
	background: linear-gradient(96deg, rgba(230, 0, 45, 0.05) 0%, rgba(142, 20, 39, 0.05) 100%);
}
#main .fvBox .mainImg {
	position: relative;
	border-radius: 0 0 20rem 0;
	overflow: hidden;
}
#main .fvBox .mainImg img {
	width: 100%;
}
#main .fvBox .mainImg .imgtext {
	margin-top: 9rem;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100rem;
	transform: translate(-50%, -50%);
}
#main .fvBox .mainImg .imgtext img {
	width: 49.8rem;
}
#main .fvBox.mkFv .mainImg .imgtext {
	margin: 0.9rem 0 0 -1.7rem;
}
#main .fvBox.mkFv .mainImg .imgtext img {
	width: 54.5rem;
}
#main .fvBox.hiFv .mainImg .imgtext {
	margin: 0.5rem 0 0 -2rem;
}
#main .fvBox.hiFv .mainImg .imgtext img {
	width: 59.2rem;
}
#main .fvBox.ahFv .mainImg .imgtext {
	margin: 1.9rem 0 0 0rem;
}
#main .fvBox.ahFv .mainImg .imgtext img {
	width: 34rem;
}
#main .fvBox .profile {
	padding: 6rem 0 9.6rem;
	display: flex;
}
#main .fvBox .profile .sub01 {
	width: 42rem;
}
#main .fvBox .profile .sub01 h2 {
	margin-bottom: 0.5rem;
	position: relative;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.2;
}
#main .fvBox .profile .sub01 h2 .imgtext {
	width: auto;
	display: block;
	position: absolute;
	left: -1.7rem;
	top: -4.4rem;
}
#main .fvBox .profile .sub01 h2 .imgtext img {
	width: auto;
	height: 5.8rem;
}
#main .fvBox .profile .sub01 h2 .txt {
	margin-bottom: 1.5rem;
	padding: 1rem 2.5rem 0.9rem;
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 2.2rem;
	font-weight: normal;
	text-align: center;
	border-radius: 2.4rem 0;
	background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
}
#main .fvBox .profile .sub01 p {
	margin-bottom: 2rem;
	line-height: 1.65;
}
#main .fvBox .profile .sub01 .note {
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0;
}
#main .fvBox .profile .sub02 {
	padding-left: 2.9rem;
	flex: 1;
	border-left: 1px solid #aaa;
}
#main .fvBox .profile .sub02 .ttl {
	margin: -0.7rem 0 0.8rem;
	color: #E6002D;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#main .fvBox .profile .sub02 p {
	text-align: justify;
	letter-spacing: 0;
}
#main .imgBox {
	margin-bottom: 9rem;
	display: flex;
	justify-content: space-between;
}
#main .imgBox.rev {
	flex-direction: row-reverse;
}
#main .imgBox .textBox {
	width: 50%;
}
#main .imgBox .textBox .innerBox {
	width: 50rem;
	margin-left: auto;
}
#main .imgBox .textBox .heading01 {
	margin-bottom: 3rem;
	font-size: 2.5rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#main .imgBox .textBox .heading01 .txt {
	margin-bottom: 1.4rem;
	padding: 0.7rem 2rem 0.4rem;
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	border-radius: 2rem 0;
	background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
}
#main .imgBox .textBox p {
	text-align: justify;
	letter-spacing: 0;
}
#main .imgBox .photoBox {
	width: calc(50% - 10rem);
}
#main .imgBox .photoBox img {
	width: 100%;
	border-radius: 2rem 0 0 2rem;
}
#main .imgBox.rev .textBox .innerBox {
	margin-left: 0;
}
#main .imgBox.rev .photoBox img {
	border-radius: 0 2rem 2rem 0;
}
#main > .photo {
	margin: 13rem 0 11rem;
}
#main > .photo img {
	width: 100%;
	border-radius: 10rem 0 0 0;
}
#main .heading02 {
	margin: 0 auto;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#main .heading02 .icon {
	width: 3.8rem;
}
#main .case {
	margin: 10.2rem 0 10rem;
	padding: 7.6rem 7.9rem;
	position: relative;
	border-radius: 2rem;
	border: 1px dashed #AAA;
}
#main .case .heading02 {
	padding: 0 3.8rem;
	position: absolute;
	left: 50%;
	top: -2rem;
	background: #fff;
	transform: translateX(-50%);
}
#main .case .textList {
	margin-bottom: 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 0;
}
#main .case .textList dt {
	padding: 0.5rem 1rem 0 0;
	width: 14rem;
	position: relative;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#main .case .textList dt::after {
	content: '';
	width: 4.2rem;
	height: auto;
	position: absolute;
	left: 1.4rem;
	bottom: -1.1rem;
	aspect-ratio: 42/23;
	background: url(../img/interview/arrow02.png) no-repeat center center / 100%;
}
#main .case .textList dt:last-of-type::after {
	display: none;
}
#main .case .textList dd {
	padding-bottom: 2.1rem;
	width: calc(100% - 14rem);
	border-bottom: 1px dashed #aaa;
}
#main .case .textList dd p {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#main .case .textList dd .ttl {
	margin-bottom: 1.5rem;
	padding: 0.3rem 1.9rem 0.2rem;
	width: fit-content;
	color: #E6002D;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 5rem;
	border: 1px solid currentColor;
}
#main .case .comBtn03 a {
	padding-right: 5rem;
	width: 33.7rem;
	height: 5.5rem;
	font-size: 1.6rem;
}
#main .yellowWrap {
	padding: 8rem 0 30rem;
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(248, 226, 160, 0.20) 0%, rgba(241, 218, 147, 0.20) 100%);
}
#main .schedule {
	margin-bottom: 7.5rem;
}
#main .schedule .heading02 {
	margin-bottom: 4.5rem;
	padding-right: 0.7rem;
	font-size: 2.4rem;
	gap: 0.8rem;
}
#main .schedule .heading02 .icon {
	width: 4.4rem;
}
#main .schedule .dayBox {
	display: flex;
	justify-content: space-between;
}
#main .schedule .dayList {
	width: 44.2%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
#main .schedule .dayList dt {
	width: 6.2rem;
	letter-spacing: 0.05em;
}
#main .schedule .dayList dd {
	padding: 0 0 2rem 3rem;
	width: calc(100% - 6.2rem);
	position: relative;
}
#main .schedule .dayList dd:last-of-type {
	padding-bottom: 0;
}
#main .schedule .dayList dd::before {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	top: 0.4rem;
	border-radius: 100%;
	box-sizing: border-box;
	background: #FDF7E7;
	border: 2px solid #E6002D;
	content: '';
	z-index: 1;
}
#main .schedule .dayList dd::after {
	width: 0.2rem;
	height: calc(100% - 0.5rem);
	position: absolute;
	left: 0.7rem;
	top: 0.5rem;
	box-sizing: border-box;
	border-left: 2px dashed #E6002D;
	content: '';
}
#main .schedule .dayList dd .ttl {
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #E6002D;
}
#main .schedule .dayList dd .text {
	margin-top: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#main .offTime {
	padding: 3.2rem 8rem 8rem;
	background: #fff;
	border-radius: 2rem;
}
#main .offTime .heading03 {
	margin: 0 auto 3.3rem;
	padding: 0 4.1rem;
	width: fit-content;
	position: relative;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#main .offTime .heading03::before {
	width: 1px;
	height: 5.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	transform: rotate(-48deg);
	content: '';
}
#main .offTime .heading03::after {
	width: 1px;
	height: 5.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	transform: rotate(48deg);
	content: '';
}
#main .offTime .heading03 span {
	display: block;
}
#main .offTime .heading03 .icon {
	margin: 0 auto;
	width: 4.7rem;
}
#main .offTime .subBox {
	display: flex;
	justify-content: space-between;
}
#main .offTime .photoBox {
	width: 35rem;
}
#main .offTime .photoBox img {
	width: 100%;
	border-radius: 2rem 0;
}
#main .offTime .textBox {
	width: 42rem;
}
#main .offTime .textBox .ttl {
	margin-bottom: 2.7rem;
	color: #E6002D;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
}
#main .offTime .textBox p {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: justify;
}
#main .comBox {
	margin-top: -20rem;
}
#main .comBox .headLine01 .en {
	height: 9.1rem;
	transform: translate(-47.3%, -82%);
}
@media all and (min-width: 897px) {
	#main .comInterview {
		margin: 10rem 0 0;
	}
	#main .comBox .list .inner {
		max-width: calc(100% - 3.2rem);
	}
	#main .comInterview .arrowList {
		left: 0;
	}
}
@media all and (max-width: 896px) {
	#main .comInterview {
		margin: 5rem 0 0;
	}
	#main .comBox {
		margin-top: -10rem;
	}
	#main .fvBox {
		margin-bottom: 5rem;
		border-radius: 0 0 0 7rem;
	}
	#main .fvBox .mainImg {
		border-radius: 0 0 7rem 0;
	}
	#main .fvBox .mainImg .imgtext {
		margin-top: 0;
		padding: 0 2rem;
		width: 100%;
		left: 0;
		top: auto;
		bottom: 18.5%;
		transform: none;
	}
	#main .fvBox .mainImg .imgtext img {
		width: 61.5vw;
	}
	#main .fvBox.mkFv .mainImg .imgtext {
		margin: 0 0 0 1rem;
		bottom: 20.5%;
	}
	#main .fvBox.mkFv .mainImg .imgtext img {
		width: 35.9vw;
	}
	#main .fvBox.hiFv .mainImg .imgtext {
		margin: 0;
		bottom: 38.5%;
	}
	#main .fvBox.hiFv .mainImg .imgtext img {
		width: 43.58vw;
	}
	#main .fvBox.ahFv .mainImg .imgtext {
		margin: 0 0 0 1rem;
		bottom: 41%;
	}
	#main .fvBox.ahFv .mainImg .imgtext img {
		width: 41vw;
	}
	#main .fvBox .profile {
		margin: 0 3rem;
		padding: 4rem 0;
		display: block;
	}
	#main .fvBox .profile .sub01 {
		margin-bottom: 2.9rem;
		width: auto;
	}
	#main .fvBox .profile .sub01 h2 {
		margin-bottom: 0.4rem;
		font-size: 2.4rem;
	}
	#main .fvBox .profile .sub01 h2 .imgtext {
		left: -0.9rem;
		top: -2.6rem;
	}
	#main .fvBox .profile .sub01 h2 .imgtext img {
		height: 3.3rem;
	}
	#main .fvBox .profile .sub01 h2 .txt {
		margin-bottom: 1.6rem;
		padding: 0.7rem 1.3rem 0.7rem;
		font-size: 1.6rem;
		border-radius: 1.2rem 0;
	}
	#main .fvBox .profile .sub01 p {
		margin-bottom: 1.4rem;
		line-height: 1.6;
	}
	#main .fvBox .profile .sub01 .note {
		font-size: 1rem;
	}
	#main .fvBox .profile .sub02 {
		padding: 3rem 0 0;
		border-left: none;
		border-top: 1px solid #aaa;
	}
	#main .fvBox .profile .sub02 .ttl {
		margin: 0 0 0.8rem;
		font-size: 1.6rem;
	}
	#main .fvBox .profile .sub02 p {
		letter-spacing: 0;
	}
	#main .content {
		margin: 0 3rem;
	}
	#main .imgBox {
		margin: 0 0 5rem;
		display: block;
	}
	#main .imgBox .textBox {
		margin: 0 3rem 3rem;
		width: auto;
	}
	#main .imgBox .textBox .innerBox {
		width: auto;
		margin: 0;
	}
	#main .imgBox .textBox .heading01 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .imgBox .textBox .heading01 .txt {
		margin-bottom: 1rem;
		padding: 0.4rem 1rem;
		font-size: 1.6rem;
		border-radius: 1rem 0;
	}
	#main .imgBox .photoBox {
		margin-left: auto;
		width: calc(100% - 3rem);
	}
	#main .imgBox .photoBox img {
		border-radius: 1rem 0 0 1rem;
	}
	#main .imgBox.rev .photoBox {
		margin-left: 0;
	}
	#main .imgBox.rev .photoBox img {
		border-radius: 0 1rem 1rem 0;
	}
	#main > .photo {
		margin: 5rem 0 5rem;
	}
	#main > .photo img {
		border-radius: 3rem 0 0 0;
	}
	#main .heading02 {
		gap: 1rem;
		font-size: 1.8rem;
	}
	#main .heading02 .icon {
		width: 2.5rem;
	}
	#main .case {
		margin: 5rem 0 5rem;
		padding: 4.9rem 1.9rem;
		border-radius: 1rem;
	}
	#main .case .heading02 {
		padding: 0 1rem;
		max-width: fit-content;
		top: -1.6rem;
		white-space: nowrap;
	}
	#main .case .textList {
		margin-bottom: 3rem;
	}
	#main .case .textList dt {
		padding: 0.5rem 0 0 0;
		width: 11rem;
	}
	#main .case .textList dt::after {
		width: 2.2rem;
		left: 1.9rem;
		bottom: -0.6rem;
		background-image: url(../img/interview/arrow02_sp.png);
	}
	#main .case .textList dd {
		padding-bottom: 2rem;
		width: calc(100% - 11rem);
	}
	#main .case .textList dd p {
		font-size: 1.3rem;
		text-align: justify;
		line-height: 1.78;
	}
	#main .case .textList dd .ttl {
		margin: 0 -0.3rem 1.5rem 0;
		padding: 0.3rem 0.9rem 0.2rem;
		font-size: 1.4rem;
		border-radius: 2rem;
	}
	#main .case .comBtn03 a {
		margin: 0 auto;
		padding: 0.5rem 3rem 0.5rem 1.5rem;
		width: 26rem;
		height: 4.2rem;
		max-width: 100%;
		font-size: 1.4rem;
	}
	#main .yellowWrap {
		padding: 5.1rem 0 15rem;
		border-radius: 7rem 0 0 0;
	}
	#main .comBox .headLine01 .en {
		height: 6.5rem;
		transform: translate(-48%, -80%);
	}
	#main .schedule {
		margin-bottom: 4.5rem;
	}
	#main .schedule .heading02 {
		margin-bottom: 2rem;
		padding-right: 0;
		gap: 1rem;
		font-size: 1.8rem;
	}
	#main .schedule .heading02 .icon {
		width: 3rem;
	}
	#main .schedule .dayBox {
		flex-direction: column;
	}
	#main .schedule .dayList {
		width: 100%;
	}
	#main .schedule .dayList dt {
		width: 4.8rem;
		line-height: 1.4;
	}
	#main .schedule .dayList dd {
		padding: 0 0 1.9rem 2.2rem;
		width: calc(100% - 4.8rem);
	}
	#main .schedule .dayList dd:last-of-type {
		padding-bottom: 1.5rem;
	}
	#main .schedule .dayList:last-of-type dd:last-of-type {
		padding-bottom: 0;
	}
	#main .schedule .dayList dd::before {
		width: 1.3rem;
		height: 1.3rem;
		top: 0.2rem;
	}
	#main .schedule .dayList dd::after {
		left: 0.6rem;
	}
	#main .schedule .dayList dd .ttl {
		font-size: 1.5rem;
	}
	#main .schedule .dayList dd .text {
		margin-top: 0.6rem;
		font-size: 1.3rem;
	}
	#main .offTime {
		padding: 3.2rem 3rem 2.8rem;
		border-radius: 1rem;
	}
	#main .offTime .heading03 {
		margin-bottom: 1.5rem;
		padding: 0 3.2rem;
		font-size: 2rem;
	}
	#main .offTime .heading03::before {
		height: 4.1rem;
		bottom: -0.2rem;
	}
	#main .offTime .heading03::after {
		height: 4.1rem;
		bottom: -0.2rem;
	}
	#main .offTime .heading03 .icon {
		margin-bottom: 0.7rem;
		width: 3rem;
	}
	#main .offTime .subBox {
		display: block;
	}
	#main .offTime .photoBox {
		margin-bottom: 2.2rem;
		width: auto;
	}
	#main .offTime .photoBox img {
		border-radius: 1rem 0;
	}
	#main .offTime .textBox {
		width: auto;
	}
	#main .offTime .textBox .ttl {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	#main .offTime .textBox p {
		font-size: 1.3rem;
	}
}