@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-XXX */
/* 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;
}
.popp {
	font-family: "Poppins", sans-serif;
}
.ant {
	font-family: "Antonio", sans-serif;
}
.barlow {
	font-family: "Barlow Semi Condensed", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeIn.on {
	opacity: 1;
}
.fadeIn.delay01 {
	transition-delay: 0.4s;
}
/*------------------------------------------------------------
	fadeInLeft
------------------------------------------------------------*/
.fadeInLeft {
	opacity: 0;
	transform: translate(-60rem, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft.on {
	transform: translate(0, 0);
	opacity: 1;
}
/*------------------------------------------------------------
	fadeInRight
------------------------------------------------------------*/
.fadeInRight {
	opacity: 0;
	transform: translate(60rem, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight.on {
	opacity: 1;
	transform: translate(0, 0);
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 124rem;
	padding: 0 2rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: 100% !important;
		padding: 0 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 auto 7.7rem;
	max-width: 120rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}
.headLine01 .en {
	margin-bottom: 0.1rem;
	display: block;
	font-size: 9rem;
	font-family: "Poppins", sans-serif;
}
.headLine01.style01 .en {
	margin-bottom: -0.2rem;
	font-size: 8.6rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding: 0 2.5rem;
		margin-bottom: 4.9rem;
		max-width: 100%;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.headLine01 .en {
		margin-bottom: 0;
		font-size: 4rem !important;
	}
	.headLine01.style01 {
		margin-bottom: 4.5rem;
	}
	.headLine01.style01 .en {
		margin-bottom: 0.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.5rem;
	color: #0F0F0F;
	font-size: 2rem;
	font-weight: 700;
}
.headLine02 .en {
	margin-bottom: 1rem;
	font-size: 8.6rem;
	line-height: 1;
	display: block;
	width: fit-content;
	font-family: "Poppins", sans-serif;
	background: linear-gradient(90deg, #00B1FF 0.11%, #006AFF 100.34%);
	background-clip: text !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.8rem;
		font-size: 1.6rem;
	}
	.headLine02 .en {
		margin-bottom: 0.2rem;
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 26.5rem 0 0;
}
.pageTitle .pageImg {
	width: calc(50% + 60rem);
}
.pageTitle .pageImg img {
	width: 100%;
	aspect-ratio: 2640/960;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 13.7rem 0 0;
	}
	.pageTitle .pageImg {
		width: calc(100% - 2.4rem);
	}
	.pageTitle .pageImg img {
		aspect-ratio: 702/336;
	}
	.pageTitle .headLine01 {
		padding: 0 2.5rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox a {
	padding: 0 1.1rem 1.2rem;
	display: block;
	background: #FFF url(../img/common/icon04.png) no-repeat right 1.7rem top 2.9rem/3.8rem;
	box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.25);
}
.comLinkBox h3 {
	margin: 0 1.1rem 0.6rem;
	color: #0F0F0F;
	font-size: 2rem;
	font-weight: 700;
	transform: translateY(-2.7rem);
}
.comLinkBox h3 .en {
	margin: 0 0 0.1rem -0.4rem;
	display: block;
	font-size: 6.5rem;
	line-height: 1;
}
.comLinkBox .photo img {
	width: 100%;
	aspect-ratio: 678/220;
}
.comLinkBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLinkBox a {
		padding: 0 1.1rem 1.2rem !important;
		background-position: right 1.4rem top 2.2rem !important;
	}
	.comLinkBox h3 {
		margin: 0 1.1rem -0.8rem !important;
		font-size: 1.6rem;
		transform: translateY(-1.8rem);
	}
	.comLinkBox h3 .en {
		font-size: 4.5rem;
	}
	.comLinkBox .photo img {
		aspect-ratio: 61/44;
	}
}
/*------------------------------------------------------------
	comEntry
------------------------------------------------------------*/
.comEntry {
	padding: 8rem 0 0;
}
.comEntry .content {
	position: relative;
}
.comEntry p {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.comEntry h2 {
	text-align: center;
	color: rgba(255, 255, 255, 0.4);
	font-size: 37.4rem;
	font-weight: 700;
	line-height: 0.97;
}
.comEntry .comBtn {
	position: absolute;
	left: 50%;
	top: 17rem;
	transform: translateX(-50%);
	z-index: 1;
}
@media all and (max-width: 896px) {
	.comEntry {
		padding: 5.3rem 0 6.1rem;
	}
	.comEntry p {
		margin-bottom: 1.9rem;
		font-size: 1.7rem;
	}
	.comEntry h2 {
		margin-bottom: 1.5rem;
		font-size: 10rem;
	}
	.comEntry .comBtn {
		margin: 0 auto;
		position: static;
		transform: translateX(0);
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBtn {
	width: 48.8rem;
}
.comBtn a {
	padding: 0.5rem 9rem 0.5rem 7rem;
	min-height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	border-radius: 5rem;
	background: #1D2088 url(../img/common/icon05.png) no-repeat right 5rem center / 2rem auto;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		background-color: #fff;
		background-image: url(../img/common/icon06.png);
		color: #1D2088;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 30.8rem;
	}
	.comBtn a {
		padding: 0.5rem 5rem 0.5rem 4rem;
		min-height: 6rem;
		font-size: 1.6rem;
		background-position: right 3rem top calc(50% + 0.2rem);
		background-size: 1.8rem auto;
	}
}