@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a:hover {
  opacity: .8;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.inner {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (min-width: 768px) and (max-width: 990px) {
  .inner {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.btn {
  border: 5px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.header-drawer {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  position: fixed;
}

@media screen and (min-width: 991px) {
  .header-drawer {
    display: none;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) and (max-width: 990px) {
  .header-inner {
    height: 60px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    height: 60px;
    padding: 0 15px;
  }
}

.header-logo {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .header-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header-logo img {
  width: 70px;
  margin-bottom: 2px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .header-logo img {
    margin-bottom: -6px;
  }
}

@media screen and (max-width: 767px) {
  .header-logo img {
    margin-bottom: -6px;
  }
}

.header-menu {
  margin-left: auto;
  margin-top: 60px;
  background: #fff;
  padding: 24px 0;
  margin-right: -30px;
}

.header-menu ul {
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.header-menu ul li {
  margin-left: 16px;
  padding-top: 10px;
}

.header-menu ul a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #333;
  font-size: 14px;
}

.header-menu > ul > li {
  border-top: 1px solid #ccc;
  padding-bottom: 10px;
}

.header-menu > ul > li:last-child {
  border-bottom: 1px solid #ccc;
}

.nav-space {
  height: 100px;
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  left: 0;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #212529;
}

.drawer--top .drawer-nav {
  top: -111%;
}

.drawer-open .drawer-overlay {
  display: none;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.drawer-hamburger {
  width: 30px;
  padding-left: 15px;
}

.header-nav {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 16px;
}

.header-nav a {
  color: #212529;
}

@media (min-width: 768px) and (max-width: 990px) {
  .header-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav-item:not(:first-child) {
  margin-left: 30px;
}

.headerTop {
  color: #666;
  background-color: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 12px;
  padding: 6px 0;
}

@media (min-width: 768px) and (max-width: 990px) {
  .headerTop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .headerTop {
    display: none;
  }
}

.siteHeader {
  width: 1000px !important;
}

@media (min-width: 768px) and (max-width: 990px) {
  .siteHeader {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .siteHeader {
    display: none;
  }
}

.line-banner-top {
  height: 64px;
  margin-left: 10px;
}

.siteHeadContainer {
  padding: 20px 0px;
}

.siteHeader_logo {
  vertical-align: middle;
}

.siteHeader_logo a img {
  max-height: 65px;
}

.contact_txt {
  font-size: 11px;
  margin-right: 34px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .contact_txt {
    margin-right: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contact_txt {
    margin-right: 0;
    font-size: 14px;
  }
}

.contact_txt_tel {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 990px) {
  .contact_txt_tel {
    color: #cc0000;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contact_txt_tel {
    color: #cc0000;
    font-size: 25px;
  }
}

.contact_txt_tel_icon {
  margin-right: 5px;
}

.contact_btn {
  display: block;
}

.contact_btn a {
  line-height: 66px;
}

.contact_btn-a {
  padding: 15px 24px !important;
  background-color: #06248F;
  color: #fff !important;
  font-weight: 600;
  display: inline !important;
}

@media (min-width: 768px) and (max-width: 990px) {
  .contact_btn-a {
    padding: 10px 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact_btn-a {
    padding: 10px 50px;
  }
}

.fa-envelope {
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .gMenu_outer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gMenu_outer {
    display: none;
  }
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 22px;
}

.siteHeader_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 990px) {
  .siteHeader_sub {
    display: block;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset;
  }
}

@media screen and (max-width: 767px) {
  .siteHeader_sub {
    display: block;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset;
  }
}

.menu-main_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-main_menu {
  padding: 15px 0px;
  font-size: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  width: 100px;
  text-align: center;
  position: relative;
}

.menu-main_menu a {
  color: #212529;
  display: block;
}

.menu-main_menu a:hover {
  opacity: 0.8;
}

.menu-main_menu:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.gMenu_outer {
  background-color: #f9f9f9;
  border-top: 2px solid #06248F;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.sub-menu {
  display: none;
  margin-top: 10px !important;
}

.acc-child-close {
  position: absolute;
  left: 0;
  top: 39px;
  display: none;
  width: 100%;
  z-index: 3;
}

.acc-child-close > li > a {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.acc-child-close > li > a:hover {
  opacity: 1;
  background-color: #06248F;
  color: #fff;
}

.gMenu_outer-fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .gMenu_outer-fixed {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .gMenu_outer-fixed {
    display: none;
  }
}

.gMenu_outer-fixed.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.header-inner {
  position: relative;
}

.sp-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  height: 70px;
}

.navbar_toggle {
  z-index: 9999;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000;
}

.sp-menu ul li {
  padding: 2em;
  border-bottom: 1px solid #CCC;
}

.drawer-nav {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*OPEN時の動き*/
.drawer-nav.open {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-sub-menu {
  position: relative;
}

.drawer-sub-menu-close {
  display: none;
}

.accordion-icon {
  position: absolute;
  top: 14px;
  right: 20px;
  height: 18px;
  width: 18px;
}

.accordion-icon.is-open .accordion-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-bar1 {
  width: 18px;
  height: 2px;
  background: #333;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion-bar2 {
  width: 2px;
  height: 18px;
  background: #333;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
