@charset "UTF-8";
/*-----------------------------------

	scroll_box

-----------------------------------*/
@media screen and (max-width: 640px) {
	#scroll_box {
		width: max-content;
		margin: auto;
		position: absolute;
		top: 132vw;
		left: 0;
		right: 0;
		z-index: 1;
	}
	#scroll_box .scroll_txt {
		color: #ffffff;
	}
	#scroll_box .scroll_line {
		background: url(../img/common/icon_scroll_arw_btm.svg) no-repeat center / contain;
		width: 2.5px;
		height: 23px;
		animation: none;
	}
}
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block {
	width: calc(100vw - 70px);
	padding-bottom: 36px;
	margin-top: 150px;
	margin-bottom: 50px;
	position: relative;
}
#mainvisual_block .swiper {
	background: #000000;
	position: static;
}
#mainvisual_block .swiper-pagination {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 33px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
#mainvisual_block .swiper-pagination-bullet {
	background: #ffffff;
	width: 14px;
	height: 14px;
	border: 1px solid #7a62a8;
	margin: 0;
	opacity: 1;
}
#mainvisual_block .swiper-pagination-bullet-active {
	background: #7a62a8;
}
@media (hover: hover) {
	#mainvisual_block a:hover {
		opacity: 0.9;
	}
}
@media screen and (max-width: 640px) {
	#mainvisual_block {
		width: 100vw;
		padding-bottom: 0;
		margin-top: 114.1px;
		margin-bottom: 0;
	}
	html[lang="en"] #mainvisual_block {
		margin-top: 140.1px;
	}
	html[lang="zh-CN"] #mainvisual_block {
		margin-top: 114.1px;
	}
	#mainvisual_block .swiper-pagination {
		display: none;
	}
}
/*-----------------------------------

	bnr_block

-----------------------------------*/
#bnr_block {
	margin-bottom: 80px;
	position: relative;
}
#bnr_block .swiper-slide {
    transform: translate(-50%, 0) !important;
}
#bnr_block .swiper-button-next,
#bnr_block .swiper-button-prev {
	width: min(1.3%, 20px);
	margin: auto;
	top: 0;
	bottom: 0;
}
#bnr_block .swiper-button-next {
	right: 5.5%;
}
#bnr_block .swiper-button-prev {
	left: 7.5%;
}
#bnr_block .swiper-button-next::after,
#bnr_block .swiper-button-prev::after {
	display: none;
}
@media screen and (min-width: 1601px) {
	#bnr_block .swiper-button-next {
		right: 6.25%;
	}
	#bnr_block .swiper-button-prev {
		left: 7.75%;
	}
}
@media screen and (max-width: 1024px) {
	#bnr_block .swiper-slide {
		transform: translate(0, 0) !important;
	}
	#bnr_block .swiper-button-next,
	#bnr_block .swiper-button-prev {
    	width: min(2.3%, 20px);
	}
	#bnr_block .swiper-button-prev {
		left: 14%;
	}
	#bnr_block .swiper-button-next {
		right: 14%;
	}
}
@media screen and (max-width: 640px) {
	#bnr_block {
		margin-top: 23px;
		margin-bottom: 25px;
	}
	#bnr_block .swiper-button-next,
	#bnr_block .swiper-button-prev {
		width: 17px;
	}
	#bnr_block .swiper-button-next {
		right: 7.5%;
	}
	#bnr_block .swiper-button-prev {
		left: 7.5%;
	}
}
@media screen and (max-width: 425px) {
	#bnr_block .swiper-button-next {
		right: 5.5%;
	}
	#bnr_block .swiper-button-prev {
		left: 5.5%;
	}
}
/*-----------------------------------

	about_block

-----------------------------------*/
#about_block {
	text-align: center;
	color: #ffffff;
	background: url(../img/index/img_about01.jpg) no-repeat center / cover;
	padding: max(8.9vw, 113px) 0 max(8.4vw, 108px);
}
#about_block h2 {
	font-size: 65px;
	font-weight: 500;
	line-height: 1.16;
	margin-bottom: 28px;
}
#about_block h3 {
	font-size: 29px;
	font-weight: 400;
	line-height: 1.17;
	margin-bottom: 23px;
}
#about_block p {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.89;
	margin-bottom: 41px;
}
#about_block .link_btn {
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#about_block {
		background: url(../img/index/sp/img_about01.jpg) no-repeat center / cover;
		padding: 54px 0 37px;
	}
	#about_block h2 {
		font-size: 37px;
		letter-spacing: -0.05em;
		margin-bottom: 8px;
	}
	#about_block h3 {
		font-size: 18px;
		line-height: 1.62;
		margin-bottom: 11px;
	}
	#about_block p {
		font-size: 11px;
		line-height: 1.84;
		margin-bottom: 29px;
	}
}
/*-----------------------------------

	about_photo

-----------------------------------*/
#about_photo {
	margin-bottom: 26px;
}
@media screen and (max-width: 640px) {
	#about_photo {
		margin-bottom: 0;
	}
}
/*-----------------------------------

	menu_block

-----------------------------------*/
#menu_block {
	padding: 28px 0 149px;
}
#menu_block .contents_inner {
	max-width: 977px;
}
#menu_block .menu_wrap {
	position: relative;
}
#menu_block .menu_wrap:not(:last-child) {
	margin-bottom: 180px;
}
#menu_block .menu_wrap::before {
	content: "";
	display: block;
	width: max(88.2vw, 1131px);
	background: #000000;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
#menu_block .menu_wrap:nth-child(odd)::before {
	left: 0;
}
#menu_block .menu_wrap:nth-child(even)::before {
	right: 0;
}
#menu_block .menu_wrap:nth-child(1):before {
	height: calc(100% - 214px);
}
#menu_block .menu_wrap:nth-child(2):before {
	height: calc(100% - 229px);
}
#menu_block .menu_wrap:nth-child(3):before {
	height: calc(100% - 223px);
}
#menu_block .menu_wrap:nth-child(4):before {
	height: calc(100% - 213px);
}
#menu_block .en_ttl {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.34;
	width: 100%;
	position: relative;
}
#menu_block .menu_wrap:nth-child(odd) .en_ttl {
	text-align: right;
}
#menu_block .menu_wrap:nth-child(1) .en_ttl {
	padding-top: 23px;
	padding-bottom: 140px;
	transform: translateX(50px);
}
#menu_block .menu_wrap:nth-child(2) .en_ttl {
	padding-top: 48px;
	padding-bottom: 133px;
}
#menu_block .menu_wrap:nth-child(3) .en_ttl {
	padding-bottom: 175px;
}
#menu_block .menu_wrap:nth-child(4) .en_ttl {
	padding-top: 28px;
	padding-bottom: 137px;
	transform: translateX(-50px);
}
#menu_block .en_ttl::after {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	z-index: 1;
}
#menu_block .menu_wrap:nth-child(1) .en_ttl::after {
	background: url(../img/index/icon_menu_ttl01.svg) no-repeat center / contain;
	width: 901px;
	height: 120px;
	right: -61px;
	bottom: 32px;
}
#menu_block .menu_wrap:nth-child(2) .en_ttl::after {
	background: url(../img/index/icon_menu_ttl02.svg) no-repeat center / contain;
	width: 974px;
	height: 129px;
	left: -98px;
	bottom: 22px;
}
#menu_block .menu_wrap:nth-child(3) .en_ttl::after {
	background: url(../img/index/icon_menu_ttl03.svg) no-repeat center / contain;
	width: 1069px;
	height: 142px;
	left: -47px;
	bottom: 46px;
}
#menu_block .menu_wrap:nth-child(4) .en_ttl::after {
	background: url(../img/index/icon_menu_ttl04.svg) no-repeat center / contain;
	width: 958px;
	height: 127px;
	left: 3px;
	bottom: 23px;
}
#menu_block .en_ttl::first-letter {
	color: #7a62a8;
}
#menu_block .en_ttl .clr {
	color: #7a62a8;
}
#menu_block .menu_img {
	position: absolute;
	top: 0;
	z-index: 1;
}
#menu_block .menu_wrap:nth-child(1) .menu_img {
	width: 65%;
	left: -101px;
}
#menu_block .menu_wrap:nth-child(2) .menu_img {
	width: 65.1%;
	right: -104px;
}
#menu_block .menu_wrap:nth-child(3) .menu_img {
	width: 70.5%;
	top: 106px;
	left: -112px;
}
#menu_block .menu_wrap:nth-child(4) .menu_img {
	width: 65.2%;
	right: -106px;
}
#menu_block .menu_wrap:nth-child(odd) .menu_list {
	width: 36%;
	margin-left: auto;
	margin-right: -66px;
}
#menu_block .menu_wrap:nth-child(1) .menu_list {
	padding: 50px 0 63px;
}
#menu_block .menu_wrap:nth-child(2) .menu_list {
	width: 40%;
	padding: 43px 0 62px;
}
#menu_block .menu_wrap:nth-child(3) .menu_list {
	width: 38%;
	padding: 48px 0 59px;
}
#menu_block .menu_wrap:nth-child(4) .menu_list {
	width: 41%;
	padding: 44px 0 62px;
	margin-left: -50px;
}
#menu_block .menu_list * {
	color: #ffffff;
}
#menu_block .menu_list h2 {
	font-size: 116px;
	font-weight: 400;
	line-height: 1.2;
}
#menu_block .menu_wrap:nth-child(1) .menu_list h2 {
	margin-bottom: 21px;
}
#menu_block .menu_wrap:nth-child(2) .menu_list h2 {
	margin-bottom: 13px;
}
#menu_block .menu_wrap:nth-child(3) .menu_list h2 {
	font-size: 102px;
	margin-bottom: 10px;
}
#menu_block .menu_wrap:nth-child(4) .menu_list h2 {
	font-size: 100px;
	margin-bottom: 14px;
}
#menu_block .menu_list h2 .sm {
	display: block;
	font-size: 43px;
}
#menu_block .menu_list h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
}
#menu_block .menu_wrap:nth-child(1) .menu_list h3 {
	margin-bottom: 10px;
}
#menu_block .menu_wrap:nth-child(2) .menu_list h3 {
	margin-bottom: 7px;
}
#menu_block .menu_wrap:nth-child(3) .menu_list h3 {
	margin-bottom: 8px;
}
#menu_block .menu_wrap:nth-child(4) .menu_list h3 {
	margin-bottom: 8px;
}
#menu_block .menu_list p {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.74;
}
#menu_block .menu_wrap:nth-child(1) .menu_list p {
	margin-bottom: 43px;
}
#menu_block .menu_wrap:nth-child(2) .menu_list p {
	margin-bottom: 38px;
}
#menu_block .menu_wrap:nth-child(3) .menu_list p {
	white-space: nowrap;
	margin-bottom: 44px;
}
html[lang="en"] #menu_block .menu_wrap:nth-child(3) .menu_list p,
html[lang="zh-CN"] #menu_block .menu_wrap:nth-child(3) .menu_list p {
	white-space: normal;
}
#menu_block .menu_wrap:nth-child(4) .menu_list p {
	margin-bottom: 46px;
}
@media screen and (max-width: 1200px) {
	#menu_block .menu_wrap:nth-child(odd) .menu_list {
		margin-right: 0;
	}
	#menu_block .menu_wrap:nth-child(4) .menu_list {
		margin-left: 0;
	}
	#menu_block .menu_list p {
		white-space: normal !important;
	}
}
@media screen and (max-width: 1000px) {
	#menu_block .en_ttl {
		font-size: 28px;
		transform: translate(0) !important;
	}
	#menu_block .menu_wrap:nth-child(1) .menu_img {
		width: 60%;
	}
	#menu_block .menu_wrap:nth-child(2) .menu_img {
		width: 60.1%;
	}
	#menu_block .menu_wrap:nth-child(3) .menu_img {
		width: 65.5%;
	}
	#menu_block .menu_wrap:nth-child(4) .menu_img {
		width: 60.2%;
	}
	#menu_block .menu_wrap:nth-child(odd) .menu_list {
		width: 45%;
	}
}
@media screen and (max-width: 840px) {
	#menu_block .menu_wrap:nth-child(4) .menu_list h2 {
		font-size: 80px;
	}
}
@media screen and (max-width: 640px) {
	#menu_block {
		padding: 0;
	}
	#menu_block .menu_wrap {
		justify-content: center;
		margin-bottom: 0 !important;
	}
	#menu_block .menu_wrap::before {
		width: 100vw;
		height: calc(100% - 166px) !important;
		margin: 0 calc(50% - 50vw);
	}
	#menu_block .en_ttl {
		font-size: 22px;
		text-align: center !important;
   		width: 100vw;
		padding: 42.5px 36px 42.5px !important;
		margin: 0 calc(50% - 50vw);
	}
	#menu_block .menu_wrap:nth-child(1) .en_ttl::after {
		background: url(../img/index/sp/icon_menu_ttl01.svg) no-repeat center / contain;
		width: 384px;
		height: 77px;
		left: 0;
		right: auto;
		bottom: -43px;
	} 
	#menu_block .menu_wrap:nth-child(2) .en_ttl::after {
		background: url(../img/index/sp/icon_menu_ttl02.svg) no-repeat center / contain;
		width: 390px;
		height: 77px;
		left: auto;
		right: 0;
		bottom: -44px;
	}
	#menu_block .menu_wrap:nth-child(3) .en_ttl::after {
		background: url(../img/index/sp/icon_menu_ttl03.svg) no-repeat center / contain;
		width: 384px;
		height: 77px;
		left: 0;
		right: auto;
		bottom: -56px;
	}
	#menu_block .menu_wrap:nth-child(4) .en_ttl::after {
		background: url(../img/index/sp/icon_menu_ttl04.svg) no-repeat center / contain;
		width: 390px;
		height: 78px;
		left: auto;
		right: 0;
		bottom: -46px;
	}
	#menu_block .menu_wrap .menu_img {
		width: 90.5% !important;
		position: static;
	}
	#menu_block .menu_wrap .menu_list {
		width: 90.5% !important;
		padding: 19px 0 34.5px !important;
		margin: 0 auto !important;
	}
	#menu_block .menu_list h2 {
		font-size: 70px;
		margin-bottom: 10px !important;
	}
	#menu_block .menu_wrap:nth-child(3) .menu_list h2 {
		font-size: 62px;
	}
	#menu_block .menu_wrap:nth-child(4) .menu_list h2 {
		font-size: 60px;
	}
	#menu_block .menu_list h2 .sm {
		font-size: 26px;
	}
	#menu_block .menu_list h3 {
		font-size: 15px;
		margin-bottom: 10px !important;
	}
	#menu_block .menu_list p {
		font-size: 11.3px;
		line-height: 1.67;
		margin-bottom: 17px !important;
	}
}