@charset "utf-8";
/* CSS Document */
.body.-home {
	background-color: #dddddd;
	transition: background-color 0.6s;
}

.cmn_secttl {
}

.cmn_secttl_jp {
	position: relative;
	margin-bottom: 10px;
	padding-left: 1em;
}

.cmn_secttl_jp::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.biz .cmn_secttl_jp {
	padding-left: 0;
}

.cmn_secttl_en {
	font-size: 84px;
	line-height: 1.1;
}

.lottie {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;

	mix-blend-mode: multiply;
}

.lottie_object {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	position: fixed;
	height: 100%;
	aspect-ratio: 1920/1080;
}

.lottie_object.-part1-2.-active,
.lottie_object.-part2-1.-active,
.lottie_object.-part2-2.-active,
.lottie_object.-part3-1.-active,
.lottie_object.-part3-2.-active {
	opacity: 1;
}

.lottie_object.-part1-1 {
	opacity: 1;
}

.lottie_object.-part1-2,
.lottie_object.-part2-1,
.lottie_object.-part2-2,
.lottie_object.-part3-1,
.lottie_object.-part1-1 {
	min-width: 100%;
	height: auto;
	min-height: 100%;
	aspect-ratio: 1920/1080;
}

/* .lottie_object.-part3-1 {
	min-width: 100%;
	height: auto;
	min-height: 100%;
	aspect-ratio: 1920/1080;
} */

.lottie_object.-part1-1.-passive {
	opacity: 0;
}

.main {
	position: relative;

	overflow-X: hidden;
}

.main_bgcolor {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.main_bgcolor_object {
	transform: scale(0);
	width: 100%;
	height: 100%;
	background-color: var(--color-key);
}

.main_wrap.-yoko {
	display: flex;
}

.panel {
	flex: 0 0 100%;
	position: relative;
	width: 100vw;
	height: 100vh;
}

.panel.-sec04 {
	min-height: 100vh;
}

.hero {
}

.hero_slide {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100vh;
}

.hero_slide .splide__track {
	transform: skewX(-20deg);
	width: 45%;
	height: 100%;
	margin-left: 40%;
	overflow: hidden;
}

.hero_slide_list {
	transform: skewX(20deg) translateX(-20%);
	width: 170%;
	height: 100%;
}

.hero_slide_item {
}

.hero_slide_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero_slide_item.is-active img,
.hero_slide_item.is-prev img {
	animation: heroSlide 8s linear forwards;
}

@keyframes heroSlide {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(10%);
	}
}

.hero_wrap {
	position: absolute;
	bottom: 10vh;
	left: 6%;
	z-index: 1;
}

.hero_ttl > h1 {
	aspect-ratio: 280/38;
}

.hero_ttl > p {
	margin-top: 20px;
	aspect-ratio: 280/54;
}

.hero_read {
	margin-top: 60px;
	font-size: 12px;
	line-height: 2.2em;
}

.hero_scroll {
	position: absolute;
	right: 6%;
	bottom: 10vh;
}

.hero_scroll_circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	height: 115px;
	padding-bottom: 10px;
	border: 2px solid #a5a5a5;
	border-radius: 50%;
	font-size: 12px;
}

.hero_scroll_circle span {
	position: relative;
}

.hero_scroll_circle span:before {
	position: absolute;
	bottom: -25px;
	left: calc(50% - 0.5em);
	font-size: 16px;
	animation: loop-scroll 1.2s infinite ;
}

@keyframes loop-scroll {
	0% {
		opacity: 1;
		bottom: -25px;
	}

	100% {
		opacity: 0;
		bottom: -45px;
	}
}

.about_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	right: 0;
	bottom: 10vh;
	left: 0;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 40px;
}

.about_wrap .cmn_secttl_jp {
	color: #a5a5a5;
}

.about_text_wrap {
	display: flex;
	justify-content: space-between;
	gap: 0.6em;
	margin: 0 40px 0 60px;
}

.power {
	color: #ffffff;
}

.power_slide {
	position: absolute;
	top: 15%;
	right: 10%;
	z-index: 10;
	width: 26%;
	height: auto;
	aspect-ratio: 380/250;
}


.power_slide_list {
	opacity: 0.4;
}

.power_slide_item,
.power_slide_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.power_slide .splide__pagination {
	display: flex;
	flex-wrap: nowrap;
	justify-content: right;
	gap: 5px;
	margin-top: 5px;
	text-align: center;
}

.power_slide .splide__pagination__page {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ffffff;
}

.power_slide .splide__pagination__page.is-active {
	background-color: #000000;
}

.power_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	right: 0;
	bottom: 10vh;
	left: 0;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 40px;
}

.power_wrap .cmn_secttl {
	position: relative;
}

.power_wrap .cmn_secttl_jp {
	position: absolute;
	bottom: 40%;
	left: 24vw;
}

.power_wrap .cmn_secttl_en {
	display: flex;
	flex: 1;
	align-items: flex-end;
	font-size: 15vw;
}

.power_wrap .cmn_secttl_en img {
	width: 22vw;
	margin-right: 0.1em;
	aspect-ratio: 344/496;
}

.power_btn {
	margin-bottom: 2%;
}

.biz {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-top: -30vh;
}

.biz_bg {
	position: absolute;
	left: calc(50% - 250px);
	z-index: 0;
	width: 500px;
	height: 80vh;
	max-height: 80vh;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background: url(../img/home/biz_service@2x.png) no-repeat center / cover;
	background-color: #ffffff;
	transition: all 0.8s;
}

.biz_bg.-service,
.biz_bg.-work {
	width: calc(47% + 250px);
	transition: all 0.8s;
}

.biz_bg.-service {
	left: 5%;
}

.biz_bg.-work {
	transform: translateX(-3%);
	background: url(../img/home/biz_work@2x.png) no-repeat center / cover;
}

.biz .cmn_secttl_jp::before {
	content: none;
}

.biz .cmn_secttl_en {
	font-size: 48px;
}

.biz_wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 40px;
}

.biz_cnt {
	visibility: hidden;
	opacity: 0;
	position: relative;
	width: calc(50% - 280px);
	margin: 20vh 0;
}

.biz_cnt.-service {
	padding-right: 50px;
}

.biz_cnt.-work {
	padding-left: 50px;
	text-align: right;
}

.biz_cnt_wrap {
	display: block;
	width: 100%;
	height: 100%;
}

.biz_cnt_read {
	margin: 30px 0;
	font-size: 12px;
	line-height: 1.8em;
}

.biz_cnt.-work .cmn_btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

.recruit {
	position: relative;
	z-index: 1;
	margin-top: 300px;
	border-radius: 50px 50px 0 0;
	background-color: var(--color-bg-black);
	color: #ffffff;
}

.recruit_img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recruit_img_wrap {
	position: absolute;
	width: 30%;
	height: 70vh;
	max-height: 700px;
	overflow: hidden;
	background-image: url(../img/home/recruit-welfare@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #aaaaaa;
	transition: 0.5s;
}

.recruit_img_wrap.-left {
	bottom: -12vh;
	left: 0;
	border-radius: 0 30px 30px 0;
	background-position: left;
}

.recruit_img_wrap.-right {
	right: 0;
	bottom: 12vh;
	width: 26%;
	border-radius: 30px 0 0 30px;
	background-position: right;
}

.recruit_img_wrap.-welfare {
	background-image: url(../img/home/recruit-welfare@2x.jpg);
}

.recruit_img_wrap.-message {
	background-image: url(../img/home/recruit-message@2x.jpg);
}

.recruit_img_wrap.-recruitment {
	background-image: url(../img/home/recruit-recruitment@2x.jpg);
}

.recruit_ftslide {
	display: flex;
	flex-wrap: nowrap;
	position: absolute;
	bottom: -18vh;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

.recruit_ftslide_wrap {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	min-width: 100%;
	animation: loop-slide 15s infinite linear both;
}

.recruit_ftslide_img {
	display: block;
	width: 45%;
	height: auto;
	margin-right: 5%;
	background: url(../img/home/recruit-ft@2x.png) no-repeat center / contain;
	aspect-ratio: 833/124;
}

@keyframes loop-slide {
	0% {
	}

	100% {
		transform: translateX(-100%);
	}
}

.recruit_cnt {
	position: relative;
	padding: 20vh 0;
}

.recruit_ttl {
	padding: 0 10%;
}

.recruit_btn {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	width: fit-content;
	margin: 5vh auto 0 auto;
}

.news {
	position: relative;
	padding: 30vh 0 20vh;
	background-color: #ffffff;
}

.news_more {
	margin-top: 40px;
}

.news_cnt {
	width: 60%;
	margin-left: auto;
}

.news_item {
	position: relative;
	margin-top: 45px;
	padding-bottom: 40px;
}

.news_item::before,
.news_item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	transition: width 0.6s;
}

.news_item::after {
	width: 0;
	border-bottom: 1px solid var(--color-bg-black);
}

.news_item:hover:after {
	width: 100%;
}

.news_item:hover .news_item_date {
	color: var(--color-key);
}

.news_item_wrap {
	display: flex;
	align-items: center;
}

.news_item_date {
	width: 2em;
	margin-right: 10px;
	font-size: 58px;
	line-height: 1;
	text-align: center;
	transition: color 0.2s;
}

.news_item_date > small {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}

.news_item_headline {
	flex: 1;
}

.news_item_cat {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 12px;
	border: 1px solid #dddddd;
	border-radius: 30px;
	color: #a5a5a5;
	font-size: 13px;
	line-height: 1;
}

.news_item_btn {
	margin-left: 20px;
}

.banner {
	display: flex;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner_item {
	position: relative;
	z-index: 1;
	width: 50%;
	overflow: hidden;
	color: #ffffff;
}

.banner_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: var(--color-bg-gray) no-repeat center / cover;
	background-image: url(../img/home/banner-company@2x.jpg);
	transition: transform 0.6s;
}

.banner_item.-sustainability::before {
	background-image: url(../img/home/banner-sustainability@2x.jpg);
}

.banner_item:hover::before {
	transform: scale(1.1);
}

.banner_item_wrap {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20% 10% 8%;
}

.banner_item_ttl {
	margin-bottom: 100px;
}

.banner_item_ttl .cmn_secttl_en {
	font-size: 40px;
}

@media screen and (max-width:1240px) {
	/* .lottie_object.-part1-2,
	.lottie_object.-part2-1,
	.lottie_object.-part2-2,
	.lottie_object.-part3-1 {
		min-width: auto;
		height: auto;
		min-height: 60vh;
		aspect-ratio: 1920/1080;
	} */

	.cmn_secttl_en {
		font-size: 55px;
	}

	.lottie_object {
		height: 70%;
	}

	.main_wrap.-yoko {
		display: block;
	}

	.hero_slide {
		top: 12vh;
		width: 100%;
		height: 50vh;
	}

	.hero_slide .splide__track {
		width: 60%;
		height: 100%;
		margin-left: 20%;
	}

	.hero_wrap {
		bottom: 50px;
	}

	.hero_ttl {
		max-width: 70%;
	}

	.hero_read {
		margin-top: 20px;
	}

	.hero_scroll {
		bottom: 50px;
	}

	.hero_scroll_circle {
		width: 90px;
		height: 90px;
		font-size: 10px;
	}

	.hero_scroll_circle span:before {
		font-size: 12px;
	}

	.about_wrap {
		display: block;
	}

	.about_ttl {
		margin-bottom: 20px;
	}

	.about_text_wrap {
		display: inline-block;
		margin: 0;
		margin-bottom: 20px;
	}

	.about_text_wrap > span {
		display: inline-block;
		width: 100%;
	}

	.power_slide {
		width: 50%;
	}

	.power .cmn_secttl_en {
		font-size: 13vw;
	}

	.biz {
		height: auto;
		margin-top: 0;
		padding: 80px 0;
	}

	.biz_wrap {
		display: block;
	}

	.biz_cnt,
	.biz_cnt.-work {
		position: relative;
		width: 100%;
		height: 450px;
		margin: 15px auto;
		padding: 35px;
		overflow: hidden;
		border-radius: 20px;
		text-align: left;
	}

	.biz_cnt::before,
	.biz_cnt::after {
		content: "";
		position: absolute;
		left: 0;
	}

	.biz_cnt::before {
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 300px;
		background: no-repeat center / cover;
		background-image: url(../img/home/biz_service@2x.png);
	}

	.biz_cnt.-work::before {
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 300px;
		background-image: url(../img/home/biz_work@2x.png);
	}

	.biz_cnt::after {
		top: 0;
		z-index: -1;
		width: 100%;
		height: 250px;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 20%);
	}

	.biz_cnt.-work {
		text-align: left;
	}

	.biz_cnt_read {
		margin: 12px 0 25px ;
	}

	.biz_cnt.-work .cmn_btn {
		position: static;
	}

	.recruit {
		margin-top: 0;
	}

	.recruit_cnt {
		padding: 60px 0 18vh;
	}

	.recruit_btn {
		justify-content: left;
		gap: 110px 0;
		width: 90%;
		margin: 30px auto 0 0;
	}

	.recruit_btn_wrap {
		position: relative;
		width: 100%;
		border-radius: 0 30px 30px 0;
		background: no-repeat center / cover;
		background-image: url(../img/home/recruit-message@2x.jpg);
		background-color: #000000;
		aspect-ratio: 350/150;
	}

	.recruit_btn_wrap.-welfare {
		background-image: url(../img/home/recruit-welfare@2x.jpg);
	}

	.recruit_btn_wrap.-recruitment {
		background-image: url(../img/home/recruit-recruitment@2x.jpg);
	}

	.recruit_btn_wrap .cmn_btn {
		position: absolute;
		bottom: -90px;
		left: 10%;
	}

	.recruit_ftslide {
		bottom: -2vh;
		transform: scale(2);
	}

	.news {
		padding: 100px 0 60px;
	}

	.news_more {
		margin-top: 20px;
	}

	.news_cnt {
		width: 100%;
	}

	.news_item {
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.news_item_date {
		width: 1.6em;
		font-size: 50px;
	}
}

@media screen and (max-width:768px) {
	.hero_slide {
		height: 40vh;
	}

	.hero_wrap {
		bottom: 35px;
		left: 24px;
	}

	.hero_read {
		font-size: 10px;
	}

	.hero_scroll {
		right: 24px;
		bottom: 35px;
	}

	.about_wrap {
		bottom: 24px;
		max-width: 100%;
		padding: 0 24px;
	}

	.power_slide {
		top: auto;
		right: 24px;
		bottom: 40px;
		width: calc(100% - 48px);
	}

	.power_wrap {
		top: 12vh;
		bottom: auto;
		max-width: 100%;
		padding: 0 24px;
	}

	.power_wrap .cmn_secttl_jp {
		right: -20%;
		bottom: 30%;
		left: auto;
		text-align: right;
	}

	.power_wrap .cmn_secttl_jp::before {
		content: none;
	}

	.power .cmn_secttl_en {
		flex-direction: column;
		align-items: flex-start;
		font-size: 24vw;
	}

	.power .cmn_secttl_en img {
		width: 35vw;
	}

	.power .cmn_secttl_en span {
		margin-top: -25px;
	}

	.power_wrap .cmn_btn_circle {
		width: 16vw;
		height: 16vw;
	}

	.biz {
		padding: 60px 0;
	}

	.biz_wrap {
		max-width: 100%;
		padding: 0 24px;
	}

	.biz_cnt {
		padding: 35px 25px;
	}

	.recruit_btn {
		gap: 90px 0;
	}

	.recruit_btn_wrap .cmn_btn {
		bottom: -70px;
		left: 24px;
	}

	.banner {
		flex-direction: column;
	}

	.banner_item {
		width: 100%;
	}

	.banner_item_wrap {
		padding: 50px 24px;
	}

	.banner_item_ttl {
		margin-bottom: 40px;
	}
}
