@charset "UTF-8";
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* --------------------------------------------------------
* ir
* -------------------------------------------------------*/
.l-sitemapnav {
	display: none;
}

.l-main {
	padding-bottom: 0;
	overflow: clip;
}

/* 共通 */
.cmn-inner {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 72px;
}
@media (min-width: 768px), print {
	.cmn-inner {
		width: calc(100% - 60px);
	}
}
@media (min-width: 768px), print {
	.cmn-inner {
		margin-bottom: 120px;
	}
}

/* メインビジュアル */
.mv__slider {
	width: 100%;
	height: 388px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}
.mv__slider-image {
	width: 100%;
	height: 100%;
	display: block;
}
.mv__slider-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.mv__slider-ctrl {
	position: absolute;
	top: 240px;
	right: 20px;
	display: flex;
	align-items: center;
}
.mv__slider-pagination {
	font-size: 0;
}
.mv__slider-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background-color: #FFF;
	margin: 0 6px !important;
	opacity: 1;
}
.mv__slider-pagination .swiper-pagination-bullet-active {
	background-color: var(--color-prim);
	border: #FFF solid 1px;
}
.mv__slider-pause {
	width: 31px;
	aspect-ratio: 1;
	border-radius: 100%;
	background-color: var(--color-prim);
	border: #FFF solid 1px;
	cursor: pointer;
	position: relative;
}
.mv__slider-pause::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	right: -1.5px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFF;
	clip-path: polygon(0 7%, 0% 100%, 100% 50%);
}
.mv__slider-pause.is-stop::before {
	width: 3px;
	height: 10px;
	clip-path: none;
	left: -5.5px;
	right: 0;
}
.mv__slider-pause.is-stop::after {
	content: "";
	width: 3px;
	height: 10px;
	position: absolute;
	left: 0;
	right: -5.5px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFF;
}
@media (min-width: 768px), print {
	.mv__slider {
		height: 100%;
	}
	.mv__slider-image {
		aspect-ratio: 1030/480;
		min-height: 400px;
		height: 100%;
	}
	.mv__slider-ctrl {
		top: 20px;
	}
}
@media (min-width: 1281px), print {
	.mv__slider-image {
		aspect-ratio: none;
	}
}
.mv__main {
	padding: 150px 20px 30px;
	position: relative;
	padding-top: 90px;
}
.mv__main::before {
	content: "";
	width: 100%;
	height: 275px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.mv__main-lead {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.6;
}
.mv__main-lead span {
	color: #FFF;
	padding: 5px 0 5px 16px;
	background: linear-gradient(transparent 0%, var(--color-prim) 0%);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.mv__main-list {
	background-color: #FFF;
	border-radius: 10px;
	padding: 24px;
	margin-top: 96px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
.mv__main-link {
	font-size: 1.6rem;
	line-height: var(--line-height-m);
	font-weight: 700;
	display: inline-block;
	color: var(--color-txt);
	word-break: break-all;
	padding-left: 23px;
	position: relative;
}
.mv__main-icon {
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media (min-width: 768px), print {
	.mv__main::before {
		display: none;
	}
	.mv__main-lead {
		font-size: 4rem;
		margin-left: 50px;
	}
	.mv__main-list {
		margin-left: 20px;
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		gap: 12px 24px;
		padding: 12px 24px;
		max-width: 490px;
	}
	.mv__main-link {
		font-size: 1.6rem;
		text-decoration: underline;
		text-decoration-color: transparent;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
		transition: all 0.2s;
	}
	.mv__main-link:hover {
		text-decoration: underline;
		text-decoration-color: inherit;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
	}
	.mv__main-link:hover {
		color: var(--color-prim);
	}
}
@media (min-width: 1281px), print {
	.mv__main-list {
		max-width: none;
	}
	.mv__main-lead {
		font-size: 4.8rem;
		margin-left: 60px;
	}
	.mv__main-link {
		font-size: 1.8rem;
	}
}
@media (max-width: 1024px) and (min-width: 768px), print {
	.mv__main::before {
		display: block;
		height: 200px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%);
	}
	.mv__main-lead {
		font-size: 4rem;
		margin-left: 25px;
	}
	.mv__main-list {
		margin-left: 0;
		display: inline-flex;
		flex-direction: row;
		gap: 10px 20px;
		padding: 20px 24px;
		border-radius: 10px;
	}
}
.mv__sub-link {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 220px;
	position: relative;
	padding: 20px;
}
.mv__sub-image {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.mv__sub-image::before {
	content: "";
	width: 100%;
	height: 96px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 52%, rgb(0, 0, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.8;
}
.mv__sub-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.mv__sub-text {
	font-size: 1.8rem;
	line-height: var(--line-height-m);
	font-weight: 700;
	display: inline-block;
	color: #FFF;
	word-break: break-all;
	padding-left: 28px;
	position: relative;
}
.mv__sub-icon {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.mv__sub-icon::after {
	content: "";
	width: 90%;
	height: 90%;
	border-radius: 100%;
	background-color: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
@media (min-width: 768px), print {
	.mv__sub-link {
		overflow: hidden;
		height: 100%;
	}
	.mv__sub-image {
		transition: scale 0.2s;
	}
	a:hover .mv__sub-image {
		scale: 1.05;
	}
	.mv__sub-text {
		font-size: 2rem;
	}
}
@media (min-width: 1281px), print {
	.mv__sub-link {
		height: 100%;
		aspect-ratio: auto;
	}
}
@media (max-width: 1024px) and (min-width: 768px), print {
	.mv__sub-link {
		height: 205px;
	}
}
@media (min-width: 768px), print {
	.mv {
		display: grid;
		grid-template-columns: 71.5% 28.5%;
	}
	.mv .mv__item:nth-child(1) {
		grid-area: 1/1/3/2;
	}
	.mv .mv__item:nth-child(2) {
		grid-area: 1/2/2/3;
	}
}
@media (max-width: 1024px) and (min-width: 768px), print {
	.mv {
		grid-template-columns: repeat(2, 1fr);
	}
	.mv .mv__item:nth-child(1) {
		grid-area: 1/1/2/3;
	}
	.mv .mv__item:nth-child(2) {
		grid-area: 2/1/3/2;
	}
	.mv .mv__item:nth-child(3) {
		grid-area: 2/2/3/3;
	}
}

/* ニュース */
.news {
	--_gap: 40px;
	/* gapの数値 */
	--_column-max-count: 2;
	/* 表示したい最大の列数 */
	--_column-min-width: 400px;
	/* 各列が取りうる最小の幅。これより狭くなる場合は、列数が減って折り返します。 */
	/* コンテナの横幅からギャップの合計値を引いたものをn等分する */
	--_column-width-calculated: calc(
		(100% - var(--_gap) * (var(--_column-max-count) - 1)) /
			var(--_column-max-count)
	);
	/* 最終的に適用される列の幅。
		 * 理想の幅と最小幅を比較し、大きい方を採用します。
		 * ただし、コンテナ全体の幅を超えることはありません。*/
	--_column-width: min(
		100%,
		max(var(--_column-min-width), var(--_column-width-calculated))
	);
	display: block grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--_column-width), 1fr));
	gap: var(--_gap);
	margin-top: 72px;
}
@media (min-width: 768px), print {
	.news {
		margin-top: 120px;
	}
}

/* cm */
.cm {
	background-color: #E4FBEA;
	padding: 56px 0;
	margin-bottom: 72px;
}
@media (min-width: 768px), print {
	.cm {
		padding: 80px 0;
		margin-bottom: 120px;
	}
}

/* バナー */
.bnr {
	background-color: #F7F7F7;
	padding: 32px 20px;
	position: relative;
}
.bnr__slider {
	width: 270px;
	overflow: hidden;
	margin: 0 auto;
}
.bnr__slider-pagination {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}
.bnr__slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border: #000 solid 1px;
	margin: 0 5px !important;
	opacity: 1;
}
.bnr__slider-pagination .swiper-pagination-bullet-active {
	background-color: #000;
}
.bnr__slider-ctrl {
	width: 100%;
	height: 24px;
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-15px);
}
.bnr__slider-arrow {
	width: 24px;
	height: 24px;
	margin-right: 20px;
	cursor: pointer;
}
.bnr__slider-arrow::before {
	content: "";
	mask: url(/company/assets/images/icon/arrow1-r.svg) center/100% 100%;
	background-color: #202020;
	display: block;
	width: 100%;
	height: 100%;
}
.bnr__slider-arrow.swiper-button-disabled {
	pointer-events: none;
}
.bnr__slider-arrow.swiper-button-disabled::before {
	opacity: 0.7;
}
.bnr__slider-arrow--prev {
	right: auto;
	left: 0;
	margin-right: 0;
	margin-left: 20px;
}
.bnr__slider-arrow--prev::before {
	transform: scale(-1, 1);
}
@media (min-width: 768px), print {
	.bnr {
		padding: 48px 20px;
	}
	.bnr__item {
		width: calc((100% - 40px) / 3);
		overflow: hidden;
	}
	.bnr__image {
		transition: scale 0.2s;
	}
	a:hover .bnr__image {
		scale: 1.05;
	}
	.bnr__slider-pagination {
		margin-top: 30px;
	}
	.bnr__slider-pagination .swiper-pagination-bullet {
		margin: 0 8px !important;
	}
	.bnr__slider-ctrl {
		height: 32px;
		transform: translateY(-20px);
	}
	.bnr__slider-arrow {
		width: 32px;
		height: 32px;
		margin: 0;
	}
}
@media (max-width: 1024px) and (min-width: 768px), print {
	.bnr__slider {
		width: 592px;
	}
	.bnr__slider-ctrl {
		width: 704px;
	}
}
@media (min-width: 1025px), print {
	.bnr__slider {
		width: 832px;
	}
	.bnr__slider-ctrl {
		width: 944px;
	}
}
@media (min-width: 1281px), print {
	.bnr__slider {
		width: 940px;
	}
	.bnr__slider-ctrl {
		width: 1052px;
	}
}










.bnr__list{
	gap: 20px;
}
.bnr__item {
	width: calc(50% - 10px);
	overflow: hidden;
}


@media (max-width: 1024px) and (min-width: 768px), print {
	.bnr__slider {
		width: 388px;
	}
	.mv__main-lead {
		padding: 18px 21px;
		background: #008803;
		display: block;
		width: 270px;
	}
	.mv__main-lead img {
		width: 228px;
	}
}

@media (min-width: 1025px), print {
	.bnr__slider {
		width: 548px;
	}
	.mv__main-lead {
		padding: 20px 24px 20px 23px;
		background: #008803;
		display: block;
		width: 290px;
	}
	.mv__main-lead img {
		width: 243px;
	}
}

@media (min-width: 1281px), print {
	.bnr__slider{
		width: 620px;
	}
	.mv__main-lead {
		padding: 27px 31px 26px;
		background: #008803;
		display: block;
		width: 404px;
	}
	.mv__main-lead img {
		width: 340px;
	}
}

@media (max-width: 768px), print {
	.bnr__slider {
		width: auto;
	}
	.bnr__item {
		width: 270px;
		margin: 0 auto !important;
	}

	.bnr__list{
		gap: 15px 0;
		flex-direction: column;
	}
	.mv__main-lead {
		padding: 14px 17px;
		background: #008803;
		display: block;
		width: 220px;
	}
	.mv__main-lead img {
		width: 185px;
	}
}
/*# sourceMappingURL=top.css.map */
