
@charset "UTF-8";
#header { height: 80vh;}#header-nav { position: relative; z-index: 1234;}#mv-img-wrap { position: absolute; top: 0; left: 0; z-index: 123; padding: 0 5vw; width: 100%; height: 80vh;}#mv-img-wrap img { margin-top: 5vw;}
#g-header-wrap { width: 35vw;}
#bg-greeting { position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover;}#bg-greeting .position-relative { z-index: 123;}#bg-greeting::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,.4);	z-index: 12;}#h1-greeting { font-size: 155%; border-bottom: solid 1px #007a1e; color: #007a1e;}.text-greeting { transition: 1s ease-out; transform: translateY(50px); opacity: 0;}.text-greeting.delighter.started { transform: translateY(0); opacity: 1;}.text-greeting h2 { font-size: 150%; border-bottom: solid 1px #ffffff; margin-bottom: 1.5rem;}.text-greeting h3 { font-size: 120%;}.text-greeting > div { background-color: rgba(0,122,30,1); border-radius: 5px; color: #ffffff; text-shadow: 1px 1px 1px rgba(0,122,30,.9); margin: 3vw 0;}.text-greeting p { margin: 7px 0; font-size: 105%;}
#kind { background-image: url("../img/kind-bg.jpg"); position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed;}#kind .position-relative { z-index: 123;}#kind::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,.7);	z-index: 12;}
#kind dt { font-size: 140%; border-bottom:1px solid #007A1E;}
#kind li { color: #fff; background-color: #007A1E; padding:.25rem 1rem; margin-bottom: .5em; border-radius: 5px;}
#strengths { background-image: url("../img/strengths-bg.jpg"); position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed;}#strengths .position-relative { z-index: 123;}#strengths::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,.7);	z-index: 12;}
#strengths h2 { font-size: 140%; font-weight: 600; position: relative; display: block; padding-left: 2em; padding-bottom: 1rem; border-bottom: 1px solid #222222;}#strengths h2:before { position: absolute; top: 0; left: 0; content: ''; height: 1.5em; width: 1.5em; background-image: url("../img/logomark.png"); background-size: contain; background-repeat: no-repeat; z-index: 1;}
.st-cont { transition: 1s ease-out; transform: translateY(50px); opacity: 0;}.st-cont.delighter.started { transform: translateY(0); opacity: 1;}
a.bnr-link { position: relative; overflow: hidden; text-shadow: 1px 1px 2px rgba(0,34,85,.5), -1px 1px 2px rgba(0,34,85,.5), 1px -1px 2px rgba(0,34,85,.5), -1px -1px 2px rgba(0,34,85,.5); color: #ffffff; height: 24vw;}.bnr-link::after { content: ''; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, rgba(255,255,255,.8) 0%, rgba(255,255,255,.2)100%); 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-link:hover .h2-banner { top: 43%;}.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 #99aabb;}
.list-box li { border-bottom: dotted 1px #99aabb; margin-top: .8vw; padding-bottom: .8vw;}a.list-link { text-decoration: underline; color: #224466;}a.list-link:hover { text-decoration: none;}
@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; } #bg-greeting { line-height: 5.3vw; } #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; } #greeting { line-height: 6vw; } #strengths { line-height: 6vw; }
}