@charset "utf-8";




/*------------------------------------------------
#top_img
------------------------------------------------*/
#top_img {
	position: relative;
	overflow: hidden;
}
#top_img .swiper-slide {
}
#top_img .bg_black {
	background-color: #122852;
}
#top_img .bg_black img {
	opacity: 0.6;
}
#top_img .swiper-slide img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#top_img .main_copy {
	position: absolute;
	z-index: 50;
	top: 50%;
  	left: 30%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
	gap: 1.5rem;
	width: 45%;
}
#top_img .main_copy img {
	margin: 0 auto;
}
#top_img .main_copy .central {
	font-size: 3rem;
	line-height: 1.25;
}
#top_img .main_copy .central.en {
	font-size: 4rem;
}
#top_img .main_copy p {
	font-size: 1.75rem;
	color: #fff;
}
#top_img .main_copy a {
	color: #fff;
	background-color: var(--key-color);
	padding: 12px 20px;
	border-radius: 3px;
	margin-top: 15px;
	display: inline-block;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 1140px) { 
	#top_img .main_copy {
		left: 40%;
		width: 70%;
	}
	#top_img .main_copy .central {
		font-size: 2.5rem;
	}
	#top_img .main_copy .central.en {
		font-size: 3rem;
	}
}
@media screen and (max-width: 960px) {
	#top_img .main_copy {
		left: 50%;
		width: 85%;
	}
	#top_img .main_copy .central {
		font-size: 2rem;
	}
	#top_img .main_copy .central.en {
		font-size: 2.5rem;
	}
}
@media (max-width: 768px) {
	#top_img .main_copy .central {
		font-size: 1.5rem;
	}
	#top_img .main_copy .central.en {
		font-size: 2rem;
	}
	#top_img .main_copy a {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 640px) {
	#top_img .main_copy {
		left: 48%;
		width: 85%;
	}
	#top_img .main_copy .central,
	#top_img .main_copy .central.en {
		font-size: 20px;
	}
	#top_img .main_copy p {
		font-size: 14px;
		line-height: 1.5;
	}
	#top_img .main_copy a {
		font-size: 12px;
		padding: 5px 10px;
		margin-top: 7px;
	}
}
@media (max-width:480px) {
	#top_img .swiper-slide {
		height: 180px;
	}
}
@media (max-width:400px) {
	#top_img .swiper-slide {
		height: 160px;
	}
}


/*------------------------------------------------
#top_intro
------------------------------------------------*/
.top_intro {
	background-color: var(--key-color-10);
	padding: 50px 0;
	color: #095369;
}
.top_intro .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.top_intro .inner div h1 {
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 15px;
}
.top_intro .inner div .btn_arrow a {
	padding: 0;
	color: #095369;
	font-weight: 400;
}
.top_intro .inner div .btn_arrow a::after {
	right: -2.5rem;
	bottom: 0.3rem;
}
.top_intro .inner div .btn_arrow a:hover::after {
	right: -3rem;
}
.top_intro .inner div .btn_arrow.color a {
	background-color: transparent;
}
.top_intro .inner div .btn_arrow.color a::after {
	border-bottom: solid 1px #095369;
    border-right: solid 1.4px #095369;
}
.top_intro .inner .explanation {
	font-size: 20px;
	width: 60%;
}
@media (max-width: 640px) {
	.top_intro {
		padding: 25px 0;
	}
	.top_intro .inner {
		flex-direction: column;
	}
	.top_intro .inner div h1 {
		font-size: 20px;
		padding-bottom: 0;
	}
	.top_intro .inner .explanation {
		font-size: 16px;
		width: 100%;
	}
}



/*------------------------------------------------
#news
------------------------------------------------*/
#news ul .text_box {
	display: flex;
	align-items: flex-start;
	padding: 0.8rem 0.5rem;
	border-bottom: 1px dotted #e6e6e6;
}
#news ul .text_box .date {
	flex-basis: 10%;
	margin-right: 2rem;
	color: #095369;
}
#news ul .text_box .cat,
#news ul .text_box h3 {
	letter-spacing: 0.05rem;
}
#news ul .text_box h3 {
	color: #095369;
}
#news ul .text_box .cat span {
	background-color: var(--key-color);
    color: #fff;
    padding: 0.2rem 0.3rem;
    margin-right: 15px;
    font-size: 0.8rem;
}
#news .btn_arrow {
	text-align: center;
}

@media (max-width: 480px) {
	#news ul .text_box {
		flex-wrap: wrap;
		align-items: center;
	}
	#news ul .text_box h3 {
		margin-top: 5px;
	}
}


/*------------------------------------------------
#access
------------------------------------------------*/
#access p {
	text-align: center;
	padding-bottom: 10px;
}
#access iframe {
	width: 100%;
}
@media (max-width:640px) {
	#access {
		margin-top: 50px;
	}
}















