@charset "utf-8";


/* ========================================
MV
======================================== */
/* ページネーション */
.p-recruit-top-mv.tmpl_01_kv .p-recruit-top-mv-pagination {
	bottom: 1em;
	left: auto;
	right: 50%;
	/* 	-webkit-transform: translate(min(calc(35rem - 1rem), calc(50vw - 1rem)), 0%);
	transform: translate(min(calc(35rem - 1rem), calc(50vw - 1rem)), 0%); */
	width: calc(100% - 1rem);
	/* right: 0; */
	-webkit-transform: translate(50%);
	transform: translate(50%);
	text-align: right;
	z-index: 1;
}
.p-recruit-top-mv.tmpl_01_kv .swiper-pagination-bullet {
	border-radius: 0;
	background-color: var(--LGRY);
	border-radius: 50%;
}
.p-recruit-top-mv.tmpl_01_kv .swiper-pagination-bullet-active {
	background-color: var(--MAIN);
}

/* 画像比率 */
/* .p-recruit-top-mv .tmpl_01_kv_slide {
min-height: auto;
aspect-ratio: 4 / 3;
}
.p-recruit-top-mv .tmpl_01_kv_slide img {
height: 60%;
width: auto;
top: 40%;
}
@media print, screen and (min-width: 992px) {
.p-recruit-top-mv .tmpl_01_kv_slide {
aspect-ratio: 21 / 9;
}
.p-recruit-top-mv .tmpl_01_kv_slide img {
height: 100%;
width: 100%;
top: 50%;
}
} */


.swiper-slide:has(video) {
	line-height: 100%;
}
.p-recruit-top-mv img,
.p-recruit-top-mv video {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;

}
@media print, screen and (min-width: 1200px) {
	.p-recruit-top-mv img,
	.p-recruit-top-mv video {
		/* aspect-ratio: 2.51/1; */
		aspect-ratio: 2.2/1;
	}
}


/*---------- swiper：停止ボタンの装飾 ----------*/
.lib-swiper__outer {
	overflow: hidden;
}
.lib-swiper__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	z-index: 0;
}
.lib-swiper__btn {
	width: 30px;
	height: 30px;
	background-color: var(--MAIN);
	border: var(--MAIN) 2px solid;
	z-index: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.lib-swiper__btn:after {
	font-size: 12px;
	font-family: icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: static;
	content: "\ea01";
	color: #fff;
}
.lib-swiper__btn.--prev: after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.lib-swiper__btn:focus {
	background-color: #fff;
}

.lib-swiper__btn:focus:after {
	color: var(--MAIN);
}
[data-id="editor"] .lib-swiper__btn,
body.dcms_editor .lib-swiper__btn,
body.page_mainimage .lib-swiper__btn,
html.is-editor .lib-swiper__btn {
	-webkit-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
	display: none;
}
.lib-swiper__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
.lib-swiper__control .lib-swiper__pagination {
	margin: -5px 10px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: unset;
	max-width: calc(100% - 140px);
}
.lib-swiper__control .lib-swiper__btn {
	position: static !important;
	margin-top: 0;
}

[data-id="editor"] .lib-swiper__control,
body.dcms_editor .lib-swiper__control,
body.page_mainimage .lib-swiper__control,
html.is-editor .lib-swiper__control {
	-webkit-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
	display: none;
}
.lib-swiper__player {
	display: none;
	position: relative;
	width: 30px;
	height: 30px;
	margin-left: 8px;
}
[data-autoplay="true"] .lib-swiper__player {
	display: block;
}
.lib-swiper__player > button {
	width: 30px;
	height: 30px;
	border: var(--MAIN) 1px solid;
	position: absolute;
	z-index: 2;
	background-color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.lib-swiper__player > button.is-select {
	z-index: 1;
}
[data-id="editor"] .lib-swiper__player,
body.dcms_editor .lib-swiper__player,
body.page_mainimage .lib-swiper__player,
html.is-editor .lib-swiper__player {
	-webkit-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
	display: none;
}
.lib-swiper__start:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 8px 0 8px 12px;
	border-left-color: var(--MAIN);
	border-radius: unset;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lib-swiper__stop:after,
.lib-swiper__stop:before {
	content: "";
	width: 5px;
	height: 60%;
	display: block;
	background-color: var(--MAIN);
	position: absolute;
	top: 20%;
}
.lib-swiper__stop:before {
	left: 7px;
}
.lib-swiper__stop:after {
	right: 7px;
}


@media (min-width: 992px) {
	.tmpl_01_kv_slide {
		min-height: 800px;
	}
}


/* ========================================
選ばれる理由
======================================== */
/*---------- TOP 選ばれる理由 ----------*/
.c-icon.--top-reason-num {
	top: 0;
	left: 0;
	width: clamp(2.25rem, calc(1.21875rem + 4.296875vw), 5rem);
	border-bottom-right-radius: 100%;
	line-height: 1;
	padding-top: 4%;
	padding-left: 4%;
	font-size: clamp(0.875rem, calc(0.453125rem + 1.7578125vw), 2rem);
}

/* .c-top-reason-box-shadow {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	box-shadow: 0.5em 0.5em #CED8F3;
}
@media print, screen and (min-width: 992px) {
	.c-top-reason-box-shadow {
		margin-right: 1em;
		margin-bottom: 1em;
		box-shadow: 1em 1em #CED8F3;
	}
} */

/* .p-bg.p-top-reason::before {
	width: clamp(25rem, calc(10.9375rem + 58.59375vw), 62.5rem);
	aspect-ratio: 1/1;
	border: 10px solid var(--MAIN);
	border-radius: 50%;
	opacity: 0.1;
	top: -5%;
	* left: 50%; *
	left: -55%;
	* transform: translateX(-95%); *
}
@media print, screen and (min-width: 1200px) {
	.p-bg.p-top-reason::before {
		top: -30%;
		* left: 50%; *
		left: -25%;
		* transform: translateX(-95%); *
	}
} */



/* ========================================
製品情報・環境への取組み
======================================== */
/*---------- TOP 環境への取組み ----------*/
.p-bg.p-top-environment::before {
	inset: 0;
	background-color: #E6EBF9;
}
/*---------- TOP 製品情報から環境への取組みの円 ----------*/
/* .p-bg.p-top-environment::after {
	width: clamp(25rem, calc(10.9375rem + 58.59375vw), 62.5rem);
	aspect-ratio: 1/1;
	border: 10px solid #1EAC41;
	border-radius: 50%;
	opacity: 0.1;

	top: 0%;
	transform: translateY(-50%);
	right: -55%;
}
@media print, screen and (min-width: 1200px) {
	.p-bg.p-top-environment::after {
		right: -50%;
	}
}
@media print, screen and (min-width: 1920px) {
	.p-bg.p-top-environment::after {
		top: -5rem;
		right: -30%;
	}
} */


/* ========================================
お知らせ
======================================== */
/*---------- TOP お知らせ ----------*/
@media (min-width: 992px) {
	.l-grid--pt02 {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 0 1.5rem;
	}
	.l-grid--pt02 .l-head {
		grid-area: 1 / 1 / 2 / 2;
	}
	.l-grid--pt02 .l-article {
		grid-area: 1 / 2 / 3 / 3;
	}
	.l-grid--pt02 .l-btn {
		grid-area: 2 / 1 / 3 / 2;
	}
}

.p-top-news-article-box .c-top-news-article article {
	border: 0;
	padding: 0;
}
.p-top-news-article-box .c-top-news-article+.c-top-news-article {
	border-top: 1px solid var(--color-02);
	margin-top: 0;
	padding-top: 1rem;
}
@media (min-width: 992px) {
	.p-top-news-article-box {
		padding-left: 1.5rem;
		border-left: 1px solid var(--color-02);
	}
}



/* ========================================
採用情報
======================================== */
/*---------- TOP 採用情報 ----------*/
.p-bg.p-top-recruit::before {

	top: 5%;
	right: 0;
	left: 0;
	bottom: 20.5%;
	background-color: #E6EBF9;
}
  /* 2025.4.14 変更前の定義
	top: 17%;
	right: 0;
	left: 0;
	bottom: 57.5%;
	background-color: #E6EBF9;
}
 */
@media print, screen and (min-width: 1300px) {
	.p-bg.p-top-recruit::before {
		top: 32.5%;
		bottom: 27%;
	}
	  /* 2025.4.14 変更前の定義
		top: 32.5%;
		bottom: 27%;
	}
	  */
}
/* .p-bg.p-top-recruit::after {
	width: clamp(25rem, calc(10.9375rem + 58.59375vw), 62.5rem);
	aspect-ratio: 1/1;
	border: 10px solid #1EAC41;
	border-radius: 50%;
	opacity: 0.1;

	top: -6rem;
	left: -65%;
}
@media print, screen and (min-width: 1300px) {
	.p-bg.p-top-recruit::after {
		top: -60%;
		left: -35%;
	}
} */


/* ========================================
お問い合わせ
======================================== */
/*---------- お問い合わせ ----------*/
/* .p-bg.p-cta::after {
	width: clamp(25rem, calc(10.9375rem + 58.59375vw), 62.5rem);
	aspect-ratio: 1/1;
	border: 10px solid var(--MAIN);
	border-radius: 50%;
	opacity: 0.1;

	top: -9rem;
	right: -65%;
}
@media print, screen and (min-width: 1300px) {
	.p-bg.p-cta::after {
		top: unset;
		bottom: -75%;
		right: -30%;
	}
} */



/* ========================================
フッター
======================================== */
/* #footer-menu {
column-count: 2;
} */
#footer-menu > * {
	break-inside: avoid;
}
@media print, screen and (min-width: 426px) {
	#footer-menu {
		column-count: 2;
		/* column-gap: 3rem; */
	}
}
@media print, screen and (min-width: 768px) {
	#footer-menu {
		column-count: 3;
		/* column-gap: 3rem; */
	}
}
@media print, screen and (min-width: 1200px) {
	#footer-menu {
		column-count: 4;
		/* column-gap: 3rem; */
	}
}

#footer-menu > li:not(:first-of-type) {
	margin-top: 1.5em;
}
@media print, screen and (min-width: 1200px) {
	#footer-menu > li:not(:first-of-type) {
		margin-top: 3em;
	}
}

#footer-menu > li > a {
	display: inline-block;
	font-weight: bold;
	margin-bottom: .5em;
}

/* 子メニューのリストマーカー */
#footer-menu .sub-menu {
	list-style-type: "-";
	padding-inline-start: .75em;
}
#footer-menu .sub-menu li {
	list-style: inherit !important;
	padding-inline-start: 0.25em;
}

#footer-menu .sub-menu a {
	font-size: .875em;
	color: var(--DGRY);
}



/* ========================================
パーツ
======================================== */
.btn.btn-color-04 .u-hover {
	/* border: 1px solid var(--WHT); */
	background-color: var(--WHT);
	color: var(--DEF);
	transition: var(--transition);
}
.btn.btn-color-04:hover .u-hover {
	background-color: var(--DEF);
	color: var(--WHT);
}

.btn.btn-white:has(.u-hover) a {
	color: var(--DEF);
	transition: var(--transition);
}
.btn.btn-white:has(.u-hover):hover a {
	background-color: var(--DEF);
	color: var(--WHT);
}
.btn.btn-white .u-hover {
	/* border: 1px solid var(--WHT); */
	background-color: var(--DEF);
	color: var(--WHT);
	transition: var(--transition);
}
.btn.btn-white:hover .u-hover {
	background-color: var(--WHT);
	color: var(--DEF);
}

