@import "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap";
.l-container {
	position: relative;
}
.l-container::before {
	content: "";
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 1920px;
	height: 100vh;
	transform: translateX(-50%);
	background: url(/assets/images/top/bg.jpg) no-repeat center top/cover #000;
}
@media screen and (max-width: 768px) {
	.l-container::before {
		background-image: url(/assets/images/top/bg_sp.jpg);
	}
}
.l-container::after {
	content: "";
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 1920px;
	height: 100vh;
	transform: translateX(-50%);
	background: rgba(0, 166, 195, 0.4);
	mix-blend-mode: screen;
	opacity: 0;
}
.l-container.is-show::after {
	opacity: 1;
}
.l-container > section {
	position: relative;
	z-index: 1;
}
.l-container .sec-mv {
	position: relative;
	border: solid 30px #fff;
	height: 100vh;
}
@media screen and (max-width: 768px) {
	.l-container .sec-mv {
		border-width: 16px;
	}
}
.l-container .sec-mv .mv-inner {
	border: solid 60px #fff;
	border-radius: 100px;
	position: absolute;
	top: -60px;
	left: -60px;
	width: calc(100% + 120px);
	height: calc(100% + 120px);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.l-container .sec-mv .mv-inner {
		border-radius: 80px;
	}
}
.l-container .sec-mv .mv-ttl {
	max-width: 1050px;
}
.l-container .sec-news {
	background: #fff;
	padding-top: 140px;
	padding-bottom: 40px;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.l-container .sec-news {
		padding-top: 15.3846153846vw;
	}
}
.l-container .sec-news .news-inner {
	display: grid;
	grid-template-columns: 240px auto;
	gap: 240px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.l-container .sec-news .news-inner {
		grid-template-columns: 1fr;
		gap: 10.2564102564vw;
	}
}
.l-container .sec-news .news-wrap {
	max-width: 960px;
}
.l-container .sec-news .news-list {
	display: grid;
	gap: 30px;
}
@media screen and (max-width: 768px) {
	.l-container .sec-news .news-list {
		gap: 5.1282051282vw;
	}
}
.l-container .sec-news .news-list li {
	display: flex;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
	.l-container .sec-news .news-list li {
		flex-direction: column;
		padding-bottom: 5.1282051282vw;
	}
}
.l-container .sec-news .news-list li a {
	display: flex;
	width: 100%;
	padding-right: 50px;
	background: url(/assets/images/arrow_b.svg) no-repeat right 10px center/20px;
}
@media screen and (max-width: 768px) {
	.l-container .sec-news .news-list li a {
		flex-direction: column;
		padding-right: 30px;
		background-size: 14px;
	}
}
@media print, screen and (min-width: 769px) {
	.l-container .sec-news .news-list li a:hover .time,
	.l-container .sec-news .news-list li a:hover .title {
		color: #00a6c3;
	}
}
.l-container .sec-news .news-list li .time {
	min-width: 160px;
	font-size: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.l-container .sec-news .news-list li .time {
		width: 100%;
		font-size: 3.5897435897vw;
		padding-bottom: 2.0512820513vw;
	}
}
.l-container .sec-news .news-list li .title {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.l-container .sec-news .news-list li .title {
		font-size: 4.1025641026vw;
	}
}
.l-container .sec-about {
	background: #fff;
	padding-top: 160px;
	z-index: 2;
}
@media print, screen and (min-width: 1441px) {
	.l-container .sec-about {
		padding-top: 200px;
	}
}
@media screen and (max-width: 768px) {
	.l-container .sec-about {
		padding-top: 15.3846153846vw;
	}
}
.l-container .sec-about .about-inner {
	position: relative;
}
.l-container .sec-about .about-inner::after {
	content: "";
	position: absolute;
	bottom: -120px;
	left: -130px;
	width: 1740px;
	height: 844px;
	background: url(/assets/images/top/about-bg.svg) no-repeat center top/contain;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-inner::after {
		bottom: auto;
		top: -10.2564102564vw;
		left: 7.6923076923vw;
		width: 83.0769230769vw;
		height: 124.6153846154vw;
		background-image: url(/assets/images/top/about-bg_sp.svg);
	}
}
.l-container .sec-about .about-ttl {
	width: 500px;
}
@media print, screen and (min-width: 1441px) {
	.l-container .sec-about .about-ttl {
		width: 600px;
	}
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-ttl {
		width: 100%;
	}
}
.l-container .sec-about .about-text {
	margin-top: 70px;
	display: grid;
	gap: 30px;
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-text {
		margin-top: 10.2564102564vw;
		gap: 5.1282051282vw;
	}
}
.l-container .sec-about .about-text p {
	font-size: 2rem;
	line-height: 1.8;
}
@media print, screen and (min-width: 1441px) {
	.l-container .sec-about .about-text p {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-text p {
		font-size: 4.6153846154vw;
	}
}
.l-container .sec-about .about-text p b {
	color: #00a6c3;
	font-weight: normal;
}
@media print, screen and (min-width: 769px) {
	.l-container .sec-about .about-img {
		width: 50%;
		max-width: 600px;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 50px;
	}
}
@media print, screen and (min-width: 1441px) {
	.l-container .sec-about .about-img {
		top: -80px;
		right: 0;
		max-width: 790px;
		width: calc(100% - 600px);
	}
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-img {
		margin-top: 10.2564102564vw;
	}
}
.l-container .sec-about .about-link {
	margin-top: 70px;
	display: inline-flex;
	flex-direction: column;
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-link {
		margin-top: 12.8205128205vw;
	}
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-link {
		align-items: center;
	}
}
.l-container .sec-about .about-link dt {
	width: 206px;
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-link dt {
		width: 43.5897435897vw;
	}
}
.l-container .sec-about .about-link dd {
	display: inline-block;
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 28px;
	border-bottom: solid 2px #00a6c3;
	background: url(/assets/images/arrow.svg) no-repeat right center/12px;
}
@media screen and (max-width: 768px) {
	.l-container .sec-about .about-link dd {
		margin-top: 3.8461538462vw;
		font-size: 4.1025641026vw;
		padding-top: 1.5384615385vw;
		padding-bottom: 1.5384615385vw;
		padding-right: 5.1282051282vw;
		background-size: 2.5641025641vw;
	}
}
@media print, screen and (min-width: 769px) {
	.l-container .sec-about .about-link a:hover dd {
		color: #00a6c3;
	}
}
.l-container .sec-company {
	background: #fff;
	padding-top: 200px;
	padding-bottom: 300px;
}
@media screen and (max-width: 768px) {
	.l-container .sec-company {
		padding-top: 25.641025641vw;
		padding-bottom: 35.8974358974vw;
	}
}
.l-container .sec-company .company-inner {
	display: grid;
	grid-template-columns: 240px auto;
	gap: 120px;
	position: relative;
}
@media print, screen and (min-width: 1441px) {
	.l-container .sec-company .company-inner {
		gap: 240px;
	}
}
@media screen and (max-width: 768px) {
	.l-container .sec-company .company-inner {
		grid-template-columns: 1fr;
		gap: 10.2564102564vw;
	}
}
.l-container .sec-company .company-inner::after {
	content: "";
	position: absolute;
	bottom: -260px;
	left: 0;
	width: 1688px;
	height: 630px;
	background: url(/assets/images/top/company-bg.svg) no-repeat center top/contain;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.l-container .sec-company .company-inner::after {
		bottom: auto;
		top: -11.2820512821vw;
		left: 9.2307692308vw;
		width: 82.0512820513vw;
		height: 129.2307692308vw;
		background-image: url(/assets/images/top/company-bg_sp.svg);
	}
}
.l-container .sec-company .company-wrap {
	max-width: 960px;
}
.l-container .sec-company .company-list {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 40px;
}
@media print, screen and (min-width: 1441px) {
	.l-container .sec-company .company-list {
		grid-template-columns: 160px 1fr;
	}
}
@media screen and (max-width: 768px) {
	.l-container .sec-company .company-list {
		grid-template-columns: 25.641025641vw 1fr;
		gap: 6.1538461538vw 0;
	}
}
.l-container .sec-company .company-list dt {
	font-size: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.l-container .sec-company .company-list dt {
		font-size: 4.1025641026vw;
	}
}
.l-container .sec-company .company-list dd {
	font-size: 1.8rem;
}
@media print, screen and (min-width: 1441px) {
	.l-container .sec-company .company-list dd {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.l-container .sec-company .company-list dd {
		font-size: 4.1025641026vw;
	}
}
.l-container .slider {
	display: flex;
	position: relative;
	z-index: 1;
	background: #fff;
	padding-top: 240px;
}
@media screen and (max-width: 768px) {
	.l-container .slider {
		padding-top: 17.9487179487vw;
	}
}
.l-container .slider img {
	width: 3600px;
	max-width: none;
	animation: slider 30s linear infinite;
}
@media screen and (max-width: 768px) {
	.l-container .slider img {
		width: 446.1538461538vw;
	}
}
@keyframes slider {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
