@charset "utf-8";

/*-------------------------------
	基本設定
-------------------------------*/

*,
*::before,
*::after{
	box-sizing: border-box;
	line-height: var(--line-height);
	word-wrap: break-word;
	/* font-feature-settings: "palt"; */
	text-align: justify;
}
html{
	font-size: var(--root-font-size);
}
body{
	opacity: 0;
	width: 100%;
	font-size: var(--font-size);
	letter-spacing: 0;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	color: var(--blackcolor);
	/* font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-family: var(--jp);
}

/*----- 画像関連 */
img{
	height: auto;
	vertical-align: bottom;
}

/* SVG表示されないとき */
.svg{
	line-height: 1;
	display: block;
}
.svg img{
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}

/*----- ホバー系 */
a,
.a{
	transition: var(--transition);
}
*:not(.not-a) > a:hover,
*:not(.not-a) > .a:hover{
	opacity: var(--opacity);
}

/*----- コンテンツ */
.sec{
	padding-top: var(--padding-topbottom);
	padding-bottom: var(--padding-topbottom);
}
.sec.bg{
	background: var(--bgcolor);
}
.sec:first-child{
	padding-top: 0;
}
.sec:last-child{
	padding-bottom: 0;
}
.main{
	padding-top: var(--padding-topbottom);
	padding-bottom: var(--padding-topbottom);
	display: block;
	overflow: clip;
}

@media screen and (min-width:769px) , print{

	a[href^="tel:"]{
		pointer-events: none;
	}

	/*----- コンテンツ */
	.fullwidth{
		width: 100%;
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-left: auto;
		margin-right: auto;
	}
	.maxwidth{
		width: 100%;
		max-width: var(--maxwidth);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-left: auto;
		margin-right: auto;
	}
	.smallwidth{
		width: 100%;
		max-width: var(--smallwidth);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-left: auto;
		margin-right: auto;
	}

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	html{
		font-size: var(--root-font-size);
	}
	body{
		min-width: 100%;
		font-size: var(--font-size);
	}

	/*----- コンテンツ */
	.fullwidth{
		width: 100%;
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
	}
	.sp_maxwidth{
		max-width: var(--maxwidth);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
	}

	.sec{
		padding-top: var(--padding-topbottom);
		padding-bottom: var(--padding-topbottom);
	}

}



/*-------------------------------
	パーツ
-------------------------------*/

/*----- 見出し */
/* 大見出し */
.C-Title{
	width: 100%;
	margin-bottom:  5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.C-Title__en{
	background: linear-gradient(90deg, var(--maincolor) 0%, var(--subcolor) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--en);
	font-size: 5.5rem;
	letter-spacing: .1em;
	line-height: .7;
	padding-bottom: .6rem;
	font-weight: 700;
	display: block;
}
.C-Title__jp{
	background: linear-gradient(90deg, var(--maincolor) 0%, var(--subcolor) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--en);
	font-size: 2rem;
	margin-top: 2rem;
	font-weight: 600;
	line-height: 1;
	display: block;
}

/* 大見出し（下層用） */
.C-Title2{
	width: 100%;
	margin-bottom: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.C-Title2__en{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 1.2rem;
	margin-bottom: .8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Title2__en::before,
.C-Title2__en::after{
	color: var(--maincolor);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	display: block;
}
.C-Title2__en::before{
	content: "[";
}
.C-Title2__en::after{
	content: "]";
}
.C-Title2__jp{
	font-family: var(--en);
	color: var(--maincolor);
	width: fit-content;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	padding-left: .1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.C-Title2__jp span{
	padding-left: .1em;
	padding-top: .5rem;
	line-height: 1;
	display: block;
	order: 3;
}
.C-Title2__jp::before{
	background: var(--maincolor);
	content: "";
	width: 1px;
	height: 2.2rem;
	display: block;
	order: 1;
}
.C-Title2__jp::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	order: 2;
}

/* 中見出し */
.C-Title3{
	border-bottom: 1px solid var(--maincolor);
	width: 100%;
	margin-bottom: 5rem;
	padding-bottom: 2.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.C-Title3__en{
	color: var(--bgcolor);
	font-family: var(--en);
	font-size: 7.4rem;
	font-weight: 700;
	line-height: .7;
	padding-bottom: .8rem;
	display: block;
}
.C-Title3__jp{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	margin-top: -1rem;
}
.C-Title3__en.-white{
	color: #fff;
}
/* 中見出し */
.C-Title4{
	width: 100%;
	margin-bottom: 5rem;
	padding-bottom: 2.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.C-Title4__en{
	color: var(--bgcolor);
	font-family: var(--en);
	font-size: 12rem;
	font-weight: 700;
	line-height: .7;
	padding-bottom: .8rem;
	display: block;
}
.C-Title4__jp{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	margin-top: -2rem;
}
/* 中見出し */
.C-Title5{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 3.2rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}
.C-Title5 span{
	padding-top: 3.5rem;
	display: inline-block;
	position: relative;
}
.C-Title5 span::before{
	content: "";
	background: var(--maincolor);
	display: block;
	width: 1px;
	height: 10rem;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
}
.C-Title5 span::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.C-Title5 span{
	line-height: 1;
}

/*----- ボタン */
.C-Button{
	width: 100%;
	max-width: 26.6rem;
	padding-right: 3.6rem;
	height: 5.8rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5000;
}
.C-Button a,
.C-Button .a{
	border: 1px solid var(--maincolor);
	color: var(--maincolor);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5000;
	opacity: 1 !important;
}
.C-Button a::before,
.C-Button .a::before{
	transition: transform .3s var(--transition-easing);
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: scaleX(0);
	transform-origin: right;
}
.C-Button__text{
	transition: var(--transition);
	font-family: var(--en);
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Button::after{
	transition: var(--transition);
	background: var(--maincolor);
	content: "";
	display: block;
	width: 4.9rem;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
}
a:hover .C-Button .a,
.C-Button a:hover,
.C-Button .a:hover{
	color: #fff;
}
a:hover .C-Button .a::before,
.C-Button a:hover::before,
.C-Button .a:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}
a:hover .C-Button::after,
.C-Button:has(a:hover)::after,
.C-Button:has(.a:hover)::after{
	right: -1.3rem;
}
/* 白ver */
.C-Button.-white a,
.C-Button.-white .a{
	border-color: #fff;
	color: #fff;
}
.C-Button.-white::after{
	background: #fff;
}
.C-Button.-white a::before,
.C-Button.-white .a::before{
	background: #fff;
}
a:hover .C-Button .a,
.C-Button.-white a:hover,
.C-Button.-white .a:hover{
	color: var(--maincolor);
}
/* 反転 */
.C-Button.-back{
	transform: scale(-1,1);
}
.C-Button.-back .C-Button__text{
	transform: scale(-1,1);
}

/*----- テキスト */
.C-Text{
	line-height: calc(var(--line-height-number) / var(--font-size-number));
}

/*----- キービジュアル */

/*----- ぱんくず */

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	/*----- 見出し */
	/* 大見出し */
	.C-Title{
		margin-bottom:  8rem;
		align-items: flex-start;
	}
	.C-Title__en{
		font-size: 9.8rem;
		/* line-height: .7; */
		line-height: 1.15;
		padding-bottom: 0;
	}
	.C-Title__jp{
		font-size: 3.6rem;
		margin-top: 2.5rem;
	}
	/* 中見出し */

	/* 大見出し（下層用） */
	.C-Title2{
		margin-bottom: 14rem;
	}
	.C-Title2__en{
		font-size: 2.16rem;
		margin-bottom: 1.44rem;
	}
	.C-Title2__en::before,
	.C-Title2__en::after{
		font-size: 2.16rem;
	}
	.C-Title2__jp{
		font-size: 6.8rem;
		padding-left: 0;
	}
	.C-Title2__jp span{
		padding-left: .1em;
		padding-top: .9rem;
	}
	.C-Title2__jp::before{
		width: 2px;
		height: 3.96rem;
	}
	.C-Title2__jp::after{
		width: 1.2rem;
		height: 1.2rem;
	}

	/* 中見出し */
	.C-Title3{
		margin-bottom: 7rem;
		padding-bottom: 3.1rem;
	}
	.C-Title3__en{
		font-size: 12rem;
	}
	.C-Title3__jp{
		font-size: 3.36rem;
		margin-top: -1.4rem;
	}
	.C-Title3__en.-white{
		color: #fff;
	}
	/* 中見出し */
	.C-Title4{
		margin-bottom: 7rem;
		padding-bottom: 3rem;
	}
	.C-Title4__en{
		/*font-size: 16.8rem;*/
		font-size: 15.8rem;
		padding-bottom: 1.12rem;
	}
	.C-Title4__jp{
		font-size: 4.48rem;
		margin-top: -2.5rem;
	}
	/* 中見出し */
	.C-Title5{
		font-size: 4.48rem;
	}
	.C-Title5 span{
		padding-top: 4.9rem;
	}
	.C-Title5 span::before{
		width: 2px;
		height: 18rem;
	}
	.C-Title5 span::after{
		width: 1rem;
		height: 1rem;
	}

	/*----- ボタン */
	.C-Button{
		max-width: 55rem;
		padding-right: 0;
		height: 12rem;
	}
	.C-Button__text{
		font-size: 2.8rem;
	}
	.C-Button::after{
		width: 12rem;
		transform: translateX(6rem);
	}
	a:hover .C-Button::after,
	.C-Button:has(a:hover)::after,
	.C-Button:has(.a:hover)::after{
		right: 0;
	}

}



/*-------------------------------
	ヘッダー
-------------------------------*/

.header{
	height: var(--header-height);
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9900;
	background: #fff;
}
.header__inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo{
	width: 15.3rem;
	position: relative;
	z-index: 9990;
}
.header__logo a{
	width: 100%;
	display: block;
	position: relative;
}
.header__logo img{
	transition: var(--transition);
	width: 100%;
}
.header__logo img:nth-of-type(2){
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 6000;
	opacity: 0;
}

.header__nav{
	width: calc(100% - 15.3rem);
	column-gap: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__nav-button{
	border: 1px solid var(--maincolor);
	transition: var(--transition);
	width: 100%;
	max-width: 40rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 9990;
}
.header__nav-button.-sp_active{ /*sp用*/
	display: none;
}
.header__nav-button-item{
	width: 100%;
	height: 100%;
	position: relative;
}
.header__nav-button-item:nth-of-type(1){
	width: 25%;
}
.header__nav-button-item:nth-of-type(2){
	width: 42.5%;
}
.header__nav-button-item:nth-of-type(3){
	width: 32.5%;
}
.header__nav-button-item:not(:last-child)::after{
	transition: var(--transition);
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 1.2rem);
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
	transform: translateY(-50%);
}
.header__nav-button-item a{
	font-family: var(--en);
	color: var(--maincolor);
	width: 100%;
	height: 100%;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	opacity: 1 !important;
}
.header__nav-button-item a::after{
	border-right: 1px solid var(--maincolor);
	border-bottom: 1px solid var(--maincolor);
	transition: var(--transition);
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	transform: rotate(-45deg);
	margin-left: .6rem;
}
.header__nav-button-item a:hover{
	background: var(--maincolor);
	color: #fff;
}
.header__nav-button-item a:hover::after{
	transform: translateX(.4rem) rotate(-45deg);
	border-color: #fff;
}

.header__nav-open{
	transition: var(--transition);
	background: var(--gradcolor);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9900;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.header__nav-open-inner-wrap__scroll{
	width: 100%;
}
.header__nav-open-inner-wrap{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header__nav-open-inner{
	transform: translateY(1rem);
	opacity: 0;
}
.header__nav-open-inner:nth-of-type(1){
	transition-delay: .3s !important;
}
.header__nav-open-inner:nth-of-type(2){
	transition-delay: .4s !important;
}
.header__nav-open-inner:nth-of-type(3){
	transition-delay: .5s !important;
}
.header__nav-item:not(:last-child){
	margin-bottom: 5rem;
}
.header__nav-item{
	transform: translateY(1rem);
	opacity: 0;
}
.header__nav-item:nth-of-type(1){
	transition-delay: 0s !important;
}
.header__nav-item:nth-of-type(2){
	transition-delay: .25s !important;
}
.header__nav-item:nth-of-type(3){
	transition-delay: .5s !important;
}
.header__nav-item-title a,
.header__nav-item-title .a{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.header__nav-item-title .a{
	opacity: 1 !important;
}
.header__nav-item-title-en{
	font-family: var(--en);
	font-size: 3.7rem;
	margin-bottom: 1.2rem;
	letter-spacing: .1em;
	font-weight: 600;
	line-height: .72;
	padding-bottom: .4rem;
	color: #fff;
}
.header__nav-item-title-jp{
	font-family: var(--en);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}
.header__nav-child{
	margin-top: 3rem;
}
.header__nav-child-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__nav-child-item::before{
	font-family: var(--en);
	content: "-";
	font-weight: 500;
	line-height: 1;
	color: #fff;
	display: block;
}
.header__nav-child-item:not(:last-child){
	margin-bottom: 3.6rem;
}
.header__nav-child-item a{
	font-family: var(--en);
	font-size: 2.4rem;
	padding-left: .5rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	display: block;
}

/*----- ハンバーガー */
.menu-button{
	width: 3.5rem;
	height: 4rem;
	padding-top: 2rem;
	box-sizing: border-box;
	display: block !important;
	cursor: pointer;
	position: relative;
	z-index: 9990;
}
.menu-button::before{
	transition: var(--transition);
	font-family: var(--en);
	content: "MENU";
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--maincolor);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.menu-button i{
	background: var(--maincolor);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	display: block;
	width: 100%;
	height: 2px;
	position: relative;
	left: 0px;
	top: calc(50% - 1px);
}
.menu-button i::before,
.menu-button i::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: var(--maincolor);
	position: absolute;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
}
.menu-button i::before{
	-webkit-transform: translateY(calc(1rem - 1px));
	-ms-transform: translateY(calc(1rem - 1px));
	transform: translateY(calc(1rem - 1px));
}
.menu-button i::after{
	-webkit-transform: translateY(calc(-1rem + 1px));
	-ms-transform: translateY(calc(-1rem + 1px));
	transform: translateY(calc(-1rem + 1px));
}

/*----- 白ver */
.header.-white{
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.header.-white#g-header::before{
	width: 100%;
	height: 26rem;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	transition: var(--transition);
}
header.-white.on#g-header::before{
	height: 0;
	opacity: 0;
}

.header.-white .header__logo img:nth-of-type(1){
	opacity: 0;
}
.header.-white .header__logo img:nth-of-type(2){
	opacity: 1;
}
.header.-white .header__nav-button{
	border-color: #fff;
}
.header.-white .header__nav-button-item a{
	color: #fff;
}
.header.-white .header__nav-button-item a::after{
	border-color: #fff;
}
.header.-white .header__nav-button-item:not(:last-child)::after{
	background: #fff;
}
.header.-white .header__nav-button-item a:hover{
	color: var(--maincolor);
	background: #fff;
}
.header.-white .header__nav-button-item a:hover::after{
	border-color: var(--maincolor);
}
.header.-white .menu-button::before{
	color: #fff;
}
.header.-white .menu-button i{
	background: #fff;
}
.header.-white .menu-button i::before,
.header.-white .menu-button i::after{
	background: #fff;
}

/*----- ナビオープン時 */
.header.is_open .header__logo img:nth-of-type(1){
	opacity: 0;
}
.header.is_open .header__logo img:nth-of-type(2){
	opacity: 1;
}
.header.is_open .header__nav-button{
	border-color: #fff;
}
.header.is_open .header__nav-button-item a{
	color: #fff;
}
.header.is_open .header__nav-button-item a::after{
	border-color: #fff;
}
.header.is_open .header__nav-button-item:not(:last-child)::after{
	background: #fff;
}
.header.is_open .header__nav-button-item a:hover{
	color: var(--maincolor);
	background: #fff;
}
.header.is_open .header__nav-button-item a:hover::after{
	border-color: var(--maincolor);
}
.header.is_open .menu-button::before{
	content: "CLOSE";
	color: #fff;
}
.header.is_open .menu-button i{
	background: transparent;
}
.header.is_open .menu-button i::after{
	transform:translateY(0px) rotate(-30deg);
	background: #fff;
}
.header.is_open .menu-button i::before{
	transform:translateY(0px) rotate(30deg);
	background: #fff;
}
.header.is_open .header__nav-open{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.header.is_open .header__nav-open .header__nav-open-inner{
	transition: .3s all ease-in-out;
	transform: translateY(0);
	opacity: 1;
}
.header.is_open .header__nav-open .header__nav-item{
	transition: .3s all ease-in-out;
	transform: translateY(0);
	opacity: 1;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){
	.header__nav-open-inner-wrap{
		padding-right: 6.5rem;
	}
	
}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.header{
		padding-top: 5rem;
		height: auto;
	}
	.header__inner{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.header__logo{
		width: 21rem;
	}
	.header__logo img{
		height: 6rem;
		object-fit: contain;
	}

	.header__nav{
		width: calc(100% - 21rem);
		column-gap: 0;
	}
	.header__nav-button.-pc_active{/*pc用*/
		display: none;
	}
	.header__nav-button.-sp_active{/*sp用*/
		display: flex;
	}
	.header__nav-button{
		width: 100%;
    	max-width: 100%;
		height: 12.5rem;
		margin-bottom: 6rem;
	}
	.header__nav-button-item{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.header__nav-button-item:nth-of-type(1){
		width: calc(100% / 3);
	}
	.header__nav-button-item:nth-of-type(2){
		width: calc(100% / 3);
	}
	.header__nav-button-item:nth-of-type(3){
		width: calc(100% / 3);
	}
	.header__nav-button-item:not(:last-child)::after{
		height: calc(100% - 4.1rem);
	}
	.header__nav-button-item a{
		line-height: calc(3.2 / 2.8);
	}
	.header__nav-button-item a::after{
		width: .72rem;
		height: .72rem;
		transform: rotate(-45deg);
		margin-left: .6rem;
	}

	.header__nav-open{
		padding-top: 17rem;
		padding-bottom: 12rem;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.header__nav-open-inner-wrap__scroll{
		height: 100%;
		overflow: auto;		
	}
	.header__nav-open-inner-wrap{
		width: 100%;
		height: auto;
		flex-direction: column;
	}
	.header__nav-open-inner{
		width: 100%;
	}
	.header__nav-open-inner:not(:last-child){
		margin-bottom: 11rem;
	}
	.header__nav-item:not(:last-child){
		margin-bottom: 11rem;
	}
	.header__nav-item-title a{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.header__nav-item-title-en{
		font-size: 5.6rem;
        margin-bottom: 2.2rem;
		letter-spacing: .1em;
		line-height: .72;
		padding-bottom: .4rem;
	}
	.header__nav-item-title-jp{
		font-family: var(--en);
		font-size: 2.8rem;
		font-weight: 600;
	}
	.header__nav-child{
		margin-top: 3rem;
	}
	.header__nav-child-item{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.header__nav-child-item:not(:last-child){
		margin-bottom: 3.6rem;
	}
	.header__nav-child-item a{
		font-size: 3.2rem;
		padding-left: .5rem;
	}

	/*----- ハンバーガー */
	.menu-button{
		width: 6rem;
		height: 4rem;
		padding-top: 0;
	}
	.menu-button::before{
		display: none;
	}
	.menu-button i::before{
		-webkit-transform: translateY(calc(2rem - 1px));
		-ms-transform: translateY(calc(2rem - 1px));
		transform: translateY(calc(2rem - 1px));
	}
	.menu-button i::after{
		-webkit-transform: translateY(calc(-2rem + 1px));
		-ms-transform: translateY(calc(-2rem + 1px));
		transform: translateY(calc(-2rem + 1px));
	}

	/*----- 白ver */
	.header.-white{
		background: linear-gradient(180deg,rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
	}

}

/*-------------------------------
	右側ボタン
-------------------------------*/
.Sidebutton__fix{
	height: calc(100% - var(--header-height));
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding-bottom: 4.5rem;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
}
.Sidebutton__fix-button{
	width: 5.8rem;
	border-radius: 2rem 0 0 2rem;
	overflow: hidden;
}
.Sidebutton__fix-button:not(:last-child){
	margin-bottom: 1rem;
}
.Sidebutton__fix-button a{
	font-family: var(--en);
	font-size: 2.4rem;
	padding-top: 2.8rem;
	padding-bottom: 3.2rem;
	font-weight: 700;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #68C6C6;
	color: #fff;
	position: relative;
	opacity: 1 !important;
}
.Sidebutton__fix-button a::before{
	transition: .3s transform ease-in-out;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 4000;
	transform: scaleX(0);
	transform-origin: right;
	background: #005657;
}
.Sidebutton__fix-button a:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}
.Sidebutton__fix-button a::after{
	content: "";
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin-top: 1rem;
	background-image: url(../images/index/icon_mainvisual-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 6000;
}
.Sidebutton__fix-button span{
	position: relative;
	z-index: 6000;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){
	.Sidebutton__fix{
    	padding-bottom: 1.5rem;
	}
	.Sidebutton__fix-button a{
		font-size: 2rem;
	}
}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Sidebutton__fix{
		width: 100%;
		height: auto;
    	padding-bottom: 0;
        flex-direction: row;
	}
	
	.Sidebutton__fix-button{
		width: calc((100% - 2px) / 2);
        border-radius: 2rem 2rem 0 0;
		overflow: hidden;
	}
	.Sidebutton__fix-button:not(:last-child){
		margin-bottom: 0;
		margin-right: 2px;
	}
	.Sidebutton__fix-button a{
        font-size: 2.8rem;
        padding-top: 1.6rem;
        padding-bottom: 1.3rem;
		-ms-writing-mode: lr-tb; /* IE用 */
		writing-mode: horizontal-tb;
	}
	.Sidebutton__fix-button a:hover::before{
		transform: scaleX(1);
		transform-origin: left;
	}
	.Sidebutton__fix-button a::after{
		width: 2.4rem;
		height: 2.4rem;
		margin-top: 0;
		margin-left: 1.2rem;
	}
}


/*-------------------------------
	フッター
-------------------------------*/

.footer{
	background: var(--gradcolor);
	padding-top: 9.8rem;
	color: #fff;
}
.footer__top{
	width: 100%;
	margin-bottom: 6.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__logo{
	width: 30.5rem;
}
.footer__logo img{
	width: 100%;
}
.footer__data{
	width: calc(100% - 30.5rem);
	padding-left: 9.8rem;
}
.footer__corp{
	font-family: var(--en);
	font-size: 2rem;
	margin-bottom: 2rem;
	letter-spacing: .1em;
	line-height: 1;
	font-weight: 600;
}
.footer__address,
.footer__tel{
	font-family: var(--en);
	font-weight: 600;
	line-height: 1;
	letter-spacing: .1em;
}
.footer__address{
	margin-bottom: 1.4rem;
}
.footer__bottom{
	width: 100%;
	padding-bottom: 4rem;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.footer__nav{
	width: calc(100% - 20rem);
	margin-bottom: 2.4rem;
	padding-right: 7rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer__nav-item:not(:last-child){
	margin-bottom: 3rem;
}
.footer__nav-title{
	line-height: 1;
}
.footer__nav-title a,
.footer__nav-title .a{
	font-family: var(--en);
	line-height: 1;
	font-weight: 600;
	display: block;
}
.footer__nav-title .a{
	opacity: 1 !important;
}
.footer__nav-child{
	margin-top: 2rem;
}
.footer__nav-child-item{
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer__nav-child-item:not(:last-child){
	margin-bottom: 1.4rem;
}
.footer__nav-child-item::before{
	font-family: var(--en);
	content: "-";
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
	display: block;
}
.footer__nav-child-item a{
	font-family: var(--en);
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
	display: block;
}
.footer__button{
	width: 20rem;
	margin-bottom: 2.4rem;
}
.footer__button-item{
	width: 100%;
}
.footer__button-item:not(:last-child){
	margin-bottom: 2.4rem;
}
.footer__button-item a{
	border: 1px solid #68C6C6;
	font-family: var(--en);
	width: 100%;
	height: 4rem;
	border-radius: 2rem;
	background: #68C6C6;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1 !important;
}
.footer__button-item a::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background-image: url(../images/common/icon_arrow-foot-button.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
}
.footer__button-item a:hover{
	background: transparent;
	border-color: #fff;
}
.footer__button-item a:hover::after{
	transform: translate(.5rem,-50%);
}
.footer__button2{
	width: 100%;
	max-width: 40rem;
	height: 4rem;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__button2-item{
	width: 100%;
	height: 100%;
	position: relative;
}
.footer__button2-item:nth-of-type(1){
	width: 25%;
}
.footer__button2-item:nth-of-type(2){
	width: 42.5%;
}
.footer__button2-item:nth-of-type(3){
	width: 32.5%;
}
.footer__button2-item:not(:last-child)::after{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 1.2rem);
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
	transform: translateY(-50%);
	background: #fff;
}
.footer__button2-item a{
	font-family: var(--en);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	color: #fff;
	opacity: 1 !important;
}
.footer__button2-item a::after{
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	transform: rotate(-45deg);
	margin-left: .6rem;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.footer__button2-item a:hover{
	color: var(--maincolor);
	background: #fff;
}
.footer__button2-item a:hover::after{
	border-color: var(--maincolor);
}
.footer__last{
	width: 100%;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__privacy{
	font-family: var(--en);
	line-height: 1;
}
.footer__privacy a{
	line-height: 1;
	display: inline-block;
}
.footer__copyright{
	font-size: 1.2rem;
	line-height: 1;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1320px) and (min-width: 769px){

	.footer__top{
		width: calc(100% - 5.8rem);
	}
	.footer__logo{
		width: 25rem;
	}
	.footer__data{
		width: calc(100% - 25rem);
		padding-left: 5rem;
	}
	.footer__bottom{
		width: calc(100% - 5.8rem);
	}
	.footer__nav{
		padding-right: 5rem;
		row-gap: 5rem;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.footer__nav-inner{
		width: calc(100% / 4);
	}
	.footer__last{
		width: calc(100% - 5.8rem);
	}

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.footer__nav-inner{
		width: calc(100% / 3);
	}

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

	.footer{
		padding-top: 11.5rem;
		padding-bottom: 5rem;
	}
	.footer__top{
		padding-bottom: 14.8rem;
		margin-bottom: 1.8rem;
		border-bottom: 1px solid #fff;
		flex-direction: column;
	}
	.footer__logo{
		width: 39rem;
		margin-bottom: 9rem;
	}
	.footer__data{
		width: 100%;
		padding-left: 0;
	}
	.footer__corp{
		font-size: 4rem;
		margin-bottom: 3.8rem;
		text-align: center;
	}
	.footer__address,
	.footer__tel{
		letter-spacing: 0;
		text-align: center;
	}
	.footer__address{
		margin-bottom: 3rem;
	}
	.footer__bottom{
		display: none;
	}
	.footer__last{
		padding-top: 1.2rem;
		padding-bottom: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.footer__privacy{
		margin-bottom: 2.8rem;
	}
	.footer__copyright{
		font-size: 2rem;
		line-height: 1;
	}

}



/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual{
	margin-top: var(--header-height);
	padding-top: 9rem;
	padding-bottom: 1.4rem;
	overflow: hidden;
}
.Keyvisual__inner{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Keyvisual__title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Keyvisual__title-en{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 5.5rem;
	margin-bottom: 2rem;
	letter-spacing: .1em;
	line-height: .68;
	padding-bottom: .6rem;
	display: block;
	text-align: center;
}
.Keyvisual__title-jp{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 2rem;
	letter-spacing: .06em;
	font-weight: 600;
	line-height: 1;
	display: block;
}
.Keyvisual__image{
	width: 100%;
	padding-top: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Keyvisual__image img{
	width: 100vw;
	height: 36.2rem;
	object-fit: cover;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){	
	.Keyvisual{
		margin-top: var(--header-height);
		padding-top: var(--padding-topbottom);
		padding-bottom: 2.52rem;
	}
	.Keyvisual__title-en{
		font-size: 9.8rem;
		margin-bottom: 2.8rem;
		padding-bottom: 1.08rem;
	}
	.Keyvisual__title-jp{
		font-size: 3.6rem;
	}
	.Keyvisual__image{
		width: 100%;
		padding-top: 7.56rem;
	}
	.Keyvisual__image img{
		height: 45rem;
	}
}



/*-------------------------------
	ぱんくず
-------------------------------*/

.Breadclumb__inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.Breadclumb__item-wrap{
	line-height: 1;
	display: block;
}
.Breadclumb__item{
	font-family: var(--mincho);
	display: inline;
}
.Breadclumb__item:not(:last-child)::after{
	content: ">";
	margin-left: 1.2rem;
	margin-right: .8rem;
}
.Breadclumb__item a{
	font-family: var(--mincho);
	text-decoration: underline;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Breadclumb__inner{
		flex-wrap: wrap;
	}
	.Breadclumb__item:not(:last-child)::after{
		content: ">";
		margin-left: 1.4rem;
		margin-right: .88rem;
	}
}



/*-------------------------------
	お知らせ一覧
-------------------------------*/

.C-News__list-item{
	border-bottom: 1px solid #ccc;
}
.C-News__list-item:first-child{
	border-top: 1px solid #ccc;
}
.C-News__list-item a{
	width: 100%;
	padding: 2rem 3rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.C-News__list-item-time{
	color: var(--maincolor);
	width: 20rem;
	line-height: 1.5;
}
.C-News__list-item-title{
	width: calc(100% - 20rem);
	line-height: 1.5;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.C-News__list-item a{
		padding: 5rem 0;
		flex-direction: column;
	}
	.C-News__list-item-time{
		width: 100%;
		margin-bottom: 1.2rem;
		line-height: 1;
	}
	.C-News__list-item-title{
		width: 100%;
		line-height: 1.5;
	}

}



/*-------------------------------
	ページナビ
-------------------------------*/

.wp-pagenavi{
	padding-top: 9rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi > *{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	color: #050533;
}
.wp-pagenavi > *:not(:last-child){
	margin-right: 1rem;
}
.wp-pagenavi .current{
	color: #B2B2B2;
}
.wp-pagenavi .previouspostslink{
	margin-right: 1.6rem;
}
.wp-pagenavi .nextpostslink{
	margin-left: .6rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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





	.wp-pagenavi{
		padding-top: 9rem;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wp-pagenavi > *{
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1;
		color: #050533;
	}
	.wp-pagenavi > *:not(:last-child){
		margin-right: 1rem;
	}
	.wp-pagenavi .current{
		color: #B2B2B2;
	}
	.wp-pagenavi .previouspostslink{
		margin-right: 1.6rem;
	}
	.wp-pagenavi .nextpostslink{
		margin-left: .6rem;
	}
}



/*-------------------------------
	レイアウト
-------------------------------*/

.C-Layout1{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.C-Layout1__body{
	width: 50%;
}
.C-Layout1__title{
	font-family: var(--en);
	font-size: 3.2rem;
	margin-bottom: 2.5rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
}
.C-Layout1__image{
	width: 50%;
	padding-left: 11.5rem;
}
.C-Layout1__image span{
	width: calc(100% + 20rem);
	height: 43rem;
	display: block;
}
.C-Layout1__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.C-Layout1__text{
	line-height: calc(3.6 / 1.4);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.C-Layout1__image{
		padding-left: 5rem;
	}
	.C-Layout1__image span{
		width: calc(100% + var(--padding-leftright));
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.C-Layout1{
		flex-direction: column-reverse;
	}
	.C-Layout1__body{
		width: 100%;
	}
	.C-Layout1__image{
		width: 100%;
		margin-bottom: 2.5rem;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.C-Layout1__image span{
		width: 100%;
		height: auto;
	}

}
@media screen and (max-width:768px){
	.C-Layout1{
		flex-direction: column;
	}
	.C-Layout1__body{
		width: 100%;
		margin-bottom: 8rem;
	}
	.C-Layout1__title{
		font-size: 4.5rem;
		margin-bottom: 3.5rem;
	}
	.C-Layout1__image{
		width: 100%;
		padding-left: 0;
	}
	.C-Layout1__image span{
		width: calc(100% + 20rem);
		height: auto;
		aspect-ratio: 284 / 219;
	}
}

/*.js-scroll{
	padding-bottom: 1.5rem;
}
.scroll-hint-text{
	text-align: center;
}*/
