
@charset "UTF-8";
#header { height: 100vh;}#header-nav { width: 100%; z-index: 1234;}#mv-img-wrap { position: absolute; bottom: 10%; left: 0; z-index: 9999; padding: 0 5vw; width: 100%;}#mv-img-wrap p { color: #ffffff;	font-weight: 600;	text-shadow: #222 3px 3px 3px;	line-height: 1.5;}#fade01 p { font-size: 230%; text-shadow: 0px 0px 10px rgba(35,102,196,1);}#fade02 p { font-size: 200%; text-shadow: 0px 0px 10px rgba(35,102,196,1);}
#fade01 { animation: fadeIn 3s ease 1s forwards normal; opacity: 0;}#fade02 { animation: fadeIn 3s ease 2s forwards normal; opacity: 0;}#fade03 { animation: fadeIn 3s ease 3s forwards normal; opacity: 0;}
@keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1}}
#news {position: relative;	background: rgba(34,58,112,.1);	z-index: 12330;}#bg-news {position: relative;	top: -5vw;	left: 0;	background: rgba(255,255,255,1);}
#news h1 {font-size: 2.5rem;}#news h2 {font-size: 1rem;}
.to-list { position: absolute; right: 1vw; top: 3vw; font-size: 90%; border: solid 1px #222222;}.list-box { height: 15vw;	overflow-y: auto;}
.list-box li { border-bottom: dotted 1px #222222; margin-top: .8vw; padding-bottom: .8vw;}a.list-link { text-decoration: underline; color: #223a70;}a.list-link:hover { text-decoration: none;}
#greeting {position: relative;	background-image: url("../img/bg-greeting.jpg");	background-size: cover;	background-position: center center;	background-repeat: no-repeat;}#greeting:before {content: '';	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(255,255,255,.4);	z-index: 5;}#greeting > div {padding: 0 0 5rem 0;	position: relative;	z-index: 10;}#greeting h1 {color: #a5afc4; text-align: center; font-size: 5rem; font-weight: 600;	letter-spacing: .5rem; margin-bottom: 5rem;	position: relative;}
#greeting h1 span{color: #223A70;	font-size: 120%;}
#greeting h2 { position: absolute; top: 8rem; left: 0; width: 100%; text-align: center; font-size: 2.5rem; font-weight: 600;}
#greeting p {line-height: 2;}
#top-service {overflow: hidden;	position: relative;}#top-service:before {content: '';	position: absolute;	top: 0;	right: 0;	width: 40%;	height: 100%;	background: linear-gradient(#A9BBDC, #fff);	z-index: 5;}#top-service > div {padding: 0 0 5rem 0;	position: relative;	z-index: 10;}
#top-service h1 {color: #223A70; font-size: 5rem; font-weight: 600;	letter-spacing: .5rem; margin-bottom: 5rem;}
#top-service h1 span { font-size: 2rem; font-weight: 600;	margin-left: 1rem;}
#top-service h2 { font-size: 1.6rem; font-weight: 600;}#top-service img {border-radius: 10px;}
#banner {padding: 5rem 0;	position: relative;}
#banner:before {content: '';	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: linear-gradient(90deg, #A9BBDC, #fff 50%);	z-index: 5;}#banner > div {padding: 0 0 5rem 0;	position: relative;	z-index: 10;}
.link-bnr {position: relative;}.link-bnr:hover {text-decoration: none;}.link-bnr h2 {font-size: 120%;	border-left: 5px solid #004EFF;	padding-left: 5px;}
a.bnr-link { position: relative; overflow: hidden; text-shadow: 1px 1px 2px rgba(0,0,0,.5), -1px 1px 2px rgba(0,0,0,.5), 1px -1px 2px rgba(0,0,0,.5), -1px -1px 2px rgba(0,0,0,.5); color: #e5e5e5; height: 20vw;	border-radius: 30px;}.bnr-link::after { content: ''; position: absolute; top: 0; left: 0; background: rgba(255,255,255,.2); width: 100%; height: 100%; z-index: 12; opacity: .8; transition: 0.4s ease-out;}a.bnr-link:hover::after { opacity: .6;}.bnr-bg,.bnr-bg2 { transition: transform 0.4s ease-out; position: absolute; top: 50%; left: 50%; transform: scale(1) translate(-50%, -50%);}.bnr-bg { height: 100%;}.bnr-bg2 { width: 100%;}.bnr-link:hover .bnr-bg,.bnr-link:hover .bnr-bg2 { transform: scale(1.02) translate(-50%, -50%);}.h2-banner { position: absolute; top: 45%; left: 0; width: 100%; text-align: center; z-index: 123; font-size: 155%; transition: 0.4s ease-out;}
.bnr-text { position: absolute; bottom: -15px; width: 70%; left: 15%; opacity: 0; z-index: 123; transition: 0.4s ease-out; font-size: 100%; text-align: center;}.bnr-link:hover .bnr-text { bottom: 10px; opacity: 1;}
.to-list { position: absolute; right: 1vw; top: 3vw; font-size: 90%; border: solid 1px ;}
.list-box li { border-bottom: dotted 1px ; margin-top: .8vw; padding-bottom: .8vw;}a.list-link { text-decoration: underline; color: ;}a.list-link:hover { text-decoration: none;}
#sponsors-link {background: rgba(0,78,255,.6);	position: relative;}#sponsors-link h1 {color: #ffffff; text-align: center; font-size: 5rem; font-weight: 600;	letter-spacing: .5rem; margin-bottom: 5rem;	opacity: .4;	position: relative;}
#sponsors-link h1 span{color: #223a70;	font-size: 120%;}
#sponsors-link h2 { position: absolute; top: 11rem; left: 0; width: 100%; text-align: center; font-size: 2.5rem; font-weight: 600;}
@media (min-width: 1300px){ #greeting, #news, #banner { font-size: 1.1rem; }}
@media (max-width: 991px){ .bnr-link::after { opacity: .6; }}
@media (max-width: 767px){ #header, #mv-img-wrap { height: 100vw; } #mv-img-wrap img { margin-top: 15vw; }
#mv-img-wrap #fade01 p { font-size: 160%;}#mv-img-wrap #fade02 p { font-size: 140%;} #bg-greeting { line-height: 5.3vw; min-height: 60vw; } #g-header-wrap { width: 100%; } a.bnr-link { height: 72vw; } .index-header::after { top: 2vw; } .to-list { top: 5.5vw; } .list-box { min-height: 30vw; } .list-box li { margin-top: 4vw; padding-bottom: 4vw; }}@media (max-width: 575px){ .index-header::after { top: 2.5vw; }
#mv-img-wrap { top: 10%;}#mv-img-wrap #fade01 p { font-size: 160%;}#mv-img-wrap #fade02 p { font-size: 120%;}#bg-news { top: -10vw;}#greeting { padding: 0 0 2rem 0 ;}#greeting > div { padding: 1rem 0;}#greeting h1 { font-size: 3rem;}#greeting h2 { position: absolute; top: 6.5rem; left: 0; font-size: 2rem;
}
#content h1 { font-size: 3rem; font-weight: 600;}
#content h1 span { font-size: 1.6rem;}}