@charset "utf-8";

/*----- ヘッダー */
.header{
	background: #fff;
}
.header-logo a::before{
	opacity: 1;
}
.header-nav__item > a,
.header-nav__item > .a{
	color: var(--blackcolor);
}
.header-nav__item > a:hover,
.header-nav__item > .a:hover{
	color: var(--maincolor);
}
.header-nav__item > a[target="_blank"]::after,
.header-nav__item > .a[target="_blank"]::after{
	background-image: url(../images/common/icon_blank-black.svg);
}
.header-nav__item-button::before,
.header-nav__item-button::after{
	background: var(--blackcolor);
}
.header-nav__contact a::after,
.header-nav__contact .a::after{
	background: var(--blackcolor);
}
.header-nav__contact a:hover{
	color: #fff;
}
.header-nav__contact a:hover::before{
	background-image: url(../images/common/icon_mail-white.svg);
}

/*----- キービジュアル */
.Keyvisual{
	padding-top: 9rem;
	padding-bottom: 11.5rem;
	background: #f2f2f2;
}
.Keyvisual__inner{
	padding-left: 0;
}
.Keyvisual__inner::before{
	display: none;
}
.Keyvisual__body{
	position: static;
}
.Keyvisual-data{
	width: 100%;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Keyvisual-data__category{
	background: var(--blackcolor);
	width: 12.4rem;
	font-size: 1.4rem;
	padding: .5rem 1.4rem;
	height: 2.8rem;
	letter-spacing: .025em;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Keyvisual-data__time{
	font-family: var(--en);
	margin-left: 1.5rem;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.Keyvisual__title{
	font-size: 3.6rem;
	line-height: calc(5.4 / 3.6);
	font-weight: 700;
}

/*----- ぱんくず */
.Breadclumb{
	margin-bottom: 11rem;
}

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

	/*----- キービジュアル */
	.Keyvisual{
		padding-top: 7.2rem;
		padding-bottom: 8.8rem;
	}
	.Keyvisual-data{
		margin-bottom: 2rem;
	}
	.Keyvisual-data__category{
		width: 22rem;
		font-size: 2.6rem;
		padding: .5rem 1.4rem;
		height: 5.4rem;
	}
	.Keyvisual-data__time{
		margin-left: 2.6rem;
		font-size: 2.6rem;
	}
	.Keyvisual__title{
		font-size: 4.8rem;
		line-height: calc(7.2 / 4.8);
	}

	/*----- ぱんくず */
	.Breadclumb{
		margin-bottom: 10rem;
	}

	/*----- ヘッダー */
	.header.on{
		background: #fff;
	}
	.header.on .header-logo a::before{
		display: block;
		opacity: 1;
	}
	.header:has(.menu-button.is_open){
		background: var(--blackcolor);
	}
	.header:has(.menu-button.is_open) .header-logo a::before{
		opacity: 0;
	}
	.header-nav__item > a,
	.header-nav__item > .a,
	.header-nav__item.-current > a,
	.header-nav__item.-current > .a,
	.header-nav__item > a:hover,
	.header-nav__item > .a:hover,
	.header-nav__item.-current > a:hover,
	.header-nav__item.-current > .a:hover{
		color: #fff;
	}
	.header-nav__item-button::before,
	.header-nav__item-button::after{
		background: #fff;
	}

	.header-nav__item > a[target="_blank"]::after,
	.header-nav__item > .a[target="_blank"]::after{
		background-image: url(../images/common/icon_blank-white.svg);
	}

}



/*-------------------------------
	お知らせ詳細
-------------------------------*/

.Single-Editor{
	border-bottom: 1px solid var(--graycolor);
	width: 100%;
	margin-bottom: 7.2rem;
	padding-bottom: 15.2rem;
}
.Single-Editor > *:last-child{
	margin-bottom: 0 !important;
}

/*----- ①画像 */
.Single-Editor__image{
	width: 100%;
	margin-bottom: 7.5rem;
	text-align: center;
}
.Single-Editor__image img{
	max-width: 100%;
	max-height: 60rem;
}
.Single-Editor__image.-full img{
	width: 100%;
	height: 60rem;
	object-fit: cover;
}

/*----- ②リード文 */
.Single-Editor__title{
	margin-bottom: 6rem;
}

/*----- ③ボディ文 */
.Single-Editor__text{
	margin-bottom: 7.5rem;
}

/*----- ハイパーリンクテキスト */
.Single-Editor__link{
	margin-bottom: 7.5rem;
}
.Single-Editor__link a{
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: underline;
}

/*----- ⑤動画 */
.Single-Editor__movie{
	width: 100%;
	height: 50rem;
	margin-bottom: 7.5rem;
}
.Single-Editor__movieImage{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.Single-Editor__movieImage.on{
	opacity: 0;
	visibility: hidden;
}
.Single-Editor__movieImage::before{
	content: "";
	display: block;
	width: 8rem;
	height: 8rem;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 6000;
	background-size: 1.4rem;
	background-image: url(../images/common/icon_movie-button.svg);
	background-position: calc(50% + .3rem) center;
	background-repeat: no-repeat;
}
.Single-Editor__movieImage img{
	transition: var(--transition1);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Single-Editor__movieImage:hover img{
	transform: scale(1.1);
}
.Single-Editor__movieVideo{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.Single-Editor__movieVideo iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*----- ⑥画像小（スライダー） */
:root{
	--private-single-editor-sliderimage_height: 29rem;
}
.Single-Editor__slider{
	margin-bottom: 7.5rem;
	position: relative;
}
.Single-Editor__sliderItem{
	width: calc(100% / 2);
}
.Single-Editor__sliderItemImage{
	height: var(--private-single-editor-sliderimage_height);
	width: 100%;
	display: block;
}
.Single-Editor__sliderItemImage img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.Single-Editor__sliderItemImage.-full img{
	object-fit: cover;
}
.Single-Editor__sliderPagination{
	width: 100%;
	margin-top: 5.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
}
.Single-Editor__slider > .Single-Editor__sliderPagination > .swiper-pagination-bullet{
	width: 1rem;
	height: 1rem;
	margin-left: 1.4rem;
	margin-right: 1.4rem;
	background: #ccc;
	opacity: 1 !important;
}
.Single-Editor__slider > .Single-Editor__sliderPagination > .swiper-pagination-bullet:first-child{
	margin-left: 0;
}
.Single-Editor__slider > .Single-Editor__sliderPagination > .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.Single-Editor__slider > .Single-Editor__sliderPagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--blackcolor);
}
.Single-Editor__sliderButton{
	top: calc(var(--private-single-editor-sliderimage_height) / 2);
	width: 5rem;
	height: 5rem;
	position: absolute;
	z-index: 6000;
}
.Single-Editor__sliderButton.-prev{
	left: -4.8rem;
	transform: translate(-100%,-50%);
}
.Single-Editor__sliderButton.-next{
	right: -4.8rem;
	transform: translate(100%,-50%);
}
.Single-Editor__sliderButton .C-ArrowBox{
	width: 100%;
	height: 100%;
}
.Single-Editor__slider:has(.Single-Editor__sliderItem:only-child) .Single-Editor__sliderPagination,
.Single-Editor__slider:has(.Single-Editor__sliderItem:nth-of-type(2):last-child) .Single-Editor__sliderPagination{
	display: none;
}

/*----- ナビ */
:root{
	--private-single-nav-button_padding: 1.8rem;
}
.Single-nav{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Single-nav__back{
	order: 2;
}
.Single-nav__button{
	width: 13rem;
}
.Single-nav__button a{
	height: var(--common-c-button-c-arrow_height-large);
	width: 100%;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	opacity: 1 !important;
}
.Single-nav__button .C-ArrowBox{
	width: var(--common-c-button-c-arrow_width-large);
	height: var(--common-c-button-c-arrow_height-large);
}
.Single-nav__buttonText{
	padding-right: var(--private-single-nav-button_padding);
	width: calc(100% - var(--common-c-button-c-arrow_width-large));
	line-height: 1;
	display: block;
}
.Single-nav__button.-next{
	order: 3;
}
/* 反転（前の記事） */
.Single-nav__button.-prev{
	order: 1;
}
.Single-nav__button.-prev a{
	flex-direction: row-reverse;
}
.Single-nav__button.-prev .Single-nav__buttonText{
	padding-left: var(--private-single-nav-button_padding);
	padding-right: 0;
}

.Single-nav:has(.Single-nav__back:first-child)::before,
.Single-nav:has(.Single-nav__back:last-child)::after{
	width: 11.8rem;
	content: "";
	display: block;
}
.Single-nav:has(.Single-nav__back:first-child)::before{
	order: 1;
}
.Single-nav:has(.Single-nav__back:last-child)::after{
	order: 3;
}

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

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

	.Single-Editor__sliderButton.-prev{
		left: 0;
	}
	.Single-Editor__sliderButton.-next{
		right: 0;
	}

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

	.Single-Editor__sliderButton.-prev{
		left: 0;
		transform: translate(-50%, -50%);
	}
	.Single-Editor__sliderButton.-next{
		right: 0;
		transform: translate(50%, -50%);
	}

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

	.Single-Editor{
		margin-bottom: 7.5rem;
		padding-bottom: 7.5rem;
	}

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

	.Single-Editor{ 
		margin-bottom: 10rem;
		padding-bottom: 11rem;
	}

	/*----- ①画像 */
	.Single-Editor__image{
		margin-bottom: 10rem;
	}
	.Single-Editor__image img{
		max-height: 44.6rem;
	}
	.Single-Editor__image.-full img{
		height: 44.6rem;
	}

	/*----- ②リード文 */
	.Single-Editor__title{
		margin-bottom: 6.5rem;
	}

	/*----- ハイパーリンクテキスト */
	.Single-Editor__link a{
		font-size: 3rem;
	}

	/*----- ⑤動画 */
	.Single-Editor__movie{
		height: 37.2rem;
		margin-bottom: 10rem;
	}
	.Single-Editor__movieImage::before{
		width: 9rem;
		height: 9rem;
		background-size: 1.5rem;
	}

	/*----- ⑥画像小（スライダー） */
	:root{
		--private-single-editor-sliderimage_height: 31.6rem;
	}
	.Single-Editor__slider{
		margin-bottom: 7.5rem;
		padding-left: 9.5rem;
		padding-right: 9.5rem;
		position: relative;
	}
	.Single-Editor__sliderItem{
		width: 100%;
	}
	.Single-Editor__sliderItemImage{
		height: var(--private-single-editor-sliderimage_height);
	}
	.Single-Editor__slider > .Single-Editor__sliderPagination > .swiper-pagination-bullet{
		width: 1.8rem;
		height: 1.8rem;
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	.Single-Editor__slider:has(.Single-Editor__sliderItem:nth-of-type(2):last-child) .Single-Editor__sliderPagination{
		display: flex;
	}
	.Single-Editor__sliderButton{
		width: 6rem;
		height: 6rem;
	}
	.Single-Editor__sliderButton.-prev{
		transform: translate(0,-50%);
		left: 0;
	}
	.Single-Editor__sliderButton.-next{
		transform: translate(0,-50%);
		right: 0;
	}

	/*----- ナビ */
	:root{
		--private-single-nav-button_padding: 2.5rem;
	}
	.Single-nav{
		flex-wrap: wrap;
	}
	.Single-nav__button{
		width: unset;
	}
	.Single-nav__button a{
		height: auto;
	}
	.Single-nav__button .C-ArrowBox{
		width: 6rem;
		height: 6rem;
	}
	.Single-nav__buttonText{
		width: calc(100% - 6rem);
	}
	.Single-nav__button.-prev{
		order: 1;
	}
	.Single-nav__button.-next{
		order: 2;
	}
	.Single-nav__button a{
		font-size: 2.4rem;
	}
	.Single-nav__back{
		margin-top: 7.8rem;
		order: 3;
		margin-left: auto;
		margin-right: auto;
	}
	.Single-nav:has(.Single-nav__back:last-child)::after{
		order: 2;
	}

}