@charset "utf-8";

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

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

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

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

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

/*----- コンテンツ */
.sec{
	padding-top: var(--padding-topbottom);
	padding-bottom: var(--padding-topbottom);
	width: calc(100% - 5.6rem);
	border-radius: 4rem;
	margin-left: auto;
	margin-right: auto;
}
.sec:first-child{
	padding-top: 0;
}
.main{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

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

	.sec{
		width: calc(100% - 4rem);
		/* padding-right: var(--padding-leftright); */
	}

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

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

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

}



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

/*----- 見出し */
/* 大見出し */
.C-Title__jp{
	width: 100%;
	margin-bottom: 1.6rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.C-Title__jp::before,
.C-Title__jp::after{
	content: "／";
	line-height: 1;
}
.C-Title__jp::before{
	margin-right: 1em;
}
.C-Title__jp::after{
	margin-left: 1em;
}
.C-Title__en{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.C-Title.-large .C-Title__jp{
	font-size: 1.6rem;
}
.C-Title.-large .C-Title__en{
	font-size: 7.5rem;
}

/* 中見出し */
.C-Sec-title{
	width: 100%;
	margin-bottom: 4rem;
	padding-left: 3rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: calc(4.5 / 3);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.C-Sec-title::before{
	background-color: var(--maincolor);
	content: "";
	display: block;
	width: .5rem;
	height: 100%;
	border-radius: .3rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.C-Sec-title > span{
	line-height: calc(4.5 / 3);
	display: block;
}

/*----- 矢印 */
a:has(.C-Arrow),
.a:has(.C-Arrow){
	opacity: 1 !important;
}
.C-Arrow{
	transition: var(--transition);
	width: 5rem;
	height: 5rem;
	border-radius: 1.6rem;
	border: 1px solid #cbcbcb;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background: #fff;
	z-index: 5000;
	transition: background-color .6s var(--transition-easing), border-color .6s var(--transition-easing);
}
.C-Arrow__item{
	width: 1.3rem;
	height: 1.2rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.C-Arrow__item:nth-of-type(1){
	background-image: url(../images/common/icon_arrow.svg);
}
.C-Arrow__item:nth-of-type(2){
	opacity: 0;
	background-image: url(../images/common/icon_arrow-white.svg);
}

a:hover .C-Arrow,
.a:hover .C-Arrow{
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	transition: background-color .6s var(--transition-easing) .15s, border-color .6s var(--transition-easing) .15s;
	cursor: pointer;
}
a:hover .C-Arrow__item:nth-of-type(1),
.a:hover .C-Arrow__item:nth-of-type(1){
	animation: c_arrow_animation .6s forwards,c_arrow1_animation .6s forwards;
}
a:hover .C-Arrow__item:nth-of-type(2),
.a:hover .C-Arrow__item:nth-of-type(2){
	animation: c_arrow_animation .6s forwards,c_arrow2_animation .6s forwards;
}
@keyframes c_arrow1_animation{
	0%{
		opacity: 1;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	50%{
		opacity: 1;
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}
	51%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}
@keyframes c_arrow2_animation{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	51%{
		opacity: 1;
		clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	}
	100%{
		opacity: 1;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}
/* メインカラー版 */
.C-Arrow.-maincolor{
	background: var(--maincolor);
	border-color: var(--maincolor);
}
.C-Arrow.-maincolor .C-Arrow__item:nth-of-type(1){
	background-image: url(../images/common/icon_arrow-white.svg);
}
.C-Arrow.-maincolor .C-Arrow__item:nth-of-type(2){
	background-image: url(../images/common/icon_arrow.svg);
}
a:hover .C-Arrow.-maincolor,
.a:hover .C-Arrow.-maincolor{
	background-color: #fff;
	border-color: #fff;
}
/* 黒版 */
.C-Arrow.-black{
	background: var(--blackcolor);
	border-color: var(--blackcolor);
}
.C-Arrow.-black .C-Arrow__item:nth-of-type(1){
	background-image: url(../images/common/icon_arrow-white.svg);
}
.C-Arrow.-black .C-Arrow__item:nth-of-type(2){
	background-image: url(../images/common/icon_arrow-black.svg);
}
a:hover .C-Arrow.-black,
.a:hover .C-Arrow.-black{
	background-color: #fff;
	border-color: #fff;
}

/*----- ボタン */
.C-Button{
	border: 1px solid var(--maincolor);
	width: 100%;
	max-width: 28rem;
	height: 7rem;
	border-radius: 1.6rem;
	overflow: hidden;
}
.C-Button a,
.C-Button .a{
	background: var(--maincolor);
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5000;
	cursor: pointer;
	opacity: 1 !important;
}
.C-Button a::before,
.C-Button .a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .6s var(--transition-easing);
}
.C-Button__text{
	font-family: var(--en);
	line-height: 1;
	font-weight: 700;
	display: block;
	transition: color .6s var(--transition-easing);
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.C-Button .C-Arrow{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent !important;
	border: none !important;
}
.C-Button a:hover::before,
.C-Button .a:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}
.C-Button a:hover .C-Button__text,
.C-Button .a:hover .C-Button__text{
	color: var(--maincolor);
}
/* ラージサイズ */
.C-Button.-large{
	max-width: 34rem;
	height: 8rem;
	font-size: 1.8rem;
}
/* 黒版 */
.C-Button.-black{
	border-color: var(--blackcolor);
}
.C-Button.-black a,
.C-Button.-black .a{
	background: var(--blackcolor);
}
.C-Button.-black a:hover .C-Button__text,
.C-Button.-black .a:hover .C-Button__text{
	color: var(--blackcolor);
}
/* 白版 */
.C-Button.-white{
	border-color: #fff;
}
.C-Button.-white a,
.C-Button.-white .a{
	background: #fff;
}
.C-Button.-white .C-Button__text{
	color: var(--maincolor);
}
.C-Button.-white a::before,
.C-Button.-white .a::before{
	background: var(--maincolor);
}
.C-Button.-white a:hover .C-Button__text,
.C-Button.-white .a:hover .C-Button__text{
	color: #fff;
}
/* 反転 */
.C-Button.-reverse{
	transform: scale(-1,1);
}
.C-Button.-reverse .C-Button__text{
	transform: scale(-1,1);
}

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

/*----- 表 */
.C-Table{
	width: 100%;
}
.C-Table__body{
	width: 100%;
}
.C-Table__item{
	border-bottom: 1px solid #cbcbcb;
}
.C-Table__item:first-child{
	border-top: 1px solid #cbcbcb;
}
.C-Table__item-title{
	width: 18rem;
	padding: 2.2rem 3rem 2.5rem;
	font-weight: 700;
	background: #e8e8e8;
	vertical-align: middle;
}
.C-Table__item-body{
	width: calc(100% - 18rem);
	padding: 2.2rem 3rem 2.5rem;
	background: #fff;
}
.C-Table__item-text{
	color: var(--blackcolor2);
}
.C-Table__item-text a{
	color: #999;
	text-decoration: underline;
}

/*----- ページナビ */
/* 一覧ページ用 */
.wp-pagenavi{
	width: 100%;
	margin-top: 7rem;
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: flex-start;
}
.wp-pagenavi > *{
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 1.2rem;
	font-size: 1.4rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.wp-pagenavi > *:not(:has(.C-Arrow)){
	border: 1px solid #cbcbcb;
}
.wp-pagenavi > * > .C-Arrow{
	width: 100%;
	height: 100%;
	border-radius: 1.2rem;
}
.wp-pagenavi > .current,
.wp-pagenavi > .page:hover{
	background: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}
.wp-pagenavi .previouspostslink .C-Arrow__item,
.wp-pagenavi .nextpostslink .C-Arrow__item{
	width: 1rem;
	height: .8rem;
}
.wp-pagenavi .previouspostslink .C-Arrow__item:nth-of-type(1),
.wp-pagenavi .nextpostslink .C-Arrow__item:nth-of-type(1){
	background-image: url(../images/common/icon_arrow-black.svg);
}
.wp-pagenavi .previouspostslink{
	transform: scale(-1,1);
}
/* 詳細ページ用 */
.C-Single-nav{
	width: 100%;
	margin-top: 7.5rem;
	padding-top: 7rem;
	border-top: 1px solid #cbcbcb;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Single-nav:not(:has(.C-Single-nav__link.-prev))::before,
.C-Single-nav:not(:has(.C-Single-nav__link.-next))::after{
	content: "";
	display: block;
	width: 12.4rem;
	height: 0;
}
.C-Single-nav__button{
	margin-left: auto;
	margin-right: auto;
}
.C-Single-nav__link{
	width: 12.4rem;
}
.C-Single-nav__link a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.C-Single-nav__link-text{
	font-size: 1.4rem;
}

.C-Single-nav__link.-prev a{
	flex-direction: row-reverse;
}
.C-Single-nav__link.-prev .C-Arrow{
	transform: scale(-1,1);
}

/*----- アニメーション */
.js-anime-title__en{
    /* -webkit-transform: perspective(1000px) translate3d(0, 35%, 0); */
    transform: perspective(1000px) translate3d(0, 35%, 0);
	margin-bottom: -.1em;
	padding-bottom: .1em;
    overflow: hidden;
}
.js-anime-title__en span{
	line-height: 1;
    display: inline-block;
    /* -webkit-transform-origin: center 60%; */
    transform-origin: center 60%;
    /* -webkit-transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-180deg); */
    transform: perspective(1000px) translate3d(0, 100%, 0) rotateX(-180deg);
}
.js-anime-title__jp{
    /* -webkit-transform: perspective(1000px) translate3d(0, 50%, 0); */
    transform: perspective(1000px) translate3d(0, 50%, 0);
    opacity: 0;
}
.js-anime-title.on .js-anime-title__en{
    /* -webkit-transform: perspective(1000px) translateZ(0); */
    transform: perspective(1000px) translateZ(0);
    /* -webkit-transition: -webkit-transform 1s cubic-bezier(.45,0,.55,1); */
    transition: -webkit-transform 1s cubic-bezier(.45,0,.55,1);
    transition: transform 1s cubic-bezier(.45,0,.55,1);
    transition: transform 1s cubic-bezier(.45,0,.55,1), -webkit-transform 1s cubic-bezier(.45,0,.55,1);
}
.js-anime-title.on .js-anime-title__en span{
    /* -webkit-transform: perspective(1000px) translateZ(0); */
    transform: perspective(1000px) translateZ(0);
    /* -webkit-transition: -webkit-transform .8s cubic-bezier(.45,0,.55,1); */
    transition: -webkit-transform .8s cubic-bezier(.45,0,.55,1);
    transition: transform .8s cubic-bezier(.45,0,.55,1);
    transition: transform .8s cubic-bezier(.45,0,.55,1), -webkit-transform .8s cubic-bezier(.45,0,.55,1);
}
.js-anime-title.on .js-anime-title__jp{
    /* -webkit-transform: perspective(1000px) translateZ(0); */
    transform: perspective(1000px) translateZ(0);
    opacity: 1;
    transition: opacity .4s, -webkit-transform .4s cubic-bezier(.5,1,.89,1);
    transition: transform .4s cubic-bezier(.5,1,.89,1), opacity .4s;
    transition: transform .4s cubic-bezier(.5,1,.89,1), opacity .4s, -webkit-transform .4s cubic-bezier(.5,1,.89,1);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

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

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

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

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

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

	/*----- 見出し */
	/* 大見出し */
	.C-Title__jp{
		margin-bottom: 2rem;
		font-size: 2.6rem;
	}
	.C-Title__en{
		font-size: 6.6rem;
	}
	.C-Title.-large .C-Title__jp{
		font-size: 2.6rem; /* ★ */
	}
	.C-Title.-large .C-Title__en{
		font-size: 7.5rem; /* ★ */
	}

	/* 中見出し */
	.C-Sec-title{
		margin-bottom: 7rem;
		padding-left: 3.2rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
		font-size: 4rem;
		line-height: calc(6 / 4);
	}
	.C-Sec-title::before{
		width: 1rem;
		border-radius: .5rem;
	}
	.C-Sec-title > span{
		line-height: calc(6 / 4);
	}

	/*----- 矢印 */
	.C-Arrow{
		width: 6rem;
		height: 6rem;
	}
	.C-Arrow__item{
		width: 1.6rem;
		height: 1.5rem;
	}

	/*----- ボタン */
	.C-Button{
		max-width: 56rem;
		height: 12rem;
		border-radius: 2.4rem;
		margin-left: auto;
		margin-right: auto;
	}
	.C-Button .C-Arrow{
		width: 12rem;
		height: 12rem;
	}
	.C-Button .C-Arrow__item{
		width: 2.8rem;
		height: 2.4rem;
	}
	/* ラージサイズ */
	.C-Button.-large{
		max-width: 56rem;
		height: 12rem;
		font-size: 2.8rem;
	}

	/*----- 表 */
	.C-Table__item-title{
		padding: 3rem 3rem 3.2rem;
		vertical-align: middle;
	}
	.C-Table__item-body{
		padding: 3rem 3rem 3.2rem;
		vertical-align: middle;
	}

	/*----- ページナビ */
	/* 一覧ページ用 */
	.wp-pagenavi{
		margin-top: 7.6rem;
		padding-top: 7.6rem;
		border-top: 1px solid #cbcbcb;
		gap: 2rem;
	}
	.wp-pagenavi > *{
		width: 7rem;
		height: 7rem;
		border-radius: 1.6rem;
		font-size: 2.4rem;
	}
	.wp-pagenavi > * > .C-Arrow{
		border-radius: 1.6rem;
	}
	.wp-pagenavi .previouspostslink .C-Arrow__item,
	.wp-pagenavi .nextpostslink .C-Arrow__item{
		width: 1.5rem;
		height: 1.3rem;
	}
	/* 詳細ページ用 */
	.C-Single-nav{
		margin-top: 7.6rem;
		padding-top: 8.2rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.C-Single-nav__link{
		width: fit-content;
		max-width: 50%;
		margin-bottom: 8rem;
	}
	.C-Single-nav__link.-prev{
		order: 1;
	}
	.C-Single-nav__link.-next{
		order: 2;
	}
	.C-Single-nav__link a{
		column-gap: 3rem;
	}
	.C-Single-nav__link-text{
		font-size: 2.4rem;
	}
	.C-Single-nav__link .C-Arrow__item{
		width: 1.6rem;
		height: 1.4rem;
	}
	.C-Single-nav__button{
		order: 3;
	}
	.C-Single-nav:not(:has(.C-Single-nav__link.-prev))::before,
	.C-Single-nav:not(:has(.C-Single-nav__link.-next))::after{
		width: 50%;
	}
	.C-Single-nav:not(:has(.C-Single-nav__link.-prev))::before{
		order: 1;
	}
	.C-Single-nav:not(:has(.C-Single-nav__link.-next))::after{
		order: 2;
	}

}



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

.header{
	height: var(--header-height);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9900;
	background: #fff;
}
.header__inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo{
	width: 32.5rem;
	margin-right: 2rem;
}
.header-logo a{
	display: block;
}
.header-logo img{
	width: 100%;
}
.header-nav{
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.header-nav__inner-wrap{
	/*margin-right: calc(3.4rem + 4.8rem);*/
	margin-right: 3.4rem;
	width: fit-content;
}
.header-nav__inner{
	width: 100%;
	display: flex;
	column-gap: 3.4rem;
	align-items: center;
	justify-content: flex-end;
}
.header-nav__item{
	padding-right: 1rem;
	position: relative;
}
.header-nav__item a{
	font-family: var(--jp2);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	display: block;
}
.header-nav__item > a{
	/*height: var(--header-height);*/
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 1 !important;
}
.header-nav__item > a::after{
	width: 100%;
	height: 1px;
	background: var(--maincolor);
	position: absolute;
	left: 0;
	bottom: -0.8rem;
	content: "";
	display: block;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
.header-nav__item > a:hover::after{
	/*color: var(--maincolor);*/
	transform: scaleX(1);
	transform-origin: left;
}
.header-nav__item > a:hover::after{
	width: 100%;
}
.header-nav__item.-current > a{
	color: var(--maincolor);
	font-weight: 700;
}
.header-nav__contact{
	transition: var(--transition);
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 2.4rem;
	overflow: hidden;
	position: relative;
}
.header-nav__contact a{
	background: var(--maincolor);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 1 !important;
}
.header-nav__contact a::before{
	transition: var(--transition);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url(../images/common/icon_mail-white.svg);
	background-size: 1.8rem;
	background-repeat: no-repeat;
	background-position: center center;
}
.header-nav__contact-text{
	transition: var(--transition);
	transition: opacity .3s .1s;
	font-size: 1.4rem;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	width: 0;
	white-space: nowrap;
}
.header-nav__contact:hover{
	width: 17rem;
}
.header-nav__contact:hover .header-nav__contact-text{
	opacity: 1;
	width: fit-content;
	visibility: visible;
}
.header-nav__contact:hover a::before{
	width: 7.8rem;
}
.header-nav__contact:hover .header-nav__contact-text{
	transform: translateX(-3rem);
}
.header-nav__logo{
	width: 8.3rem;
	margin-left: 3.8rem;
}
.header-nav__logo a{
	line-height: 1;
	display: block;
}
.header-nav__logo img{
	width: 100%;
}
.header-nav__item-button{
	position: absolute;
	right: 0;
	top: 50%;
}
.header-nav__item-button::before,
.header-nav__item-button::after{
	transition: var(--transition);
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1rem;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6000;
}
.header-nav__item-button::after{
	transform: translateY(-50%) rotate(90deg);
}
.header-nav__child{
	transition: var(--transition);
	position: absolute;
	width: 30rem;
	padding-top: 1rem;
	left: 50%;
	top: 10rem;
	white-space: nowrap;
	transform: translate(-50%,-2.5rem);
	opacity: 0;
	visibility: hidden;
}
.header-nav__child-inner{
	padding: 2rem 3rem 3rem;
	background: #fff;
}
.header-nav__item:hover .header-nav__item-button::after{
	transform: translateY(-50%) rotate(0deg);
}
.header-nav__item:hover .header-nav__child{
	opacity: 1;
	transform: translate(-50%,0);
	visibility: visible;
}
.header-nav__child-item{
	position: relative;
	overflow: hidden;
}
.header-nav__child-item::before,
.header-nav__child-item::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.header-nav__child-item::before{
	background: #cbcbcb;
}
.header-nav__child-item::after{
	background: var(--maincolor);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .3s ease;
}
.header-nav__child-item:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
.header-nav__child-item:not(:last-child){
	margin-bottom: 1rem;
}
.header-nav__child-item a{
	padding-right: 3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: block;
	position: relative;
	opacity: 1 !important;
}
.header-nav__child-item a::after{
	content: "";
	display: block;
	width: 1.2rem;
	height: 1rem;
	background-image: url(../images/common/icon_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header-nav__child-item a:hover::after{
	animation: c-button__arrow .3s ease-in-out forwards;
}
@keyframes c-button__arrow{
	0%{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	30%{
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}
	60%{
		clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	}
	100%{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

.fixed-button{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9900;
}
.fixed-button__item{
	width: 6rem;
	height: 18rem;
}
.fixed-button__item:not(:last-child){
	margin-bottom: 1rem;
}
.fixed-button__item a{
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	border-top-left-radius: 1.6rem;
	border-bottom-left-radius: 1.6rem;
	overflow: hidden;
	border: 1px solid;
	display: block;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	z-index: 6000;
	opacity: 1 !important;
}
.fixed-button__item a::after{
	transition: transform .3s var(--transition-easing);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 4000;
	background: #fff;
	transform: scaleX(0);
    transform-origin: right;
}
.fixed-button__item span{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 6000;
}
.fixed-button__item span::before{
	content: "";
	display: block;
	margin-bottom: .9rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.fixed-button__item:hover a::after{
	transform: scaleX(1);
	transform-origin: left;
}
.fixed-button__item.-contact a{
	background: var(--maincolor);
	border-color: var(--maincolor);
}
.fixed-button__item.-contact span::before{
	width: 1.8rem;
	height: 1.5rem;
	background-image: url(../images/common/icon_mail-white.svg);
}
.fixed-button__item.-contact span:hover{
	color: var(--maincolor);
}
.fixed-button__item.-contact span:hover::before{
	background-image: url(../images/common/icon_mail.svg);
}
.fixed-button__item.-download a{
	background: var(--blackcolor);
	border-color: var(--blackcolor);
}
.fixed-button__item.-download span::before{
	width: 1.4rem;
	height: 1.8rem;
	background-image: url(../images/common/icon_download-white.svg);
}
.fixed-button__item.-download span:hover{
	color: var(--blackcolor);
}
.fixed-button__item.-download span:hover::before{
	background-image: url(../images/common/icon_download-black.svg);
}

@media screen and (min-width:769px) , print{	
	.header-nav__item{		
		height: var(--header-height);
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@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){

	.header__inner{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.header-logo{
		width: 41rem;
		margin-right: unset;
	}
	.header-nav__inner-wrap{
		height: calc(100% - var(--header-height));
		top: var(--header-height);
		padding-top: 3.5rem;
		padding-bottom: 3rem;
		margin-right: 0;
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		overflow: auto;
		display: none;
	}
	.header-nav__inner{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.header-nav__item{
		width: 100%;
		padding-right: 0;
		border-bottom: 1px solid #cbcbcb;
	}
	.header-nav__item > a{
		width: 100%;
		min-height: 12rem;
		padding-top: 4rem;
		padding-bottom: 4.5rem;
		height: auto;
		font-size: 3rem;
		font-weight: 500;
		text-align: left;
		justify-content: flex-start;
	}
	.header-nav__item > a::after{
		display: none;
	}
	.header-nav__contact{
		width: 6.6rem;
		height: 6.6rem;
		border-radius: 3.3rem;
		right: 12rem;
	}
	.header-nav__contact > a::before{
		background-size: 3.2rem;
	}
	.header-nav__contact-text{
		display: none;
	}
	.header-nav__contact:hover{
		width: 6.6rem;
	}
	.header-nav__contact:hover .header-nav__contact-text{
		display: none;
	}
	.header-nav__logo{
		display: none;
	}
	.header-nav__item-button{
		width: 12rem;
		height: 12rem;
		aspect-ratio: 1 / 1;
		right: 0;
		top: 0;
	}
	.header-nav__item-button::before,
	.header-nav__item-button::after{
		width: 3.3rem;
		height: 1px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%) !important;
		opacity: 1 !important;
	}
	.header-nav__item-button::after{
		transform: translate(-50%,-50%) rotate(90deg) !important;
	}
	.header-nav__item-button.-on::after{
		transform: translate(-50%,-50%) rotate(0deg) !important;
	}
	.header-nav__child{
		width: 100%;
		padding-bottom: 0;
		position: static;
		padding-top: 0;
		white-space: nowrap;
		transform: translate(0,0);
		opacity: 1;
		visibility: visible;
	}
	.header-nav__child-inner{
		margin-top: -1.5rem;
		padding: 0 0 4.2rem;
		display: none;
	}
	.header-nav__item:hover .header-nav__item-button::after{
		transform: translateY(-50%) rotate(0deg);
	}
	.header-nav__item:hover .header-nav__child{
		transform: translate(0,0);
	}
	.header-nav__child-item{
		position: relative;
		overflow: hidden;
	}
	.header-nav__child-item::before,
	.header-nav__child-item::after{
		display: none;
	}
	.header-nav__child-item:not(:last-child){
		margin-bottom: 1rem;
	}
	.header-nav__child-item a{
		font-size: 2.8rem;
		height: auto;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.header-nav__child-item a::before{
		content: "-";
		margin-right: .8em;
	}
	.header-nav__child-item a::after{
		display: none;
	}
	.header-nav__item-contact{
		width: 100%;
		height: 12rem;
		border-radius: 6rem;
		margin-top: 5rem;
		overflow: hidden;
	}
	.header-nav__item-contact a{
		background: var(--maincolor);
		width: 100%;
		height: 100%;
		font-size: 3rem;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-nav__item-contact a::before{
		content: "";
		display: block;
		width: 3.7rem;
		height: 3rem;
		margin-right: 1.8rem;
		background-image: url(../images/common/icon_mail-white.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.header-nav__item-contact-text{
		line-height: 1;
		display: block;
	}

	.fixed-button{
		display: none;
	}

	/*----- ハンバーガー */
	.menu-button {
		width: 12rem;
		height: var(--header-height);
		padding: 4rem 3rem;
		box-sizing: border-box;
		display: block !important;
		background: #fff;
		z-index: 9900;
		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: calc(50% - 1px);
	}
	.menu-button i:before,
	.menu-button i:after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: var(--blackcolor);
		position: absolute;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.3s !important;
		transition: all 0.3s !important;
	}
	.menu-button i:before{
		-webkit-transform: translateY(calc(1rem - 2px));
		-ms-transform: translateY(calc(1rem - 2px));
		transform: translateY(calc(1rem - 2px));
	}
	.menu-button i:after{
		-webkit-transform: translateY(calc(-1rem + 2px));
		-ms-transform: translateY(calc(-1rem + 2px));
		transform: translateY(calc(-1rem + 2px));
	}
	.is_open i{
		background: transparent;
	}
	.is_open i:after{
		transform:translateY(0px) rotate(-45deg);
	}
	.is_open i:before{
		transform:translateY(0px) rotate(45deg);
	}

}



/*-------------------------------
	ダウンロード／お問い合わせ
-------------------------------*/

.C-DC-wrap{
	margin-bottom: -15rem;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.C-DC{
	border: 1px solid var(--maincolor);
	width: calc((100% - 2rem) / 2);
	border-radius: 1.6rem;
	overflow: hidden;
}
.C-DC > a{
	width: 100%;
	height: 100%;
	padding: 4.4rem 2.8rem 3.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
	z-index: 5000;
	background: #fff;
	opacity: 1 !important;
}
.C-DC > a::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .6s var(--transition-easing);
}
.C-DC *:not(.C-Arrow){
	transition: var(--transition);
	color: var(--maincolor);
	transition: color .6s var(--transition-easing);
}
.C-DC .C-Title{
	margin-bottom: 1.8rem;
}
.C-DC__text{
	margin-bottom: 4rem;
	font-size: 1.4rem;
	line-height: calc(2.8 / 1.4);
}
.C-DC > a:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}
.C-DC > a:hover *{
	color: #fff;
}

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

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

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

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

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

	.C-DC-wrap{
		background: var(--graycolor);
		margin-bottom: 0;
		flex-direction: column;
		position: relative;
		z-index: 5000;
	}
	.C-DC-wrap::before{
		content: "";
		display: block;
		width: 100%;
		height: 16rem;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.C-DC{
		width: 100%;
		height: 32rem;
	}
	.C-DC:not(:last-child){
		margin-bottom: 3rem;
	}
	.C-DC > a{
		padding: 5rem;
		flex-direction: row;
		align-items: center;
	}
	.C-DC .C-Title{
		margin-bottom: 3rem;
	}
	.C-DC__text{
		max-width: 37rem;
		margin-bottom: 0;
		font-size: 2.4rem;
		line-height: calc(3.6 / 2.4);
	}
	.C-DC .C-Arrow{
		width: 5rem;
		height: 5rem;
	}

}



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

.footer__inner{
	padding-top: 25.5rem;
	padding-bottom: 9.8rem;
	background: #f2f2f2;
}
.footer__inner-top{
	width: 100%;
	margin-bottom: 10.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-nav{
	/* width: calc(100% - 27.6rem); */
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.footer-nav__inner-wrap{
	width: fit-content;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-nav__inner-wrap:nth-of-type(1){
	margin-right: 10.2rem;
}
.footer-nav__inner-wrap:nth-of-type(2){
	justify-content: space-between;
}
.footer-nav__inner{
	row-gap: 3.8rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-nav__inner-wrap:nth-of-type(1) .footer-nav__inner:nth-of-type(1){
	margin-right: 15.2rem;
}
.footer-nav__list > a{
	font-weight: 700;
	line-height: 1;
	width: fit-content;
	display: block;
}
.footer-nav__child{
	margin-top: 1.8rem;
	display: flex;
	row-gap: 1.8rem;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-nav__child-item{
	font-size: 1.4rem;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #555;
}
.footer-nav__child-item::before{
	content: "–";
	margin-right: .5rem;
	line-height: 1;
	display: block;
}
.footer-nav__child-item a{
	line-height: 1;
	display: block;
}
.footer-banner{
	width: 27.6rem;
	position: absolute;
	right: 0;
	top: 0;
}
.footer-banner__item{
	width: 100%;
}
.footer-banner__item:not(:last-child){
	margin-bottom: 3rem;
}
.footer-banner__item a{
	display: block;
	position: relative;
	z-index: 5000;
}
.footer-banner__item a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 6000;
	border: 1px solid #cbcbcb;
}
.footer-banner__item img{
	width: 100%;
}
.footer__inner-bottom{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.footer-bottom{
	background: var(--maincolor);
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-bottom__inner{
	width: 100%;
	position: relative;
}
.footer-bottom__link{
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer-bottom__link a{
	line-height: 1;
	color: #f1bfc9;
	display: block;
}
.footer-bottom__text{
	font-size: 1.1rem;
	line-height: 1;
	/*color: #fff;*/
	color: #f1bfc9;
	text-align: center;
}
.footer-bottom__text span{
	font-size: 1.1rem;
	color: #f1bfc9;
	display: inline;
}

.footer-data{
	width: fit-content;
}
.footer-data__logo{
	width: 10.8rem;
	margin-bottom: 3rem;
	line-height: 1;
}
.footer-data__logo img{
	width: 100%;
}
.footer-data__text{
	font-size: 1.4rem;
	line-height: calc(2.8 / 1.4);
	color: #555;
}
.footer-data__text-wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-data__text.-tel::after{
	content: "/";
	margin-left: .2rem;
	margin-right: .2rem;
}
.footer-mark{
	padding-bottom: .6rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-mark__item a{
	display: block;
	opacity: 1 !important;
}
.footer-mark__item img{
	width: 100%;
	mix-blend-mode: multiply;
}
.footer-mark__item.-privacy{
	width: 8rem;
	margin-right: 1.3rem;
}
.footer-mark__item.-iso{
	width: 20rem;
}

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

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

	/*.footer-nav__inner:nth-of-type(1)*/
	.footer-nav__inner-wrap:nth-of-type(1) .footer-nav__inner:nth-of-type(1){
		margin-right: 7.5rem;
	}
	.footer-nav__inner:nth-of-type(2){
		/*margin-right: 7.5rem;*/
	}

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

	/*.footer-nav__inner:nth-of-type(1)*/
	.footer-nav__inner-wrap:nth-of-type(1) .footer-nav__inner:nth-of-type(1){
		margin-right: 4rem;
	}
	.footer-nav__inner:nth-of-type(2){
		/*margin-right: 4rem;*/
	}
	.footer-nav__inner-wrap:nth-of-type(1) {
		margin-right: 7rem;
	}
	.footer-banner{
    	width: 24rem;
	}

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

	.footer__inner-top{
		flex-direction: column;
	}
	.footer-nav{
		width: 100%;
		margin-bottom: 7.5rem;
		justify-content: center;
	}
	.footer-nav__inner-wrap{
		max-width: 45rem;
    	row-gap: 3.8rem;
		flex-direction: column;
	}
	.footer-nav__inner-wrap:nth-of-type(1) .footer-nav__inner:nth-of-type(1){
		margin-right: 10rem;
	}
	.footer-nav__inner-wrap:nth-of-type(1){
		margin-right: 0;
	}

	.footer-banner{
		/*width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;*/
		position: relative;
	}
	.footer-banner__item{
		width: 21rem;
		/*width: calc((100% - 2.5rem) / 2);*/
	}
	.footer-banner__item:not(:last-child){
		/*margin-bottom: 0;*/
	}

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

	.footer__inner{
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.footer__inner-top{
		margin-bottom: 9rem;
	}
	.footer-nav{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.footer-nav__inner{
		row-gap: 5.5rem;
	}
	.footer-nav__inner-wrap{
		width: calc((100% - 5rem) / 2);
		row-gap: 5rem;
		flex-direction: column;
	}
	.footer-nav__inner-wrap:nth-of-type(1){
		margin-right: 0;
	}
	.footer-nav__inner-wrap:nth-of-type(1) .footer-nav__inner:nth-of-type(1){
		margin-right: 0;
	}
	.footer-nav__child{
		margin-top: 1,5rem;
		row-gap: 0;
	}
	.footer-nav__child-item{
		font-size: 2.4rem;
	}
	.footer-nav__child-item::before{
		line-height: calc(4.8 / 2.4);
		margin-right: 1rem;
	}
	.footer-nav__child-item a{
		line-height: calc(4.8 / 2.4);
	}
	.footer-banner{
		width: 100%;
		padding-top: 1.5rem;
		position: static;
	}
	.footer__inner-bottom{
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-bottom{
		padding-top: 5.5rem;
		padding-bottom: 5rem;
		height: auto;
	}
	.footer-bottom__link{
		font-size: 2.4rem;
		margin-bottom: 4.5rem;
		position: static;
		transform: translateY(0);
	}
	.footer-bottom__text{
		font-size: 2rem;
		line-height: calc(2.8 / 2.2);
		text-align: left;
	}
	.footer-bottom__text span{
		font-size: 2rem;
	}

	.footer-data{
		width: 100%;
	}
	.footer-data__logo{
		width: 21.6rem;
		margin-bottom: 5.5rem;
	}
	.footer-data__text-wrap{
		margin-bottom: 5.5rem;
	}
	.footer-data__text{
		font-size: 2.4rem;
		line-height: calc(4.8 / 2.4);
	}
	.footer-mark{
		padding-bottom: 0;
		align-items: center;
	}
	.footer-mark__item.-privacy{
		width: 9rem;
		margin-right: 1.5rem;
	}
	.footer-mark__item.-iso{
		width: 22.5rem;
	}

}



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

.Keyvisual{
	margin-top: var(--header-height);
	margin-bottom: var(--padding-topbottom);
}
.Keyvisual__inner{
	height: 40rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 5000;
}
.Keyvisual__content{
	width: calc(50% - 16rem);
	padding-right: 5rem;
}
.Keyvisual__title{
	margin-bottom: 5rem;
}
.Keyvisual__title-jp{
	width: 100%;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Keyvisual__title-jp::before,
.Keyvisual__title-jp::after{
	content: "／";
	line-height: 1;
	display: block;
}
.Keyvisual__title-jp::before{
	margin-right: 1em;
}
.Keyvisual__title-jp::after{
	margin-left: 1em;
}
.Keyvisual__title-en{
	font-family: var(--en);
	color: var(--maincolor);
	font-size: 7.5rem;
	line-height: 1;
	font-weight: 700;
	display: block;
	white-space: nowrap;
}
.Keyvisual__image{
	transition: clip-path 1s var(--transition-easing) .3s;
	width: calc(50% + 16rem);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.Keyvisual__image.-on{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.Keyvisual__image img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 20rem;
	border-bottom-left-radius: 20rem;
	object-fit: cover;
}

/*----- 詳細ページ用 */
.Keyvisual.-single{
	padding-top: 1.5rem;
	background: #fcf2f4;
}
.Keyvisual.-single .Keyvisual__inner{
	align-items: flex-start;
	flex-direction: column;
}
.Keyvisual.-single .Keyvisual__content{
	width: 100%;
	height: calc(100% - 1.6rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.Keyvisual.-single .Keyvisual__title{
	font-size: 3.6rem;
	margin-bottom: 0;
	line-height: calc(5.4 / 3.6);
	font-weight: 700;
}
.Keyvisual__name{
	width: 100%;
	font-size: 2rem;
	margin-top: 2.8rem;
	line-height: 1;
}
.Keyvisual-data{
	width: 100%;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Keyvisual-data__category{
	border: 1px solid #cbcbcb;
	font-size: 1.4rem;
	margin-right: 2.2rem;
	padding: .5rem 1.5rem;
	height: 3rem;
	border-radius: .8rem;
	line-height: 1;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Keyvisual-data__corp{
	line-height: 1;
	display: block;
}

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

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

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

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

	.Keyvisual__content{
		width: calc(50% - 5rem);
	}
	.Keyvisual__image{
		width: calc(50% + 5rem);
	}

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

	.Keyvisual{
		margin-top: var(--header-height);
		margin-bottom: 12.5rem;
		padding-top: 4rem;
	}
	.Keyvisual__inner{
		height: auto;
		flex-direction: column;
		align-items: flex-start;
	}
	.Keyvisual__content{
		width: 100%;
		padding-right: 0;
		margin-bottom: 4.5rem;
	}
	.Keyvisual__title{
		margin-bottom: 5rem;
	}
	.Keyvisual__title-jp{
		margin-bottom: 2.8rem;
	}
	.Keyvisual__title-en{
		font-size: 9rem;
		white-space: normal;
        text-align: left;
	}
	.Keyvisual__image{
		width: calc(100% + var(--padding-leftright));
		height: 30rem;
		padding-left: 12rem;
		position: static;
	}

	/*----- 詳細ページ用 */
	.Keyvisual.-single{
		padding-top: 2.2rem;
		padding-bottom: 10rem;
		margin-bottom: 10rem;
	}
	.Keyvisual.-single .Keyvisual__content{
		height: auto;
		margin-bottom: 0;
	}
	.Keyvisual.-single .Keyvisual__title{
		font-size: 4.8rem;
		line-height: calc(7.2 / 4.8);
	}
	.Keyvisual__name{
		font-size: 3.2rem;
		margin-top: 3.2rem;
	}
	.Keyvisual-data{
		margin-bottom: 2.5rem;
	}
	.Keyvisual-data__category{
		font-size: 2.2rem;
		padding: .5rem 2rem;
		height: 5rem;
		border-radius: 1.6rem;
	}

}



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

.Breadclumb__inner{
	width: 100%;
	display: block;
}
.Breadclumb__item{
	font-size: 1.2rem;
	line-height: calc(2.8 / 1.2);
	display: inline;
}
.Breadclumb__item:not(:last-child)::after{
	content: "-";
	margin-left: 1rem;
	margin-right: 1rem;
	line-height: calc(2.8 / 1.2);
	display: inline-block;
}
.Breadclumb__item a{
	line-height: calc(2.8 / 1.2);
	color: #999;
	text-decoration: underline;
	display: inline-block;
}
.Breadclumb__item br{
	display: none;
}

/*----- 詳細用 */
.Keyvisual.-single .Breadclumb{
	line-height: 1;
}
.Keyvisual.-single .Breadclumb__inner{
	line-height: 1;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.Keyvisual.-single .Breadclumb__item{
	line-height: 1;
}
.Keyvisual.-single .Breadclumb__item:not(:last-child)::after{
	line-height: 1;
}
.Keyvisual.-single .Breadclumb__item a{
	line-height: 1;
}

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

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

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

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

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

	.Breadclumb__inner{
		line-height: 1;
	}
	.Breadclumb__item{
		font-size: 2.2rem;
		line-height: calc(4.8 / 2.2);
	}
	.Breadclumb__item:not(:last-child)::after{
		line-height: calc(4.8 / 2.2);
		margin-left: 1em;
		margin-right: .8em;
	}
	.Breadclumb__item a{
		line-height: calc(4.8 / 2.2);
	}

	/*----- 詳細用 */
	.Keyvisual.-single .Breadclumb{
		line-height: calc(4.8 / 2.2);
		margin-bottom: 6rem;
	}
	.Keyvisual.-single .Breadclumb__inner{
		line-height: calc(4.8 / 2.2);
		overflow: visible;
		white-space: normal;
	}

}



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

/*----- 奇数グレー背景 */
*.-odd-gray > *:nth-of-type(2n+1){
    background: var(--graycolor);
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
*.-odd-gray{
	padding-bottom: var(--padding-topbottom);
}
 /* 最後の要素が奇数なら */
*.-odd-gray > *:last-child:nth-of-type(2n){
	padding-bottom: 0;
}
/*----- 偶数グレー背景 */
*.-even-gray > *:nth-of-type(2n){
    background: var(--graycolor);
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
*.-even-gray{
	padding-bottom: var(--padding-topbottom);
}
 /* 最後の要素が偶数なら */
*.-even-gray > *:last-child:nth-of-type(2n+1){
	padding-bottom: 0;
}

/*----- 2カラム */
.C-Two-column{
	position: relative;
}
.C-Two-column__sidebar{
	width: 26rem;
	padding-left: 7rem;
	position: absolute;
	right: 50%;
	/* top: var(--padding-topbottom); */
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	z-index: 6000;
	transform: translateX(calc(116rem / 2));
}
.C-Two-column__sidebar-list{
	width: 100%;
}
.C-Two-column__sidebar-list-item{
	font-size: 1.4rem;
	font-weight: 700;
}
.C-Two-column__sidebar-list-item:not(:last-child){
	margin-bottom: 2rem;
}
.C-Two-column__sidebar-list-item a{
	line-height: calc(2.4 / 1.4);
	padding-bottom: .5rem;
	display: block;
	position: relative;
	color: #999;
	opacity: 1 !important;
}
.C-Two-column__sidebar-list-item a::before{
	transition: transform .3s var(--transition-easing);
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
    transform-origin: right;
}
.C-Two-column__sidebar-list-item a:hover,
.C-Two-column__sidebar-list-item.-on a{
	color: var(--blackcolor);
}
.C-Two-column__sidebar-list-item a:hover::before,
.C-Two-column__sidebar-list-item.-on a::before{
	transform: scaleX(1);
    transform-origin: left;
}

.C-Two-column__body{
	position: relative;
	z-index: 4000;
}
.C-Two-column__header{
	width: calc(100% - 5.6rem);
	margin-bottom: 14rem;
    border-radius: 4rem;
    margin-left: auto;
    margin-right: auto;
}
.C-Two-column__header-inner{
	width: calc(100% - 26rem);
	max-width: 90rem;
}
.C-Two-column__header-text{
	font-size: 2rem;
}
.C-Two-column-block__inner-body{
	width: calc(100% - 26rem);
	max-width: 90rem;
}
/* 余白調整（奇数） */
.C-Two-column__body-inner.-odd-gray > *:nth-of-type(2n+1){
	margin-bottom: var(--padding-topbottom);
}
.C-Two-column__body-inner.-odd-gray > *:nth-of-type(2n){
	margin-bottom: var(--padding-topbottom);
	padding-top: 0;
	padding-bottom: 0;
}
.C-Two-column__body-inner.-odd-gray > *:last-child{
	margin-bottom: 0;
}
/* 余白調整（偶数） */
.C-Two-column__body-inner.-even-gray > *:nth-of-type(2n){
	margin-bottom: var(--padding-topbottom);
}
.C-Two-column__body-inner.-even-gray > *:nth-of-type(2n+1){
	margin-bottom: var(--padding-topbottom);
	padding-top: 0;
	padding-bottom: 0;
}
.C-Two-column__body-inner.-even-gray > *:last-child{
	margin-bottom: 0;
}

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

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

	.C-Two-column__sidebar{
		right: calc(2.8rem + var(--padding-leftright));
		transform: translateX(0) !important;
	}
}
@media screen and (max-width:1240px) and (min-width: 769px){

	.C-Two-column__sidebar{
		padding-right: 2.5rem;
	}

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

	.C-Two-column__sidebar{
		right: calc(2rem + var(--padding-leftright));
	}

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

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

	/*----- 奇数グレー背景 */
	*.-odd-gray > *:nth-of-type(2n+1){
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	/*----- 偶数グレー背景 */
	*.-even-gray > *:nth-of-type(2n){
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	/*----- 2カラム */
	.C-Two-column__sidebar{
		display: none;
	}

	.C-Two-column__header{
		width: 100%;
		border-radius: 4rem; /* ★ */
		margin-left: auto; /* ★ */
		margin-right: auto; /* ★ */
	}
	.C-Two-column__header-inner{
		width: 100%;
		max-width: 100%;
	}
	.C-Two-column__header-text{
		font-size: 3.2rem;
		font-weight: 700;
		line-height: calc(6 / 3.2);
	}
	.C-Two-column-block__inner-body{
		width: 100%;
		max-width: 100%;
	}

}



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

.C-Post__text{
	font-size: 2.2rem;
	margin-bottom: 7rem;
	line-height: calc(4.2 / 2.2);
	font-weight: 700;
}
.C-Post__content{
	width: 100%;
	/* margin-bottom: 7rem; */
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.C-Post__list{
	width: calc(100% - 19rem);
	padding-right: 7rem;
}
.C-Post-sidebar{
	top: var(--header-height);
	width: 19rem;
	position: sticky;
	right: 0;
}
.C-Post-sidebar-list__item{
	width: fit-content;
}
.C-Post-sidebar-list__item:not(:last-child){
	margin-bottom: 1.6rem;
}
.C-Post-sidebar-list__item a{
	height: 3rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-radius: .8rem;
	border: 1px solid #cbcbcb;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.C-Post-sidebar-list__item a:hover,
.C-Post-sidebar-list__item.-current a{
	border-color: var(--blackcolor);
	background: var(--blackcolor);
	color: #fff;
}

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

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

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

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

	.C-Post__list{
		padding-right: 5rem;
	}

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

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

	.C-Post__text{
		font-size: 3.2rem;
		margin-bottom: 12rem;
		line-height: calc(6 / 3.2);
	}
	.C-Post__content{
		flex-direction: column-reverse;
	}
	.C-Post__list{
		width: 100%;
		padding-right: 0;
	}
	.C-Post-sidebar{
		width: 100%;
		margin-bottom: 8rem;
		position: static;
	}
	.C-Post-sidebar-list{
		width: 100%;
		display: flex;
		gap: 3.4rem 3.2rem;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.C-Post-sidebar-list__item:not(:last-child){
		margin-bottom: 0;
	}
	.C-Post-sidebar-list__item a{
		height: 4.9rem;
		padding-left: 2.4rem;
		padding-right: 2.4rem;
		border-radius: 1.6rem;
	}

}



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

.C-Parts__inner > *:last-child{
	margin-bottom: 0 !important;
}

/*----- ②リード文 */
.C-Parts__title{
	margin-bottom: 4.6rem;
}

/*----- ③画像大 */
.C-Parts__image{
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Parts__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* フル表示 */
.C-Parts__image.-full img{
	object-fit: cover;
}

/*----- ④ボディ */
.C-Parts__text{
	color: var(--blackcolor2);
	margin-bottom: 5rem;
	max-width: 74rem;
	margin-left: auto;
	margin-right: auto;
}
.C-Parts__text > *:not(:last-child){
	margin-bottom: 1em;
}
.C-Parts__text ul,
.C-Parts__text ol{
	padding-left: 1em;
}
.C-Parts__text a{
	text-decoration: underline;
}

/*----- ⑤画像小(スライダー) */
.C-Parts__slider-wrap{
	width: 100%;
	margin-bottom: 6.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.C-Parts__slider{
	width: calc(100% + 2rem);
	transform: translateX(-1rem);
	position: relative;
	z-index: 5000;
}
.C-Parts__slider-inner{
	align-items: center;
}
.C-Parts__slider-item{
	width: calc(100% / 2);
	height: 29rem;
	aspect-ratio: 44 / 29;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Parts__slider-item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.C-Parts__slider-pagination{
	width: 100%;
	margin-top: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-Parts__slider-pagination .swiper-pagination-bullet{
	width: .9rem;
	height: .9rem;
	opacity: 1;
	background: #ccc;
	margin-left: 0 !important;
}
.C-Parts__slider-pagination .swiper-pagination-bullet:not(:last-child){
	margin-right: 2.5rem;
}
.C-Parts__slider-pagination .swiper-pagination-bullet-active{
	background: var(--blackcolor);
}
.C-Parts__slider-inner:has(.C-Parts__slider-item:nth-of-type(2):last-child) + .C-Parts__slider-pagination{
	display: none;
}

.C-Parts__slider-arrow{
	position: absolute;
	top: calc(50% - 2.4rem);
	transform: translateY(-50%);
	z-index: 6000;
}
.C-Parts__slider-arrow.-prev{
	left: -7rem;
	transform: scale(-1,1) translateY(-50%);
}
.C-Parts__slider-arrow.-next{
	right: -7rem;
}

.C-Parts__slider-item.-full img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*----- ⑥動画 */
.C-Parts__movie{
	width: 100%;
	margin-bottom: 5rem;
	position: relative;
	cursor: pointer;
}
.C-Parts__movie::before{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
}
.C-Parts__movie::after{
	content: "";
	display: block;
	width: 8rem;
	height: 8rem;
	border: 1px solid #fff;
	border-radius: 50%;
	background-image: url(../images/common/icon_movie-button-white.svg);
	background-size: 1.4rem;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 6000;
}
.C-Parts__movie-image{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
	overflow: hidden;
}
.C-Parts__movie-image img{
	transition: var(--transition);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.C-Parts__movie-mp4{
	width: 100%;
	height: 50rem;
}
.C-Parts__movie-mp4 iframe{
	width: 100%;
	height: 100%;
}

.C-Parts__movie:hover .C-Parts__movie-image img{
	transform: scale(1.1);
}

.C-Parts__movie.-on::before,
.C-Parts__movie.-on::after{
	display: none;
}
.C-Parts__movie.-on .C-Parts__movie-image{
	display: none;
}

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

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

	.C-Parts__slider-arrow.-prev{
		left: 0;
	}
	.C-Parts__slider-arrow.-next{
		right: 0;
	}

}
@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-Parts__title{
		margin-bottom: 8rem;
	}

	/*----- ③画像大 */
	.C-Parts__image{
		margin-bottom: 7.5rem;
	}

	/*----- ④ボディ */
	.C-Parts__text{
		margin-bottom: 6rem;
		max-width: 100%;
	}

	/*----- ⑤画像小(スライダー) */
	.C-Parts__slider-wrap{
		width: 100%;
		margin-bottom: 8rem;
		margin-left: auto;
		margin-right: auto;
	}
	.C-Parts__slider{
		max-width: 48rem;
		width: 100%;
		transform: translateX(0);
	}
	.C-Parts__slider-item{
		width: 100%;
		height: 31.6rem;
		padding-left: 0;
		padding-right: 0;
	}
	.C-Parts__slider-pagination .swiper-pagination-bullet{
		width: 1.8rem;
		height: 1.8rem;
	}
	.C-Parts__slider-pagination .swiper-pagination-bullet:not(:last-child){
		margin-right: 5rem;
	}
	.C-Parts__slider-inner:has(.C-Parts__slider-item:only-child) + .C-Parts__slider-pagination{
		display: none;
	}
	.C-Parts__slider-inner:has(.C-Parts__slider-item:nth-of-type(2):last-child) + .C-Parts__slider-pagination{
		display: flex;
	}

	.C-Parts__slider-arrow{
		position: absolute;
		top: calc(50% - 2.4rem);
		transform: translateY(-50%);
		z-index: 6000;
	}
	.C-Parts__slider-arrow.-prev{
		left: 0;
	}
	.C-Parts__slider-arrow.-next{
		right: 0;
	}
	.C-Parts__slider-pagination{
		margin-top: 4rem;
	}

	/*----- ⑥動画 */
	.C-Parts__movie{
		margin-bottom: 5rem;
	}
	.C-Parts__movie::after{
		width: 6rem;
		height: 6rem;
		background-size: 1rem;
	}
	.C-Parts__movie-mp4{
		height: 37.2rem;
	}

}



/*-------------------------------
	フォーム
-------------------------------*/

.C-Contact-form{
	width: calc(100% - 19rem);
	padding-right: 7rem;
}
.C-Contact-form-block__title.-req::after{
	background: var(--maincolor);
	content: "必須";
	display: block;
	width: 3.6rem;
	height: 2rem;
	font-size: 1.2rem;
	border-radius: .4rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.C-Contact-form-block__title{
	font-weight: 700;
}

/*----- フォーム */
::placeholder{
	color: #b2b2b2;
}
/* テキスト */
.C-Contact-form-block__field{
	width: 100%;
}
.C-Contact-form-block__field .wpcf7-form-control-wrap{
	display: block;
}
.C-Contact-form-block__field input{
	color: var(--blackcolor2);
	width: 100%;
	height: 5.2rem;
	padding: .5rem 2.5rem;
	border: 1px solid #cbcbcb;
	background: #fff;
}
/* テキストエリア */
.C-Contact-form-block__textarea{
	width: 100%;
}
.C-Contact-form-block__textarea .wpcf7-form-control-wrap{
	display: block;
}
.C-Contact-form-block__textarea textarea{
	color: var(--blackcolor2);
	width: 100%;
	height: 20rem;
	border: 1px solid #cbcbcb;
	padding: 1.5rem 2.5rem;
	background: #fff;
}
/* チェックボックス */
.C-Contact-form-block__checkbox input[type="checkbox"]{
	display: none;
}
.C-Contact-form-block__checkbox .wpcf7-checkbox{
	width: 100%;
	display: flex;
	gap: 1.5rem 4.8rem;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.C-Contact-form-block__checkbox .wpcf7-list-item-label{
	color: var(--blackcolor2);
	padding-left: 2.5rem;
	line-height: 1;
	display: block;
	position: relative;
}
.C-Contact-form-block__checkbox .wpcf7-list-item-label::before{
	content: "";
	border: 1px solid var(--blackcolor2);
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}
.C-Contact-form-block__checkbox input[type="checkbox"] + .wpcf7-list-item-label::after{
	transition: var(--transition);
	border-bottom: 2px solid var(--maincolor);
	border-left: 2px solid var(--maincolor);
	content: "";
	display: block;
	width: 1rem;
	height: .6rem;
	position: absolute;
	left: .3rem;
	top: .3rem;
	transform: rotate(-45deg);
	opacity: 0;
}
.C-Contact-form-block__checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	opacity: 1;
}
/* ボタン */
.C-Contact-form__button{
	transition: var(--transition);
}
.C-Contact-form__button input{
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 6000;
}
.C-Contact-form__button:has(input:disabled){
	opacity: .2 !important;
	pointer-events: none;
}
/* 同意確認 */
.C-Contact-form-policy{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.C-Contact-form-policy .wpcf7-list-item{
	line-height: 1;
	margin: 0;
	display: block;
}
.C-Contact-form-policy .wpcf7-list-item-label{
	font-size: 0;
	min-height: 1.6rem;
}
.C-Contact-form-policy__text{
	color: var(--blackcolor2);
}
.C-Contact-form-policy__text a{
	color: #999;
	text-decoration: underline;
}

.wpcf7-spinner{
	display: none;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip{
	color: var(--maincolor);
	margin-top: 1rem;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	font-weight: 500;
	line-height: 1.35;
	background: #f9e5ea;
	display: block;
}

/* 完了メッセージ */
.wpcf7-response-output{
	display: none;
}

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

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

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

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

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

	.C-Contact-form{
		width: 100%;
		padding-right: 0;
	}
	.C-Contact-form-block__title.-req::after{
		width: 7rem;
		height: 4rem;
		font-size: 2.4rem;
		border-radius: .8rem;
		margin-left: 2rem;
	}

	/*----- フォーム */
	/* テキスト */
	.C-Contact-form-block__field input{
		height: 10rem;
		padding: .5rem 3rem;
	}
	/* テキストエリア */
	.C-Contact-form-block__textarea textarea{
		height: 40rem;
		padding: 1.5rem 3rem;
	}
	/* チェックボックス */
	.C-Contact-form-block__checkbox .wpcf7-checkbox{
		gap: 3.4rem 7.5rem;
	}
	.C-Contact-form-block__checkbox .wpcf7-list-item-label{
		padding-left: 4rem;
	}
	.C-Contact-form-block__checkbox .wpcf7-list-item-label::before{
		width: 2.6rem;
		height: 2.6rem;
	}
	.C-Contact-form-block__checkbox input[type="checkbox"] + .wpcf7-list-item-label::after{
		width: 1.5rem;
		height: .9rem;
		left: .6rem;
		top: .6rem;
	}
	/* ボタン */
	/* 同意確認 */
	.C-Contact-form-policy .wpcf7-list-item-label{
		min-height: 2.6rem;
		padding-left: 4.5rem;
	}

	/* エラーメッセージ */
	.wpcf7-not-valid-tip{
		margin-top: 2.5rem;
		font-size: 2rem;
		padding: 1.5rem 2rem;
	}

}



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

.C-News-list__item a{
	width: 100%;
	padding-bottom: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 5000;
}
.C-News-list__item:not(:first-child) a{
	padding-top: 5rem;
}
.C-News-list__item a::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	transform: scaleX(0);
	z-index: 6000;
	transform-origin: right;
	transition: transform .3s ease;
}
.C-News-list__item a:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
.C-News-list__item{
	width: 100%;
	border-bottom: 1px solid #cbcbcb;
}
.C-News-list__item-inner{
	width: calc(100% - 5rem);
	padding-right: 5rem;
}
.C-News-list__item-data{
	width: 100%;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.C-News-list__item-data-time{
	font-family: var(--en);
	margin-right: 2.4rem;
	font-size: 1.4rem;
	line-height: 1;
	display: block;
}
.C-News-list__item-data-category{
	font-size: 1.2rem;
	height: 2.8rem;
	padding: .2rem 1.2rem;
	border-radius: .8rem;
	border: 1px solid #cbcbcb;
	line-height: 1;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
}
.C-News-list__item-title{
	font-weight: 700;
	line-height: calc(2.8 / 1.6);
}

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

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

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

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

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

	.C-News-list__item a{
		padding-bottom: 3rem;
	}
	.C-News-list__item:not(:first-child) a{
		padding-top: 4.2rem;
	}
	.C-News-list__item-inner{
		width: calc(100% - 6rem);
		padding-right: 6rem;
	}
	.C-News-list__item-data{
		margin-bottom: 1.5rem;
	}
	.C-News-list__item-data-time{
		margin-right: 3.5rem;
		font-size: 2.2rem;
	}
	.C-News-list__item-data-category{
		font-size: 2rem;
		height: 5rem;
		padding: .2rem 1.8rem;
		border-radius: 1.6rem;
	}
	.C-News-list__item-title{
		font-size: 3.2rem;
		line-height: calc(4.6 / 3.2);
	}
	.C-News-list__item .C-Arrow__item{
		width: 1.6rem;
		height: 1.4rem;
	}

}