@charset 'utf-8';

.top-mv {
	color: #fff;
	position: relative;
	padding: 0;
}
.top-mv-img {
	opacity: 0;
	-webkit-animation: mv-animation 0.3s ease 0.5s 1 forwards;
	animation: mv-animation 0.3s ease 0.5s 1 forwards;
}
.top-mv-text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top-mv-h1 {
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 1.26;
	width: 100%;
	max-width: 45rem;
	margin: 0 auto;
	text-shadow: 0 6px 4px rgba(0,0,0,.85);
}
#mv-text01, #mv-text02 {
  visibility: hidden;
	display: block;
}
#mv-text01 span:first-child, #mv-text01 span:nth-child(4), #mv-text01 span:nth-child(5), #mv-text02 span:first-child, #mv-text02 span:nth-child(2), #mv-text02 span:nth-child(4), #mv-text02 span:nth-child(5) {
	font-size: 5rem;
}
.top-mv-h1-bottom {
	text-align: right;
	
}
.top-mv-en {
	font-size: 13px;
	text-align: center;
	letter-spacing: -0.02em;
	margin-top: -10px;
	text-shadow: 0 6px 4px rgba(0,0,0,.85);
	opacity: 0;
	-webkit-animation: mv-animation 0.2s ease 3.5s 1 forwards;
	animation: mv-animation 0.2s ease 3.5s 1 forwards;
}
@-webkit-keyframes mv-animation {
  100% {
    opacity: 1;
  }
}
@keyframes mv-animation {
  100% {
    opacity: 1;
  }
}

@media (min-width:576px){
	.top-mv-text {
		top: 55%;
	}
	.top-mv-h1 {
		font-size: 6rem;
		max-width: 60rem;
	}
	#mv-text01 span:first-child, #mv-text01 span:nth-child(4), #mv-text01 span:nth-child(5), #mv-text02 span:first-child, #mv-text02 span:nth-child(2), #mv-text02 span:nth-child(4), #mv-text02 span:nth-child(5) {
		font-size: 1.247em;
	}
	.top-mv-en {
		font-size: 16px;
	}
}
@media (min-width:768px){
	.top-mv-text {
		top: 34%;
	}
	.top-mv-h1 {
		font-size: 4.5rem;
	}
	.top-mv-en {
		font-size: 2rem;
	}
}
@media (min-width:992px){
	.top-mv-h1 {
		font-size: 5.5rem;
		max-width: 65rem;
	}
}
@media (min-width:1200px){
	.top-mv-h1 {
		font-size: 6.5rem;
		max-width: 75rem;
	}
	.top-mv-en {
		font-size: 3rem;
	}
}
@media (min-width:1600px){
	.top-mv-h1 {
		font-size: 8.5rem;
		max-width: 100%;
	}
	.top-mv-en {
		text-align: left;
		margin-left: 7.5rem;
		font-size: 3.5rem;
	}
}

/*top-message*/
.top-message {
	background: url("../images/top/top_bg01.jpg") center / cover no-repeat;
	padding-bottom: 4.55rem;
}
.top-message-text {
/*	line-height: 1.8;*/
	line-height: 1.55;
	letter-spacing: 0.07em;
	margin-bottom: 3rem;
}
.top-message-text .bigger {
	font-size: 1.2em;
	font-weight: 700;
}
.top-message-copy {
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}
.top-message-flexitem {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
@media (min-width:992px){
	.top-message-text {
		font-size: 2.5rem;
	}
	.top-message-copy {
		font-size: 3rem
	}
	.top-message-flex {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.top-message-flexitem {
		font-size: 3.5rem;
	}
	.top-message-flexitem + .top-message-flexitem {
		margin: 0 0 0 7rem;
	}
}

/*top-news*/
.top-news {
	padding: 8rem 0;
}
.top-news-list li {
	border-bottom: 0.5px solid #333333;
}
.top-news-list li + li {
	margin-top: 3rem;
}
.top-news-list .news-date {
	font-size: 1.5rem;
	line-height: 1;
/*	margin-bottom: 5px;*/
}
.top-news-list .news-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
}
.top-news-list .news-excerpt {
	font-size: 1.6rem;
	padding: 5px 0;
}
@media (min-width:992px){
	.top-news {
		padding: 15rem 0 23rem;
	}
	.top-news-list a {
		display: flex;
		/* align-items: flex-end; */
		flex-direction: column;
		gap: 5px;
	}
	.top-news-left {
		/* padding: 0 5px; */
/*		padding: 5px 5px 5px 2rem;*/
		width: 100%;
	}
	.top-news-list .news-excerpt {
		width: 100%;
	}
}

/*top-nav*/
.top-nav {
	color: #fff;
	font-size: 1.8rem;
	background: url("../images/top/top_bg02.jpg") center / cover no-repeat;
	padding: 0;
}
.top-nav-content {
	height: 35rem;
	display: flex;
	align-items: center;
}
.top-nav-content + .top-nav-content {
	margin-top: 7rem;
}
.top-nav .common-title, .top-nav .common-title_en {
	color: #fff;
}
.top-nav .common-title {
	margin-bottom: 4rem;
}
.top-nav-textarea {
	width: 100%;
	max-width: 23.5rem;
	line-height: 1.333;
}
.top-company {
	background: url("../images/top/top_company_bg.jpg") left / cover no-repeat;
}
.top-service {
	background: url("../images/top/top_service_bg.jpg") center / cover no-repeat;
}
.top-service .top-nav-textarea {
	margin-left: auto;
}
.top-recruit {
	background: url("../images/top/top_recruit_bg.jpg") center / cover no-repeat;
}
.top-nav .common-btn_white {
	margin-top: 4rem;
}
@media (min-width:992px){
	.top-nav {
		background-size: 100%;
	}
	.top-nav-content + .top-nav-content {
		margin-top: 20.7rem;
	}
}

/*top-blog*/
.top-blog {
	padding: 8rem 0;
}
.top-blog-list li + li {
	margin-top: 3.2rem;
}
.top-blog-img {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 75%;
	margin-bottom: 2rem;
}
.top-blog-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.blog-date {
	font-size: 1.7rem;
	margin-right: 16px;
}
.blog-title {
	font-size: 2rem;
	font-kerning: 700;
}
@media (min-width:576px){
	.top-blog-text-top {
		display: flex;
		align-items: center;
	}
}
@media (min-width:768px){
	.top-blog {
		padding: 15rem 0;
	}
	.top-blog-list a {
		display: flex;
		align-items: center;
	}
	.top-blog-img {
		max-width: 20rem;
		margin: 0 2.8rem 0 0;
		padding-bottom: 15.13%;
	}
	.top-blog-text {
		width: calc(100% - 22.8rem);
	}
	
}