@charset "UTF-8";
#mv::after {background-color: rgba(0,0,0,.3);	content: "";	width: 100%;	height: 100%;	position: absolute;	top: 0;	left: 0;	z-index: 123;
}
#top-header-wrap { position: absolute; width: 100%; height: 100vh; top: 0; left: 0; z-index: 123;
}
#top-h1 { font-size: 400%; border-bottom: solid 4px #006010;
}
.to-list { position: absolute; right: 1vw; top: 1vw; font-size: 80%;
}
.list-box { min-height: 12vw; overflow: auto;
}
.list-box li { border-bottom: dotted 1px ; margin-top: .8vw; padding-bottom: .8vw;
}
a.list-link { text-decoration: underline; color: #006010;
}
a.list-link:hover { text-decoration: none;
}
.date-box { background-color: #006010; padding-top: .3vw; color: ;
}
.cont-photo { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 50vw;
}
#greeting-text { transition: .6s ease-out; transform: translateY(40px); opacity: 0;	overflow: hidden;
}
#greeting-text.delighter.started { transform: translateY(0); opacity: 1;
}
#greeting h2 { border-bottom:1px solid #ffffff;
}
.h2-jp { font-size: 70%;
}
a.bnr-link { position: relative; overflow: hidden; text-shadow: 1px 1px 2px rgba(34,34,34,.5), -1px 1px 2px rgba(34,34,34,.5), 1px -1px 2px rgba(34,34,34,.5), -1px -1px 2px rgba(34,34,34,.5); color: #006010; height: 30vw;
}
.bnr-link::after { content: ''; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, rgba(34,34,34,.6) 0%, rgba(34,34,34,1)100%); width: 100%; height: 100%; z-index: 12; opacity: .8; transition: 0.4s ease-out;
}
.bnr-link h2 { color: #ffffff; font-size: 160%;
}
.bnr-bg { height: 100%;
}
.bnr-bg2 { width: 100%;
}
.bnr-link:hover .bnr-bg,
.bnr-link:hover .bnr-bg2 { opacity: .6;
}
.bnr-box { background-color: rgba(0,0,0,.6); height:20vw; z-index: 1234;
}
.bnr-kind { position: absolute; top:20%; left:0; right:0;
}
#bnr01 { background-image: url("../img/business.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; height:20vw;
}
#bnr02 { background-image: url("../img/works.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; height:20vw;
}
#bnr03 { background-image: url("../img/recruit.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; height:20vw;
}
#bnr01-tit { transition: 2s ease-out; transform: translateX(-100%); opacity: 0;
}
#bnr02-tit { transition: 2s ease-out; transform: translateX(100%); opacity: 0;
}
#bnr03-tit { transition: 2s ease-out; transform: translateX(-100%); opacity: 0;
}
#bnr01-tit.delighter.started,
#bnr02-tit.delighter.started,
#bnr03-tit.delighter.started { transform: translateX(0); opacity: 1;
}
@media (min-width: 1200px){ #top-header-wrap, #greeting, .list-box { font-size: 1.1rem; } .cont-photo { height: 555px; } #top-contents { font-size: 1rem; }
}
@media (max-width: 991px){ .bnr-link::after { opacity: .6; }
}
@media (max-width: 767px){ #header,#mv { height: 100vw; } #top-header-wrap { height: 100vw; } #top-h1 { font-size: 250%; } #top-bottom-text { font-size: 130%; } #greeting { line-height: 5.3vw; } #g-header-wrap { width: 100%; } .bnr-box { height:70vw; } .bnr-kind { position: absolute; top:25%;
} #bnr01, #bnr02, #bnr03 { height:70vw; } a.bnr-link { height: 55vw; } a.bnr-link { height: 55vw; } .bnr-ttl-jp, .bnr-ttl-en { height: 5vw; } .bnr-line { display: none; } .bnr-ttl-en { padding-top: 1.1vw; } .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){ #greeting { line-height: 6vw; }
}