.sec-ttl-ja {
	color: #59c3e1;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	font-family: "Noto Sans JP", sans-serif;
}

.sec-ttl-en {
	margin: 30px 0 0;
	color: #595757;
	font-size: 6rem;
	font-weight: 300;
	line-height: 1;
	font-family: "Figtree", sans-serif;
	letter-spacing: 0.08em;
}

#top-mv {
	position: relative;
	height: 750px;
	overflow: hidden;
}

#top-mv .mv-inner {
	position: relative;
	height: 100%;
	background: url(../images/home/top_mv.jpg) no-repeat center center;
	background-size: cover;
}

#top-mv .content-width {
	position: relative;
	height: 100%;
}

#top-mv .mv-copy-box {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

#top-mv .mv-copy-en {
	margin: 0 0 30px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2em;
	font-family: "Montserrat", sans-serif;
}

#top-mv #mv-ttl span {
	display: block;
	color: #fff;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
}

#top-mv .mv-wave {
	position: absolute;
	left: 0;
	bottom: 0;
	aspect-ratio: 1400 / 90;
	width: 100%;
	height: auto;
	line-height: 1;
	z-index: 1;
}

#top-mv .mv-wave img {
	display: block;
	width: 100%;
	height: 100%;
}

#top-message {
	position: relative;
	height: 260vh;
}

.top-message-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/home/top_message_bg.jpg) no-repeat center top;
	background-size: cover;
	z-index: 1;
	will-change: transform;
}

.top-message-space {
	position: relative;
	z-index: 2;
}

.top-message-space-top {
	height: 30vh;
}

.top-message-sticky {
	position: sticky;
	top: 0;
	height: 100vh;
	z-index: 2;
}

.top-message-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	text-align: center;
	pointer-events: none;
}

.top-message-space-bottom {
	height: 100vh;
}

.top-message-text {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
}

#top-about-services {
	padding: 100px 0;
	z-index: 1;
	position: relative;
}

#top-about-services .top-about-services-item {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

#top-about-services .top-about-services-item + .top-about-services-item {
	margin-top: 100px;
}

#top-about-services .sec-ttl-box {
	position: relative;
	z-index: 2;
}

#top-about-services .top-about-services-text {
	margin: 80px 0 0;
}

#top-about-services .top-about-services-text p {
	color: #595757;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
}

#top-about-services .top-about-services-btn {
	margin: 55px 0 0;
}

#top-about-services .top-about-services-btn a {
	display: block;
	box-sizing: border-box;
	width: 200px;
	height: 54px;
	border: 1px solid #d7d7d7;
	border-radius: 27px;
	text-align: center;
	background: #fff;
}

#top-about-services .top-about-services-btn a span {
	position: relative;
	display: inline-block;
	padding-right: 22px;
	color: #595757;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 52px;
	font-family: "Noto Sans JP", sans-serif;
}

#top-about-services .top-about-services-btn a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #595757;
	border-right: 1px solid #595757;
	transform: translateY(-50%) rotate(45deg);
}

#top-about-services .top-about-box {
	gap: 50px;
}

#top-about-services .top-about-box .top-about-services-content {
	position: relative;
	z-index: 2;
	flex: none;
	width: 520px;
	padding-top: 100px;
}

#top-about-services .top-about-box .about-image-box {
	position: relative;
	flex: none;
	width: 460px;
	margin-right: -60px;
	padding-bottom: 140px;
}

#top-about-services .top-about-box .top-about-services-image-main {
	width: 460px;
	height: 500px;
}

#top-about-services .top-about-box .top-about-services-image-main img {
	display: block;
	width: 460px;
	height: 500px;
	border-radius: 10px;
	object-fit: cover;
}

#top-about-services .top-about-box .top-about-services-image-sub {
	position: absolute;
	left: -40px;
	bottom: 0;
	width: 200px;
	height: 200px;
}

#top-about-services .top-about-box .top-about-services-image-sub img {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
}

#top-about-services .top-services-box {
	gap: 80px;
	justify-content: flex-start;
}

#top-about-services .top-services-box .services-image-box {
	order: 1;
	flex: none;
	width: 450px;
}

#top-about-services .top-services-box .top-services-image-main {
	width: 450px;
	height: 450px;
}

#top-about-services .top-services-box .top-services-image-main img {
	display: block;
	width: 450px;
	height: 450px;
	border-radius: 10px;
	object-fit: cover;
}

#top-about-services .top-services-box .top-about-services-content {
	order: 2;
	flex: none;
	width: 470px;
	padding-top: 75px;
}

#top-recruit {
	position: relative;
	padding: 100px 0;
	background: url(../images/home/top_recruit_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#top-recruit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	max-width: 420px;
	aspect-ratio: 420 / 501;
	background: url(../images/home/top_recruit_bg.png) no-repeat left top;
	background-size: contain;
}

#top-recruit .content-width {
	position: relative;
	z-index: 2;
}

#top-recruit .sec-ttl-en {
	color: #fff;
}

#top-recruit .top-recruit-head {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 400px;
}

#top-recruit .top-recruit-copy {
	position: relative;
	z-index: 2;
	width: 520px;
}

#top-recruit .top-recruit-catch {
	margin: 80px 0 0;
	color: #fff;
	font-size: 5.8rem;
	font-weight: 900;
	line-height: 1.293;
	font-family: "Noto Sans JP", sans-serif;
}

#top-recruit .top-recruit-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 650px;
	height: 400px;
}

#top-recruit .top-recruit-image-main {
	display: block;
	width: 650px;
	height: 400px;
	border-radius: 10px;
	object-fit: cover;
}

#top-recruit .top-recruit-image-badge {
	position: absolute;
	top: -30px;
	right: -30px;
	display: block;
	width: 120px;
	height: 120px;
}

#top-recruit .top-recruit-foot {
	margin: 60px 0 0;
	align-items: center;
}

#top-recruit .top-recruit-text {
	width: 620px;
}

#top-recruit .top-recruit-text p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
}

#top-recruit .top-about-services-btn {
	margin: 0;
}

#top-recruit .top-about-services-btn a {
	display: block;
	box-sizing: border-box;
	width: 200px;
	height: 54px;
	border: 1px solid #fff;
	border-radius: 27px;
	text-align: center;
	background: transparent;
}

#top-recruit .top-about-services-btn a span {
	position: relative;
	display: inline-block;
	padding-right: 34px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 52px;
	font-family: "Noto Sans JP", sans-serif;
}

#top-recruit .top-about-services-btn a span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

#top-recruit .top-about-services-btn a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

#top-news {
	padding: 100px 0;
	background-color: #eef5f8;
}

#top-news .top-news-inner {
	align-items: flex-start;
}

#top-news .top-news-head {
	flex: none;
	width: 225px;
}

#top-news .top-news-btn {
	margin: 80px 0 0;
}

#top-news .top-news-btn a {
	display: block;
	box-sizing: border-box;
	width: 200px;
	height: 60px;
	border: 1px solid #dddddd;
	border-radius: 30px;
	background: #fff;
	text-align: center;
}

#top-news .top-news-btn a span {
	position: relative;
	display: inline-block;
	padding-right: 22px;
	color: #595757;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 58px;
	font-family: "Noto Sans JP", sans-serif;
}

#top-news .top-news-btn a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #595757;
	border-right: 1px solid #595757;
	transform: translateY(-50%) rotate(45deg);
}

#top-news .top-news-list-wrap {
	flex: none;
	width: 700px;
	margin-left: 75px;
}

#top-news .top-news-list {
	border-top: 1px solid #dddddd;
}

#top-news .top-news-item {
	border-bottom: 1px solid #dddddd;
}

/* front-page specific padding override */
#top-news .top-news-item a {
	padding: 25px 30px 25px 35px;
}
@media screen and (max-width: 767px) {
	#top-news .top-news-item a {
		padding: 15px 10px;
	}
}

#banner {
	background-color: #eef5f8;
}

@media screen and (max-width: 767px) {
	.sec-ttl-ja {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.sec-ttl-en {
		margin: 15px 0 0;
		font-size: 4rem;
		letter-spacing: 0.04em;
	}

	#top-mv {
		height: 520px;
	}

	@media screen and (max-width: 767px) {
		#top-mv .mv-inner {
			height: 500px;
		}
	}

	#top-mv .mv-copy-box {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		padding: 0 20px;
	}

	#top-mv .mv-copy-en {
		margin: 0 0 20px;
		font-size: 1.2rem;
		letter-spacing: 0.14em;
	}

	#top-mv #mv-ttl span {
		font-size: 3rem;
		line-height: 1.45;
	}

	#top-message {
		height: 180vh;
	}

	.top-message-text {
		padding: 0 20px;
		font-size: 2rem;
		line-height: 1.9;
	}

	#top-about-services {
		padding: 70px 0;
	}

	#top-about-services .top-about-services-item {
		display: block;
	}

	#top-about-services .top-about-services-item + .top-about-services-item {
		margin-top: 80px;
	}

	#top-about-services .top-about-box,
	#top-about-services .top-services-box {
		gap: 0;
	}

	#top-about-services .top-about-box .top-about-services-content,
	#top-about-services .top-services-box .top-about-services-content {
		width: 100%;
		padding-top: 0;
	}

	#top-about-services .top-about-services-text {
		margin: 40px 0 0;
	}

	#top-about-services .top-about-services-text p {
		font-size: 1.4rem;
		line-height: 1.9;
	}

	#top-about-services .top-about-services-btn {
		margin: 35px 0 0;
	}

	#top-about-services .top-about-box .about-image-box {
		width: 100%;
		margin: 35px 0 0;
		padding: 0 0 70px;
	}

	#top-about-services .top-about-box .top-about-services-image-main {
		width: 100%;
		height: auto;
	}

	#top-about-services .top-about-box .top-about-services-image-main img {
		width: 100%;
		height: auto;
		aspect-ratio: 460 / 500;
	}

	#top-about-services .top-about-box .top-about-services-image-sub {
		left: 0;
		bottom: 0;
		width: 140px;
		height: 140px;
	}

	#top-about-services .top-about-box .top-about-services-image-sub img {
		width: 140px;
		height: 140px;
	}

	#top-about-services .top-services-box .services-image-box {
		order: 0;
		width: 100%;
		margin: 0 0 35px;
	}

	#top-about-services .top-services-box .top-services-image-main {
		width: 100%;
		height: auto;
	}

	#top-about-services .top-services-box .top-services-image-main img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	#top-recruit {
		padding: 70px 0;
		background-position: center center;
	}

	#top-recruit::before {
		width: 180px;
		max-width: none;
	}

	#top-recruit .top-recruit-head {
		display: block;
		min-height: 0;
	}

	#top-recruit .top-recruit-copy {
		width: 100%;
	}

	#top-recruit .top-recruit-catch {
		margin: 35px 0 0;
		font-size: 3.8rem;
		line-height: 1.35;
	}

	#top-recruit .top-recruit-image {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		margin: 35px 0 0;
	}

	#top-recruit .top-recruit-image-main {
		width: 100%;
		height: auto;
		aspect-ratio: 65 / 40;
	}

	#top-recruit .top-recruit-image-badge {
		top: -18px;
		right: -8px;
		width: 90px;
		height: 90px;
	}

	#top-recruit .top-recruit-foot {
		display: block;
		margin: 35px 0 0;
	}

	#top-recruit .top-recruit-text {
		width: 100%;
	}

	#top-recruit .top-recruit-text p {
		font-size: 1.4rem;
		line-height: 1.9;
	}

	#top-recruit .top-about-services-btn {
		margin: 30px 0 0;
	}

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

	#top-news .top-news-inner {
		display: block;
	}

	#top-news .top-news-head {
		width: 100%;
	}

	#top-news .top-news-btn {
		margin: 35px 0 0;
	}

	#top-news .top-news-list-wrap {
		width: 100%;
		margin: 40px 0 0;
	}


	#banner {
		padding: 0 0 70px;
	}
}
