@charset "utf-8";

#wpadminbar {
  z-index: 999999;
}

/* ------------------------------------------------------------ FONT ------------------------------------------------------------ */

/*--------------------------------
    ApexNew
--------------------------------*/
/*
@font-face {
  font-family: 'ApexNew-Light';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('ApexNew-Light'),
  url('/common/fonts/ApexNew-Light.woff2') format('woff2'),
  url('/common/fonts/ApexNew-Light.woff') format('woff'),
  url('/common/fonts/ApexNew-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'ApexNew-Book';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('ApexNew-Book'),
  url('/common/fonts/ApexNew-Book.woff2') format('woff2'),
  url('/common/fonts/ApexNew-Book.woff') format('woff'),
  url('/common/fonts/ApexNew-Book.ttf') format('truetype');
}

@font-face {
  font-family: 'ApexNew-Medium';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('ApexNew-Medium'),
  url('/common/fonts/ApexNew-Medium.woff2') format('woff2'),
  url('/common/fonts/ApexNew-Medium.woff') format('woff'),
  url('/common/fonts/ApexNew-Medium.ttf') format('truetype');
}
*/

/* ------------------------------------------------------------ HEADER + NAVI ------------------------------------------------------------ */

/*--------------------------------
ヘッダー
--------------------------------*/
header, footer{
  line-height: 1.9;
  box-sizing: border-box;
  /*
  font-family: "praxis-next", "ApexNew-Book", 'source-han-sans-japanese', '源ノ角ゴシック Regular', '源ノ角ゴシック', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  */
}
header *, footer *{
  box-sizing: border-box;
}
header {
/*
  position: fixed;
*/
  position: absolute;
  z-index: 100001;
  display: block;
  width: 100%;
  padding: 0 20px;
  text-align: right;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  left: 0;
}

.en {
  font-family: "futura-pt", sans-serif;
}

header h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: calc(50% - 590px);
  max-width: 35%;
  font-size: 0;
}

header h1 svg {
  width: 117px;
  height: 27px;
  fill: #000;
}

header h1 a:hover svg {
  fill: #000;
}

@media only screen and (max-width: 1200px) {
  header h1 {
    left: 20px;
  }
}

/*--------------------------------
ナビゲーション
--------------------------------*/

/* ハンバーガーメニュー */

#nav_btnwrapper {
  display: none;
}

/* ナビ */

header nav {
  display: inline-block;
  font-size: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

header nav .inner {
  min-width: auto;
  white-space: nowrap;
}

header nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 0 0;
  font-size: 16px;
}

header nav ul li a:link,
header nav ul li a:visited {
  color: #000;
  text-decoration: none;
}

/*header nav ul li a:hover,*/
header nav ul li a:hover {
  color: #6464e6;
  text-decoration: none;
}

/*
header nav ul li a.active {
  color: #6464e6;
}
*/

/* header.on_top nav {
  display: none;
} */

/* 言語選択 */

header .lang {
  display: inline-block;
  font-size: 0;
  margin: 23px 0 23px 5%;
  /*transition: all .8s ease;*/
}

header .lang li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
}

header .lang li:nth-of-type(1):after {
  content: "/";
  display: inline-block;
  margin: 0 15px;
  font-weight: 100;
}

header .lang li a {
  position: relative;
}

header .lang li a::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: currentColor;
}

header .lang li a:link,
header .lang li a:visited {
  color: #000;
  text-decoration: none;
}

header .lang li a:hover,
header .lang li a:active {
  color: #6464e6;
  text-decoration: none;
}

/* header .lang li a.active {
  border-bottom: 1px solid #000;
} */

header .lang li a.active::after {
  display: block;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li {
  padding: 40px 20px;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li:first-child {
  padding-left: 0;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li:last-child {
  padding-right: 0;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu li {
  width: 50%;
  font-size: 14px;
  padding-left: 10px;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu li.nav-sub-title {
  width: 100%;
  padding-left: 0;
  font-size: 16px;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu li.nav-sub-title:not(:first-child) {
  margin-top: 20px;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu li a {
  color: #666;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu li:not(.nav-sub-title) a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 4px;
  background: none;
  border: 1px solid currentColor;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

header .sub-menu li.nav-title > a {
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}

header .sub-menu li.nav-title a::before {
  content: none;
}

header .sub-menu li.nav-title.-blue > a {
  color: #10A99A;
}

header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu li.nav-sub-title a {
  position: relative;
  padding-left: 15px;
  color: #000;
  pointer-events: none;
}

header .sub-menu li a::before,
header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu li.nav-sub-title a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  background: #10A99A;
}

header nav .-megamenu {
  cursor: pointer;
}

/* サブメニュー */
@media only screen and (min-width: 1101px) {
  header nav > .inner > ul > li > .nav-child {
    display: none;
    position: absolute;
    top: 48px;
    right: calc(-50% - 35px);
    width: 300px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
  }

  header nav > .inner > ul > li > .nav-child::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border: 1px solid transparent;
    border-width: 14px 12.5px;
    border-bottom-color: #fff;
  }

  header .menu-item-has-children {
    position: relative;
  }

  header nav > .inner > ul > li > a {
    display: flex;
    align-items: center;
    height: 80px;
  }

  header .menu-item-has-children:hover > .nav-child {
    display: block;
  }

  header .menu-item-has-children.-megamenu > .nav-child {
    width: 1220px;
    right: -193px;
  }

  header nav .-megamenu > a {
    pointer-events: none;
  }

  header .sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    white-space: nowrap;
  }

  header .sub-menu li:last-child {
    margin-bottom: 0;
  }

  header .menu-item-has-children.-megamenu > .nav-child::before {
    left: auto;
    right: 242px;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu {
    display: flex;
    margin: -20px 0;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li:not(:last-child) {
    border-right: 1px solid #E2E3E3;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu li a:hover {
    color: #6464e6;
  }

  header .sub-menu li a {
    position: relative;
    padding-left: 15px;
  }

  header .sub-menu li .bold {
    font-weight: bold;
  }

  header nav .-megamenu:hover > a {
    color: #6464e6;
  }

  header .nav-toggle {
    display: none;
  }
}

@media only screen and (max-width: 1270px) {
  header nav ul li a {
    position: relative;
  }

  header .sub-menu li.nav-title {
    margin-bottom: 0;
  }

  header .menu-item-has-children.-megamenu > .nav-child {
    width: 96vw;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu {
    flex-wrap: wrap;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li {
    width: 33%;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li {
    padding: 20px;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li:nth-child(3n) {
    border-right: none;
  }
}

@media only screen and (max-width: 1100px) {
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu > li {
    margin-top: 0;
  }
}

@media only screen and (max-width: 900px) {

  header nav ul li {
    font-size: 15px;
  }

  header .lang {
    margin: 0 0 0 3%;
  }
}


/* ヘッダー調整 */
@media only screen and (max-width: 1100px) {
  header .lang li a::after {
    bottom: -3px;
  }
}

/* ============================== SP ============================== */

@media only screen and (max-width: 1100px) {

  /*--------------------------------
  ヘッダー
  --------------------------------*/
  header {
    height: 50px;
    background-color: #fff;
    padding: 0;
    text-align: center;
    z-index: 9999;
  }

  header h1 {
    max-width: 100%;
    z-index: 10002;
  }

  header h1 svg {
    width: 87.5px;
    height: 20px;
  }

  header .lang li {
    line-height: 1;
  }

  @media only screen and (max-width: 374px) {
    header h1 svg {
      width: 80px;
      height: 18px;
    }
  }


  /*--------------------------------
  ナビゲーション
  --------------------------------*/
  /* ハンバーガーメニュー */
  #nav_btnwrapper {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 10001;
  }

  #nav_btnwrapper #nav_btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  #nav_btnwrapper #nav_btn #nav_btn_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #6D767F;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #nav_btnwrapper #nav_btn #nav_btn_icon::before,
  #nav_btnwrapper #nav_btn #nav_btn_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6D767F;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #nav_btnwrapper #nav_btn #nav_btn_icon::before {
    -webkit-transform: translate(0, -400%);
    transform: translate(0, -400%);
  }

  #nav_btnwrapper #nav_btn #nav_btn_icon:after {
    -webkit-transform: translate(0, 400%);
    transform: translate(0, 400%);
  }

  #nav_btnwrapper.close #nav_btn #nav_btn_icon {
    background: transparent;
  }

  #nav_btnwrapper.close #nav_btn #nav_btn_icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav_btnwrapper.close #nav_btn #nav_btn_icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* ナビ */
  header nav {

    /* GPU acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }

  /* PCで使用する場合の配慮（IE10以上ハックしてIE11を再度上書き）*/
  header nav {
    transform: scale(0) \9;
  }

  _:-ms-lang(x)::-ms-backdrop, nav {
    transform: scale(0.95);
  }

  header nav.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
  }


  header nav > .inner {
    height: 100%;
    padding: 0 25px;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
  }

  header nav > .inner > ul {
    margin-bottom: 60px;
  }

  header nav.evacuation { /* for IE10 */
    z-index: -1;
  }

  header nav ul {
    display: block;
    width: 100%;
    text-align: left;
  }

  header nav ul li {
    display: block;
    margin: 0 auto 20px;
    font-size: 16px;
  }

  header nav ul li a:link,
  header nav ul li a:visited {
    color: #000;
    text-decoration: none;
  }

  header nav ul li a:hover,
  header nav ul li a:active {
    color: #000;
    text-decoration: none;
  }

  header nav ul li a.active {
    color: #000;
  }

  header nav > .inner > ul > li > a {
    font-weight: bold;
  }

  header nav > .inner > ul > li.menu-item-has-children > .nav-child > li > a {
    padding-left: 15px;
  }

  header nav ul li.menu-item-has-children > .nav-child li {
    margin: 0;
  }

  header > nav > .inner > ul > li.menu-item-has-children > .nav-child > ul > li > a {
    padding-left: 15px;
  }

  header .menu-item-has-children {
    position: relative;
  }

  header .menu-item-has-children.-megamenu > .nav-child {
    position: relative;
    width: auto;
  }

  header .menu-item-has-children .nav-child {
    display: none;
  }

  header .sub-menu li.nav-title.desktop-only {
    display: none;
  }

  header .sub-menu li.nav-title.-blue {
    padding: 10px 0;
    border-bottom: 1px solid #10A99A;
  }

  header .sub-menu li.nav-title.-blue > a {
    font-size: 16px;
    padding-left: 0;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li:nth-child(n+3) {
    margin-top: 20px;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu .sub-menu {
    width: 100%;
    padding-left: 10px;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li {
    width: 100%;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li:nth-child(n+3) {
    margin-top: 0;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu > li > a {
    font-weight: bold;
  }

  header .menu-item-has-children.-megamenu > .nav-child > .sub-menu:not(:first-child) {
    padding-top: 30px;
  }

  header .menu-item-has-children .nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
  }

  header .menu-item-has-children .nav-title.-blue .nav-toggle,
  header .menu-item-has-children .nav-title.-green .nav-toggle {
    top: 10px;
  }

  header .menu-item-has-children .nav-toggle::before {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-bottom: 2px solid #6464e6;
    border-right: 2px solid #6464e6;
    transform: rotate(45deg);
    transition: top 0.3s ease, transform 0.3s ease;
  }

  header .menu-item-has-children .nav-title.-green .nav-toggle::before {
    border-color: #10A99A;
  }

  header .menu-item-has-children.-js-open > .nav-toggle::before {
    top: 0;
    transform: rotate(-135deg);
  }

  /* ナビ出現時に背景でスクロールを止める処理 */
  body.noscroll {
    overflow: hidden;
    height: 100%;
  }

  /* 言語選択 */
  header .lang {
  }

  header .lang li {
    font-size: 14px;
    vertical-align: top;
  }

  header .lang li:nth-of-type(1):after {
    margin: 0 10px;
  }

  header .lang li a {
    display: inline-block;
  }

  header .lang li a:link,
  header .lang li a:visited {
    color: #000;
    text-decoration: none;
  }

  header .lang li a:hover,
  header .lang li a:active {
    color: #000;
    text-decoration: none;
  }

}


/* ------------------------------------------------------------ FOOTER ------------------------------------------------------------ */

/*--------------------------------
フッター
--------------------------------*/

footer {
  position: relative;
  display: block;
  width: 100%;
  margin: 50px auto 0;
  padding: 0;
}



/* 社名 */

footer .footer_top .footer_logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 117px;
  margin: 0 170px 0 0;
}

footer .footer_top .footer_logo a svg {
  width: 105px;
  height: 24px;
  fill: #000;
}

footer .footer_top .footer_logo a:hover svg {
  fill: #6464e6;
}

/* メニュー */

footer .footer_top .footer_menu {
}

/* お問い合わせボタン */

footer .footer_top .btn_contact {
  position: relative;
  width: 600px;
  max-width: 90%;
  height: 80px;
  line-height: 80px;
  margin: -50px auto 155px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  clear: both;
}

footer .footer_top .btn_contact a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #86898c;
}

footer .footer_top .btn_contact a:link,
footer .footer_top .btn_contact a:visited {
  border-color: #6464e6;
  color: #6464e6;
  background-color: transparent;
}

footer .footer_top .btn_contact a:hover,
footer .footer_top .btn_contact a:active {
  border-color: #6464e6;
  color: #fff;
  background-color: #6464e6;
}

footer .footer_top .btn_contact a svg {
  width: 30px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: -3px 0 0;
  fill: #6464e6;
}

footer .footer_top .btn_contact a:hover svg {
  fill: #fff;
  transform: translate3d(5px, 0, 0);
}


/* リンク */

footer .footer_bottom {
}

/* コピーライト */

footer .footer_bottom .footer_copyright {
}

/* ============================== SP ============================== */

@media only screen and (max-width: 812px) {

  /*--------------------------------
  フッター
  --------------------------------*/
  footer {
    margin: 30px auto 0;
  }

  /* 社名 */
  footer .footer_top .footer_logo {
    display: none;
  }

  /* メニュー */

  /* お問い合わせボタン */
  footer .footer_top .btn_contact {
    width: 80%;
    max-width: 80%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 15px;
  }

  footer .footer_top .btn_contact a:link,
  footer .footer_top .btn_contact a:visited {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
  }

  footer .footer_top .btn_contact a:hover,
  footer .footer_top .btn_contact a:active {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
  }

  footer .footer_top .btn_contact a svg {
    fill: #fff;
  }

  footer .footer_top .btn_contact a:hover svg {
    fill: #fff;
    transform: translate3d(0, 0, 0);
  }

  /* リンク */
  footer .footer_bottom {
    padding: 20px 0;
  }

  footer .footer_bottom .inner {
    padding-right: 5%;
  }

  footer .footer_bottom .footer_link {
    float: none;
    text-align: center;
    margin: 0 auto 10px;
  }

  footer .footer_bottom .footer_link li {
    margin: 0 10px 8px;
    font-size: 12px;
  }

  footer .footer_bottom .footer_link li a:link,
  footer .footer_bottom .footer_link li a:visited {
    color: #fff;
  }

  footer .footer_bottom .footer_link li a:hover,
  footer .footer_bottom .footer_link li a:active {
    color: #fff;
  }

  /* コピーライト */
  footer .footer_bottom .footer_copyright {
    text-align: center;
    font-size: 11px;
  }

}


/* --------------------------------------------------------------------------
  * 2022.09 修正
-------------------------------------------------------------------------- */
/* ヘッダー調整 */
/*
header {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
*/
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1200px;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
}
/*
header h1 {
  -webkit-transform: translate(0, calc(-50% + 35px));
  transform: translate(0, calc(-50% + 35px));
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
*/
header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  align-items: flex-end;
  padding: 0px 40px;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
}
header nav .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header nav .inner > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 30px;
}
header nav .inner > ul > li a {
  height: auto;
}
header nav .inner > ul > li .nav-child {
  z-index: 2;
  cursor: default;
}
header nav .inner > ul > li .nav-child > .sub-menu .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
header nav.main-menu {
  position: relative;
  left: 180px;
}
header nav.main-menu .inner > ul > li {
  margin: 0 0 0 20px;
}
header nav.main-menu .inner > ul > li > a {
  position: relative;
  padding: 0 5px;
}
header nav.main-menu .inner > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #10A99A;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
header nav.main-menu .inner > ul > li > a:hover {
  color: #000;
}
header nav.main-menu .inner > ul > li > a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header nav.sub-menu .inner > ul > li > a {
  position: relative;
  color: #10A99A;
  padding: 0 20px 0px 0;
}
header nav.sub-menu .inner > ul > li > a::before {
  content: none;
}
/*
header nav.sub-menu .inner > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 20px;
  width: 8px;
  height: 6px;
  margin: auto;
  background: url("/common/images/header-sub-arrow.svg") 50% 50%/contain no-repeat;
}
*/
header .button-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 150px;
}
header .inquiries {
  margin-bottom: 20px;
}
header .inquiries a {
  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;
  width: 150px;
  height: 40px;
  color: #fff;
  background: #6464E6;
  border: 1px solid #6464E6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .inquiries a:hover {
  color: #6464E6;
  background: #fff;
}
header .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
header.on_top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header.on_top h1 {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (min-width: 1101px) {
  header .sp-nav {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  header {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px);
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .header-inner {
    min-height: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .header-inner.-sub-open > * {
    z-index: -1 !important;
  }
  header .sp-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 33px;
    padding: 0 10px;
  }
  header .sp-nav nav.evacuation {
    z-index: 1;
  }
  header .sp-nav nav .inner .js-submenu {
    margin: 0;
  }
  header .sp-nav nav .inner .js-submenu > li {
    margin: 0 10px;
  }
  header .sp-nav nav .inner .js-submenu > li > a {
    position: relative;
    padding-right: 15px;
    color: #10A99A;
    font-size: 14px;
    font-weight: normal;
  }
  /*
  header .sp-nav nav .inner .js-submenu > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 6px;
    margin: auto;
    background: url("../images/header-sub-arrow.svg") 50% 50%/contain no-repeat;
  }
  */
  header .sp-nav nav .inner .js-submenu > li .nav-toggle {
    display: none;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child {
    position: fixed;
    left: 0;
    right: 0;
    top: 32px;
    width: 96vw;
    height: auto;
    margin: 0 auto;
    padding-top: 18px;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 120px;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-width: 14px 12.5px;
    border-bottom-color: #fff;
    -webkit-filter: drop-shadow(10px -10px 10px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(10px -10px 10px rgba(0, 0, 0, 0.16));
    z-index: 2;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box {
    position: relative;
    height: 100%;
    max-height: calc(100vh - 100px);
    padding: 26px 20px 40px;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    overflow-y: auto;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu > li {
    padding: 0;
    border: none;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu > li > a {
    display: block;
    padding: 14px 0;
    color: #10A99A;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #137C75;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu > li > a::before {
    content: none;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu > li.menu-item-has-children > a {
    pointer-events: none;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu > li.menu-item-has-children .nav-toggle {
    top: 16px;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu > li.menu-item-has-children .nav-toggle::before {
    border-color: #10A99A;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .nav-toggle {
    display: block;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 20px 20px;
    font-weight: bold;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu > li > a {
    font-weight: bold;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu li.nav-sub-title {
    width: 100%;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu li.nav-sub-title:not(:first-child) {
    margin-top: 30px;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu li.nav-sub-title > a {
    padding-left: 20px;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu li.nav-sub-title > a::before {
    content: "";
    width: 5px;
    height: 5px;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu li:not(.nav-sub-title) {
    width: 50%;
    margin-bottom: 10px;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu li:not(.nav-sub-title) a {
    position: relative;
    padding-left: 16px;
    color: #808080;
    font-size: 14px;
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu li:not(.nav-sub-title) a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-width: 1px 1px 0 0;
    background: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .sp-nav nav .inner .js-submenu > li > .nav-child .inner-bg-box > .sub-menu .sub-menu li.nav-title.menu-item-has-children a {
    pointer-events: none;
  }
  header .sp-nav nav .inner .js-submenu > li:first-child > .nav-child::before {
    left: 20px;
  }
  header .inquiries {
    margin: 0;
  }
  header .inquiries a {
    width: 114px;
    height: 33px;
    font-size: 14px;
  }
  header h1 {
    position: relative;
    margin-right: auto;
    -webkit-transform: none;
    transform: none;
    z-index: initial;
  }
  header #nav_btnwrapper {
    z-index: initial;
  }
  header .nav-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 25px 100px;
    background-color: #1C1F2A;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  header .nav-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  header nav {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    background: none;
  }
  header nav .inner > ul > li {
    display: block;
    margin: 0;
  }
  header nav .inner > ul > li > a {
    display: block;
  }
  header nav .inner > ul > li > a:link, header nav .inner > ul > li > a:visited {
    color: #10A99A;
  }
  header nav.main-menu {
    position: static;
  }
  header nav.main-menu .inner {
    display: block;
  }
  header nav.main-menu .inner > ul {
    display: block;
  }
  header nav.main-menu .inner > ul > li {
    margin: 0;
    border-bottom: 1px solid #10A99A;
  }
  header nav.main-menu .inner > ul > li > a {
    padding: 14px 0;
    font-size: 20px;
  }
  header nav.main-menu .inner > ul > li > a:hover {
    color: #10A99A;
  }
  header nav.main-menu .inner > ul > li > a:hover::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header nav.main-menu .inner > ul > li > a::after {
    left: auto;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    background: transparent;
    border: 1px solid #10A99A;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header nav.sub-menu {
    display: none;
  }
  header .button-wrap {
    width: auto;
  }
  header .button-wrap .inquiries {
    display: none;
  }
  header .button-wrap .lang {
    margin: 0;
  }
  header #nav_btnwrapper {
    position: relative;
  }
  header.on_top, header.-js-open {
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
  header.on_top h1, header.-js-open h1 {
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 812px) {}
footer {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 0;
  padding: 0;
  background: #1C1F2A;
}
footer a {
  position: relative;
  padding-left: 13px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border: 1px solid currentColor;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer a:link, footer a:visited {
  color: #fff;
}
footer a:hover, footer a:active {
  color: #10A99A;
}
footer a:hover::before {
  left: 3px;
}
footer .footer_top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 100px 80px;
}
footer .footer_top .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
footer .footer_top ul {
  vertical-align: top;
  margin: 0 100px 0 0;
}
footer .footer_top ul li {
  display: block;
  margin-left: 20px;
}
footer .footer_top ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .footer_top ul li:first-child {
  padding: 0;
  margin: 0 0 20px;
}
footer .footer_top ul li:first-child a {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
footer .footer_top ul li:first-child a::before {
  content: none;
}
footer .footer_top ul li:first-child a:link, footer .footer_top ul li:first-child a:visited {
  color: #10A99A;
}
footer .footer_top ul li:first-child a:hover, footer .footer_top ul li:first-child a:active {
  color: #fff;
}
footer .footer_top ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
footer .footer_bottom {
  border-top: 1px solid #3E4358;
  padding: 30px 0 20px;
}
footer .footer_bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .footer_bottom .inner::after {
  content: none;
}
footer .footer_bottom .footer_link {
  line-height: 1;
}
footer .footer_bottom .footer_link li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 0 0;
  font-size: 13px;
}
footer .footer_bottom .footer_link li a {
  position: relative;
}
footer .footer_bottom .btn_contact {
  position: relative;
  width: 150px;
  max-width: 90%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
footer .footer_bottom .btn_contact a {
  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;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #6464e6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .footer_bottom .btn_contact a::before {
  content: none;
}
footer .footer_bottom .btn_contact a:link, footer .footer_bottom .btn_contact a:visited {
  color: #fff;
  background-color: #6464e6;
}
footer .footer_bottom .btn_contact a:hover, footer .footer_bottom .btn_contact a:active {
  color: #6464e6;
  background-color: #fff;
}
footer .footer_copyright {
  padding-bottom: 35px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

@media only screen and (max-width: 812px) {
  footer {
    position: relative;
    display: block;
    width: 100%;
    margin: 50px auto 0;
    padding: 0;
    background: #1C1F2A;
  }
  footer a {
    position: relative;
    padding-left: 13px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  footer a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border: 1px solid currentColor;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  footer a:link, footer a:visited {
    color: #fff;
  }
  footer a:hover, footer a:active {
    color: #10A99A;
  }
  footer a:hover::before {
    left: 3px;
  }
  footer .footer_top .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 100px 80px;
  }
  footer .footer_top .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  footer .footer_top ul {
    vertical-align: top;
    margin: 0 100px 0 0;
  }
  footer .footer_top ul li {
    display: block;
    margin-left: 20px;
  }
  footer .footer_top ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .footer_top ul li:first-child {
    padding: 0;
    margin: 0 0 20px;
  }
  footer .footer_top ul li:first-child a {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  footer .footer_top ul li:first-child a::before {
    content: none;
  }
  footer .footer_top ul li:first-child a:link, footer .footer_top ul li:first-child a:visited {
    color: #10A99A;
  }
  footer .footer_top ul li:first-child a:hover, footer .footer_top ul li:first-child a:active {
    color: #fff;
  }
  footer .footer_top ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  footer .footer_bottom {
    border-top: 1px solid #3E4358;
    padding: 30px 0 20px;
  }
  footer .footer_bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  footer .footer_bottom .inner::after {
    content: none;
  }
  footer .footer_bottom .footer_link {
    line-height: 1;
  }
  footer .footer_bottom .footer_link li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 0 0;
    font-size: 13px;
  }
  footer .footer_bottom .footer_link li a {
    position: relative;
  }
  footer .footer_bottom .btn_contact {
    position: relative;
    width: 150px;
    max-width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
  footer .footer_bottom .btn_contact a {
    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;
    width: 100%;
    height: 100%;
    border: 1px solid #6464e6;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  footer .footer_bottom .btn_contact a::before {
    content: none;
  }
  footer .footer_bottom .btn_contact a:link, footer .footer_bottom .btn_contact a:visited {
    color: #fff;
    background-color: #6464e6;
  }
  footer .footer_bottom .btn_contact a:hover, footer .footer_bottom .btn_contact a:active {
    color: #6464e6;
    background-color: #fff;
  }
  footer .footer_copyright {
    padding-bottom: 35px;
    color: #fff;
    text-align: center;
    font-size: 11px;
  }
}
@media only screen and (max-width: 812px) {
  footer {
    position: relative;
    display: block;
    width: 100%;
    margin: 50px auto 0;
    padding: 0;
    background: #1C1F2A;
  }
  footer a {
    position: relative;
    padding-left: 13px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  footer a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border: 1px solid currentColor;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  footer a:link, footer a:visited {
    color: #fff;
  }
  footer a:hover, footer a:active {
    color: #10A99A;
  }
  footer a:hover::before {
    left: 3px;
  }
  footer .footer_top .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 100px 80px;
  }
  footer .footer_top .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  footer .footer_top ul {
    vertical-align: top;
    margin: 0 100px 0 0;
  }
  footer .footer_top ul li {
    display: block;
    margin-left: 20px;
  }
  footer .footer_top ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .footer_top ul li:first-child {
    padding: 0;
    margin: 0 0 20px;
  }
  footer .footer_top ul li:first-child a {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  footer .footer_top ul li:first-child a::before {
    content: none;
  }
  footer .footer_top ul li:first-child a:link, footer .footer_top ul li:first-child a:visited {
    color: #10A99A;
  }
  footer .footer_top ul li:first-child a:hover, footer .footer_top ul li:first-child a:active {
    color: #fff;
  }
  footer .footer_top ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  footer .footer_bottom {
    border-top: 1px solid #3E4358;
    padding: 30px 0 20px;
  }
  footer .footer_bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  footer .footer_bottom .inner::after {
    content: none;
  }
  footer .footer_bottom .footer_link {
    line-height: 1;
  }
  footer .footer_bottom .footer_link li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 0 0;
    font-size: 13px;
  }
  footer .footer_bottom .footer_link li a {
    position: relative;
  }
  footer .footer_bottom .btn_contact {
    position: relative;
    width: 150px;
    max-width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
  footer .footer_bottom .btn_contact a {
    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;
    width: 100%;
    height: 100%;
    border: 1px solid #6464e6;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  footer .footer_bottom .btn_contact a::before {
    content: none;
  }
  footer .footer_bottom .btn_contact a:link, footer .footer_bottom .btn_contact a:visited {
    color: #fff;
    background-color: #6464e6;
  }
  footer .footer_bottom .btn_contact a:hover, footer .footer_bottom .btn_contact a:active {
    color: #6464e6;
    background-color: #fff;
  }
  footer .footer_copyright {
    padding-bottom: 35px;
    color: #fff;
    text-align: center;
    font-size: 11px;
  }
}
@media only screen and (max-width: 812px) and (max-width: 812px) {
  footer {
    margin: 0px auto 0;
  }
  footer .footer_top .inner {
    display: block;
    padding: 50px 18px 75px;
  }
  footer .footer_top .footer_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_top ul {
    width: 50%;
    margin: 0;
  }
  footer .footer_top ul li {
    margin-left: 20px;
  }
  footer .footer_top ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  footer .footer_top ul li:first-child a {
    font-size: 16px;
  }
  footer .footer_top ul li a {
    font-size: 14px;
  }
  footer .footer_bottom {
    padding: 30px 16px 20px;
  }
  footer .footer_bottom .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  footer .footer_bottom .footer_link {
    margin-bottom: 20px;
  }
  footer .footer_bottom .footer_link li {
    margin: 0 10px 10px;
    font-size: 12px;
  }
  footer .footer_bottom .btn_contact {
    margin: 0 auto;
  }
  footer .footer_copyright {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 340px) {
  header .inquiries a {
    width: 90px;
    font-size: 12px;
  }

  header .sp-nav nav .inner .js-submenu > li > a {
    font-size: 12px;
  }
}


/*--------------------------------
main
--------------------------------*/
main{
  padding-top: 83px;
}
@media only screen and (min-width: 1101px) {
  main{
    display: block; /* IE11 bug fix */
    padding-top: 70px;
  }
}