@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.font01 {
	font-family: "Zen Maru Gothic", sans-serif;
}
.font02 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.font03 {
	font-family: "Noto Sans JP",sans-serif
}
.content {
	margin: 0 auto;
	max-width: 110rem;
}
.content.sml {
	max-width: 80rem;
}
.mask01,
.mask02 {
	position: relative;
}
.mask01 > * {
	position: relative;
	z-index: 1;
}
.mask01::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 10.7rem;
	top: -8.7rem;
	mask: url(../img/common/mask_img.png) no-repeat center top / 100% 100%;
}
.bodHead {
	padding: 0.9rem 1rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	background: #fff;
	color: #009FE8;
	font-feature-settings: "palt";
	font-family: "Noto Sans JP",sans-serif;
	border: 1px solid currentColor;
	border-radius: 0.5rem;
}

.comBtn a {
	margin: 6rem auto 0;
	width: 37.8rem;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 3rem;
	color: #fff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #F0783C url(../img/common/arrow_icon01.png) no-repeat center right 2.3rem / 2.5rem;
}

.youtube {
	aspect-ratio: 1.777;
}
.youtube video,
.youtube iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.headLine01 {
	margin: 0 auto 2.6rem;
	width: fit-content;
	font-size: 3.6rem;
	line-height: 1.314;
	text-align: center;
	color: #009FE8;
}
.headLine01.line {
	margin: 0 auto 2.3rem;
	width: fit-content;
	position: relative;
	font-size: 3rem;
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
}
.headLine01.line::before,
.headLine01.line::after {
	content: "";
	width: 0.2rem;
	position: absolute;
	left: -4.6rem;
	top: -1.6rem;
	bottom: -2.4rem;
	background: #009FE8;
	transform: rotate(-18deg);
}
.headLine01.line::after {
	left: auto;
	right: -4.8rem;
	transform: rotate(18deg);
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit !important;
	}
	.mask01::after {
		height: 2.8rem;
		top: -2.7rem;
	}
	.headLine01 {
		margin-bottom: 1.1rem;
		font-size: 2.7rem;
		line-height: 1.481;
	}
	.headLine01.line {
		padding: 0 1.6rem;
		font-size: 2.163rem;
		line-height: 1.511;
	}
	.headLine01.line::before,
	.headLine01.line::after {
		width: 1px;
		left: 0;
		top: 0.2rem;
		bottom: 0.3rem;
	}
	.headLine01.line::after {
		right: 0;
		left: auto;
	}
	.bodHead {
		margin: 0 1.5rem;
		padding-bottom: 1rem;
		font-size: 1.7rem;
	}
	.comBtn a {
		margin-top: 2.8rem;
		width: 31.5rem;
		font-size: 1.6rem;
		height: 5rem;
		background-size: 2rem;
		background-position: right 2rem center;
	}
	.youtube {
		aspect-ratio: 750/1127;
	}
}
/*------------------------------------------------------------
	comPage
------------------------------------------------------------*/
.comPage {
	overflow: hidden;
	font-family: "Noto Sans JP",sans-serif
}
.comPage .pageTitle {
	margin-bottom: 15.2rem;
}
.comPage .pageTitle h2 {
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 4.2rem;
	letter-spacing: 0.04em;
	line-height: 1.47;
	color: #8485EC;
}
.comPage .pageTitle h2 span {
	margin: 0 auto 1rem;
	display: block;
	height: 8.2rem;
}
.comPage .pageTitle h2 span img {
	width: auto;
	height: 100%;
}
.comPage .pageTitle p {
	font-size: 1.8rem;
	line-height: 2.111;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	text-align: justify;
}
.comPage .innerBox {
	padding: 5.3rem 0 10rem;
	background-color: #E7E8F8;
}
.comPage .innerBox::after {
	background: #E7E8F8;
}
.comPage .imgBox {
	margin-bottom: 10.6rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4rem;
}
.comPage .imgBox.right {
	margin-bottom: 2rem;
	flex-direction: row-reverse;
	gap: 5.3rem;
}
.comPage .imgBox.right .textBox {
	letter-spacing: 0;
}
.comPage .imgBox .photoBox {
	width: 51rem;
}
.comPage .imgBox .textBox {
	flex: 1;
	line-height: 2.125;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
.comPage .imgBox .heading {
	margin: -0.9rem 0 3.4rem 0;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	line-height: 1.787;
	letter-spacing: 0.04em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.comPage .imgBox .textBox a {
	width: fit-content;
	display: block;
	text-decoration: underline;
}
.comPage .mapBox {
	margin-top: 10rem;
	position: relative;
	overflow: hidden;
	height: 55rem;
}
.comPage .mapBox iframe {
	width: 100%;
	height: calc(100% + 6.7rem);
	position: absolute;
	left: 0;
	bottom: 0;
	object-fit: cover;
	display: block;
}
.comPage .image {
	margin: 0 auto 1.5rem -0.3rem;
	width: 15.6rem;
}
.comPage .image.right {
	margin: -0.5rem 3.3rem 1.9rem auto;
	width: 18.4rem;
}
.comPage .heading02 {
	margin-bottom: 3.2rem;
	font-size: 2.6rem;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	letter-spacing: 0.06em;
}
.comPage .heading02 span {
	display: block;
	font-size: 4.2rem;
	color: #6C95EC;
	letter-spacing: 0.06em;
	line-height: 1;
}
.comPage .videoBox {
	margin: 10.8rem auto 12rem;
	padding: 4.7rem 0.15rem 5.2rem;
	width: 80.3rem;
	background: url(../img/common/bg01.png) no-repeat center top / 100%,url(../img/common/bg02.png) no-repeat center bottom / 100%;
}
.comPage .videoBox .youtube {
	aspect-ratio: 1.793;
}
.comPage .linkBox {
	margin: 0 auto;
	max-width: 120rem;
}
.comPage .linkBox .linkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.comPage .linkBox .linkUl li {
	width: calc((100% - 6rem) / 4);
}
.comPage .linkBox .linkUl a {
	display: block;
	height: 100%;
	background: #fff;
	line-height: 1.625;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
	font-family: "Noto Sans JP",sans-serif
}
.comPage .linkBox .linkUl span {
	display: block;
}
.comPage .linkBox .linkUl .txt {
	padding: 1.8rem 2.5rem 2.7rem 1.5rem;
	background: url(../img/common/arrow_icon02.png) no-repeat center right 0.8rem / 0.9rem;
}
.comPage .linkBox .linkUl .en {
	font-weight: 700;
	color: #0089E3;
}
.comPage .heading03 {
	margin: 0 auto 5rem;
	padding: 1.3rem 5.8rem;
	width: fit-content;
	min-width: 44.9rem;
	font-size: 2.21rem;
	text-align: center;
	color: #009FE8;
	border-radius: 0.5rem;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	background-color: #fff;
}
.comPage .comBtn a {
	margin-top: 8rem;
	background-color: #009FE8;
}
@media all and (min-width: 897px) {
	.comPage .imgBox .textBox a:hover {
		text-decoration: none;
	}
	.comPage .linkBox .linkUl a:hover {
		opacity: 0.7;
	}
}
@media  (min-width: 897px) and (max-width: 1140px) {
	.comPage .content {
		padding: 0 2rem;
	}
}
@media  (min-width: 897px) and (max-width: 1240px) {
	.comPage .linkBox {
		margin: 0 2rem;
	}
	.comPage .imgBox .photoBox {
		width: 46.36%;
	}
}
@media all and (max-width: 896px) {
	.comPage .content {
		padding: 0 1.5rem;
	}
	.comPage .pageTitle {
		margin-bottom: 6rem;
	}
	.comPage .pageTitle h2 span {
		margin-bottom: 0.9rem;
		height: 6.3rem;
	}
	.comPage .pageTitle h2 {
		margin: 0 -1rem 1.8rem;
		font-size: 3rem;
		letter-spacing: 0;
		font-feature-settings: "palt";
	}
	.comPage .pageTitle p {
		font-size: 1.6rem;
		line-height: 2.062;
	}
	.comPage .innerBox {
		padding: 2.2rem 0 7rem;
	}
	.comPage .imgBox {
		margin-bottom: 3.2rem;
		display: block;
	}
	.comPage .imgBox .heading {
		margin: 0 0.5rem 1.5rem;
		font-size: 1.9rem;
	}
	.comPage .imgBox .photoBox {
		margin-bottom: 1.4rem;
		width: 100%;
	}
	.comPage .imgBox .textBox {
		line-height: 1.857;
	}
	.comPage .imgBox .textBox a {
		margin-top: 0.5rem;
	}
	.comPage .mapBox {
		margin: 5rem -1.5rem 0;
		background: #fff;
		height: 73.333vw;
	}
	.comPage .mapBox iframe {
		height: calc(100% + 6.7rem);
	}
	.comPage .imgBox.right {
		margin-bottom: 0.6rem;
	}
	.comPage .image {
		margin: 0 auto 1.3rem 0.2rem;
		width: 7.8rem;
	}
	.comPage .image.right {
		margin: -4.3rem 0.8rem 1.2rem auto;
		width: 9.3rem;
	}
	.comPage .videoBox {
		margin: 3.2rem auto 3.5rem;
		padding: 6.133vw 0 5.6vw;
		width: 100%;
	}
	.comPage .heading02 {
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}
	.comPage .heading02 span {
		font-size: 2.3rem;
	}
	.comPage .heading03 {
		margin-bottom: 2.9rem;
		width: 100%;
		padding: 0.9rem 4rem;
		font-size: 1.7rem;
		min-width: inherit;
		background-size: 3.6rem,3.3rem;
		background-position: center left 0.6rem,center right 0.9rem;
	}
	.comPage .linkBox {
		margin: 0 1.6rem;
		max-width: inherit;
	}
	.comPage .linkBox .linkUl {
		display: block;
	}
	.comPage .linkBox .linkUl li {
		width: 100%;
	}
	.comPage .linkBox .linkUl li + li {
		margin-top: 1.5rem;
	}
	.comPage .linkBox .linkUl a {
		display: flex;
		line-height: 1.5;
	}
	.comPage .linkBox .linkUl .img {
		width: 40%;
		min-height: 9.6rem;
	}
	.comPage .linkBox .linkUl .img img {
		width: 100%;
		min-height: 100%;
		object-fit: cover;
	}
	.comPage .linkBox .linkUl .txt {
		padding: 0.5rem 1.5rem 0.5rem 0.7rem;
		flex: 1;
		background-size: 0.7rem;
		background-position: right 0.4rem center;
	}
	.comPage .comBtn a {
		margin-top: 4rem;
	}
}

.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: none;
}