.factory .header .header__menu .nav__item a {
	color: #031527
}
.factory .header .header__menu .nav__item a:after {
	background: #0061A8 !important
}
.factory .header .logo {
	padding-top: 12px
}
.factory .header .logo .logo--ttl em {
	color: #031527
}

@media only screen and (min-width: 768px) {
	.factory .header {
		position: fixed;
		background: #fff;
		animation: header 0.6s linear
	}
}

@media only screen and (max-width: 767px) {
	.factory .header__logo:before {
		height: 100%
	}
	.factory .header .logo .logo--ttl em.big {
		font-size: 24px;
		line-height: 29px
	}
	.factory .header .logo .logo--ttl em.small {
		font-size: 10px;
		line-height: 15px
	}
}

/*変更セクション*/
.introSec {
	padding: 65px 0 0;
}
.introSec .l-inner {
	width: 95%;
	max-width: 1035px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.introSec h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: .1em;
}
.introSec h2 span{
	color: #0060a8;
}
.introSec p{
	font-size: 19px;
	letter-spacing: .1em;
}
.intro_btn {
	width: 100%;
	height: 163px;
	background: url(../img/factory/bg_intro.jpg) no-repeat;
	background-size: cover;
}
.intro_btn ul{
	display: flex;
	width:100%;
	height: 100%;
}
.intro_btn ul li {
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro_btn ul li a{
	width: 430px;
	height: 65px;
	padding: 0 20px 0 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	font-size: 22px;
	letter-spacing: .05em;
	line-height: 28px;
	color: #0461a6;
}
.intro_btn ul li a span{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}
.intro_btn ul li a span::after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	background: url(../img/factory/intro_arrow.png) no-repeat;
	background-size: cover;
}
.factory .map {
	margin-top:0;
}

.cvSec {
	background: #f5f9fc;
}
#contact .tableContact textarea {
	font-size: 15px;
	line-height: 1.4;
}
#contact .formBlock {
	padding: 70px 0 70px;
}


@media only screen and (min-width: 768px) {
	.factory #wrap {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.factory #wrap {
		margin-top: 68px;
	}
	.introSec h2 {
		font-size: 30px;
	}
	.introSec p{
		font-size: 19px;
	}
	.intro_btn {
		height: auto;
		padding: 40px 20px;
		background: url(../img/factory/bg_intro.jpg) no-repeat;
		background-size: cover;
	}
	.intro_btn ul{
		flex-flow: column;
	}
	.intro_btn ul li:first-of-type {
		margin-bottom: 15px;
	}
	.intro_btn ul li a{
		width: 100%;
		height: 65px;
		padding: 0 4vw 0 6vw;
		font-size: 5.2vw;
		line-height: 28px;
	}
	.factory .infoFactory {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.intro_btn ul li a{
		width: 95%;
		max-width: 430px;
		height: 65px;
		padding: 0 20px 0 30px;
		font-size: 20px;
	}
}