@charset "utf-8";
/* CSS Document */

.page-factory .page-header-img:after{
    background-image: url(../images/factory/bg-page-factory.png);
}

/*------------------------------------*/
/*工場見学の流れ*/

#factory-01{
	margin: 100px auto 0;
	position: relative;
}
#factory-01::before{
	content: '';
	display: block;
	background: url("../images/factory/bg01.jpg") 0 0 / contain no-repeat;
	width: 1034px;
	height: 776px;
	position: absolute;
	top: 0;
	right: 0;
}

#factory-01 .flexwrap{
	margin: 70px auto 0;
}
#factory-01 .flexwrap ul{
	display: flex;
	gap: 0 40px;
	counter-reset: li-counter;
}
#factory-01 .flexwrap ul li{
	width: calc( 33.3% - 25px );
	border: 4px solid #00a498;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding: 25px 10px 10px 10px;
	position: relative;
	counter-increment: li-counter;
}
#factory-01 .flexwrap ul li:not(:last-child)::before{
	content: '';
	display: block;
	background: url("../images/factory/icon_flow.png") 0 0 / contain no-repeat;
	width: 29px;
	height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -40px;
}

#factory-01 .flexwrap ul li > dl{
	width: calc( 100% - 30px );
	margin: 0 auto;
}
#factory-01 .flexwrap ul li > dl dt{
	padding-left: 45px;
}
#factory-01 .flexwrap ul li dt::before {
	content: counter(li-counter) ". ";
	font-size: 3.0rem;
	color: #00a591;
	font-weight: bold;
	position: absolute;
	top: 23px;
	left: 30px;
}
#factory-01 .flexwrap ul li > dl dd{
	padding-top: 20px;
}
#factory-01 .flexwrap ul li > div img{
	width: 100%;
	height: auto;
}

/*------------------------------------*/
/*開催概要*/

#factory-02{
	margin: 135px auto 0;
	position: relative;
}
#factory-02::before{
	content: '';
	display: block;
	background: url("../images/factory/bg02.jpg") top right / cover no-repeat;
	width: 42.8%;/*634*/
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#factory-02 .container{
	padding: 100px 0 130px;
	display: flex;
}
#factory-02 .container .sub-title > h2, #factory-02 .container .sub-title > p{
	color: #fff;
}

#factory-02 .container .left{
	width: 52%;
}
#factory-02 .container .left .images{
	margin-top: 75px;
}

#factory-02 .container .right{
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#factory-02 .container .right > dl{
	display: flex;
	gap: 0 18px;
}
#factory-02 .container .right > dl dt{
	width: 130px;
	padding: 20px 0;
	font-size: 1.8rem;
	color: #00a591;
	font-weight: 700;
	text-align: right;
}
#factory-02 .container .right > dl dd{
	width: calc( 100% - 170px );
	padding: 0 20px;
	padding: 20px 20px;
	border-bottom: 1px solid #c7c7c7;
	font-weight: 500;
}

/*------------------------------------*/
/*ご注意事項*/

#factory-03{
	background-color: #f2f6f7;
}
#factory-03 .container{
	padding: 90px 0 100px;
}
#factory-03 .container .sub-title h2 span, #factory-03 .container .sub-title p{
	color: #e81c24;
}
#factory-03 .container .lists{
	margin-top: 30px;
}
#factory-03 .container .lists > dl{
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #aeaeae;
}
#factory-03 .container .lists > dl dt{
	width: 19%;
}
#factory-03 .container .lists > dl dd{
	width: 81%;
}
#factory-03 .container .lists > dl dd > ul li{
	position: relative;
	padding-left: 25px;
	font-weight: 500;
}
#factory-03 .container .lists > dl dd > ul li::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-color: #e81c24;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	top: 5px;
	left: 0;
}
#factory-03 .container .lists > dl dd > ul li:not(:last-child){
	margin-bottom: 15px;
}
#factory-03 .container .lists > dl dd > p{
	margin-top: 15px;
	font-weight: 500;
}

/*------------------------------------*/
/*ご注意事項*/

#factory-04{
	position: relative;
}
#factory-04::before{
	content: '';
	display: block;
	background: url("../images/factory/bg03.jpg") top right / cover no-repeat;
	width: 69.9%;/*1034*/
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#factory-04 .container{
	padding: 90px 0 140px;
}
#factory-04 .container .sub-title h2{
	width: 100%;
	margin: 0;
	font-size: 5.00rem;
	text-align: center;
}
#factory-04 .container .btns{
    margin: 30px auto 0;
}
#factory-04 .container .btns > a{
    max-width: 688px;
    min-height: 134px;
	background-color: #ec5a24;
    border-color: #ec5a24;
	font-size: 2.3rem;
}
#factory-04 .container .btns > a:hover, #factory-04 .container .btns > a:hover span{
    color: #ec5a24;
}
#factory-04 .container .btns > a:hover:after{
    background-color: #ec5a24;
}






/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/