@charset "utf-8";

@import url("https://use.typekit.net/euz1eqv.css");

html {
	font-size: 62.5%;
}

body {
	min-width: 450px;
}

.wrapper {
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	width: 100%;
	overflow: hidden;
}

.circle_anim {
	animation-name: circle-animate-chars;
	animation-duration: 10s;	
	animation-fill-mode:backwards;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-direction:alternate;
}

@keyframes circle-animate-chars {
	0% {
		opacity: 0;
		transform: translate(-50%,-0%);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}

.op:hover{
	opacity: 0.7;
}

.kv {
	width: 100%;
	height: 100vh;
}

@media screen and (min-width: 1000px) {

	.pc_only {
		display: block;
	}
	
	.sp_only {
		display: none;
	}
	
	.bg_1 {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-image:url("../image/bg_img.jpg");
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
	}
	
	#nav-toggle {
		position: fixed;
		top: 30px;
		right: 5%;
		height: 32px;
		cursor: pointer;
		z-index: 999;
	}
	
	#nav-toggle > div {
		position: relative;
		width: 60px;
	}
	
	#nav-toggle span.nav_bdr {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #fff;
		position: absolute;
		transition: transform 0.6s ease-in-out, top 0.5s ease;
	}
	
	#nav-toggle span.nav_txt {
		width: 100%;
		height: 2px;
		position: absolute;
	}
	
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	
	#nav-toggle span:nth-child(2) {
		top: 15px;
	}
	
	#nav-toggle span:nth-child(3) {
		top: 35px;
		border: none;
	}
	
	#nav-toggle span:nth-child(3)::after {
		font-size: 1.6rem;
	}

}


@media screen and (max-width: 999px) {
	
	.pc_only {
		display: none;
	}
		
	.sp_only {
		display: block;
	}
	
	.main,
	.concept,
	.features,
	.news,
	.access,
	.n_group,
	.banner	{
		background-color: #56647B;
	}
		
	#nav-toggle {
		position: fixed;
		top: 40px;
		right: 20px;
		cursor: pointer;
		z-index: 999;
	}
	
	#nav-toggle > div {
		position: relative;
		width: 55px;
	}
		
	#nav-toggle span.nav_bdr {
		width: 100%;
		height: 3px;
		left: 0;
		display: block;
		background: #fff;
		position: absolute;
		transition: transform 0.6s ease-in-out, top 0.5s ease;
	}
		
	#nav-toggle span.nav_txt {
		width: 100%;
		height: 3px;
		position: absolute;
	}
		
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	
	#nav-toggle span:nth-child(2) {
		top: 12px;
	}
	
	#nav-toggle span:nth-child(3) {
		top: 30px;
		border: none;
	}
		
	#nav-toggle span:nth-child(3)::after {
		font-size: 1.7rem;
		top:10px;
	}

}


#nav-toggle span:nth-child(3)::after {
	content: "MENU";
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
}

.open #nav-toggle span {
	background: #fff;
}

.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(25deg);
}

.open #nav-toggle span:nth-child(2) {
	top: 15px;
	transform: rotate(-25deg);
}

.open #nav-toggle span:nth-child(3) {
	display: none;
}

#container {
	z-index: 900;
}

#gloval-nav {
	background: #000;
	color: #fff;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	visibility: hidden;
	overflow-y: scroll;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav ul {
	list-style: none;
}

@media screen and (min-width: 1000px) {
	
	#gloval-nav ul {
		margin-left: 5%;
	}
	
	#gloval-nav ul:nth-child(1) {
		margin-left: 0;
	}
	
	header .nav_inner .nav_inr_l .nav_logo {
		max-width: 222.56px;
		width: 100%;
	}
	
	header .nav_inner .nav_inr_l .contact_us .contact_us_l {
		width: 85%;
	}
	
	header .nav_inner .nav_inr_l .contact_us .contact_us_l img {
		max-width: 396.78px;
		width: 100%;
		padding-bottom: 20px;
	}
	
	header .nav_inner .nav_inr_l .contact_us a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		text-decoration: none;
	}
	
	header .nav_inner .nav_inr_l .contact_us .contact_us_r {
		max-width: 65px;
		width: 10%;
		margin-left: 30px;
	}
	
	header .nav_inner .nav_inr_l .contact_us .contact_us_l .rsv_btn {
		font-size: 1.6rem;
		color: #DCD7C6;
		letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 999px) {
	.nav_inr_r_footer {
		display: none;
	}
	
	header .nav_inner .nav_inr_l .nav_logo {
		width: 200px;
	}
	
	header .nav_inner .nav_inr_l .contact_us .contact_us_l {
		width: 80%;
		padding-bottom: 20px;
	}
	
	header .nav_inner .nav_inr_l .contact_us a {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		text-decoration: none;
	}
	
	header .nav_inner .nav_inr_l .contact_us .contact_us_r {
		width: 10%;
	}
	
	header .nav_inner .nav_inr_l .contact_us .contact_us_r img {
		width: 100%;
	}
	
	header .nav_inner .nav_inr_l .contact_us .contact_us_l .rsv_btn {
		font-size:min(4vw,35px);
		color: #DCD7C6;
		letter-spacing: 0.05em;
		margin-top: 20px;
	}
}

header .nav_inner .nav_inr_l .contact_us .contact_us_l img {
	width: 100%;
}

#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform 0.6s ease, opacity 0.2s ease;
}

/* open */
.open {
	overflow: hidden;
}

.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}

.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
}

header .nav_inner {
	position: relative;
}

header .nav_inner .nav_inr_lan .nav_inr_lan_list div a {
	text-decoration: none;
	color: #DCD7C6 !important;
}

header .nav_inner .nav_inr_lan .nav_inr_lan_list div:nth-child(1) {
	margin-right: 30px;
}

header .nav_inner .nav_inr_lan .nav_inr_lan_list div a.lan_active {
	color: #fff;
	position: relative;
}

header .nav_inner .nav_inr_l {
	background: url("../image/nav_bg.jpg") center top / cover;
	box-sizing: border-box;
}

header .nav_inner .nav_inr_l .nav_logo img {
	width: 100%;
}

header .nav_inner .nav_inr_l .nav_inr_about {
	color: #DCD7C6;
	line-height: 2.5;
	font-size: 1.6rem;
	margin-top: 85px;
}

header .nav_inner .nav_inr_l .nav_inr_about p {
	color: #fff;
	font-size: 2rem;
	margin-bottom: 22px;
}

header .nav_inner .nav_inr_l .nav_inr_follow {
	display: -webkit-flex;
	display: flex;
	margin-top: 130px;
}

header .nav_inner .nav_inr_l .nav_inr_follow .nav_follow_txt {
	width: 81px;
	position: relative;
}

header .nav_inner .nav_inr_l .nav_inr_follow .nav_follow_txt:after {
	content: '';
	background-color: #fff;
	height: 2px;
	width: 35.5px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

header .nav_inner .nav_inr_l .nav_inr_follow .nav_follow_icon1 {
	max-width: 22px;
	margin-left: 55px;
}

header .nav_inner .nav_inr_l .nav_inr_follow .nav_follow_icon2 {
	max-width: 11.4px;
	margin-left: 15.3px;
}

header .nav_inner .nav_inr_l .nav_inr_follow .nav_follow_icon3 {
	max-width: 21.95px;
	margin-left: 13px;
}

header .nav_inner .nav_inr_l .nav_inr_follow img {
	width: 100%;
}

header .nav_inner .nav_inr_r {
	box-sizing: border-box;
	position: relative;
	background-color: #243A54;
	overflow: hidden;
}

header .nav_inner .nav_inr_r .nav_bg_item1 {
	position: absolute;
	top: -10%;
	left: -10%;
}

header .nav_inner .nav_inr_r .nav_bg_item2 {
	position: absolute;
	right: -20%;
	bottom: -10%;
}

@media screen and (min-width: 1120px) {
	header .nav_inner .nav_inr_r .nav_inr_r_inr {
		width: 85%;
		margin-left: auto;
	}
}


@media screen and (min-width: 1000px) {
	
	header .nav_inner .nav_inr_lan .nav_inr_lan_list div a.lan_active::before {
		content: "・";
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
		
	header .nav_inner .nav_inr_l {
		width: 45%;
		height: 100%;
		padding: 2% 3% 3% 3%;
	}
		
	header .nav_inner .nav_inr_r {
		width: 55%;
		height: 100%;
		padding: 13% 3% 8%;
	}
		
	header .nav_inner .nav_inr_r .nav_inr_r_inr ul {
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 300px;
	}
		
	header .nav_inner .nav_inr_r .nav_inr_r_inr ul li {
		margin-bottom: 20px;
	}
		
	header .nav_inner .nav_inr_lan {
		padding: 30px;
	}
		
	header .nav_inner .nav_inr_lan .nav_inr_lan_list {
		display: -webkit-flex;
		display: flex;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
		
	header .nav_inner {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		height: 100vh;
		min-height: 400px;
	}
		
	header .nav_inner .nav_inr_l .contact_us {
		margin-top: 95px;
	}
	
header .header_rsv_pc {
	position: relative;
	font-size: 1.6rem;
	margin: 0 100px 0 40px;
	}
	
header .header_rsv_pc a {
	text-decoration: none;
	color: #fff;
}

header .header_rsv_pc a::before {
	content: "・";
	position: absolute;
	top:-17px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	}
	
	header .header_rsv_sp {
		display: none;
	}
	
	.nav_inr_lan .lan_arrow {
		display: none;
	}
		
	header .nav_inner .nav_inr_lan {
		position: absolute;
		top: 10px;
		right: 13%;
		z-index:99;
	}
		
	header .header_lan_btn {
		display: none;
	}
}

@media screen and (max-width: 999px) {
	
	header .nav_inner .nav_inr_lan .nav_inr_lan_list div a.lan_active::before {
		content: "・";
		position: absolute;
		top:0px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
		
	header .nav_inner .nav_inr_l {
		width: 100%;
		padding: 4.5% 5%;
	}
		
	header .nav_inner .nav_inr_r {
		width: 100%;
		padding: 3% 3% 15% 3%;
	}
		
	header .nav_inner .nav_inr_r .nav_inr_r_inr {
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 500px;
		padding: 20px;
		text-align: left;
	}
		
	header .nav_inner .nav_inr_r .nav_inr_r_inr ul li {
		margin-bottom: 20px;
		font-size:min(4vw,28px);
	}
	
	header	.nav_inr_lan {
		position: relative;
	}
	
	header	.nav_inr_lan::after {
		content: "";
		background: url("../image/svg/menu_arrow.svg") no-repeat;
		position: absolute;
		top: 0;
		left: 30px;
	}
		
	
	header .nav_inner .nav_inr_l .contact_us {
		margin-top: 80px;
	}
	
	header .nav_inner .nav_inr_l .nav_inr_follow {
		display: none;
	}
	
	header .nav_inner .nav_inr_l .nav_inr_about {
		margin-top: 40px;
	}
	
	header .nav_inner .nav_inr_l .nav_inr_about a {
		color: #DCD7C6;
		text-decoration: none;
	}
	
	.nav_inr_lan .lan_arrow {
		display: inline-block;
	}
		
	header .nav_inner .nav_inr_lan {
		position: absolute;
		top: 49px;
		right: 123px;
		z-index: 99;
	}
	
	header .header_lan_btn {
		display: inline-block;
	}
	
	header .nav_inner .nav_inr_l .nav_inr_about {
		font-size: min(3.5vw,25px);
	}
	
	header .nav_inner .nav_inr_l .nav_inr_about p {
		font-size: min(4.5vw,35px);
	}
}

header .nav_inner .nav_inr_r ul {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 450px;
}

header .nav_inner .nav_inr_r ul li a {
	text-decoration: none;
	color: #DCD7C6;
}

header .nav_inner .nav_inr_r .nav_inr_r_footer {
	margin-top: 39%;
}

header .nav_inner .nav_inr_r .nav_inr_r_footer ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 5%;
}

header .nav_inner .nav_inr_r .nav_inr_r_footer ul li {
	padding: 0 5%;
	border-left: 1px solid #fff;
}

header .nav_inner .nav_inr_r .nav_inr_r_footer ul li:nth-child(1) {
	border-left: none;
}

header .nav_inner .nav_inr_r .nav_inr_r_footer ul li a {
	padding: 0 !important;
}

#header_fix {
	position: fixed;
	width:100%;
	top: 0;
	left: 0;
	height: 100px;
	z-index: 9999;
	display: flex;
	color: #fff;
}
	
#header_fix.upmove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

#header_fix.downmove{
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
	
#kv_copy {
	color: #fff;
	position: absolute;
}

.kv_copy1.inview .char,
.kv_copy2.inview .char {
	display: inline-block;
	animation-name: kf-animate-chars;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translate(50%,-50%);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

@media screen and (min-width: 1000px) {
	.wrapper {
		padding-top: 60px;
	}
	
	header .header_lan,
	header .nav_inr_lan	{
		margin-left: auto;
	}
	
	header .header_inner {
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		padding-top: 10px;
	}

	header .header_lan .nav_inr_lan_list,
	header .nav_inr_lan .nav_inr_lan_list	{
		display: -webkit-flex;
		display: flex;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		width:100px;
		text-align: center;
	}

	header .header_logo {
		max-width: 222px;
	}
	
	#kv_copy {
		font-family: "ten-mincho-text", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 4.8rem;
		top:80px;
		left: 0;
		z-index: 999;
		width: 50%;
		letter-spacing: 0.15em;
	}
	
	#kv_copy .kv_copy1 {
		margin-bottom: 5px;
		border-bottom: 2px solid #fff;
		display: inline-block;
		padding: 0 0 3% 8%;
	}
	
	#kv_copy .kv_copy2 {
	padding-left: 8%;
	}
}

@media screen and (max-width: 999px) {
	.wrapper {
		position: relative;
	}
	
	header {
		background-image:url("../image/bg_img.jpg");
		background-size: cover;
		width: 100%;
		padding: 100px 0 60px;
	}
	
	header .header_lan {
		margin: 0 90px 0 0;
		display: none;
	}
	
	header .nav_inner {
		height: 100vh;
	}
	
	header .header_lan button,
	header .nav_inr_lan button	{
		padding: 0;
		border: none;
		outline: none;
		font: inherit;
		color: inherit;
		background: none
	}
	
	header .header_lan .header_lan_btn,
	header .nav_inr_lan .header_lan_btn	{
		width: 60px;
		color: #fff;
		position: relative;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
		
	header .header_lan .header_lan_btn::before,
	header .nav_inr_lan .header_lan_btn::before	{
		content: "・";
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
		
	header .header_lan .nav_inr_lan_list,
	header .nav_inner .nav_inr_lan .nav_inr_lan_list	{
		font-weight: bold;
		letter-spacing: 0.05em;
		width: 60px;
		text-align: center;
	}
	
	.nav_inr_lan_list.is-open {
		opacity: 1;
		transform: translateY(0);
	}
		
	header .header_lan_btn .header_lan_arw {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}
	
	header .header_lan .header_lan_arw:before,
	header .nav_inr_lan .header_lan_arw:before	{
		position: absolute;
		content: "";
		top: -15px;
		right: -5px;
		width: 6px;
		height: 6px;
		transform: translate(-50%, -40%) rotate(135deg);
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transition: 0.3s ease;
		}
	
	header .header_lan_btn.is-open .header_lan_arw:before	{
  margin-top: 9%;
		transform: translate(-50%, -60%) rotate(-45deg);
	}

	header .header_lan #lan_btn_jp,
	header .nav_inr_lan #lan_btn_jp	{
		display: none;
	}

	header .header_lan .nav_inr_lan_list	{
		position: absolute;
		top: 90px;
		font-size: 1.4rem;
		opacity: 0;
		transition: .3s ease-in-out;
		pointer-events: none;
		transform: translateY(-30px);
	}

	header .nav_inr_lan .nav_inr_lan_list	{
		position: absolute;
		top: 40px;
		font-size: 1.4rem;
		opacity: 0;
		transition: .3s ease-in-out;
		pointer-events: none;
		transform: translateY(-30px);
	}

	header .header_lan .nav_inr_lan_list.is-open {
		opacity: 1;
		transform: translateY(0);
	}
			
	header .nav_inr_lan .nav_inr_lan_list.is-open {
		opacity: 1;
		transform: translateY(0);
	}
		
	header .header_inner {
		width: 90%;
		margin: 20px auto 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	
	header .header_rsv_sp {
		position: relative;
		font-size: 1.7rem;
		margin: 0 80px 0 40px;
	}
		
	header .header_rsv_sp a {
		text-decoration: none;
		color: #fff;
	}
	
	header .header_rsv_sp a::before {
		content: "・";
		position: absolute;
		top:-17px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		}
		
	header .header_rsv_pc {
		display: none;
	}
		
	header .header_logo {
		width: 200px;
	}
			
	header .header_logo img {
		width: 100%;
	}

	#kv_copy {
		font-family: "ten-mincho-text", serif;
		font-weight: 400;
		font-style: normal;
		font-size: min(9vw,55px);
		top: -4%;
		left: 0;
		z-index: 999;
		width: 100%;
		letter-spacing: 0.15em;
	}
		
	#kv_copy .kv_copy1 {
		margin-bottom: 5px;
		border-bottom: 2px solid #fff;
		display: inline-block;
		padding: 0 0 2% 4%;
	}
	
	#kv_copy .kv_copy2 {
	padding-left: 4%;
	}

}


header .header_logo img {
	width: 100%;
}

header .header_lan .nav_inr_lan_list div a,
header .nav_inr_lan .nav_inr_lan_list div a	{
	text-decoration: none;
	color: #DCD7C6;
}

header .header_lan .nav_inr_lan_list div:nth-child(1),
header .nav_inr_lan .nav_inr_lan_list div:nth-child(1)	{
	margin-right: 30px;
}

header .header_lan .nav_inr_lan_list div a.lan_active,
header .nav_inr_lan .nav_inr_lan_list div a.lan_active	{
	color: #fff;
	position: relative;
}

header .header_lan .nav_inr_lan_list div a.lan_active::before,
header .nav_inr_lan .nav_inr_lan_list div a.lan_active::before	{
	content: "・";
	position: absolute;
	top:-22px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


.kv {
	position: relative;
	width: 100%;
	height: 100vh;
}
	
.kv::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30%;
	top: 0;
	left: 0;
	background-image: linear-gradient(0deg, transparent 0 20%, #56647B 80% 100%);
	z-index:3;
}

.kv::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg, transparent 0 40%, #56647B 80% 100%);
	z-index:3;
}
	
@media screen and (max-width: 999px) {
	.kv {
		height: calc(100vh - 150px);
	}
}
	
.kv img {
	width: 100%;
}
	
.kv .main_menu ul {
 display: -webkit-flex;
	display: flex;
}

.kv .main_menu ul li {
	writing-mode: vertical-rl;
	line-height: 2.2;
}

.kv .main_menu ul li a {
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 5px;
}

.kv .logo_circle img {
	width: 100%;
	mix-blend-mode: exclusion;
}

@keyframes rotation{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}

@media screen and (min-width: 1000px) {
	#top_anime {
		width: 678px;
		height: 1085px;
		position: absolute;
		top: -28%;
		right: -8%;
		z-index: 4;
	}

	.kv .kv_area {
		max-width: 1500px;
		margin: 0 auto;
		position: relative;
	}

	.kv .kv_logotxt {
		width: 70%;
		max-width: 740.59px;
		position: absolute;
		bottom: 15%;
		right: 5%;
		z-index:7;
	}

	.kv .main_menu {
		position: absolute;
		top: 37%;
		right: 4.5%;
		z-index: 6;
	}

	.kv .logo_circle {
		width: 15%;
		max-width: 180px;
		position: absolute;
		bottom: 15%;
		left: 5%;
		z-index:4;
		mix-blend-mode: exclusion;
		animation: rotate 20s linear infinite;
	}
			@keyframes rotate {
			from {
				transform: rotate(0deg);
			}
			to {
				transform: rotate(360deg);
			}
		}	

	.kv .main_menu ul li a {
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 999px) {
	.kv .main_menu ul {
		justify-content:flex-end;
	}
			
	#top_anime {
		width: 80%;
		height: 100%;
		position: absolute;
		top: -33%;
		right: -35%;
		z-index: 4;
		transform: scale(1.5);
	}
			
	.kv .kv_logotxt {
		width: 95%;
		max-width: 900px;
		position: absolute;
		top: 75%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index:99;
	}
		
	.kv .main_menu {
		width: 67%;
		position: absolute;
		top: 40%;
		right: 2%;
		z-index: 6;
	}

	.kv .logo_circle {
		width: 22%;
		max-width: 230px;
		position: absolute;
		top: 40%;
		left: 2%;
		z-index: 99;
		mix-blend-mode: exclusion;
	}
		
	.kv .main_menu ul li a {
		font-size: 4vw;
	}
}


/* slider */

button, html input[type=button],
input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#slider img {
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 0;
}

.slider-inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}

#slider-content {
	padding: 0 10px;
}

@media screen and (min-width: 1000px) {
	#slider {
		width: 100%;
		max-width: 1500px;
		height: 100vh;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}

	#slider canvas {
		width: 150%;
		height: 150%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
}
	
@media screen and (max-width: 999px) {
	#slider {
		width: 100%;
		height: calc(100vh - 150px);
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}
	
	#slider canvas {
		width: auto !important;
		height: auto !important;
		min-width: 100% !important;
		min-height: 100% !important;
		max-width: inherit;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
}

#pagination {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	z-index: 6;
}

#pagination button {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	width: 16px;
	height: 16px;
	background-color: #FFFFFF;
	border-radius: 100%;
	padding: 0;
	margin: 30px 0;
	cursor: pointer;
	position: relative;
	opacity: 0.2;
	transition: opacity 0.2s ease-in-out;
	outline: none;
}

#pagination button:hover {
	opacity: 0.5;
}

#pagination button.active {
	opacity: 1;
}

#pagination button.active:before {
	width: 300%;
	height: 300%;
	opacity: 1;
}

#pagination button:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
}

.concept {
	margin: -5px auto 0;
}

.concept img {
	width: 100%;
}

.concept .concept_cont_inr .cci_l {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
	
.concept .concept_cont_inr .cci_l .cci_txt {
	letter-spacing: 0.1em;
}

.concept .concept_cont_inr .cci_l .cci_dtl_txt {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	z-index:99;
}

.concept .viewmore_btn_wrap {
	text-align: right;
	position: absolute;
	z-index:99;
	bottom: 0;
	right: 0;
}

.concept .viewmore_btn_wrap a {
	display: inline-block;
}

.concept .viewmore_btn {
 display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 80px;
}

.concept_img_btm > div img {
	width: 100%;
}


@media screen and (min-width: 1000px) {
	#concept	.concept_wrap {
		padding-bottom: 120px;
		max-width: 1500px;
		margin: 0 auto;
		position: relative;
		padding-top: 50px;
	}
		
	#concept	.concept_bg_item {
		position: absolute;
		top: -15px;
		right: 50px;
		width: 30%;
	}
	
	.concept .concept_cont_inr {
		width: 90%;
		margin: 70px auto 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.concept .tit_wrap .tit_en {
		max-width: 506.24px;
	}
			
	.concept .tit_wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
			
	.concept .concept_img_wrap {
		width: 100%;
		background-color: #56647B;
		position: relative;
		padding-bottom: 100px;
	}
	
	.concept .viewmore_btn .viewmore_btn_txt {
		width: 158px;
		margin-right: 20px
	}
	
	.concept .viewmore_btn .viewmore_btn_arrow {
		width: 40px;
	}
			
	.concept .concept_cont_inr .cci_l {
		width: 50%;
		margin-right: 5%;
		position: relative;
		height: 530px;
	}
			
	.concept .concept_cont_inr .cci_r {
		width: 45%;
		position: relative;
	}
			
	.concept .concept_cont_inr .cci_r .cci_r_cont1 {
		width: 330px;
		position: absolute;
		top: 0;
		left: 0;
		z-index:2;
	}
	
	.concept .concept_cont_inr .cci_r .cci_r_cont2 {
		width: 330px;
		position: absolute;
		top: 260px;
		right: 0;
		z-index:1;
	}
	
	.concept .concept_cont_inr .cci_r .cci_r_cont3 {
		width: 105px;
		position: absolute;
		top: 0;
		left: 292px;
		z-index:3;
	}
			
	.concept .concept_cont_inr .cci_l .cci_txt {
		font-size: 3.2rem;
		margin: 0 0 50px auto;
		text-align: right;
	}
			
	.concept .concept_cont_inr .cci_l .cci_txt .cci_txt1 {
		display: inline-block;
		margin-right: 140px;
	}
		
	.concept .concept_cont_inr .cci_l .cci_txt .cci_txt2 {
		display: inline-block;
		width:100%;
		text-align: right;
	}
			
	.concept .concept_cont_inr .cci_l .cci_dtl_txt {
		font-size: 2rem;
		line-height: 1.8;
		margin-left: auto;
		width: 100%;
	}
	
	.concept .tit_wrap p {
		font-size: 1.6rem;
		color: #DCD7C6;
		margin-left: 30px;
	}
	
	.concept_img_btm {
		width: 85%;
		max-width: 1500px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.concept_img_btm > div {
		width: 50%;
		display: -webkit-flex;
		display: flex;
	}
			
	.concept .concept_cont_inr .cci_l #cct_anime {
		width: 500px;
		height: 500px;
		position: absolute;
		top: 50px;
		left: 0;
		z-index:9;
	}
}

@media screen and (max-width: 999px) {
	.concept_wrap {
		position: relative;
	}
		
	.concept .tit_wrap {
		position: absolute;
		bottom: 850px;
		left:0;
		z-index:3;
	}
		
	#concept	.concept_bg_item {
		position: absolute;
		top: 45%;
		right: 12%;
		width: 40%;
	}
		
	.concept .concept_cont_inr {
		width: 95%;
		margin: 0 auto;
	}
		
	.concept .tit_wrap .tit_en {
		width: 78vw;
		max-width: 800px;
		margin-left: -11%;
	}
		
	.concept .concept_cont_inr .cci_l .cci_txt {
		font-size: 2.8rem;
	}

	.concept .concept_cont_inr .cci_l {
		width: 100%;
		height: 800px;
		margin-top: 100px;
		position: relative;
	}
	
	.concept .concept_cont_inr .cci_r {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
		
	.concept .concept_cont_inr .cci_r .cci_r_cont1 {
		width: 55%;
		position: absolute;
		top:0;
		left: 0;
	}
	
	.concept .concept_cont_inr .cci_r .cci_r_cont2 {
		width: 55%;
		margin-left: auto;
		padding-top: 45%;
		z-index:1;
	}

	.concept .concept_cont_inr .cci_r .cci_r_cont3 {
		width: 15%;
		position: absolute;
		top: 10px;
		left: 48%;
		z-index:2;
	}

	.concept .concept_cont_inr .cci_l .cci_txt {
		font-size:min(7vw,45px);
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 99;
	}

	.concept .concept_cont_inr .cci_l .cci_txt .cci_txt2 {
		margin-left: 34%;
	}

	.concept .concept_cont_inr .cci_l .cci_dtl_txt {
		font-size:min(4vw,26px);
		line-height: 2;
		top: 200px;
		left: 0;
	}

	.concept .tit_wrap p {
		font-size: min(4.5vw,35px);
		color: #DCD7C6;
		margin: 5% 0 0 8%;
	}
		
	.concept .viewmore_btn_wrap {
		margin-left: auto;
		width: 50%;
		max-width: 350px;
	}
		
	.concept .viewmore_btn_wrap a {
		width: 100%;
	}
		
	.concept .viewmore_btn	.viewmore_btn_txt {
		width: 67%;
	}
		
	.concept .viewmore_btn .viewmore_btn_arrow {
		width: 18%;
		margin-left: 12%;
	}
		
	.concept_img_btm {
		width: 100%;
		margin-top: 50px;
	}

	.concept_img_btm > div {
		width: 80%;
		display: -webkit-flex;
		display: flex;
	}
		
	.concept_img_btm > div:nth-child(1) {
		margin-left: auto;
	}
			
	.concept .concept_cont_inr .cci_l #cct_anime {
		max-width: 640px;
		width: 97%;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index:9;
	}
}
	
@media screen and (max-width: 640px) {
	.concept .tit_wrap {
		bottom: 660px;
	}
	
	.concept .concept_cont_inr .cci_l {
		height: 600px;
	}
}
	
@media screen and (max-width: 550px) {
	.concept .tit_wrap {
		bottom: 570px;
	}
	
	.concept .concept_cont_inr .cci_l {
		height: 500px;
	}
}
		
.features_bg_item img {
	width: 100%;
}
	
.features .tit_wrap p {
	color: #DCD7C6;
	text-align: center;
}
	
.features_cont {
	position: relative;
}
	
.features_cont_num {
	color: #fff;
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	letter-spacing: 0.2em;
	mix-blend-mode: exclusion;
}
	
.features_cont img {
	width: 100%;
}

.features_cont_txt .features_cont_tit {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
	
.features_cont_dtl_tit {
	color: #DCD7C6;
	line-height: 2;
}
	
.features_cont_dtl_tit span {
	color: #DCD7C6;
	display: block;
}

@media screen and (min-width: 1400px) {
	.features_wrap {
		height: 2080px;
	}
	
	.facilities {
		padding-top: 550px;
	}
}
		
		
@media screen and (max-width: 1399px) and (min-width: 1300px) {
	.features_wrap {
		height: 1950px;
	}
	
	.facilities {
		padding-top: 480px;
	}
}
		
@media screen and (max-width: 1299px) and (min-width: 1200px) {
	.features_wrap {
		height: 1900px;
	}

	.facilities {
		padding-top: 450px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1000px) {
	.features_wrap {
		height: 1700px;
	}
			
	.facilities {
		padding-top: 420px;
	}
}
	
@media screen and (min-width: 1000px) {
	
	.features_bg_item {
		position: absolute;
		top: -8%;
		left: 10%;
		width: 30%;
	}
	
	.features{
		position: relative;
		width: 100%;
	}
				
	.features::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 300px;
		bottom: -300px;
		left: 0;
		background-image: linear-gradient(0deg, transparent 0 10%, #56647B 90% 100%);
		z-index:2;
	}
				
	.features_wrap {
		position: relative;
		max-width: 1500px;
		width: 100%;
		margin: 0 auto;
	}
		
	.features_wrap .tit_wrap {
		margin: 20px auto;
		max-width: 376px;
	}
	
	.features .tit_wrap .tit_en {
		max-width: 378.59px;1
		margin: 0 auto;
	}
			
	.features .tit_wrap p {
		font-size: 1.6rem;
		margin: 30px 0;
	}
			
	.features_area {
		width: 100%;
		margin: 0 auto;
		background: url("../image/features_bg.png") no-repeat left 160px / 80%;
		padding-bottom: 70px;
		z-index:3;
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
			
	.features_cont {
		width: 95%;
		margin-top: 110px;
	}
			
	.features .fc_l {
		margin-right: auto;
	}
	
	.features .fc_r {
		margin-left: auto;
	}
	
	.features_cont .features_cont_img {
		position: relative;
		width: 95%;
	}
	
	.features_cont.fc_l .features_cont_img {
		margin-left: auto;
	}
		
	.features_cont.fc_r .features_cont_img {
		margin-right: auto;
	}
			
	.features_cont .features_cont_img {
		width: 85%;
	}
	
	.features_cont_num {
		font-size: 16.8rem;
	}
	
	.features .fc_l .features_cont_img {
		margin-left: auto;
	}
	
	.features .fc_r .features_cont_img {
		margin-right: auto;
	}
		
	.features .fc_l .features_cont_num {
		right: 15px;
		bottom: -20px;
	}
	
	.features .fc_r .features_cont_num {
		left: 20px;
		bottom: -20px;
	}
			
	.features .fc_l .features_cont_img::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(-90deg, transparent 40% 0, #000 120% 40%);
	}
	
	.features .fc_r .features_cont_img::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(90deg, transparent 40% 0, #000 120% 40%);
	}
		
	.fc_l .features_cont_txt {
		position: absolute;
		top: 38px;
		left: 0;
	}
	
	.fc_r .features_cont_txt {
		position: absolute;
		top: 38px;
		right: 0;
	}
	
	.features_cont .features_cont_txt .features_cont_tit {
		letter-spacing: 0.2em;
		font-size: 4.8rem;
	}
	
	.features_cont .features_cont_txt .features_cont_tit::after {
		content: "";
		height: 2px;
		background: #fff;
		display: block;
	}
	
	.fc1 .features_cont_txt .features_cont_tit::after {
		width: 222px;
		margin: 15px auto 15px -10%;
	}
	
	.fc2 .features_cont_txt .features_cont_tit::after {
		width: 335px;
		margin: 15px -10% 15px auto;
	}
	
	.fc3 .features_cont_txt .features_cont_tit::after {
		width: 175px;
		margin: 15px auto 15px -10%;
	}
	
	.fc4 .features_cont_txt .features_cont_tit::after {
		width: 285px;
		margin: 15px -10% 15px auto;
	}
	
	.fc_l .features_cont_txt p {
		padding-left: 50px;
	}
	
	.fc_r .features_cont_txt p {
		padding-right: 50px;
	}
			
	.features_cont_dtl_tit {
		font-size: 1.6rem;
	}
			
	.features_cont_dtl_tit span {
		font-size: 1.3rem;
		margin-top: 20px;
	}
}

	@media screen and (max-width: 999px) {
	.features {
		padding-top: 130px;
	}
		
	.features_bg_item {
		position: absolute;
		top: 3%;
		left: 10%;
		width: 35%;
	}
		
	.features .tit_wrap .tit_en {
		width: 75%;
		max-width: 800px;
		margin: 0 auto;
	}
		
	.features .tit_wrap .tit_en img {
		width: 100%;
	}
		
	.features .tit_wrap p {
		font-size: min(4.5vw,35px);
		margin: 30px 0;
	}
		
	.features_area {
		background: url("../image/features_bg.png") left 70px / cover no-repeat;
		width: 98%;
		padding-bottom: 75px;
		margin-top: 60px;
	}
		
	.features_cont {
		width: 100%;
	}
		
	.features_cont_num {
		font-size: 19vw;
	}
	
	.features .fc_l .features_cont_num,
	.features .fc_r .features_cont_num	{
		top: -6%;
		right: -3%;
	}

	.features .fc1 .features_cont_num	{
		top: -7%;
		right: -3%;
	}

	.features .features_cont_img {
		position: relative;
	}

	.features .features_cont_img::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(-180deg, transparent 40% 0, #000 120% 40%);
	}
		
	.features_cont .features_cont_img {
		position: relative;
		width: 100%;
	}

	.features_cont_txt .features_cont_tit {
		letter-spacing: 0.2em;
		font-size: min(5vw,40px);
		position: absolute;
	}

	.features_cont_txt .features_cont_tit.fc1_tit {
		top: 19%;
		left: 0;
	}

	.features_cont_txt .features_cont_tit.fc2_tit {
		top: 17%;
		left:0;
	}
			
	.features_cont_txt .features_cont_tit.fc3_tit {
		top:26%;
		left:0;
	}
				
	.features_cont_txt .features_cont_tit.fc4_tit	{
		top: 18%;
		left:0;
	}

	.features_cont .features_cont_txt .features_cont_tit::after {
		content: "";
		height: 1px;
		background: #fff;
		display: block;
		margin: 5px auto 15px -5%;
	}
		
	.fc1 .features_cont_txt .features_cont_tit::after {
		width: 20vw;
	}
			
	.fc2 .features_cont_txt .features_cont_tit::after {
		width: 19vw;
	}
			
	.fc3 .features_cont_txt .features_cont_tit::after {
		width: 13vw;
	}
			
	.fc4 .features_cont_txt .features_cont_tit::after {
		width: 37vw;
	}
			
	.features_cont_txt p {
		padding: 3% 2% 4% 2%;
	}
		
	.features_cont.fc_l .features_cont_img,
	.features_cont.fc_r .features_cont_img	{
		margin: 0 -2% 0 auto;
	}
		
	.features_cont_dtl_tit br {
		display: none;
	}
		
	.features_cont_dtl_tit {
		font-size: min(4vw,26px);
	}
		
	.features_cont_dtl_tit span {
		font-size: min(4vw,23px);
		padding-top: 10px;
	}
}
	
.n_group .n_group_wrap {
	width: 100%;
	position: relative;
}

.n_group .n_group_wrap img {
	width: 100%;
}

.n_group .n_group_wrap .n_group_inr .n_group_inr_img_box {
	position: relative;
}

.n_group .n_group_wrap .n_group_inr_img_box .n_group_inr_img {
	position: relative;
}
	
.n_group .n_group_wrap .n_group_inr_img_box .n_group_inr_img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	z-index: 5;
}

.n_group .n_group_wrap .n_group_inr .n_group_inr_img_box .n_group_inr_img_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:6;
}
	
.n_group .n_group_wrap .n_group_inr .n_group_inr_img_box img {
	width 100%;
}
	
.n_group .ngroup_cont_tit {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

.ngroup_cont_txt .tit_bdr {
	background: #fff;
	margin: 15px 0;
}
	
.ngroup_cont_dtl_tit {
	color: #DCD7C6;
	}
	
.n_group .n_group_txt .n_group_txt1 {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

.n_group .n_group_txt .n_group_txt2 {
	color: #fff;
	position: relative;
}
	
.n_group .n_group_txt .n_group_txt3 {
	color: #DCD7C6;
}

.n_group .viewmore_btn_wrap img {
	width: 100%;
}
	
	@media screen and (min-width: 1000px) {
	.n_group {
		background-size: 30%;
		padding: 50px 0 130px;
		height: 700px;
		max-width: 2000px;
		position: relative;
		margin: 0 auto;
	}

	.n_group .ngroup_bg_item {
		position: absolute;
		bottom: -2%;
		right: -10%;
		width: 30% !important;
		z-index:1;
	}

	.n_group .n_group_wrap .n_group_inr {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 1000px;
		width: 95%;
		margin: 60px auto 0;
		position: absolute;
		top: 150px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 99;
	}

	.n_group .n_group_wrap .n_group_inr_l,
	.n_group .n_group_wrap .n_group_inr_r {
		position: relative;
	}

	.n_group .n_group_wrap .n_group_inr_l .viewmore_btn_wrap,
	.n_group .n_group_wrap .n_group_inr_r .viewmore_btn_wrap {
		position: absolute;
		right: 0;
		bottom: -30px;
		z-index:2;
	}

	.n_group .n_group_wrap .n_group_inr > div {
		width: 48%;
	}
	
	.n_group .n_group_wrap .n_group_inr_l .n_group_inr_img_box .n_group_inr_img_logo {
		width: 203.47px;
	}
	
	.n_group .n_group_wrap .n_group_inr_r .n_group_inr_img_box .n_group_inr_img_logo {
		width: 159.46px;
	}
	
	.n_group .ngroup_cont_txt p {
		padding-left: 11%;
	}
	
	.n_group .ngroup_cont_tit {
		letter-spacing: 0.2em;
		font-size: 4rem;
	}
	
	.ngroup_cont_txt .tit_bdr {
		width: 300px;
		height: 2px;
	}
	
	.ngroup_cont_dtl_tit {
		font-size: 1.6rem;
		line-height: 2;
	}
	
	.n_group .n_group_txt .n_group_txt1 {
		font-size: 2.8rem;
		letter-spacing: 0.2em;
		margin: 25px 0;
	}
	
	.n_group .n_group_txt .n_group_txt2 {
		font-size: 2rem;
		padding-left: 25px;
	}
	
	.n_group .n_group_txt .n_group_txt2::before {
		content: "";
		position: absolute;
		left:0;
		bottom:7px;
		width: 15px;
		height: 2px;
		background: #fff;
	}
	
	.n_group .n_group_txt .n_group_txt3 {
		font-size: 1.6rem;
		margin: 24px 0;
		line-height: 2;
	}
	
	.n_group .viewmore_btn_wrap {
		width: 143px;
		margin: 20px 0 0 auto;
	}
	
	.n_group .viewmore_btn_wrap .viewmore_btn_txt {
		width: 110px;
		margin-right: 15px;
	}
	
	.n_group .viewmore_btn_wrap .viewmore_btn_arrow {
		width: 18px;
	}
	
	.n_group	#ngroup_anime_pc {
		position: absolute;
		width: 100%;
		height: 569px;
		top: 130px;
		left: 0;
		z-index: 1;
	}

}

@media screen and (max-width: 999px) {
	.n_group {
		background-size: 50%;
		padding: 50px 0 0;
		background-image: url("../image/bg_item1.png");
		background-position: bottom 60px right -20px;
		background-repeat: no-repeat;
		position: relative;
	}

	.n_group .ngroup_bg_item {
		position: absolute;
		bottom: -2%;
		right: -10%;
		width: 35% !important;
	}

	.ngroup_cont_txt .tit_bdr {
		width: 55vw;
		height: 2px;
	}

	.n_group .n_group_wrap .n_group_inr {
		width: 95%;
		margin: 0 auto;
	}

	.n_group .n_group_wrap .n_group_inr > div {
		width: 100%;
	}
	
	.n_group .n_group_wrap .n_group_inr_l .n_group_inr_img_box .n_group_inr_img_logo {
		width: 41vw;
	}
	
	.n_group .n_group_wrap .n_group_inr_r .n_group_inr_img_box .n_group_inr_img_logo {
		width: 41vw;
	}
	
	.n_group .ngroup_cont_txt p {
		width: 95%;
		margin: 0 auto;
	}
			
	.n_group .ngroup_cont_tit {
		letter-spacing: 0.2em;
		font-size: 7vw;
	}
			
	.ngroup_cont_dtl_tit {
		font-size: min(4vw,25px);
		line-height: 2;
	}
			
	.ngroup_cont_dtl_tit br {
		display: none;
	}
			
	.n_group_inr_img {
		margin-bottom: 20px;
	}
			
	.n_group .n_group_txt .n_group_txt1 {
		font-size: min(6vw,35px);
		letter-spacing: 0.1em;
		margin: 20px 0;
	}
		
	.n_group .n_group_txt .n_group_txt2 {
		font-size: min(4.5vw,25px);
		padding-left: 30px;
	}
		
	.n_group .n_group_txt .n_group_txt2::before {
		content: "";
		position: absolute;
		left:0;
		top:50%;
		width: 20px;
		height: 2px;
		background: #fff;
	}
		
	.n_group .n_group_txt .n_group_txt3 {
		font-size: min(4vw,20px);
		margin: 24px 0;
		line-height: 2;
	}
			
	.n_group .viewmore_btn_wrap {
		width: 100%;
		height: 80px;
		position: relative;
		margin-top: 20px;
	}

	.n_group .viewmore_btn_wrap a {
		width: 55vw;
		position: absolute;
		top: 0;
		right:0;
		z-index:5;
	}

	.n_group .viewmore_btn_wrap .viewmore_btn_txt {
		width: 75%;
		margin-right: 10%;
	}
	
	.n_group .viewmore_btn_wrap .viewmore_btn_arrow {
		width: 15%;
	}
	
	.n_group .n_group_wrap .n_group_inr .n_group_inr_img_box {
		position: relative;
	}

	.n_group .n_group_wrap .n_group_inr .n_group_inr_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 5;
	}
				
	.n_group .n_group_wrap .n_group_inr .n_group_inr_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
				
	.n_group .n_group_wrap .n_group_inr_img_box .n_group_inr_img::before {
		z-index: 6;
	}

	.n_group .n_group_wrap .n_group_inr .n_group_inr_img_box .n_group_inr_img_logo {
		z-index:7;
	}

	.n_group	#ngroup_anime_sp {
		width: 100%;
		transform: scale(1.8);
		position: absolute;
		top: -190px;
		right: 0;
		z-index: 2;
	}
			
	.n_group	.ngroup_img2 {
		font-family: 'object-fit: cover';
	}

	.n_group	.n_group_inr_l {
		margin: 50px auto;
	}
}

@media screen and (max-width: 999px) and (min-width: 700px) {
	.n_group .n_group_wrap .n_group_inr .n_group_inr_img_box {
		height: 350px;
	}

	.n_group .n_group_wrap .n_group_inr .n_group_inr_img {
		height: 350px;
	}
}
		
@media screen and (max-width: 699px) {
	.n_group .n_group_wrap .n_group_inr .n_group_inr_img_box {
		height: 250px;
	}
	
	.n_group .n_group_wrap .n_group_inr .n_group_inr_img {
		height: 250px;
	}
}
		
	@media screen and (min-width: 1000px) {
.facilities {
			position: relative;
			padding-bottom: 25%;
	}

.facilities::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(-180deg, transparent 0 10%, #56647B 90% 100%);
}

.facilities .facilities_inr a {
	text-decoration: none;
	color: #fff;
}

.facilities .facilities_inr .facilities_txt {
	font-size: 1.6rem;
	color: #DCD7C6;
	line-height: 2.2;
}

.facilities .facilities_inr .facilities_txt span {
	display: block;
	font-size: 2.3rem;
	font-family: "ten-mincho-text", serif;
}

.facilities .facilities_inr .viewmore_btn_wrap .viewmore_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.facilities .facilities_inr .viewmore_btn_wrap .viewmore_btn_txt {
	width: 72%;
}

.facilities .facilities_inr .viewmore_btn_wrap .viewmore_btn_arrow {
	width: 17%;
}

.facilities .facilities_inr .viewmore_btn_wrap img {
	width: 100%;
	}
	
.facilities .facilities_inr .facilities_tit {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
		}
			
.facilities {
	position: relative;
	z-index: 1;
	background: url("../image/facilities_bg.webp");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
		
.facilities .facilities_inr .viewmore_btn_wrap {
	width: 38%;
	margin: 0 0 0 auto;
			height: 60px;
			padding-top: 20px;
	}
		
.facilities .facilities_wrap {
			max-width: 1500px;
			margin: 0 auto;
		}
	
.facilities .facilities_wrap .tit_wrap {
	position: absolute;
	top: 0;
	right: 5%;
	width: 85.28px;
	z-index: 99;
}

.facilities .facilities_wrap .tit_wrap p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	color: #DCD7C6;
	margin: 30px 0 0 30px;
}
		
.facilities .facilities_inr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	width: 78%;
	margin: 0 auto 0 5%;
}

.facilities	.facilities_img_box {
	width: 35%;
	position: relative;
			overflow: hidden;
	aspect-ratio: 41/55;
}
		
.facilities	.facilities_img_box img {
	width: 100%;
		}
		
.facilities	.facilities_l {
	position: absolute;
  top: 0;
  left: 0;
		}
		
.facilities	.facilities_l .fct_img1 {
	width: 77%;
}
		
.facilities	.facilities_l .fct_img2 {
	width: 57%;
	margin: -55px 0 0 150px;
}

.facilities	.facilities_link_list {
	width: 60%;
	border-top: 2px solid #fff;
}
		
.facilities .facilities_list {
	padding: 35px 0 0;
	border-bottom: 2px solid #fff;
		}
		
.facilities	.fac_item02,
.facilities	.fac_item03 {
			padding-bottom: 20px;
		}

.facilities .facilities_list .facilities_tit {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size:4rem;
	padding-bottom: 20px;
}


		
}

	@media screen and (max-width: 999px) {
			
	.facilities {
		margin: -1px 0;
		position: relative;
	}
			
	.facilities::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 200px;
		top: 0;
		left: 0;
		background-image: linear-gradient(0deg, transparent 0 20%, #56647B 80% 100%);
		z-index:3;
			}
			
	.facilities::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 200px;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(-180deg, transparent 0 20%, #56647B 80% 100%);
		z-index:3;
	}

			
.facilities .facilities_wrap {
			position: relative;
			padding-bottom: 150px;
}
		
.facilities .facilities_wrap::before {
	content:"";
			display:block;
			position:fixed;
			top:0;
			left:0;
			z-index:-1;
			width:100%;
			height:100vh;
			background-repeat: no-repeat;
			background-position: center center;
			background-image: url("../image/facilities_bg.webp");
			background-size: cover;
			}
			

.facilities .facilities_wrap .tit_wrap,
.facilities .facilities_wrap .facilities_wrap	{
	width: 95%;
	margin: 0 auto;
	padding-top: 150px;
}

.facilities_link_list {
	width: 95%;
	margin: 50px auto 0;
		}
		
.facilities .facilities_inr .viewmore_btn_wrap {
	width: 60%;
	margin: 10px 0 10px auto;
			}
			
.facilities .facilities_inr .viewmore_btn_wrap .viewmore_btn .viewmore_btn_txt {
	width: 70%;
}
			
.facilities .facilities_inr .viewmore_btn_wrap .viewmore_btn .viewmore_btn_arrow {
	width: 15%;
	margin-left: 5%;
}
			
.facilities .facilities_wrap .tit_wrap img {
	width:70vw;
	max-width: 800px;
	z-index: 99;
	margin-bottom: 20px;
}

.facilities .facilities_wrap .tit_wrap p {
	font-size: min(4.5vw,35px);
	color: #DCD7C6;
	margin: 30px 0 0 0;
}

.facilities .facilities_list {
	padding: 70px 0 50px;
	border-bottom: 2px solid #fff;
}
			
.facilities .facilities_list.fac_item01 {
	padding-top: 0 !important;
	}
			
.facilities .facilities_list a {
				text-decoration: none;
				color: #fff;
		}

.facilities .facilities_wrap .facilities_l {
	position: relative;
	margin-bottom: 30%;
}

.facilities .facilities_wrap .facilities_l .fct_img1 {
	width: 65%;
}

.facilities .facilities_wrap .facilities_l .fct_img2 {
	position: absolute;
	right: 0;
	top: 60%;
	width: 50%;
}

.facilities .facilities_inr .facilities_tit {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(7vw,45px);
	margin-bottom: 20px;
}

.facilities .facilities_inr .facilities_txt {
	font-size: min(4vw,20px);
	margin-bottom: 30px;
}

.facilities .facilities_inr .facilities_txt span {
	display: block;
	font-size: min(4.5vw,24px);
	font-family: "ten-mincho-text", serif;
	margin-bottom: 15px;
}

.facilities .facilities_inr .facilities_txt br {
	display: none;
}

}
	
.news {
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
	}
	
.news .news_wrap {
	width: 90%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	padding: 8% 3% 20%;
}
	
.news .news_inr .news_inr_l .tit_wrap p {
	font-size: 1.6rem;
		color: #56647B;
	}
	
.news .viewmore_btn_wrap img {
	width: 100%;
}
	
.news .news_inr .news_inr_r ul li .news_date {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size:3rem
}

.news .news_inr .news_inr_r ul li .news_title a {
	color: #56647B;
	font-size:2rem;
	text-decoration: none;
}
	
	@media screen and (min-width: 1000px) {
.news .news_wrap {
	padding: 50px;
		}
		
	.news_bg_item {
		position: absolute;
		top: 45%;
		left: -7%;
		width: 30%;
	}
	
	.wave_img {
		position: absolute;
		top: -35%;
		left: -3%;
		width: 38%;
	}
	
	.wave_img img {
		width: 100%;
		mix-blend-mode: color-burn;
	}
		
	.news .news_inr {
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		}
	.news .news_inr .news_inr_l {
		width: 25%;
		}
.news .news_inr .news_inr_r {
	width: 70%;
		}
.news .news_inr .news_inr_l .tit_wrap p {
	margin: 34.5px 0 38px;
}

.news .news_inr .news_inr_l .tit_wrap .tit_en {
	max-width: 178.26px;
}
		
.news .viewmore_btn_wrap {
	width: 143px;
	position: absolute;
	left: 0;
	bottom: 50px;
}

.news .viewmore_btn_wrap .viewmore_btn_txt {
	width: 110px;
	margin-right: 15px;
}

.news .viewmore_btn_wrap .viewmore_btn_arrow {
	width: 18px;
			}
			
.news .news_inr .news_inr_r ul li .news_date {
	font-size:1.6rem
}

.news .news_inr .news_inr_r ul li .news_title a {
	font-size:1.6rem;
}
		
}

@media screen and (max-width: 999px) {
.news {
	padding-bottom: 100px;
}

.news .news_wrap {
	padding: 8% 3% 17%;
	position: relative;
}

.news_bg_item {
	position: absolute;
	bottom: -13%;
	left: -5%;
	width: 30%;
}

.wave_img {
	position: absolute;
	top: 5%;
	left: -25%;
	width: 90%;
}

.wave_img img {
	width: 100%;
	mix-blend-mode: color-burn;
}
		
.news .news_inr {
	width: 95%;
	margin: 0 auto;
}

.news .news_inr .news_inr_l {
	width: 100%;
}
.news .news_inr .news_inr_r {
	width: 100%;
}
.news .news_inr .news_inr_l .tit_wrap p {
	margin: 25px 0;
	font-size: min(4.5vw,35px);
}
.news .news_inr .news_inr_l .tit_wrap .tit_en {
	width: 50%;
}
.news .news_inr .news_inr_l .tit_wrap .tit_en img {
	width: 100%;
}

.news .viewmore_btn_wrap {
	width: 50%;
	margin: 13% 0 0 auto;
	position: absolute;
	right: 4%;
	bottom: 4%;
}
		
.news .viewmore_btn_wrap .viewmore_btn_txt {
	width: 75%;
	margin-right: 10%;
}

.news .viewmore_btn_wrap .viewmore_btn_arrow {
	width: 12%;
}
		
.news .viewmore_btn_wrap img {
	width: 100%;
}
.news .news_inr .news_inr_r ul li .news_date {
	font-size:min(4vw,30px);
}

.news .news_inr .news_inr_r ul li .news_title a {
	font-size:min(4vw,30px);
}
	}

.news .news_inr .news_inr_r ul li {
	border-bottom: 1px solid #fff;
	padding: 15px 30px 15px 10px;
	position: relative;
}

.news .news_inr .news_inr_r ul li:nth-child(1) {
	padding-top: 0;
	}
	
.news .news_inr .news_inr_r ul li::after {
	content: "";
	background: url("../image/svg/news_arrow.svg") no-repeat;
	width: 20px;
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
}

.access {
	max-width: 1500px;
	margin: -1px auto;
	}
	
.access .access_inr .access_inr_r .tit_wrap p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #DCD7C6;
	margin: 30% 0 0 20%;
}

.access .access_inr .access_inr_r img {
	width: 100%;
}

.access .access_inr .access_inr_l .access_inr_logo img {
	width: 100%;
}
	
.access .access_inr .access_inr_l .access_inr_l_txt .access_inr_l_txt1 {
	color: #fff;
}

.access .access_inr .access_inr_l .access_inr_l_txt .access_inr_l_txt2 {
	color: #DCD7C6;
	margin: 36px 0;
}
	
.access .access_inr .access_inr_l .access_map iframe {
	filter: grayscale(1);
		width: 100%;
}

	
@media screen and (min-width: 1000px) {
.access {
	padding-bottom: 50px;
}

.access .access_wrap {
	width: 90%;
	margin: 0 auto;
	padding-top: 100px;
		}
		
.access .access_inr {
	width: 92%;
	margin: 0 0 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
		}
		
.access .access_inr .access_inr_r .tit_wrap p {
	font-size: 1.6rem;
}
		
.access .access_inr .access_inr_l {
	width: 37%;
}

.access .access_inr .access_inr_l .access_inr_logo {
	width: 283.58px;
	margin-bottom: 20px;
		}
		
.access .access_inr .access_inr_r {
	width: 60%;
	position: relative;
}

.access .access_inr .access_inr_r .tit_wrap {
	width: 85.28px;
	position: absolute;
	top: 0;
	right: 0;
		}
		
.access .access_inr .access_inr_l .access_inr_l_txt .access_inr_l_txt1 {
	font-size: 1.6rem;
	line-height: 2;
}
		
.access .access_inr .access_inr_l .access_inr_l_txt .access_inr_l_txt2 {
	font-size: 1.6rem;
	line-height: 2;
		}
		
.access .access_inr .access_inr_l .viewmore_btn_wrap {
	width: 143px;
}

.access .access_inr .access_inr_l .viewmore_btn_wrap .viewmore_btn_txt {
	width: 110px;
	margin-right: 15px;
		}

.access .access_inr .access_inr_l .viewmore_btn_wrap .viewmore_btn_arrow {
	width: 18px;
}

.access .access_inr .access_inr_l .access_map iframe{
	height: 250px;
}

}

@media screen and (max-width: 999px) {

.access {
	padding: 0 0 70px;
}

.access .access_wrap {
	width: 95%;
	margin: 0 auto;
}

.access .access_inr {
	width: 100%;
	margin: 0 0 0 auto;
}

.access .access_inr .access_inr_r .tit_wrap p {
	font-size: min(4.5vw,35px);
	letter-spacing: 0.07em;
}

.access .access_inr .access_inr_l {
	width: 100%;
	padding-top: 80px;
}

.access .access_inr .access_inr_r {
	width: 88%;
	position: relative;
	margin-left: auto;
		}
		
.access .access_inr .access_inr_r	.access_map_img {
	margin-right: -3%;
	padding-top: 60px;
}

.access .access_inr .access_inr_r .tit_wrap {
	width: 17%;
	position: absolute;
	top: 0;
	left: -10%;
}
		
.access .access_inr .access_inr_l	.access_inr_logo {
	width: 60%;
	margin: 2% 0;
}
		
.access .access_inr .access_inr_l .access_inr_l_txt .access_inr_l_txt1 {
	font-size: min(4vw,20px);
	line-height: 1.8;
		}
		
.access .access_inr .access_inr_l .access_inr_l_txt .access_inr_l_txt1 a {
	color: #fff;
	text-decoration: none;
}
		
.access .access_inr .access_inr_l .access_inr_l_txt .access_inr_l_txt2 {
	font-size: min(4vw,20px);
	line-height: 1.8;
}
		
.access .access_inr .access_inr_l .viewmore_btn_wrap {
	width: 50%;
	margin: 50px 0;
}

.access .access_inr .access_inr_l .viewmore_btn_wrap .viewmore_btn_txt {
	width: 75%;
	margin-right: 10%;
}
		
.access .access_inr .access_inr_l .viewmore_btn_wrap .viewmore_btn_arrow {
	width: 15%;
}

.access .access_inr .access_inr_l .access_map iframe{
	height: 450px;
}

}

@media screen and (max-width: 640px) {
	.access .access_inr .access_inr_l .access_map iframe{
	height: 350px;
	}
}

.access .access_inr .access_inr_l .access_inr_l_txt {
	padding-top: 25px;
	border-top: 2px solid #fff;
}

.access .access_inr .access_inr_l .viewmore_btn_wrap img {
	width: 100%;
}

.access .access_inr .access_inr_l .access_map {
	margin: 35px 0;
}



	
	@media screen and (min-width: 1000px) {
		
.banner {
	padding-bottom: 350px;
	background: #56647B;
}

.banner .slick-slide {
	margin-left: 20px;
	}
		
.slick-arrow{
	z-index: 2;
	top: 50%;
	width: 4.4vw;
	height: 4.4vw;
	max-width: 90px;
	max-height: 90px;
	cursor: pointer;
		}
		
	#js-slick {
	width: 93%;
	margin-left: auto;
}

#js-slick .prev-arrow {
	position: absolute;
	top: 0;
	left: -8%;
}

#js-slick .next-arrow {
	position: absolute;
	top: 55%;
	left: -8%;
}
		
.banner .banner_wrap {
	width: 95%;
	margin-left: auto;
	max-width: 2050px;
}
		
	}
	@media screen and (max-width: 999px) {
		
.banner {
	padding: 80px 0 150px;
	margin: -3px 0 0;
}
				
.banner_wrap {
	width: 97%;
	margin: 0 0 0 auto;
}
				
.banner .slick-list {
	padding: 0 35% 0 0 !important;
}
.banner .slick-slide {
	margin-right: 35px;
}
		
	}
	

/* dots */
.slick-dots{
  bottom: -25px;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button::before{
  width: 12px;
  height: 12px;
}
.slick-dots li{
  margin: 0 7px;
}
.slick-dots li button{
  background-color: #fff;
  opacity: .8;
  border-radius: 100%;
}
.slick-dots li.slick-active button{
  opacity: .4;
}
.slick-dots li button::before{
  content: '';
}

.slide img {
	width: 100%;
}

.slick-dotted.slick-slider {
  margin-left: auto;
}
	