@charset "utf-8";

/* -----------------------------
	lead
-------------------------------- */
#factory .fac-lead {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#factory .fac-lead .in {
	padding: 0;
	width: 600px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -600px;
 }
#factory .fac-lead .in2 {
	background: url(../img/fac-lead-bg.jpg) center center / cover;
	width: 50%;
	height: 1000px;
	position: relative;
	left: 50px;
	top: -70px;
	margin: 0 0 -70px;
}
#factory .fac-lead-box h4 {
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0 0 20px;
	padding-left:1.2em;
	text-indent:-1.2em;
	line-height: 1.2;
}
#factory .fac-lead-box h4::before {
	font-size: 2.5rem;
	content:"\f058";
	color: #B9B7B5;
	font-family: "Font Awesome 5 Free";
	margin: 0 5px 0 0;
}
#factory .fac-lead-box {
	margin: 40px 0 0;
}
#factory .line-txt {
	font-size: 1.8rem;
	border: 1px solid #AA9385;
	color: #AA9385;
	font-weight: 600;
	padding: 10px;
	line-height: 1.3;
	margin: 40px 0 0;
}
#factory .titlebox .title-jp.style2::before {
	top: 10px;
}
@media screen and (max-width: 768px) {
	#factory .fac-lead {
		display: block;
		position: static;
		padding: 0 0 40px 0;
	}
	#factory .fac-lead .in {
		width: 100%;
		position: static;
		margin: 0;
	 }
	#factory .fac-lead .in2 {
		background: url(../img/fac-lead-bg-sp.jpg) center center / cover;
		width: 100%;
		height: auto;
		position: static;
		margin: 0;
	}
	#factory .fac-lead-box h4 {
		font-size: 2rem;
		margin: 0 0 10px;
	}
	#factory .fac-lead-box h4::before {
		font-size: 2rem;
	}
	#factory .fac-lead-box {
		margin: 30px 0 0;
	}
	#factory .line-txt {
		font-size: 1.7rem;
		margin: 30px 0 0;
	}
	#factory .titlebox .title-jp.style2::before {
		top: 5px;
	}
}

/* -----------------------------------------------------------
    contact-head
-------------------------------------------------------------- */
/*スライド*/
.beside-slider-title {
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
	line-height: 1.6;
	padding: 40px 0;
}

.beside-slider {
    width: 100%;
    height: 355px;
    position: relative;
    background: url("../img/fac-slide.png") repeat-x top left / auto 355px;
    animation: bg-slider 35s linear infinite;
    padding: 0;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1740px 0; } /* 1740pxとは使用した背景画像の長さ */
}


@media screen and (max-width: 768px) {
	
	/*スライド*/
	.beside-slider-title {
		font-size: 2.0rem;
		padding: 40px 0 20px;
	}
	.beside-slider {
		width: 100%;
		height: 180px;
		position: relative;
		background: url("../img/fac-slide.png") repeat-x top left / auto 180px;
		animation: bg-slider 35s linear infinite;
		padding: 0;
	}
	.beside-slider {
		width: 100%;
		height: 180px;
	}
	
}

/* -----------------------------
	section1-2
-------------------------------- */

#factory .fac-section1 {
	background: #F8F8F8;
	padding: 80px 0 100px;
	position: relative;
}
#factory .fac-section1::before {
	content: "";
	background:url("../img/fac-section-wave.png") center top / 1202px auto no-repeat;
	width: 1200px;
	height: 70px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin: 0 0 0 -600px;
}
#factory .fac-section1-2 {
	
}
#factory .fac-section1-2 h3 {
	font-size: 6.5rem;
	font-weight: 600;
	color: #D20009;
	margin: 0 0 30px;
	text-align: center;
}
#factory .fac-section1-2 h4 {
	font-size: 4.5rem;
	font-weight: 600;
	margin: 0 0 30px;
	text-align: center;
	line-height: 1.4;
}
#factory .fac-section1-2 .img {
	margin: 0 0 30px;
	text-align: center;
}
#factory .fac-section1-2-list {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
#factory .fac-section1-2-list li {
	width: 208px;
	background: #FFFBFB;
	padding: 20px 15px;
	position: relative;
}
#factory .fac-section1-2-list li i {
	font-size: 3rem;
	color:#E57676;
	position: absolute;
	top: -15px;
	left: 50%;
	margin: 0 0 0 -15px;
}
#factory .fac-section1-2-list li .title {
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	#factory .fac-section1 {
		padding: 40px 0 60px;
		position: relative;
	}
	#factory .fac-section1::before {
		content: "";
		background:url("../img/fac-section-wave.png") center top / 375px auto no-repeat;
		bottom: -20px;
		width: 375px;
		height: 40px;
		margin: 0 0 0 -185px;
	}
	#factory .fac-section1-2 {
		margin: 40px 0 0;
	}
	#factory .fac-section1-2 h3 {
		font-size: 3.5rem;
		margin: 0 0 20px;
	}
	#factory .fac-section1-2 h4 {
		font-size: 2.0rem;
		margin: 0 0 20px;
	}
	#factory .fac-section1-2 .img {
		margin: 0 0 30px;
		text-align: center;
	}
	#factory .fac-section1-2-list {
		display: block;
		margin: 30px 0 0;
	}
	#factory .fac-section1-2-list li {
		width: 100%;
		margin: 0 0 20px;
	}
	#factory .fac-section1-2-list li i {
		font-size: 3rem;
		color:#E57676;
		position: absolute;
		top: -15px;
		left: 50%;
		margin: 0 0 0 -15px;
	}
}

/* -----------------------------
	section2
-------------------------------- */

#factory .fac-section2 .inner {
	padding: 80px 0 0;
	display: flex;
}
#factory .fac-section2 .inner .img {
	position: relative;
	right: -50px;
}

@media screen and (max-width: 768px) {
	
	#factory .fac-section2 .inner {
		padding: 40px 0 0;
		display: block;
	}
	#factory .fac-section2 .inner .img {
		position: static;
		margin: 20px 0 0;
	}	
}

