


/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper{
	margin: 0 50px;
}
.sec-mv-lower{
	width: 100%;
	height: 550px;
	/*min-height: 780px;*/
	background: url(../../img/vision/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-state
---------------------------------------------------------------------------*/
.sec-state{
	margin: 100px 50px 70px 50px;
	position: relative;
	min-height: 569px;
}
.sec-state .inner{
	position: relative;
}
.sec-state .txt-Area{
	width: 680px;
}
.sec-state .txt-Area h2{
	font-size: 20px;
	font-weight:500;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
	display: flex;
	flex-flow: wrap;
	justify-content:flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.sec-state .txt-Area h2 span{
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 8px;
	line-height: 0;
}
.sec-state .txt-Area h2 span::after{
	content: "";
    width: 1px;
    height: 27px;
    margin: 0 20px;
    display: inline-block;
    background: #CCC;
}
.sec-state .txt-Area .lead{
	font-size: 36px;
    font-family: 'honoka';
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 20px;	
}
.sec-state .txt-Area .name-txt{
	font-size: 18px;
	font-weight:500;
	line-height: 1.5;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	margin-bottom: 30px;
}
.sec-state .txt-Area .biography{
	font-size: 15px;
	line-height: 1.8;
}
.sec-state .txt-Area .biography span{
	font-weight: 900;
}
.sec-state .bg-img{
	width: 592px;
	height: 569px;
	position: absolute;
	right: 0;
	top:0;
	z-index: -1;
}


/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-state{
		width: 100%;
		padding: 0 3%;
		margin: 30px 0 70px 0;
		position: relative;
		min-height: auto;
	}
	.sec-state .inner{
		position: relative;
	}
	.sec-state .txt-Area{
		width: auto;
	}
	.sec-state .txt-Area h2{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.sec-state .txt-Area h2 span{
		font-size: 22px;
	}
	.sec-state .txt-Area h2 span::after{
		content: "";
		width: 1px;
		height: 20px;
		margin: 0 12px 0 10px;
	}
	.sec-state .txt-Area .lead{
		font-size: 18px;
		margin-bottom: 10px;	
	}
	.sec-state .txt-Area .name-txt{
		font-size: 12px;
		font-weight:500;
		line-height: 1.5;
		font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
		margin-bottom: 25px;
	}
	.sec-state .txt-Area .biography{
		font-size: 11px;
		line-height: 1.8;
	}
	.sec-state .txt-Area .biography span{
		font-weight: 900;
	}
	.sec-state .bg-img{
		width: 100%;
		height: 100%;
		position: relative;
		margin: 15px 0;
	}
	.sec-state .bg-img img{
		width: 100%;
	}
	
}





/*--------------------------------------------------------------------------
   sec-greet
---------------------------------------------------------------------------*/
.sec-greet{
	margin: 100px 50px 100px 50px;
	padding-bottom: 40px;
	position: relative;
	background: url(/assets/img/vision/img_02.png) 50% 0 no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.sec-greet .inner{
	position: relative;
}
.sec-greet h2{
	font-size: 18px;
	font-weight:500;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
	background: #FFF;
	width: 320px;
}
.sec-greet h2 span{
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 8px;
	line-height: 0;
	margin-bottom: 10px;
	display: block;
}
.sec-greet .detail-txt{
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight:400;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	margin: 70px 0 0 0;
	letter-spacing: 1.5px;
	line-height: 2.5;
}
.sec-greet .detail-txt p{
	margin: 0 0 30px 0;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-greet{
		width: 94%;
		margin: 30px auto 70px auto;
		padding-bottom: 20px;
		position: relative;
		background: url(/assets/img/vision/img_02.png) 50% 0 no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.sec-greet .inner{
		position: relative;
	}
	.sec-greet h2{
		font-size: 11px;
		font-weight:500;
		font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
		letter-spacing: 1px;
		margin-bottom: 0px;
		padding-bottom: 10px;
		text-align: center;
		margin: 0 auto 0 auto;
		background: #FFF;
		width: 55%;
	}
	.sec-greet h2 span{
		font-size: 20px;
		font-family: 'Source Sans Pro', sans-serif;
		letter-spacing: 8px;
		line-height: 0;
		margin-bottom: 10px;
		display: block;
	}
	.sec-greet .detail-txt{
		padding: 0 3%;
		font-size: 11px;
		margin: 30px 0 0 0;
		line-height: 1.7;
	}
	.sec-greet .detail-txt p{
		margin: 0 0 15px 0;
	}
}


.sec-state.company-statement {
	text-align: center;
	margin-top: 56px;
	margin-bottom: 60px;
}
.sec-state.company-statement .txt-Area h2 {
	display: block;
	margin-bottom: 28px;
}
.sec-state.company-statement .list-mv07 span {
	line-height: 1;
	display: block;
}
.sec-state.company-statement .list-mv07 span.en {
	font-size: 20px;
	text-indent: 8px;
}
.sec-state.company-statement .list-mv07 span.ja {
	font-size: 11px;
	font-weight: 500;
	font-family: 'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
	margin-top: 12px;
}
.sec-state.company-statement .txt-Area h2 span:after {
	display: none;
}
.sec-state.company-statement .txt-Area .lead {
	font-feature-settings: "palt";
	letter-spacing: 2.5px;
	line-height: 1.8;
	margin-top: 21px;
	margin-bottom: 23px;
	transform: translateX(2.5px);
}
.sec-state.company-statement .txt-Area .name-txt {
	font-feature-settings: "palt";
	letter-spacing: 3.5px;
	line-height: 1.8;
	font-weight: 300;
	margin-bottom: 28px;
	transform: translateX(1.5px);
}
.line-border {
	position: relative;
	padding-top: 30px;
}
.line-border:before {
	content: "";
	display: inline-block;
	border-left: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.sec-greet {
	margin-top: 75px;
}
@media screen and (min-width:768px) {
	.sec-state.company-statement {
		margin-top: 92px;
		margin-bottom: 0;
	}
	.sec-state.company-statement .inner {
		width: 100%;
	}
	.sec-state.company-statement .txt-Area {
		width: auto;
	}
	.sec-state.company-statement .txt-Area h2 {
		margin-bottom: 40px;
	}
	.sec-state.company-statement .list-mv07 span.en {
		font-size: 36px;
	}
	.sec-state.company-statement .list-mv07 span.ja {
		font-size: 18px;
		margin-top: 17px;
	}
	.line-border {
		padding-top: 50px;
	}
	.sec-state.company-statement .txt-Area .lead {
		line-height: 1.65;
		font-size: 30px;
		margin-bottom: 35px;
		margin-top: 29px;
	}
	.sec-state.company-statement .txt-Area .name-txt {
		margin-bottom: 40px;
		line-height: 2.2;
		font-size: 15px;
	}
	.sec-greet {
		margin-top: 121px;
	}
}