/*--------------------------------------------------------------------------
   culture
---------------------------------------------------------------------------*/
.culture .under_mv{
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

.culture .under_mv img{
	min-height: 432.5px;
	object-fit: cover;
}

.culture .under_mv .txt{
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 1.8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.culture .under_mv .txt h2{
	text-align: center;
	font-size: 7.9rem;
	font-family: 'Century Gothic', sans-serif;
	line-height: 1.0;
	margin-bottom: 90px;
	opacity: 0.75;
}

.culture .under_mv .txt p{
	text-align: justify;
	max-width: 470px;
	margin: 0 auto;
	line-height: 28px;
}

.culture #Sec01{
	padding-top: 120px;
    margin-top: -120px;
}

.culture #Sec02{
	padding-top: 120px;
    margin-top: -90px;
}


.culture h3{
	font-size: 3.4rem;
	text-align: center;
	background: #F0F0F0;
	height: 66px;
	display: flex;
    align-items: center;
    justify-content: center;
}

#Main.culture .inner{
	max-width: 1067px;
}

.culture .work_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.culture .work_list .work_box{
	max-width: 49%;
	text-align: center;
	margin-top: 35px;
}

.culture .work_list .work_box img{
	width: 100%;
}

.culture .work_list .work_box h4{
	font-size: 1.8rem;
	margin-top: 10px;
}

.culture .work_list .work_box p{
	font-size: 1.4rem;
}

.culture #Sec02{
}

.culture .system_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.culture .system_list .system_box{
	width: 31.5%;
	text-align: center;
	margin-top: 30px;
}


.culture .system_list .system_box h4{
	font-size: 1.8rem;
	margin-top: 10px;
}

.culture .system_list .system_box p{
	font-size: 1.5rem;
	text-align: left;
	margin: 0 15px;
}


#Main.culture #Sec03 .tour_inner{
	background: #424040;
	color: #fff;
	padding: 20px 0 50px;
}

#Main.culture #Sec03 h3{
	background: none;
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 5px;
    margin-bottom: 18px;
}

#Main.culture #Sec03{
	padding-top: 120px;
    margin-top: -90px;
}

#Main.culture .tour_list{
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

#Main.culture .tour_list .tour_box{
	width: 31%;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {

	.culture .under_mv img{
		min-height: 300px;
	}

	.culture .under_mv .txt{
		width: 90%;
	}

	.culture .under_mv .txt h2{
		font-size: 6.0rem;
		margin-bottom: 15px;
	}


	.culture .work_list{
		display: block;
	}

	.culture .work_list .work_box{
		max-width: 100%;
		width: 100%;
	}

	.culture .system_list .system_box{
		width: 49%;
	}


	#Main.culture .tour_list .tour_box{
		width: 49%;
	}

	.culture #Sec01 {
	    padding-top: 68px;
	    margin-top: -68px;
	}

	.culture #Sec02,
	#Main.culture #Sec03 {
	    padding-top: 68px;
	    margin-top: -38px;
	}

	#Main.culture .tour_list .tour_box p{
		line-height: 1.4;
	    font-size: 1.5rem;
	}

	.culture .under_mv .txt p,
	.culture .work_list .work_box p,
	.culture .system_list .system_box p{
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.culture .system_list .system_box h4,
	.culture .work_list .work_box h4{
		font-size: 1.7rem;
	}

	.culture .system_list .system_box p{
		margin: 0 5px;
		text-align: justify;
	}


}