@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  /*
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  */
  letter-spacing: 0.05em;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: top;
  color: #303030;
  background: #ffffff;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a {
  display: block;
  color: #303030;
  text-decoration: none;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 16px 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav {
  z-index: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__logo {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav__logo img {
  height: 64px;
}
.nav__list {
  position: relative;
  display: flex;
  padding: 0;
  list-style-type: none;
}
.nav__menu-wrap {
  display: flex;
  align-items: center;
}
.nav__link {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding: 24px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.nav__link span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 0 0;
  color: #8F8F8F;
}
.nav__link:hover {
  background: #EEE;
}
.nav__social {
  position: absolute;
  right: 16px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav__social .nav__link {
  padding: 16px;
}
.nav__social .nav__link img {
  height: 24px;
  vertical-align: middle;
}

.menu-txt {
  display: none;
}

.btn__normal {
  width: 220px;
  padding: 16px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin: auto;
  color: #3B4043;
  border: 2px solid #3B4043;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.btn__normal.left {
  margin: 0;
}
.btn__normal:hover {
  color: #fff;
  background: #3B4043;
}
.btn__green {
  width: 220px;
  padding: 8px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin: auto;
  background: #00b900;
  border: 2px solid #3B4043;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
footer {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0 80px;
}
footer .footer__access {
  width: 60%;
}
footer .footer__access-name {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
}
footer .footer__access-list {
  display: flex;
  flex-wrap: wrap;
}
footer .footer__access-title {
  font-weight: bold;
  width: 25%;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 0;
}
footer .footer__access-detail {
  font-size: 14px;
  font-size: 0.875rem;
  width: 75%;
  padding: 8px 0;
}
footer .footer__thumb {
  width: 40%;
}
footer .footer__thumb img {
  width: 100%;
  vertical-align: middle;
}
footer .footer__btn {
  display: flex;
  align-items: center;
  padding: 24px 0 0;
  flex-direction: column;
}
footer .footer__btn-item {
  padding: 0 24px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer__btn-item .btn__normal.line{
  position:relative;
  background:#00b900;
  padding:8px 0;
}

.footer__btn-item-line{
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 24px 0 8px;
  text-align: center;
}
.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 24px 0;
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 8px;
  bottom: 16px;
}
.pagetop a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #303030;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.pagetop a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: auto;
}

.staff {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #707070;
}
.staff span {
  font-weight: bold;
}
.staff__thumb {
  width: 250px;
}
.staff__thumb img {
  width: 100%;
  vertical-align: middle;
}
.staff__box {
  width: 550px;
  padding: 0 0 0 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.staff__box-name {
  font-size: 40px;
  font-size: 2.5rem;
  padding-bottom: 16px;
}

/* ------------------------------------ */
/* SmartPhone                  					*/
/* ------------------------------------ */
@media screen and (max-width: 768px) {
  body.open {
    overflow: hidden;
  }

  header {
    padding: 13px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nav__logo img {
    height: 40px;
  }
  .nav__list {
    flex-wrap: wrap;
  }
  .nav__item {
    width: 100%;
  }
  .nav__social {
    display: none;
  }
  .nav__menu-wrap {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    background-color: #ffffff;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 500;
    padding: 15.67vw 0 0;
  }
  .nav__menu-wrap.open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav__menu-button {
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 16.66667vw;
    height: 16.66667vw;
    opacity: 1;
    -webkit-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
    transition: opacity 1.0s;
    z-index: 500;
  }
  .nav__menu-button .in {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .nav__menu-button .menu-toggle {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2000;
    opacity: 1;
    -webkit-transition: opacity 1.25s;
    -o-transition: opacity 1.25s;
    transition: opacity 1.25s;
  }
  .nav__menu-button .menu-toggle .t {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    height: 1px;
    width: 20px;
    background-color: #000000;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.8s, background 0.4s, color 0.4s;
    -o-transition: all 0.8s, background 0.4s, color 0.4s;
    transition: all 0.8s, background 0.4s, color 0.4s;
  }
  .nav__menu-button .menu-toggle .t1 {
    -webkit-transform: translate(0px, -4px) scale(1, 1);
    -ms-transform: translate(0px, -4px) scale(1, 1);
    transform: translate(0px, -4px) scale(1, 1);
  }
  .nav__menu-button .menu-toggle .t2 {
    -webkit-transform: translate(0px, 0px) scale(0.8, 1);
    -ms-transform: translate(0px, 0px) scale(0.8, 1);
    transform: translate(0px, 0px) scale(0.8, 1);
  }
  .nav__menu-button .menu-toggle .t3 {
    -webkit-transform: translate(0px, 4px) scale(0.9, 1);
    -ms-transform: translate(0px, 4px) scale(0.9, 1);
    transform: translate(0px, 4px) scale(0.9, 1);
  }
  .nav__menu-button.nav__open .t1 {
    -webkit-transform: translate(0px, -8px) scale(1, 1) rotate(45deg);
    -ms-transform: translate(0px, -8px) scale(1, 1) rotate(45deg);
    transform: translate(0px, -8px) scale(1, 1) rotate(45deg);
  }
  .nav__menu-button.nav__open .t2 {
    -webkit-transform: translate(0px, 0px) scale(0, 1) rotate(0deg);
    -ms-transform: translate(0px, 0px) scale(0, 1) rotate(0deg);
    transform: translate(0px, 0px) scale(0, 1) rotate(0deg);
  }
  .nav__menu-button.nav__open .t3 {
    -webkit-transform: translate(0px, 6px) scale(1, 1) rotate(-45deg);
    -ms-transform: translate(0px, 6px) scale(1, 1) rotate(-45deg);
    transform: translate(0px, 6px) scale(1, 1) rotate(-45deg);
  }
  .nav__menu-button.nav__open .menu-txt {
    opacity: 1;
  }

  .staff {
    display: block;
  }
  .staff__thumb {
    width: 90%;
    margin: auto;
  }
  .staff__box {
    width: 100%;
  }

  .menu-txt {
    position: absolute;
    z-index: 1;
    left: -4em !important;
    top: 50%;
    height: 70px;
    margin-top: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    margin-left: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-transition: all 0.8s, background 0.4s, color 0.4s;
    -o-transition: all 0.8s, background 0.4s, color 0.4s;
    transition: all 0.8s, background 0.4s, color 0.4s;
  }

  .menu-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .btn__normal {
    width: 50%;
    padding: 16px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }

  footer {
    position: relative;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    padding: 40px 0 0;
    margin: 0 auto -50px;
  }
  footer .footer__thumb {
    width: 100%;
  }
  footer .footer__access {
    position: relative;
    width: 90%;
    margin: auto;
    background: #fff;
    z-index: 100;
    top: -100px;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .footer__btn-item {
    width: 50%;
    padding: 0 8px;
  }
  footer .footer__btn-item .btn__normal {
    width: 100%;
  }
}
