@charset "utf-8";

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

*,
*::before,
*::after{
	font-weight: 400;
	box-sizing: border-box;
	line-height: var(--line-height);
	word-wrap: break-word;
}
html{
	font-size: var(--root-font-size);
}
body{
	opacity: 0;
	width: 100%;
	font-size: var(--font-size);
	letter-spacing: .05em;
	-webkit-text-size-adjust: 100%;
	color: var(--blackcolor);
	font-family: var(--jp1);
}
body::before,
body::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #DBD4D4;
	opacity: .5;
	z-index: -1;
}
body::before{
	left: calc(50% - 24rem);
}
body::after{
	right: calc(50% - 24rem);
}

/*----- 画像関連 */
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);
	color: var(--blackcolor);
}
*:not(.not-a) > a:hover,
*:not(.not-a) > .a:hover{
	opacity: var(--opacity);
}

/*----- コンテンツ */
.allwrap{
	width: 100%;
	overflow-x: hidden;
}
.sec{
	padding-top: var(--padding-topbottom);
	padding-bottom: var(--padding-topbottom);
}
.sec:has(.C-Title){
	padding-top: 25rem;
}
.main{
	display: block;
}
.main::before,
.main::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #DBD4D4;
	opacity: .5;
	z-index: -1;
}
.main::before{
	left: calc(50% - (24rem + 48rem));
}
.main::after{
	right: calc(50% - (24rem + 48rem));
}

@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;
	}

}
@media screen and (max-width:1240px) 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);
	}
	body::before{
		left: calc(50% - 21.5rem);
	}
	body::after{
		right: calc(50% - 21.5rem);
	}

	/*----- コンテンツ */
	.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);
	}
	.sec:has(.C-Title){
		padding-top: calc(25rem * 1.2);
	}
	.main::before,
	.main::after{
		display: none;
	}

}



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

/*----- レイアウト */
.C-layout{
	position: relative;
}
.C-layout__inner{
	padding-top: 14rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.C-layout__body{
	width: 65rem;
	/* height: 53.5rem; */
	padding: 10rem 9rem 6rem;  
	background: rgba(255,255,255,.7);
	backdrop-filter: blur(8rem);
	position: relative;
}
.C-layout__title{
	margin-bottom: 5rem;
}
.C-layout__title-en{
	font-family: var(--en2);
	transform: rotate(-14deg) translate(-.5em,-.5em);
	font-size: 10rem;
	line-height: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	white-space: nowrap;
}
.C-layout__title-jp{
	font-family: var(--jp2);
	font-size: 4.2rem;
	font-weight: 700;
	line-height: calc(5.04 / 4.2);
	display: block;
}
.C-layout__text{
	padding-left: 3rem;
	margin-bottom: 6rem;
	border-left: 2px solid;
}
.C-layout__image{
	width: calc(50% + 11rem);
	padding-right: 5rem;
	height: 60rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.C-layout__image img{
	border-radius: var(--border-radius);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 反転 */
.C-layout.-reverse .C-layout__inner{
	align-items: flex-end;
}
.C-layout.-reverse .C-layout__image{
	padding-right: 0;
	padding-left: 5rem;
	right: unset;
	left: 0;
}

/*----- 見出し */
/* 大見出し */
.C-Title{
	width: 100%;
	margin-bottom: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.C-Title__en-back{
	font-family: var(--en2);
	font-size: 22rem;
	line-height: 1;
	transform: rotate(-8deg) translateY(-.5em);
	padding-bottom: .5em;
	padding-left: .05em;
	padding-right: .05em;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	top: 0;
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: -1;
	white-space: nowrap;
}
.C-Title__en{
	font-family: var(--en1);
	font-size: 9rem;
	margin-bottom: .5rem;
	font-weight: 600;
	line-height: 1;
	display: block;
}
.C-Title__jp{
	font-size: 2rem;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1;
	display: block;
}

/* 中見出し */

/*----- ボタン */
.C-Button{
	width: 35rem;
	height: 9rem;
	border-radius: 4.5rem;
	overflow: hidden;
}
.C-Button a{
	width: 100%;
	height: 100%;
	padding-left: 5rem;
	padding-right: 5rem;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.C-Button a::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 1.7rem;
	height: 1.6rem;
	position: absolute;
	right: 4rem;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/common/icon_arrow-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.C-Button a:hover::after{
	transform: translate(.5rem,-50%);
}

/*----- お問い合わせボタン */
.C-Contact-button{
	width: 45rem;
	height: 10rem;
	border-radius: 5rem;
	overflow: hidden;
}
.C-Contact-button a{
	background: var(--gradcolor_maincolor1);
	width: 100%;
	height: 100%;
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.C-Contact-button a::before{
	content: "";
	display: block;
	width: 3rem;
	height: 3rem;
	margin-right: 3rem;
	background-image: url(../images/common/icon_mail-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.C-Contact-button span{
	line-height: 1;
	display: block;
}

/*----- オブジェクト */
.C-Blur-object-wrap{
	position: relative;
}
.C-Blur-object{
	width: 23.5rem;
	height: 18rem;
	border-radius: 50%;
	filter: blur(15rem);
	display: block;
	position: absolute;
	z-index: -1;
}
.C-Blur-object.-color1{
	background: var(--gradcolor_maincolor1);
}
.C-Blur-object.-color2{
	background: var(--gradcolor_maincolor2);
}

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

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

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

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

	/*----- レイアウト */
	.C-layout__inner{
		padding-top: 46rem;
	}
	.C-layout__body{
		width: calc(100% + var(--padding-leftright));
		padding: 18rem 5rem 12rem;
		margin-left: calc(var(--padding-leftright) * -1);
	}
	.C-layout__title{
		margin-bottom: 12rem;
	}
	.C-layout__title-en{
		transform: rotate(-14deg) translate(.15em,-.65em);
		font-size: 20rem;
	}
	.C-layout__title-jp{
		font-size: 7.2rem;
		line-height: calc(10.66 / 7.2);
	}
	.C-layout__text{
		padding-left: 5.8rem;
		margin-bottom: 12rem;
	}
	.C-layout__image{
		padding-left: var(--padding-leftright);
		width: 100%;
		padding-right: 0;
	}
	.C-layout__image img{
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	/* 反転 */
	.C-layout.-reverse .C-layout__inner{
		align-items: flex-start;
	}
	.C-layout.-reverse .C-layout__body{
		margin-left: 0;
	}
	.C-layout.-reverse .C-layout__title-en{
		transform: rotate(-14deg) translate(-.15em, -.65em);
	}
	.C-layout.-reverse .C-layout__image{
		padding-right: var(--padding-leftright);
		padding-left: 0;
	}
	.C-layout.-reverse .C-layout__image img{
		border-radius: var(--border-radius);
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	/*----- 見出し */
	/* 大見出し */
	.C-Title{
		margin-bottom: calc(6rem * 2);
	}
	.C-Title__en-back{
		font-size: calc(22rem * 1.2);
		transform: rotate(-8deg) translate(0,-.5em);
		padding-bottom: calc(.5em * 1.2);
		padding-left: calc(.05em * 1.2);
		padding-right: calc(.05em * 1.2);
	}
	.C-Title__en{
		font-size: calc(9rem * 1.2);
		margin-bottom: calc(.5rem * 1.2);
	}
	.C-Title__jp{
		font-size: calc(2rem * 1.5);
	}

	/* 中見出し */

	/*----- ボタン */
	.C-Button{
		width: 100%;
		height: 15rem;
		border-radius: 7.5rem;
	}
	.C-Button a{
		padding-left: 10rem;
		padding-right: 10rem;
		font-size: 4rem;
	}
	.C-Button a::after{
		width: 3.4rem;
		height: 3.2rem;
		right: 7.6rem;
	}

	/*----- お問い合わせボタン */
	.C-Contact-button{
		width: 100%;
		height: calc(10rem * 1.5);
		border-radius: calc(5rem * 1.5);
		overflow: hidden;
	}
	.C-Contact-button a{
		font-size: calc(2.4rem * 1.8);
	}
	.C-Contact-button a::before{
		width: calc(3rem * 2);
		height: calc(3rem * 2);
		margin-right: calc(3rem * 1.5);
	}

	/*----- オブジェクト */
	.C-Blur-object{
		width: 34rem;
		height: 26rem;
	}
}



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

.header{
	width: 100%;
	padding-top: 5rem;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9900;
}
.header::before{
	transition: var(--transition);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	/* background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%); */
	background: var(--gradcolor1);
	opacity: 0;
	filter: blur(5rem);
}
.header.on::before{
	opacity: 1;
}
.header__inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo{
	width: 38rem;
}
.header-logo a{
	font-family: var(--jp2);
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	display: block;
}
.header-nav{
	width: calc(100% - 38rem);
}
.header-nav__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-nav__item{
	margin-right: 5rem;
}
.header-nav__item a{
	color: #fff;
}
.header-nav__button{
	width: 30rem;
	height: 8rem;
}
.header-nav__button a{
	font-size: 2rem;
}
.header-nav__button a::before{
	width: 2.8rem;
	height: 2.8rem;
}

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

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

	.header-logo{
		width: 27.8rem;
	}
	.header-logo a{
		font-size: 2.6rem;
	}
	.header-nav{
		width: calc(100% - 27.8rem);
	}
	.header-nav__item{
		margin-right: 2.5rem;
	}
	.header-nav__button{
		width: 20rem;
	}
	.header-nav__button a{
		font-size: 1.6rem;
	}
	.header-nav__button a::before{
		margin-right: 1.5rem;
	}
	
}
@media screen and (max-width:960px) and (min-width: 769px){

	.header-logo{
		width: 15rem;
	}
	.header-logo a{
		line-height: 1;
		font-size: 2.2rem;
	}
	.header-nav{
		width: calc(100% - 15rem);
	}
	.header-nav__button{
		width: 16.5rem;
	}
	.header-nav__button a::before{
		margin-right: .5rem;
	}

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

	.header{
		padding-top: 0;
	}
	.header__inner{
		height: 12rem;
	}
	.header-logo{
		width: auto;
		position: relative;
		z-index: 9901;
	}
	.header-logo a{
		font-size: 4.6rem;
	}
	.header-nav{
		background: var(--gradcolor1);
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 9900;
		display: none;
	}
	.header-nav__inner{
		width: 100%;
		padding-top: 24rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-direction: column;
	}
	.header-nav__item{
		margin-right: 0;
	}
	.header-nav__item{
		margin-bottom: 5rem;
	}
	.header-nav__item a{
		font-size: 4.2rem;
	}
	.header-nav__button{
		width: 100%;
		height: calc(10rem * 1.5);
	}
	.header-nav__button a{
		font-size: calc(2.4rem * 1.8);
	}
	.header-nav__button a::before{
		width: calc(2.8rem * 2);
		height: calc(2.8rem * 2);
		margin-right: calc(3rem * 1.5);
	}

	/*----- ハンバーガー */
	.menu-button {
		background: rgba(var(--maincolor1),1);
		width: 12rem;
		height: 12rem;
		padding: 4rem 3rem;
		box-sizing: border-box;
		display: block !important;
		z-index: 9900;
		cursor: pointer;
		position: fixed;
		right: 0;
		top: 0;
	}
	.menu-button i{
		display: block;
		width: 100%;
		height: .4rem;
		background: #fff;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		position: relative;
		left: 0px;
		top: 1.8rem;
	}
	.menu-button i:before,
	.menu-button i:after{
		content: "";
		display: block;
		width: 100%;
		height: .4rem;
		background: #fff;
		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(1.8rem);
		-ms-transform: translateY(1.8rem);
		transform: translateY(1.8rem);;
	}
	.menu-button i:after{
		-webkit-transform: translateY(-1.8rem);
		-ms-transform: translateY(-1.8rem);
		transform: translateY(-1.8rem);
	}
	.is_open i{
		background: transparent;
	}
	.is_open i:after{
		transform:translateY(0px) rotate(-45deg);
	}
	.is_open i:before{
		transform:translateY(0px) rotate(45deg);
	}

}



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

.footer{
	padding-top: 10rem;
	padding-bottom: 10rem;
	background: #fff;
}
.footer-copyright{
	font-size: 1.4rem;
	text-align: center;
}
.footer-nav{
	width: 100%;
	margin-bottom: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-nav__item{
	position: relative;
}
.footer-nav__item:not(:first-child){
	padding-left: 2.4rem;
}
.footer-nav__item:not(:last-child){
	padding-right: 2.4rem;
}
.footer-nav__item:not(:last-child)::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.footer-nav__item a{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	display: block;
}
.footer-copyright{
	line-height: 1;
	display: block;
}

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

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

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

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

	.footer{
		padding-top: calc(10rem * 1);
		padding-bottom: calc(10rem * 1);
	}
	.footer-copyright{
		font-size: calc(1.4rem * 2);
	}
	.footer-nav{
		display: none;
	}

}