


/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper{
	margin: 0 50px;
}
.sec-mv-lower{
	width: 100%;
	height: 550px;
	/*min-height: 780px;*/
	background: url(/assets/img/company/index/mv.png) 50% 0 no-repeat;
	background-size: cover;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-size: 48px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	
}
.lead{
	letter-spacing: 8px;
}
.sub-lead{
	display: block;
	font-size: 24px;
	line-height: 2;
	margin-top: 0;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-mv-wrapper{
		margin: 0;
	}
	.sec-mv-lower{
		width: 100%;
		font-size: 26px;
		line-height: 1.3;
		padding: 0 3%;
	}
	.sub-lead{
		font-size: 14px;
		line-height: 1.6;
		margin-top:5px;
	}
	
}


/*--------------------------------------------------------------------------
   sec-items
---------------------------------------------------------------------------*/
.sec-items{
	margin: 50px 40px 30px 40px;
	position: relative;
}
.sec-items .lead{
	text-align: center;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	margin: 0 10px 45px 10px;
}
.sec-items .item-column{
	display: flex;
	flex-flow: wrap;
	flex-wrap:wrap;
	justify-content:flex-start;
	/*align-items: center;*/
}
.sec-items .item-column .item-cont{
	width: 50%;
	min-height: 400px;
	margin-bottom: 50px;
}
.sec-items .item-column .item-cont .item-cont-inner{
	margin: 0 10px;
}
.sec-items .item-column .item-cont .bg-img{
	z-index: -1;
}
.sec-items .item-column .item-cont:nth-child(1) .bg-img{
	background: url(/assets/img/company/index/img_01.png) 50% 0 no-repeat;
	background-size: cover;
	height: 400px;
}
.sec-items .item-column .item-cont:nth-child(2) .bg-img{
	background: url(/assets/img/company/index/img_02.png) 50% 0 no-repeat;
	background-size: cover;
	height: 400px;
}
.sec-items .item-column .item-cont:nth-child(3) .bg-img{
	background: url(/assets/img/company/index/img_03.png) 50% 0 no-repeat;
	background-size: cover;
	height: 400px;
}
.sec-items .item-column .item-cont:nth-child(4) .bg-img{
	background: url(/assets/img/company/index/img_04.png) 50% 0 no-repeat;
	background-size: cover;
	height: 400px;
}
.sec-items .item-column .item-cont:nth-child(5) .bg-img{
	background: url(/assets/img/company/index/img_05.png) 50% 0 no-repeat;
	background-size: cover;
	height: 400px;
}

.sec-items .item-column .item-cont .txt-Area{
	width: 68%;
	background: #000;
	color: #FFF;
	margin: -60px auto 0 auto;
	position: relative;
	padding: 5px;
	text-align: center;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner{
	border: 1px solid #FFF;
	padding: 20px;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2{
	font-size: 18px;
	font-weight:500;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	line-height: 1;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2 span{
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 8px;
	display: block;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .detail-txt{
	font-size: 13px;
	margin-bottom: 15px;
}

/*　詳細ボタン　*/
.btn_detail{
	width:50%;
	font-size: 15px;
}
.btn_detail a{
	display: block;
}
.btn_detail.buttons {
  display: inline-block;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 49px;
  outline: none;
}
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_detail.buttons,
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_detail.buttons {
  z-index: 2;
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #000;
  line-height: 49px;
}
.btn_detail.buttons:hover {
  background-color: #000;
  border-color: #FFF;
  color: #FFF;
}
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #FFF;
}
.btn_detail.buttons::before {
  right: 0;
}
.btn_detail.buttons::after {
  left: 0;
}
.btn_detail.buttons:hover::before,
.btn_detail.buttons:hover::after {
  width: 0;
  background-color: #FFF;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-items{
		width: 100%;
		padding: 0 3%;
		margin: 30px 0 30px 0;
		position: relative;
	}
	.sec-items .lead{
		font-size: 12px;
		margin: 0 10px 30px 10px;
	}
	
	.sec-items .item-column .item-cont{
		width: 100%;
		min-height: auto;
		margin-bottom: 20px;
	}
	.sec-items .item-column .item-cont .item-cont-inner{
		margin: 0;
	}
	.sec-items .item-column .item-cont .txt-Area{
		width: 90%;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner{
		padding: 20px 10px;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2{
		font-size: 13px;
		margin: 0 0 20px 0;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2 span{
		font-size: 24px;
		letter-spacing: 5px;
		margin-bottom: 5px;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .detail-txt{
		font-size: 13px;
		margin-bottom: 15px;
	}

	/*　詳細ボタン　*/
	.btn_detail{
		width:50%;
		font-size: 12px;
	}
	.btn_detail a{
		display: block;
	}
	.btn_detail.buttons {
	  display: inline-block;
	  height: 35px;
	  text-align: center;
	  text-decoration: none;
	  line-height: 34px;
	  outline: none;
	}
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  position: absolute;
	  z-index: -1;
	  display: block;
	  content: '';
	}
	.btn_detail.buttons,
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
	}
	.btn_detail.buttons {
	  z-index: 2;
	  background-color: #FFF;
	  border: 1px solid #FFF;
	  color: #000;
	  line-height: 34px;
	}
	.btn_detail.buttons:hover {
	  background-color: #000;
	  border-color: #FFF;
	  color: #FFF;
	}
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  top: 0;
	  width: 50%;
	  height: 100%;
	  background-color: #FFF;
	}
	.btn_detail.buttons::before {
	  right: 0;
	}
	.btn_detail.buttons::after {
	  left: 0;
	}
	.btn_detail.buttons:hover::before,
	.btn_detail.buttons:hover::after {
	  width: 0;
	  background-color: #FFF;
	}
}
