@charset "UTF-8";
main {
  /*=============================================
   * body
   *=============================================*/
  /*=============================================
   * fonts - DON'T EDIT
   *=============================================*/
  /*=============================================
   * main
   *=============================================*/
  /*=============================================
   * header
   *=============================================*/
  /*=============================================
   * nav
   *=============================================*/
  /*=============================================
   * key
   *=============================================*/
  /*=============================================
   * hamburger
   *=============================================*/
  /*=============================================
   * footer
   *=============================================*/
  /*=============================================
   * general
   *=============================================*/
}
main body {
  font-size: 18px;
  line-height: 1.83;
  color: #231815;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background-color: #fff;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  main body {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
  }
}
main .nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
main .nav--opened #pagetop,
main .nav--opened .fx-btn {
  z-index: -1;
  opacity: 0;
}
main body.nav--opened,
main body.nav--opened *,
main body.nav--opened *:hover,
main body.nav--opened *:focus,
main body.nav--opened *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
}
main body.nav--opened .hamburger,
main body.nav--opened #menu_toggle,
main body.nav--opened #menu_toggle * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
main .fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main .fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main .fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main .fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}
main .btn-link {
  background: #e39b46;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  font-size: 37px;
  line-height: 2.35;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
main .btn-link i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  line-height: 10px;
  width: 15px;
}
main .btn-link:hover {
  background: #F0AF73;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  main .btn-link {
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    font-size: 5vw;
  }
  main .btn-link i {
    width: 9px;
    right: 6%;
  }
}
main img {
  width: 100%;
  height: auto;
}
main .mt0 {
  margin-top: 0 !important;
}
main *, main *:before, main *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main a[href^="tel:"]:hover {
  text-decoration: none;
}
main header {
  background: #fff;
}
main header .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 20px 18px;
  max-width: 1040px;
}
main header .btn-link {
  font-size: 20px;
  line-height: 2.5;
  width: 230px;
  padding-right: 20px;
}
main header .btn-link i {
  width: 8px;
  right: 17px;
}
main .logo {
  width: 145px;
}
main .gnav {
  font-size: 14px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main .gnav li {
  margin: 0 7px;
}
main .gnav li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}
main .gnav i {
  width: 12px;
  display: block;
  margin-left: 2px;
}
@media only screen and (min-width: 768px) {
  main .header-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  main header .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main header .header-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .gnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
  main .gnav li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  main header {
    padding: 2vw 0;
  }
  main header .wrap {
    padding: 0 5.3%;
  }
  main header .btn-link {
    font-size: 14px;
    width: 154px;
    padding-right: 10px;
    letter-spacing: 0.5px;
  }
  main header .btn-link i {
    right: 8px;
    width: 5px;
    line-height: 5px;
  }
  main .logo {
    width: 81px;
  }
  main .header-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(5.3% + 43px);
  }
}
main #menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 52px;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.navOpen main #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
main #menu_toggle li {
  margin: 0;
}
main #menu_toggle li:not(:last-child) {
  border-bottom: 1px solid #333333;
}
main #menu_toggle li a {
  display: block;
  position: relative;
  padding: 3.5vw 10% 3.5vw 5.3%;
  font-size: 13px;
}
main #menu_toggle li a i {
  position: absolute;
  display: block;
  right: 5.3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main #key {
  z-index: 0;
  position: relative;
  background: url("../img/key_bg.jpg") no-repeat center top/cover;
}
@media only screen and (max-width: 767px) {
  main #key {
    background: url("../img/key_bg_sp.jpg") no-repeat center top/cover;
  }
  main #key .wrap {
    padding: 0;
  }
}
main .hamburger {
  top: 0;
  right: 0;
  color: #fff;
  background: url("../img/shared/hambuger_bg.jpg") no-repeat center/100% 100%;
  width: 29px;
  height: 29px;
  position: relative;
}
main .hamburger span {
  width: 29px;
  height: 3px;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  background-color: #2C4EFA;
  margin: 0 auto;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
main .hamburger span:before, main .hamburger span:after {
  content: "";
  background: #2C4EFA;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
main .hamburger span:before {
  top: -9px;
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
main .hamburger span:after {
  bottom: -9px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
main .hamburger.is-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
main .hamburger.is-active span:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
main .hamburger.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
main footer {
  color: #fff;
  position: relative;
  text-align: center;
  background-color: #2C4EFA;
  font-size: 12px;
  height: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  main footer {
    font-size: 10px;
    height: 47px;
  }
}
main #pagetop {
  width: 50px;
  right: 10px;
  bottom: 65px;
}
main .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .dis-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  main .sp {
    display: none;
  }
  main .hamburger {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  main .wrap {
    max-width: 1000px;
    margin: auto;
    padding: 0;
    width: 100%;
    position: relative;
  }
  main .dis-flex-pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  main .pc {
    display: none;
  }
  main .wrap {
    padding: 0 5.3%;
  }
}/*# sourceMappingURL=shared.css.map */