@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* font */
.yugo {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: 500;
}
.grotesk {
	font-family: "Roboto", sans-serif;
}
.notoSans {
	font-family: "Noto Sans JP", sans-serif;
}
/* fade */
.fadeIn {
	opacity: 0;
	transition: 1s;
}
.fadeIn.on {
	opacity: 1;
}
.fadeInUp {
	opacity: 0;
	transform: translate(0, 5rem);
	transition: 1s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translate(0, 0);
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 108rem;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3.1rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.7rem;
	padding: 0 0 0.8rem 5.6rem;
	width: fit-content;
	color: #2078D0;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: 0.2rem solid #2078D0;
	background: url(../img/interview/icon01.png) no-repeat left 0.1rem top 0.1rem / 4.3rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1.7rem;
		padding: 0 0 1.3rem 3.3rem;
		width: auto;
		font-size: 2.5rem;
		line-height: 1.5;
		border-bottom-width: 0.1rem;
		background-size: 2.1rem;
		background-position: left top 0.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.9rem;
	color: #122C5C;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 0.9rem;
		font-size: 2.0rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 1.3rem;
	display: flex;
	gap: 1.2rem;
	font-size: 3.5rem;
	font-weight: 500;
	color: #2078D0;
	align-items: center;
}
.headLine03 .icon {
	margin: 0.6rem 0 0 0.1rem;
	width: 4.3rem;
	flex-shrink: 0;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1.3rem;
		gap: 0.6rem;
		font-size: 3rem;
		line-height: 1.2;
	}
	.headLine03 .icon {
		margin: 0.2rem 0 0;
		width: 2.8rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 1.7rem;
	font-size: 6rem;
	font-weight: 500;
	line-height: 1.2;
	color: #122C5C;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 0.6rem;
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 6.6rem;
	color: #2078D0;
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 3.3rem;
		font-size: 2.3rem;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	color: #122C5C;
	font-weight: 400;
	font-size: 2.8rem;
	line-height: 1.4;
}
.headLine06 span {
	display: block;
	font-size: 5.8rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine06 {
		font-size: 2.05rem;
		line-height: 1.2;
	}
	.headLine06 span {
		font-size: 4.5rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 7.2rem;
	width: 100%;
	height: 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/contact/page_title_bg.jpg) no-repeat center center / cover;
}
.pageTitle h2 {
	margin-top: 0.5rem;
	width: 116.4rem;
	font-size: 6rem;
	font-weight: 700;
	color: #fff;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 3.5rem;
		height: 16rem;
	}
	.pageTitle h2 {
		padding: 0 3rem;
		width: 100%;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	comIntroTxt
------------------------------------------------------------*/
.comIntroTxt {
	margin-bottom: 8.4rem;
	color: #122C5C;
	font-size: 2.2rem;
	line-height: 1.636;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.comIntroTxt {
		margin-bottom: 3.2rem;
		font-size: 1.4rem;
		line-height: 1.875;
	}
}
/*------------------------------------------------------------
	comScroll
------------------------------------------------------------*/
.comScroll {
	width: 2.8rem;
	position: absolute;
	top: 29rem;
	left: 2.5rem;
	z-index: 10;
}
.comScroll a {
	display: block;
	position: relative;
}
.comScroll a img {
	width: 100%;
}
.comScroll a .arrow {
	width: 1.6rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.comScroll 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;
}
@keyframes arrow {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
@media all and (max-width: 896px) {
	.comScroll {
		display: none;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	gap: 7.8rem 5.1rem;
}
.comList li {
	width: 35.4rem;
	position: relative;
	color: #122C5C;
}
.comList li a {
	display: block;
	position: relative;
}
.comList li .mark {
	padding: 0.3rem 0 0;
	width: 10.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	background: #005BAB;
	clip-path: polygon(0 3rem, 50% 0, 100% 3rem, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem));
	aspect-ratio: 104/120;
}
.comList li .photo {
	margin: 0 0 1.9rem 2rem;
	display: block;
}
.comList li .photo img {
	width: 100%;
}
.comList li .ttl {
	margin-bottom: 1.1rem;
	display: block;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.44;
}
.comList li .name {
	display: flex;
	align-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 1.3rem;
}
.comList li .name .grotesk {
	font-size: 3.5rem;
	font-weight: 700;
	display: block;
}
.comList li .name .grotesk .honorific {
    font-size: 2.2rem;
}
.comList li .name .time {
	padding: 0.2rem 0.3rem;
	min-width: 13.8rem;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	border-radius: 5rem;
	border: 0.1rem solid currentColor;
}
.comList li .name .job {
	font-weight: bold;
	font-size: 2rem;
	display: block;
}
@media all and (max-width: 896px) {
	.comList {
		margin: 0 1.9rem;
		gap: 4rem 0;
	}
	.comList li {
		width: 100%;
	}
	.comList li .mark {
		padding: 0;
		width: 29.091%;
		font-size: 4.2667vw;
		font-weight: bold;
		clip-path: polygon(0 23.913%, 50% 0, 100% 23.913%, 100% 76.087%, 50% 100%, 0 76.087%);
	}
	.comList li .photo {
		margin: 0 0 0.7rem 1.7rem;
	}
	.comList li .ttl {
		margin-bottom: 0;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.comList li .name {
		gap: 0 0.8rem;
	}
	.comList li .name .grotesk {
		font-size: 3.3rem;
		line-height: 1.4;
	}
	.comList li .name .time {
		padding: 0.2rem 0.3rem 0.1rem;
	}
	.comList li .name .job {
		font-size: 1.4rem;
		align-self: flex-end;
		margin-bottom: 0.7rem;
	}
}
/*------------------------------------------------------------
	comMark
------------------------------------------------------------*/
.comMark {
	padding: 1.4rem 0 0 3.5rem;
	position: absolute;
	left: 2.9rem;
	top: 3.1rem;
	z-index: 2;
}
.comMark .num {
	padding-top: 0.3rem;
	width: 7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	background: url(../img/interview/bg02.png) no-repeat center center / 100%;
	aspect-ratio: 140/162;
}
.comMark .num .lg {
	margin-top: 0.4rem;
	display: block;
	font-size: 2.6rem;
}
.comMark .txt {
	width: 15.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #2078D0;
	background: url(../img/interview/bg03.png) no-repeat center center / 100%;
	aspect-ratio: 156/180;
}
@media all and (max-width: 896px) {
	.comMark {
		padding: 0.7rem 0 0 1.8rem;
		left: 1rem;
		top: 1rem;
	}
	.comMark .num {
		width: 3.5rem;
		font-size: 0.7rem;
	}
	.comMark .num .lg {
		margin-top: 0.2rem;
		font-size: 1.3rem;
	}
	.comMark .txt {
		margin-top: 0.1rem;
		width: 7.8rem;
		font-size: 1.6rem;
		line-height: 1.3;
	}
}
/*------------------------------------------------------------
	comStory
------------------------------------------------------------*/
.comQaBox {
	margin-bottom: 6.4rem;
	padding: 3.6rem 4.8rem 4.8rem;
	background: #fff;
	border-radius: 2.4rem;
}
.comQaBox p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}
@media all and (max-width: 896px) {
	.comQaBox {
		margin-bottom: 4rem;
		padding: 1.8rem 2rem 2.2rem;
		border-radius: 1.2rem;
	}
	.comQaBox p {
		font-size: 1.4rem;
		line-height: 1.875;
	}
}
/*------------------------------------------------------------
	comStory
------------------------------------------------------------*/
.comStory {
	margin-bottom: 6.4rem;
	padding: 4.1rem 4.8rem 4.5rem;
	border-radius: 2.4rem;
	background: #fff;
}
.comStory:last-child {
	margin-bottom: 0 !important;
}
.comStory p {
	font-size: 1.8rem;
	line-height: 2;
}
@media all and (max-width: 896px) {
	.comStory {
		margin-bottom: 4rem;
		padding: 2.4rem 2rem 2.2rem;
		border-radius: 1.2rem;
	}
	.comStory .headLine02 {
		margin-bottom: 1.2rem;
	}
	.comStory p {
		font-size: 1.4rem;
        line-height: 1.875;
	}
}
/*------------------------------------------------------------
	comDailyList
------------------------------------------------------------*/
.comDailyList {
	gap: 0 4rem;
	line-height: 2.667;
}
.comDailyList dt {
	width: 6.9rem;
	flex-shrink: 0;
	text-align: right;
	text-decoration: underline;
	color: #2078D0;
	font-size: 1.8rem;
	font-weight: 500;
}
.comDailyList dd {
	width: calc(100% - 10.9rem);
	font-size: 1.8rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.comDailyList {
		margin: 0 -1.2rem;
		gap: 1.7rem 2.4rem;
		line-height: 1.778;
	}
	.comDailyList dt {
		width: 4.9rem;
		font-size: 1.4rem;
	}
	.comDailyList dd {
		width: calc(100% - 7.3rem);
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBtmBox
------------------------------------------------------------*/
.comBtmBox {
	padding: 5.8rem 0 21.2rem;
	position: relative;
	z-index: 2;
}
.comBtmBox::before {
	width: 100%;
	height: 45rem;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(#ebf2f5 0%, rgba(232, 245, 250, 0) 100%);
	content: '';
}
.comBtmBox .imgBox {
	margin-bottom: 10rem;
	display: flex;
	justify-content: space-between;
}
.comBtmBox .imgBox .textBox {
	width: 70rem;
}
.comBtmBox .imgBox .textBox .heading07 {
	margin-bottom: 2.5rem;
	font-weight: 500;
	font-size: 3.5rem;
	color: #122C5C;
}
.comBtmBox .imgBox .textBox p {
	font-size: 1.8rem;
	line-height: 2;
}
.comBtmBox .imgBox .photoBox {
	margin: -18.6rem -6rem 0 0;
	width: 36.4rem;
}
.comBtmBox .imgBox .photoBox img {
	width: 100%;
}
.comBtmBox .list {
	position: relative;
	z-index: 2;
}
.comBtmBox .list .slick-list {
	overflow: visible;
}
.comBtmBox .list .slick-slide > div {
	margin: 0 2.6rem;
	width: 35.2rem;
}
.comBtmBox .list li {
	position: relative;
	vertical-align: top;
}
.comBtmBox .list li a {
	padding-left: 2rem;
	display: block;
	position: relative;
}
.comBtmBox .list li .mark {
	width: 10.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1.4;
	background: url(../img/common/bg01.png) no-repeat center center / 100%;
	aspect-ratio: 104/120;
}
.comBtmBox .list li .photo {
	display: block;
}
.comBtmBox .list li .photo img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.comBtmBox {
		padding: 3.3rem 0 17.3rem;
	}
	.comBtmBox::before {
		height: 22.5rem;
	}
	.comBtmBox .imgBox {
		margin: 0 5.1rem 4.6rem;
		position: relative;
	}
	.comBtmBox .imgBox .textBox {
		width: auto;
	}
	.comBtmBox .imgBox .textBox .heading07 {
		margin: 0 14.5rem 3.2rem 0;
		font-size: 2.5rem;
		line-height: 1.6;
	}
	.comBtmBox .imgBox .textBox p {
		font-size: 1.4rem;
        line-height: 1.875;
	}
	.comBtmBox .imgBox .photoBox {
		margin: 0;
		width: 18.2rem;
		position: absolute;
		right: -6.1rem;
		top: -7.5rem;
	}
	.comBtmBox .list .slick-slide > div {
		margin: 0 1.3rem;
		width: 17.7rem;
	}
	.comBtmBox .list li a {
		padding-left: 1rem;
	}
	.comBtmBox .list li .mark {
		width: 5.2rem;
		font-size: 1rem;
		font-weight: bold;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li {
	border-bottom: 0.1rem dotted #707070;
}
.comNewsList li a {
	padding: 2.7rem 0 2.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	gap: 0.5rem 3.2rem;
	color: #122C5C;
}
.comNewsList li .time {
	display: block;
	flex-shrink: 0;
}
.comNewsList li .tag {
	margin-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.comNewsList li .tag span {
	padding: 0.3rem 0.3rem 0;
	min-width: 7.8rem;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	background: #89D6FF;
}
.comNewsList li .text {
	width: 100%;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.comNewsList li a {
		padding: 1.7rem 0 0.9rem;
		justify-content: center;
		gap: 0.1rem 0.6rem;
	}
	.comNewsList li .time {
		margin-top: 0.2rem;
	}
	.comNewsList li .tag span {
		padding: 0.3rem 0.3rem 0.2rem;
		min-width: 6rem;
	}
	.comNewsList li .text {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.665;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 4.2rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0;
	padding: 0;
	width: 5.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #122C5C;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: 500;
	text-decoration: none;
	border: none;
	aspect-ratio: 52/60;
	background: url(../img/common/bg02.png) no-repeat center center / 100%;
}
.wp-pagenavi span.current {
	color: #fff;
	background: url(../img/common/bg03.png) no-repeat center center / 100%;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	background: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .previouspostslink {
	margin-right: 6rem;
	margin-left: -12.8rem;
	background-image: url(../img/common/arrow_prev.png);
}
.wp-pagenavi .nextpostslink {
	margin-right: -12.8rem;
	margin-left: 6rem;
	background-image: url(../img/common/arrow_next.png);
}
.wp-pagenavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 3rem;
		gap: 1rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 4rem;
		font-size: 1.8rem;
	}
	.wp-pagenavi .previouspostslink {
		margin: 0;
	}
	.wp-pagenavi .nextpostslink {
		margin: 0;
	}
}