@charset "UTF-8";

/* mv
----------------------------------------*/
.mv{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 5%;
}
.mv-title{
	max-width: 755px;
	margin: 0 auto;
}
.mv-lead{
	margin-top: 30px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media screen and (max-width: 767px){
	.mv-lead{
		margin-top: 20px;
		font-size: 1.4rem;
		text-align: left;
	}
}


/* article
----------------------------------------*/
.article-item{
	padding: 80px 5% 90px;
}
.article-item .inner{
	max-width: 1100px;
	margin: 0 auto;
}
.article-item .inner a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: 0.5s;
	text-decoration: none;
}
.article-item_thumb{
	position: relative;
	width: 47.27272727272727%;
}
.article-item_thumb span{
	display: block;
	position: relative;
	z-index: 10;
}
.article-item_thumb span::after{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,#00ccc5,#004a8a);
	content: "";
	z-index: -10;
}
.article-item_text{
	width: 48.18181818181818%;
}
.article-item_text .number{
	position: relative;
	margin-top: -44px;
	text-align: right;
}
.article-item_text .number::before{
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #004a8a;
}
.article-item_text .number span{
	position: relative;
	padding-left: 5px;
	background: #fff;
	color: #004a8a;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-style: italic;
	font-size: 8.8rem;
	font-weight: 700;
	z-index: 10;
}
.article-item_text .new{
	display: inline-block;
	margin-bottom: 15px;
	padding: 0.4em 0.6em 0.3em;
	background: #c00;
	border-radius: 0.25em;
	color: #fff;
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
}
.article-item_text .company{
	margin-bottom: 5px;
	color: #c00;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
}
.article-item_text .heading{
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
}
.article-item_text .heading::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	content: '';
	background: #00ccc5;
}
/*.article-item_text .person{
	display: flex;
}*/
.article-item_text .person .name{
	font-size: 1.4rem;
	line-height: 1.5;
}
.article-item_text .person .name + .name{
	margin-top: 10px;
}
.article-item_text .person .name span{
	font-size: 190%;
}
.article-item_text .person .cross{
	width: 20px;
	margin: 5px 20px 10px;
}
.article-item .inner a .article-item_text{
	transition: 0.5s;
}
.article-item .inner a:hover .article-item_text{
	opacity: 0.7;
}
.article-item .inner a:hover .article-item_thumb{
	opacity: 0.9;
}
.article-item .inner a .article-item_thumb span span{
	overflow: hidden;
}
.article-item .inner a .article-item_thumb span span img{
  transition: 0.5s;
}
.article-item .inner a:hover .article-item_thumb span span img{
  transform:scale(1.1);
}

/*場所によっての調整*/
.mv + .article-item .article-item_thumb{
	width: 50.90909090909091%;
}
.mv + .article-item .article-item_text{
	width: 44.54545454545455%;
}
.section-article .article-item:nth-child(odd){
	background: #f7f7f7;
}
.section-article .article-item:nth-child(odd) .article-item_text .number span{
	background: #f7f7f7;
}
.section-article .article-item:nth-child(odd) .article-item_thumb{
	order: 2;
}
.section-article .article-item:nth-child(odd) .article-item_thumb span::after{
	left: unset;
	right: 20px;
}
.section-article .article-item_text .heading{
	font-size: 3.0rem;
}

@media screen and (max-width: 900px){
	.article-item_thumb span::after{
		top: 15px;
		left: 15px;
	}
	.article-item_text .person{
		flex-wrap: wrap;
	}
	.article-item_text .person .name{
		width: 100%;
	}
	.article-item_text .person .cross{
		margin: 0 10px 10px 10px;
	}
	.section-article .article-item:nth-child(odd) .article-item_thumb span::after{
		right: 15px;
	}
}

@media screen and (max-width: 767px){
	.article-item{
		padding: 40px 5% 30px;
	}
	.article-item .inner a .article-item_text{
		width: 100%;
		margin-top: 40px;
	}
	.article-item_text .number{
		margin-top: -19px;
	}
	.article-item_text .number span{
		font-size: 3.8rem;
	}
	.article-item_text .new{
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.article-item_text .company{
		font-size: 1.8rem;
	}
	.article-item_text .heading{
		font-size: 2.4rem;
	}
	.article-item_text .person .name{
		font-size: 1.3rem;
	}
	.article-item_text .person .name span{
		font-size: 170%;
	}
	.article-item_text .person .cross{
		width: 15px;
	}
	.article-item_thumb,
	.mv + .article-item .article-item_thumb{
		width: calc(100% - 15px);
	}
	.article-item_text,
	.mv + .article-item .article-item_text{
		width: 100%;
		margin-top: 40px;
	}
	.section-article .article-item:nth-child(odd) .article-item_thumb{
		order: 1;
	}
	.section-article .article-item:nth-child(odd) .article-item_text{
		order: 2;
	}
	.section-article .article-item:nth-child(odd) .article-item_thumb span::after{
		left: 15px;
		right: unset;
	}
}


/* contact
----------------------------------------*/
.contact{
	padding: 100px 5%;
	background: #004a8a;
}
.contact > .inner{
	max-width: 900px;
	margin: 0 auto;
}
.contact-logo{
	max-width: 390px;
	margin: 0 auto;
}
.contact-text{
	margin-top: 30px;
	font-size: 1.6rem;
	text-align: center;
}
.contact-text a{
	color: #fff;
	text-decoration: none;
}
.contact-text a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 50px 5%;
	}
	.contact-logo{
		max-width: 80%;
	}
	.contact-text{
		margin-top: 30px;
		font-size: 1.4rem;
	}
}