@charset "UTF-8";

.hero {
	display: flex;
	width: 100%;
	height: 100dvh;
	min-height: 700px;
	max-height: 800px;
	margin-bottom: 120px;
}

.hero_slide {
	width: 50%;
}

.hero_slide_wrap {
	width: 100%;
	height: 100%;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-list {
	height: 100%;
}

.slick-track {
	height: 100%;
}

.hero_slide_item {
	width: 50dvw;
	min-width: 620px;
}

.hero_slide_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-dots {
	display: flex;
	right: auto;
	bottom: 40px;
	left: calc(100% + 40px);
	width: fit-content;
}

.slick-dots li {
	display: block;
}

.slick-dots li button:before {
	opacity: 1;
	color: #cccccc;
	font-size: 12px;
}

.slick-dots li.slick-active button:before {
	color: #e2090c;
}

.hero_wrap {
	width: 50%;
}

.hero_ttl {
	padding: 118px clamp(0px, 10%, 110px) 64px;
	font-weight: bold;
	font-size: clamp(2.625rem, 1.844rem + 1.65vw, 3.125rem);
	letter-spacing: unset;
}

.hero_tel {
}

.hero_tel_wrap {
}

.hero_tel_cnt {
	padding: 34px clamp(0px, 10%, 110px) 30px;
	border-top: #cccccc 1px solid;
}

.hero_tel_cnt:last-child {
	border-bottom: #cccccc 1px solid;
}

.hero_tel_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: fit-content;
}

.hero_tel_link_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 63px;
	height: auto;
	border: #e2090c 1px solid;
	border-radius: 50%;
	color: #e2090c;
	font-size: 25.5px;
	transition: all 0.4s;
	aspect-ratio: 1;
}

.hero_tel_link:hover .hero_tel_link_item {
	background: #e2090c;
	color: #ffffff;
}

.hero_tel_link_cnt {
}

.hero_tel_link_hd {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hero_tel_link_hd span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 23px;
	padding: 0 8px;
	background: #e2090c;
	color: #ffffff;
	font-size: 18px;
}

.hero_tel_link_num {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.2;
}

.service {
	margin-bottom: 112px;
}

.service_ttl {
	margin-bottom: 55px;
}

.service_ttl_wrap {
}

.service_ttl_wrap p {
	color: #e2090c;
	font-weight: 600;
	font-size: 55px;
}

.service_ttl_wrap h2 {
	font-size: 18px;
}

.service_wrap {
}

.service_cnt {
	position: relative;
	margin-bottom: 100px;
	padding: 49px 0;
}

.service_cnt:last-child {
	margin-bottom: 0;
}

.service_bg {
	position: absolute;
	right: 0;
	bottom: 50%;
	width: 74.236%;
	min-width: 920px;
	height: 100%;
	background: #f5f5f5;
	transform: translateY(50%);
}

.service_cnt:nth-child(odd) .service_bg {
	right: auto;
	left: 0;
}

.service_box {
	display: flex;
	align-items: center;
	gap: 100px;
	position: relative;
	z-index: 10;
}

.service_cnt:nth-child(odd) .service_box {
	flex-flow: row-reverse;
}

.service_img {
	flex-shrink: 0;
	width: 560px;
	overflow: hidden;
	border-radius: 12px;
}

.service_detail {
}

.service_detail_num {
	color: #e2090c;
	font-size: 21px;
}

.service_detail_ttl {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 40px;
}

.service_detail_txt {
	margin-bottom: 25px;
}

.service_detail_link {
}

.service_detail_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 45px;
	border-radius: 9999px;
	border-radius: 9999px;
	background: #e2090c;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}

.bnr {
	margin-bottom: 135px;
}

.bnr_wrap {
}

.bnr_wrap a {
	display: flex;
}

.bnr_wrap a img {
	width: 100%;
}

.bnr_goonet {
	margin-bottom: 48px;
}

.bnr_recruit {
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.hero {
		display: block;
		height: auto;
		min-height: unset;
		max-height: unset;
		margin-bottom: 67px;
	}

	.hero_slide {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		aspect-ratio: 375 / 356;
	}

	.hero_slide_wrap {
	}

	.slick-dotted.slick-slider {
	}

	.slick-list {
	}

	.slick-track {
	}

	.hero_slide_item {
		width: 100dvw;
		min-width: unset;
		height: auto;
		aspect-ratio: 375 / 356;
	}

	.hero_slide_item img {
	}

	.slick-dots {
		bottom: -32px;
		left: 14px;
	}

	.slick-dots li {
		width: 15px;
		height: 15px;
	}

	.slick-dots li button:before {
	}

	.slick-dots li.slick-active button:before {
	}

	.hero_wrap {
		width: 100%;
	}

	.hero_ttl {
		width: 100%;
		padding: 18px 21px 21px;
		font-size: 36px;
	}

	.hero_tel {
	}

	.hero_tel_wrap {
		width: 100%;
	}

	.hero_tel_cnt {
		padding: 21px 17px 16px;
	}

	.hero_tel_cnt:last-child {
	}

	.hero_tel_link {
	}

	.hero_tel_link_item {
		width: 46.5px;
		font-size: 19px;
	}

	.hero_tel_link:hover .hero_tel_link_item {
	}

	.hero_tel_link_cnt {
	}

	.hero_tel_link_hd {
		gap: 5px;
	}

	.hero_tel_link_hd span {
		font-size: 16px;
	}

	.hero_tel_link_num {
		font-size: 38px;
	}

	.service {
		margin-bottom: 42px;
	}

	.service_ttl {
		margin-bottom: 30px;
	}

	.service_ttl_wrap {
	}

	.service_ttl_wrap p {
		font-size: 48px;
	}

	.service_ttl_wrap h2 {
	}

	.service_wrap {
	}

	.service_cnt {
		margin-bottom: 40px;
		padding: 0 0 59px;
	}

	.service_cnt .inner {
		position: relative;
	}

	.service_cnt:last-child {
	}

	.service_bg {
		right: 24px;
		bottom: -59px;
		left: auto;
		width: calc(100% - 24px);
		min-width: unset;
		height: calc(100% - 60px);
		transform: unset;
	}

	.service_cnt:nth-child(odd) .service_bg {
		right: 24px;
		left: auto;
	}

	.service_box {
		flex-flow: column;
		gap: 28px;
	}

	.service_cnt:nth-child(odd) .service_box {
		flex-flow: column;
	}

	.service_img {
		width: 100%;
		max-width: 500px;
	}

	.service_detail {
		padding-right: 11px;
	}

	.service_detail_num {
	}

	.service_detail_ttl {
	}

	.service_detail_txt {
	}

	.service_detail_link {
	}

	.service_detail_link a {
	}

	.bnr {
		margin-bottom: 50px;
	}

	.bnr_wrap {
	}

	.bnr_wrap a {
	}

	.bnr_wrap a img {
	}

	.bnr_goonet {
	}

	.bnr_recruit {
	}
}
