@charset "utf-8";
#catch{
	color: #fff;
	padding-bottom: 110px;
}
#catch .catch_com{
	padding-top: 60px;
	font-size: 42px;
	font-weight: 600;
	line-height: 150%;
}
#catch .catch_com_mid{
	padding-top: 60px;
	font-size: 52px;
	font-weight: 600;
	line-height: 140%;
}
#catch .catch_com_bottom{
	padding-top: 30px;
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
}
#catch .catch_com_bottom img{
	vertical-align: bottom;
	margin-right: 40px;
}
#catch .catch_com_bottom span{
	display: inline-block;
}
#catch .catch_btn{
	margin-top: 54px;
}
#catch .catch_btn a{
	display: inline-block;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.10);
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(25px);
	color:#FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	padding: 27px 40px;
}
#about{
	overflow: hidden;
}
#about .slide_com{
	bottom: 0;
}
#news .more a{
	background: rgba(255, 255, 255, 0.10);
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.10);
	border: 0;
	color: #fff;
}
#recruitment .more a{
	background: rgba(255, 255, 255, 0.10);
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.10);
	border: 0;
	color: #fff;
	margin-left:unset ;
}
#howto .title-wrap{
	display: none;
}
#howto ul.howto_list li .number{
	display: none;
}
#station{
	background: #000;
}

@media only screen and (min-width: 1000px) {


}
@media (max-width: 999px) {


}



@media (max-width: 840px) {
	#catch .catch_com_mid{
		font-size: 45px;
	}
	#catch .catch_com_bottom{
		font-size: 45px;
	}
	#catch .catch_com_bottom img{
		max-width: 330px;
	}
	#howto ul.howto_list li + li{
		margin-top: 10px;
	}

}


@media only screen and (min-width: 600px) {
}

@media (max-width: 599px) {
	#catch .catch_com{
		font-size: 22px;
	}
	#catch .catch_com_mid{
		padding-top: 30px;
		font-size: 30px;
	}
	#catch .catch_com_bottom{
		font-size: 30px;
	}
	#catch .catch_com_bottom img{
		max-width: 300px;
		margin-right: 0;
	}
	#catch .catch_com_bottom span{
		padding-top: 30px;
	}
	#catch .catch_btn a{
		font-size: 18px;
		padding: 17px 30px;
	}

}
