@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
.serif {
	font-family: "Noto Serif JP", serif;
}
.inter {
	font-family: "Inter", sans-serif;
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	background : rgba(0, 104, 182, 0.2);
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 89.4rem;
}
.content.style01 {
	max-width: 119.8rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.2rem;
		max-width: inherit !important;
	}
	.content.style01 {
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5.4rem;
	padding: 0 0 2rem 10.8rem;
	font-size: 5rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
	background: url(../img/common/img01.png) no-repeat left top 1.3rem / 6.4rem;
}
.headLine01 .sub {
	padding-bottom: 0.5rem;
	display: block;
	border-bottom: 1px solid #0068b6;
	max-width: 88.3rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.1rem;
		padding: 0 0 0 3.6rem;
		font-size: 2rem;
		background: url(../img/common/img01.png) no-repeat left top / 2.7rem;
	}
	.headLine01 .sub {
		padding-bottom: 0;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5.9rem;
	padding-bottom: 0.5rem;
	position: relative;
	color: #0068b6;
	font-family: "Noto Serif JP", serif;
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(51, 51, 51, 0.42);
}
.headLine02::before {
	position: absolute;
	top: 0.5rem;
	left: -7rem;
	width: 4.9rem;
	height: 5.8rem;
	background: url(../img/common/img02.png) no-repeat left top / 100%;
	content: '';
}
.headLine02.spec::before {
	background-image: url(../img/common/img04.jpg);
}
.headLine02 small {
	font-size: 2.5rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 1rem 2.4rem 2.8rem;
		padding-bottom: 0;
		line-height: 1.2;
		font-size: 1.7rem;
	}
	.headLine02::before {
		position: absolute;
		top: -0.1rem;
		left: -2.3rem;
		width: 2rem;
		height: 2.5rem;
	}
	.headLine02 small {
		font-size: 1.3rem;
	}
	.headLine02.spec01::before {
		background-image: url(../img/common/img05.jpg);
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 6.2rem;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 400;
	text-align: center;
}
.headLine03 .en {
	margin-bottom: 0.5rem;
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.03em;
}
.headLine03 .jp {
	padding: 0 5.9rem;
	position: relative;
	display: inline-block;
}
.headLine03 .jp::before {
	margin-top: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5.1rem;
	height: 1px;
	background: #FFF;
	content: '';
}
.headLine03 .jp::after {
	margin-top: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 5.1rem;
	height: 1px;
	background: #FFF;
	content: '';
}
.headLine03.style01 {
	color: #333;
}
.headLine03.style01 .jp::before,
.headLine03.style01 .jp::after {
	background: #333;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.2rem;
		font-size: 0.85rem;
	}
	.headLine03 .en {
		margin-bottom: 0.1rem;
		font-size: 1.2rem;
		letter-spacing: 0.02em;
	}
	.headLine03 .jp {
		padding: 0 2.2rem;
	}
	.headLine03 .jp::before {
		margin-top: 0;
		width: 1.8rem;
	}
	.headLine03 .jp::after {
		margin-top: 0;
		width: 1.8rem;
	}
}
/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle {
	color: #333;
	font-size: 3rem;
	line-height: 2.67;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.comTitle.style01 {
	margin: 0 -5rem 6.6rem;
	line-height: 1.87;
}
@media all and (max-width: 896px) {
	.comTitle {
		margin-bottom: 0;
		font-size: 1.6rem;
		line-height: 2.28;
	}
	.comTitle.style01 {
		margin: 0 -1rem;
		line-height: 2.28;
		letter-spacing: -0.01em;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 5.2rem;
	color: #333;
	font-size: 2.5rem;
	line-height: 1.75;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 1.4rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 53.6rem;
}
.comBtn a {
	min-height: 11.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 0.6rem solid #e6e6e6;
	color: #0068b6;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	background: #FFF;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 30.8rem;
	}
	.comBtn a {
		min-height: 6.5rem;
		border: 0.3rem solid #e6e6e6;
		font-size: 1.44rem;
	}
}
/*------------------------------------------------------------
	comInterviewBox
------------------------------------------------------------*/
.comInterviewBox .hTitle {
	margin-bottom: 3.4rem;
	color: #333;
	font-size: 8.4rem;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	text-align: center;
	letter-spacing: 0.05em;
}
.comInterviewBox .title {
	margin-bottom: 5rem;
	color: #0068b6;
	font-size: 5rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.comInterviewBox .inner {
	position: relative;
}
.comInterviewBox .photoList {
	margin-bottom: 8.2rem;
	padding: 0 6rem;
	position: relative;
	z-index: 5;
}
.comInterviewBox .photoList li a {
	display: block;
}
.comInterviewBox .photoList li a:hover {
	opacity: 0.7;
}
.comInterviewBox .photoList .slick-slide > div {
	margin: 0 1.4rem 0 1.5rem;
	width: 23.1rem;
}
.comInterviewBox .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.comInterviewBox .arrow li {
	margin-top: -2.2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 3.5rem;
	z-index: 6;
	cursor: pointer;
	transition: 0.3s;
}
.comInterviewBox .arrow li.next {
	left: auto;
	right: 0;
}
@media all and (min-width: 897px) {
	.comInterviewBox .arrow li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comInterviewBox .hTitle {
		margin-bottom: 0.2rem;
		font-size: 3.2rem;
	}
	.comInterviewBox .title {
		margin-bottom: 1.2rem;
		color: #0068b6;
		font-size: 1.6rem;
		line-height: 1.59;
	}
	.comInterviewBox .photoList {
		margin: 0 -2.2rem 3.9rem;
		padding: 0;
	}
	.comInterviewBox .photoList .slick-slide > div {
		margin: 0 0.6rem;
		width: 17.8rem;
	}
	.comInterviewBox .arrow {
		display: none;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 17rem;
}
.comLink a {
	min-height: 3.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	background: #0068b6;
	letter-spacing: 0.05em;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink a .sub {
	padding: 0 2rem 0 0;
	background: url(../img/common/icon02.png) no-repeat right center / 1.1rem;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 17.4rem;
	}
	.comLink a {
		min-height: 4rem;
	}
}
/*------------------------------------------------------------
	comTableBox
------------------------------------------------------------*/
.comTableBox {
	margin-bottom: 9.7rem;
}
.comTableBox table {
	width: 100%;
	border-collapse: collapse;
}
.comTableBox th,
.comTableBox td {
	color: #333;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
	font-size: 2rem;
	line-height: 1.7;
}
.comTableBox th {
	padding: 3.9rem 1.2rem 4.1rem;
	width: 17.3%;
	font-size: 2.5rem;
	border-top: 1px solid #0068b6;
}
.comTableBox td {
	padding: 4.5rem 0.5rem 4.4rem;
	border-top: 1px solid #CCC;
}
.comTableBox td a {
	color: #0068b6;
	text-decoration: underline;
}
.comTableBox td a:hover {
	opacity: 0.7;
}
.comTableBox tr:last-child th {
	border-bottom: 1px solid #0068b6;
}
.comTableBox tr:last-child td {
	border-bottom: 1px solid #CCC;
}
@media all and (max-width: 896px) {
	.comTableBox {
		margin-bottom: 4.2rem;
	}
	.comTableBox th,
	.comTableBox td {
		font-size: 1rem;
	}
	.comTableBox th {
		padding: 2rem 0.6rem 2rem;
		width: 27.5%;
		font-size: 1.25rem;
		vertical-align: top;
	}
	.comTableBox td {
		padding: 2.2rem 0.5rem;
	}
}
/*------------------------------------------------------------
	comVideoBox
------------------------------------------------------------*/
.comVideoBox {
	margin-bottom: 10rem;
	min-height: 77.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #000;
	position: relative;
	cursor: pointer;
}
.comVideoBox .tag {
	margin-top: -1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 13.7rem;
	height: 13.7rem;
	content: '';
	z-index: 10;
}
.comVideoBox .photo {
	aspect-ratio: 16 / 9;
}
.comVideoBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comVideoBox video {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	.comVideoBox {
		margin-bottom: 4.7rem;
		min-height: inherit;
		aspect-ratio: 335 / 217;
	}
	.comVideoBox .tag {
		margin-top: 0.1rem;
		width: 3.8rem;
		height: 3.8rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
    transform: translateY(30px);
}
.fadeInUp.on {
	animation: animOpacityTranslateY 0.5s cubic-bezier(.25, .46, .45, .94) .75s forwards;
}
/*------------------------------------------------------------
	animation
------------------------------------------------------------*/
.animation .fadeIn {
	opacity: 0;
    transform: translateY(30px);
}
.animation.on .fadeIn {
	animation: animOpacityTranslateY 3s cubic-bezier(.39, .575, .565, 1) 0s 1 forwards;
}
.animation.on .fadeIn.delay01 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 2.5s 1 forwards;
}
.animation.on .fadeIn.delay02 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 3.75s 1 forwards;
}
.animation.on .fadeIn.delay03 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 4.5s 1 forwards;
}
.animation.on .fadeIn.delay04 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 5.25s 1 forwards;
}
.animation.on .fadeIn.delay05 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 6s 1 forwards;
}
.animation.on .fadeIn.delay06 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 6.75s 1 forwards;
}
.animation.on .fadeIn.delay07 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 7.5s 1 forwards;
}
.animation.on .fadeIn.delay08 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 8.25s 1 forwards;
}
.animation.on .fadeIn.delay09 {
	animation: animOpacityTranslateY 2s cubic-bezier(.39, .575, .565, 1) 9s 1 forwards;
}
.animation .fadeRight {
	opacity: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(.215, .61, .355, 1);
}
.animation.on .fadeRight {
	opacity: 1;
	transform: translateX(0);
}
.animation.on .fadeRight.delay01 {
	transition-delay: 0.5s;
}
.animation.on .fadeRight.delay02 {
	transition-delay: 1s;
}
@keyframes animOpacityTranslateY {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
    	transform: translateY(0);
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}