
@charset "UTF-8";
#header { height: 100vh;}#header-nav { position: relative; z-index: 1234;}#mv-img-wrap { position: absolute; top: 50%; z-index: 123;	text-align: center;}#mv-img-wrap img { margin-bottom: 1rem;	width: 12rem;}#mv-img-wrap p { color: #ffffff;	font-size: 160%;	font-weight: 600;	text-shadow: #222 3px 3px 3px;	line-height: 1.5;}
.fade01 { animation: fadeIn 3s ease forwards normal; opacity: 0;}.fade02 { animation: fadeIn 3s ease 1s forwards normal; opacity: 0;}.fade03 { animation: fadeIn 3s ease 2s forwards normal; opacity: 0;}
@keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1}}
#bg-greeting { background-repeat: no-repeat; background-position: center 0px; background-size: cover;}
#greeting h1 { font-size: 300%;}
#g-content { background-color: rgba(234,138,53,1);	border-radius: 10px; color: #ffffff;}#g-content p { line-height: 2.2vw; font-size: 140%;}#content-text h1 {font-size: 500%;	position: relative;	color: #E6E6E6;	z-index: 5;}#content-box {position: absolute;	top: 5vw;	z-index: 10;}#content-text h2 {font-size: 180%;	border-bottom: 1px solid #ea8a35;}
#content-photo {height: 30vw;	background-image: url("../img/bg-content.jpg");	border-radius: 10px 0 0 10px;	background-size: cover;	background-position: center center;	background-repeat: no-repeat;}
#content-photo-box{background: rgba(255,255,255,.7);	text-align: center;	border-radius: 10px;	padding: 3rem;}#content-photo-box h2 {font-size: 160%;}
#top-service {padding:10rem 0 ;}#top-service h1 {color: #ea8a35;	font-size: 300%;	font-weight: 600;}
#top-service-img { position: absolute; top: -10%; width:50%; height: 140%;	background-image: url("../img/bg-top-service.jpg");	background-position: center center;	background-size: cover;	background-repeat: no-repeat;	border-radius: 20px;}#top-service-box { position: relative; z-index: 3; width: 50%; padding: 3rem; margin-left: auto; background-color: rgba(255, 255, 255, 0.9); -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04); box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04); border-radius: 20px;	border:1px solid #EA8A35;}
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: #ff683a; height: 24vw;}.bnr-link::after { content: ''; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, rgba(255,255,255,.2) 0%, rgba(255,255,255,.6)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 ;}
.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, #news, #banner { font-size: 1.1rem; }}
@media (max-width: 991px){ .bnr-link::after { opacity: .6; }
#header #header-nav li a { padding: 0 1rem;}#mv-img-wrap { top: 40%;}#mv-img-wrap img {width: 6rem;}#mv-img-wrap p {font-size: 140%;} #top-service { padding: 3rem 0; }}
@media (max-width: 767px){ #header, #mv-img-wrap { height: 100vw; } #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; }
#g-content p { line-height: 8vw;}#content-box { position: relative; top: 0; z-index: 10;}#content-box p {color: ;}#content-photo {height: 60vw;}
#top-service-img { width: 100%;
}
#top-service-box { width: 90%;	padding: 1rem; margin-left: 5%;
}
#mv-img-wrap { top: 20%;}#top-service-img { position: relative; width:100%;	padding: 3rem 1rem;}}