@charset "UTF-8";

/*-------------------------
__#main_style
-------------------------*/
#main{ margin-bottom: 60px;position: relative;}
#main > .inner{ width: 100%; max-width: initial; position: relative; padding: 0;}
#main .inner .mv { background: url("images/ttl_bg.jpg")no-repeat; background-position: center; background-size: cover; height: 450px;}
#main .inner .main_ttl_inner { padding: 0 40px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; align-items: center; height: 100%; flex-direction: column;}
#main .inner .main_ttl { font-size: 48px; font-weight: 700; color: #fff;}
#main .inner .en { font-size: 21px; font-weight: 700; color: #fff; margin-top: 24px;}
.tab_on{ display: none;}

@media screen and (max-width:999px){
	#main .inner .mv { height: 350px;}
	#main .inner .main_ttl { font-size: 36px;}
	#main .inner .en { font-size: 16px; margin-top: 20px;}
	.tab_on{ display: block;}
}
@media screen and (max-width:767px){
	#main .inner .mv { height: 240px;}
	#main .inner .main_ttl { font-size: 24px;}
	#main .inner .en { font-size: 14px; margin-top: 16px;}

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

}

/*-------------------------
__#block_01
-------------------------*/
#block_01 .inner ul{ display: flex; flex-wrap: wrap; justify-content: center;}
#block_01 .inner ul li{ width: 300px; border: 1px solid #ddd;}
#block_01 .inner ul li:nth-child(2){ border-left: none;}
#block_01 .inner ul li a{ aspect-ratio: 1 / 1; font-size: 18px; font-weight: bold; display: flex; align-items: center; justify-content: center; transition: .3s; flex-direction: column; gap: 20px;}
#block_01 .inner ul li a img{width: 70px;height: 70px;}
#block_01 .inner ul li a p{transition:.3s;}


@media screen and (min-width:768px){
	#block_01 .inner ul li a:hover img{ filter: invert(24%) sepia(22%) saturate(1237%) hue-rotate(308deg) brightness(105%) contrast(100%);}
	#block_01 .inner ul li a:hover{ background: #f5f5f5;}
	#block_01 .inner ul li a:hover p{ color: #a3211d;}
}
@media screen and (max-width:999px){

}
@media screen and (max-width:767px){
	#block_01 .inner ul li{ width: calc((100% - 3px) / 2);}
	#block_01 .inner ul li a{ font-size: 14px; background: #f5f5f5; gap: 10px;}
	#block_01 .inner ul li a img{width: 50px;height: 50px;filter: invert(24%) sepia(22%) saturate(1237%) hue-rotate(308deg) brightness(105%) contrast(100%);}
}
