@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .bgBox {
	padding-bottom: 44rem;
	position: relative;
	z-index: 10;
}
#main .bgBox::after {
	width: 100%;
	height: calc(100% - 25rem);
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/index/bg01.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: -1;
}
#container .btmFree {
	display: none;
}
@media all and (min-width: 897px) {
	#gHeader .logo img {
		width: 12rem;
	}
	#gHeader .logo span {
		font-size: 1.2rem;
		margin: -0.1rem 0 0 3rem;
		letter-spacing: 0.06em;
	}
}
@media all and (max-width: 896px) {
	#main .bgBox::after  {
		height: 100%;
	}
	#main .bgBox {
		padding-bottom: 25rem;
	}
	.pageTop {
		top: -10.5rem;
	}
	#main {
		margin-bottom: 16rem;
	}
}


#main .mainImg {
	position: relative;
}
#main .mainImg .movieBox {
	height: calc(100svh + 5rem);
	min-height: 51rem;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
	border-radius: 0 0 50% 50%;
	position: relative;
	z-index: 10;
}
#main .mainImg .movieBox::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/index/bg02.png") repeat left top / 192rem auto;
	content: "";
}
#main .mainImg .movieBox video,
#main .mainImg .movieBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainImg .title {
	position: absolute;
	bottom: 18rem;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 0 8rem;
	letter-spacing: 0.06em;
	z-index: 20;
}
#main .mainImg .title .en {
	margin-top: 2rem;
	display: block;
	font-size: 8rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
}
#main .mainImg .title .en small {
	margin-top: 3rem;
	display: block;
	font-weight: 700;
	font-size: 3.4rem;
}
@media all and (max-width: 896px) {
	#main .mainImg .title {
		bottom: 2rem;
		font-size: 1.5rem;
		padding: 0 2rem;
		letter-spacing: 0.06em;
	}
	#main .mainImg .title .en {
		font-size: 4.5rem;
	}
	#main .mainImg .title .en small {
		margin-top: 2rem;
		font-size: 2.2rem;
	}
	#main .mainImg .movieBox {
		border-radius: 0;
		height: 60rem;
		min-height: 0;
	}
}

/* imgBox */
#main .imgBox {
	display: flex;
}
#main .imgBox .photo {
	width: calc(50% + 16.6rem);
	order: 4;
}
#main .imgBox .leftBox {
	flex: 1;
}
#main .imgBox .innerBox {
	margin-left: auto;
	width: 100%;
	max-width: 72.6rem;
	position: relative;
	z-index: 10;
}

#main .imgBox .headLine01 .big {
	margin-top: 3.4rem;
	display: block;
	font-size: 5rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .imgBox p {
	line-height: 1.8;
}
#main .imgBox .comBtn a {
	margin: 0;
}
@media all and (min-width: 897px) {
	#main .imgBox .headLine01 {
		font-size: 1.2rem;
		margin-bottom: 2.6rem;
	}
	#main .imgBox .headLine01 .en {
		font-size: 3.2rem;
	}
	#main .imgBox .headLine01 .num::after {
		width: 2.7rem;
		height: 2.7rem;
		top: 0.7rem;
		right: -3.5rem;
		background-image: url(../img/common/icon07.png);
	}
	#main .imgBox .headLine01 .num {
		margin-right: 4.4rem;
	}
}
@media all and (max-width: 896px) {
	#main .imgBox {
		margin: 0 2rem;
		display: block;
	}
	#main .imgBox .photo {
		width: auto;
	}
	#main .imgBox .headLine01 {
		font-size: 1.4rem;
	}
	#main .imgBox .headLine01 .big {
		font-size: 3rem;
		margin-top: 2rem;
	}
	#main .imgBox .headLine01 .en {
		font-size: 2.5rem;
	}
	#main .imgBox .headLine01 .num::after {
		width: 2rem;
		height: 2rem;
		top: 0.6rem;
	}
	#main .imgBox .innerBox {
		margin: 0 !important;
		max-width: inherit !important;
	}
}


/* missionBox */
#main .missionBox {
	color: #fff;
}
#main .missionBox .headLine01 {
	color: #fff;
}
#main .missionBox .headLine01 .en {
	color: #fff;
}
#main .missionBox .photo {
	margin-top: -60rem;
	padding-top: 5rem;
	position: relative;
}
#main .missionBox .photo::after {
	width: 100%;
	height: 100rem;
	position: absolute;
	bottom: calc(100% - 5rem);
	left: 0;
	background-color: #e9ff72;
	content: "";
}
#main .missionBox .photo .image {
	position: relative;
}
#main .missionBox .photo .image::before,
#main .missionBox .photo .image::after {
	width: 30.2%;
	height: 43.2%;
	position: absolute;
	top: 5.8%;
	left: 0;
	background: url("../img/index/mission_img01.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: 10;
}
#main .missionBox .photo .image::after {
	width: 30.1%;
	height: 33.45%;
	left: auto;
	right: -7.1%;
	background-image: url("../img/index/mission_img02.png");
	top: 4.85%;
}
#main .missionBox .leftBox {
	margin: 29.6rem -12.4rem 0 0;
	position: relative;
	z-index: 20;
}
#main .missionBox .comBtn a {
	padding-right: 3rem;
}
@media all and (max-width: 896px) {
	#main .missionBox .photo {
		margin: 5rem -2rem 0 0;
		padding-top: 0;
	}
	#main .missionBox .photo img {
		width: 100%;
	}
	#main .missionBox .photo::after {
		display: none;
	}
	#main .missionBox .photo .image::before, #main .missionBox .photo .image::after {
		display: none;
	}
	#main .missionBox .leftBox {
		margin: 0;
	}
	#main .missionBox {
		padding-top: 8rem;
	}
}


/* trainingBox */
#main .trainingBox {
	margin-top: -18.4rem;
	margin-bottom: 10rem;
	position: relative;
}
#main .trainingBox .photo {
	order: 0;
	width: 50%;
}
#main .trainingBox .leftBox {
	margin-top: 2.6rem;
	position: relative;
	z-index: 20;
}
#main .trainingBox .imgBox .innerBox {
	margin-left: 5.2rem;
	max-width: 46.2rem;
}
#main .trainingBox .arrowImg {
	width: 14rem;
	position: absolute;
	/* bottom: -15.5rem; */
	bottom: -50rem;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 39.2rem;
	z-index: 10;
}
@media all and (max-width: 896px) {
	#main .trainingBox {
		margin-top: -20rem;
	}
	#main .trainingBox .photo {
		width: auto;
		margin: 0 -2rem;
	}
	#main .trainingBox .arrowImg {
		width: 5rem;
		/* bottom: -13.5rem; */
		bottom: -38rem;
		left: auto;
		transform: translateX(0);
		margin-left: 0;
		right: 0;
	}
}



/* flowBox */
#main .flowBox {
	margin-bottom: 20rem;
	padding-top: 20.2rem;
	position: relative;
}
#main .flowBox .photo {
	width: 50%;
}
#main .flowBox .imgBox .innerBox {
	max-width: 46.2rem;
}
#main .flowBox .imgBox .leftBox {
	margin: 9.7rem 4.8rem 0 0;
}
#main .flowBox .arrowImg {
	width: 23rem;
	position: absolute;
	/* top: -15.1rem; */
	top: 15.1rem;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -64rem;
}
@media all and (max-width: 896px) {
	#main .flowBox .photo {
		width: auto;
		margin: 0 -2rem;
	}
	#main .flowBox {
		margin-bottom: 10rem;
		padding-top: 0;
	}
	#main .flowBox .imgBox .leftBox {
		margin: 2.6rem 0 0;
	}
	#main .flowBox .arrowImg {
		width: 9rem;
		/* top: -7.3rem; */
		top: 15.3rem;
		left: 0;
		transform: translateX(0);
		margin-left: 0;
	}
}


/* bgBox02 */
#main .bgBox02 {
	padding: 10rem 0 30rem;
	background: url("../img/index/bg03.jpg") no-repeat left top / 100% 100%;
	position: relative;
}
#main .bgBox02::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/index/bg02.png") repeat left top / 192rem auto;
	content: "";
}
#main .bgBox02 .content {
	position: relative;
	z-index: 10;
}
@media all and (max-width: 896px) {
	#main .bgBox02 {
		padding: 8rem 0 10rem;
	}
}


/* pageBox */
#main .pageBox {
	margin-bottom: 10rem;
}
#main .pageBox .content {
	display: flex;
	justify-content: space-between;
	max-width: 153.6rem;
}
#main .pageBox .subBox {
	padding: 10.2rem 0 9.9rem;
	width: calc(50% - 2.5rem);
	color: #fff;
	border-top: 2rem solid #D1F21F;
	position: relative;
}
#main .pageBox .subBox .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#main .pageBox .subBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .pageBox .subBox .image::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(15, 43, 41, 0.8);
	content: "";
}
#main .pageBox .subBox .headLine02 {
	color: #fff;
	margin-bottom: 5.3rem;
}
#main .pageBox .subBox .comBtn {
	margin: 0;
}
@media all and (max-width: 896px) {
	#main .pageBox {
		margin-bottom: 5rem;
	}
	#main .pageBox .content {
		display: block;
	}
	#main .pageBox .subBox {
		width: auto;
		border-width: 1rem;
	}
	#main .pageBox .comBtn a {
		max-width: 24rem;
	}
	#main .pageBox .subBox + .subBox {
		margin-top: 4rem;
	}
}


/* newsBox */
#main .newsBox {
	padding: 20.2rem 0 33.4rem;
	background-color: #EAF5FD;
	position: relative;
	z-index: 10;
}
#main .newsBox .comBtn {
	margin-top: 5.2rem;
}
#main .newsBox .comBtn a {
	margin: 0;
	width: 24rem;
}
#main .newsBox::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/index/bg02.png") repeat left top / 192rem auto;
	content: "";
}
#main .newsBox .content{
	display: flex;
}
#main .newsBox .leftBox {
	flex: 1;
}
#main .newsBox .rightBox {
	margin-top: -0.2rem;
	width: 64rem;
	height: 41rem;
	overflow-y: auto;
}
@media all and (max-width: 896px) {
	#main .newsBox .content {
		display: block;
	}
	#main .newsBox .rightBox {
		margin-top: 0;
		width: auto;
		height: 32rem;
	}
	#main .newsBox .comBtn a {
		margin: 0 auto;
		width: 24rem;
	}
	#main .newsBox {
		padding: 8rem 0;
	}
}


/* accessBox */
#main .accessBox {
	margin-top: -43.8rem;
	padding-bottom: 9.9rem;
	position: relative;
	z-index: 10;
}
#main .accessBox .headLine05 {
	margin-bottom: 5.4rem;
}
#main .accessBox .photo {
	margin-bottom: 10.2rem;
	border-bottom: 2rem solid #D1F21F;
	position: relative;
}
#main .accessBox .photo .arrowImg {
	width: 14rem;
	position: absolute;
	/* top: 10rem; */
	top: 70rem;
	left: -6.8rem;
}
#main .accessBox .photo .arrowImg02 {
	/* top: -10rem; */
	top: 40rem;
	left: auto;
	right: -7rem;
}
#main .accessBox .flexBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .accessBox .flexBox .comListDl {
	width: calc(50% - 2.5rem);
}
#main .accessBox .mapLink .line {
	border-color: #1E1E1E;
}
#main .accessBox .comListDl .col {
	color: #0064B6;
}
#main .accessBox .comListDl .ttl {
	display: block;
	font-size: 1.4rem;
}
#main .accessBox .comListDl .timeUl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	gap: 1.9rem;
}
#main .accessBox .comListDl .timeUl .col {
	margin-right: 1rem;
	font-size: 1.4rem;
}
#main .accessBox .comListDl .notes {
	font-size: 1.2rem;
	margin-top: 0.6rem;
}
#main .accessBox .comListDl dd {
	margin-bottom: 2.6rem;
}
#main .accessBox .comListDl dd:last-child {
	margin-bottom: 0;
}
#main .accessBox .comListDl .txtUl li {
	margin-bottom: 1.5rem;
	line-height: 1.8;
	position: relative;
}
#main .accessBox .comListDl .txtUl li:last-child {
	margin-bottom: 0;
}
#main .accessBox .comListDl .txtUl li::before {
	width: 1rem;
	height: 0.1rem;
	position: absolute;
	top: 1.3rem;
	left: -2rem;
	background-color: #C8C8C8;
	content: "";
	z-index: 10;
}
@media all and (max-width: 896px) {
	#main .accessBox {
		padding-bottom: 0;
		margin-top: -5rem;
	}
	#main .accessBox .flexBox {
		display: block;
	}
	#main .accessBox .flexBox .comListDl {
		width: auto;
	}
	#main .accessBox .flexBox .comListDl + .comListDl {
		margin-top: 3rem;
	}
	#main .accessBox .photo .arrowImg {
		width: 5rem;
		/* top: 45rem; */
		top: 50rem;
		left: -2.2rem;
	}
	#main .accessBox .photo .arrowImg02 {
		/* top: -4rem; */
		top: 45rem;
		left: auto;
		right: -1.7rem;
	}
	#main .accessBox .photo {
		border-width: 1rem;
	}
}


/* mapBox */
#main .mapBox {
	margin-top: 50px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
#main .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}