


/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper{
	margin: 0 50px;
}
.sec-mv-lower{
	width: 100%;
	height: 550px;
	/*min-height: 780px;*/
	background: url(/assets/img/company/about/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-profile
---------------------------------------------------------------------------*/
.sec-profile{
	margin: 75px 50px 60px 50px;
	position: relative;
}
.sec-profile .profile-cont-inner{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.sec-profile .profile-cont-inner::after{
	content: "";
	display: block;
	width:520px;
	height: 1px;
	border-bottom: 1px solid #EAEAEA;
	position: absolute;
	right:0;
	bottom: 0;
}

.sec-profile h2{
	font-size: 20px;
    font-weight: 500;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 45px 0;
    flex-flow: wrap;
	padding-right: 20px;
}
.sec-profile h2 span{
	font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 8px;
    line-height: 0;
}
.sec-profile h2 span::after {
    content: "";
    width: 1px;
    height: 27px;
    margin: 0 20px;
    display: inline-block;
    background: #CCC;
}
.sec-profile .profile-column{
	font-size: 15px;
	width: 520px;
}
.sec-profile .profile-column-left{
	float: left;
}
.sec-profile .profile-column-right{
	float: right;
}
.sec-profile .profile-column .item-cont{
	width: 100%;
}
.sec-profile .profile-column .item-cont .item-cont-inner{
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	/*align-items: center;*/
}
.sec-profile .profile-column .item-cont .item-cont-inner-last{
	margin-bottom: 0;
}
.sec-profile .profile-column .item-cont .border-none{
	margin-bottom: 0;
	border: none;
}
.sec-profile .profile-column .item-cont .item-cont-inner p{
	width: 78%;
}
.sec-profile .profile-column .item-cont .item-cont-inner p:first-child{
	width: 22%;
	font-weight: 600;
}
.sec-profile .profile-column .item-cont .item-cont-inner .access-txt p{
	width: 100%;
	font-weight:normal;
	padding-left:6em;
	text-indent:-6em;
}

.sec-profile .profile-column .item-cont .item-cont-inner .site-txt p{
	width: 100%;
	font-weight:normal;
}
.sec-profile .profile-column .item-cont .item-cont-inner .site-txt p a:link,
.sec-profile .profile-column .item-cont .item-cont-inner .site-txt p a:hover,
.sec-profile .profile-column .item-cont .item-cont-inner .site-txt p a:visited{
	color: #878787;
}
.sec-profile .profile-column .item-cont .item-cont-inner .site-txt p a:hover{
	text-decoration: underline;
}
.sec-profile .profile-column .item-cont .item-cont-inner .access-txt p span{
	width: 6em;
}

/*　詳細ボタン　*/
.sec-profile .profile-column .item-cont .item-cont-inner .access-txt p.btn_detail{
	width:65%;
	font-size: 13px;
	padding-left:0;
	text-indent:0;
	margin-top: 20px;
}
.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: #000;
  border: 1px solid #000;
  color: #FFF;
  line-height: 34px;
}
.btn_detail.buttons:hover {
  background-color: #FFF;
  border-color: #000;
  color: #000;
}
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
}
.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: #000;
}


.sec-profile .photoArea{
	width: 1100px;
	margin: 100px auto 70px auto;
	display: flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	/*align-items: center;*/
}
.sec-profile .photoArea p{
	width:33.3333%;
}


/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-profile{
		width: 100%;
		padding: 0 3%;
		margin: 30px 0 30px 0;
		position: relative;
	}
	.sec-profile .profile-cont-inner{
		width: 100%;
	}
	.sec-profile .profile-cont-inner::after{
		content: "";
		display: block;
		width:100%;
		height: 1px;
	}

	.sec-profile h2{
		font-size: 12px;
		font-weight: 500;
		margin: 0 0 25px 0;
		flex-flow: wrap;
		padding-right: 20px;
	}
	.sec-profile h2 span{
		font-size: 22px;
	}
	.sec-profile h2 span::after {
		height: 20px;
    	margin: 0 12px 0 10px;
	}
	.sec-profile .profile-column{
		font-size: 12px;
		width: 100%;
	}
	.sec-profile .profile-column-left{
		float: none;
	}
	.sec-profile .profile-column-right{
		float: none;
	}
	.sec-profile .profile-column .item-cont .item-cont-inner{
		border-bottom: 1px solid #EAEAEA;
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: flex;
		flex-wrap:wrap;
		justify-content:flex-start;
		/*align-items: center;*/
	}
	.sec-profile .profile-column .item-cont .item-cont-inner-last{
		margin-bottom: 10px;
	}
	.sec-profile .profile-column .item-cont .border-none{
		margin-bottom: 0;
		border: none;
	}

	.sec-profile .profile-column .item-cont .item-cont-inner p:first-child{
		width: 100%;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.sec-profile .profile-column .item-cont .item-cont-inner .access-txt p{
		width: 100%;
		font-weight:normal;
		padding-left:6em;
		text-indent:-6em;
	}
	.sec-profile .profile-column .item-cont .item-cont-inner .access-txt p:first-child{
		margin-bottom: 0;
	}
	.sec-profile .profile-column .item-cont .item-cont-inner .site-txt p{
		width: 100%;
		font-weight:normal;
	}
	.sec-profile .profile-column .item-cont .item-cont-inner .access-txt p span{
		width: 6em;
	}
	
	/*　詳細ボタン　*/
	.sec-profile .profile-column .item-cont .item-cont-inner .access-txt p.btn_detail{
		width:80%;
		font-size: 12px;
		padding-left:0;
		text-indent:0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.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: #000;
	  border: 1px solid #000;
	  color: #FFF;
	  line-height: 34px;
	}
	.btn_detail.buttons:hover {
	  background-color: #FFF;
	  border-color: #000;
	  color: #000;
	}
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  top: 0;
	  width: 50%;
	  height: 100%;
	  background-color: #000;
	}
	.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: #000;
	}


	.sec-profile .photoArea{
		width: 100%;
		margin: 20px auto 30px auto;
		display: flex;
		flex-wrap:wrap;
		justify-content:flex-start;
		/*align-items: center;*/
	}
	.sec-profile .photoArea p{
		width:100%;
		margin-bottom: 10px;
	}
	.sec-profile .photoArea p img{
		width:100%;
	}

}



/*--------------------------------------------------------------------------
   sec-access
---------------------------------------------------------------------------*/
.sec-access{
	margin: 0 50px 60px 50px;
	position: relative;
}
.sec-access .access-cont-inner{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.sec-access h2{
	font-size: 20px;
    font-weight: 500;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 30px 0;
    flex-flow: wrap;
	padding-right: 20px;
}
.sec-access h2 span{
	font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 8px;
    line-height: 0;
}
.sec-access h2 span::after {
    content: "";
    width: 1px;
    height: 27px;
    margin: 0 20px;
    display: inline-block;
    background: #CCC;
}
.sec-access .access-column{
	font-size: 15px;
	width: 100%;
	margin-top: 20px;
}
.sec-access .access-column-left{
	float: left;
}
.sec-access .access-column-right{
	float: right;
}
.sec-access .access-column .item-cont{
	width: 100%;
}
.sec-access .access-column .item-cont .item-cont-inner{
	margin-bottom: 0;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	/*align-items: center;*/
}
.sec-access .access-column .item-cont .item-cont-inner-last{
	margin-bottom: 0;
}

.sec-access .access-column .item-cont .item-cont-inner p:first-child{
	/*width:20%;*/
	font-weight: 600;
}
.sec-access .access-column .item-cont .item-cont-inner p.w100:first-child{
	/*width:100%;*/
}
.sec-access .access-column .item-cont .item-cont-inner p.ttl-txt{
	margin-right: 20px;
}
.sec-access .access-column .item-cont .item-cont-inner p.w6em{
	width: 6em;
	font-weight: 600;
	margin-left: 30px;
}



/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-access{
		width: 100%;
		padding: 0 3%;
		margin: 0 0 30px 0;
		position: relative;
	}
	.sec-access .access-cont-inner{
		width: 100%;
	}
	.sec-access h2{
		font-size: 12px;
		margin: 0 0 25px 0;
		flex-flow: wrap;
		padding-right: 20px;
	}
	.sec-access h2 span{
		font-size: 22px;
	}
	.sec-access h2 span::after {
		height: 20px;
    	margin: 0 12px 0 10px;
	}
	
	.sec-access iframe{
		height: 280px;
		margin-bottom: 20px;
	}
	.sec-access .access-column{
		font-size: 12px;
		width: 100%;
		margin-top: 0;
	}
	.sec-access .access-column-left{
		float: none;
	}
	.sec-access .access-column-right{
		float: none;
	}
	.sec-access .access-column .item-cont{
		width: 100%;
	}
	.sec-access .access-column .item-cont .item-cont-inner{
		margin-bottom: 20px;
		display: flex;
		flex-wrap:wrap;
		justify-content:flex-start;
		/*align-items: center;*/
	}
	.sec-access .access-column .item-cont .item-cont-inner-last{
		margin-bottom: 0;
	}

	.sec-access .access-column .item-cont .item-cont-inner p:first-child{
		width:100%;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.sec-access .access-column .item-cont .item-cont-inner p.w100:first-child{
		width:100%;
	}
	.sec-access .access-column .item-cont .item-cont-inner p.w6em {
		display: block;
		margin-left: 0;
		width: 100%;
		margin: 20px 0 10px 0;
	}
	
	
}
