@charset "utf-8";

/*********************
* トップページ
*********************/

/* PC */
@media print,screen and (min-width: 1001px) {
#top .slick-prev,
#top .slick-next {
	top: auto;
	transform: none;
	z-index: 2;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border: 2px solid #425744;
	border-radius: 50%;
}

#top .slick-prev::before,
#top .slick-next::before {
	display: none;
}

#top .slick-prev img {
	transform: scale(-1, 1);
}

#top .main_img_box {
	width: 100%;
	height: 100vh;
	position: relative;
}

#top .main_img_box .movie_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#top .main_img_box #movie {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.2);
}

#top .main_img_box .movie_filter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/*#top .main_img_box .movie {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#top .main_img_box .movie img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/

#top .main_img_box h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top .s1 {
	padding-top: 180px;
	padding-bottom: 290px;
	position: relative;
	z-index: 1;
}

#top .s1 h2 {
	font-size: 5.143em;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

#top .s1 h2 .f_en {
	display: block;
	font-size: .417em;
	color: #dc000c;
}

#top .s1 p {
	font-size: 1.286em;
	text-align: center;
	line-height: 2;
	position: relative;
	z-index: 1;
}

#top .s1 .img1 {
	position: absolute;
	top: 90px;
	left: calc(50% - 250px);
	transform: translateX(-50%);
}

#top .s1 .img2 {
	position: absolute;
	top: 120px;
	right: 12.5vw;
	border-radius: 10px;
}

#top .s1 .img3 {
	position: absolute;
	bottom: 55px;
	left: 5vw;
	border-radius: 10px;
}

#top .s1 .img4 {
	position: absolute;
	bottom: 180px;
	right: 24.625vw;
}

#top .s1 .img5 {
	position: absolute;
	bottom: 0;
	right: 5.125vw;
	border-radius: 10px;
}

#top .s2 {
	position: relative;
	z-index: 0;
	margin: -90px 0 120px;
	padding: 120px 0 110px;
}

#top .s2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 96.25vw;
	height: 100%;
	background-color: #fac000;
	border-radius: 20px;
}

#top .s2 .s2_box1 {
	width: 43.84%;
}

#top .s2 .s2_box1 h2 {
	margin-bottom: 110px;
}

#top .s2 .s2_box1 .list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-auto-columns: 1fr 1fr;
	grid-auto-rows: 1fr 1fr 1fr;
	gap: 10px 10px;
	grid-auto-flow: row;
	grid-template-areas:
		"item1 item2 item5"
		"item3 item4 item5";
	/*height: 450px;*/
}

#top .s2 .s2_box1 .list li {
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 25px 5px;
}

#top .s2 .s2_box1 .list li.item1 { grid-area: item1; }
#top .s2 .s2_box1 .list li.item2 {
	grid-area: item2;
	position: relative;
	top: -50px;
}
#top .s2 .s2_box1 .list li.item3 { grid-area: item3; }
#top .s2 .s2_box1 .list li.item4 {
	grid-area: item4;
	position: relative;
	top: -50px;
}
#top .s2 .s2_box1 .list li.item5 { 
	grid-area: item5;
	position: relative;
	top: 45px; 
	height: 395px;
	padding-top: 60px;
}

#top .s2 .s2_box1 .list li p {
	font-size: 1.286em;
	margin-top: 20px;
}

#top .s2 .s2_box1 .list li p strong {
	font-size: 1.333em;
}

#top .s2 .s2_box2 {
	width: 52.89%;
}

#top .s2 .s2_box2 .movie {
	border: 25px solid #fff;
	border-radius: 20px;
	margin-bottom: 20px;
}

#top .s2 .s2_box2 .movie iframe {
	width: 100%;
	vertical-align: bottom;
}

#top .s2 .s2_box2 .banner {
	margin-bottom: 90px;
}

#top .s2 .s2_box2 .btn1 {
	margin-left: auto;
}

#top .s3 {
	margin-bottom: 180px;
	position: relative;
	overflow: hidden;
}

#top .s3_box {
	display: grid;
	grid-auto-flow: row dense;
	grid-template-columns: 31.25rem 50.1875rem;
	grid-template-rows: auto auto 1fr auto;
	gap: 0 1.25rem;
	grid-template-areas: "title img_type" "types img_type" "text_type img_type" "btn_enjoy .";
	max-width: 75rem;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

#top .s3 h2 {
	grid-area: title;
	width: fit-content;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}

#top .s3 .types {
	grid-area: types;
	width: fit-content;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

#top .s3 .types .slick-track {
	transform: unset !important;
}

#top .s3 .types .slick-slide {
	height: 130px;
	padding-bottom: 13px;
}

#top .s3 .types .slick-slide::before {
	content: "";
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #425744;
}

#top .s3 .types .slick-current {
	position: relative;
}

#top .s3 .types .slick-current::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 13px solid #425744;
	border-left: 7px solid transparent;
	border-right: 8px solid transparent;
}

#top .s3 .text_type {
	grid-area: text_type;
	width: fit-content;
	max-width: 480px;
	position: relative;
	z-index: 1;
}

#top .s3 .text_type .item h3 {
	font-size: 2.143em;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-left: 10px;
}

#top .s3 .text_type .item h3 .f_en {
	font-size: .6em;
	color: #777;
	line-height: 1;
}

#top .s3 .text_type .item p {
	font-size: 1.143em;
	line-height: 2;
}

#top .s3 .img_type {
	grid-area: img_type;
	padding-bottom: 20px;
	position: relative;
	z-index: 0;
}

#top .s3 .img_type .slick-list {
	overflow: visible;
}

#top .s3 .img_type .img {
	margin-left: 80px;
	transition: opacity .5s ease;
	opacity: 0;
}

#top .s3 .img_type .img.slick-active,
#top .s3 .img_type .img.slick-active + .img {
	opacity: 1;
}

#top .s3 .btn_enjoy {
	grid-area: btn_enjoy;
	position: relative;
	z-index: 1;
}

#top .s3 .slick-prev,
#top .s3 .slick-next {
	bottom: -70px;
}

#top .s3 .slick-prev {
	left: 518px;
	right: auto;
}

#top .s3 .slick-next {
	left: calc(518px + 100px)
}

#top .s4 {
	margin-bottom: 180px;
}

#top .s4 .contents_inner {
	overflow: hidden;
}

#top .s4 h2 {
	margin-bottom: 30px;
}

#top .s4_box {
	align-self: flex-start;
	width: 30%;
}

#top .s4_box dt {
	width: 100%;
	font-size: 1.714em;
	line-height: 1.3;
	margin-bottom: 10px;
}
#top .s4_box.news dt {
	color: #dc000c;
}
#top .s4_box.event dt {
	color: #89aa3b;
}
#top .s4_box.campaign dt {
	color: #425744;
}

#top .s4_box dd {
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

#top .s4_box dd time {
	display: block;
	padding: 0 10px;
}
#top .s4_box.news dd time {
	color: #dc000c;
}
#top .s4_box.event dd time {
	color: #89aa3b;
}
#top .s4_box.campaign dd time {
	color: #425744;
}

#top .s4_box dd p {
	font-size: 1.143em;
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 0 10px 15px 10px;
}

#top .s4_box dd p a {
	color: inherit;
	text-decoration: none;
}

#top .s4_box dd p a:hover {
	text-decoration: underline;
}

#top .s5 {
	margin-bottom: 180px;
	overflow: hidden;
}

#top .s5_box {
	width: 96.25vw;
	background: #27cfdc url(../images/top/bg_movie.png) no-repeat center bottom;
	background-size: 100% auto;
	border-radius: 20px;
	margin: 0 auto;
	padding: 110px 0 120px;
}

#top .s5 h2 {
	font-size: 4.286em;
	font-weight: 800;
	text-align: center;
	margin-bottom: 90px;
	position: relative;
}

#top .s5 h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 46px;
	height: 4px;
	background-color: #dc000c;
}

#top .s5_slider {
	margin-bottom: 120px;
}

#top .s5_slider .slick-list {
	overflow: visible;
	margin: -50px;
}

#top .s5_slider .slick-track {
	display: flex;
}

#top .s5_slider .item {
	width: 20vw;
/*	max-width: 320px;*/
	height: 15.5vw;
	background-color: #fff;
	border: 10px solid #fff;
	border-radius: 10px;
	margin-left: 48px;
}
@media screen and (max-width: 1400px) {
	#top .s5_slider .item {
	height: 20vw;
	}
}

#top .s5_slider .item iframe {
	width: 100%;
	max-height: 15vw;
	border-radius: 7px;
	margin: 0 auto;
	vertical-align: bottom;
}

@media screen and (max-width: 1200px) {
	#top .s5_slider .item iframe {
	max-height: 12vw;
	}
}

#top .s5_slider .item p {
	margin-top: 10px;
}

#top .s5 .btn1 {
	margin: 0 auto;
}

#top .s5 .slick-prev,
#top .s5 .slick-next {
	bottom: -110px;
}

#top .s5 .slick-prev {
	left: auto;
	right: calc(3.5vw + 90px);
}

#top .s5 .slick-next {
	right: 3.5vw;
}

#top .s6 {
	margin-bottom: 150px;
}

#top .s6 .contents_inner {
	position: relative;
}

#top .s6 .text {
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 1;
	width: 35.84%;
}

#top .s6 .text .fade {
	padding-top: 40px;
}

#top .s6 .text img {
	position: relative;
	top: -40px;
	left: 40.51%;
}

#top .s6 .text .caption {
	margin-bottom: 65px;
}

#top .s6 .text p {
	font-size: 1.143em;
	line-height: 1.8;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 20px;
	padding: 30px 30px 95px 0;
}

#top .s6 .img {
	width: 75%;
	margin-left: auto;
	position: relative;
}

#top .s6 .img .fade {
	padding-bottom: 60px;
}

#top .s6 .img img:first-of-type {
	border-radius: 20px;
}

#top .s6 .img img:last-of-type {
	position: absolute;
	right: 30px;
	bottom: 0;
}

#top .s7 {
	background-color: #f8f8f8;
	border-radius: 20px 20px 0 0;
	padding: 100px 0 160px;
	position: relative;
}

#top .s7 .text {
	width: 39.17%;
}

#top .s7 .text .caption {
	font-size: 2.571em;
	margin-bottom: 40px;
}

#top .s7 .text .caption .f_en {
	font-size: .5em;
}

#top .s7 .text address {
	font-style: normal;
	font-size: 1.143em;
}

#top .s7_list {
	margin: 20px 0 30px;
}

#top .s7_list dt {
	font-size: 1.143em;
	color: #425744;
	margin-bottom: 8px;
}

#top .s7_list dt span {
	border-bottom: 1px solid #425744;
	padding-bottom: 3px;
}

#top .s7_list dd {
	font-size: 1.143em;
	margin-bottom: 20px;
}

#top .s7 .text .btns {
	width: 85%;
}

#top .s7 .text .btns .btn1 {
	width: 48%;
	font-weight: 500;
	text-align: center;
	background-image: none;
	padding: 17px 0;
}

#top .s7 .map {
	position: absolute;
	top: 100px;
	right: 0;
	width: 58.125vw;
	max-width: 1000px;
	height: 540px;
}

#top .s7 .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	vertical-align: bottom;
}

#top .s8 {
	background: #fff url(../images/top/img21.jpg) no-repeat left bottom 300px;
	border-radius: 20px 20px 0 0;
	padding: 100px 0 160px;
	position: relative;
}

#top .s8::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
}

#top .s8_box1 {
	width: calc(100% / 3);
}

#top .s8_box1 .caption {
	margin-bottom: 140px;
}

#top .s8_box1 > img {
	position: relative;
	left: -50px;
}

#top .s8_box2 {
	width: calc(100% - calc(100% / 3));
}

#top .s8_list {
	margin-bottom: 30px;
}

#top .s8_list:first-of-type {
	border-top: 1px dashed rgba(0, 0, 0, .4);
	padding-top: 30px;
}

#top .s8_list dt {
	font-size: 1.429em;
	margin-bottom: 10px;
}

#top .s8_list dt .f_en {
	font-size: 1.3em;
	color: #425744;
	margin-right: 20px;
}

#top .s8_list dd {
	display: flex;
	border-bottom: 1px dashed rgba(0, 0, 0, .4);
	padding-bottom: 40px;
}

#top .s8_list dd .f_en {
	font-size: 1.858em;
	color: #dc000c;
	margin-right: 24px;
	padding-left: 1px;
}

#top .s8_list dd div p {
	font-size: 1.143em;
}

#top .s8_list dd div p a {
	color: #000;
}

#top .s8_box2 .btn2 {
	justify-content: flex-end;
}

} /* @media print,screen and (min-width: 1001px) */



/* SP */
@media screen and (max-width: 1000px) {
#top .main_img_box #movie {
	width: 100vw;
	height: 178vw;
	background-color: #000;
}

#top .slick-prev,
#top .slick-next {
	top: auto;
	transform: none;
	z-index: 2;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 2px solid #425744;
	border-radius: 50%;
}

#top .slick-prev::before,
#top .slick-next::before {
	display: none;
}

#top .slick-prev img,
#top .slick-next img {
	width: 30px;
}

#top .slick-prev img {
	transform: scale(-1, 1);
}

#top .main_img_box {
	width: 100%;
	height: 100vh;
	position: relative;
}

#top .main_img_box .movie {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

/*#top .main_img_box .movie img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/

#top .main_img_box h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90vw;
}

#top .main_img_box h1 img {
	width: 100%;
}

#top .s1 {
	padding: 30vw 5vw 0;
	position: relative;
	z-index: 1;
}

#top .s1 h2 {
	font-size: 2.616em;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10vw;
}

#top .s1 h2 .f_en {
	display: block;
	font-size: .53em;
	color: #dc000c;
}

#top .s1 p {
	font-size: 1.077em;
	text-align: center;
	line-height: 2;
}

#top .s1 p span {
	display: block;
}

#top .s1 .imgs {
	height: 90vw;
	position: relative;
}

#top .s1 .img1 {
	position: absolute;
	top: 10vw;
	left: 1vw;
	width: 35vw;
}

#top .s1 .img2 {
	position: absolute;
	top: 25vw;
	right: 7vw;
	width: 22.5vw;
	border-radius: 10px;
}

#top .s1 .img3 {
	position: absolute;
	top: 30vw;
	left: 0;
	width: 48.125vw;
	border-radius: 10px;
}

#top .s1 .img4 {
	position: absolute;
	top: -3vw;
	right: 1vw;
	width: 46.875vw;
}

#top .s1 .img5 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 37.5vw;
	border-radius: 10px;
}

#top .s2 {
	position: relative;
	z-index: 0;
	margin: -3vw 0 15vw;
	padding: 7vw 0 13vw;
}

#top .s2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 93.75vw;
	height: 100%;
	background-color: #fac000;
	border-radius: 20px;
}

#top .s2 .contents_inner {
	padding-left: 7vw;
	padding-right: 7vw;
}

#top .s2 .s2_box1 {
	width: 100%;
	margin-bottom: 7vw;
}

#top .s2 .s2_box1 h2 {
	margin-bottom: 15vw;
	padding-left: 3vw;
}

#top .s2 .s2_box1 .list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-auto-columns: 1fr 1fr;
	grid-auto-rows: 1fr 1fr 1fr;
	gap: 5px 5px;
	grid-auto-flow: row;
	grid-template-areas:
		"item1 item2 item5"
		"item3 item4 item5";
	/*height: 350px;*/
}

#top .s2 .s2_box1 .list li {
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 5vw 5px;
}

#top .s2 .s2_box1 .list li.item1 { grid-area: item1; }
#top .s2 .s2_box1 .list li.item2 {
	grid-area: item2;
	position: relative;
	top: -10vw;
}
#top .s2 .s2_box1 .list li.item3 { grid-area: item3; }
#top .s2 .s2_box1 .list li.item4 {
	grid-area: item4;
	position: relative;
	top: -10vw;
}
#top .s2 .s2_box1 .list li.item5 { 
	grid-area: item5;
	position: relative;
	top: 20px; 
	height: 260px;
	padding-top: 30px;
}

#top .s2 .s2_box1 .list li p {
	font-size: .75em;
	margin-top: 20px;
}

#top .s2 .s2_box1 .list li p strong {
	font-size: 1.389em;
}

#top .s2 .s2_box2 {
	width: 100%;
}

#top .s2 .s2_box2 .movie {
	border: 10px solid #fff;
	border-radius: 20px;
	margin-bottom: 3vw;
	overflow: hidden;
}

#top .s2 .s2_box2 .movie iframe {
	width: 100%;
	height: 45vw;
	vertical-align: bottom;
}

#top .s2 .s2_box2 .banner {
	margin-bottom: 10vw;
}

#top .s2 .s2_box2 .banner img {
	width: 100%;
}

#top .s2 .s2_box2 .btn1 {
	margin-left: auto;
}

#top .s3 {
	margin-bottom: 15vw;
	position: relative;
}

#top .s3_box {
	padding: 0 5vw;
}

#top .s3 h2 {
	margin-bottom: 10vw;
	padding-left: 3vw;
}

#top .s3 .types {
	margin-bottom: 3vw;
}

#top .s3 .types .slick-track {
	transform: unset !important;
}

#top .s3 .types .slick-slide {
	height: 100px;
	padding-bottom: 10px;
}

#top .s3 .types .slick-slide::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #425744;
}

#top .s3 .types .slick-current {
	position: relative;
}

#top .s3 .types .slick-current::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid #425744;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

#top .s3 .text_type {
	margin-bottom: 3vw;
}

#top .s3 .text_type .item {
	padding: 0 3vw;
}

#top .s3 .text_type .item h3 {
	font-size: 1.385em;
	line-height: 1.3;
	margin-bottom: 20px;
}

#top .s3 .text_type .item h3 .f_en {
	font-size: .723em;
	color: #777;
	line-height: 1;
}

#top .s3 .img_type {
	width: 100vw;
	position: relative;
	left: -5vw;
	margin-bottom: 20vw;
}

#top .s3 .img_type .img {
	margin: 0 5vw;
}

#top .s3 .btn_enjoy .btn1 {
	margin: 0 auto;
}

#top .s3 .slick-prev,
#top .s3 .slick-next {
	bottom: -40px;
}

#top .s3 .slick-prev {
	left: auto;
	right: 22vw;
}

#top .s3 .slick-next {
	right: 5vw;
}

#top .s4 {
	margin-bottom: 15vw;
}

#top .s4 .contents_inner {
	overflow: hidden;
}

#top .s4 h2 {
	margin-bottom: 5vw;
}

#top .s4_box {
	width: 100%;
	align-self: flex-start;
}

#top .s4_box + .s4_box {
	margin-top: 10vw;
}

#top .s4_box dt {
	width: 10vw;
	font-size: 1.385em;
	line-height: 1.3;
}
#top .s4_box.news dt {
	color: #dc000c;
}
#top .s4_box.event dt {
	color: #89aa3b;
}
#top .s4_box.campaign dt {
	color: #425744;
}

#top .s4_box dd {
	width: calc(100% - 10vw);
	border-top: 1px solid #ddd;
	padding-top: 1vw;
}

#top .s4_box dt .f_en {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#top .s4_box dd time {
	display: block;
	font-size: .923em;
}
#top .s4_box.news dd time {
	color: #dc000c;
}
#top .s4_box.event dd time {
	color: #89aa3b;
}
#top .s4_box.campaign dd time {
	color: #425744;
}

#top .s4_box dd p {
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3vw;
}

#top .s4_box dd p a {
	color: inherit;
	text-decoration: none;
}

#top .s4_box dd .link {
	margin-top: 3vw;
}

#top .s5 {
	margin-bottom: 5vw;
	overflow: hidden;
}

#top .s5_box {
	width: 95vw;
	background: #27cfdc url(../images/top/bg_movie_sp.png) no-repeat center bottom;
	background-size: contain;
	border-radius: 20px;
	margin: 0 auto;
	padding: 10vw 0 20vw;
}

#top .s5 h2 {
	font-size: 1.846em;
	font-weight: 800;
	text-align: center;
	margin-bottom: 8vw;
	position: relative;
}

#top .s5 h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 46px;
	height: 4px;
	background-color: #dc000c;
}

#top .s5_slider {
	position: relative;
	left: -2.5vw;
	width: 100vw;
	margin-bottom: 10vw;
}

#top .s5_slider .slick-list {
	overflow: visible;
}

#top .s5_slider .slick-track {
	display: flex;
}

#top .s5_slider .item {
	height: auto;
	background-color: #fff;
	border: 10px solid #fff;
	border-radius: 10px;
	margin: 0 2.5vw;
}

#top .s5_slider .item iframe {
	max-width: 100%;
	max-height: 36.25vw;
	border-radius: 7px;
	vertical-align: bottom;
}

#top .s5_slider .item p {
	margin-top: 3vw;
}

#top .s5 .btn1 {
	margin: 0 auto;
}

#top .s5 .slick-prev,
#top .s5 .slick-next {
	top: 50%;
	transform: translateY(-50%);
}

#top .slick-prev {
	left: 3vw;
	right: auto;
}

#top .slick-next {
	right: 3vw;
}

#top .s6 {
	margin-bottom: 15vw;
}

#top .s6 .text {
	margin-bottom: 7vw;
}

#top .s6 .text .fade {
	padding-top: 10vw;
	position: relative;
}

#top .s6 .text img {
	position: absolute;
	top: 0;
	right: 0;
	width: 28.25vw;
}

#top .s6 .text .caption {
	margin-bottom: 5vw;
}

#top .s6 .img .fade {
	padding: 0 5vw 10vw 0;
	position: relative;
}

#top .s6 .img img:first-of-type {
	border-radius: 20px;
}

#top .s6 .img img:last-of-type {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 27.5vw;
}

#top .s7 {
	background-color: #f8f8f8;
	border-radius: 20px 20px 0 0;
	padding: 15vw 0 10vw;
	position: relative;
}

#top .s7 .text {
	width: 100%;
	margin-bottom: 10vw;
}

#top .s7 .text .caption {
	font-size: 1.538em;
	margin-bottom: 7vw;
}

#top .s7 .text .caption .f_en {
	font-size: .65em;
}

#top .s7 .text address {
	font-style: normal;
}

#top .s7_list {
	margin: 3vw 0 5vw;
}

#top .s7_list dt {
	color: #425744;
	margin-bottom: 8px;
}

#top .s7_list dt span {
	border-bottom: 1px solid #425744;
	padding-bottom: 3px;
}

#top .s7_list dd {
	margin-bottom: 3vw;
}

#top .s7 .text .btns .btn1 {
	width: 49%;
	font-weight: 500;
	text-align: center;
	background-image: none;
	padding: 5vw 0;
}

#top .s7 .map {
	width: 100%;
	height: 93.75vw;
}

#top .s7 .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	vertical-align: bottom;
}

#top .s8 {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 15vw 0;
	position: relative;
}

#top .s8::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
}

#top .s8_box1 {
	width: 100%;
	margin-bottom: 5vw;
	position: relative;
}

#top .s8_box1 .caption {
	margin-bottom: 10vw;
}

#top .s8_box1 > img {
	position: absolute;
	top: -8vw;
	right: 0;
	width: 34.375vw;
}

#top .s8_box2 {
	width: 100%;
}

#top .s8_list {
	margin-bottom: 3vw;
}

#top .s8_list:first-of-type {
	border-top: 1px dashed rgba(0, 0, 0, .4);
	padding-top: 3vw;
}

#top .s8_list dt {
	font-size: 1.154em;
	margin-bottom: 1.5vw;
}

#top .s8_list dt .f_en {
	font-size: 1.2em;
	color: #425744;
	margin-right: 7px;
}

#top .s8_list dd {
	display: flex;
	border-bottom: 1px dashed rgba(0, 0, 0, .4);
	margin-bottom: 3vw;
	padding-bottom: 3vw;
}

#top .s8_list dd .f_en {
	font-size: 1.385em;
	color: #dc000c;
	margin-right: 10px;
	padding-left: 1px;
}

#top .s8_list dd div p a {
	color: #000;
}

#top .s8_box2 .btn2 {
	justify-content: flex-end;
}

} /* @media screen and (max-width: 1000px) */