@charset "UTF-8";

.top-lb__small {
	position: relative;
	margin: 0 0 1.375em;/*22px*/
	padding-left: 1em;
	color: var(--color-text-sub);
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
}

.top-lb__small.is-white {
	color: #fff;
}

.top-lb__small.font-en {
	margin-bottom: 1.188em;/*19px*/
	font-weight: 600;
}

.top-lb__small::before {
	content: "";
	position: absolute;
	top: .25em;
	left: 0;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: var(--color-blue);
}

.top-lb__small.is-white::before {
	background: #fff;
}

.top-lb__big {
	margin: 0 0 .326em;/*15px*/
	font-size: 46px;
	font-size: min(7.6vw, 46px);
	font-weight: 700;
	line-height: 1.565;
}

.top-lb__big.font-en {
	margin: 0 0 .305em;/*25px*/
	font-size: 82px;
	font-size: min(14vw, 82px);
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: .8;
}

.top-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 95px;
	margin-top: 40px;
}

.top-head__lead {
	max-width: 810px;
	line-height: 2;
}

.top-head__btn {
	text-align: right;
}

.top-kv {
	position: relative;
}

.top-kv__image {
	position: relative;
}

.top-kv__image::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background: var(--color-blue-dark);
	opacity: .15;
}

.top-kv__image img {
	width: 100%;
	height: 100svh;
	-o-object-fit: cover;
	   object-fit: cover;
}

.top-kv__text {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	padding: 5.2%;/*75px*/
	color: #fff;
}

.top-kv.delay-active .top-kv__text {
	-webkit-transform: translate(0, 100px);
	        transform: translate(0, 100px);
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
}

.top-kv.delay-active.is-active .top-kv__text {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	opacity: 1;
}

.top-kv__copy {
	margin: 0;
	font-size: 96.4px;/*res*/
	font-size: min(13vw, 96.4px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -.03em;
}

.top-kv__lead {
	margin-top: .645em;/*20px*/
	font-size: 31px;/*res*/
	font-size: min(4.8vw, 31px);
	font-weight: 700;
	line-height: 1;
}

.top-intro {
	position: relative;
	padding: 285px 0 160px;
	background: url("../image/top/intro_bg.jpg") 100% 100% no-repeat;
	background-size: 100%;
}

.top-intro__bgTextWrap {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
}

.top-intro__bgText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0;
	color: var(--color-bg-blue-light);
	font-size: 160px;/*res*/
	font-size: min(16vw, 160px);
	font-weight: 600;
	line-height: .8;
	letter-spacing: -.03em;
	white-space: nowrap;
	opacity: .5;
	-webkit-animation: topIntroBgText 24s linear infinite;
	        animation: topIntroBgText 24s linear infinite;
}

.top-intro__bgText span {
	display: block;
	padding-right: .35em;
}

@-webkit-keyframes topIntroBgText {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

@keyframes topIntroBgText {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.top-intro__bgText {
		-webkit-animation: none;
		        animation: none;
	}
}

.top-intro__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 45% minmax(0, 1fr);
	gap: 92px;
}

.top-intro__image {
	max-width: 484px;
	margin-top: 80px;
}

.split-slider-wrap {
	--prev-visible-width: 150px;

	position: relative;
	width: 100%;
	overflow: visible;

	/* 左だけ150px分見せて、右は親幅で切る */
	-webkit-clip-path: inset(0 0 0 calc(var(--prev-visible-width) * -1));
	        clip-path: inset(0 0 0 calc(var(--prev-visible-width) * -1));
}

@media screen and (min-width: 1440px) {

	.split-slider-wrap {
		--prev-visible-width: max(0px, calc((100vw - var(--inner-width, 1200px)) / 2));
		-webkit-clip-path: inset(0 0 0 calc(var(--prev-visible-width) * -1));
		        clip-path: inset(0 0 0 calc(var(--prev-visible-width) * -1));
	}

}

.split-slider {
	position: relative;
	width: 100%;
	max-height: 399px;
	overflow: visible;
}

.split-slider .slick-list {
	height: 100%;
	overflow: visible;
}

.split-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.split-slider .slick-slide {
	height: auto;
}

.split-slider__item {
	height: 400px;
	background: var(--color-gray);
}

.split-slider__item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.top-intro__right {
	padding-top: 30px;
}

.top-intro__text {
	max-width: 600px;
	line-height: 2.111;
}

.top-intro__btn {
	margin-top: 50px;
}

.top-strength__featureInner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 46.25%;
	width: 100%;
}

.top-strength__panel {
	position: relative;
	z-index: 1;
	padding: 100px 25px 100px 0;
	background: var(--color-blue);
	color: #fff;
}

.top-strength__panel::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: -70px;
	top: 0;
	bottom: 0;
	width: 70px;
	border-radius: 30px 0 0 30px;
	background: var(--color-blue);
}

.top-strength__panelList {
	max-width: 570px;
}

.top-strength__panelItem {
	position: relative;
}

.top-strength__panelItem::before,
.top-strength__panelLink::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 1px #fff;
}

.top-strength__panelItem::before {
	width: 100%;
	opacity: .3;
}

.top-strength__panelLink {
	display: block;
	position: relative;
	padding: 30px 135px 25px 0;
	color: #fff;
	text-decoration: none;
}

.top-strength__panelLink:hover {
	opacity: 1;
}

.top-strength__panelLink::before {
	width: 27px;
	-webkit-transition: .7s;
	transition: .7s;
}

.top-strength__panelLink:hover::before {
	width: 100%;
}

.top-strength__panelLink i {
	position: absolute;
	right: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: .7s;
	transition: .7s;
}

.top-strength__panelLink:hover i {
	background: #fff;
	color: var(--color-blue);
}

.top-strength__panelNum {
	color: rgba(255, 255, 255, .5);
}

.top-strength__panelTitle {
	margin-bottom: .313em;/*10px*/
	font-size: 32px;/*res*/
	font-weight: 700;
	line-height: 1.5;
}

.top-strength__panelText {
	line-height: 2;
}

.top-strength__image {
	width: calc(100% + max(0px, ((100vw - var(--inner-width)) / 2)));
	min-height: 820px;
}

.top-strength__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.top-service {
	margin-top: -350px;
	padding: 530px 0 180px;
	background: var(--color-bg-pale);
}

.top-service__slider {
	width: calc(100% + 15px + max(0px, ((100vw - var(--inner-width)) / 2)));
	margin: 65px 0 0 -15px;
}

.top-service__slider .slick-list {
	overflow: visible;
}

.top-serviceCard {
	padding: 0 15px;
}

.top-serviceCard__link {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
}

.top-serviceCard__image {
	position: relative;
}

.top-serviceCard__image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--color-blue-dark);
	opacity: .2;
}

.top-serviceCard__image::after {
	content: "";
	position: absolute;
	inset: 60% 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 104, 183, 0)), to(rgba(0, 104, 183, 1)));
	background: linear-gradient(180deg, rgba(0, 104, 183, 0), rgba(0, 104, 183, 1) 100%);
}

.top-serviceCard__image img {
	width: 100%;
}

.top-serviceCard__body {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 30px;
	min-height: 112px;
}

.top-serviceCard__num {
	margin-bottom: .857em;/*12px*/
	font-size: 14px;
	line-height: 1;
}

.top-serviceCard__title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
}

.top-serviceCard__sub {
	margin-top: .444em;/*8px*/
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1;
}

.top-serviceCard i {
	position: absolute;
	right: 30px;
	bottom: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid;
	border-radius: 50%;
}

.top-service__sliderFoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 22px;
	margin-top: 65px;
}

.top-service__sliderLabel {
	font-size: 20px;
	line-height: 1;
}

.top-service__sliderNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
}

.top-service__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	background: var(--color-blue-dark);
	color: #fff;
	font-size: 10px;
}

.top-company {
	padding: 160px 0;
	background: url("../image/top/company_bg.jpg") 100% 0 no-repeat;
	background-size: cover;
}

.top-company__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 47.58%;
	gap: 25px;
}

.top-company__body {
	padding-top: 70px;
}

.top-company__text {
	max-width: 545px;
	line-height: 2;
}

.top-company__btn {
	margin-top: 65px;
}

.top-company__image {
	width: calc(100% + 150px);
}

@media screen and (min-width: 1440px) {

	.top-company__image {
		width: calc(100% + max(0px, ((100vw - var(--inner-width)) / 2)));
	}

}

.top-company__image img {
	width: 100%;
	border-radius: 30px 0 0 30px;
}

.top-sustain {
	padding: 180px 0 165px;
	color: #fff;
}

.top-sustain::before {
	background: var(--color-blue) url("../image/top/sustain_bg.jpg") 0 0 no-repeat;
	background-size: cover;
}

.top-sustain__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	margin-top: 65px;
}

.top-sustain__card {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}

.top-sustain__image img {
	width: 100%;
}

.top-sustain__title {
	margin: 35px 0 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.top-sustain__card i {
	position: absolute;
	right: 0;
	bottom: -6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid;
	border-radius: 50%;
}

.top-news {
	padding: 160px 0 165px;
}

.top-news__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 75%;
	gap: 25px;
}

.top-news__head {
	padding-top: 10px;
}

.top-news__head .top-lb__big {
	font-size: 62px;
	font-size: min(11vw, 62px);
}

.top-news__btn {
	margin-top: 80px;
}

.top-news__list {
	border-top: 1px solid var(--color-border);
}

.top-news__list li {
	border-bottom: 1px solid var(--color-border);
}

.top-news__list a {
	position: relative;
	display: grid;
	grid-template-columns: 123px minmax(0, 1fr) 34px;
	gap: 26px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 24px 0;
	text-decoration: none;
}

.top-news__thumb {
	padding: 0 10px;
}

.top-news__thumb span {
	display: block;
	position: relative;
	height: 0;
	padding-top: 72.9%;
}

.top-news__thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 5px;
}

.top-news__content {
	padding-bottom: 8px;
}

.top-news__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
	margin-bottom: 10px;
	color: var(--color-blue);
}

.top-news__date {
	font-size: .875em;/*14px*/
	line-height: 1;
}

.top-news__cat {
	display: inline-block;
	padding: .364em 1.182em .545em;/*4px 13px 6px*/
	border: 1px solid;
	border-radius: 999px;
	font-size: .688em;/*11px*/
	line-height: 1.1;
}

.top-news__title {
	margin: 0;
	font-size: 1em;
}

.top-news__list i {
	padding-top: 8px;
	color: var(--color-blue);
	font-size: .875em;/*14px*/
	text-align: center;
}

.top-recruit__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 60px;
	min-height: 402px;
	padding: 110px 50px 38px;
	overflow: hidden;
	border-radius: 30px;
	background: url("/_common/image/top/recruit_bg.jpg") center / cover no-repeat;
	color: #fff;
	text-decoration: none;
}

.top-recruit__link::before,
.top-recruit__link::after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
}

.top-recruit__link::before {
	background: #154173;
	opacity: .4;
}

.top-recruit__link::after {
	background: -webkit-gradient(linear, right top, left top, from(rgba(21, 65, 115, 0)), to(rgba(40, 122, 217, 1)));
	background: linear-gradient(270deg, rgba(21, 65, 115, 0), rgba(40, 122, 217, 1) 100%);
	opacity: .4;
}

.top-recruit__content {
	position: relative;
	z-index: 1;
}

.top-recruit__content .top-lb__big {
	font-size: 32px;
	font-size: min(6.2vw, 32px);
	line-height: 1.438;
}

.top-recruit__text {
	max-width: 430px;
	margin-top: 15px;
	line-height: 2;
}

.top-recruit__link > i {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: solid 1px;
	background: #fff;
	color: var(--color-blue-dark);
	font-size: 14px;
}


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

	.top-lead__btn {
		margin-top: 30px;
	}

	.top-kv__image img {
		height: calc(100svh - 54px);
	}

	.top-kv__text {
		padding: 8% 4%;
	}

	.top-intro {
		padding: 26.66% 0 78px;
	}

	.top-intro__bgTextWrap {
		top: 25px;
	}

	.top-head,
	.top-intro__inner,
	.top-company__inner,
	.top-news__inner {
		display: block;
	}

	.top-intro__image {
		margin-top: 40px;
	}

	.top-strength__featureInner {
		display: block;
	}

	.top-strength__panel {
		padding: 52px 6.67% 50px;
		border-radius: 20px 20px 0 0;
	}

	.top-strength__panel::before {
		display: none;
	}

	.top-strength__panelLink {
		padding-right: 56px;
	}

	.top-strength__panelLink i {
		right: 12px;
		width: 35px;
		height: 35px;
		font-size: .875em;
	}

	.top-strength__panelTitle {
		font-size: 28px;
	}

	.top-strength__image {
		min-height: 0;
		height: 69.33vw;
	}

	.top-service {
		margin-top: 0;
		padding: 70px 0;
	}

	.top-service__slider {
		margin: 45px 0 0 -7px;
	}

	.top-serviceCard {
		padding: 0 7px;
	}

	.top-serviceCard__body {
		padding: 0 15px;
		min-height: 100px;
	}

	.top-serviceCard__num {
		font-size: 12px;
	}

	.top-serviceCard__title {
		font-size: 22px;
	}

	.top-serviceCard__sub {
		font-size: 15px;
	}

	.top-serviceCard i {
		right: 15px;
		width: 35px;
		height: 35px;
		font-size: .875em;
	}

	.top-service__sliderFoot {
		gap: 18px;
		margin-top: 45px;
	}

	.top-service__sliderLabel {
		font-size: 18px;
	}

	.top-company {
		padding: 70px 0;
	}

	.top-company__body {
		padding-top: 0;
	}

	.top-company__btn {
		margin-top: 32px;
	}

	.top-company__image {
		width: 115.4%;
		margin-top: 40px;
	}

	.top-company__image img {
		border-radius: 20px 0 0 20px;
	}

	.top-sustain {
		padding: 70px 0 50px;
	}

	.top-sustain__cards {
		display: block;
		max-width: 380px;
		margin: 45px auto 0;
	}

	.top-sustain__card + .top-sustain__card {
		margin-top: 45px;
	}

	.top-sustain__title {
		margin-top: 20px;
		font-size: 22px;
	}

	.top-sustain__card i {
		bottom: -2px;
		width: 35px;
		height: 35px;
		font-size: .875em;
	}

	.top-news {
		padding: 70px 0;
	}

	.top-news__head {
		padding-top: 0;
	}

	.top-news__btn {
		margin-top: 35px;
	}

	.top-news__list {
		margin-top: 35px;
	}

	.top-news__list a {
		grid-template-columns: 86px minmax(0, 1fr) 14px;
		gap: 12px;
		padding: 16px 0;
	}

	.top-news__thumb {
		padding: 0 5px;
	}

	.top-news__content {
		padding-bottom: 0;
	}

	.top-news__meta {
		display: block;
		margin-bottom: 5px;
	}

	.top-recruit__link {
		display: block;
		min-height: 0;
		padding: 45px 8% 22px;
		border-radius: 20px;
		background-position: 62% 50%;
	}

	.top-recruit__link > i {
		margin-top: 26px;
		width: 35px;
		height: 35px;
		margin-left: auto;
		font-size: 12px;
	}

}
