@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
#main .bgWrap {
	margin-bottom: 11.2rem;
	padding-bottom: 10.4rem;
	position: relative;
	background: #EBF2F5;
}
#main .bgWrap::before {
	width: 100%;
	height: 11.6rem;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	content: '';
}
#main .bgWrap::after {
	margin-left: 37.2rem;
	width: 124.8125%;
	top: 39rem;
	left: 50%;
	position: absolute;
	aspect-ratio: 3994/7408;
	background: url(../img/interview/bg01.png) no-repeat center top / 100%;
	content: '';
	z-index: 1;
	user-select: none;
	pointer-events: none;
	transform: translateX(-50%);
}
#main .fvBox {
	margin: 0 5.8rem 11.5rem 7rem;
	position: relative;
}
#main .fvBox .mainImg {
	position: relative;
}
#main .fvBox .mainImg::before {
	width: 61.413%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #005bab 0%, #fff 100%);
	opacity: 0.55;
	mix-blend-mode: multiply;
	content: '';
}
#main .fvBox .mainImg img {
	width: 100%;
	min-height: 70rem;
	object-fit: cover;
}
#main .fvBox h2 {
	padding: 0 4.2rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 22.3rem;
	font-size: 6rem;
	font-weight: 500;
	color: #fff;
	text-shadow: 0.6rem 0.6rem 0.6rem rgba(18, 44, 92, 0.5);
}
#main .fvBox .profile {
	padding: 1.4rem 3rem 2.5rem 0;
	min-width: 24.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 2.4rem 0 0;
	background: #EBF2F5;
	z-index: 2;
}
#main .fvBox .profile .name {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}
#main .fvBox .profile .name .grotesk {
	color: #122C5C;
	font-weight: 700;
	font-size: 4rem;
	display: block;
	line-height: 1.25;
}
#main .fvBox .profile .name .grotesk .honorific {
	font-size: 2.4rem;
    vertical-align: 0.04em;
}
#main .fvBox .profile .name .time {
	margin-bottom: 0.3rem;
	padding: 0.2rem 1rem 0;
	display: inline-block;
	border-radius: 3rem;
	border: 0.1rem solid #707070;
}
#main .fvBox .profile .text {
	line-height: 1.58;
	color: #122C5C;
}
#main .fvBox .scrollBtn {
	margin-top: 1.5rem;
	width: 2.8rem;
	position: absolute;
	left: -4.5rem;
	top: 50%;
	transform: translateY(-50%);
}
#main .fvBox .scrollBtn a {
	display: block;
	position: relative;
}
#main .fvBox .scrollBtn a img {
	width: 100%;
}
#main .fvBox .scrollBtn a .arrow {
	width: 1.6rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
#main .fvBox .scrollBtn a .arrow::before {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/common/arrow.png) no-repeat center center / auto 100%;
	content: '';
	animation: linear arrow 4s infinite;
}
#main .content {
	position: relative;
	z-index: 2;
}
#main .heading01 {
	margin-bottom: 2rem;
	display: flex;
	gap: 2rem;
	font-size: 4.5rem;
	font-weight: 500;
	color: #2078D0;
}
#main .heading01 .icon {
	width: 9.1rem;
	display: block;
	flex-shrink: 0;
}
#main .heading01 .txt {
	padding-top: 1rem;
	display: block;
	align-self: center;
	font-size: 3.5rem;
}
#main .heading02 {
	margin-bottom: 2.4rem;
	width: 100%;
	display: flex;
	gap: 1.9rem;
	font-size: 3.5rem;
	font-weight: 500;
	color: #2078D0;
}
#main .heading02 .icon {
	width: 5rem;
	flex-shrink: 0;
}
#main .heading02 .txt {
	letter-spacing: 0.12em;
}
#main .reward {
	margin-bottom: 14.8rem;
}
#main .reward .imgBox {
	margin-bottom: 7.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .reward .imgBox:last-child {
	margin-bottom: 0;
}
#main .reward .imgBox.rev {
	flex-direction: row-reverse;
}
#main .reward .imgBox .textBox {
	margin-top: -0.4rem;
	width: 52rem;
}
#main .reward .headLine02 {
	margin-bottom: 2.1rem;
	width: 100%;
}
#main .reward .headLine02 span {
	width: 52rem;
	display: block;
}
#main .reward .imgBox.rev .headLine02 span {
	margin-left: auto;
}
#main .reward .imgBox .textBox p {
	font-size: 1.8rem;
	line-height: 2;
}
#main .reward .imgBox .photoBox {
	width: 52rem;
}
#main .holidays {
	margin-bottom: 6.9rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#main .holidays .textBox {
	width: 64rem;
}
#main .holidays .textBox p {
	font-size: 1.8rem;
	line-height: 2;
}
#main .holidays .photoBox {
	width: 38.4rem;
	position: relative;
}
#main .holidays .photoBox img {
	width: 100%;
}
#main .holidays .photoBox .txt {
	display: block;
	position: absolute;
	left: 0.6rem;
	bottom: 0.9rem;
	color: #fff;
	font-size: 1.6rem;
}
#main .daily {
	margin-bottom: 9.7rem;
	padding: 2.3rem 5.4rem 1.4rem;
	display: flex;
	align-items: flex-start;
	gap: 5rem;
	border-radius: 2.4rem;
	background: rgba(235, 242, 245, 0.25);
	border: 0.1rem solid #2078d0;
}
#main .daily .heading06 {
	margin-top: 2.6rem;
	width: 7.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	gap: 2.3rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .daily .heading06 .icon {
	display: block;
}
#main .daily .heading06 .txt {
	margin-right: 0.2rem;
	color: #2078D0;
	writing-mode: vertical-rl;
	white-space: nowrap;
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	#main .bgWrap {
		margin-bottom: 4rem;
		padding-bottom: 5.3rem;
	}
	#main .bgWrap::before {
		height: 5.8rem;
	}
	#main .bgWrap::after {
		margin-left: 6.5rem;
		width: 181.3333%;
		top: 66vw;
		aspect-ratio: 1360/11254;
		background-image: url(../img/interview/bg01_sp.png);
	}
	#main .fvBox {
		margin: 0 3.1rem 3rem 3.1rem;
	}
	#main .fvBox .mainImg::before {
		width: 38.626%;
	}
	#main .fvBox .mainImg img {
		min-height: initial;
		object-fit: cover;
		aspect-ratio: 313/500;
	}
	#main .fvBox h2 {
		padding: 0;
		width: auto;
		left: 1.4rem;
		top: 14.3rem;
		bottom: auto;
		font-size: 2.3rem;
		line-height: 1.34;
		letter-spacing: 0.09em;
		text-shadow: 0.3rem 0.3rem 0.3rem rgba(18, 44, 92, 0.5);
		writing-mode: vertical-rl;
		z-index: 1;
	}
	#main .fvBox .profile {
		padding: 0.6rem 3rem 0.1rem 0;
		min-width: 23rem;
		border-radius: 0 1.2rem 0 0;
		z-index: auto;
	}
	#main .fvBox .profile .name {
		gap: 1rem;
		position: relative;
		z-index: 5;
	}
	#main .fvBox .profile .name .grotesk {
		font-size: 3.5rem;
		line-height: 1.2;
	}
	#main .fvBox .profile .name .grotesk .honorific {
        font-size: 2.2rem;
		vertical-align: 0.04em;
    }
	#main .fvBox .profile .name .time {
		margin-bottom: 0.3rem;
		padding: 0.2rem 1.2rem 0;
		color: #122C5C;
		border-color: #122C5C;
	}
	#main .fvBox .profile .text {
		margin-bottom: -0.5rem;
		position: relative;
		z-index: 5;
	}
	#main .fvBox .scrollBtn {
		display: none;
	}
	#main .heading01 {
		margin-bottom: 1.6rem;
		gap: 1.1rem;
		font-size: 2.5rem;
	}
	#main .heading01 .icon {
		width: 4.5rem;
	}
	#main .heading01 .txt {
		padding-top: 0;
		font-size: 2.5rem;
	}
	#main .heading02 {
		margin-bottom: 1.7rem;
		gap: 1.2rem;
		font-size: 2.25rem;
	}
	#main .heading02 .icon {
		width: 3.6rem;
	}
	#main .heading02 .txt {
		margin-top: 0.3rem;
	}
	#main .reward {
		margin-bottom: 4rem;
	}
	#main .reward .imgBox {
		margin-bottom: 2.7rem;
		display: block;
	}
	#main .reward .imgBox:last-child {
		margin-bottom: 0;
	}
	#main .reward .imgBox .textBox {
		margin: 0 2rem 3.7rem;
		width: auto;
	}
	#main .reward .headLine02 {
		margin-bottom: 1.3rem;
	}
	#main .reward .headLine02 span {
		margin: 0 2rem;
		width: auto;
	}
	#main .reward .imgBox.rev .headLine02 span {
		margin: 0 2rem;
	}
	#main .reward .imgBox .textBox p {
		font-size: 1.4rem;
		line-height: 1.875;
	}
	#main .reward .imgBox .photoBox {
		width: auto;
	}
	#main .reward .imgBox .photoBox img {
		width: 100%;
	}
	#main .holidays {
		margin-bottom: 3rem;
		display: block;
	}
	#main .holidays .heading02 {
		padding: 0 2rem;
	}
	#main .holidays .textBox {
		margin: 0 2rem 2rem;
		width: auto;
	}
	#main .holidays .textBox p {
		font-size: 1.4rem;
		line-height: 1.875;
	}
	#main .holidays .photoBox {
		width: auto;
	}
	#main .holidays .photoBox .txt {
		display: none;
	}
	#main .daily {
		margin-bottom: 5rem;
		padding: 3.6rem 3.1rem 2.8rem;
		display: block;
		border-radius: 1.2rem;
	}
	#main .daily .heading06 {
		margin: 0 0 3rem;
		width: auto;
		flex-direction: row;
		gap: 0.8rem;
		font-size: 2.25rem;
	}
	#main .daily .heading06 .icon {
		width: 3.6rem;
		flex-shrink: 0;
	}
	#main .daily .heading06 .txt {
		margin-right: 0;
		writing-mode: initial;
		white-space: initial;
		letter-spacing: 0;
	}
}
#main #pagePath ul {
	width: 137rem;
}
/* top */
#main .top {
	padding-bottom: 22.6rem;
	position: relative;
	background: #EBF2F5 url(../img/interview/top_bg.png) no-repeat left calc(50% - 7.6rem) top 5rem / 294.9rem auto;
}
#main .top #pagePath {
	margin-bottom: 7.9rem;
}
#main .top #pagePath::before {
	background: #E8F5FA;
}
#main .top #pagePath ul {
	width: 120rem;
}
#main .top .content {
	width: 116.4rem;
}
#main .top .headLine04 {
    margin-bottom: 3.9rem;
}
@media all and (max-width: 896px) {
	#main .top {
		padding-bottom: 16rem;
		background-image: url(../img/interview/top_bg_sp.png);
		background-position: center top;
		background-size: 100%;
	}
	#main .top #pagePath {
		margin-bottom: 2.1rem;
	}
}