@charset "utf-8";

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

*,
*::before,
*::after{
	box-sizing: border-box;
	line-height: var(--line-height);
	word-wrap: break-word;
	/* font-feature-settings: "palt"; */
}
html{
	font-size: var(--root-font-size);
}
body{
	opacity: 0;
	width: 100%;
	font-size: var(--font-size);
	letter-spacing: .05em;
	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);
	overflow-x: hidden;
}

/*----- 画像関連 */
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;
}
.sec__inner{
	position: relative;
}
.sec__header{
	margin-bottom: 5rem;
	position: relative;
}
.main{
	display: block;
	overflow: hidden;
}

@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;
	}
	.maxwidth120{
		width: 100%;
		max-width: var(--maxwidth120);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-left: auto;
		margin-right: auto;
	}
	.maxwidth100{
		width: 100%;
		max-width: var(--maxwidth100);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-left: auto;
		margin-right: auto;
	}

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

}
@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);
	}
	.pc__br{
		display: none;
	}

	/*----- コンテンツ */
	.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__header{
		margin-bottom: 5.5rem;
	}

}



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

/*----- 見出し */
/* 大見出し */
.C-Title{
	color: var(--maincolor);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.C-Title__jp{
	font-size: 2.4rem;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	display: block;
}
.C-Title__jp > *{
	line-height: 1;
	display: block;
}
.C-Title__en{
	font-family: var(--en2);
	font-size: 7.2rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
	display: block;
}
.C-Title__en > *{
	line-height: 1;
	display: block;
}
.C-Title.-right{
	align-items: flex-end;
}

/* 縁取りテキスト */
.C-Title-stroke{
	font-family: var(--en2);
	font-size: 14rem;
	margin-bottom: -3rem;
	line-height: .85;
	font-weight: 500;
	letter-spacing: 0;
	display: block;
	color: #fff;
	text-shadow:
		1px 1px 0 var(--maincolor),
		-1px -1px 0 var(--maincolor),
		-1px 1px 0 var(--maincolor),
		1px -1px 0 var(--maincolor),
		0 1px 0 var(--maincolor),
		0 -1px 0 var(--maincolor),
		-1px 0 0 var(--maincolor),
		1px 0 0 var(--maincolor);
	mix-blend-mode: darken;
	white-space: nowrap;
}
.C-Title-stroke.-right{
	text-align: right;
}
.C-Title-stroke.-deep{
	margin-bottom: -12.5rem;
}
.C-Title-stroke > span{
	line-height: .85;
	display: inline-block;
	text-align: right;
	padding-inline: 0.02em;
}

/*----- テキスト */
.C-Text{
	font-weight: 500;
	text-align: justify;
}

/*----- 矢印 */
.C-Arrow{
	background: var(--maincolor);
	transition: var(--transition);
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	display: block;
	position: relative;
}
.C-Arrow::before{
	content: "";
	display: block;
	width: 1.3rem;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.C-Arrow::after{
	content: "";
	display: block;
	width: .5rem;
	height: .5rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	margin-left: .4rem;
}
* a:hover > .C-Arrow,
* .a:hover > .C-Arrow{
	transform: translateX(.5rem);
	background: #fff;
}
* a:hover > .C-Arrow::before,
* .a:hover > .C-Arrow::before{
	background: var(--maincolor);
}
* a:hover > .C-Arrow::after,
* .a:hover > .C-Arrow::after{
	border-top-color: var(--maincolor);
	border-right-color: var(--maincolor);
}

/*----- ボタン */
.C-Button{
	width: 100%;
	max-width: 24.2rem;
	border-radius: 4rem;
	margin-left: auto;
	margin-right: auto;
}
.C-Button a,
.C-Button .a{
	border: 2px solid var(--maincolor);
	background: var(--maincolor);
	width: 100%;
	height: 8rem;
	border-radius: 4rem;
	padding-left: 3.8rem;
	padding-right: 4.2rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 1 !important;
}
.C-Button .C-Arrow{
	background: #fff;
}
.C-Button .C-Arrow::before{
	background: var(--maincolor);
}
.C-Button .C-Arrow::after{
	border-top-color: var(--maincolor);
	border-right-color: var(--maincolor);
}
.C-Button a:hover,
.C-Button .a:hover{
	color: var(--maincolor);
	background: #fff;
}
.C-Button a:hover .C-Arrow,
.C-Button .a:hover .C-Arrow{
	background: var(--maincolor);
}
.C-Button a:hover .C-Arrow::before,
.C-Button .a:hover .C-Arrow::before{
	background: #fff;
}
.C-Button a:hover .C-Arrow::after,
.C-Button .a:hover .C-Arrow::after{
	border-top-color: #fff;
	border-right-color: #fff;
}

/* 中サイズ */
.C-Button.-medium{
	max-width: 27.8rem;
}
/* 大サイズ */
.C-Button.-large{
	max-width: 32.6rem;
}

/* 白色 */
.C-Button.-white{
	box-shadow: 0 0 3rem rgba(184,227,254,.25);
}
.C-Button.-white a,
.C-Button.-white .a{
	color: var(--blackcolor);
	border-color: #fff;
	background: #fff;
}
.C-Button.-white .C-Arrow{
	background: var(--maincolor);
}
.C-Button.-white .C-Arrow::before{
	background: #fff;
}
.C-Button.-white .C-Arrow::after{
	border-top-color: #fff;
	border-right-color: #fff;
}
.C-Button.-white a:hover,
.C-Button.-white .a:hover{
	background: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}
.C-Button.-white a:hover .C-Arrow,
.C-Button.-white .a:hover .C-Arrow{
	background: #fff;
}
.C-Button.-white a:hover .C-Arrow::before,
.C-Button.-white .a:hover .C-Arrow::before{
	background: var(--maincolor);
}
.C-Button.-white a:hover .C-Arrow::after,
.C-Button.-white .a:hover .C-Arrow::after{
	border-top-color: var(--maincolor);
	border-right-color: var(--maincolor);
}

/*----- MOREボタン */
.C-More{
	display: inline-block;
	position: relative;
}
.C-More a{
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 1 !important;
}
.C-More .C-Arrow{
	margin-left: 1rem;
}
.C-More a:hover{
	color: var(--maincolor);
}
.C-More a:hover .C-Arrow{
	background: var(--maincolor);
}
.C-More a:hover .C-Arrow::before{
	background: #fff;
}
.C-More a:hover .C-Arrow::after{
	border-top-color: #fff;
	border-right-color: #fff;
}

/*----- 背景オブジェクト */
.C-Object{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .85;
}
.C-Object__item{
	border-radius: 50%;
	filter: blur(1rem);
	display: block;
	position: absolute;
	z-index: -1;
}
.C-Object__item.-color1{
	background: var(--subcolor1);
}
.C-Object__item.-color2{
	background: var(--subcolor3);
}

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

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

}
@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__jp{
		font-size: 2.6rem;
		margin-bottom: 2.5rem;
	}
	.C-Title__en{
		font-size: 6rem;
	}
	.C-Title.-right .C-Title__en > span{
		text-align: right;
	}

	/* 縁取りテキスト */
	.C-Title-stroke{
		font-size: 9rem;
		line-height: 1;
		/*margin-bottom: 1rem;*/
		margin-bottom: 1.5rem;
	}
	.C-Title-stroke.-deep{
		margin-bottom: -5rem;
	}
	.C-Title-stroke.-deep.-spno-deep{
		margin-bottom: 1.5rem;
	}
	.C-Title-stroke.-right{
		text-align: right;
	}
	.C-Title-stroke > span{
		line-height: 1;
	}

	/*----- 矢印 */
	.C-Arrow{
		width: 3.4rem;
		height: 3.4rem;
	}
	.C-Arrow::before{
		width: 1.4rem;
	}

	/*----- ボタン */
	.C-Button{
		max-width: 27.8rem;
		border-radius: 4.5rem;
	}
	.C-Button a,
	.C-Button .a{
		height: 9rem;
		border-radius: 4.5rem;
		padding-left: 4rem;
		padding-right: 4.3rem;
		font-size: 2.6rem;
	}

	/* 中サイズ */
	.C-Button.-medium{
		max-width: 32.8rem;
	}
	/* 大サイズ */
	.C-Button.-large{
		max-width: 37.6rem;
	}

	/*----- MOREボタン */
	.C-More .C-Arrow{
		margin-left: 3rem;
	}

	/*----- 背景オブジェクト */
	.C-Object{
		opacity: .5;
	}

}



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

.header{
	transition: var(--transition);
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9900;
	background: #fff;
}
.header-top{
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-logo img{
	transition: var(--transition);
	width: 20.5rem;
}
.header-logo__text{
	color: var(--maincolor);
	font-family: var(--en1);
	font-size: 2.8rem;
	margin-left: 2rem;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.header-button{
	transition: var(--transition);
	column-gap: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-button__item{
	transition: var(--transition);
	width: 16.2rem;
}
.header-button__item a{
	width: 100%;
	height: 4.3rem;
	font-size: 1.8rem;
	border: 2px solid;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 1 !important;
}
.header-button__item.-entry a{
	background: var(--maincolor);
	border-color: var(--maincolor);
}
.header-button__item.-entry a:hover{
	color: var(--maincolor);
	background: #fff;
}
.header-button__item.-career a{
	background: var(--subcolor1);
	border-color: var(--subcolor1);
}
.header-button__item.-career a:hover{
	color: var(--subcolor1);
	background: #fff;
}
.header-button__item.-contact a{
	background: var(--subcolor2);
	border-color: var(--subcolor2);
}
.header-button__item.-contact a:hover{
	color: var(--subcolor2);
	background: #fff;
}

.header-bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-nav__inner{
	transition: var(--transition);
	column-gap: 5rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.header-nav__item{
	transition: var(--transition);
	height: 4.5rem;
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-nav__item a{
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: left;
	opacity: 1 !important;
}
.header-nav__item a::after,
.header-nav__item.-current > a::after{
	transition: transform .3s ease-in-out;
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1rem;
	transform: scale(0, 1);
	transform-origin: right top;
}
.header-nav__item a:hover,
.header-nav__item.-current > a{
	color: var(--maincolor);
}
.header-nav__item a:hover::after,
.header-nav__item.-current > a::after{
	transform-origin: left top;
	transform: scale(1, 1);
}
.header-nav-child{
	transition: var(--transition);
	padding: 2.8rem 2rem 3.5rem;
	height: 0;
	position: absolute;
	left: 0;
	top: calc(4.5rem + 2rem);
	background: rgba(255,255,255,.9);
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.header-nav-child__item{
	line-height: 1;
	padding-left: 1.4rem;
	position: relative;
}
.header-nav-child__item:not(:last-child){
	margin-bottom: 3.5rem;
}
.header-nav-child__item::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .6rem;
	height: .6rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header-nav-child__item a{
	font-size: 1.8rem;
	line-height: 1;
	display: inline-block;
}
.header-sns{
	transition: var(--transition);
	column-gap: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-sns__item{
	transition: var(--transition);
	width: 4.5rem;
	height: 4.5rem;
}
.header-sns__item a{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 1.5rem rgba(0,0,0,.15);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	opacity: 1 !important;
}
.header-sns__item a:hover{
	transform: scale(.85);
    box-shadow: 0 0 1.5rem rgba(0,0,0,.05);
}

.header-sns__item.-x img{
	width: 2.1rem;
}
.header-sns__item.-instagram img{
	width: 2.3rem;
}
.header-sns__item.-youtube img{
	width: 2.6rem;
}
.header-nav__item:hover .header-nav-child{
	visibility: visible;
	opacity: 1;
}

.header-nav__item.-corp .header-nav-child{
	width: 26.8rem;
}
.header-nav__item.-corp:hover .header-nav-child{
	height: 13.4rem;
}

.header-nav__item.-works .header-nav-child{
	width: 26.8rem;
}
.header-nav__item.-works:hover .header-nav-child{
	height: 13.4rem;
}

.header-nav__item.-recruit .header-nav-child{
	width: 26.8rem;
}
.header-nav__item.-recruit:hover .header-nav-child{
	height: 13.4rem;
}

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

	/*----- 変形 */
	:root{
		--header-transform: .85;
	}
	.header.on{
		padding-top: calc(2rem * var(--header-transform));
		padding-bottom: calc(2rem * var(--header-transform));
	}
	.header.on .header-top{
		margin-bottom: calc(1rem * var(--header-transform));
	}
	.header.on .header-logo img{
		width: calc(20.5rem * var(--header-transform));
	}
	.header.on .header-logo__text{
		font-size: calc(2.8rem * var(--header-transform));
		margin-left: calc(2rem * var(--header-transform));
	}
	.header.on .header-button{
		column-gap: calc(1rem * var(--header-transform));
	}
	.header.on .header-button__item{
		width: calc(16.2rem * var(--header-transform));
	}
	.header.on .header-button__item a{
		font-size: calc(1.8rem * var(--header-transform));
		height: calc(4.3rem * var(--header-transform));
	}
	.header.on .header-nav__inner{
		column-gap: calc(5rem * var(--header-transform));
	}
	.header.on .header-nav__item{
		height: calc(4.5rem * var(--header-transform));
	}
	.header.on .header-nav__item a{
		font-size: calc(1.8rem * var(--header-transform));
	}
	.header.on .header-nav__item a::after,
	.header.on .header-nav__item.-current a::after{
		height: 1px;
	}
	.header.on .header-sns{
		column-gap: calc(1.2rem * var(--header-transform));
	}
	.header.on .header-sns__item{
		width: calc(4.5rem * var(--header-transform));
		height: calc(4.5rem * var(--header-transform));
	}
	.header.on .header-sns__item.-x img{
		width: calc(2.1rem * var(--header-transform));
	}
	.header.on .header-sns__item.-instagram img{
		width: calc(2.3rem * var(--header-transform));
	}
	.header.on .header-sns__item.-youtube img{
		width: calc(2.6rem * var(--header-transform));
	}

	.header.on .header-nav-child{
		padding: calc(2.8rem * var(--header-transform)) calc(2rem * var(--header-transform)) calc(3.5rem * var(--header-transform));
		top: calc((4.5rem + 2rem) * var(--header-transform));
	}
	.header.on .header-nav-child__item{
		padding-left: calc(1.4rem * var(--header-transform));
	}
	.header.on .header-nav-child__item:not(:last-child){
		margin-bottom: calc(3.5rem * var(--header-transform));
	}
	.header.on .header-nav-child__item::before{
		width: calc(.6rem * var(--header-transform));
		height: calc(.6rem * var(--header-transform));
	}
	.header.on .header-nav-child__item a{
		font-size: calc(1.8rem * var(--header-transform));
	}

	.header.on .header-nav__item.-corp .header-nav-child{
		width: calc(26.8rem * var(--header-transform));
	}
	.header.on .header-nav__item.-corp:hover .header-nav-child{
		height: calc(13.4rem * var(--header-transform));
	}

	.header.on .header-nav__item.-works .header-nav-child{
		width: calc(26.8rem * var(--header-transform));
	}
	.header.on .header-nav__item.-works:hover .header-nav-child{
		height: calc(13.4rem * var(--header-transform));
	}

	.header.on .header-nav__item.-recruit .header-nav-child{
		width: calc(26.8rem * var(--header-transform));
	}
	.header.on .header-nav__item.-recruit:hover .header-nav-child{
		height: calc(13.4rem * var(--header-transform));
	}

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

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

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

	.header-logo a{
		flex-direction: column;
	}
	.header-logo__text{
		margin-top: .5rem;
		margin-left: 0;
	}
	.header-nav__inner{
		column-gap: 2.5rem;
	}
	.header-button__item{
		width: 15rem;
	}

	.header.on .header-logo__text{
		margin-left: 0;
	}

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

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

	.header{
		height: 11rem;
		padding-top: 3.2rem;
		padding-bottom: 3.2rem;
	}
	.header__inner{
		padding-left: 3.2rem;
	}
	.header-top{
		margin-bottom: 0;
	}
	.header-logo a{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.header-logo img{
		width: 16.7rem;
	}
	.header-logo__text{
		font-size: 2.4rem;
		margin-left: 1.5rem;
	}
	.header-button{
		margin-bottom: 4rem;
		justify-content: flex-start;
	}
	.header-button__item{
		width: calc((100% - (1rem * 2)) / 3);
	}
	.header-button__item a{
		height: 6rem;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	.header-button__item.-entry a{
		color: var(--maincolor);
		background: #fff;
		border-color: #fff;
	}
	.header-button__item.-career a{
		background: var(--subcolor1);
	}
	.header-button__item.-contact a{
		background: var(--subcolor2);
	}

	.header-bottom{
		background: var(--maincolor);
		padding-top: 15rem;
		padding-bottom: 10rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
	}
	.header-nav__inner{
		column-gap: 0;
		flex-direction: column;
		margin-bottom: 3.5rem;
	}
	.header-nav__item{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #fff;
		flex-direction: column;
	}
	.header-nav__item:last-child{
		border-bottom: none;
	}
	.header-nav__item:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.header-nav__item > a{
		width: 100%;
		height: 6rem;
		font-size: 2.8rem;
		color: #fff !important;
		justify-content: flex-start;
		align-items: flex-start;
		/* pointer-events: none; */
	}
	.header-nav-child{
		transition: none;
		padding: 2.5rem 0 2.5rem;
		border-top: 1px solid #fff;
		height: auto;
		position: static;
		background: none;
		visibility: visible;
		opacity: 1;
		display: none;
	}
	.header-nav-child__item{
		padding-left: 5rem;
	}
	.header-nav-child__item:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.header-nav-child__item a{
		font-size: 2.8rem;
		color: #fff !important;
	}
	.header-nav-child__item a::before{
		content: "・";
		line-height: 1;
	}
	.header-nav__open-close{
		width: 2.6rem;
		height: 2.6rem;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.header-nav__open-close::before,
	.header-nav__open-close::after{
		transition: var(--transition);
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 50%;
		right: 0;
	}
	.header-nav__open-close::after{
		transform: rotate(-90deg);
	}
	.header-nav__open-close.-on::after{
		transform: rotate(0deg);
	}
	.header-sns{
		column-gap: 3rem;
		justify-content: flex-start;
	}
	.header-sns__item{
		width: 6rem;
		height: 6rem;
	}

	.header-sns__item.-x img{
		width: 2.7rem;
	}
	.header-sns__item.-instagram img{
		width: 3rem;
	}
	.header-sns__item.-youtube img{
		width: 3.3rem;
	}

	.header-nav__item.-corp .header-nav-child{
		width: 100%;
		/*height: auto !important;*/
	}
	.header-nav__item.-works .header-nav-child{
		width: 100%;
		height: auto !important;
	}
	.header-nav__item.-recruit .header-nav-child{
		width: 100%;
		height: auto !important;
		/*padding-bottom: 6rem;*/
	}

	/*----- ハンバーガー */
	.menu-button {
		background: var(--maincolor);
		width: 11rem;
		height: 11rem;
		padding: 4.5rem 3.6rem;
		box-sizing: border-box;
		display: block !important;
		z-index: 9901;
		cursor: pointer;
		position: fixed;
		right: 0;
		top: 0;
	}
	.menu-button i{
		display: block;
		width: 100%;
		height: 2px;
		background: transparent;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		position: relative;
		left: 0px;
		top: 1rem;
	}
	.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(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);;
	}
	.menu-button i:after{
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
	}
	.is_open i{
		background: transparent;
	}
	.is_open i:after{
		transform:translateY(0px) rotate(-45deg);
	}
	.is_open i:before{
		transform:translateY(0px) rotate(45deg);
	}

}



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

.Keyvisual{
	transform: var(--transition);
	margin-top: 15rem;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.Keyvisual__inner{
	height: 34rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Keyvisual__title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Keyvisual__title-en{
	font-family: var(--en2);
	font-size: 9rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: rgba(255,255,255,.7);
}
.Keyvisual__title-en > span{
	line-height: 1;
	display: block;
	white-space: nowrap;
}
.Keyvisual__title-jp{
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1;
	display: block;
	color: #fff;
}
.Keyvisual__title-jp > span{
	line-height: 1;
	display: block;
	white-space: nowrap;
}

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

	.header.on + .Keyvisual{
		margin-top: calc(15rem * var(--header-transform));
	}

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

}
@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: 11rem;
	}
	.Keyvisual__inner{
		padding-bottom: 2.5rem;
	}
	.Keyvisual__title-en{
		font-size: 7rem;
	}
	.Keyvisual__title-jp{
		font-size: 3rem;
	}

}



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

.Breadclumb{
	width: 50%;
	height: 8rem;
	padding: 1rem 4rem;
	margin-top: -4rem;
	max-width: 100rem;
	background: #fff;
	box-shadow: 0 0 4rem rgba(0,0,0,.2);
}
.Breadclumb__inner{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;

}
.Breadclumb__item{
	font-size: 1.4rem;
	white-space: nowrap;
}
.Breadclumb__item:not(:last-child)::after{
	content: ">";
	font-size: 1.4rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.Breadclumb__item a{
	color: var(--maincolor);
	text-decoration: underline;
}
.Breadclumb__item:last-child{
	text-overflow: ellipsis;
	overflow: hidden;
}

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

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

}
@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{
		width: calc(100% - var(--padding-leftright));
		padding: 1rem var(--padding-leftright);
		height: 10rem;
		margin-top: -5rem;
		max-width: 100%;
	}
	.Breadclumb__item{
		font-size: 2.2rem;
	}
	.Breadclumb__item:not(:last-child)::after{
		font-size: 2.2rem;
		margin-left: 1rem;
		margin-right: 1rem;
	}

}



/*-------------------------------
	お問い合わせ（共通）
-------------------------------*/

.C-Contact{
	padding-top: 13.5rem;
	padding-bottom: 12rem;
	background-image: url(../images/common/bg_c-contact.jpg);
	background-image: image-set(url(../images/common/bg_c-contact.jpg) 1x, url(../images/common/bg_c-contact@2x.jpg) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.C-Contact__title{
	align-items: center;
	justify-content: center;
}
.C-Contact-button{
	row-gap: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.C-Contact-button__item{
	width: 100%;
	max-width: 90rem;
}
.C-Contact-button__item a{
	width: 100%;
	height: 11rem;
	border-radius: 5.5rem;
	border: 2px solid;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
	opacity: 1 !important;
}
.C-Contact-button__item .C-Arrow{
	position: absolute;
	right: 4rem;
	top: 50%;
	transform: translate(0%,-50%);
	background: #fff;
}

.C-Contact-button__item a:hover .C-Arrow{
	transform: translate(.5rem,-50%);
}

/* 新卒エントリー */
.C-Contact-button__item.-entry a{
	background: var(--maincolor);
	border-color: var(--maincolor);
}
.C-Contact-button__item.-entry .C-Arrow::before{
	background: var(--maincolor);
}
.C-Contact-button__item.-entry .C-Arrow::after{
	border-top-color: var(--maincolor);
	border-right-color: var(--maincolor);
}
.C-Contact-button__item.-entry a:hover{
	color: var(--maincolor);
	background: #fff;
}
.C-Contact-button__item.-entry a:hover .C-Arrow{
	background: var(--maincolor);
}
.C-Contact-button__item.-entry a:hover .C-Arrow::before{
	background: #fff;
}
.C-Contact-button__item.-entry a:hover .C-Arrow::after{
	border-top-color: #fff;
	border-right-color: #fff;
}

/* キャリア採用エントリー */
.C-Contact-button__item.-career a{
	background: var(--subcolor1);
	border-color: var(--subcolor1);
}
.C-Contact-button__item.-career .C-Arrow::before{
	background: var(--subcolor1);
}
.C-Contact-button__item.-career .C-Arrow::after{
	border-top-color: var(--subcolor1);
	border-right-color: var(--subcolor1);
}
.C-Contact-button__item.-career a:hover{
	color: var(--subcolor1);
	background: #fff;
}
.C-Contact-button__item.-career a:hover .C-Arrow{
	background: var(--subcolor1);
}
.C-Contact-button__item.-career a:hover .C-Arrow::before{
	background: #fff;
}
.C-Contact-button__item.-career a:hover .C-Arrow::after{
	border-top-color: #fff;
	border-right-color: #fff;
}

/* お問い合わせ */
.C-Contact-button__item.-contact a{
	background: var(--subcolor2);
	border-color: var(--subcolor2);
}
.C-Contact-button__item.-contact .C-Arrow::before{
	background: var(--subcolor2);
}
.C-Contact-button__item.-contact .C-Arrow::after{
	border-top-color: var(--subcolor2);
	border-right-color: var(--subcolor2);
}
.C-Contact-button__item.-contact a:hover{
	color: var(--subcolor2);
	background: #fff;
}
.C-Contact-button__item.-contact a:hover .C-Arrow{
	background: var(--subcolor2);
}
.C-Contact-button__item.-contact a:hover .C-Arrow::before{
	background: #fff;
}
.C-Contact-button__item.-contact a:hover .C-Arrow::after{
	border-top-color: #fff;
	border-right-color: #fff;
}

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

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

}
@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-Contact{
		padding-top: 16.5rem;
		padding-bottom: 16rem;
		background-image: url(../images/common/sp_bg_c-contact.jpg);
		background-image: image-set(url(../images/common/sp_bg_c-contact.jpg) 1x, url(../images/common/sp_bg_c-contact@2x.jpg) 2x);
	}
	.C-Contact-button{
		row-gap: 4rem;
	}
	.C-Contact-button__item{
		max-width: 100%;
	}
	.C-Contact-button__item a{
		font-size: 2.6rem;
	}

}



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

.footer__inner{
	padding-top: 8rem;
	padding-bottom: 13.5rem;
}
.footer-top{
	width: 100%;
	margin-bottom: 2.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-data{
	width: 44.6rem;
}
.footer-data__logo{
	width: 22rem;
	margin-bottom: 1.8rem;
}
.footer-data__logo img{
	width: 100%;
}
.footer-data__address{
	margin-bottom: 1.8rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: calc(2.4 / 1.5);
}
.footer-data__tel{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: calc(2.4 / 1.5);
}
.footer-nav{
	width: calc(100% - (44.6rem + 15rem));
	padding-right: 5.5rem;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.footer-nav__inner{
	border-left: 1px solid var(--graycolor);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1.6rem;
}
.footer-nav__inner:not(:last-child){
	padding-right: 4rem;
}
.footer-nav__item{
	line-height: 1;
}
.footer-nav__item:not(:last-child){
	margin-bottom: 2rem;
}
.footer-nav__item > a{
	line-height: 1;
	font-weight: 700;
	display: inline-block;
}
.footer-nav__item > a:hover,
.footer-nav-child a:hover{
	color: var(--maincolor);
	opacity: 1;
}
.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: 2rem;
}
.footer-nav-child__item::before{
	background: var(--subcolor1);
	content: "";
	display: block;
	width: 1rem;
	height: 1px;
}
.footer-nav-child__item > a{
	width: calc(100% - 1rem);
	padding-left: .5rem;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
	text-align: left;
}
.footer-link{
	width: 15rem;
}
.footer-button{
	width: 100%;
	row-gap: 1rem;
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.footer-button__item{
	width: 100%;
}
.footer-button__item a{
	width: 100%;
	height: 4rem;
	border: 2px solid;
	font-weight: 500;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 1 !important;
}
.footer-button__item.-entry a{
	border-color: var(--maincolor);
	background: var(--maincolor);
}
.footer-button__item.-entry a:hover{
	color: var(--maincolor);
	background: #fff;
}
.footer-button__item.-career a{
	background: var(--subcolor1);
	border-color: var(--subcolor1);
}
.footer-button__item.-career a:hover{
	color: var(--subcolor1);
	background: #fff;
}
.footer-button__item.-contact a{
	background: var(--subcolor2);
	border-color: var(--subcolor2);
}
.footer-button__item.-contact a:hover{
	color: var(--subcolor2);
	background: #fff;
}
.footer-sns{
	column-gap: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-sns__item{
	width: 4rem;
	height: 4rem;
}
.footer-sns__item a{
	width: 100%;
	height: 100%;
	border-radius: 50%;
    box-shadow: 0 0 1.5rem rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
	opacity: 1 !important;
}
.footer-sns__item a:hover{
	transform: scale(.85);
    box-shadow: 0 0 1.5rem rgba(0,0,0,.05);
}
.footer-sns__item.-x img{
	width: 1.8rem;
}
.footer-sns__item.-instagram img{
	width: 2rem;
}
.footer-sns__item.-youtube img{
	width: 2.2rem;
}
.footer-other{
	column-gap: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-other__item a{
	border: 2px solid var(--graycolor);
	width: 100%;
	height: 4rem;
	padding: .5rem 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.footer-other__item a::after{
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin-left: .8rem;
	background-image: url(../images/common/icon_blank-black.png);
	background-image: image-set(url(../images/common/icon_blank-black.png) 1x, url(../images/common/icon_blank-black@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-other__item a:hover{
	border-color: var(--blackcolor);
}
.footer-copyright{
	background: var(--subcolor2);
	font-size: 1.1rem;
	height: 6rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

	.footer-data{
		width: 22rem;
	}
	.footer-nav{
		width: calc(100% - (22rem + 15rem));
		padding-right: 3rem;
	}
	.footer-nav__inner:not(:last-child){
		padding-right: 2.5rem;
	}

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

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

	.footer-nav__inner{
		width: 45%;
	}

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

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

	.footer__inner{
		padding-top: 16rem;
		padding-bottom: 16rem;
	}
	.footer-top{
		margin-bottom: 5.2rem;
		flex-direction: column;
	}
	.footer-data{
		width: 100%;
		margin-bottom: 9rem;
	}
	.footer-data__logo{
		width: 22.4rem;
		margin-bottom: 3.7rem;
	}
	.footer-data__address{
		margin-bottom: .8rem;
		font-size: 2.6rem;
		line-height: calc(5.2 / 2.6);
	}
	.footer-data__tel{
		font-size: 2.6rem;
		line-height: calc(5.2 / 2.6);
	}
	.footer-nav{
		width: 100%;
		margin-bottom: 8.2rem;
		padding-right: 0;
		row-gap: 7.5rem;
		justify-content: space-between;
	}
	.footer-nav__inner{
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		border-left: none;
	}
	.footer-nav__inner:not(:last-child){
		padding-right: 0;
	}
	.footer-nav__item:not(:last-child){
		margin-bottom: 4rem;
	}
	.footer-nav-child{
		margin-top: 4rem;
	}
	.footer-nav-child__item:not(:last-child){
		margin-bottom: 4rem;
	}
	.footer-nav-child__item::before{
		width: 1.5rem;
	}
	.footer-nav-child__item > a{
		width: calc(100% - 1.5rem);
		padding-left: 1.2rem;
		letter-spacing: 0;
	}
	.footer-link{
		width: 100%;
	}
	.footer-button{
		width: 100%;
		column-gap: 1rem;
		margin-bottom: 5.2rem;
		flex-direction: row;
	}
	.footer-button__item{
		width: calc((100% - (1rem * 2)) / 3);
	}
	.footer-button__item a{
		height: 6rem;
	}
	.footer-sns{
		column-gap: 3rem;
		justify-content: flex-start;
	}
	.footer-sns__item{
		width: 6rem;
		height: 6rem;
	}
	.footer-sns__item.-x img{
		width: 2.7rem;
	}
	.footer-sns__item.-instagram img{
		width: 3rem;
	}
	.footer-sns__item.-youtube img{
		width: 3.3rem;
	}
	.footer-other{
		column-gap: 0;
		row-gap: 1rem;
		flex-direction: column;
	}
	.footer-other__item{
		width: 100%;
	}
	.footer-other__item a{
		height: 7rem;
		padding: .5rem 3rem .5rem 4rem;
		font-size: 2.4rem;
		justify-content: space-between;
	}
	.footer-other__item a::after{
		width: 2.5rem;
		height: 2.5rem;
		margin-left: 0;
	}
	.footer-other__item.-gacct img{
		width: 13.8rem;
	}
	.footer-copyright{
		font-size: 2.2rem;
		height: 8rem;
	}

	.gotop{
		background: var(--maincolor);
		width: 6rem;
		height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		right: 2rem;
		bottom: 10rem;
		z-index: 9000;
	}
	.gotop::before{
		content: "";
		display: block;
		width: 1.5rem;
		height: 1.5rem;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
		margin-top: .4rem;
	}

}



/*-------------------------------
	導入部分
-------------------------------*/

.First__text{
	font-size: 1.7rem;
	font-weight: 700;
	line-height: calc(3.2 / 1.7);
}

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

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

}
@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){

	.First__text{
		font-size: 2.8rem;
		line-height: 2;
	}

}



/*-------------------------------
	先輩の声
-------------------------------*/

.C-Voice-block-slider{
	overflow: visible;
}
.C-Voice-block-slider__inner{
	transition-timing-function: linear;
}
.C-Voice-block{
	width: 38rem;
}
.C-Voice-block a{
	width: 100%;
	display: block;
	opacity: 1 !important;
}
.C-Voice-block__image{
	width: 100%;
	overflow: hidden;
}
.C-Voice-block__image img{
	transition: var(--transition);
	width: 100%;
	height: 39rem;
	object-fit: cover;
}
.C-Voice-block__body{
	/*background: var(--subcolor1);*/
	background: var(--maincolor);
	padding: 2.5rem 2rem;
	position: relative;
}
.C-Voice-block__entry{
	font-size: 2rem;
	margin-bottom: 1.2rem;
	font-weight: 700;
	line-height: calc(2.4 / 2);
	color: #fff;
}
.C-Voice-block__name{
	font-size: 2rem;
	font-weight: 700;
	line-height: calc(2.4 / 2);
	color: #fff;
}
.C-Voice-block__arrow{
	background: var(--suboclor1);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-.5rem,-50%);
}

.C-Voice-block a:hover .C-Voice-block__image img{
	transform: scale(1.1);
}

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

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

}
@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-Voice-block{
		width: 45rem;
	}
	.C-Voice-block__image img{
		height: 46.5rem;
	}
	.C-Voice-block__body{
		padding: 3rem;
	}
	.C-Voice-block__entry{
		font-size: 2.6rem;
		margin-bottom: 1.5rem;
		line-height: calc(3.1 / 2.6);
	}
	.C-Voice-block__name{
		font-size: 2.6rem;
		line-height: calc(3.1 / 2.6);
	}
	.C-Voice-block__arrow{
		transform: translate(-2rem,-50%);
	}
	.C-Voice-block__arrow::before{
		width: 3rem;
	}
	.C-Voice-block__arrow::after{
		width: 1.1rem;
		height: 1.1rem;
		margin-left: .8rem;
	}
	
}