@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

* {
margin: 0;
padding: 0;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-before: 0px;
-webkit-padding-after: 0px;
-webkit-padding-start: 0px;
-webkit-padding-end: 0px;
}

/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*-------------------------
共通
-------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #333;
}

a {
  color: #00a95f;
}
.block{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 4%;
}
.spview{
  display: none;
}

@media screen and (max-width: 768px){
  .block {
    width: 100%;
  }
  .spview{
    display: block;
  }
  .pcview{
    display: none;
  }
}

/*-------------------------
ヘッダー
-------------------------*/
#Header{
  background: url("../images/header_bg_li.jpg") center;
  background-size: cover;
  overflow: hidden;
}
#Header > div{
  position: relative;
  max-width: 964px;
  height: 172px;
  padding: 0;
  overflow: hidden;
}
#Header > div img,
#Header .catch img{
  width: 100%;
}
#Header .summary{
}
#Header h1{
  max-width: 360px;
  width: 37.34%;
  padding: 11px 16px;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#Header .detail{
  position: absolute;
  top: 74px;
  right: 198px;
  max-width: 390px;
  width: 40.45%;
}
#Header .link_li{
  position: absolute;
  top: 0;
  left: 377px;
  max-width: 328px;
  width: 34.02%;
  z-index: 110;
}
#Header .contact{
  position: absolute;
  top: 100px;
  right: 22px;
}
#Header .contact a{
  display: block;
  padding: 9px 22px;
  background: #22c100;
  color: #fff;
  line-height: 34px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  transition:.5s;
}
@media all and (-ms-high-contrast: none) {
  #Inquiry .btn a {
    padding: 11px 22px 6px;
  }
}
#Header .contact a:hover{
  opacity: 0.8;
  transition:.5s;
}
#Header .entry{
  position: absolute;
  top: 9px;
  right: 0px;
  max-width: 227px;
  width: 23.54%;
}
#Header .catch{
  height: 46px;
  margin-top: 15px;
  padding: 20px;
  background-color: rgba(0,104,183,0.6);
  text-align: center;
}
#Header .catch p{
  max-width: 475px;
  margin: 0 auto;
}
#Header a img {
  transition: 0.5s;
}
#Header a img:hover{
  opacity: 0.8;
}

@media screen and (max-width: 900px){
  #Header .detail{
    right: 20%;
  }
  #Header .link_li{
    left: 40%;
  }
}

@media screen and (max-width: 768px){
  #Header{
    height: auto;
    background: url("../images/Header_bgimg_smt.jpg") center;
    background-size: cover;
  }
  #Header > div{
    height: auto;
  }
  #Header h1{
    position: static;
    width: 52.66%;
    padding: 15px;
    box-sizing: border-box;
  }
  #Header .detail{
    position: static;
    width: 100%;
    max-width: unset;
    margin: 11px 0 17px;
  }
  #Header .link_li{
    top: 95px;
    right: 4.26%;
    left: unset;
    width: 50.4%;
  }
  #Header .contact{
    top: 19px;
    right: 4.26%;
    width: 34.66%;
  }
  #Header .contact a{
    padding: 8px 10px;
    font-size: 12px;
  }
  #Header .entry{
  position: static;
  width: 82.93%;
  max-width: unset;
  margin: 0 auto 17px;
  }
}

@media screen and (max-width: 450px){
  #Header .link_li{
    top: 65px;
  }
}

/*-------------------------
ナビゲーション
-------------------------*/
#Navigation{
  position: relative;
  margin: 0 auto;
  background-color: #00a95f;
  z-index: 9999;
}
#Navigation > .block{
  text-align: center;
}
#Navigation.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: slidedown 0.2s ease 0s 1;
}
@keyframes slidedown {
  0% {
    top: -54px;
  }
  100% {
    top: 0;
  }
}
#Navigation > ul {
  display: table;
}
#Navigation > ul > li {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}
#Navigation > ul > li.current {
  background-color: #22c100;
}
#Navigation > ul > li a {
  display: block;
  padding: 0 16px;
  color: #fff;
  transition:.5s;
  white-space: nowrap;
}
#Navigation > ul > li.link,
#Navigation .dropdown li a {
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
#Navigation > ul > li.link:before,
#Navigation .dropdown li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #22c100;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
#Navigation > ul > li.link:hover:before,
#Navigation > ul > li.link:focus:before,
#Navigation > ul > li.link:active:before,
#Navigation .dropdown li a:hover:before,
#Navigation .dropdown li a:focus:before,
#Navigation .dropdown li a:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#Navigation > ul > li.link:hover a {
  color: #fff;
}
#Navigation .dropdown {
  position: absolute;
  top: 54px;
}
#Navigation .dropdown li {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: 0.2s;
  background-color: #f5f5f5;
}
#Navigation > ul > li:hover .dropdown li {
  overflow: visible;
  height: 48px;
  opacity: 1;
}
#Navigation > ul > li:hover .dropdown li a {
  color: #333;
}
#Navigation > ul > li:hover .dropdown li a:hover {
  color: #808080;
}
#Navigation .dropdown li a {
  padding: 0 25px;
  background-color: #f5f5f5;
  text-align: left;
  font-size: 15px;
  line-height: 48px;
  white-space: nowrap;
}
#Navigation .dropdown li a:before {
  background-color: #fafafa;
}
#Navigation > ul > li.close a{
  color: #999;
  pointer-events: none;
}

@media screen and (max-width: 1100px){
  #Navigation > ul > li a{
    padding: 0 10px;
  }
}

@media screen and (max-width: 1000px){
  #Navigation{
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px){
  #Navigation{
    background-color: #e6e6e6;
  }
  #Navigation > .block{
    box-sizing: initial;
  }
  #Navigation > ul{
    padding: 0 15px;
  }
  #Navigation > ul > li{
    background-color: #00a95f;
    border-left: solid 1px #e5e5e5;
  }
}

/*-------------------------
本文
-------------------------*/
main {
  position: relative;
  display: block;
  overflow: hidden;
}
main article a img {
  transition: 0.2s;
}
main article a img:hover {
  opacity: 0.8;
  transition: 0.2s;
}
main h2 {
  margin-bottom: 60px;
  padding: 30px 10px;
  background: url(../images/h2_bg_li.png) repeat-x left bottom;
  color: #00a95f;
  font-size: 36px;
  font-feature-settings: "palt";
  line-height: 1;
  text-align: center;
}
main article h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px){
  main h2{
    margin-bottom: 32px;
  }
}

/*-------------------------
ローカルナビ
-------------------------*/
.localNavi {
  max-width: 970px;
  margin: 16px auto;
  padding: 0 4%;
  display: flex;
  justify-content: center;
}
.localNavi li{
  margin-right: 16px;
}
.localNavi li:last-child {
  margin-right: 0;
}
.localNavi li a{
  display: inline-block;
  padding: 10px 20px;
  border: 2px #00a95f solid;
  color: #00a95f;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  transition:.5s;
}
.localNavi li a:hover {
  background-color: #00a95f;
  color: #fff;
  transition:.5s;
}
.localNavi li.close a{
  border: 2px #999 solid;
  color: #999;
  pointer-events: none;
}

@media screen and (max-width: 768px){
  .localNavi {
    margin: 16px 0 0;
    display: block;
    text-align: center;
  }
  .localNavi li{
    display: inline-block;
    margin: 0 8px 16px;
  }
  .localNavi li a{
    border: 1px #00a95f solid;
  }
  .localNavi li.close a{
    border: 1px #999 solid;
  }
}

/*-------------------------
フッター
-------------------------*/
footer {
  padding: 56px 0 44px;
  background-color: #00a95f;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}
footer .logo {
  width: 150px;
  margin: 0 auto 20px;
}
footer .logo  img{
  width: 100%;
}
footer a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 768px){
  footer{
    padding: 32px 9.86%;
  }
  footer .logo{
    width: 30%;
  }
}

/*-------------------------
その他
-------------------------*/
#PageTop {
  position: fixed;
  bottom: 40px;
  right: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
#PageTop.block{
  padding: 0;
}
#PageTop.bottom {
  position: absolute;
}
#PageTop a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 64px;
  height: 64px;
  background-color: #00a95f;
  color: #fff;
  text-align: center;
  line-height: 64px;
  z-index: 9999;
  transition: 0.2s;
}
#PageTop a:hover {
  opacity: 0.5;
  transition: 0.2s;
}
