@charset "utf-8";

/*top-mv*/
.top-h1-wrapper {
	position: relative;
}
.top-h1-inner {
	padding: 0 17rem;
/*	position: relative;*/
}
section.mv {
	padding: 0 15px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}
.mv-wrapper {
	background: url("../images/top/top_mv.jpg") center / cover no-repeat;
	border-radius: 3rem;
	padding: 15rem 15px 30rem;
}
.mv-top {
	color: #0068DE;
	font-size: 12px;
	position: relative;
	margin-bottom: 3rem;
	width:fit-content;
}

.mv-h1 {
	color: #0A3E86;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.429;
	transition: .5s;
	z-index: 11;
	position: fixed;
	top: 31rem;
	left: 30px;
	margin-bottom: 3rem;
}
.mv-h1.white {
	color: #fff;
}
@media (min-width: 576px){
	.mv-top {
		font-size: 2rem;
	}
	.mv-top:before {
		content: '';
		width: 18rem;
		height: 1px;
		background-color: #0068DE;
		position: absolute;
		left: 34rem;
/*		right: -19.6rem;*/
		top: 50%;
	}
	.mv-h1 {
		
		font-size: 4.2rem;
	}
}
@media (min-width: 768px){
	
}
@media (min-width: 992px){
	.mv-top {
		width: 930px;
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-h1 {
		top: 35.5rem;
		left: 0;
		right: 0;
		margin: 0 auto;
/*		left: 17rem;*/
/*		margin-bottom: 0;*/
		width: 930px;
	}
	.mv-wrapper {
		padding: 16.5rem 0 56rem;
/*		padding: 17.5rem 12.5rem 42rem 12.5rem;*/
	}
}
@media (min-width: 1200px){
	section.mv {
		padding: 0 4.5rem;
	}
	.mv-top, .mv-h1 {
		width: 1100px;
	}
}

/*top-message*/
.top-message {
	background: url("../images/top/top_message_bg.png") center top / cover no-repeat;
	margin-top: -13rem;
	color: #fff;
	padding: 33rem 0 10rem;
	position: relative;
	z-index: 10;
}
/*
.top-message-content {
	margin-bottom: 12rem;
}
*/
.top-message .common-title_en {
	font-size: 3.6rem;
	color: #fff;
	margin-bottom: 20px;
}
.top-message .container {
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	
}
.slides-wrapper {
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: #fff;
	margin-top: -2px;
}
.home .slides-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: url("../images/top/top_slides_bg.png") bottom center / cover repeat;
	width: 100%;
	height: 50%;
}
.slides .slick-track {
	display: flex;
	align-items: center;
}
.slides li {
	margin: 0 5px;
}
.slides img {
	border-radius: 3rem;
}
@media (min-width: 992px){
	.top-message {
		padding: 33rem 0 10rem;
	}
	.top-message .container {
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
/*
	.top-message-content {
		display: flex;
	}
*/
	.top-message .common-title {
		width: calc(100% - 48.5rem);
	}
	.top-message-text {
		max-width: calc(100% - 570px);
		margin-left: auto;
/*		max-width: 48.5rem;*/
	}
	.slides-wrapper {
		bottom: -28%;
	}
	.slides li {
		margin: 0 10px;
	}
}
@media (min-width: 1200px){
	.top-message .container {
		max-width: 1130px;
	}
	.top-message-text {
		max-width: calc(100% - 615px);
	}
}

/*top-news*/
.top-news {
	padding: 8rem 0;
}
.news-list a {
	border-bottom: 1px solid #A0ACBA;
	padding: 3rem 5rem 3rem 0;
	position: relative;
	width: 100%;
}
.news-list a:before {
	content: '';
	width: 17.73px;
	height: 17.73px;
	background: url("../images/common/arrow_blue.png") center / contain no-repeat;
	position: absolute;
	right: 7px;
	top: calc(50% - 17.73px/2);
	transition: .5s;
}
.news-list a:hover::before {
	right: 4px;
}
@media (min-width: 992px){
	.top-news {
		padding: 15rem 0 12rem;
	}
	.news-list {
		margin-top: -3rem;
	}
/*
	.news-list li:first-child a {
		padding-top: 0;
	}
*/
	.top-news-titlearea {
		margin-right: 10.3rem;
	}
	.top-news .news-list {
		width: calc(100% - 290px);
	}
}

/*top-company*/
.top-company {
	padding-top: 8rem;
}
.top-company-textimg img {
	width: 90%;
	max-width: 88.6rem;
}
/*
.top-bg-title {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: italic;
	color: rgba(182, 191, 222, 0.29);
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: -4px;
}
*/
.top-company-wrapper {
	border-radius: 3rem;
	overflow: hidden;
	width: 100%;
}
.top-company-textarea {
	color: #fff;
	background-color: #26499D;
	border-radius: 0 0 10rem 10rem;
	padding: 3rem 4.7rem 8rem;
	margin: 0 -2.2rem;
	z-index: 2;
	position: relative;
	letter-spacing: 0.89px;
}
.top-company .common-title_jp, .top-company .common-title_en {
	color: #fff;
}
.top-company-img {
	width: 100%;
	margin-top: -30px;
}
/*
@media (min-width: 576px){
	.top-bg-title {
		font-size: 6rem;
		margin-bottom: -7px;
	}
	
}
*/
@media (min-width: 768px){
/*
	.top-bg-title {
		font-size: 7rem;
		margin-bottom: -9px;
	}
*/
	.top-company-textarea {
		padding: 8rem 5rem;
	}
}
@media (min-width: 992px){
	.top-company {
		padding-top: 8.5rem;
	}
/*
	.top-bg-title {
		font-size: 9.6rem;
		margin-bottom: -15px;
	}
*/
	.top-company-wrapper {
		display: flex;
		background: url("../images/top/top_company.jpg") top right / contain no-repeat;
	}
	.top-company-textarea {
		border-radius: 0 10rem 10rem 0;
		width: 46%;
		margin: -2.2rem 0;
		padding: 8rem 4rem;
	}
}
@media (min-width: 1400px){
	.top-company-textarea {
		width: 45.7%;
		padding: 10.5rem 6.3rem 10.5rem 9rem;
	}
}

/*top-service*/
.top-service {
	padding: 8rem 0;
	background: linear-gradient(to bottom, #F2F5FF 0%, #F2F5FF 50%, #fff 50%, #fff 100%);
}
.top-service .common-title {
	width: fit-content;
	margin: 0 auto 5rem;
	text-align: center;
}
.top-service .common-title_en {
	width: fit-content;
	margin: 0 auto 10px;
}
.top-service-content {
	border-radius: 3rem;
	overflow: hidden;
}
.top-service-item {
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.top-service-item:hover {
	opacity: 1;
}
.top-service-bg {
	width: 100%;
	height: 41rem;
	transition: .5s;
}
.top-service-item:hover .top-service-bg {
	transform: scale(1.1);
}
.top-service-work .top-service-bg {
	background: linear-gradient(rgba(38, 73, 157, .57),rgba(13, 26, 55, 1)), url("../images/top/top_service_work.jpg") center / cover no-repeat;
}
.top-service-maintenance .top-service-bg {
	background: linear-gradient(rgba(38, 73, 157, .57),rgba(13, 26, 55, 1)), url("../images/top/top_service_maintenance.jpg") center / cover no-repeat;
}
.top-service-textarea {
	position: absolute;
/*
	top: 3rem;
	left: 15px;
*/
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%); 
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: calc(100% - 30px);
	z-index: 2;
}
.top-service-item h3 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 2rem;
}
@media (min-width: 576px){
	.top-service-bg{
		height: 28rem;
	}
}
@media (min-width: 768px){
	.top-service-bg{
		height: 24rem;
	}
	.top-service-textarea {
/*		left: 3rem;*/
		width: calc(100% - 6rem);
		
	}
}
@media (min-width: 992px){
	.top-service {
		padding: 12rem 0 13.8rem;
	}
	.top-service-content {
		display: flex;
	}
	.top-service-item {
		width: 50%;
/*		padding: 8rem 5rem;*/
	}
	.top-service-bg{
		height: 40rem;
	}
	.top-service-textarea {
/*
		top: 8rem;
		left: 5rem;
*/
		width: calc(100% - 10rem);
	}
}
@media (min-width: 1400px){
	.top-service-bg{
		height: 35rem;
	}
}

/*top-activities*/
.top-activities {
	padding-bottom: 8rem;
	position: relative;
/*	background: linear-gradient(to bottom, #fff 0, #fff 80%, #F2F5FF 80%, #F2F5FF 100%);*/
	letter-spacing: 0.89px;
}
.top-activities:before {
	content: '';
	width: 80%;
	max-width: 51.6rem;
	height: 68.7rem;
	background: url("../images/top/top_activities_bg.png") center bottom / contain no-repeat;
	position: absolute;
	bottom: -5rem;
	right: 0;
	z-index: 11;
}
.top-activities .container {
	position: relative;
	z-index: 12;
}
/*
.top-activities .common-title_jp {
	line-height: 1.19;
}
*/
.top-activities-img {
	margin-top: 5rem;
	text-align: center;
}
.top-activities-img img {
	max-width: 50.9rem;
	border-radius: 3rem;
}
@media (min-width: 992px){
	.top-activities {
		padding-bottom: 16.2rem;
	}
	.top-activities:before {
		top: 0;
		bottom: 0;
	}
	.top-activities-textarea {
		width: 100%;
		max-width: 42.2rem;
	}
	.top-activities-img {
		margin: 5.5rem 0 0 5rem;
	}
	
}
@media (min-width: 1200px){
	.top-activities-img {
		margin-left: 12rem
	}
}

/*top-blog*/
.top-blog {
	padding: 10rem 0 8rem;
	z-index: 9;
}
.blog-list li + li {
	margin-left: 2rem;
}
.blog-list a {
	display: flex;
	flex-direction: column;
}
.blog-list a:hover {
	opacity: 1;
}
.blog-thumb {
	width: 100%;
	height: 0;
	padding-bottom: 58%;
	position: relative;
	margin-bottom: 18px;
	overflow: hidden;
	border-radius: 19.25px;
}
.blog-thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 19.25px;
	transition: .5s;
}
.blog-list a:hover .blog-thumb img {
	transform: scale(1.1);
}
.blog-list-top {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #A0ACBA;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.blog-list .slick-arrow {
	position: absolute;
	top: -6.5rem;
	right: 10px;
	cursor: pointer;
}
.blog-list .slide-arrow {
	content: '';
	width: 16px;
	height: 13px;
	background: url("../images/common/arrow_blue.png") center / contain no-repeat;
	transition: .5s;
}
.blog-list .slide-arrow.next-arrow:hover {
	right: 5px;
}
.blog-list .slide-arrow.prev-arrow {
	transform: rotate(180deg);
	right: 46px;
}
.blog-list .slide-arrow.prev-arrow:hover {
	right: 51px;
}
.top-blog .common-btn01 {
	margin: 5rem auto 0;
	justify-content: center;
}
.blog-list .categories {
	margin-bottom: 0;
}
.blog-list .date {
	margin: 0 16px 0 0;
}

@media (min-width: 992px){
	.top-blog {
		padding: 20.8rem 0 12rem;
	}
	.top-blog .common-btn01 {
		margin-top: 7.5rem;
	}
}

/*top-recruit*/
.top-recruit {
	overflow: hidden;
	color: #fff;
}
.top-recruit .common-title_en, .top-recruit .common-title_jp {
	color: #fff;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.top-recruit .common-title_en {
	font-size: 2.5rem;
	margin-bottom: 22px;
}
.top-recruit .common-title_jp {
	font-size: 2.8rem;
}
.top-recruit .common-btn01 {
	margin-bottom: 7rem;
	justify-content: center;
}
.top-recruit .common-btn01:hover {
	text-decoration-color: #fff;
}
.top-recruit-inner {
	background: linear-gradient(rgba(17, 17, 17, 0.5),rgba(38, 73, 157, .7)), url("../images/top/top_recruit.jpg") center / cover no-repeat;
	border-radius: 3rem 3rem 0 0;
	padding-top: 13rem;
}
.marquee {
	display: flex;
	animation: marquee-scroll 13s linear infinite;
	width: 100%;
}
.marquee-text {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 6rem;
	flex-shrink: 0;
	white-space: nowrap;
	padding-right: 2.3rem;
	color: rgba(182, 191, 222, 0.29);
	line-height: 0.75;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (min-width: 768px){
	.top-recruit .common-title_en {
		font-size: 3.6rem;
	}
	.top-recruit .common-title_jp {
		font-size: 4.2rem;
	}
	.marquee-text {
		font-size: 9.6rem;
	}
}