@charset "utf-8";
/*------------------------------------------------------------
	interviews
------------------------------------------------------------*/
#main {
	background-color: #F4F4F4;
}
#main .mainVisual {
	margin-bottom: 0;
	padding-left: 55px;
	height: 700px;
}
#main .mainVisual::before {
	top: -168px;
	left: -680px;
}
#main .mainVisual .head {
	margin-bottom: 20px;
	padding: 20px;
	width: fit-content;
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.5px;
	border-radius: 20px 0;
	background: var(--Gray-6, #222);
}
#main .mainVisual .head .en {
	margin-bottom: 10px;
	color: #FA000F;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
}
#main .mainVisual .text span {
	padding: 20px;
	display: block;
	width: fit-content;
	color: #0C0C0C;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 4px;
	border-radius: 20px 0;
	background: var(--White, #FFF);
}
#main .mainVisual .text span + span {
	margin-top: 10px;
}
#main .mainVisual .enTxt {
	position: absolute;
	left: 0;
	bottom: 60px;
	color: #FFF;
	font-family: Lato;
	font-size: 130px;
	font-weight: 400;
	line-height: 1;
	opacity: 0.5;
}
#main .bgBox .content {
	max-width: 1000px;
}
#main .bgBox {
	margin-top: -80px;
	padding: 80px 0 0;
	background: url(../image/common/bg03.png) no-repeat left -97px bottom 44px / 930px,
	url(../image/common/bg03.png) no-repeat right -300px top 114px / 930px;
}
#main .bgBox02 {
	background-position: left -143px bottom 500px, right -305px top -92px;
}
#main .profile {
	margin: -80px 0 80px;
	padding: 71px 100px 70px;
	border-radius: 30px;
	background: #FFF;
	position: relative;
	z-index: 20;
	display: flex;
	justify-content: center;
}
#main .profile .lBox {
	padding-right: 50px;
	width: 450px;
	border-right: 1px solid #0C0C0C;
}
#main .profile .rBox {
	padding-left: 50px;
	width: 350px;
}
#main .profile .title01 {
	margin: 1px 0 9px;
	color: #0C0C0C;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
}
#main .profile .title01 .name {
	display: block;
	color: #C00;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0;
	background: none;
}
#main .profile .info {
	margin-bottom: 19px;
	line-height: 1.3;
	font-weight: 500;
}
#main .profile .info + .info {
	margin-top: -12px;
}
#main .profile .note {
	text-align: justify;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0.7px;
}
#main .profile .title02 {
	margin-bottom: 11px;
	width: fit-content;
	padding: 2px 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.8px;
	border: 1px solid #0C0C0C;
}
#main .profile .rBox p {
	line-height: 1.8;
	text-align: justify;
}
#main .detail {
	margin-bottom: 80px;
	padding: 71px 100px 70px;
	border-radius: 30px;
	background: #FFF;
}
#main .detail .head {
	margin-bottom: 29px;
	text-align: justify;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 1.4px;
}
#main .detail .head small {
	margin-bottom: 10px;
	display: block;
	color: #C00;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
}
#main .detail p {
	margin-bottom: 30px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.64px;
}
#main .detail .photo {
	margin-bottom: 60px;
}
#main .detail .photo img {
	width: 100%;
	border-radius: 20px 0;
}
#main .detail *:last-child {
	margin-bottom: 0;
}
#main .photoList {
	margin-bottom: 80px;
	display: flex;
}
#main .photoList li {
	width: 50%;
	height: 450px;
}
#main .photoList img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .offTime {
	padding: 50px 100px;
	display: flex;
	gap: 50px;
	position: relative;
	border-radius: 30px;
	background: #FFF;
	position: relative;
	z-index: 2;
}
#main .offTime .head {
	width: 179px;
	position: absolute;
	top: -10px;
	left: 90px;
	height: 100px;
	overflow: hidden;
}
#main .offTime .head::after {
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #D9D9D9;
	content: '';
	clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
}
#main .offTime .head span {
	margin: -79px auto 0;
	padding-bottom: 27px;
	width: 159px;
	aspect-ratio: 1;
	color: #C00;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.2px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: #FFF;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10);
	border-radius: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
}
#main .offTime .photo {
	width: 330px;
}
#main .offTime .photo img {
	width: 100%;
	border-radius: 20px 0;
}
#main .offTime .text {
	flex: 1;
}
#main .offTime .title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}
#main .offTime p {
	text-align: justify;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.7px;
}
#main .schedule {
	margin-top: -100px;
	padding: 186px 10px 100px;
	position: relative;
	z-index: 1;
}
#main .schedule::after {
	height: 100%;
	max-width: calc(100% - 10px);
	width: calc(50% + 627px);
	position: absolute;
	left: 0;
	top: 0;
	background-color: #4D4D4D;
	content: '';
	z-index: -1;
	border-radius: 0 150px 0 0;
}
#main .schedule .head {
	margin-bottom: 44px;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.4px;
}
#main .schedule .timeList {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}
#main .schedule .time {
	width: 470px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#main .schedule .time::before {
	width: 1px;
	height: calc(100% - 13px);
	position: absolute;
	left: 63px;
	top: 5px;
	content: '';
	background-color: #FFF;
}
#main .schedule .time dt {
	width: 50px;
	text-align: right;
	color: #FFF;
	font-weight: 600;
	position: relative;
	z-index: 10;
}
#main .schedule .time dt::after {
	width: 12px;
	aspect-ratio: 1;
	position: absolute;
	right: -20px;
	top: 5px;
	content: '';
	background-color: #4D4D4D;
	border: 3px solid #FFF;
	box-sizing: border-box;
	border-radius: 100%;
}
#main .schedule .time dd {
	padding-bottom: 32px;
	width: calc(100% - 85px);
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	text-align: justify;
	line-height: 1.6;
	letter-spacing: 0.75px;
}
#main .schedule .time dd:last-child {
	padding-bottom: 0;
}
#main .schedule .time dd span {
	margin-bottom: 10px;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}
#main .personBox {
	padding: 98px 20px 100px;
	background-color: #FFF;
}
#main .personBox .headLine01 {
	margin-bottom: 42px;
	padding-bottom: 35px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3.2px;
}
#main .personBox .headLine01::before {
	width: 35px;
	height: 2px;
	background: #C00;
}
#main .personBox .comTxt {
	margin-bottom: 50px;
	font-size: 40px;
	line-height: 1.5;
}
#main .personBox .comTxt span {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#main .blueTxt {
	color: #008496 !important;
}
#main .blueTxt1 {
	color: #00DCFA !important;
}
@media all and (min-width: 768px) and (max-width: 1100px) {
	#main .mainVisual .text span {
		font-size: 30px;
	}
	#main .profile,
	#main .detail,
	#main .offTime {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media all and (max-width: 767px) {
	#main .bgBox {
		background: none;
	}
	#main .mainVisual {
		padding: 0 20px 88px 20px;
		height: inherit;
		aspect-ratio: 390/550;
		align-items: flex-end;
	}	
	#main .mainVisual .head {
		margin-bottom: 10px;
		padding: 13px 12px;
		font-size: 18px;
		border-radius: 13px 0;
	}
	#main .mainVisual .head .en {
		margin-bottom: 6px;
		font-size: 12px;
	}
	#main .mainVisual .text span {
		padding: 13px 12px;
		font-size: 24px;
		letter-spacing: 1.2px;		
		border-radius: 13px 0;
	}
	#main .mainVisual .text span + span {
		margin-top: 5px;
	}
	#main .mainVisual .enTxt {
		font-size: min(55px,15vw);
		bottom: 35px;
		left: -5px;
	}
	#main .profile {
		margin: -40px 0 40px;
		padding: 40px 30px 33px;
		display: block;
		border-radius: 10px;
	}
	#main .profile .lBox {
		margin-bottom: 30px;
		padding: 0 0 29px;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #0C0C0C;
	}
	#main .profile .rBox {
		width: auto;
		padding: 0;
	}
	#main .profile .title01 {
		margin-bottom: 7px;
		font-size: 18px;
	}
	#main .profile .title01 .name {
		font-size: 30px;
	}
	#main .profile .info {
		margin-bottom: 12px;
	}
	#main .profile .info + .info {
		margin-top: -7px;
	}
	#main .profile .note {
		font-size: 12px;
		letter-spacing: 0.6px;
	}
	#main .profile .title02 {
		padding: 2px 13px;
		font-size: 14px;
	}
	#main .detail {
		margin-bottom: 40px;
		padding: 40px 30px 33px;
		border-radius: 10px;
	}
	#main .detail .head {
		font-size: 20px;
	}
	#main .detail .head small {
		font-size: 16px;
	}
	#main .detail p {
		margin-bottom: 24px;
	}
	#main .detail .photo {
		margin-bottom: 40px;
	}
	#main .detail .photo img {
		border-radius: 15px 0;
	}
	#main .photoList {
		margin-bottom: 40px;
		display: block;
	}
	#main .photoList li {
		width: 100%;
		height: inherit;
		aspect-ratio: 390/243;
		overflow: hidden;
	}
	#main .offTime {
		padding: 40px 30px 33px;
		display: block;
		border-radius: 10px;
	}
	#main .offTime .head {
		width: 125px;
		left: 30px;
		top: -7px;
	}
	#main .offTime .head::after {
		height: 7px;
		clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 100%, 0 100%);
	}
	#main .offTime .head span {
		padding-bottom: 20px;
		margin-top: -55px;
		width: 111px;
		font-size: 16.8px;
		letter-spacing: 0.84px;
	}
	#main .offTime .photo {
		margin: 0 0 30px;
		width: auto;
	}
	#main .offTime .photo img {
		border-radius: 15px 0;
	}
	#main .offTime .title {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#main .schedule {
		margin-top: -40px;
		padding: 77px 0 55px;
	}
	#main .schedule::after {
		border-radius: 0 70px 0 0;
		max-width: 100%;
	}
	#main .schedule .head {
		margin-bottom: 30px;
		font-size: 22px;
	}
	#main .schedule .timeList {
		display: block;
	}
	#main .schedule .time {
		margin-left: -10px;
		width: auto;
	}
	#main .schedule .time dt {
		font-size: 14px;
	}
	#main .schedule .time dd {
		padding-bottom: 20px;
		width: calc(100% - 88px);
		font-size: 13px;
	}
	#main .schedule .time:first-child dd {
		padding-bottom: 20px;
	}
	#main .schedule .time dd .ttl {
		font-size: 14px;
	}
	#main .schedule .time:first-child::before {
		height: 100%;
	}
	#main .schedule .time dt::after {
		right: -23px;
	}
	#main .schedule .time::before {
		left: 66px;
	}
	#main .personBox {
		padding: 48px 0;
	}
	#main .personBox .headLine01 {
		margin-bottom: 21px;
		padding-bottom: 17px;
		font-size: 20px;
		letter-spacing: 2px;
	}
	#main .personBox .headLine01::after {
		margin-top: 15px;
	}
	#main .personBox .comTxt {
		margin-bottom: 36px;
		font-size: 22px;
	}
	#main .personBox .comTxt span {
		font-size: 22px;
		letter-spacing: 2.2px;
	}

}
@media all and (max-width: 389px) {
	#main .mainVisual .text span {
		padding: 13px 10px;
		font-size: 22px;
	}
}