@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 2rem;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}
#main .mainVisual .fooUl {
	position: relative;
	height: calc(100vh - 4rem);
	min-height: 46rem;
}
#main .mainVisual .fooUl::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: '';
	z-index: 5;
}
#main .mainVisual .fooUl .slick-list,
#main .mainVisual .fooUl .slick-track,
#main .mainVisual .fooUl .slick-slide,
#main .mainVisual .fooUl .slick-slide > div,
#main .mainVisual .fooUl li {
	height: 100%;
}
#main .mainVisual .fooUl li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .inner {
	margin: 5.4rem 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: fit-content;
	z-index: 10;
}
@media all and (min-width: 897px) and (max-height: 600px) {
	#main .mainVisual .inner {
		margin-top: 0;
	}
}
#main .mainVisual .inner .hTitle {
	margin-bottom: 1.8rem;
	color: #FFF;
	font-size: 7.2rem;
	font-weight: 700;
	line-height: 1.46;
	text-align: center;
}
#main .mainVisual .inner .text {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 2;
}
#main .topSecArea {
	margin-bottom: 2rem;
}
#main .topSecArea .subInner {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 2rem;
	overflow: hidden;
}
#main .topSecArea .subInner:last-child {
	margin-bottom: 0;
}
#main .topSecArea .subInner .photo {
	width: 50%;
}
#main .topSecArea .subInner .photo img {
	width: 100%;
}
#main .topSecArea .subInner .textBox {
	padding-bottom: 3.5rem;
	width: 41.4%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .topSecArea .subInner .textBox .subBox {
	max-width: 48rem;
}
#main .topSecArea .subInner .textBox .number {
	margin-bottom: -0.2rem;
	width: fit-content;
	font-size: 20rem;
	font-weight: 600;
	-webkit-text-stroke: 3px transparent; 
	-webkit-text-fill-color: #A1E3FB; 
	background: #43c8f5; 
	-webkit-background-clip: text; 
	padding-left: 2px;
	line-height: 1.2;
	font-family: "Poppins", sans-serif;
}
#main .topSecArea .subInner .textBox .hTitle {
	margin-bottom: 1.5rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.75;
}
#main .topSecArea .subInner .textBox .text {
	line-height: 2;
	font-weight: 700;
}
#main .information {
	padding: 13.7rem 0 16rem;
}
#main .information .textList {
	margin: 0 auto;
	max-width: 80rem;
}
#main .information .textList li a {
	padding: 1.8rem 4rem;
	border-radius: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .information .textList li a:hover {
	opacity: 0.7;
}
#main .information .textList li:nth-child(2n-1) a {
	background: rgba(136, 136, 136, 0.2);
}
#main .information .textList li time {
	font-weight: 700;
}
#main .information .textList li .text {
	width: calc(100% - 11rem);
	font-weight: 700;
}
#main .outPhotoList {
	display: flex;
	flex-wrap: wrap;
}
#main .outPhotoList li {
	width: calc(100% / 5);
}
#main .outPhotoList li img {
	width: 100%;
}
#main .questions {
	padding: 13.7rem 0 16rem;
}
#main .questions .headLine01 .en {
	color: #43C8F5;
}
#main .questions .dlBox {
	margin: 0 auto;
	max-width: 64rem;
}
#main .questions .dlBox .faqDl {
	margin-bottom: 0.8rem;
	font-weight: 700;
	background: rgba(136, 136, 136, 0.2);
	border-radius: 4rem;
	text-align: center;
}
#main .questions .dlBox .faqDl:last-child {
	margin-bottom: 0;
}
#main .questions .dlBox .faqDl dt {
	padding: 1.8rem 6rem;
	cursor: pointer;
	background: url(../img/common/icon02.png) no-repeat right 4rem top calc(50% + 0.2rem) / 1.7rem;
}
#main .questions .dlBox .faqDl dt.on {
	background-image: url(../img/common/icon02_on.png);
}
#main .questions .dlBox .faqDl dd {
	padding: 0 4rem 2.5rem;
	text-align: left;
	display: none;
}
@media all and (max-width: 896px) {
	#main .mainVisual .inner {
		margin: 0;
		padding: 0 1rem;
		width: 100%;
	}
	#main .mainVisual .inner .hTitle {
		margin-bottom: 1.8rem;
		font-size: 3.2rem;
	}
	#main .mainVisual .inner .text {
		font-size: 1.4rem;
	}
	#main .topSecArea .subInner {
		display: block;
		border-radius: inherit;
	}
	#main .topSecArea .subInner .photo {
		margin-bottom: 3rem;
		width: auto;
		border-radius: 2rem;
		overflow: hidden;
	}
	#main .topSecArea .subInner .textBox {
		padding-bottom: 2.5rem;
		width: auto;
		display: block;
	}
	#main .topSecArea .subInner .textBox .subBox {
		padding: 0 2rem;
		max-width: inherit;
	}
	#main .topSecArea .subInner .textBox .number {
		font-size: 9rem;
	}
	#main .topSecArea .subInner .textBox .hTitle {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	#main .information {
		padding: 5rem 0;
	}
	#main .information .textList {
		margin: 0;
		max-width: inherit;
	}
	#main .information .textList li a {
		padding: 1.2rem 2rem;
		border-radius: 2.5rem;
	}
	#main .information .textList li .text {
		width: calc(100% - 7.5rem);
	}
	#main .outPhotoList li {
		width: 10rem;
	}
	#main .questions {
		padding: 5rem 0;
	}
	#main .questions .dlBox {
		margin: 0;
		max-width: inherit;
	}
	#main .questions .dlBox .faqDl {
		border-radius: 2.5rem;
	}
	#main .questions .dlBox .faqDl dt {
		padding: 1.2rem 4rem;
		background: url(../img/common/icon02.png) no-repeat right 2rem center / 1.2rem;
	}
	#main .questions .dlBox .faqDl dd {
		padding: 0 2rem 1.5rem;
	}
}