@charset "UTF-8";
/*////////////////////////////////////////////////////

  変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
.enable-js .mod-loading-wrap .mod-loading {
  *zoom: 1;
}
.enable-js .mod-loading-wrap .mod-loading:after {
  content: '';
  display: table;
  clear: both;
}

/*////////////////////////////////////////////////////

    リセット

////////////////////////////////////////////////////*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

html, body {
  width: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: top;
  zoom: 1;
}

/*////////////////////////////////////////////////////

  フォント・文字サイズ設定

////////////////////////////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  /*font size自動調整をきる*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.1em;
}
body .f-min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}
body .f-num {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

::selection {
  background-color: #3a3b65;
  color: #fff;
}

::-moz-selection {
  background-color: #3a3b65;
  color: #fff;
}

/* ================================================
  loading animation
================================================ */
.disable-js .mod-loading-wrap {
  display: none;
}
.enable-js .mod-loading-wrap {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #3a3b65 url("../img/bg_dot_02@2x.png") 0 0 repeat;
  background-size: 4px;
}
.enable-js .mod-loading-wrap .mod-loading {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.enable-js .mod-loading-wrap .mod-loading .item {
  width: 5px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  float: left;
  transform-origin: center;
}
.enable-js .mod-loading-wrap .mod-loading .item:nth-child(n+2) {
  margin-left: 10px;
}
.enable-js .mod-loading-wrap .mod-loading .loading-01 {
  animation: loading-01 0.3s ease 0.1s forwards, loading-02 0.5s ease 0.9s forwards;
}
.enable-js .mod-loading-wrap .mod-loading .loading-02 {
  animation: loading-01 0.3s ease 0.2s forwards, loading-02 0.5s ease 0.9s forwards;
}
.enable-js .mod-loading-wrap .mod-loading .loading-03 {
  animation: loading-01 0.3s ease 0.3s forwards, loading-02 0.5s ease 0.9s forwards;
}
.enable-js .mod-loading-wrap .mod-loading .loading-04 {
  animation: loading-01 0.3s ease 0.4s forwards, loading-02 0.5s ease 0.9s forwards;
}
.enable-js .mod-loading-wrap .mod-loading .loading-05 {
  animation: loading-01 0.3s ease 0.5s forwards, loading-02 0.5s ease 0.9s forwards;
}

/*////////////////////////////////////////////////////

  共通レイアウト
    body,html
    header
      SEO用テキスト、サイトロゴ、グローバルメニュー、ヘッダーメニュー
    content
    footer
      コピーライト、ソーシャルボタン、フッターメニュー、SEOテキスト、SEOテキストエリア、ページトップボタン
    下層
      （サブメニュー、パンくずリスト、カテゴリータイトル、ページタイトル）

  ※全ページ共通のレイアウトを記述してください。（他：メインビジュアル、バナー、フッター用サイトマップ、イベントニュースカルーセル、お問い合わせエリア、など・・・）

////////////////////////////////////////////////////*/
body {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
body.fixed {
  overflow: hidden !important;
  height: 100% !important;
}
body a {
  text-decoration: none;
}

/* ------------------------------------------------
  SEOテキスト
------------------------------------------------ */
h1.txt-seo-h1 {
  /* SEO用ヘッダーテキスト */
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #eee;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
h1.txt-seo-h1 .txt-seo-h1-in {
  display: block;
  width: 96%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  h1.txt-seo-h1 .txt-seo-h1-in {
    box-sizing: border-box;
    max-width: 1100px;
  }
}

.disable-js .txt-seo-footer {
  border-bottom: 1px solid #eee;
}
.disable-js .txt-seo-footer-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .disable-js .txt-seo-footer {
    display: none;
  }
}

/* ------------------------------------------------
  header
------------------------------------------------ */
.header {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
.header-in {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
}
@media print, screen and (min-width: 1025px) {
  .header-in {
    width: 96%;
    margin: 0 auto;
    height: auto;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .header-in {
    box-sizing: border-box;
    max-width: 1100px;
  }
}

@media print {
  .enable-js .header {
    position: relative;
  }
}
.header.min h1.txt-seo-h1 {
  margin-top: -20px;
}
.header.min .nav-global .list-nav a {
  line-height: 40px;
}
.header.min .btn-inquiry-01 {
  height: 40px;
}
.PC .header.min:hover h1.txt-seo-h1 {
  margin-top: 0;
}
.PC .header.min:hover .nav-global .list-nav a {
  line-height: 60px;
}
.PC .header.min:hover .btn-inquiry-01 {
  height: 60px;
}

/* サイトタイトル */
.ttl-site-header {
  display: table;
  width: 182px;
  height: 106px;
  vertical-align: middle;
  background-color: #3a3b65;
}
@media only screen and (max-width: 767px) {
  .ttl-site-header {
    width: 91px;
    height: 53px;
  }
}
.ttl-site-header .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ttl-site-header .logo {
    width: 80%;
    height: auto;
  }
}
.ttl-site-header .logo img {
  width: 142px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .ttl-site-header .logo img {
    width: 80%;
    height: auto;
  }
}
.ttl-site-header .ttl {
  font-size: 12px;
  font-size: 1.2rem;
  background: #3a3b65;
}

/* メニューエリア */
             /* 
.area-menu-header {
  width: 100%;
  .disable-js & {
  }
  .enable-js & {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: rgba($themaColor03,.8);
    @include media(pc) {
      width: 75%;
      height: auto;
      overflow: visible;
      position: static;
      top: auto;
      right: auto;
      background-color: transparent;
      display: table-cell;
      vertical-align: middle;
      box-sizing: border-box;
    };
  }
  &-in {
    @extend %clearfix;
    @include media(sp) {
      margin-bottom: $spaceL*2;
      .disable-js & {
        margin-bottom: 0;
      }
    };
  }
}
グローバルナビ
.nav-global {
  &-wrap {
    @include media(pc) {
      float: left;
      width: calc(100% - 160px);
    };
  }
  border-top: 1px solid $baseColor04;
  @include media(pc) {
    border-top: none;
    @include flexbox();
    @include flex-wrap();
    @include flex-justify-content();
  };
  .list-nav {
    border-bottom: 1px solid $baseColor04;
    @include media(pc) {
      border-bottom: none;
      @include flex-grow(1);
    };
    a {
      color: $baseColor02;
      text-decoration: none;
      display: block;
      box-sizing: border-box;
      font-weight: bold;
      background-color: $baseColor01;
      padding: 1em;
      @include media(pc) {
        background-color: transparent;
        padding: 0;
        @include fz($fSizeS);
        text-align: center;
        line-height: 60px;
      };
    }
    .PC & {
      &.active,
      &:hover {
        a {
          color: $themaColor01;
        }
      }
    }
  }
}
コンバージョンエリア
.area-conversion-01 {
  padding: $spaceR $spaceR/2;
  background-color: $baseColor01;
  @include media(pc) {
    padding: 0;
    background-color: transparent;
    float: right;
  };
}
/* ------------------------------------------------
  contents
------------------------------------------------ */
.contents {
  display: block;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  position: relative;
  top: 0;
  left: 0;
}

.box-contents-01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .box-contents-01 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.box-contents-01.style-02 {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-contents-01 .col-contents-01 {
  text-align: left;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-01 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-01 .map-01 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-01:nth-child(2) {
    margin-top: 20px;
  }
}
.box-contents-01 .col-contents-02 {
  margin-top: 10px;
  text-align: left;
  background: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
  box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, 0.2);
  width: calc(25% - 25px);
  position: relative;
}
.box-contents-01 .col-contents-02 .txt-number-01 {
  position: absolute;
  font-family: 'Crimson Text', serif;
  font-size: 52px;
  font-size: 5.2rem;
  font-style: italic;
  color: #3a3b65;
  top: -40px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-02 .txt-number-01 {
    top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-02 {
    width: 100%;
    padding: 40px 10px 30px;
    margin-top: 25px;
  }
}
.box-contents-01 .col-contents-02.after-arrow-01:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  top: 50%;
  right: -30px;
  margin-top: -13px;
  margin-right: 10px;
  border-right: 7px solid #3a3b65;
  border-top: 7px solid #3a3b65;
  border-bottom: 13px solid rgba(255, 255, 255, 0);
  border-left: 13px solid rgba(255, 255, 255, 0);
  transform: scaleY(1.8) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-02.after-arrow-01:after {
    transform: scaleY(1) scaleX(1.8) rotate(135deg);
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50%;
    margin-left: -13px;
  }
}
.box-contents-01 .col-contents-02.after-arrow-02:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 7px solid #3a3b65;
  border-top: 7px solid #3a3b65;
  border-bottom: 13px solid rgba(255, 255, 255, 0);
  border-left: 13px solid rgba(255, 255, 255, 0);
  transform: scaleY(1) scaleX(1.8) rotate(135deg);
  top: auto;
  right: auto;
  bottom: -15px;
  left: 50%;
  margin-left: -13px;
}
.box-contents-01 .col-contents-02.style-02 {
  width: calc(33% - 25px);
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-02.style-02 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .box-contents-01 .col-contents-02.style-02:nth-child(4) {
    order: 6;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .box-contents-01 .col-contents-02.style-02:nth-child(5) {
    order: 5;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .box-contents-01 .col-contents-02.style-02:nth-child(6) {
    order: 4;
    margin-top: 40px;
  }
}
.box-contents-01 .col-contents-02.style-02.after-arrow-01:after {
  top: 50%;
  right: -34px;
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-02.style-02.after-arrow-01:after {
    top: auto;
    right: auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .box-contents-01 .col-contents-02.style-02.after-arrow-01.reverse:after {
    transform: scaleY(1.8) rotate(-135deg);
    right: auto;
    left: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-02.style-02.after-arrow-01.reverse:after {
    top: auto;
    right: auto;
  }
}
.box-contents-01 .col-contents-02.style-02.after-arrow-02:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 7px solid #3a3b65;
  border-top: 7px solid #3a3b65;
  border-bottom: 13px solid rgba(255, 255, 255, 0);
  border-left: 13px solid rgba(255, 255, 255, 0);
  transform: scaleY(1) scaleX(1.8) rotate(135deg);
  top: auto;
  right: auto;
  bottom: -23px;
  left: 50%;
  margin-left: -13px;
}
@media only screen and (max-width: 767px) {
  .box-contents-01 .col-contents-02.style-02.after-arrow-02:after {
    bottom: -15px;
  }
}

/* ------------------------------------------------
  footer
------------------------------------------------ */
.footer {
  background-color: #eee;
}
.footer-in {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: #3a3b65;
  padding: 35px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .footer-in {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.footer .box-footer-01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer .box-footer-01 {
    width: 100%;
    background: #0f1030;
    padding: 10px;
    box-sizing: border-box;
  }
}
.footer .box-footer-01.style-02 {
  background: #3a3b65;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .footer .box-footer-01.style-02 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    padding-top: 20px;
  }
}
.footer .footer-logo img {
  width: 106px;
  height: 41px;
}
@media only screen and (max-width: 767px) {
  .footer .txt-footer-01 {
    text-align: center;
    padding: 0 0 15px 0;
  }
}
.footer .txt-footer-01 .add {
  padding-left: 15px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer .txt-footer-01 .add {
    padding: 0;
  }
}
.footer .txt-footer-02 {
  color: #fff;
  text-align: right;
  width: calc(100% - 145px );
  padding-right: 15px;
}
.footer .txt-footer-02 .num {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .txt-footer-02 .num {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .footer .txt-footer-02 {
    text-align: left;
    width: calc(100% - 76px );
  }
}
.footer .txt-footer-03 {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  .footer .txt-footer-03 {
    width: 76px;
  }
  .footer .txt-footer-03 img {
    width: 76px;
    height: auto;
  }
}

/* サイトタイトル */
/* メニューエリア */
.area-menu-footer {
  margin-top: 30px;
}

/* フッターナビ */
@media print, screen and (min-width: 768px) {
  .nav-footer {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .nav-footer .list-nav {
    display: inline;
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .nav-footer .list-nav a {
    display: block;
    border-top: 1px solid #ccc;
    padding: .5em;
  }
}

/* フッター用SEOテキストエリア */
.box-seo-description {
  box-sizing: border-box;
  width: 96%;
  margin: 0 auto;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box-seo-description {
    box-sizing: border-box;
    max-width: 1100px;
  }
}

/*フッター用SEOテキスト */
.txt-seo-footer-wrap {
  padding: 10px;
  background-color: #ccc;
}
.txt-seo-footer {
  font-weight: bold;
}
.txt-seo-description {
  color: #999;
}

/* ページトップボタン */
.btn-scroll-top {
  box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 20px;
  display: table;
  width: 50px;
  height: 50px;
  background-color: #999;
  cursor: pointer;
  transition: all .5s ease;
  bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .btn-scroll-top {
    bottom: 3px;
    right: 3px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .btn-scroll-top {
    box-shadow: 1px 1px 10px -5px rgba(0, 0, 1, 0.8);
  }
}
.btn-scroll-top.hide {
  opacity: 0;
}
.btn-scroll-top.hide:before {
  border: 0;
}
@media print, screen and (min-width: 1025px) {
  .btn-scroll-top:hover {
    opacity: .5;
  }
}
.btn-scroll-top-in {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

/*コピーライト*/
.txt-copyright-wrap {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  background-color: #0f1030;
}
@media only screen and (max-width: 767px) {
  .txt-copyright-wrap {
    border-top: solid 1px #666;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: left;
  }
}

.txt-copyright {
  color: #fff;
}

.btn-scroll-top {
  background: #fff;
}
.btn-scroll-top-in {
  padding-top: 15px;
  color: #3a3b65;
}
.btn-scroll-top:before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 5px solid #3a3b65;
  border-top: 5px solid #3a3b65;
  border-bottom: 10px solid rgba(255, 255, 255, 0);
  border-left: 10px solid rgba(255, 255, 255, 0);
  transform: scaleY(1) scaleX(1) rotate(-45deg);
  top: auto;
  right: auto;
  top: 15px;
  left: 50%;
  margin-left: -8px;
}

/* ------------------------------------------------
  下層共通設定
------------------------------------------------ */
/* パンくず */
/* ヒーローイメージ */
.hero-lower-in {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  box-sizing: border-box;
  padding: 10px;
}
.hero-lower-01 {
  height: 200px;
  background-color: #2e3079;
  position: relative;
  overflow: hidden;
}
.hero-lower-01 .hero-lower-in {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-lower-01 {
    height: 140px;
  }
}
.hero-lower-01-ttl, .hero-lower-01-txt {
  display: block;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .hero-lower-01-ttl, .hero-lower-01-txt {
    line-height: 1.4;
  }
}
.hero-lower-01-ttl {
  font-size: calc(26*1px + .5vw);
  color: #3a3b65;
}
.hero-lower-01-txt {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

/*////////////////////////////////////////////////////

  汎用レイアウト

////////////////////////////////////////////////////*/
.img-adjust {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------
  .area
------------------------------------------------ */
.area-cmn-01, .area-cmn-02, .area-cmn-03 {
  box-sizing: border-box;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .area-cmn-01 {
    padding: 40px 0;
  }
}
.area-cmn-02 {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .area-cmn-02 {
    padding: 30px 0;
  }
}
.area-cmn-03 {
  background-color: #3a3b65;
}

/* ------------------------------------------------
  .section
------------------------------------------------ */
.sec-cmn-01, .sec-cmn-02, .sec-cmn-03 {
  box-sizing: border-box;
  padding: 0 10px;
}
.sec-cmn-01:nth-of-type(n+2), .sec-cmn-02:nth-of-type(n+2), .sec-cmn-03:nth-of-type(n+2) {
  margin-top: 80px;
}

.sec-cmn-01 {
  width: 96%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .sec-cmn-01 {
    box-sizing: border-box;
    max-width: 1100px;
  }
}
.sec-cmn-02 {
  padding: 0;
}
@media print, screen and (min-width: 1025px) {
  .sec-cmn-02 {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.sec-cmn-03 {
  padding: 0 20px;
}
@media print, screen and (min-width: 1025px) {
  .sec-cmn-03 {
    padding: 0 40px;
  }
}

/* ------------------------------------------------
  .grid
------------------------------------------------ */
.grid-cmn-01, .grid-cmn-02 {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1025px) {
  .reverse-pc.grid-cmn-01, .reverse-pc.grid-cmn-02 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .reverse-sp.grid-cmn-01, .reverse-sp.grid-cmn-02 {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.grid-cmn-01 .grid-item-01, .grid-cmn-01 .grid-item-02, .grid-cmn-01 .grid-item-03, .grid-cmn-01 .grid-item-04, .grid-cmn-01 .grid-item-05, .grid-cmn-01 .grid-item-06, .grid-cmn-02 .grid-item-01, .grid-cmn-02 .grid-item-02, .grid-cmn-02 .grid-item-03, .grid-cmn-02 .grid-item-04, .grid-cmn-02 .grid-item-05, .grid-cmn-02 .grid-item-06 {
  box-sizing: border-box;
}

.grid-cmn-01 {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid-cmn-01 .grid-item-01 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.grid-cmn-01 .grid-item-02 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.grid-cmn-01 .grid-item-03 {
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.grid-cmn-01 .grid-item-04 {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.grid-cmn-01 .grid-item-05 {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.grid-cmn-01 .grid-item-06 {
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.grid-cmn-02 {
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-align-content: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.grid-cmn-02 .grid-item-01 {
  width: calc(100/1*1% - 20px);
  margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .grid-cmn-02 .grid-item-01 {
    width: calc(100/1*1% - 40px);
    margin: 20px 0;
  }
}
.grid-cmn-02 .grid-item-02 {
  width: calc(100/2*1% - 20px);
  margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .grid-cmn-02 .grid-item-02 {
    width: calc(100/2*1% - 40px);
    margin: 20px 0;
  }
}
.grid-cmn-02 .grid-item-03 {
  width: calc(100/2*1% - 20px);
  margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .grid-cmn-02 .grid-item-03 {
    width: calc(100/3*1% - 40px);
    margin: 20px 0;
  }
}
.grid-cmn-02 .grid-item-04 {
  width: calc(100/2*1% - 20px);
  margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .grid-cmn-02 .grid-item-04 {
    width: calc(100/4*1% - 40px);
    margin: 20px 0;
  }
}
.grid-cmn-02 .grid-item-05 {
  width: calc(100/2*1% - 10px);
  margin: 5px 0;
}
@media print, screen and (min-width: 1025px) {
  .grid-cmn-02 .grid-item-05 {
    width: calc(100/5*1% - 20px);
    margin: 10px 0;
  }
}
.grid-cmn-02 .grid-item-06 {
  width: calc(100/2*1% - 10px);
  margin: 5px 0;
}
@media print, screen and (min-width: 1025px) {
  .grid-cmn-02 .grid-item-06 {
    width: calc(100/6*1% - 20px);
    margin: 10px 0;
  }
}

/*////////////////////////////////////////////////////

  テキスト、見出しの汎用スタイル

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  テキスト
------------------------------------------------ */
.txt-cmn-caution-01 {
  margin-top: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.txt-cmn-caution-01:before {
  content: '※';
  padding-right: .5em;
}
.txt-cmn-small-01 {
  font-size: 12px;
  font-size: 1.2rem;
}
.txt-cmn-small-02 {
  font-size: 10px;
  font-size: 1rem;
}
.txt-cmn-01 {
  color: #333;
}
.txt-cmn-01:nth-child(n+1) {
  margin-bottom: 10px;
}
.txt-cmn-01:last-child {
  margin-bottom: 0;
}
.txt-cmn-02 {
  color: #2e3079;
}

.txt-no-script {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}

/* ------------------------------------------------
  見出し
------------------------------------------------ */
/* 共通見出し */
.ttl-level-01, .ttl-level-02, .ttl-level-03 {
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 1em;
}

.ttl-level-01 {
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 3px solid #3a3b65;
}
@media only screen and (max-width: 767px) {
  .ttl-level-01 {
    font-size: 30px;
    font-size: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.ttl-level-02 {
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: 1.5em;
  padding-bottom: 5px;
  line-height: 1.5;
  position: relative;
}
.ttl-level-02:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-color: #3a3b65;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc( (26*1.5*1px - 26*1px)/2 );
}
.ttl-level-02:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #3a3b65, #3a3b65 2px, transparent 2px, transparent 4px);
  background-position: top left;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ttl-level-02:nth-child(n+2) {
  margin-top: 1em;
}
.ttl-level-03 {
  font-size: 20px;
  font-size: 2rem;
  color: #3a3b65;
  padding-left: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
}
.ttl-level-03:before {
  box-sizing: border-box;
  content: '';
  display: block;
  width: 0.9em;
  height: 0.9em;
  border: 4px solid #3a3b65;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc( 20*1.7px/2 - 0.9em/2);
}

.txt-em-01 {
  font-weight: bold;
  border-bottom: solid 1px #e39001;
  margin-bottom: 15px;
}

/*////////////////////////////////////////////////////

  リンク

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  ベース設定
------------------------------------------------ */
a {
  color: #3a3b65;
}
.PC a:hover {
  color: #e39001;
}

@media print, screen and (min-width: 768px) {
  .telLink:hover {
    cursor: default;
  }
}

/* ------------------------------------------------
  テキストリンク
------------------------------------------------ */
.link-cmn-01, .link-cmn-02, .link-cmn-03, .link-cmn-04 {
  text-decoration: none;
}
.PC .link-cmn-01:hover, .PC .link-cmn-02:hover, .PC .link-cmn-03:hover, .PC .link-cmn-04:hover {
  text-decoration: underline;
}

/* 汎用スタイル */
.PC .link-cmn-01:hover:before {
  border-left-color: #e39001 !important;
}
.link-cmn-02:before {
  border-left-color: #666 !important;
}
.PC .link-cmn-02:hover:before {
  border-left-color: #e39001 !important;
}
.PC .link-cmn-03:hover:after {
  border-left-color: #e39001 !important;
}
.link-cmn-04:after {
  border-left-color: #666 !important;
}
.PC .link-cmn-04:hover:after {
  border-left-color: #e39001 !important;
}

/* ------------------------------------------------
  ボタン
------------------------------------------------ */
/* 汎用スタイル */
/* 固有 */
.btn-inquiry-01 {
  display: table;
  width: 100%;
  height: 60px;
}
@media print, screen and (min-width: 1025px) {
  .btn-inquiry-01 {
    width: 160px;
  }
}
.btn-inquiry-01 > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #3a3b65;
}

/*////////////////////////////////////////////////////

  汎用リスト

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  箇条書きリスト
------------------------------------------------ */
.list-child {
  margin-top: .5em;
}
.list-child .list-child-item {
  padding-left: 1.5em;
  position: relative;
}
.list-child .list-child-item:before {
  content: '';
  display: block;
  width: 0.5em;
  height: 2px;
  background-color: #ccc !important;
  position: absolute;
  top: .5em;
  left: 0;
}

.list-cmn-02 .list-item:before {
  background-color: #666 !important;
}

/* ------------------------------------------------
  定義リスト
------------------------------------------------ */
.list-dl-01, .list-dl-02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.list-dl-01 > dt, .list-dl-02 > dt, .list-dl-01 > dd, .list-dl-02 > dd {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .list-dl-01 > dt, .list-dl-02 > dt, .list-dl-01 > dd, .list-dl-02 > dd {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .list-dl-01 > dt:nth-child(n+3), .list-dl-02 > dt:nth-child(n+3), .list-dl-01 > dd:nth-child(n+3), .list-dl-02 > dd:nth-child(n+3) {
    margin-top: 1em;
  }
}
.list-dl-01 > dt, .list-dl-02 > dt {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .list-dl-01 > dt, .list-dl-02 > dt {
    margin-top: 1em;
  }
  .list-dl-01 > dt:first-child, .list-dl-02 > dt:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .list-dl-01 > dt:after, .list-dl-02 > dt:after {
    content: '';
    display: block;
    width: 2px;
    height: 50%;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .list-dl-01 > dd, .list-dl-02 > dd {
    padding-top: 0;
  }
}

.list-dl-01 {
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .list-dl-01 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.list-dl-01 > dt {
  color: #3a3b65;
  font-weight: bold;
  width: 7em;
}
@media only screen and (max-width: 767px) {
  .list-dl-01 > dt {
    width: 100%;
    padding-bottom: 10px;
  }
}
.list-dl-01 > dd {
  width: calc(100% - $dtWidth);
}
@media only screen and (max-width: 767px) {
  .list-dl-01 > dd {
    width: 100%;
  }
}
.list-dl-02 {
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media print, screen and (min-width: 1025px) {
  .list-dl-02 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .list-dl-02 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.list-dl-02 > dt {
  font-weight: bold;
  width: 12em;
}
@media only screen and (max-width: 767px) {
  .list-dl-02 > dt {
    width: 100%;
    padding-bottom: 5px;
  }
}
.list-dl-02 > dd {
  width: calc(100% - $dtWidth);
}
@media only screen and (max-width: 767px) {
  .list-dl-02 > dd {
    width: 100%;
    padding-bottom: 10px;
  }
}

.list-cmn-01 li {
  padding-left: 10px;
  position: relative;
}
.list-cmn-01 li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: -5px;
}

/*////////////////////////////////////////////////////

  汎用テーブル
    ※入れ子にした際に孫のテーブルにスタイルが引き継がれないよう、
    　　&>を使用したスタイル設定を推奨

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  テーブル
------------------------------------------------ */
.table-cmn-01, .table-cmn-02, .table-cmn-03 {
  width: 100%;
  box-sizing: border-box;
}
.table-cmn-01 > th, .table-cmn-02 > th, .table-cmn-03 > th, .table-cmn-01 > td, .table-cmn-02 > td, .table-cmn-03 > td {
  box-sizing: border-box;
  vertical-align: middle;
}
@media print, screen and (min-width: 1025px) {
  .table-cmn-01 > th, .table-cmn-02 > th, .table-cmn-03 > th {
    white-space: nowrap;
  }
}

.table-cmn-01 tbody tr {
  border: solid 1px #3a3b65;
}
.table-cmn-01 tbody tr th,
.table-cmn-01 tbody tr td {
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .table-cmn-01 tbody tr th,
  .table-cmn-01 tbody tr td {
    display: block;
    width: 100%;
  }
}
.table-cmn-01 tbody tr th {
  font-weight: normal;
  text-align: center;
  background-color: #3a3b65;
  color: #fff;
  border: solid 1px #fff;
}
@media only screen and (max-width: 767px) {
  .table-cmn-01 tbody tr th {
    border: 0;
  }
}
.table-cmn-01 tbody tr td {
  font-weight: normal;
  text-align: left;
}
.table-cmn-01 tbody tr:first-child th {
  border-top: 0;
}
.table-cmn-01 tbody tr:last-child th {
  border-bottom: 0;
}
.table-cmn-01.style-02 tbody th,
.table-cmn-01.style-02 tbody td {
  vertical-align: middle;
}
.table-cmn-01.style-02 tbody td {
  border: solid 1px #3a3b65;
  text-align: center;
  padding: 15px 0;
}
.table-cmn-01.style-02 tbody th {
  padding: 10px;
  line-height: 1.5;
}
.table-cmn-01.style-02 tbody th:first-child {
  border-left: 0;
}
.table-cmn-01.style-02 tbody th:last-child {
  border-right: 0;
}
.table-cmn-02 th,
.table-cmn-02 td {
  border: 1px solid #e39001;
}
.table-cmn-02 > thead > tr > th {
  color: black;
  background-color: rgba(227, 144, 1, 0.3);
}
.table-cmn-02 > tbody > tr > th, .table-cmn-02 > tbody > tr > td {
  text-align: left;
}
.table-cmn-02 > tbody > tr > th {
  font-weight: normal;
  background-color: rgba(227, 144, 1, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .table-cmn-02 > tbody > tr > th {
    white-space: nowrap;
  }
}
.table-cmn-03 th,
.table-cmn-03 td {
  border: 1px solid #2e3079;
}
.table-cmn-03 > thead > tr > th {
  color: black;
  background-color: rgba(46, 48, 121, 0.3);
}
.table-cmn-03 > tbody > tr > th, .table-cmn-03 > tbody > tr > td {
  text-align: left;
}
.table-cmn-03 > tbody > tr > th {
  font-weight: normal;
  background-color: rgba(46, 48, 121, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .table-cmn-03 > tbody > tr > th {
    white-space: nowrap;
  }
}

/*////////////////////////////////////////////////////

  その他の汎用スタイル

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  デバイスごとの表示切り分け
  例： <br class="no-sp">
------------------------------------------------ */
.only-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

.only-tablet {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .only-tablet {
    display: block !important;
  }
}

.only-pc {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .only-pc {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .no-tablet {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .no-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .for_pc {
    display: none;
  }
}

/* ------------------------------------------------
  汎用マルチクラス
------------------------------------------------ */
.s-tac {
  text-align: center;
}
.s-tal {
  text-align: left;
}
.s-tar {
  text-align: right;
}
.s-mb-10 {
  margin-bottom: 10px;
}
.s-mb-20 {
  margin-bottom: 20px;
}
.s-mb-30 {
  margin-bottom: 30px;
}
.s-mb-40 {
  margin-bottom: 40px;
}
.s-fw-b {
  font-weight: bold;
}

/* ------------------------------------------------
  アイコン
------------------------------------------------ */
/* 各アイコン共通設定 */
.list-cmn-01 .list-item, .list-cmn-02 .list-item, .ico-square-01, .ico-square-02 {
  padding-left: 1em;
  position: relative;
}
.list-cmn-01 .list-item:before, .list-cmn-02 .list-item:before, .ico-square-01:before, .ico-square-02:before {
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  background-color: #3a3b65;
  position: absolute;
  top: .6em;
  left: 0;
}

.ico-circle-01, .ico-circle-02 {
  padding-left: 1.5em;
  position: relative;
}
.ico-circle-01:before, .ico-circle-02:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #3a3b65;
  position: absolute;
  top: .4em;
  left: 0;
}

.link-cmn-01, .link-cmn-02, .ico-arrow-01, .ico-arrow-02 {
  padding-left: 1em;
  position: relative;
}
.link-cmn-01:before, .link-cmn-02:before, .ico-arrow-01:before, .ico-arrow-02:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px;
  border-color: transparent;
  border-left-color: #3a3b65;
  position: absolute;
  top: .5em;
  left: 0;
}

.link-cmn-03, .link-cmn-04, .ico-arrow-03, .ico-arrow-04 {
  position: relative;
  padding-right: 1.5em;
}
.link-cmn-03:after, .link-cmn-04:after, .ico-arrow-03:after, .ico-arrow-04:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px;
  border-color: transparent;
  border-left-color: #3a3b65;
  position: absolute;
  top: .4em;
  right: 0;
}

/* 各アイコンバリエーション設定 */
a[class^=ico] {
  color: #000;
  text-decoration: none;
}

.ico-square-02:before {
  background-color: #666;
}
.ico-circle-02:before {
  background-color: #666;
}
.ico-arrow-02:before {
  border-left-color: #666;
}
.ico-arrow-04:after {
  border-left-color: #666;
}
.ico-pointer-01 {
  display: inline-block;
  padding: 5px 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .ico-pointer-01 {
    display: none;
  }
}
.ico-pointer-01:before {
  content: '';
  display: block;
  width: 3em;
  height: 6px;
  background-color: rgba(224, 183, 0, 0.3);
  position: absolute;
  top: 50%;
  right: -5.5em;
  margin-top: -3px;
  -webkit-animation: scroll-line 6s cubic-bezier(0.23, 1, 0.32, 1) 0s infinite;
  animation: scroll-line 6s cubic-bezier(0.23, 1, 0.32, 1) 0s infinite;
}
.ico-pointer-01:after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: -2em;
  margin-top: -0.7em;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("../img/ico_pointer_01.svg");
  -webkit-animation: scroll-x 6s cubic-bezier(0.23, 1, 0.32, 1) 0s infinite;
  animation: scroll-x 6s cubic-bezier(0.23, 1, 0.32, 1) 0s infinite;
}

/* ------------------------------------------------
  ボックスのスタイル
------------------------------------------------ */
.box-cmn-01, .box-cmn-02 {
  box-sizing: border-box;
  padding: 40px 30px;
  margin-top: 30px;
}

/* 汎用ボックス */
.box-cmn-01 {
  background-color: #eee;
}
.box-cmn-02 {
  background-color: #fff;
  border: 1px solid #3a3b65;
}
.box-cmn-ttl-01 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
}

/* ------------------------------------------------
  タブ
------------------------------------------------ */
.enclosure-01 {
  margin-top: 30px;
  text-align: left;
  padding: 20px;
  border: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  .enclosure-01 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .enclosure-01.sp-non {
    border: 0;
    padding: 0;
  }
}
.enclosure-01 .ttl-enclusure-01 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2e3079;
}
.enclosure-01 .ttl-enclosure-01 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2e3079;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 10px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*////////////////////////////////////////////////////

  アニメーションのスタイル

////////////////////////////////////////////////////*/
/* JSが有効の場合 */
/*////////////////////////////////////////////////////

  keyframes設定

////////////////////////////////////////////////////*/
/* ローディング */
@-webkit-keyframes loading-01 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes loading-01 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1, 0);
  }
}
@-webkit-keyframes loading-02 {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-02 {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1);
  }
}
/* ナビゲーションボタン */
@-webkit-keyframes btn-nav-middle {
  0% {
    background-color: #3a3b65;
    height: 3px;
  }
  50% {
    background-color: #c2c3dc;
    height: 0px;
  }
  100% {
    background-color: transparent;
    height: 3px;
  }
}
@keyframes btn-nav-middle {
  0% {
    background-color: #3a3b65;
    height: 3px;
  }
  50% {
    background-color: #c2c3dc;
    height: 0px;
  }
  100% {
    background-color: transparent;
    height: 3px;
  }
}
@-webkit-keyframes btn-nav-before {
  0% {
    top: -7px;
    background-color: #3a3b65;
    height: 3px;
  }
  50% {
    top: 0px;
    transform: rotate(0);
    background-color: #c2c3dc;
    height: 0px;
  }
  100% {
    top: 0px;
    transform: rotate(45deg);
    background-color: #3a3b65;
    height: 3px;
  }
}
@keyframes btn-nav-before {
  0% {
    top: -7px;
    background-color: #3a3b65;
    height: 3px;
  }
  50% {
    top: 0px;
    transform: rotate(0);
    background-color: #c2c3dc;
    height: 0px;
  }
  100% {
    top: 0px;
    transform: rotate(45deg);
    background-color: #3a3b65;
    height: 3px;
  }
}
@-webkit-keyframes btn-nav-after {
  0% {
    top: 7px;
    background-color: #3a3b65;
    height: 3px;
  }
  50% {
    top: 0px;
    transform: rotate(0);
    background-color: #c2c3dc;
    height: 0px;
  }
  100% {
    top: 0px;
    transform: rotate(-45deg);
    background-color: #3a3b65;
    height: 3px;
  }
}
@keyframes btn-nav-after {
  0% {
    top: 7px;
    background-color: #3a3b65;
    height: 3px;
  }
  50% {
    top: 0px;
    transform: rotate(0);
    background-color: #c2c3dc;
    height: 0px;
  }
  100% {
    top: 0px;
    transform: rotate(-45deg);
    background-color: #3a3b65;
    height: 3px;
  }
}
@-webkit-keyframes scroll-x {
  0% {
    transform: translateX(0%);
    opacity: 0;
  }
  30% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(0%);
    opacity: 0;
  }
  36% {
    transform: translateX(300%);
    opacity: 0;
  }
  40% {
    transform: translateX(300%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}
@keyframes scroll-x {
  0% {
    transform: translateX(0%);
    opacity: 0;
  }
  30% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(0%);
    opacity: 0;
  }
  36% {
    transform: translateX(300%);
    opacity: 0;
  }
  40% {
    transform: translateX(300%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}
@-webkit-keyframes scroll-line {
  0% {
    transform: scale(0, 1);
    transform-origin: center right;
  }
  45% {
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: center right;
  }
  79% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: center right;
  }
  80% {
    transform-origin: center left;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0.3, 1);
    transform-origin: center left;
  }
}
@keyframes scroll-line {
  0% {
    transform: scale(0, 1);
    transform-origin: center right;
  }
  45% {
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: center right;
  }
  79% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: center right;
  }
  80% {
    transform-origin: center left;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0.3, 1);
    transform-origin: center left;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*////////////////////////////////////////////////////

  ページごとの個別スタイル
  ※サイト規模によってはさらにファイルを分けること

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  トップページ
------------------------------------------------ */
/* ヒーローイメージ */
.hero-top {
  background-color: #333;
  position: relative;
  top: 0;
  left: 0;
  background-image: url("../img/mv.jpg");
  background-size: cover;
  background-position: center top;
  height: 80vh;
  min-height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero-top {
    background-image: url("../img/mv_sp.jpg");
    height: 90vh;
  }
}
@media only screen and (max-width: 380px) {
  .hero-top {
    height: 600px;
  }
}
.hero-top-in {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  bottom: 45%;
  width: 100%;
  max-width: 1100px;
}
@media only screen and (max-width: 767px) {
  .hero-top-in {
    max-width: 60%;
    bottom: auto;
    right: auto;
    transform: translate(0%, 20%);
  }
}
@media only screen and (max-width: 550px) {
  .hero-top-in {
    max-width: 80%;
  }
}
@media only screen and (max-width: 350px) {
  .hero-top-in {
    max-width: 100%;
  }
}
.hero-top-ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #2e3079;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .hero-top-ttl {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.hero-top-ttl span {
  font-size: 48px;
  font-size: 4.8rem;
  color: #3a3b65;
  vertical-align: -2px;
  letter-spacing: 0em;
  padding: 0 5px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .hero-top-ttl span {
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 3rem;
    padding: 0;
    font-weight: bold;
  }
}
@media only screen and (max-width: 550px) {
  .hero-top-ttl span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 380px) {
  .hero-top-ttl span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.hero-top-txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  background: #e39001;
  padding: 5px;
  line-height: 1.2;
  text-shadow: 0px 0px 2px #483008;
  text-align: center;
}
.hero-top-txt-wp {
  width: 716px;
}
@media only screen and (max-width: 767px) {
  .hero-top-txt {
    text-shadow: 0px 0px 0px #ffffff;
    margin-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
    display: inline;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .hero-top-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.hero-top-txt-02 {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2e3079;
  font-weight: 500;
  margin-top: 10px;
}
.hero-top-txt-02 span {
  position: relative;
}
.hero-top-txt-02 span:before, .hero-top-txt-02 span:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  background: #2e3079;
}
@media only screen and (max-width: 767px) {
  .hero-top-txt-02 span:before, .hero-top-txt-02 span:after {
    width: 5px;
  }
}
.hero-top-txt-02 span:before {
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .hero-top-txt-02 span:before {
    left: -10px;
  }
}
.hero-top-txt-02 span:after {
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .hero-top-txt-02 span:after {
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-top-txt-02 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    margin-left: 30px;
    text-align: left;
  }
}
.hero-top .txt-hero-top {
  position: absolute;
  bottom: 0;
  right: -20px;
  background: #3a3b65;
  color: #fff;
  padding: 10px 45px 10px 30px;
  transform: skew(-15deg);
  font-size: 24px;
  font-size: 2.4rem;
}
.hero-top .txt-hero-top span {
  display: block;
  transform: skew(15deg);
}
@media only screen and (max-width: 767px) {
  .hero-top .txt-hero-top {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 380px) {
  .hero-top .txt-hero-top {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 45px 5px 20px;
  }
}

.hero-top-box {
  border: solid 1px;
  border-color: #fff #3a3b65 #3a3b65 #fff;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 550px) {
  .hero-top-box {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .hero-top-box {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }
}
.hero-top-box-wp {
  width: 655px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .hero-top-box-wp {
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 30px;
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hero-top-box .ttl-hero-box {
  color: #2e3079;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -20%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .hero-top-box .ttl-hero-box {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    right: auto;
    transform: translateX(0%);
    transform: translatey(50%);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .hero-top-box .ttl-hero-box {
    top: auto;
  }
}

.hero-top-box .ttl-hero-box:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #2e3079;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  transform: translate(50%, 10px) rotate(-45deg);
  top: 55px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero-top-box .ttl-hero-box:after {
    transform: translate(30px, -7px) rotate(-45deg);
  }
}
@supports (-ms-ime-align: auto) {
  .hero-top-box .ttl-hero-box:after {
    transform: translate(30px, -7px) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .hero-top-box .ttl-hero-box:after {
    right: auto;
    width: 30px;
    transform: translate(10%, 15px) rotate(-45deg);
    top: auto;
  }
}
.hero-top-box .ttl-hero-box.style-02 {
  top: -30%;
}
@media only screen and (max-width: 767px) {
  .hero-top-box .ttl-hero-box.style-02 {
    top: auto;
  }
}
.hero-top-box .ttl-hero-box.style-02:after {
  top: 70px;
}
@media only screen and (max-width: 767px) {
  .hero-top-box .ttl-hero-box.style-02:after {
    transform: translate(-25%, 15px) rotate(-45deg);
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-top-box .ttl-hero-box.style-03 {
    top: -20%;
  }
}
.hero-top-box .ttl-hero-box.style-03:after {
  top: 55px;
}
@media only screen and (max-width: 767px) {
  .hero-top-box .ttl-hero-box.style-03:after {
    transform: translate(18%, 8px) rotate(-45deg);
    top: auto;
  }
}
.hero-top-box .txt-hero-box {
  display: inline;
  width: 100%;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-top-box .txt-hero-box {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 380px) {
  .hero-top-box .txt-hero-box {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* スクロールダウン */
/* エリア */
/* 見出し */
.ttl-top-01 {
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 15px;
  color: #2e3079;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .ttl-top-01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.ttl-top-01.style-02 {
  text-align: left;
  margin-bottom: 10px;
}
.ttl-top-02 {
  text-align: left;
  font-size: 26px;
  font-size: 2.6rem;
  color: #2e3079;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .ttl-top-02 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.ttl-top-02:before {
  content: '';
  position: absolute;
  display: block;
  width: 1000px;
  height: 2px;
  background: #3a3b65;
  top: 50%;
  left: -1010px;
}
@media only screen and (max-width: 767px) {
  .ttl-top-02:before {
    left: -990px;
  }
}

.area-btn-01 {
  background: #e8e8f2;
}

.box-btn-wp {
  max-width: 662px;
  margin: 0 auto;
  border: solid 1px #3a3b65;
  padding: 20px 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .box-btn-wp {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
.box-btn-wp .tel-num-01 {
  position: relative;
  font-weight: bold;
  font-size: 33px;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .box-btn-wp .tel-num-01 {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 380px) {
  .box-btn-wp .tel-num-01 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.box-btn-wp .tel-num-01 sup {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .box-btn-wp .tel-num-01 sup {
    right: 0px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .box-btn-wp .link-tel-01 {
    text-align: center;
  }
}
.box-btn-wp .link-tel-01 a {
  display: block;
  vertical-align: bottom;
  margin-top: 12px;
}
.box-btn-wp .link-tel-01 a:hover {
  color: #3a3b65;
}
.box-btn-wp .link-tel-01 .txt-fax {
  text-align: center;
  letter-spacing: 0.2em;
  color: #2e3079;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .box-btn-wp .link-tel-01 .txt-fax {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.box-btn-wp .link-tel-01 img {
  vertical-align: 1px;
}
.box-btn-wp .link-inq-01 {
  padding: 20px;
  box-sizing: border-box;
  background: #e39001;
  color: #fff;
  font-weight: bold;
  border: solid 1px transparent;
  width: 200px;
  margin: 0 10px 0 20px;
  transition-duration: .5s;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .box-btn-wp .link-inq-01 {
    width: 100%;
    margin: 0;
    padding: 15px;
    margin-top: 15px;
  }
}
.box-btn-wp .link-inq-01 .btn-cmn-01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-btn-wp .link-inq-01:hover {
  color: #fff;
}
@media print, screen and (min-width: 1025px) {
  .box-btn-wp .link-inq-01:hover {
    border: solid 1px #e39001;
    background: #fff;
    color: #e39001;
    transition-duration: .5s;
  }
}

.area-flow-01 {
  background: url(../img/bg_01.jpg) #fff no-repeat;
  background-position: center center;
  background-size: cover;
}
.area-flow-02 {
  background: url(../img/bg_02.jpg) #fff no-repeat;
  background-position: center center;
  background-size: cover;
}

.list-faq {
  width: 100%;
  margin-bottom: 40px;
}
.list-faq:last-child {
  margin-bottom: 0;
}
.list-faq dt {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 15px 15px 30px;
  box-sizing: border-box;
}
.list-faq dt:before {
  content: 'Q';
  position: absolute;
  top: 10px;
  left: 0px;
  margin-top: -18px;
  color: #3a3b65;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-size: 20px;
  font-size: 2rem;
}
.list-faq dd {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 50px;
  box-sizing: border-box;
  background: #eee;
}
.list-faq dd:before {
  content: 'A';
  position: absolute;
  top: 25px;
  left: 15px;
  margin-top: -18px;
  color: #e39001;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-size: 20px;
  font-size: 2rem;
}

.box-voice-01 {
  width: calc(100% - 150px);
  position: relative;
  box-sizing: border-box;
  border: solid 6px #eee;
  padding: 40px;
  float: right;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .box-voice-01 {
    border: solid 3px #eee;
    width: calc(100% - 70px);
    padding: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
}
.box-voice-01.reverse {
  float: left;
}
.box-voice-01.reverse:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -45px;
  left: auto;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #eee;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media only screen and (max-width: 767px) {
  .box-voice-01.reverse:before {
    right: -20px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #eee;
    border-bottom: 10px solid transparent;
  }
}
.box-voice-01.reverse:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: -160px;
  left: auto;
  margin-top: -20px;
  width: 0;
  display: block;
  width: 145px;
  height: 205px;
  background: url(../img/man01.png);
}
@media only screen and (max-width: 767px) {
  .box-voice-01.reverse:after {
    background: url(../img/man01_sp.png) no-repeat;
    width: 60px;
    right: -75px;
    bottom: -30px;
  }
}
.box-voice-01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #eee;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media only screen and (max-width: 767px) {
  .box-voice-01:before {
    left: -20px;
    border-top: 10px solid transparent;
    border-right: 10px solid #eee;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.box-voice-01:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -160px;
  margin-top: -20px;
  width: 0;
  display: block;
  width: 130px;
  height: 205px;
  background: url(../img/man01.png);
}
@media only screen and (max-width: 767px) {
  .box-voice-01:after {
    background: url(../img/man01_sp.png) no-repeat;
    width: 60px;
    left: -70px;
    bottom: -30px;
  }
}
.box-voice-01.style-02:after {
  background: url(../img/man02.png);
}
@media only screen and (max-width: 767px) {
  .box-voice-01.style-02:after {
    background: url(../img/man02_sp.png) no-repeat;
  }
}
.box-voice-01.style-03:after {
  background: url(../img/man03.png);
}
@media only screen and (max-width: 767px) {
  .box-voice-01.style-03:after {
    background: url(../img/man03_sp.png) no-repeat;
  }
}
.box-voice-01.style-04:after {
  background: url(../img/man04.png);
}
@media only screen and (max-width: 767px) {
  .box-voice-01.style-04:after {
    background: url(../img/man04_sp.png) no-repeat;
  }
}
.box-voice-01:last-child {
  margin-bottom: 0;
}
.box-voice-01 .btn-lead-more {
  display: inline-block;
  color: #666;
  margin-top: 5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.box-voice-01 .btn-lead-more:before, .box-voice-01 .btn-lead-more:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 1px;
  top: 50%;
  background: #666;
}
.box-voice-01 .btn-lead-more:before {
  left: -15px;
}
.box-voice-01 .btn-lead-more:after {
  right: -15px;
}
.box-voice-01 .txt-more {
  display: none;
}

.box-case-wp {
  width: 100%;
  position: relative;
  height: 245px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .box-case-wp {
    height: auto;
  }
}
.box-case-wp:after {
  content: '';
  position: absolute;
  display: block;
  width: 398px;
  height: 245px;
  top: 0;
  right: 0;
  background: url(../img/img_01.jpg) no-repeat;
  z-index: -4;
}
@media only screen and (max-width: 767px) {
  .box-case-wp:after {
    background: none;
    width: 0;
    height: 0;
  }
}
.box-case-wp.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.box-case-wp.reverse:after {
  right: auto;
  left: 0;
  background: url(../img/img_02.jpg) no-repeat;
  z-index: -4;
}
@media only screen and (max-width: 767px) {
  .box-case-wp.reverse:after {
    background: none;
    width: 0;
    height: 0;
  }
}
.box-case-wp.style-03:after {
  background: url(../img/img_03.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  .box-case-wp.style-03:after {
    background: none;
    width: 0;
    height: 0;
  }
}
.box-case-wp:last-child {
  margin-bottom: 0;
}
.box-case-01 {
  padding: 30px;
  box-sizing: border-box;
  width: 70%;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box-case-01 {
    width: 100%;
    padding: 10px;
  }
}
.box-case-01:before, .box-case-01:after {
  content: '';
  position: absolute;
}
.box-case-01:before {
  width: 0;
  height: 0;
  border-top: 50px solid #3a3b65;
  border-left: 50px solid #3a3b65;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  top: -20px;
  left: -20px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .box-case-01:before {
    top: -12px;
    left: -12px;
  }
}
.box-case-01:after {
  z-index: -3;
  display: block;
  width: 100%;
  height: 100%;
  background: #3a3b65;
  right: 0;
  right: -20px;
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .box-case-01:after {
    bottom: -12px;
    right: -12px;
  }
}
.box-case-01 .txt-campany-01 {
  margin: 0 0 0px 15px;
  color: #2e3079;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box-case-01 .txt-campany-01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.box-case-01 .txt-campany-01:before, .box-case-01 .txt-campany-01:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 1px;
  top: 50%;
  background: #2e3079;
}
.box-case-01 .txt-campany-01:before {
  left: -15px;
}
.box-case-01 .txt-campany-01:after {
  right: -15px;
}
.box-case-01 .ttl-campany-01 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .box-case-01 .ttl-campany-01 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .qr {
    display: none;
  }
}

.map-01 {
  width: 100%;
}

/*////////////////////////////////////////////////////

  印刷用スタイル

////////////////////////////////////////////////////*/
@media print {
  body {
    width: 100%;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body {
    width: 1060px;
  }
}

@media print {
  @page {
    margin-top: 0.4cm;
    margin: 0.5cm;
  }
}

/*# sourceMappingURL=style.css.map */
