
@charset "UTF-8";
#header { height: 100vh;}#header-nav { position: relative; z-index: 1234;}#top-header-wrap { position: absolute; width: auto; height: 50vh; top: 0; left: 3rem; z-index: 123;}#fade01 { color: #ffffff; font-size: 160%;	font-weight: 600; animation: fadeIn 3s ease 1s forwards normal; opacity: 0;	margin-bottom: 1rem;}#fade02 {color: #ffffff; font-size: 140%;	font-weight: 600; animation: fadeIn 3s ease 2s forwards normal; opacity: 0;	padding-left:6rem;}
@keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1}}
#greeting { background-repeat: no-repeat; background-position: center right;	background-size: cover;	background-attachment: fixed;	position: relative;}#greeting::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,.9);}#g-content {position: relative;	z-index: 10;}
#top-biz {background-color: #efefef;}
.bnr-img {position: relative;}
.h2-banner { position: absolute; top: 45%; left: 0; width: 100%; text-align: center; z-index: 123; font-size: 155%; transition: 0.4s ease-out; 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: #ffffff;}.bnr-link:hover .h2-banner { top: 43%;}
.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;}
@media (min-width: 1300px){ #greeting, #top-biz, #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; }
#greeting {background-attachment: scroll;} #g-header-wrap { width: 100%; } .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; }
#top-header-wrap { left: .5rem;}#fade02 {padding-left:0;} #greeting { line-height: 6vw; }
}