@charset "utf-8";

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

*,
*::before,
*::after{
	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: 0;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	color: var(--maincolor);
	/* 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);
	color: var(--maincolor);
}
*:not(.not-a) > a:hover,
*:not(.not-a) > .a:hover{
	opacity: var(--opacity);
}

/*----- コンテンツ */
/* .sec:not(:nth-of-type(1)){
	padding-top: var(--padding-topbottom);
}
.sec:last-child{
	padding-bottom: var(--padding-topbottom);
} */
.sec{
	padding-top: var(--padding-topbottom);
	padding-bottom: var(--padding-topbottom);
}
.sec:last-child{
	padding-bottom: 0;
}

/* ヘッダーの変化に影響 */
.Keyvisual-Breadclumb:has(.Keyvisual.-small) ~ .main .sec:nth-of-type(1){
	padding-top: 5.5rem;
}

.main{
	padding-bottom: 10rem;
	padding-top: 18rem;
	display: block;
	position: relative;
}
.Keyvisual-Breadclumb:has(.Keyvisual.-small) ~ .main{
	padding-top: 0;
}
.main__inner{
	padding-bottom: 18rem;
	position: relative;
}

@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;
	}
	.maxwidth1000{
		width: 100%;
		max-width: var(--maxwidth1000);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-left: auto;
		margin-right: auto;
	}
	.maxwidth1266{
		width: 100%;
		max-width: var(--maxwidth1266);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-left: auto;
		margin-right: auto;
	}
	.full{
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

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

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

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

}
@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%;
		padding-top: 15rem;
		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);
	}
	.full{
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		width: calc(100% + (var(--padding-leftright) * 2));
		margin-left: calc(var(--padding-leftright) * -1);
		margin-right: calc(var(--padding-leftright) * -1);
	}
	/* ヘッダーの変化に影響 */
	.Keyvisual-Breadclumb:has(.Keyvisual.-small) ~ .main .sec:nth-of-type(1){
		padding-top: 4rem;
	}

	.main{
		padding-top: 11.5rem;
		padding-bottom: 0;
		/* overflow-x: hidden; */
	}
	.main__inner{
		padding-bottom: 21.8rem;
	}

}



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

/*----- POINT */
.C-point-block:not(:last-child){
	margin-bottom: 4.5rem;
}
.C-point-block__header{
	width: 100%;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.C-point-block__numuber{
	width: 5.6rem;
}
.C-point-block__numuber-text{
	color: var(--subcolor);
	font-family: var(--en);
	font-size: 1rem;
	letter-spacing: .025em;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.C-point-block__numuber-text strong{
	font-size: 3rem;
	letter-spacing: .025em;
	font-weight: 400;
	line-height: 1;
	display: block;
}
.C-point-block__title{
	width: calc(100% - 5.6rem);
	padding-left: 2rem;
	font-size: 2.4rem;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}
.C-point-block__title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.C-point-block__tag{
	font-size: 1.8rem;
	padding: .5rem 1.5rem;
	margin-bottom: 1.2rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .05em;
	border: 1px solid #bbb;
	display: inline-block;
}
.C-point-block__text{
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	line-height: calc(2.8 / 1.4);
	letter-spacing: .05em;
	text-align: justify;
}
.C-point-block__text:not(:last-child){
	margin-bottom: 3.5rem;
}
.C-point-block__text a{
	text-decoration: underline;
}

/*----- POINT（シンプル）*/
.C-point-simple{
	width: 100%;
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #f7f8f8;
	position: relative;
}
.C-point-simple:not(:last-child){
	margin-bottom: 2rem;
}
.C-point-simple__numuber{
	width: 11.4rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.C-point-simple__numuber-text{
	color: var(--subcolor);
	font-family: var(--en);
	font-size: 1rem;
	letter-spacing: .025em;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.C-point-simple__numuber-text strong{
	font-size: 3rem;
	letter-spacing: .025em;
	font-weight: 400;
	line-height: 1;
	display: block;
}
.C-point-simple__text{
	width: calc(100% - 11.4rem);
	font-size: 2.2rem;
	padding-left: 3.8rem;
	line-height: 1.5;
	font-weight: 700;
	position: relative;
}
.C-point-simple__text::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.C-point-simple__bg{
	height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #f7f8f8;
}

/*----- 解説ブロック */
.C-detail{
	padding-bottom: 5.5rem;
}
.C-detail > *:last-child{
	margin-bottom: 0;
}
.C-detail__text{
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	line-height: calc(2.8 / 1.4);
	letter-spacing: 0;
	text-align: justify;
}
.C-detail__text a{
	text-decoration: underline;
}
.C-detail__text strong{
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -.05em;
}
.C-detail__subtitle{
	margin-top: 5.5rem;
	margin-bottom: 3rem;
	line-height: 1;
	position: relative;
	z-index: 5000;
}
.C-detail__subtitle::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}
.C-detail__subtitle span{
	font-size: 1.2rem;
	padding-right: 1rem;
	letter-spacing: .025em;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	display: inline-block;
}

/*----- 見出し */
/* 大見出し（通常） */
.C-title{
	font-size: 4rem;
	margin-bottom: 2.5rem;
	font-weight: 700;
	line-height: calc(6.2 / 4);
	letter-spacing: .05em;
}
/* 中見出し */
.C-sub-title{
	width: 100%;
	margin-bottom: 2.8rem;
	padding-left: .3rem;
	position: relative;
}
.C-sub-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .3rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.C-sub-title span{
	width: 100%;
	font-size: 2.4rem;
	padding-left: 1.2rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .05em;
	display: block;
}
/* 小見出し */
.C-small-title{
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: calc(2.8 / 1.8);
}

/* 見出し（線付き） */
.C-line-title{
	width: 100%;
	margin-bottom: 4.5rem;
	line-height: 1;
	position: relative;
	z-index: 5000;
}
.C-line-title::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	z-index: -1;
}
.C-line-title span{
	font-family: var(--en);
	font-size: 2.4rem;
	padding-right: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .0001em;
	display: inline-block;
	background: #fff;
}
/* 見出し（丸付き） */
.C-circle-title{
	line-height: 1;
	/* display: inline-block; */
	display: block;
	position: relative;
}
.C-circle-title::before{
	border: .3rem solid var(--subcolor);
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.C-circle-title span{
	padding-left: 2rem;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 700;
	display: block;
}
/* マーカーテキスト */
.C-marker-text{
	margin-bottom: 5.5rem;
	font-weight: 700;
	line-height: calc(3.2 / 1.6);
	letter-spacing: 0;
	text-align: justify;
}
.C-marker-text span{
	background: #ddd;
}
.C-marker-text a{
	text-decoration: underline;
}

/*----- ボタン */

/*----- 矢印（円）*/
.C-arrow-circle{
	transition: var(--transition);
	border: 1px solid var(--maincolor);
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*----- 矢印 */
.C-arrow{
	width: 1.2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.C-arrow::before,
.C-arrow::after{
	transition: var(--transition);
	content: "";
	display: block;
}
.C-arrow::before{
	background: var(--maincolor);
	width: 100%;
	height: 1px;
}
.C-arrow::after{
	border-right: 1px solid var(--maincolor);
	border-bottom: 1px solid var(--maincolor);
	width: .8rem;
	height: .8rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
/* 白色 */
.C-arrow.-white::before{
	background: #fff;
}
.C-arrow.-white::after{
	border-right-color: #fff;
	border-bottom-color: #fff;
}

/*----- スライダー */
.C-gallery-wrap{
	max-width: 100%;
	/* padding-top: 5rem; */
	margin-top: 5rem;
}
.C-gallery{
	/* overflow: visible; */
	position: relative;
	z-index: 5000;
}
.C-gallery::before{
	content: "";
	display: block;
	width: 50vw;
	height: 100%;
	position: absolute;
	left: -50vw;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 6000;
}
.C-gallery__subtitle{
    width: 100%;
	margin-bottom: 3rem;
	line-height: 1;
	position: relative;
	z-index: 5000;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.C-gallery__subtitle::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}
.C-gallery__subtitle span{
	font-size: 1.2rem;
	padding-right: 1rem;
	letter-spacing: .025em;
	font-weight: 700;
	line-height: 1;
	background: #fff;
	display: inline-block;
}
.C-gallery__item{
	width: 88.5%;
	max-width: 80rem;
	position: relative;
}
.C-gallery__item:not(:last-child){
	margin-right: 1.8rem;
}
.C-gallery__item-image{
	transition: var(--transition);
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 6000;
}
.C-gallery__item-image.on{
	opacity: 0;
	z-index: -2;
}
.C-gallery__item img{
	transition: var(--transition);
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.C-gallery__item-caption{
	margin-top: 2rem;
	display: flex;
	align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.C-gallery__item-caption__title{
	line-height: calc(2.8 / 1.6);
    letter-spacing: .025em;
	display: block;
	font-weight: 700;
}
.C-gallery__item-caption__text{
	transition: var(--subcolor);
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: calc(2.45 / 1.4);
	display: inline-block;
	text-align: justify;
}
.C-gallery__item-caption__title + .C-gallery__item-caption__text{
	margin-top: 1rem;
}
.C-gallery__item-caption__text a{
	display: inline;
	text-decoration: underline;
}
.C-gallery__controller{
	width: 100%;
	padding-top: 1.8rem;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.C-gallery__prev-next{
	width: 6.5rem;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.C-gallery__prev-next::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
}
.C-gallery__prev,
.C-gallery__next{
	height: auto;
	/* width: 1rem; */
	width: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 1.8rem;
	margin-top: 0;
    top: 0;
}
.C-gallery__prev::before,
.C-gallery__next::before{
	transform: translateX(1rem);
}
.C-gallery__prev::after,
.C-gallery__next::after{
	width: .6rem;
	height: .6rem;
}
.C-gallery__prev{
	left: .2rem;
	transform: rotate(180deg);
}
.C-gallery__next{
	right: .2rem;
}
.C-gallery__pagination{
	line-height: 1;
	padding-top: .7rem;
	height: auto;
	top: 0;
	bottom: 0;
	padding-left: 2.8rem;
	position: static;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	row-gap: 1.8rem;
	column-gap: 1rem;
	max-width: 70rem;
	width: calc(100% - 6.5rem) !important;
}
.C-gallery__pagination .swiper-pagination-bullet{
	width: 5rem;
	height: .3rem;
	opacity: 1;
	border-radius: 0;
	background: #ddd;
	margin-left: 0 !important;
}
.C-gallery__pagination .swiper-pagination-bullet:not(:last-child){
	/* margin-right: 1rem; */
	margin-right: 0;
}
.C-gallery__pagination .swiper-pagination-bullet-active{
	background: var(--subcolor);
}

/* 動画の場合 */
.C-gallery__item:has(.C-gallery__item-movie) .C-gallery__item-image{
	cursor: pointer;
}
.C-gallery__item:has(.C-gallery__item-movie) .C-gallery__item-image::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6000;
	background-image: url(../images/common/icon_movie-button.svg);
	background-size: 7rem;
	background-position: center center;
	background-repeat: no-repeat;
}
.C-gallery__item:has(.C-gallery__item-movie) .C-gallery__item-image::after{
	transition: var(--transition);
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4000;
    background: rgba(0,0,0,.3);
}
.C-gallery__item-movie{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
	z-index: 4000;
}
.C-gallery__item-movie iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
.C-gallery__item:has(.C-gallery__item-movie) .C-gallery__item-image:hover::after{
	opacity: .6;
}

/* 画像のみの場合 */
/* .C-gallery__item:not(:has(.C-gallery__item-movie)) img{
	aspect-ratio: 3 / 2;
} */

/* リンク付き画像の場合 */
.C-gallery__item > a{
	display: block;
	opacity: 1 !important;
}
.C-gallery__item > a:hover .C-gallery__item-image img{
	transform: scale(1.1);
}
.C-gallery__item > a:hover .C-gallery__item-caption__text{
	color: var(--subcolor);
}

/* 一つしかない場合 */
.C-gallery__item:only-child{
	width: 100%;
	max-width: 100%;
}

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

	/*----- POINT */
	.C-point-block:not(:last-child){
		margin-bottom: 5.5rem;
	}
	.C-point-block__header{
		min-height: 10rem;
		margin-bottom: 3rem;
		align-items: center;
        overflow: hidden;
	}
	.C-point-block__numuber{
		width: 11rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
		position: relative;
	}
	.C-point-block__numuber::after{
		background: var(--maincolor);
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.C-point-block__numuber-text{
		font-size: 2rem;
		letter-spacing: 0;
	}
	.C-point-block__numuber-text strong{
		font-size: 6rem;
		letter-spacing: 0;
	}
	.C-point-block__title{
		width: calc(100% - 11rem);
		padding-left: 4rem;
		font-size: 3.8rem;
		letter-spacing: 0;
		line-height: calc(5.6 / 3.8);
	}
	.C-point-block__title::before{
		display: none;
	}
	.C-point-block__title::before{
		width: 2px;
	}
	.C-point-block__tag{
		font-size: 3.2rem;
		margin-top: 1.5rem;
		padding: 1rem 2rem;
		margin-bottom: 2rem;
		letter-spacing: 0;
	}
	.C-point-block__text{
		font-size: 3.2rem;
		line-height: calc(5.4 / 2.8);
		letter-spacing: 0;
	}
	.C-point-block__text:not(:last-child){
		margin-bottom: 3.25rem;
	}

	/*----- POINT（シンプル）*/
	.C-point-simple{
		padding-top: 4.5rem;
		padding-bottom: 4rem;
		padding-right: 4rem;
	}
	.C-point-simple:not(:last-child){
		margin-bottom: 2rem;
	}
	.C-point-simple__numuber{
		width: 13.6rem;
	}
	.C-point-simple__numuber-text{
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.C-point-simple__numuber-text strong{
		font-size: 5rem;
		letter-spacing: 0;
	}
	.C-point-simple__text{
		width: calc(100% - 13.6rem);
		font-size: 3.2rem;
		padding-left: 3.2rem;
		line-height: calc(4.6 / 3.2);
	}
	.C-point-simple__bg{
		display: none;
	}

	/*----- 解説ブロック */
	.C-detail{
		padding-bottom: 5rem;
	}
	.C-detail__text{
		font-size: 3.2rem;
		line-height: calc(5.4 / 2.8);
	}
	.C-detail__text strong{
		font-size: 3.4rem;
	}
	.C-detail__subtitle{ /* ★ */
		margin-top: 5.5rem;
		margin-bottom: 3rem;
	}
	.C-detail__subtitle::before{ /* ★ */
		width: 100%;
		height: 1px;
		left: 0;
		top: 50%;
	}
	.C-detail__subtitle span{ /* ★ */
		font-size: 1.2rem;
		padding-right: 1rem;
		letter-spacing: .025em;
	}

	/*----- 見出し */
	/* 大見出し（通常） */
	.C-title{
		font-size: 4.8rem;
		margin-bottom: 4rem;
		line-height: calc(6.2 / 4.8);
		letter-spacing: .025em;
	}
	/* 中見出し */
	.C-sub-title{
		margin-bottom: 2rem;
		padding-left: .5rem;
	}
	.C-sub-title::before{
		width: .5rem;
		height: calc(1em * (6.2 / 3.8));
		top: 1rem;
	}
	.C-sub-title span{
		font-size: 3.8rem;
		padding-left: 2rem;
		letter-spacing: 0;
		line-height: calc(6.2 / 3.8);
	}
	/* 小見出し */
	.C-small-title{
		font-size: 3.6rem;
		margin-bottom: 2rem;
		letter-spacing: 0;
		line-height: calc(5.6 / 3.6);
	}
	/* 見出し（線付き） */
	.C-line-title{
		margin-bottom: 5rem;
	}
	.C-line-title span{
		font-size: 3rem;
		padding-right: 1.5rem;
	}
	/* 見出し（丸付き） */
	.C-circle-title::before{
		border: .6rem solid var(--subcolor);
		width: 2.4rem;
		height: 2.4rem;
	}
	.C-circle-title span{
		padding-left: 4rem;
		font-size: 2.4rem;
	}
	/* マーカーテキスト */
	.C-marker-text{
		margin-bottom: 7.5rem;
		line-height: calc(5.6 / 2.8);
	}

	/*----- ボタン */

	/*----- 矢印（円）*/
	.C-arrow-circle{
		width: 8rem;
		height: 8rem;
	}
	.C-arrow-circle .C-arrow{
		width: 1.6rem;
	}
	.C-arrow-circle .C-arrow::after{
		width: 1.4rem;
		height: 1.4rem;
	}

	/*----- 矢印 */
	.C-arrow{
		width: 1.8rem;
	}
	.C-arrow::after{
		width: 1.2rem;
		height: 1.2rem;
	}
	/*----- スライダー */
	.C-gallery-wrap{
		width: calc(100% + (var(--padding-leftright) * 2));
		max-width: calc(100% + (var(--padding-leftright) * 2));
		margin-left: calc(var(--padding-leftright) * -1);
		/* padding-top: 4.5rem; */
		/* padding-top: 7.5rem; */
		margin-top: 7.5rem;
	}
	.C-gallery::before{
		display: none;
	}
	.C-gallery__subtitle{
		margin-bottom: 3.5rem;
	}
	.C-gallery__subtitle::before{
		width: 100%;
	}
	.C-gallery__subtitle{
		width: calc(100% - var(--padding-leftright));
		margin-left: var(--padding-leftright);
	}
	.C-gallery__subtitle span{
		font-size: 2.4rem;
		padding-right: 1.5rem;
		letter-spacing: 0;
	}
	.C-gallery__item{
		width: 67.2rem;
		max-width: 67.2rem;
	}
	.C-gallery__item:not(:last-child){
		margin-right: 2.4rem;
	}
	.C-gallery__item-caption{
		transition: var(--transition);
		margin-top: 3rem;
		padding-right: 4rem;
	}
	.C-gallery__item.swiper-slide-active .C-gallery__item-caption{
		padding-left: var(--padding-leftright);
	}
	.C-gallery__item.swiper-slide-active:last-child .C-gallery__item-caption{
		padding-right: var(--padding-leftright);
		padding-left: 0;
	}
	.C-gallery__item-caption__title{
		font-size: 2.4rem;
		line-height: calc(4.2 / 2.4);
	}
	.C-gallery__item-caption__text{
		font-size: 2.4rem;
		letter-spacing: 0;
		line-height: calc(4.2 / 2.4);
	}
	.C-gallery__item-caption__title + .C-gallery__item-caption__text{
		margin-top: .5rem;
	}
	.C-gallery__controller{
		padding-left: var(--padding-leftright);
		padding-top: 5rem;
	}
	.C-gallery__prev-next{
		width: 8rem;
		height: 2.2rem;
	}
	.C-gallery__prev,
	.C-gallery__next{
		width: 3rem;
		height: 2.2rem;
	}
	.C-gallery__prev::after,
	.C-gallery__next::after{
		width: .9rem;
		height: .9rem;
	}
	.C-gallery__prev{
		left: .2rem;
	}
	.C-gallery__next{
		right: .2rem;
	}
	.C-gallery__pagination{
		padding-right: var(--padding-leftright);
		padding-top: .9rem;
		padding-left: 3.8rem;
		row-gap: 3rem;
		column-gap: 1.2rem;
		max-width: 100%;
		width: calc(100% - 8rem) !important;
	}
	.C-gallery__pagination .swiper-pagination-bullet{
		width: 6.2rem;
		height: .4rem;
	}

	/* 動画の場合 */
	.C-gallery__item:has(.C-gallery__item-movie) .C-gallery__item-image::before{
		background-size: 8.8rem;
	}

	/* 一つしかない場合 */
	.C-gallery-wrap:has(.C-gallery__item:only-child){
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.C-gallery-wrap:has(.C-gallery__item:only-child) .C-gallery__subtitle{
		margin-left: 0;
		width: 100%;
	}
	.C-gallery__item:only-child{
		width: 100%;
	}

}



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

.header{
	background: var(--maincolor);
	transition: var(--transition);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9990;
}
.header__inner{
	height: var(--header-height);
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-sitename{
	width: 22rem;
	height: 100%;
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-sitename__text{
	font-size: 1rem;
	margin-bottom: .8rem;
	letter-spacing: .025em;
	line-height: 1;
	color: #fff;
	display: block;
	text-align: center;
}
.header-sitename__logo{
	width: 16rem;
}
.header-sitename__logo img{
	width: 100%;
	display: block;
}
.header-nav{
	width: calc(100% - 22rem);
	padding-left: 3.8rem;
	padding-right: 3.8rem;
}
.header-nav__inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-nav__item{
	position: relative;
}
.header-nav__item::before{
	background: var(--subcolor);
	transition: var(--transition);
	content: "";
	display: block;
	width: 0%;
	height: .3rem;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.header-nav__item:not(:last-child){
	margin-right: 3rem;
}
.header-nav__item-text{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-nav__item-text a{
	font-size: 1.2rem;
	height: 8.7rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	position: relative;
	opacity: 1 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*----- 子ナビ */
.header-nav__item-open{
	width: 1.2rem;
	padding-left: .3rem;
	position: relative;
}
.header-nav__item-open::before,
.header-nav__item-open::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: .9rem;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
}
.header-nav__item-open::after{
	transform: rotate(90deg);
}
.header-nav-child{
	transition: var(--transition);
	width: 100%;
	padding-top: 3.5rem; 
	padding-bottom: 6rem;
	position: fixed;
	left: 0;
	top: 8.7rem;
	right: 0;
	z-index: 9900;
	background: #252525;
	clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
}
.header-nav-child__inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.header-nav-child__item{
	width: calc((100% - (3.5rem * 3)) / 4);
}
.header-nav-child__title{
	max-width: 24.5rem;
	font-size: 2.8rem;
	font-weight: 700;
}
.header-nav-child__title a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	opacity: 1 !important;
}
.header-nav-child__title-text{
	padding-right: 2rem;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1;
	display: block;
}
.header-nav-child__title-arrow{
	width: 2.2rem;
}
.header-nav-child__title-arrow::after{
	width: 1.2rem;
	height: 1.2rem;
}
.header-nav-child__body{
	width: calc(100% - 24.5rem);
	column-gap: 3.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start
}
.header-nav-child__item-title{
	font-size: 1.4rem;
	margin-bottom: 2rem;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #888;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .025em;
	color: #888;
}
.header-nav-child__list-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-nav-child__list-item:not(:last-child){
	margin-bottom: 1.2rem;
}
.header-nav-child__list-item::before{
	content: "ー";
	width: 1.4rem;
	font-size: .6rem;
	letter-spacing: .025em;
	font-weight: 400;
	line-height: 1;
	display: block;
	color: #fff;
}
.header-nav-child__list-item a{
	max-width: calc(100% - 1.4rem);
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .025em;
	color: #fff;
	display: inline-block;
	opacity: 1 !important;
}
.header-nav-child__list-item span{
	line-height: 1.35;
	display: block;
}

.header-nav__item:hover .header-nav__item-text a,
.header-nav__item.-current .header-nav__item-text a{
	color: var(--subcolor);
}
.header-nav__item:hover::before,
.header-nav__item.-current::before{
	width: 100%;
	left: 0;
}
.header-nav__item:has(.header-nav-child).-current .header-nav__item-open::before,
.header-nav__item:has(.header-nav-child).-current .header-nav__item-open::after,
.header-nav__item:has(.header-nav-child):hover .header-nav__item-open::before,
.header-nav__item:has(.header-nav-child):hover .header-nav__item-open::after{
	background: var(--subcolor);
}
.header-nav__item:has(.header-nav-child):hover .header-nav__item-open::after{
	transform: rotate(0deg);
}
.header-nav__item:has(.header-nav-child):hover .header-nav-child{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.header:has(.header-nav__item:hover .header-nav-child){
	background: var(--maincolor);
}

.header-nav-child__title a:hover{
	color: var(--subcolor);
}
.header-nav-child__title a:hover .header-nav-child__title-arrow::before{
	background: var(--subcolor);
}
.header-nav-child__title a:hover .header-nav-child__title-arrow::after{
	border-right-color: var(--subcolor);
	border-bottom-color: var(--subcolor);
}
.header-nav-child__list-item a:hover{
	color: var(--subcolor);
}
@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){

	.header:has(+ .menu-button.is_open){
		background: var(--maincolor);
	}

	/*----- ナビ */
	.header__inner{
		height: var(--header-height);
	}
	.header-sitename{
		width: 33.5rem;
	}
	.header-sitename__text{
		font-size: 1.7rem;
		margin-bottom: 1.2rem;
	}
	.header-sitename__logo{
		width: 26.6rem;
	}
	.header-nav{
		background: var(--maincolor);
		width: 100%;
		height: calc(100% - 15rem);
		padding-left: 0;
		padding-right: 0;
		border-top: 1px solid #fff;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9900;
		overflow: auto;
		display: none;
	}
	.header-nav__inner{
		flex-direction: column;
	}
	.header-nav__item{
		width: 100%;
	}
	.header-nav__item:not(:first-child){
		border-top: 1px solid #645e5c;
	}
	.header-nav__item::before{
		display: none;
	}
	.header-nav__item:not(:last-child){
		margin-right: 0;
	}
	.header-nav__item-text a{
		padding: 4.5rem var(--padding-leftright);
		width: 100%;
		font-size: 2.8rem;
		height: 11.8rem;
		justify-content: flex-start;
	}

	/*----- 子ナビ */
	.header-nav__item-open{
		width: calc(4.4rem + var(--padding-leftright));
		padding-right: var(--padding-leftright);
		height: 11.8rem;
	}
	.header-nav__item-open::before,
	.header-nav__item-open::after{
		width: 4.4rem;
		height: 2px;
		right: unset;
		left: 0;
	}
	.header-nav-child{
		transition: var(--transition);
		width: 100%;
		padding-top: 0; 
		padding-bottom: 6rem;
		position: static;
		background: none;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		display: none;
	}
	.header-nav-child__inner{
		flex-direction: column;
	}
	.header-nav-child__item{
		width: 100%;
	}
	.header-nav-child__item:not(:last-child){
		margin-bottom: 4.5rem;
	}
	.header-nav-child__title{
		display: none;
	}
	.header-nav-child__body{
		width: 100%;
		flex-direction: column;
		column-gap: normal;
	}
	.header-nav-child__item-title{
		font-size: 2.4rem;
		margin-bottom: 3.6rem;
		padding-bottom: 0;
		border-bottom: none;
		letter-spacing: .05em;
	}
	.header-nav-child__list-item:not(:last-child){
		margin-bottom: 3.6rem;
	}
	.header-nav-child__list-item::before{
		content: "-";
		width: 2rem;
		font-size: 2.4rem;
		letter-spacing: .05em;
	}
	.header-nav-child__list-item a{
		max-width: calc(100% - 2rem);
		font-size: 2.4rem;
		letter-spacing: .05em;
	}
	.header-nav-child__list-item span{
		line-height: 1;
	}
	.header-nav__contact{
		width: 100%;
	}
	.header-nav__contact a{
		width: 100%;
		height: 18rem;
		font-size: 3.2rem;
		letter-spacing: .025em;
		font-weight: 700;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #333;
		color: #fff;
	}
	
	.header-nav__item:has(.header-nav-child):hover .header-nav__item-open::after{
		transform: rotate(90deg);
	}

	/* 開閉時 */
	.header-nav__item-open.on::after{
		transform: rotate(0deg) !important;
	}
	.header-nav-child.on{
		display: block;
	}

	/*----- ハンバーガー */
	.menu-button {
		width: 11.6rem;
		height: 15rem;
		padding: 4.9rem 2.8rem;
		box-sizing: border-box;
		display: block !important;
		z-index: 9990;
		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: 2.4rem;
	}
	.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(2.4rem);
		-ms-transform: translateY(2.4rem);
		transform: translateY(2.4rem);
	}
	.menu-button i:after{
		-webkit-transform: translateY(-2.4rem);
		-ms-transform: translateY(-2.4rem);
		transform: translateY(-2.4rem);
	}
	.is_open i{
		background: transparent;
	}
	.is_open i:after{
		transform:translateY(0px) rotate(-25deg);
	}
	.is_open i:before{
		transform:translateY(0px) rotate(25deg);
	}

}



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

.Breadclumb{
	height: var(--breadclumb-height);
	margin-top: var(--header-height);
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.Breadclumb__inner{
	height: 100%;
}
.Breadclumb-list{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Breadclumb-list__item{
	font-size: 1rem;
	letter-spacing: .01em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Breadclumb-list__item:not(:last-child)::after{
	content: "ー";
	display: block;
	margin-left: .6rem;
	margin-right: .6rem;
	color: #a4a4a4;
}
.Breadclumb-list__item a{
	font-size: 1rem;
	letter-spacing: .01em;
	color: #a4a4a4;
}

/*----- 画像ありの時 */
.Keyvisual:has(.Keyvisual__image) + .Breadclumb{
	border-bottom-color: #a3a3a3;
}
.Keyvisual:has(.Keyvisual__image) + .Breadclumb .Breadclumb-list__item{
	color: #fff;
}
.Keyvisual:has(.Keyvisual__image) + .Breadclumb .Breadclumb-list__item:not(:last-child)::after{
	color: #fff;
}

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

	.Breadclumb{
		border-bottom: 1px solid var(--maincolor);
		margin-top: 0;
	}
	.Breadclumb-list{
		width: calc(100% + 4rem);
		height: var(--breadclumb-height);
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.Breadclumb-list__item{
		font-size: 2rem;
		letter-spacing: .05em;
	}
	.Breadclumb-list__item:not(:last-child)::after{
		margin-left: 1em;
		margin-right: 1em;
		color: #888;
	}
	.Breadclumb-list__item a{
		font-size: 2rem;
		letter-spacing: .05em;
		color: #888;
	}

	/*----- 画像ありの時 */
	.Keyvisual:has(.Keyvisual__image) + .Breadclumb{
		border-bottom: 1px solid #fff;
	}
	.Keyvisual:has(.Keyvisual__image) + .Breadclumb .Breadclumb-list__item{
		color: #fff;
	}
	.Keyvisual:has(.Keyvisual__image) + .Breadclumb .Breadclumb-list__item:not(:last-child)::after{
		color: #fff;
	}

}



/*-------------------------------
	スクロール
-------------------------------*/

.C-Scroll{
	left: var(--padding-leftright);
	position: absolute;
	top: 0;
	height: 10rem;
	padding-left: .5rem;
	border-left: 1px solid #ddd;
}
.C-Scroll::before{
	background: var(--subcolor);
	content: "";
	width: 1px;
	height: 5rem;
	position: absolute;
	left: -1px;
	top: 0;
}
.C-Scroll__text{
	font-family: var(--en);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1;
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@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-Scroll{
		display: none;
	}

}



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

.Keyvisual-Breadclumb{
	position: relative;
	z-index: 6000;
	overflow: hidden; /* 要注意 */
}
.Keyvisual{
	width: 100%;
	padding-top: var(--header-height);
	position: relative;
	z-index: -1;
}
.Keyvisual__inner{
	width: 100%;
	height: 40.4rem;
	padding-top: 5rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 6000;
}
.Keyvisual__title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.Keyvisual__title-sub{
	margin-bottom: 2.2rem;
}
.Keyvisual__title-main{
	font-size: 4.4rem;
	letter-spacing: .06em;
	font-weight: 700;
	line-height: calc(6.6 / 4.4);
	display: inline-block;
}
.Keyvisual__image{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.Keyvisual__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Keyvisual__text{
	font-size: 1.2rem;
	margin-top: 1rem;
	letter-spacing: .06em;
	font-weight: 700;
	line-height: calc(2.4 / 1.2);
}

/*----- 画像ありの時 */
.Keyvisual:has(.Keyvisual__image)::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
	opacity: .7;
	mix-blend-mode: multiply;
}
.Keyvisual:has(.Keyvisual__image) .Keyvisual__title-sub{
	color: #fff;
}
.Keyvisual:has(.Keyvisual__image) .Keyvisual__title-main{
	color: #fff;
}

/*----- スモールサイズ */
.Keyvisual.-small .Keyvisual__inner{
	height: 25rem;
	padding-top: 10rem;
}

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

	.Keyvisual{
		padding-top: 0;
	}
	.Keyvisual__inner{
		height: 49rem;
		padding-top: 8rem;
		justify-content: flex-start;
	}
	.Keyvisual__content{
		padding-top: 6.5rem;
	}
	.Keyvisual__title-sub{
		margin-bottom: 3rem;
	}
	.Keyvisual__title-main{
		font-size: 5rem;
		line-height: calc(7.5 / 5);
		letter-spacing: .025em;
	}
	.Keyvisual__text{
		font-size: 3.2rem;
		margin-top: 2rem;
		letter-spacing: .025em;
		line-height: calc(5.6 / 2.8);
	}

	/*----- スモールサイズ */
	.Keyvisual.-small .Keyvisual__inner{
		height: auto;
		padding-top: 13.5rem;
	}

}



/*-------------------------------
	お問い合わせ
-------------------------------*/

/*----- お問い合わせバッジ */
.C-Contact-badge{
	right: var(--padding-leftright);
	width: 11rem;
	height: 11rem;
	/* transform: translateY(-50%);
	position: absolute;
	top: 0; */
	position: fixed;
	bottom: 5rem;
	z-index: 9900;
}
.C-Contact-badge a{
	background: var(--subcolor);
	transition: var(--transition);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-indent: -999rem;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.C-Contact-badge a::before{
	content: "";
	display: block;
	width: calc(100% - 1.2rem);
	height: calc(100% - 1.2rem);
	background-image: image-set(url(../images/common/icon_c-contact-badge.png) 1x, url(../images/common/icon_c-contact-badge@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/common/icon_c-contact-badge.png) 1x, url(../images/common/icon_c-contact-badge@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	animation: spin_contact_badge 20s linear infinite;
}
.C-Contact-badge a::after{
	content: "";
	display: block;
	width: 3.4rem;
    height: 2.3rem;
	background-image: image-set(url(../images/common/icon_mail-white.png) 1x, url(../images/common/icon_mail-white@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/common/icon_mail-white.png) 1x, url(../images/common/icon_mail-white@2x.png) 2x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
@keyframes spin_contact_badge{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.C-Contact-badge a:hover{
	transform: scale(1.1);
}

/*----- 下部お問い合わせ */
.C-Contact__body{
	padding: 6rem var(--padding-leftright) 5.2rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: #2b2b2b;
	color: #fff;
}
.C-Contact__title{
	width: 24rem;
}
.C-Contact__subtitle{
	font-size: 2rem;
	margin-bottom: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em;
}
.C-Contact__content{
	width: calc(100% - 24rem);
}
.C-Contact-headoffice{
	width: 100%;
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
	border-top: 2px solid #343434;
	border-bottom: 2px solid #343434;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.C-Contact-headoffice__content{
	width: 49.5%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.C-Contact-headoffice__content::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 100%;
	transform: translateY(-50%);
	background: #343434;
	display: block;
}
.C-Contact-headoffice__name{
	width: 4.5rem;
	height: 4.5rem;
	border: 1px solid #fff;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: calc(1.6 / 1.4);
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Contact-headoffice__tel{
	font-family: var(--en);
	width: calc(100% - 4.5rem);
	padding-left: 2.8rem;
	font-size: 5rem;
}
.C-Contact-headoffice__tel a{
	line-height: 1;
	color: #fff;
	display: block;
}
.C-Contact-headoffice__address{
	width: 50.5%;
	padding-left: 3rem;
}
.C-Contact-headoffice__address-title{
	font-family: var(--en);
	font-size: 1.2rem;
	margin-bottom: .8rem;
	font-weight: 700;
	line-height: 1;
}
.C-Contact-headoffice__address-text{
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
}
.C-Contact-office{
	width: 100%;
	padding-top: 2.8rem;
	gap: 3.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.C-Contact-office__item{
	line-height: 1;
}
.C-Contact-office__item-title{
	font-size: 1.2rem;
	padding: .3rem .4rem .5rem;
	margin-bottom: 1rem;
	font-weight: 500;
	border: 1px solid #fff;
	line-height: 1;
	display: inline-block;
}
.C-Contact-office__item-tel{
	line-height: 1;
	margin-bottom: .5rem;
}
.C-Contact-office__item-tel a{
	font-family: var(--en);
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	display: inline-block;
}
.C-Contact-office__item-text{
	font-size: 1.2rem;
	line-height: calc(1.8 / 1.2);
	opacity: .5;
	letter-spacing: .025em;
}

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

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

	.C-Contact__title{
		width: 15rem;
	}
	.C-Contact__content{
		width: calc(100% - 15rem);
	}
	.C-Contact-headoffice__tel{
		padding-left: 1.5rem;
	}

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

	.C-Contact__body{
		flex-direction: column;
	}
	.C-Contact__title{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.C-Contact__content{
		width: 100%;
	}

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

	.C-Contact-headoffice__content{
		flex-direction: column;
		align-items: flex-start;
	}
	.C-Contact-headoffice__name{
		width: auto;
		height: auto;
		padding: .5rem 1.5rem;
		margin-bottom: .5rem;
	}
	.C-Contact-headoffice__name br{
		display: none;
	}
	.C-Contact-office{
		flex-wrap: wrap;
	}
	.C-Contact-office__item{
		width: calc((100% - 3.2rem) / 2);
	}
	.C-Contact-headoffice__tel{
		width: 100%;
		padding-left: 0;
	}

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

	/*----- お問い合わせバッジ */
	.C-Contact-badge{
		width: 20rem;
		height: 20rem;
		right: 4.6rem;
		bottom: 5rem;
		/* top: unset; */
		position: fixed;
		/* transform: translateY(0); */
	}
	.C-Contact-badge a::after{
		width: 6rem;
		height: 4rem;
	}

	/*----- 下部お問い合わせ */
	.C-Contact{
		background: var(--blackcolor);
		padding-top: 9.5rem;
		padding-bottom: 17.5rem;
	}
	.C-Contact__body{
		background: var(--blackcolor);
		padding: 0;
		flex-direction: column;
	}
	.C-Contact__title{
		width: 100%;
		margin-bottom: 3rem;
	}
	.C-Contact__subtitle{
		font-size: 2.8rem;
		margin-bottom: 2.5rem;
	}
	.C-Contact__content{
		width: 100%;
	}
	.C-Contact-headoffice{
		padding-top: 0;
		padding-bottom: 0;
		border-top: none;
		border-bottom: none;
		flex-direction: column;
	}
	.C-Contact-headoffice__content{
		width: 100%;
		margin-bottom: 1rem;
	}
	.C-Contact-headoffice__content::after{
		display: none;
	}
	.C-Contact-headoffice__name{
		width: 13.4rem;
		height: 5rem;
		font-size: 2rem;
		line-height: 1;
		border-width: 2px;
	}
	.C-Contact-headoffice__name br{
		display: none;
	}
	.C-Contact-headoffice__tel{
		width: calc(100% - 13.5rem);
		padding-left: 1.5rem;
		font-size: 7.1rem;
	}
	.C-Contact-headoffice__address{
		width: 100%;
		padding-left: 0;
	}
	.C-Contact-headoffice__address-title{
		display: none;
	}
	.C-Contact-headoffice__address-text{
		font-size: 2.2rem;
	}
	.C-Contact-office{
		padding-top: 4rem;
		gap: 0;
		row-gap: 2.8rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.C-Contact-office__item{
		width: calc((100% - 2rem) / 2);
		display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
	}
	.C-Contact-office__item-title{
		width: 14.2rem;
		height: 3.8rem;
		font-size: 1.8rem;
		margin-bottom: 1rem;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.C-Contact-office__item-tel a{
		font-size: 4.4rem;
	}
	.C-Contact-office__item-text{
		font-size: 2rem;
		font-weight: 500;
		line-height: calc(3.2 / 2);
	}

}



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

.footer{
	background: var(--blackcolor);
	padding-top: 9.8rem;
}

.footer-top{
	width: 100%;
	margin-bottom: 9.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-sitename{
	width: 20.8rem;
}
.footer-sitename__text{
	font-size: 1.3rem;
	margin-bottom: .8rem;
	letter-spacing: .025em;
	line-height: 1;
	color: #fff;
	display: block;
	text-align: center;
}
.footer-sitename__logo{
	width: 100%;
}
.footer-sitename__logo img{
	width: 100%;
	display: block;
}
.footer-contact{
	width: 44.5rem;
	max-width: calc(100% - 20.8rem);
}
.footer-contact a{
	font-family: var(--en);
	width: 100%;
	font-size: 3.6rem;
	padding-bottom: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em;
	border-bottom: 2px solid #fff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	opacity: 1 !important;
}
.footer-contact a::before,
.footer-contact a::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 3.4rem;
	height: 2.3rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(calc(-50% - 1rem));
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer-contact a::before{
	background-image: url(../images/common/icon_mail-white.svg);
}
.footer-contact a::after{
	opacity: 0;
	background-image: url(../images/common/icon_mail-green.svg);
}
.footer-contact__text{
	width: 100%;
	padding-left: 6.4rem;
	line-height: 1;
	display: block;
	position: relative;
}
.footer-contact__arrow{
	width: 5.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer-contact__arrow::before{
	height: 2px;
}
.footer-contact__arrow::after{
	width: 1.5rem;
	height: 1.5rem;
	border-width: 2px;
}
.footer-contact a:hover{
	color: var(--subcolor);
	border-bottom-color: var(--subcolor);
}
.footer-contact a:hover::after{
	opacity: 1;
}
.footer-contact a:hover .footer-contact__arrow::before{
	background: var(--subcolor);
}
.footer-contact a:hover .footer-contact__arrow::after{
	border-right-color: var(--subcolor);
	border-bottom-color: var(--subcolor);
}

.footer-nav{
	width: 100%;
	padding-bottom: 7rem;
	gap: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-nav__item-wrap{
	width: calc(((100% - (3.5rem * 4)) / 5) * 1);
}
.footer-nav__item{
	width: 100%;
	column-gap: 3.5rem;
	line-height: 1;
    display: flex;
    flex-wrap: wrap;
}
.footer-nav__item:not(:last-child){
	margin-bottom: 3.5rem;
}
.footer-nav__item-title{
	width: 100%;
	line-height: 1;
	display: inline-block;
}
.footer-nav__item-title a{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: #fff;
	opacity: 1 !important;
}
.footer-nav__child-wrap{
	width: 100%;
	padding-top: 3.5rem;
}
.footer-nav__child{
	line-height: 1;
}
.footer-nav__child + .footer-nav__child{
	margin-top: 3.6rem;
}
.footer-nav__child-title{
	width: 100%;
	margin-bottom: 2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-nav__child-title::before{
	content: "●";
	font-size: .6rem;
	line-height: 1;
	display: block;
	color: #fff;
	opacity: .5;
}
.footer-nav__child-title span{
	font-size: 1.2rem;
	padding-left: .4rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: #fff;
	opacity: .5;
}
.footer-nav__child-list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.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.2rem;
}
.footer-nav__child-item a{
	font-size: 1.2rem;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	color: #fff;
	opacity: 1 !important;
}
.footer-nav__child-item span{
	line-height: 1.35;
	display: block;
}

.footer-nav__item-title a:hover{
	color: var(--subcolor);
}
.footer-nav__child-item a:hover{
	color: var(--subcolor);
}
.footer-nav__item-title.-current a,
.footer-nav__child-item.-current a{
	color: var(--subcolor);
}

/* サービス */
.footer-nav__item-wrap.-service{
	width: calc(((100% - (3.5rem * 4)) / 5) * 2);
}
.footer-nav__item-wrap.-service .footer-nav__child-wrap{
	width: calc(((100% - (3.5rem * 1)) / 2) * 1);
}

.footer-service{
	padding-top: 7rem;
	padding-bottom: 6rem;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
}
.footer-service__title{
	font-size: 2.4rem;
	margin-bottom: 4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}
.footer-service__list-wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-service__list-wrap::before,
.footer-service__list-wrap::after{
	content: "";
	display: block;
	width: calc((100% - (2rem * 3)) / 4);
	height: 0;
	order: 9999;
}
.footer-service__list{
	width: calc((100% - (2rem * 3)) / 4);
}
.footer-service__list:not(:nth-last-of-type(-n+4)){
	margin-bottom: 2rem;
}
.footer-service__list-logo{
	width: 100%;
	height: 4.1rem;
	margin-bottom: 1.2rem;
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.footer-service__list-logo img{
	max-width: 100%;
}
.footer-service__list-text{
	font-size: 1.2rem;
	padding-top: 1.2rem;
	opacity: .5;
	letter-spacing: 0;
	border-top: 1px solid #ebebeb;
	text-align: justify;
	color: #ebebeb;
}

.footer-service__list.-service1 .footer-service__list-logo{
	max-width: 18.7rem;
}
.footer-service__list.-service2 .footer-service__list-logo{
	max-width: 19.9rem;
}
.footer-service__list.-service3 .footer-service__list-logo{
	max-width: 20.6rem;
}
.footer-service__list.-service4 .footer-service__list-logo{
	max-width: 23rem;
}
.footer-service__list.-service5 .footer-service__list-logo{
	max-width: 18.3rem;
}
.footer-service__list.-service6 .footer-service__list-logo{
	max-width: 15.1rem;
}
.footer-service__list.-service7 .footer-service__list-logo{
	max-width: 14.8rem;
}
.footer-service__list.-service8 .footer-service__list-logo{
	max-width: 22.7rem;
}
.footer-service__list.-service9 .footer-service__list-logo{
	max-width: 21.3rem;
}
.footer-service__list.-service10 .footer-service__list-logo{
	max-width: 19.7rem;
}
.footer-service__list.-service11 .footer-service__list-logo{
	max-width: 16.5rem;
}
.footer-service__list.-service12 .footer-service__list-logo{
	max-width: 12.8rem;
}
.footer-service__list.-service13 .footer-service__list-logo{
	max-width: 9.9rem;
}
.footer-service__list.-service14 .footer-service__list-logo{
	max-width: 14.7rem;
}
.footer-last{
	width: 100%;
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-last__copyright{
	font-family: var(--en);
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	display: block;
}
.footer-last__pagetop a{
	font-family: var(--en);
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .1em;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	opacity: 1 !important;
}
.footer-last__pagetop a::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	margin-left: 1.2rem;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(../images/common/icon_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.3rem;
	transform: rotate(-90deg);
}

.footer-last__pagetop a:hover{
	color: var(--subcolor);
}
.footer-last__pagetop a:hover::after{
	background-color: var(--subcolor);
	background-image: url(../images/common/icon_arrow-white.svg);
}

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

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

	.footer-nav{
		gap: 2rem;
	}
	.footer-nav__item-wrap{
	    width: calc(((100% - (2rem * 4)) / 5) * 1);
	}
	.footer-nav__child-wrap{
		padding-top: 2rem;
	}
	.footer-nav__item{
		column-gap: 2rem;
	}

	.footer-nav__item-wrap.-service{
		width: calc(((100% - (2rem * 4)) / 5) * 2);
	}
	.footer-nav__item-wrap.-service .footer-nav__child-wrap{
		    width: calc(((100% - (2rem * 1)) / 2) * 1);
	}

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

	.footer-nav__item-wrap{
		width: calc(((100% - (2rem * 3)) / 4) * 1);
	}
	.footer-nav__item-wrap.-service{
		width: calc(((100% - (2rem * 3)) / 4) * 1);
	}
	.footer-nav__item-wrap.-service .footer-nav__child-wrap{
		width: 100%;
	}
	.footer-nav__child-wrap + .footer-nav__child-wrap{
		padding-top: 3.6rem;
	}

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

	.footer{
		padding-top: 1px;
		padding-bottom: 5rem;
		margin-top: -1px;
	}
	.footer-top{
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 6.5rem;
		align-items: flex-end;
	}
	.footer-sitename{
		width: 26.6rem;
		text-align: center;
	}
	.footer-sitename__text{
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
	.footer-contact{
		width: 33.3rem;
		max-width: calc(100% - 26.6rem);
	}
	.footer-contact a{
		font-size: 3rem;
		padding-bottom: 1.2rem;
		border-bottom: 1px solid #fff;
	}
	.footer-contact a::before,
	.footer-contact a::after{
		width: 2.9rem;
		height: 2rem;
		transform: translateY(calc(-50% - .5rem));
	}
	.footer-contact__text{
		width: 100%;
		padding-left: 4.2rem;
	}
	.footer-contact__arrow{
		width: 3.8rem;
	}
	.footer-contact__arrow::before{
		height: 1px;
	}
	.footer-contact__arrow::after{
		width: 1rem;
		height: 1rem;
		border-width: 1px;
	}

	.footer-nav{
		width: calc(100% + calc(var(--padding-leftright) * 2));
		transform: translateX(calc(var(--padding-leftright) * -1));
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 8.8rem;
		gap: 0;
		flex-direction: column;
	}
	.footer-nav__item-wrap{
		width: 100%;
	}
	.footer-nav__item-wrap:first-child{
		border-top: 1px solid rgba(255,255,255,.5);
	}
	.footer-nav__item{
		column-gap: 0;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	.footer-nav__item:not(:last-child){
		margin-bottom: 0;
	}
	.footer-nav__item-title{
		position: relative;
	}
	.footer-nav__item-title a{
		padding: 2.2rem var(--padding-leftright) 2.4rem;
		font-size: 2.8rem;
	}
	.footer-nav__item-open{
		width: calc(2.4rem + var(--padding-leftright));
		height: 100%;
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.footer-nav__item-open::before,
	.footer-nav__item-open::after{
		transition: var(--transition);
		content: "";
		display: block;
		width: 2.4rem;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 50%;
	}
	.footer-nav__item-open::after{
		transform: rotate(90deg);
	}
	.footer-nav__item-open.on::after{
		transform: rotate(0deg) !important;
	}
	.footer-nav__child-wrap{
		width: 100%;
		padding-top: 0;
		margin-top: 2.4rem;
		display: none;
	}
	.footer-nav__child-wrap:last-child{
		padding-bottom: 4.5rem;
	}
	.footer-nav__child-wrap + .footer-nav__child-wrap{
		margin-top: 4.8rem;
	}
	.footer-nav__child + .footer-nav__child{
		margin-top: 4.8rem;
	}
	.footer-nav__child-title{
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-bottom: 3.4rem;
	}
	.footer-nav__child-title::before{
		display: none;
	}
	.footer-nav__child-title span{
		font-size: 2.4rem;
		font-weight: 500;
		padding-left: 0;
	}
	.footer-nav__child-item{
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		width: 100%;
		color: #fff;
	}
	.footer-nav__child-item:not(:last-child){
		margin-bottom: 3.4rem;
	}
	.footer-nav__child-item a{
		font-size: 2.4rem;
	}
	.footer-nav__child-item::before{
		content: "-";
		display: block;
		line-height: 1;
		margin-right: .5em;
	}
	.footer-nav__child-item span{
		line-height: 1;
	}

	/* サービス */
	.footer-nav__item-wrap.-service{
		width: 100%;
	}
	.footer-nav__item-wrap.-service .footer-nav__child-wrap{
		width: 100%;
	}

	/* 展開時 */
	.footer-nav__item-title__open.on::after{
		transform: rotate(0deg);
	}
	.footer-nav__child-wrap.on{
		display: block;
	}

	.footer-service{
		padding: 0;
		border-top: none;
		border-bottom: none;
	}
	.footer-service__title{
		font-size: 2.6rem;
		margin-bottom: 4rem;
	}
	.footer-service__list-wrap{
		flex-direction: column;
	}
	.footer-service__list-wrap::before,
	.footer-service__list-wrap::after{
		display: none;
	}
	.footer-service__list{
		width: 100%;
	}
	.footer-service__list:not(:last-child){
		margin-bottom: 4.5rem;
	}
	.footer-service__list-logo{
		height: auto;
		margin-bottom: 1.8rem;
	}
	.footer-service__list-text{
		font-size: 2rem;
		padding-top: 1.2rem;
		line-height: calc(3 / 2);
		opacity: 1;
	}
	.footer-service__list.-service1 .footer-service__list-logo{
		max-width: 35rem;
	}
	.footer-service__list.-service2 .footer-service__list-logo{
		max-width: 37.2rem;
	}
	.footer-service__list.-service3 .footer-service__list-logo{
		max-width: 38.5rem;
	}
	.footer-service__list.-service4 .footer-service__list-logo{
		max-width: 42.9rem;
	}
	.footer-service__list.-service5 .footer-service__list-logo{
		max-width: 34.5rem;
	}
	.footer-service__list.-service6 .footer-service__list-logo{
		max-width: 28.5rem;
	}
	.footer-service__list.-service7 .footer-service__list-logo{
		max-width: 28rem;
	}
	.footer-service__list.-service8 .footer-service__list-logo{
		max-width: 42.3rem;
	}
	.footer-service__list.-service9 .footer-service__list-logo{
		max-width: 39.6rem;
	}
	.footer-service__list.-service10 .footer-service__list-logo{
		max-width: 36.6rem;
	}
	.footer-service__list.-service11 .footer-service__list-logo{
		max-width: 31.2rem;
	}
	.footer-service__list.-service12 .footer-service__list-logo{
		max-width: 24.2rem;
	}
	.footer-service__list.-service13 .footer-service__list-logo{
		max-width: 18.8rem;
	}
	.footer-service__list.-service14 .footer-service__list-logo{
		max-width: 27.8rem;
	}

	.footer-last{
		padding: 15rem 0 0;
		flex-direction: column-reverse;
	}
	.footer-last__copyright{
		font-size: 1.4rem;
	}
	.footer-last__pagetop{
		margin-bottom: 3.8rem;
	}
	.footer-last__pagetop a{
		font-size: 2.4rem;
		letter-spacing: .1em;
	}
	.footer-last__pagetop a::after{
		width: 6.8rem;
		height: 6.8rem;
		margin-left: 1.5rem;
		background-size: 2.2rem;
	}

}



/*-------------------------------
	SERVICE
-------------------------------*/

.C-service-block a{
	width: 100%;
    padding-top: 3rem;
    padding-bottom: 5.4rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	opacity: 1 !important;
}
.C-service-block__english{
	transition: var(--transition);
	font-family: var(--en);
	width: 37rem;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: calc(5 / 4.4);
}
.C-service-block__body{
	width: calc(100% - 37rem);
	padding-right: 8rem;
	position: relative;
}
.C-service-block__title{
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	line-height: calc(3 / 2.2);
	letter-spacing: .05em;
}
.C-service-block__text{
	line-height: calc(2.8 / 1.6);
    letter-spacing: .025em;
}
.C-service-block__arrow-circle{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	/* transform: translateY(calc(-50% - 1em - 1.5rem)); */
}
.C-service-block-cover{
	transition: var(--transition);
	pointer-events: none;
	position: fixed;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 9990;
	overflow: hidden;
	opacity: 0;
}
.C-service-block-cover__inner{
	transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.C-service-block-cover.on{
	width: 34rem;
	height: 34rem;
	opacity: 1;
	left: 0;
	top: 0;
}
.C-service-block-cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.C-service-block a:hover .C-service-block__english{
	color: var(--subcolor);
}
.C-service-block a:hover .C-service-block__arrow-circle{
	border-color: var(--subcolor);
	background: var(--subcolor);
}
.C-service-block a:hover .C-service-block__arrow::before{
	background: #fff;
}
.C-service-block a:hover .C-service-block__arrow::after{
	border-right-color: #fff;
	border-bottom-color:#fff;
}

.C-service-block__body:only-child{
	width: 100%;
}
.C-service-block:has(.C-service-block__body:only-child) a{
	padding-top: 2.2rem;
	padding-bottom: 4.2rem;
}

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

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

	.C-service-block__english{
		width: 31.5rem;
	}
	.C-service-block__body{
		width: calc(100% - 31.5rem);
		padding-right: 7.5rem;
	}

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

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

	.C-service-block a{
		padding-top: 0;
		padding-bottom: 4.5rem;
		flex-direction: column;
	}
	.C-service-block__english{
		width: 100%;
		font-size: 4.8rem;
		margin-bottom: 2.5rem;
		line-height: calc(6.2 / 4.8);
	}
	.C-service-block__english br{
		display: none;
	}
	.C-service-block__body{
		width: 100%;
		padding-right: 12rem;
	}
	.C-service-block__title{
		font-size: 3.6rem;
		margin-bottom: 1rem;
		line-height: calc(6 / 3.6);
		letter-spacing: .025em;
	}
	.C-service-block__text{
		line-height: calc(5.4 / 2.8);
	}
	.C-service-block-cover{
		display: none;
	}

	.C-service-block__body:only-child{
		width: 100%;
	}
	.C-service-block:has(.C-service-block__body:only-child) a{
		padding-top: 3.5rem;
		padding-bottom: 4.5rem;
	}

}



/*-------------------------------
	WORKS
-------------------------------*/

.C-works-block-wrap{
	width: 100%;
	overflow: hidden;
}
.C-works-block{
	margin-top: 2.2rem;
	float: left;
	position: relative;
	z-index: 5000;
	cursor: pointer;
	overflow: hidden;
}
.C-works-block a{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1 !important;
}
.C-works-block__image{
	transition: var(--transition);
	width: 100%;
	height: 100%;
}
.C-works-block__image.on{
	opacity: 0;
}
.C-works-block__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.C-works-block__movie{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.C-works-block__movie iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.C-works-block__caption{
	transition: var(--transition);
	background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(0deg,rgba(0, 0, 0, .7) 15%, rgba(255, 255, 255, 0) 30%);
	width: 100%;
	height: 100%;
	padding-left: 2rem;
	padding-bottom: 2rem;
	padding-right: 2rem;
	position: absolute;
	left: 0;
	bottom: -100%;
	right: 0;
	z-index: 6000;
	color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.C-works-block__caption-title{
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: .2rem;
	font-weight: 500;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.C-works-block__caption-title__type1,
.C-works-block__caption-title__type2{
	line-height: 1;
	display: block;
}
.C-works-block__caption-title__type1::after{
	content: "｜";
}
.C-works-block__caption-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.C-works-block:hover .C-works-block__caption{
	bottom: 0;
}

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

	/* Large blocks */
	.C-works-block:nth-child(6n+1),
	.C-works-block:nth-child(6n+4) {
		width: calc(100% - (40rem + 2.2rem));
		height: 47.2rem;
	}
	/* Small blocks */
	.C-works-block:nth-child(6n+2),
	.C-works-block:nth-child(6n+3),
	.C-works-block:nth-child(6n+5),
	.C-works-block:nth-child(6n+6) {
		width: 40rem;
		height: 22.5rem;
	}
	.C-works-block:nth-child(6n+2),
	.C-works-block:nth-child(6n+3),
	.C-works-block:nth-child(6n+4) {
		float: right;
	}
	.C-works-block:nth-of-type(1),
	.C-works-block:nth-of-type(2){
		margin-top: 0;
	}

}
@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-works-block-wrap{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.C-works-block{
		margin-top: 1.8rem;
		width: calc((100% - 1.8rem) / 2);
		height: 23rem;
		float: none;
	}
	.C-works-block:first-child{
		margin-top: 0;
	}
	/* Large blocks */
	.C-works-block:nth-child(6n+1),
	.C-works-block:nth-child(6n+6) {
		width: 100%;
		height: 34.6rem;
	}
	.C-works-block:nth-child(6n+1) .C-works-block__caption-title,
	.C-works-block:nth-child(6n+6) .C-works-block__caption-title{
		font-size: 2.4rem;
	}
	.C-works-block:nth-child(6n+1) .C-works-block__caption-text,
	.C-works-block:nth-child(6n+6) .C-works-block__caption-text{
		font-size: 2.2rem;
	}
	.C-works-block__caption{
		padding-bottom: 2rem;
		bottom: 0;
	}
	.C-works-block__caption-title{
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	.C-works-block__caption-text{
		font-size: 1.6rem;
	}

}



/*-------------------------------
	レイアウト（フローティング）
-------------------------------*/

.C-layaut{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.C-layaut__sidebar{
	width: 28.8rem;
	padding-top: 19rem;
	line-height: 1;
	counter-reset: number 0;
	position: absolute;
	top: 0;
	z-index: 9900;
}
.C-layaut__sidebar-title{
	font-family: var(--en);
	margin-bottom: 2.5rem;
}
.C-layaut__sidebar__inenr{
	padding-left: 2rem;
	padding-right: 4rem;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.C-layaut__sidebar-item{
	line-height: 1;
	position: relative;
	display: inline-block;
}
.C-layaut__sidebar-item:not(:last-child){
	margin-bottom: 1.2rem;
}
.C-layaut__sidebar-item > a{
	width: 100%;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	color: #888;
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	opacity: 1 !important;
}
.C-layaut__sidebar-item span{
	padding-right: 1.5rem;
	letter-spacing: 0;
	position: relative;
}
.C-layaut__sidebar-item > a::before{
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
	margin-right: .5em;
	/* line-height: 1.5; */
}
.C-layaut__sidebar-item:has(.C-layaut__sidebar-child) span::before,
.C-layaut__sidebar-item:has(.C-layaut__sidebar-child) span::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: .8rem;
	height: 1px;
	background: #888;
	position: absolute;
	right: 0;
	top: 1em;
}
.C-layaut__sidebar-item:has(.C-layaut__sidebar-child) span::after{
	transform: rotate(90deg);
}
.C-layaut__sidebar-child{
	transition: var(--transition);
	padding-left: 1.6rem;
	display: none;
}
.C-layaut__sidebar-child:nth-of-type(1){
	padding-top: 1rem;
}
.C-layaut__sidebar-child + .C-layaut__sidebar-child{
	margin-top: .5rem;
}
.C-layaut__sidebar-child:last-child{
	padding-bottom: .5rem;
}
.C-layaut__sidebar-child-item{
	line-height: 1;
}
.C-layaut__sidebar-child-item:not(:last-child){
	margin-bottom: .5rem;
}
.C-layaut__sidebar-child-item > a{
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	color: #888;
	opacity: 1 !important;
}
.C-layaut__sidebar-item > a.current,
.C-layaut__sidebar-item > a:hover,
.C-layaut__sidebar-child-item > a.current,
.C-layaut__sidebar-child-item > a:hover,
.C-layaut__sidebar-item:has(.C-layaut__sidebar-child-item a.current) > a{
	color: var(--blackcolor);
}
.C-layaut__sidebar-item > a.current span::before,
.C-layaut__sidebar-item > a:hover span::before,
.C-layaut__sidebar-child-item > a.current span::before,
.C-layaut__sidebar-child-item > a:hover span::before,
.C-layaut__sidebar-item > a.current span::after,
.C-layaut__sidebar-item > a:hover span::after,
.C-layaut__sidebar-child-item > a.current span::after,
.C-layaut__sidebar-child-item > a:hover span::after{
	background: var(--blackcolor);
}

.C-layaut__sidebar-item:has(.C-layaut__sidebar-child-item a.current) span::after,
.C-layaut__sidebar-item:has(.C-layaut__sidebar-child):hover span::after{
	transform: rotate(0deg);
}
.C-layaut__sidebar-item:has(.C-layaut__sidebar-child-item a.current) .C-layaut__sidebar-child,
.C-layaut__sidebar-item:hover .C-layaut__sidebar-child{
	display: block;
}
.C-layout__body{
	width: 100%;
	padding-left: 28.8rem;
	max-width: 121.6rem;
}
.C-layout__sec{
	margin-bottom: 14.5rem;
	padding-bottom: 0;
}
.C-layout__sec:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

/*----- レイアウト（連番） */
.C-counter-layout{
	counter-reset: number 0;
}
.C-counter-layout-block{
	padding-top: calc(1.8rem + .6rem);
	position: relative;
	z-index: 5000;
}
.C-counter-layout-block::before{
	font-family: var(--en);
	content: counter(number, decimal-leading-zero);
	counter-increment: number 1;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	padding-right: 1rem;
	display: block;
	color: #ddd;
	position: absolute;
	left: 0;
	top: .5em; /* 0.6rem */
	z-index: 6000;
    transform: translateY(-50%);
    background: #fff;
}
.C-counter-layout-block::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: .5em; /* 0.6rem */
	right: 0;
	z-index: 4000;
	font-size: 1.2rem;
}

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

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

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

	.C-layaut__sidebar{
		width: 24rem;
	}
	.C-layout__body{
		padding-left: 24rem;
	}
	.C-layout__sec{
		margin-bottom: var(--padding-topbottom);
	}

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

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

	.C-layaut{
		flex-direction: column;
	}
	.C-layaut__sidebar{
		width: calc(100% + (var(--padding-leftright) * 2));
		margin-left: calc(var(--padding-leftright) * -1);
		margin-right: calc(var(--padding-leftright) * -1);
		padding: 0 var(--padding-leftright);
		height: 8.2rem;
		margin-bottom: 15rem;
		border-bottom: 1px solid #bbb;
		position: static !important;
	}
	.C-layaut__sidebar-title{
		display: none;
	}

	.C-layaut__sidebar{
        overflow-x: auto;
        overflow-y: hidden;
		position: sticky !important;
		top: var(--header-height) !important;
		left: 0;
		background: #fff;
	}
	.C-layaut__sidebar__inenr{
		padding-left: 0;
		padding-right: 0;
		flex-direction: row;
	}
	.C-layaut__sidebar-item:last-child{
		padding-right: var(--padding-leftright);
	}
	.C-layaut__sidebar-item:not(:last-child){
		margin-bottom: 0;
		margin-right: 4.6rem;
	}
	.C-layaut__sidebar-item > a{
		line-height: 1;
		height: 8.2rem;
		align-items: center;
	}
	.C-layaut__sidebar-item span{
		font-size: 2.4rem;
		padding-right: 0;
		white-space: nowrap;
	}
	.C-layaut__sidebar-item > a::before{
		font-size: 2.4rem;
		line-height: 1;
	}
	.C-layaut__sidebar-item:has(.C-layaut__sidebar-child) span::before,
	.C-layaut__sidebar-item:has(.C-layaut__sidebar-child) span::after{
		display: none;
	}
	.C-layaut__sidebar-child{
		display: none !important;
	}

	.C-layout__body{
		width: 100%;
		padding-left: 0;
		/* max-width: 100%; */
		width: calc(100% + (var(--padding-leftright) * 2));
		margin-left: calc(var(--padding-leftright) * -1);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		overflow-x: hidden;
	}
	.C-layout__sec{
		margin-bottom: 16.5rem;
		padding-bottom: 0;
	}
	.C-layout__sec.C-counter-layout-block{
		padding-top: calc(3.6rem + 1.1rem + 8.2rem);
		margin-top: -8.2rem;
	}
	.C-layout__sec.C-counter-layout-block::before,
	.C-layout__sec.C-counter-layout-block::after{
		top: calc(.5em + 8.2rem);
	}
	.C-layout__sec:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}

	/*----- レイアウト（連番） */
	.C-counter-layout-block{
		padding-top: calc(3.6rem + 1.1rem);
	}
	.C-counter-layout-block::before{
		font-size: 2.2rem;
		padding-right: 1.2rem;
		color: #bbb;
	}
	.C-counter-layout-block::after{
		font-size: 2.2rem;
		background: #bbb;
	}

}