/* Home */

/* Hero */

#home_hero {
	position: relative;
	margin-bottom: 0;
	height: 100vh;
	overflow: hidden;
}
#home_hero_container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: 100%;
}
#home_hero_container::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 100vw;
	height: 100%;
	background: url(../images/common/overlay_stripe_black.png) repeat center / 4px;
	opacity: 0.5;
	z-index: 0;
	overflow: hidden;
}
#_home_hero_container::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10;
}
#home_hero_video {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
	background: #f3f3f3;
	z-index: -1;
}
#home_hero_video video,
#home_hero_video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(50%);
}
#home_hero h2 {
	position: absolute;
	bottom: 160px;
	left: 140px;
	left: 110px;
	width: 525px;
	z-index: 11;
}
#home_hero_scroll {
	position: absolute;
	bottom: 160px;
	left: 90px;
	left: 60px;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #fff;
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 11;
}
#home_hero_scroll:before {
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 1px;
	height: 160px;
	background: #ccc;
	z-index: 11;
}
#home_hero_scroll:after {
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 2px;
	height: 50px;
	background: #fff;
	z-index: 12;
	animation: home_hero_scroll 1500ms ease-in-out infinite;
}
@keyframes home_hero_scroll {
	0% {
		top: -170px;
		opacity: 0;
	}
	20% {
		top: -170px;
		opacity: 1;
	}
	80% {
		top: -60px;
		opacity: 1;
	}
	100% {
		top: -60px;
		opacity: 0;
	}
}
#home_hero_news {
	position: absolute;
	bottom: 32px;
	right: 130px;
	padding: 26px 65px 24px 65px;
	height: 68px;
	background: #fff;
	border-radius: 15px;
	z-index: 13;
}
#home_hero_news::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/common/icon_news.png) no-repeat center / 100%;
}
#home_hero_news_slides {
	height: 20px;
}
#home_hero_news_slides li {
	line-height: 1em;
}
#home_hero_news_slides li span {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1em;
	overflow: hidden;
}
#home_hero_news_slides li .home_hero_news_title {
	max-width: 318px;
}
#home_hero_news_slides li .news_date {
	position: relative;
	margin-right: 0.7em;
	padding-right: 0.5em;
	border-right: 1px solid #000;
}
#home_hero_news_link {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}
#home_hero_news_link a {
	display: block;
	width: 34px;
	height: 34px;
	background: #00a2e7 url(../images/common/icon_list_white.png) no-repeat center / 18px 5px;
	border: 1px solid #00a2e7;
	border-radius: 50%;
	transition: all 200ms linear;
}
#home_hero_news_link a:hover {
	background: #fff url(../images/common/icon_list.png) no-repeat center / 18px 5px;
}

#home_business {
	position: relative;
	margin-top: -67px;
	z-index: 12;
}
#home_recruit .inner,
#home_business .inner {
	max-width: 1300px;
}
#home_business_wrapper {
	position: relative;
	padding: 105px 122px 77px 122px;
	background: #00a2e7;
	border-radius: 33px;
}
#home_business_wrapper::before {
	position: absolute;
	top: 50%;
	left: 90px;
	transform: translateY(-50%);
	content: '';
	width: 555px;
	height: 548px;
	background: url(../images/home/text_steel.png) no-repeat center / 100%;
	z-index: 1;
}
#home_business_summary,
#home_business_flow {
	position: relative;
	z-index: 10;
}
#home_business_summary {
	margin-bottom: 5em;
}
#home_business_summary .heading {
	float: left;
}
#home_business h3.title {
	color: #fff;
}
#home_business h3.title span {
	border-bottom: 2px solid #fff;
}
#home_business_summary_text {
	float: right;
	width: 47%;
}
#home_business_summary_text p {
	font-size: 1.07em;
	line-height: 2em;
	color: #fff;
}
#home_business_flow {
	padding: 0 65px;
}
#home_business_flow_panes {
	margin-bottom: 4em;
	overflow: visible;
}
#home_business_flow_panes .swiper-wrapper {
	display: block;
	position: relative;
	transform: none;
	overflow: visible;
}
#home_business_flow_panes .swiper-wrapper::after {
	content: " ";
	display: block;
	clear: both;
}
#home_business_flow h4 {
	font-size: 1.13em;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.09em;
	color: #fff;
	text-align: center;
}
.home_business_flow_pane {
	float: left;
	position: relative;
	width: 19.75%;
	overflow: visible;
}
.home_business_flow_pane:not(:nth-of-type(4n)) {
	margin-right: 7%;
}
.home_business_flow_pane:not(:nth-of-type(4n))::before {
	position: absolute;
	top: 50%;
	right: -23%;
	transform: translateY(-50%);
	content: '';
	width: 15px;
	height: 26px;
	background: url(../images/home/home_business_flow_arrow.png) no-repeat center / 100%;
}
.home_business_flow_icon {
	border: 2px solid #fff;
	border-radius: 10px;
}
.home_business_flow_pane h5 {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -20px;
	padding: 0.6em 1.5em;
	width: max-content;
	font-size: 0.94em;
	font-weight: 500;
	line-height: 1.2em;
	color: #00a2e7;
	background: #fff;
	border: 3px solid #fff;
	border-radius: 200px;
}
#home_business_flow_shipping .home_business_flow_icon {
	background: #fff;
}
#home_business_flow_shipping h5 {
	color: #fff;
	background: #00a2e7;
}


#home_company {
	margin: 12em 0;
}
#_home_company .inner {
	padding: 0 !important;
	width: 100%;
	max-width: 100%;
}
._home_company_slide {
	/* aspect-ratio: 42 / 53; */
	/* width: 20%; */
	min-height: 450px;
	border-radius: 20px;
	overflow: hidden;
}
._home_company_slide_image {
	width: 100%;
	height: 100%;
}

#home_company_message {
	float: right;
	width: calc(100% - 440px);
	color: #00a2e7;
}
#home_company_slides {
	float: left;
	width: 360px;
	width: 360px;
	border-radius: 15px;
	overflow: hidden;
	opacity: 0;
}
#home_company_slides_mobile p {
	opacity: 0;
}
#_home_company_message {
	position: absolute;
	left: 50%;
	top: 0;
	padding: 50px;
	width: 360px;
	height: 100%;
	color: #fff;
	text-align: left;
	background: #00a2e7;
	background: rgba(0,162,231,0.95);
	border-radius: 20px;
	overflow: hidden;
	z-index: 10;
	transform: translateX(-50%);
}
._home_company_message {
	float: none;
	padding: 45px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
	background: #00a2e7;
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
}
.home_company_message {
	padding: 45px;
	color: #fff;
	text-align: left;
	background: #00a2e7;
	border-radius: 20px;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
}
._home_company_message h4,
#_home_company_message h4 {
	margin-bottom: 1em;
	font-size: 1.05em;
	line-height: 2.2em;
}
._home_company_message_signature,
#_home_company_message_signature {
	text-align: right;
	font-size: 0.9em;
}
#home_company_message h4 {
	margin-bottom: 1.5em;
	font-size: 1.25em;
	line-height: 2.5em;
}
#home_company_message .sentence {
	display: block;
	margin-left: -10px;
	opacity: 0;
}
#home_company_message_signature {
	text-align: left;
	opacity: 0;
}
#home_company_message_signature h5 {
	margin-bottom: 3.5em;
	font-size: 1.1em;
	font-weight: 500;
}

.home_company_summary {
	/* padding: 4.6em 3em 3.7em 3em;
	color: #fff; */
	background: #00a2e7;
}
#home_recruit_wrapper {
	position: relative;
	padding: 105px 122px 77px 72px;
	background: #f4f4f4;
	border-radius: 33px;
	overflow: hidden;
}
#home_recruit .heading,
#home_recruit_slides {
	position: relative;
	z-index: 10;
}
#home_recruit .heading {
	float: left;
	width: 35%;
	width: 290px;
}
#home_recruit_summary {
	margin-bottom: 1.6em;
}
#home_recruit_summary p {
	letter-spacing: 0.07em;
}
#home_recruit_jobs {
	margin-bottom: 3em;
}
._home_recruit_job {
	float: left;
	width: 48.5%;
}
._home_recruit_job:nth-of-type(even) {
	float: right;
}
._home_recruit_job:nth-of-type(2n + 1) {
	clear: both;
}
._home_recruit_job:nth-last-of-type(n + 3) {
	margin-bottom: 1.5em;
}
.home_recruit_job:not(:last-of-type) {
	margin-bottom: 0.8em;
}
.home_recruit_job h5 span:not(:last-of-type)::after{
	margin-left: 0.5em;
	content: '|';
}
.home_recruit_job a {
	display: block;
	padding: 1em;
	padding: 1em 1.2em;
	padding: 1em 1.2em 0.8em 1.2em;
	color: #fff !important;
	text-align: center;
	background: #00a2e7;
	border: 2px solid #00a2e7;
	border-radius: 8px;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}
.home_recruit_job a:hover {
	color: #00a2e7 !important;
	background: #fff;
}
.home_recruit_job h4,
.home_recruit_job h5 {
	line-height: 1.2em;
}
.home_recruit_job h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home_recruit_job h5 {
	margin-top: 0.8em;
	margin-top: 1.2em;
	font-size: 0.75em;
}
.home_recruit_job h5 span {
	padding: 5px 4px 0 4px;
	border-top: solid 1px #fff;
}
.home_recruit_job a:hover h5 span {
	border-top: solid 1px #00a2e7;
}
#home_recruit_slides {
	float: right;
	position: relative;
	padding-bottom: 3.5em;
	width: 30%;
	width: 300px;
}
.home_recruit_slide {
	border-radius: 10px;
	overflow: hidden;
}
.home_recruit_slide a {
	display: block;
	padding: 2em 2em 3em 2em;
	color: #fff !important;
	background: #00a2e7;
	text-decoration: none;
}
.home_recruit_slide_image {
	margin-bottom: 2em;
	border-radius: 5px;
	overflow: hidden;
}
.home_recruit_slide h4 {
	position: relative;
	padding-right: 50px;
	font-size: 1.5em;
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.4em;
}
.home_recruit_slide h4.smaller {
	font-size: 1.15em;
}
.home_recruit_slide h4::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: '';
	width: 40px;
	height: 40px;
	background: #fff url(../images/common/icon_arrow.png) no-repeat center / 18px 9px;
	border-radius: 50%;
	transition: all 250ms ease-in-out;
}
.home_recruit_slide a:hover h4::before {
	transform: translateY(-50%) scale(1.2);
}
.home_recruit_slide h4 span {
	display: block;
	font-size: 1.05rem;
	font-size: 0.95rem;
}
#home_recruit_slides_buttons {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
}
.home_recruit_slides_button {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 13px;
	height: 21px;
}
.home_recruit_slides_button.swiper-button-prev {
	float: left;
	background: url(../images/home/home_recruit_slides_button_prev.png) no-repeat center / 100%;
}
.home_recruit_slides_button.swiper-button-next {
	float: right;
	background: url(../images/home/home_recruit_slides_button_next.png) no-repeat center / 100%;
}
.home_recruit_slides_button svg {
	display: none;
}
#home_recruit_map {
	position: absolute;
	top: -35px;
	left: 180px;
	width: 846px;
	z-index: 1;
}
#home_news .heading {
	float: left;
	width: 28%;
}
#home_news_list {
	float: right;
	width: 70%;
}

@media screen and (max-width: 1050px) and (min-width: 751px) {
	
	#home_business_wrapper {
		padding: 105px 70px 77px 70px;
	}
	#home_business_flow {
		padding: 0;
	}
	
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
	
	#home_recruit_wrapper {
		padding: 105px 60px 77px 60px;
	}
	#home_recruit_slides {
		margin-top: 3em;
		width: 270px;
	}
	.home_recruit_slide a {
		padding: 1.5em 1.5em 2em 1.5em;
	}
	.home_recruit_slide h4 {
		font-size: 1em;
	}
	.home_recruit_slide h4 span {
		font-size: 0.85rem;
	}
	#home_recruit_map {
		left: 60px;
	}
	
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
	
	#home_recruit .inner {
		padding: 0;
	}
	#home_recruit_wrapper {
		padding: 105px 60px 77px 60px;
		border-radius: 0;
	}
	#home_recruit_map {
		top: 5px;
		left: 80px;
		width: 740px;
	}
	
}
@media screen and (max-width: 940px) and (min-width: 751px) {
	
	#home_business_summary .heading {
		float: none;
		margin-bottom: 4em;
	}
	#home_business_summary_text {
		float: none;
		width: 100%;
	}
	
}