@charset "UTF-8";

.cmnhd {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
}

main {
	background: url(../img/home/bg-item.png) center / cover;
}

.-home main .inner {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 40px;
}

.hero {
	padding-bottom: 70px;
	overflow: hidden;
}

.hero_slide {
}

.hero_slide_wrap {
	position: relative;
	height: 779px;
	padding: 186px 0 40.7px;
}

.hero_slide_cnt {
	position: absolute;
	top: 186px;
	right: -30%;
}

.hero_slide_cnt img {
}

.hero_slide_cnt.hscnt01 {
}

.hero_slide_cnt.hscnt02 {
	opacity: 0.8;

	-ms-filter: blur(24px);
	    filter: blur(24px);
}

.hero_slide_cnt.hscnt03 {
}

.hero_slide_cnt.hscnt04 {
}

.hero_slide_item {
	display: flex;
	width: max-content;
}

.hero_slide_item img {
	display: block;
	display: inline-block;
	max-width: fit-content;
	animation: r-scroll linear infinite calc(15s * ((var(--ssec) + 0.6 ) / 1.5 )) ;
}

@keyframes r-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(100%);
	}
}

.news {
}

.news_wrap {
	display: flex;
	overflow: hidden;
	border-radius: 10px;
}

.news_hd {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 186px;
	height: 90px;
	background: #00b4df;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 0.05em;
}

.news_article {
	width: calc(100% - 186px);
	background: #f0f8fc;
}

.news_article_link {
	display: flex;
	align-items: center;
	gap: 25px;
	position: relative;
	height: 90px;
	padding-right: 100px;
	padding-left: 50px;
}

.news_article_link time {
}

.news_article_link p {
}

.news_article_link .icon-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 47px;
	bottom: 50%;
	width: 40px;
	height: auto;
	border-radius: 50%;
	background: #ffffff;
	color: #0096df;
	transform: translateY(50%);
	aspect-ratio: 1;
}

.business {
	position: relative;
	overflow: hidden;
}

.business_bg_color {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #ffffff, #d7edf7);
}

.business_bg {
	position: absolute;
	right: 50%;
	bottom: 50%;
	z-index: 1;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	transform: translate(50%, 50%);
}

.business_bg_item {
	position: absolute;
	overflow: hidden;
	border-radius: 20px;
}

.business_bg_item.business_item01 {
	top: 90px;
	left: -200px;
}

.business_bg_item.business_item02 {
	right: -80px;
	bottom: -40px;
}

.business_wrap {
	display: flex;
	justify-content: end;
	padding: 90px 0 130px;
}

.business .inner {
	position: relative;
	z-index: 2;
}

.business_cnt {
	width: 530px;
	padding-top: 130px;
	padding-right: 50px;
}

.business_catch {
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 35px;
}

.business_txt {
	margin-bottom: 45px;
	font-size: 18px;
}

.business_links {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.business_links_cnt {
	display: flex;
	display: flex;
	justify-content: center;
	justify-content: center;
	align-items: center;
	align-items: center;
	width: 330px;
	height: 90px;
	border-radius: 9999px;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
}

.business_links_cnt.links_logi {
	background: #004cb4;
}

.business_links_cnt.links_ware {
	background: #01a895;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	main {
		background: url(../img/home/bg-item_sp.png) center / cover;
	}

	.-home main .inner {
		padding: 0 24px;
	}

	.hero {
	}

	.hero_slide {
	}

	.hero_slide_wrap {
		height: 550px;
		padding: 165px 0 40.7px;
	}

	.hero_slide_cnt {
	}

	.hero_slide_cnt img {
	}

	.hero_slide_cnt.hscnt01 {
	}

	.hero_slide_cnt.hscnt02 {
	}

	.hero_slide_cnt.hscnt03 {
	}

	.hero_slide_cnt.hscnt04 {
	}

	.hero_slide_item {
	}

	.hero_slide_item img {
		width: 1380px;
	}

	.news {
	}

	.news_wrap {
		flex-flow: column;
	}

	.news_hd {
		justify-content: start;
		width: 100%;
		height: 55px;
		padding: 0 25px;
		font-size: 25px;
	}

	.news_article {
		width: 100%;
	}

	.news_article_link {
		flex-flow: column;
		align-items: start;
		gap: 5px;
		height: auto;
		padding: 15px 59px 15px 30px;
	}

	.news_article_link time {
	}

	.news_article_link p {
	}

	.news_article_link .icon-arrow {
		right: 15px;
		width: 30px;
		height: 30px;
		font-size: 13px;
	}

	.business {
	}

	.business_bg_color {
	}

	.business_bg {
	}

	.business_bg_item {
	}

	.business_bg_item.business_item01 {
		top: 60px;
		left: -150px;
		width: 477px;
	}

	.business_bg_item.business_item02 {
		right: -68px;
		bottom: -70px;
		width: 255px;
	}

	.business_wrap {
		width: 100%;
		padding: 400px 0 80px;
	}

	.business .inner {
	}

	.business_cnt {
		width: 100%;
		padding: 0;
	}

	.business_catch {
		font-size: 28px;
	}

	.business_txt {
		margin-bottom: 25px;
		font-size: 16px;
	}

	.business_links {
		gap: 14px;
	}

	.business_links_cnt {
		height: 80px;
	}

	.business_links_cnt.links_logi {
	}

	.business_links_cnt.links_ware {
	}
}
