@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
#main .fvBox {
	margin-bottom: 8rem;
	position: relative;
}
#main .fvBox img {
	width: 100%;
	height: 70rem;
	object-fit: cover;
	object-position: left 50% top 10%;
	border-radius: 0 0 clamp(35rem, 24.3vw, 46.7rem) 0;
}
#main .fvBox h2 {
	padding: 0 5rem;
	width: 142rem;
	max-width: 100%;
	position: absolute;
	left: 50%;
	bottom: 5.8rem;
	font-size: 4.2rem;
	font-weight: 400;
	line-height: 1.94;
	letter-spacing: 0.05em;
	transform: translateX(-50%);
}
#main .fvBox h2 .sm {
	margin-bottom: 0.7rem;
	padding: 0.4rem 1.5rem 0.5rem;
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: #D80C18;
}
#main .fvBox h2 .txt {
	padding: 0.8rem 2rem;
	background: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .fvBox .comTxt {
	position: absolute;
	right: 2.9rem;
	top: 15.8rem;
}
#main .fvBox .comTxt img {
	width: auto;
	height: auto;
	border-radius: 0;
}
#main .profile {
	margin-bottom: 12.5rem;
	display: flex;
}
#main .profile .ttlBox {
	width: 26.2rem;
	margin-right: 4.8rem;
	border-right: 0.1rem solid #000;
}
#main .profile .ttlBox h3 {
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#main .profile .ttlBox h3 .mark {
	margin-bottom: 0.3rem;
	padding: 0.3rem 1.5rem 0.6rem;
	width: fit-content;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	background: #D80C18;
}
#main .profile .txtBox {
	margin: -0.4rem 0 -0.8rem;
	flex: 1;
}
#main .profile .txtBox .ttl {
	margin-bottom: 1.6rem;
	font-weight: 500;
	font-size: 1.8rem;
	color: #D80C18;
	letter-spacing: 0.15em;
	line-height: 1.2;
}
#main .profile .txtBox p {
	margin-bottom: 1.4rem;
	text-align: justify;
	line-height: 2;
}
#main .profile .txtBox .note {
	font-size: 1.4rem;
}
#main .profile .txtBox p:last-child {
	margin-bottom: 0;
}
#main .secBox {
	margin-bottom: 9.1rem;
}
#main .secBox .heading01 {
	margin-bottom: 3.5rem;
	padding-left: 2.2rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: 0.05em;
}
#main .secBox .heading01::before {
	width: 1.2rem;
	height: 1.2rem;
	background: #D80C18;
	position: absolute;
	left: 0;
	top: 0.5em;
	content: '';
}
#main .secBox p {
	text-align: justify;
	line-height: 2;
}
#main .secBox .textBox {
	margin-bottom: 7.1rem;
}
#main .secBox .imgBox {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 7rem;
}
#main .secBox .imgBox .textBox {
	margin: 0;
	width: 43rem;
}
#main .secBox .imgBox .photoBox {
	margin-top: 0.8rem;
	width: 50%;
}
#main .secBox .imgBox .photoBox img {
	width: 100%;
	height: 47rem;
	border-radius: 5rem 0 0 5rem;
	object-fit: cover;
}
#main .secBox .photo img {
	width: 100%;
	height: 60rem;
	object-fit: cover;
}
#main .sec03 .imgBox {
	flex-direction: row-reverse;
}
#main .sec03 .imgBox .photoBox img {
	border-radius: 0 5rem 5rem 0;
}
#main .sec04 {
	margin-bottom: 9.3rem;
}
#main .dayBox {
	padding: 8.9rem 0 10rem;
	position: relative;
}
#main .dayBox::before {
	width: calc(50% + 63rem);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 10rem 10rem 0;
	background: #F2F2F2;
	content: '';
	z-index: -1;
}
#main .dayBox .heading02 {
	padding: 0 0 4.3rem 5.6rem;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	background: url(../img/common/icon11.png) no-repeat left top 0.3rem / 4rem;
}
#main .dayBox .innerBox {
	display: flex;
	justify-content: space-between;
}
#main .dayBox .pho {
	width: 32rem;
}
#main .dayBox .pho img {
	width: 100%;
	border-radius: 3rem;
}
#main .dayBox .dayList {
	margin-top: -0.6rem;
	width: 62.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#main .dayBox .dayList::before {
	width: 0.1rem;
	height: calc(100% - 1rem);
	position: absolute;
	left: 8.5rem;
	top: 1rem;
	background: #000;
	content: '';
	z-index: -1;
}
#main .dayBox .dayList dt {
	padding-right: 2.5rem;
	width: 8.5rem;
	position: relative;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.54;
}
#main .dayBox .dayList dt::before {
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	right: -0.9rem;
	top: 0.6rem;
	border-radius: 100%;
	box-sizing: border-box;
	background: #F2F2F2;
	border: 0.4rem solid #D80C18;
	content: '';
}
#main .dayBox .dayList dd {
	padding: 0 0 3rem 2.9rem;
	width: calc(100% - 8.5rem);
}
#main .dayBox .dayList dd:last-child {
	padding-bottom: 0;
}
#main .dayBox .dayList dd .ttl {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.44;
}
#main .dayBox .dayList dd .text {
	font-size: 1.4rem;
	line-height: 1.7;
}
#main .otherBox {
	padding: 9.4rem 0 10rem;
}
#main .otherBox .heading03 {
	margin-bottom: 4.7rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#main .otherBox .comBtn {
	margin: 4.9rem auto 0;
	padding-top: 4.9rem;
	width: calc(100% - 44rem);
	min-width: 100rem;
	border-top: 0.1rem solid rgba(204, 204, 204, 0.50);
}
@media all and (max-width: 896px) {
	#main .fvBox {
		margin-bottom: 3rem;
	}
	#main .fvBox img {
		height: 57.7rem;
		border-radius: 0 0 17rem 0;
	}
	#main .fvBox h2 {
		padding: 0 2rem;
		width: 100%;
		bottom: 2rem;
		font-size: 2.4rem;
		line-height: 1.98;
	}
	#main .fvBox h2 .sm {
		margin-bottom: 0.6rem;
		padding: 0.3rem 1rem 0.4rem;
		font-size: 1.4rem;
	}
	#main .fvBox h2 .txt {
		padding: 0.4rem 1.4rem;
	}
	#main .fvBox .comTxt {
		width: 3.3rem;
		right: 1.15rem;
		top: 7.85rem;
	}
	#main .fvBox .comTxt img {
		width: auto;
		height: auto;
		border-radius: 0;
	}
	#main .profile {
		margin-bottom: 4rem;
		display: block;
	}
	#main .profile .ttlBox {
		width: auto;
		margin: 0 0 4.8rem;
		position: relative;
		border-right: none;
	}
	#main .profile .ttlBox::after {
		content: '';
		background: #000;
		width: 8rem;
		height: 0.1rem;
		position: absolute;
		left: 0;
		bottom: -2.3rem;
	}
	#main .profile .ttlBox h3 {
		font-size: 2.5rem;
	}
	#main .profile .ttlBox h3 .mark {
		margin-bottom: 0.2rem;
		padding: 0.3rem 1.1rem;
		font-size: 1.26rem;
	}
	#main .profile .txtBox {
		margin: 0;
	}
	#main .profile .txtBox .ttl {
		margin-bottom: 0.7rem;
		font-size: 1.6rem;
	}
	#main .profile .txtBox p {
		margin-bottom: 0.9rem;
	}
	#main .profile .txtBox .note {
		font-size: 1.2rem;
	}
	#main .profile .txtBox p:last-child {
		margin-bottom: 0;
	}
	#main .secBox {
		margin-bottom: 4rem;
	}
	#main .secBox .heading01 {
		margin-bottom: 1.7rem;
		padding-left: 2rem;
		text-align: justify;
		font-size: 2rem;
		line-height: 1.4;
	}
	#main .secBox .heading01::before {
		width: 1rem;
		height: 1rem;
	}
	#main .secBox .textBox {
		margin-bottom: 3.4rem;
	}
	#main .secBox .imgBox {
		display: block;
	}
	#main .secBox .imgBox .textBox {
		margin: 0 2rem 2.2rem;
		width: auto;
	}
	#main .secBox .imgBox .photoBox {
		margin: 0 0 0 2rem;
		width: auto;
	}
	#main .secBox .imgBox .photoBox img {
		height: auto;
		aspect-ratio: 370/242;
		border-radius: 2.5rem 0 0 2.5rem;
	}
	#main .secBox .photo img {
		height: auto;
	}
	#main .sec03 .imgBox .photoBox {
		margin: 0 2rem 0 0;
	}
	#main .sec03 .imgBox .photoBox img {
		border-radius: 0 2.5rem 2.5rem 0;
	}
	#main .sec04 {
		margin-bottom: 4.3rem;
	}
	#main .dayBox {
		padding: 4.8rem 0 4.4rem;
		background: #F2F2F2;
	}
	#main .dayBox::before {
		display: none;
	}
	#main .dayBox .heading02 {
		padding: 0 0 1.9rem 3.9rem;
		font-size: 1.75rem;
		line-height: 1.75;
		background-position: left top 0.2rem;
		background-size: 2.8rem;
	}
	#main .dayBox .innerBox {
		display: block;
	}
	#main .dayBox .pho {
		margin-bottom: 2.9rem;
		width: auto;
	}
	#main .dayBox .pho img {
		border-radius: 1.6rem;
	}
	#main .dayBox .dayList {
		margin-top: 0;
		width: auto;
	}
	#main .dayBox .dayList::before {
		left: 6.8rem;
		z-index: auto;
	}
	#main .dayBox .dayList dt {
		padding-right: 2.1rem;
		width: 6.8rem;
		font-size: 1.6rem;
		line-height: 1.62;
	}
	#main .dayBox .dayList dt::before {
		width: 1.4rem;
		height: 1.4rem;
		right: -0.8rem;
	}
	#main .dayBox .dayList dd {
		padding: 0 0 2rem 2.3rem;
		width: calc(100% - 6.8rem);
	}
	#main .dayBox .dayList dd:last-child {
		padding-bottom: 0;
	}
	#main .dayBox .dayList dd .ttl {
		margin-bottom: 0;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .dayBox .dayList dd .text {
		font-size: 1.2rem;
		line-height: 1.83;
	}
	#main .otherBox {
		padding: 4.7rem 0 5rem;
	}
	#main .otherBox .heading03 {
		margin-bottom: 2.6rem;
		font-size: 2.1rem;
	}
	#main .otherBox .comBtn {
		margin: 2.8rem 4rem 0;
		padding-top: 3rem;
		width: auto;
		min-width: initial;
	}
}