@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: .1em;
	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);
	position: relative;
}
*.-bg{
	background: var(--bgcolor);
}
.sec__circle.-bg-dot::after{
	content: "";
	display: block;
	width: 200vw;
	height: 100%;
	background-color: #ffffff;
	background-image: radial-gradient(circle, #b2d5eb .1rem, transparent .1rem), radial-gradient(circle, #b2d5eb .1rem, transparent .1rem);
	background-position: 0 0, 1.1rem 2.2rem;
	background-size: 2.2rem 4.4rem;
	z-index: -1;
	flex-shrink: 0;
	margin-left: -50vw;
	border-radius: 50%;
}

.sec__circle{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	/* z-index: 4000; */
	z-index: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec__inner{
	position: relative;
	/* z-index: 6000; */
}
.sec__header{
	margin-bottom: 9rem;
	position: relative;
    z-index: 6000;
}
.sec__headerText{
	font-size: 2rem;
	line-height: calc(3.8 / 2);
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	z-index: 6000;
	position: relative;
}
.sec__headerText.-hosoku{
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: calc(2 / 1.3);
}
.sec__headerText.-hosoku::before{
	content: "※";
	line-height: calc(2 / 1.3);
}
.main{
	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;
	}
	.widewidth{
		width: 100%;
		max-width: var(--widewidth);
		padding-left: var(--padding-leftright2);
		padding-right: var(--padding-leftright2);
		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);
	}

	.sec__circle.-bg-dot::after{
		width: 200vw;
		height: 100%;
		background-image: radial-gradient(circle, #b2d5eb .1rem, transparent .1rem), radial-gradient(circle, #b2d5eb .1rem, transparent .1rem);
		background-position: 0 0, 1.1rem 2.2rem;
		background-size: 2.2rem 4.4rem;
		z-index: -1;
		flex-shrink: 0;
		margin-left: -50vw;
		border-radius: 50%;
	}

	.sec__header{
		margin-bottom: 8rem;
	}
	.sec__headerText{
		font-size: 3.2rem;
		line-height: calc(6 / 3.2);
	}
	.sec__headerText.-hosoku{
		margin-top: 3.8rem;
		font-size: 2.6rem;
		line-height: 1;
	}
	.sec__headerText.-hosoku::before{
		line-height: 1;
	}

}



/*-------------------------------
	パーツ
-------------------------------*/

/*----- テキスト */
.C-Text{
	letter-spacing: .1em;
	text-align: justify;
}

/*----- 見出し */
/* 大見出し */
.C-Title{
	width: 100%;
	margin-bottom: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.C-Title__en{
	text-shadow: .5rem .4rem 0 var(--blackcolor);
	/*-webkit-text-stroke: .3rem var(--blackcolor);
	text-stroke: .3rem var(--blackcolor);*/
	-webkit-text-stroke: .1rem var(--blackcolor);
	text-stroke: .1rem var(--blackcolor);
	color: var(--subcolor);
	margin-bottom: 4rem;
	/*paint-order: stroke;*/
	font-family: var(--en2);
	width: fit-content;
	font-size: 13.6rem;
	padding-bottom: 1.2rem;
	font-weight: 500;
	line-height: .64;
	display: block;
}
.C-Title__en.-under{
	padding-bottom: 2.6rem;
}
.C-Title__jp{
	font-size: 2.4rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.C-Title__jp::before,
.C-Title__jp::after{
	border-bottom: .6rem dotted var(--blackcolor);
	content: "";
	display: block;
	width: 12rem;
	height: .6rem;
	position: absolute;
	top: 50%;
}
.C-Title__jp::before{
	left: 0;
	transform: translate(-100%,-50%);
}
.C-Title__jp::after{
	right: 0;
	transform: translate(100%,-50%);
}

/* 中見出し */

/*----- ボタン */
.C-Button__wrap{
	width: 100%;
	gap: 6rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.C-Button{
	width: 100%;
	max-width: 35.3rem;
}
.C-Button a{
	border: .2rem solid var(--maincolor);
	width: 100%;
	/* height: 10rem; */
	min-height: 8rem;
	padding: 1.8rem 1.5rem;
	border-radius: 5rem;
	background: #fff67f;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	opacity: 1 !important;
}
.C-Button a:hover{
	background: var(--maincolor);
	color: #fff;
}
.C-Button a[target="_blank"]{
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}
.C-Button a[target="_blank"]::after{
	content: "";
	transition: var(--transition);
	display: block;
	width: 1.7rem;
	height: 1.5rem;
	background-image: url(../images/common/icon_blank.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 2.8rem;
	top: 50%;
	transform: translateY(-50%);
}
.C-Button a[target="_blank"]:hover::after{
	background-image: url(../images/common/icon_blank-white.svg);
}
.C-Button__text{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: calc(3 / 2);
}
.C-Button__text.-hosoku{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: calc(3 / 1.6);
}

/*----- スライダー */
.C-Slider{
	padding-top: 15rem;
	position: relative;
	z-index: 5000;
}
.C-Slider__list{
	transition-timing-function: linear;
}
.C-Slider__listItem{
	width: 270rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.C-Slider__listItemImage{
	width: 100%;
}
.C-Slider__listItemImage img{
	width: 100%;
}


/*----- キービジュアル */

/*----- ぱんくず */

@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){

	.C-Title__en{
		line-height: 1;
		text-align: center;
	}

}
@media screen and (max-width:768px){

	/*----- テキスト */
	.C-Text{
		letter-spacing: .1em;
		text-align: justify;
	}

	/*----- 見出し */
	/* 大見出し */
	.C-Title{
		margin-bottom: 4.5rem;
	}
	.C-Title__en{
		text-shadow: .4rem .4rem 0 var(--blackcolor);
		/*-webkit-text-stroke: 3px var(--blackcolor);
		text-stroke: 3px var(--blackcolor);*/
		-webkit-text-stroke: 1px var(--blackcolor);
		text-stroke: 1px var(--blackcolor);
		font-size: 15rem;
		margin-bottom: 4.5rem;
		padding-bottom: 0;
		line-height: calc(1.4 / 1.5);
		text-align: center;
	}
	.C-Title__en.-under{
		padding-bottom: 0;
	}
	.C-Title__jp{
		font-size: 3.6rem;
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.C-Title__jp::before,
	.C-Title__jp::after{
		width: 10rem;
	}

	/* 中見出し */

	/*----- ボタン */
	.C-Button__wrap{
		gap: 9.5rem;
	}
	.C-Button{
		max-width: 100%;
	}
	.C-Button a{
		border: 2px solid var(--maincolor);
		min-height: 12rem;
		padding: 2.3rem 1.5rem;
		border-radius: 15rem;
	}
	.C-Button a[target="_blank"]::after{
		width: 3rem;
		height: 2.7rem;
		right: 4.5rem;
	}
	.C-Button__text{
		font-size: 3.6rem;
		line-height: calc(4 / 3.6);
	}
	.C-Button__text.-hosoku{
		font-size: 3rem;
		line-height: calc(5 / 3);
	}

	/*----- スライダー */
	.C-Slider__listItem{
		width: 266rem;
	}

}



/*-------------------------------
	ヘッダー
-------------------------------*/

.header{
	width: 100%;
	padding-top: 2.8rem;
	z-index: 9990;
	position: fixed;
}
.header__innerWrap{
	position: relative;
}
.header__inner{
	height: var(--header-height);
	border: .3rem solid var(--maincolor);
	padding-left: 2.8rem;
	border-radius: 4rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.header__logo{
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__logo a{
	width: 15.7rem;
	display: block;
	position: relative;
}
.header__logo img{
	width: 100%;
}
.header__logo img:nth-of-type(1){
	z-index: 1;
	position: relative;
}
.header__logo img:nth-of-type(2){
	opacity: 0;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}
.header__logoText{
	color: var(--maincolor);
	width: fit-content;
	margin-left: 1.2rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: calc(2 / 1.5);
	letter-spacing: .05em;
	display: block;
}
.header__nav{
	width: calc(100% - 26rem);
	padding-left: 2.5rem;
	height: 100%;
}
.header__navInner{
	width: 100%;
	height: 100%;
	padding-right: 19rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__navItem{
	line-height: 1;
}
.header__navItem:not(:first-child){
	margin-left: 1.5rem;
}
.header__navItem a{
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1;
	display: block;
	position: relative;
	opacity: 1 !important;
}
.header__navItem a::before{
	transition: var(--transition);
	background: var(--maincolor);
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -.8rem;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 0;
}
.header__navItem a:hover{
	color: var(--maincolor);
}
.header__navItem a:hover::before{
	/* width: 5.2rem; */
	width: 100%;
}
.header__navItem .irr{
	display: none;
}

.header__navButton{
	width: 16rem;
	height: 100%;
	border-radius: 4rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.header__navButton a{
	background: var(--maincolor);
	font-family: var(--en);
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__navButton span{
	line-height: .8;
	display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1520px) and (min-width: 769px){

	/* .header__logo{
		flex-direction: column;
	}
	.header__logo a{
		width: 14rem;
	}
	.header__logoText{
		margin-left: 0;
		font-size: 1.2rem;
	}
	.header__nav{
		width: calc(100% - 14rem);
		padding-left: 2.5rem;
	} */

}
@media screen and (max-width:1320px) and (min-width: 769px){

	.header__logo{
		width: 17.7rem;
		flex-direction: column;
	}
	.header__logoText{
		margin-left: 0;
		font-size: 1.2rem;
		line-height: 1;
	}
	.header__logoText br{
		display: none !important;
	}
	.header__nav{
		width: calc(100% - 17.7rem);
	}
	
}
@media screen and (max-width:1240px) and (min-width: 769px){

	.header__navItem .irr{
		display: block;	
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.header__inner{
		padding-left: 2rem;
	}
	.header__navInner{
		padding-right: 17rem;
	}
	.header__navItem a{
		text-align: center;
	}
	.header__navButton{
		width: 15rem;
	}
	.header__navButton a{
		font-size: 1.6rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.header__logo{
		width: 12rem;
		margin-bottom: .5rem;
	}
	.header__logo a{
		width: 100%;
	}
	.header__logoText{
		font-size: 1rem;
	}

	.header__nav{
		width: calc(100% - 12rem);
	}
	.header__navInner{
		padding-right: 13.5rem;
	}
	.header__navItem:not(:first-child){
		margin-left: 1.5rem;
	}
	.header__navButton{
		width: 12rem;
	}

}
@media screen and (max-width:860px) and (min-width: 769px){

	.header__navItem a{
		font-size: 1.2rem;
		letter-spacing: 0;
	}

}
@media screen and (max-width:768px){

	.header{
		padding-top: 0;
		background: #fff;
	}
	.header__inner{
		border: none;
		padding-left: 0;
		background: none;
	}
	.header__logo{
		position: relative;
		z-index: 9990;
	}
	.header__logo a{
		width: 20rem;
	}
	.header__logo img{
		transition: var(--transition);
	}
	.header__inner.on .header__logo img:nth-of-type(1){
		opacity: 0;
	}
	.header__inner.on .header__logo img:nth-of-type(2){
		opacity: 1;
	}
	.header__logoText{
		transition: var(--transition);
		font-size: 2.2rem;
	}
	.header__inner.on .header__logo .header__logoText{
		color: #fff;
	}
	.header__nav{
		background: var(--maincolor);
		width: 100%;
		padding-left: 0;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 9900;
		display: none;
	}
	.header__navInner{
		padding-right: var(--padding-leftright);
		padding-top: 16rem;
		padding-bottom: 10rem;
		flex-direction: column;
		justify-content: flex-start;
		overflow: auto;
	}
	.header__navItem{
		width: 100%;
		line-height: 1;
		border-bottom: 1px solid #fff;
		flex-shrink: 0;
	}
	.header__navItem:not(:first-child){
		margin-left: 0;
		margin-top: 5.5rem;
	}
	.header__navItem a{
		width: 100%;
		font-size: 3.6rem;
		padding-bottom: 1.6rem;
		display: flex;
		align-items: baseline;
		justify-content: flex-start;
		position: relative;
		color: #fff !important;
	}
	/*.header__navItem a::before{
		content: "";
		display: block;
		width: 4.5rem;
		height: 3.8rem;
		background-image: url(../images/common/icon_arrow-white.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		right: 0;
		bottom: 1.8rem;
		left: unset;
	}*/
	.header__navItem a::before{
		content: "";
		display: block;
		width: 1.13rem;
		height: 1.13rem;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		position: absolute;
		right: 2rem;
		bottom: 4.6rem;
		left: unset;
	}
	.header__navItem a:hover::before{
		width: 2rem;
		height: 2rem;
	}
	.header__navItem a::after{
		content: attr(data-en);
		font-family: var(--en2);
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: .05em;
		display: block;
		color: #fff;
		position: absolute;
		left: 27.8rem;
		bottom: 2rem;
	}

	.header__navButton{
		width: 100%;
		max-width: 56rem;
		margin-top: 8rem;
		height: 14rem;
		border-radius: 7rem;
		position: static;
		margin-left: auto;
		margin-right: auto;
		flex-shrink: 0;
	}
	.header__navButton a{
		color: var(--maincolor);
		font-size: 6rem;
		letter-spacing: .1em;
		background: #fff;
	}

	/*----- ナビ */
	.header-nav{
		display: none;
	}

	/*----- ハンバーガー */
	.menu-button {
		background: var(--maincolor);
		width: 11rem;
		height: 10rem;
		padding: 3.5rem 3.2rem;
		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: 2px;
		background: #fff;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		position: relative;
		left: 0px;
		top: 0;
	}
	.menu-button i:before,
	.menu-button i:after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		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.5rem);
		-ms-transform: translateY(1.5rem);
		transform: translateY(1.5rem);;
	}
	.menu-button i:after{
		-webkit-transform: translateY(-1.5rem);
		-ms-transform: translateY(-1.5rem);
		transform: translateY(-1.5rem);
	}
	.is_open i{
		background: transparent;
	}
	.is_open i:after{
		transform:translateY(0px) rotate(-30deg);
	}
	.is_open i:before{
		transform:translateY(0px) rotate(30deg);
	}

}



/*-------------------------------
	フッター
-------------------------------*/

.gotop{
	width: 9rem;
	height: 9rem;
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	z-index: 9900;
}
.gotop a{
	transition: var(--transition);
	border: .2rem solid #fff;
	border-radius: 50%;
	display: block;
	opacity: 1 !important;
}
.gotop a:hover{
	transform: scale(.9);
}
.gotop img{
	width: 100%;
}
.footer{
	background: var(--maincolor);
	padding-top: 3rem;
	padding-bottom: 2.5rem;
	position: relative;
	z-index: 5000;
}
.footer__logo{
	width: 15.7rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
}
.footer__logo img{
	width: 100%;
}

.footer__corp{
	margin-bottom: 2rem;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.footer__corp::after{
	content: "";
	display: block;
	width: 1rem;
	height: .9rem;
	margin-left: .9rem;
	background-image: url(../images/common/icon_blank-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer__corp a{
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
	color: #fff;
	display: block;
}

.footer__copyright{
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: .9;
	padding-bottom: .4rem;
	color: #fff;
	text-align: center;
}

@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){

	.gotop{
		/*display: none;*/
		width: 9rem;
		height: 9rem;
		right: 2rem;
		bottom: 2rem;
	}
	.footer{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.footer__logo{
		width: 31.4rem;
		margin-bottom: 5rem;
	}

	.footer__corp{
		margin-bottom: 3rem;
	}
	.footer__corp::after{
		width: 2.2rem;
		height: 2rem;
		margin-left: .8rem;
	}
	.footer__corp a{
		font-size: 2.4rem;
		letter-spacing: .1em;
	}

	.footer__copyright{
		font-size: 2.2rem;
		letter-spacing: .1em;
	}

}