@charset "UTF-8";
/* CSS Document */

/*TOP*/
#about.top h3{
	font-size: 2.4rem;
}
#about.top .cnt{
	margin-left: 112px;
	background: url("../../img/about/top/cnt1_bg.png");
	background-size: 100%;
	background-repeat: repeat-y;
	border-radius: 60px 0px 0px 60px;
}
#about.top .cnt .principal_message{
	padding: 80px 104px;
	display: flex;
	margin-bottom: 118px;
}
#about.top .cnt .principal_message .pr_txt{
	margin-right: 134px;
}
#about.top .cnt .principal_message .pr_txt h3{
	margin-bottom: 48px;
}
#about.top .cnt .principal_message .pr_txt p{
	line-height: 32px;
}
#about.top .cnt .principal_message .pr_txt .principal{
	margin: 24px 0px 0px;
}
#about.top .cnt .principal_message .pr_txt .principal p{
	font-size: 1.8rem;
}
#about.top .cnt .principal_message .pr_txt .principal p.name{
	margin-top: 8px;
	font-size: 2.4rem;
}

#about.top .cnt2 .spirit{
	display: flex;
	margin-bottom: 118px;
}
#about.top .cnt2 .spirit .sp_img{
	margin-right: 136px;
}
#about.top .cnt2 .spirit .sp_txt{
	margin-top: 180px;
	padding-right: 110px;
}
#about.top .cnt2 .spirit .sp_txt h3{
	margin-bottom: 16px;
}
#about.top .cnt2 .spirit .sp_txt p{
	line-height: 32px;
	margin: 32px 0px;
}
#about.top .cnt2 .spirit .sp_txt .sp_list p{
	margin: 0px;
	text-indent: -22px;
	margin-left: 22px;
}

#about.top .cnt3{
	max-width: 1220px;
	width: 100%;
	margin:56px auto 120px;
	line-height: 32px;
}
#about.top .cnt3 h3{
	margin-bottom: 48px;
}

#about.top section.btn{
	max-width: 1220px;
	width: 100%;
	margin: 0 auto 80px;
}
#about.top section.btn a{
	display: inline-block;
	position: relative;
}
#about.top section.btn a p{
	position: absolute;
	bottom: 30px;
	left: 32px;
	color: white;
	font-size: 2rem;
	text-align: left;
}
#about.top section.btn a:nth-child(1) img{
	border-radius: 60px 0px 0px 0px;
}
#about.top section.btn a:nth-child(2) img{
	border-radius: 0px 60px 0px 0px;
}
#about.top section.btn a:nth-child(3) img{
	border-radius: 0px 0px 0px 60px;
}
#about.top section.btn a:nth-child(4) img{
	border-radius: 0px 0px 60px 0px;
}
/*history*/
#about.history .cnt{
	max-width: 1012px;
	width: 100%;
	margin: 0 auto 98px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#about.history .cnt .cnt_his_img img{
	width: 100%;
}
#about.history .cnt .cnt_his_txt{
	line-height: 40px;
}
#about.history .cnt2{
	max-width: 1012px;
	width: 100%;
	margin: 0 auto 98px;
}
#about.history .cnt2 .history_list{
	margin-left: 38px;
	position: relative;
}
#about.history .cnt2 .history_list::after{
	content: "";
    width: 1px;
    height: calc(100% - 5%);
    background: #FFF00E;
    position: absolute;
    top: 1%;
    left: -2.3%;
}
#about.history .cnt2 .history_list .history_cnt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#about.history .cnt2 .history_list .history_cnt .history_cnt_txt{
	position: relative;
	width: 72%;
}
#about.history .cnt2 .history_list .history_cnt .history_cnt_txt::before{
	content: "";
	background: url("../../img/about/history/star_icon.svg");
	width: 29px;
	height: 29px;
	background-size: 100%;
	position: absolute;
	top: 6%;
	left: -5.2%;
}

#about.history .cnt2 .history_list .history_cnt .history_cnt_txt p.year{
	font-size: 3.2rem;
	color: #0F3579;
	margin-bottom: 16px;
}

/*facility*/
#about.facility .cnt{
	max-width: 1216px;
	margin: 0 auto 96px;
}
#about.facility .cnt2{
	max-width: 1216px;
	margin: 0 auto;
}
#about.facility .cnt2 .facility_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#about.facility .cnt2 .facility_list .list{
	width: 49%;
	margin-bottom: 96px;
}
#about.facility .cnt2 .facility_list .list img{
	margin-bottom: 16px;
	width: 100%;
}
#about.facility .cnt2 .facility_list .list p.ttl{
	font-size: 1.8rem;
	padding-bottom: 12px;
	display: inline-block;
	margin-bottom: 16px;
	position: relative;
}
#about.facility .cnt2 .facility_list .list p.ttl::after{
	content: "";
	background: #FFF00E;
	width: 70px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*access*/
#about.access .cnt{
	max-width: 1216px;
	width: 100%;
	margin: 0 auto 126px;
}
#about.access .cnt.cnt1 .map iframe{
	max-width: 100%;
	height: 450px;
}
#about.access .cnt p.ttl{
	font-size: 2.4rem;
	display: inline-block;
	padding-bottom: 16px;
	border-bottom: solid 2px #FFF00E;
	margin-bottom: 40px;
}
#about.access .cnt iframe{
	margin-bottom: 32px;
	max-width: 799px;
    width: 100%;
}
#about.access .cnt dl{
	display: flex;
}
#about.access .cnt img{
	width: 100%;
}
#about.access .cnt dl dt{
	border-top: solid 1px #333333;
	
	padding: 16px 0px;
	text-align: center;
	margin-right: 32px;
	width: 176px;
}
#about.access .cnt dl dd{
	border-top: solid 1px #E0E0E0;
	padding: 16px 0px;
	width: 100%;
}
#about.access .cnt dl:last-child dt{
	border-bottom: solid 1px #333333;
}
#about.access .cnt dl:last-child dd{
	border-bottom: solid 1px #E0E0E0;
}
#about.access .cnt .youtube{
	text-align: center;
}
#about.access .cnt .youtube iframe{
	height: 452px;
}

/*link*/
#about.link .cnt{
	max-width: 1216px;
	width: 100%;
	margin: 0 auto 126px;
}
#about.link .cnt p.ttl{
	font-size: 2.4rem;
	display: inline-block;
	padding-bottom: 16px;
	border-bottom: solid 2px #FFF00E;
	margin-bottom: 40px;
}
#about.link .link_btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#about.link .link_btn a{
	max-width: 384px;
	width: 100%;
	border: solid 1px #E0E0E0;
	border-radius: 6px;
	position: relative;
	text-align: center;
	padding: 18px;
}
#about.link .link_btn a::after{
	content: "";
	width: 16px;
	height: 16px;
	background: url("../../img/common/link_icon.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}
#about.link .btn_list{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
}
#about.link .btn_list .list{
	margin-right: 32px;
	margin-bottom: 40px;
}
#about.link .btn_list .list .img{
	position: relative;
	margin-bottom: 16px;
}
#about.link .btn_list .list .img::after{
	content: "";
	width: 20px;
	height: 20px;
	background: url("../../img/about/link/link_icon.png");
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-50%,-100%);
}
#about.link .btn_list .list .img img{
	width: 100%;
}
#about.link .btn_list .list:nth-child(3){
	margin-right: 0px;
}
#about.link .btn_list .list p.small{
	font-size: 1.2rem;
	margin-top: 10px;
}
@media (max-width: 1180px) {
	#about.facility .cnt,#about.facility .cnt2{
		padding: 0px 20px;
	}
	#about.access .cnt{
		padding: 0px 20px;
	}
}
@media (max-width: 1024px) {
	#about.top .cnt .principal_message{
		padding: 40px 70px;
	}
	#about.top .cnt .principal_message .pr_txt{
		margin-right: 40px;
	}
	
	#about.top .cnt2 .spirit .sp_img{
		max-width: 500px;
		margin-right: 20px;
	}
	#about.top .cnt2 .spirit .sp_txt{
		padding-right: 20px;
	}
	#about.top .cnt2 .spirit .sp_img img{
		width: 100%;
	}
	#about.top section.btn img{
		max-width: 498px;
		width: 100%;
	}
	
}
@media (max-width: 1180px) {
	#about.top .cnt3{
		max-width: 1000px;
	}
	#about.top section.btn{
		max-width: 1000px;
	}
	#about.top section.btn img{
		max-width: 490px;
		width: 100%;
	}
}

@media (max-width: 932px) {
	#about.top h3{
		font-size: 2.4rem;
	}
	#about.top .cnt{
		margin-left: 0;
		border-radius: 60px;
	}
	#about.top .cnt .principal_message .pr_img img{
		width: 100%;
	}
	#about.top .cnt .principal_message{
		display: block;
		padding: 64px 20px;
	}
	#about.top .cnt .principal_message .pr_txt{
		margin-right: 0;
		margin-bottom: 48px;
	}
	#about.top .cnt .principal_message .pr_txt h3{
		font-size: 2rem;
	}
	#about.top .cnt .principal_message .pr_txt .principal{
		font-size: 1.8rem;
	}
	#about.top .cnt .principal_message .pr_txt .principal p.name{
		font-size: 2rem;
	}
	
	
	#about.top .cnt2 .spirit{
		display: block;
		margin-bottom: 64px;
	}
	#about.top .cnt2 .spirit .sp_img{
		margin-right: 0;
		text-align: center;
	}
	#about.top .cnt2 .spirit .sp_txt{
		margin-top: 64px;
		padding: 0px 20px;
	}
	#about.top .cnt2 .spirit .sp_txt p{
		margin: 32px 0px 48px;
	}
	
	#about.top .cnt3{
		padding: 0px 20px;	
	}

	#about.top section.btn{
		padding: 0px 20px;
		margin-bottom: 64px;
		text-align: center;
	}
	#about.top section.btn img{
		border-radius: 20px;
	}
	#about.top section.btn a p{
		bottom: 16px;
		left: 16px;
	}
	
	#about.history .cnt{
		padding: 0px 20px;
		display: block;
	}
	#about.history .cnt2{
		padding: 0px 20px;
	}
	#about.history .cnt2 .history_list{
		margin-left: 20px;
	}
	#about.history .cnt2 .history_list .history_cnt .history_cnt_txt{
		width: 64%;
	}
	#about.history .cnt2 .history_list .history_cnt .history_cnt_txt::before{
		left: -6.4%;
	}
	

	#about.facility .cnt{
		margin-top: 109px;
		margin-bottom: 76px;
	}
	#about.facility .cnt2 .facility_list{
		display: block;
	}
	#about.facility .cnt2 .facility_list .list{
		width: 100%;
		margin-bottom: 56px;
	}
	#about.facility .cnt2 .facility_list .list:last-child{
		margin-bottom: 96px;
	}
	
	#about.access .cnt p.ttl{
		font-size: 2rem;
	}
	#about.access .cnt.cnt1{
		padding: 0px;
	}
	#about.access .cnt.cnt1 .map iframe{
		height: 410px;
	}
	#about.access .cnt.cnt1 p.ttl{
		margin-left: 20px;
	}
	#about.access .cnt.cnt1 .address{
		padding: 0px 20px;
	}
	#about.access .cnt dl dt{
		display: flex;
		align-items: center;
		width: 88px;
		margin-right: 8px;
	}
	#about.access .cnt .youtube iframe{
		height: 422px;
	}
	
	#about.link .cnt{
		max-width: 932px;
		width: 100%;
		margin: 0 auto 126px;
		padding: 0px 20px;
	}
	#about.link .link_btn{
		display: block;
	}
	#about.link .link_btn a{
		max-width: 100%;
		display: inline-block;
		margin-bottom: 18px;
	}
	#about.link .btn_list .list{
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	#about.history .cnt2 .history_list .history_cnt{
		display: block;
		padding-left: 20px;
	}
	#about.history .cnt2 .history_list .history_cnt .history_cnt_txt{
		width: 100%;
	}
	#about.history .cnt2 .history_list .history_cnt .history_cnt_img{
		margin-top: 16px;
	}
	#about.history .cnt2 .history_list .history_cnt .history_cnt_img img{
		width: 100%;
	}
	#about.history .cnt2 .history_list .history_cnt .history_cnt_txt::before{
		left: -13.5%;
	}
	#about.history .cnt2 .history_list::after{
		height: calc(100% - 6%);
	}
	
	#about.access .cnt .youtube iframe{
		height: 207px;
	}
	#about.top section.btn a:nth-child(1) img{
		border-radius: 20px;
	}
	#about.top section.btn a:nth-child(2) img{
		border-radius: 20px;
	}
	#about.top section.btn a:nth-child(3) img{
		border-radius: 20px;
	}
	#about.top section.btn a:nth-child(4) img{
		border-radius: 20px;
	}
}