@charset "UTF-8";
/* basic layout */
/* config
---------------------------------------------------------------------------*/
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333; }

@media screen and (max-width: 768px) {
  body {
    /*background-image: url(../img/cmn/bg-cnts-sp.png);*/
    background-size: 100% auto;
    background-repeat: repeat-y;
    font-size: 3.5vw; } }
@supports (-ms-accelerator: true) {
  body {
    letter-spacing: -.03em; } }
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px; }

ul {
  list-style-type: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    /*width /***/
    /*:auto;*/ } }
@media screen and (max-width: 768px) {
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; } }
input, textarea, select {
  font-size: .16em; }

form {
  margin: 0px; }

table {
  border-collapse: collapse;
  font-size: .16rem;
  border-spacing: 0; }

@media screen and (max-width: 768px) {
  html {
    font-size: 550%; } }
h1, h2, h3, h4, h5, h6,
th {
  font-weight: 400; }

/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

@media screen and (min-width: 769px) {
  a:hover {
    cursor: pointer;
    opacity: 0.5;
    /* IE8 over, Opera, Safari, CSS3 over */
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
    color: inherit; } }
.trns {
  transition-property: all;
  transition: 0.3s linear; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* bxslider
---------------------------------------------------------------------------*/
.bx-wrapper {
  box-shadow: none;
  border: none; }

.bx-wrapper {
  margin-bottom: 0; }

/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
.view-sp,
.view-tb {
  display: none; }

@media screen and (max-width: 768px) {
  .view-tb {
    display: block; }

  .view-pc {
    display: none; } }
@media screen and (max-width: 480px) {
  .view-sp {
    display: block; }

  .view-pc {
    display: none; } }
/* 画像パス */
/* 枠 */
/* flexbox */
/* position */
/* フォント */
@font-face {
  font-family: 'Ailerons';
  src: url("./font/Ailerons-Regular.eot") format("oldIE"), url("./font/Ailerons-Regular.woff") format("woff"), url("./font/Ailerons-Regular.ttf") format("truetype"); }
/* アイキャッチアイコンセット */
/* ボタン */
/* 色 */
/* 背景色 */
/* 文字色 */
/* 背景画像 */
/* 中央揃え */
/* object */
/* ホバーアクション */
/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
.wrap {
  overflow: hidden; }

/* 枠 */
.cmn__wrap {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1290px) {
    .cmn__wrap {
      max-width: 100%;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 2.5vw;
      padding-right: 2.5vw; } }
  @media screen and (max-width: 768px) {
    .cmn__wrap {
      max-width: 100%;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 6.25vw;
      padding-right: 6.25vw;
      padding-top: 8.3vw;
      padding-bottom: 8.3vw; } }

/* 見出し */
.cmn__secttl__wrap {
  padding-top: 62px; }
  @media screen and (max-width: 768px) {
    .cmn__secttl__wrap {
      padding-top: 6.5vw; } }

.cmn__secttl {
  font-family: Ailerons, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .9rem;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: -.05em;
  margin-left: -15px; }
  @media screen and (max-width: 768px) {
    .cmn__secttl {
      margin-bottom: 6vw;
      margin-top: -1vw;
      font-size: 12.5vw;
      line-height: 1;
      letter-spacing: -.1em;
      margin-left: 0; } }
  .cmn__secttl span {
    display: inline-block;
    position: relative; }
  .cmn__secttl span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 244px;
    height: 239px;
    top: -38px;
    left: 370px;
    background-image: url(../img/ttl_deco.png); }
    @media screen and (max-width: 768px) {
      .cmn__secttl span::before {
        left: 44vw;
        top: -5vw;
        width: 33vw;
        height: 32vw;
        background-image: url(../img/ttl_deco-sp.png); } }

/* ボタン */
.cmn__btn {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .cmn__btn {
      margin-top: 7.2vw; } }
  .cmn__btn a,
  .cmn__btn button {
    width: 220px;
    height: 54px;
    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;
    font-family: Ailerons, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    background-color: #0d5197;
    font-size: .2rem;
    border: none; }
    @media screen and (max-width: 768px) {
      .cmn__btn a,
      .cmn__btn button {
        width: 37.7vw;
        height: 9.2vw;
        font-size: 3.4vw; } }
  .cmn__btn button {
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
    transition-property: all;
    transition: 0.3s linear;
    cursor: pointer; }
  .cmn__btn button:hover {
    opacity: .8; }
  .cmn__btn span {
    padding-left: .5em;
    letter-spacing: -.25em; }

/* loading
---------------------------------------------------------------------------*/
#loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1; }

#loader__wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-top: -100px;
  margin-left: -200px;
  text-align: center;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    #loader__wrap {
      width: 50vw;
      margin-left: -25vw; } }

/* 背景
---------------------------------------------------------------------------*/
#wrap {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

/* ヘッダー
---------------------------------------------------------------------------*/
.hd {
  position: relative;
  /* ロゴ */
  /* ナビ */
  /* 問い合わせボタン */ }
  .hd .hd__wrap {
    position: relative;
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    color: #fff;
    z-index: 100; }
    @media screen and (max-width: 768px) {
      .hd .hd__wrap {
        max-width: 100vw;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 6vw;
        padding-right: 6vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
        padding-top: 3vw; } }
  .hd .hd__logo {
    width: 216px; }
    @media screen and (max-width: 768px) {
      .hd .hd__logo {
        width: 26vw; } }
  .hd .hd__nav {
    width: 666px; }
    @media screen and (max-width: 768px) {
      .hd .hd__nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #000;
        z-index: 90000; } }
  .hd .hd__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    font-size: .15rem; }
    @media screen and (max-width: 768px) {
      .hd .hd__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 4.6vw; } }
  .hd .hd__nav ul li {
    padding-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .hd .hd__nav ul li {
        width: 100%;
        padding: 5.7vw 6.25vw;
        border-top: 1px solid rgba(255, 255, 255, 0.3); } }
  @media screen and (max-width: 768px) {
    .hd .hd__nav ul li.hd__close {
      padding-top: 3.9vw;
      padding-bottom: 3.9vw;
      text-align: right; } }
  .hd .hd__nav ul li.hd__close img {
    width: 5.4vw; }
  .hd .hd__nav ul li.hd__nav-contact {
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      .hd .hd__nav ul li.hd__nav-contact {
        display: none; } }
  .hd .hd__nav ul li.hd__nav-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;
    background-color: #0d5197;
    width: 231px;
    height: 66px;
    font-family: Ailerons, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .22rem;
    line-height: 1; }
  .hd .hd__nav ul li.hd__nav-contact span {
    position: relative;
    display: block;
    padding-top: 24px; }
  .hd .hd__nav ul li.hd__nav-contact span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 14px;
    background-image: url(../img/icn_nav_contact.png);
    width: 18px;
    height: 14px; }

/* SPボタン */
.hd__spbtn {
  display: none; }
  @media screen and (max-width: 768px) {
    .hd__spbtn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .hd__spbtn li {
    width: 12.5vw; }

/* フッター
---------------------------------------------------------------------------*/
.ft {
  background-color: #000;
  /* ロゴ */
  /* 問い合わせボタン */
  /* 住所 */
  /* ナビ */
  /* SNS */
  /* コピーライト */ }
  .ft .ft__wrap.cmn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .ft .ft__wrap.cmn__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 7vw; } }
  .ft .ft__lft {
    width: 400px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft {
        width: 100%;
        text-align: center; } }
  .ft .ft__rit {
    width: 500px; }
    @media screen and (max-width: 768px) {
      .ft .ft__rit {
        width: 87.5vw;
        margin-top: 6.25vw;
        text-align: center; } }
  .ft .ft__lft-logo {
    width: 216px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-logo {
        width: 39.5vw;
        margin-bottom: 5vw;
        margin-left: auto;
        margin-right: auto; } }
  .ft .ft__lft-contact {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-contact {
        margin-bottom: 5vw; } }
  .ft .ft__lft-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;
    background-color: #0d5197;
    width: 300px;
    height: 66px;
    font-family: Ailerons, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .22rem;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-contact a {
        margin: 0 auto;
        width: 51.7vw;
        height: 11.3vw;
        font-size: 3.7vw; } }
  .ft .ft__lft-contact span {
    position: relative;
    display: block;
    padding-top: 24px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-contact span {
        padding-top: 3.6vw; } }
  .ft .ft__lft-contact span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 14px;
    background-image: url(../img/icn_nav_contact.png);
    width: 18px;
    height: 14px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-contact span::before {
        width: 3.1vw;
        height: 2.4vw;
        background-image: url(../img/icn_nav_contact-sp.png); } }
  .ft .ft__lft-prof {
    line-height: 2;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-prof {
        margin-bottom: 5.7vw; } }
  .ft .ft__lft-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5.7vw; } }
  .ft .ft__lft-nav li a {
    display: inline-block;
    position: relative;
    padding-left: 15px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-nav li a {
        padding-left: 3.4vw; } }
  .ft .ft__lft-nav li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/arw_ft.png);
    width: 7px;
    height: 11px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-nav li a::before {
        width: 1.25vw;
        height: 2.3vw;
        background-image: url(../img/arw_ft-sp.png); } }
  .ft .ft__lft-nav li + li {
    margin-left: 1.5em; }
  .ft .ft__lft-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .ft .ft__lft-sns li {
    width: 42px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-sns li {
        width: 9.2vw; } }
  .ft .ft__lft-sns li + li {
    margin-left: 20px; }
    @media screen and (max-width: 768px) {
      .ft .ft__lft-sns li + li {
        margin-left: 3.65vw; } }
  .ft .ft__copy {
    padding-bottom: 55px;
    font-size: .14rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .ft .ft__copy {
        padding-bottom: 8vw;
        font-size: 3.1vw; } }
