@charset "UTF-8";
/* ========
  text-color
================ */
.black {
  color: #302d2c;
}
.white {
  color: white;
}
.red {
  color: #a80204;
}
.pink {
  color: #ffbcbd;
}
.light-pink {
  color: #edebec;
}
.light-gray {
  color: #f8f8f8;
}

.yellow {
  color: #ffeb3b;
}

.dark-gray {
  color: #5d5d5d;
}

/* ========
  background-color
================ */
.bg-black {
  background-color: #302d2c;
}
.bg-white {
  background-color: white;
}
.bg-light-pink {
  background-color: #edebec;
}
.bg-light-grey {
  background-color: #efefef;
}
.bg-red {
  background: #a80204;
}

.bg-light-gray {
  background-color: #f5f5f5;
}
.bg-dark-gray {
  background-color: #5d5d5d;
}
.bg-gray {
  background-color: #d5d5d5;
}

/* ========
  smp-font-szie
================ */
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-50 {
  font-size: 50px !important;
}

/* ========
  padding-margin
================ */
.w-1280 {
  max-width: 98%;
}
.w-1000 {
  max-width: 95%;
}
.w-720 {
  max-width: 95%;
}
.w-580 {
  max-width: 95%;
}
.my-100 {
  margin: 100px 0;
}
.py-100 {
  padding: 100px 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}

/* ========
  共通設定
================ */

a {
  text-decoration: none;
  transition: 0.5s all;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
.hidden {
  visibility: hidden;
}

.ls-2 {
  letter-spacing: 0.2rem;
}
.object-fit {
  object-fit: cover;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-multiple {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: initial;
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.5rem;
  color: white;
}
.breadcrumb li:last-child:after {
  content: "";
}
#underlayer-ec {
  background-image: url(/assets/images/contact/main-pc.jpg);
  background-position: center;
  background-size: cover;
}

/* ========
  font
================ */
body {
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  color: #302d2c;
}
.mincho {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.tate {
  writing-mode: vertical-rl;
}
.vertical-align-sub {
  vertical-align: sub;
}
/* ========
  link
================ */
.link {
  position: relative;
}
.link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

/* ========
  btn
================ */
.btn-on-green:hover {
  background: #887e90 !important;
  color: white;
}
.btn-on-white:hover {
  background: white !important;
  color: #292d4e;
}

/* ========
  header
================ */

/* ========
  footer
================ */

/* ========
  underpage
================ */
.grey-gradation-section {
  background: linear-gradient(#d8d8d8, white);
}
.white-section {
  background-image: url(/assets/images/chiryouka/bg-square-white.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 30%;
}
.black-section {
}

/* Tablet */
@media screen and (min-width: 465px) and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  /* ========
    font-szie
  ================ */
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-22 {
    font-size: 22px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-30 {
    font-size: 30px !important;
  }
  .fs-md-35 {
    font-size: 35px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-45 {
    font-size: 45px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
  .fs-md-55 {
    font-size: 55px !important;
  }
  .fs-md-60 {
    font-size: 60px !important;
  }
  .fs-md-70 {
    font-size: 70px !important;
  }
  .fs-md-80 {
    font-size: 80px !important;
  }

  .fs-md-100 {
    font-size: 100px !important;
  }
  .fs-md-120 {
    font-size: 120px !important;
  }

  /* ========
    padding-margin
  ================ */
  .w-1280 {
    max-width: 1280px;
  }
  .w-md-1000,
  .w-1000 {
    max-width: 1000px;
  }
  .w-720 {
    max-width: 720px;
  }
  .w-590 {
    max-width: 590px;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .my-md-70 {
    margin: 70px 0 !important;
  }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  body {
    font-size: 16px;
  }

  /* ========
  header
  ================ */
  /* ========
  Gnav hover
================ */
  .mav-hover {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important; /* 横幅 */
    height: 40px !important; /* 縦幅 */
    line-height: 40px !important; /* 行の高さ(heightと同じ値にする) */
    text-decoration: none !important; /* aタグのアンダーラインを消す */
    overflow: hidden !important; /* はみ出し部分を隠す */
    cursor: pointer !important; /* カーソルをポインターにする */
  }
  /* ボタンのテキスト */
  .btn__text {
    position: absolute !important;
    left: 0 !important;
    display: block !important;
    height: 100% !important; /* 縦幅をボタンと同じにする */
    width: 100% !important; /* 横幅をボタンと同じにする */
    transition: all 0.3s !important; /* アニメーション実行時間 */
  }
  /* ボタンのテキスト(デフォルトのテキスト) */
  .btn__text:nth-child(1) {
    top: 0 !important;
  }
  /* ボタンのテキスト(隠れているテキスト) */
  .btn__text:nth-child(2) {
    top: -100% !important;
  }
  /* ボタンホバーアクション */
  .mav-hover:hover .btn__text:nth-child(1) {
    top: 100% !important;
  }
  .mav-hover:hover .btn__text:nth-child(2) {
    top: 0 !important;
  }
  #gNav li::before {
    content: "|" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    line-height: 40px !important;
  }
  .overlay h2 {
    top: 30%;
    bottom: 0;
    z-index: 100;
  }
  .overlay h2.lh1 {
    top: 40%;
    bottom: 0;
    z-index: 100;
  }
}

.parent-container {
  height: 100px;
  width: 50%;
}
.parent-container::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: #a80204;
  left: 0;
}

.parent-container.black-line::before {
  background-color: black;
}

.sec-title {
  z-index: 1;
  padding-left: 20px !important;
  margin-left: -20px;
}
.sec-number {
  position: absolute;
  left: -8rem;
  top: 0%;
}

/* MAIN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-split],
[data-split] span {
  display: inline-block;
}

[data-split] .inner {
  display: block;
  position: relative;
  overflow: hidden;
}

[data-split] .back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[data-split] .char {
  transition: all 0.4s cubic-bezier(0.2, 0.63, 0.4, 1.02);
  transition-delay: calc(0.015s * var(--index));
}

[data-split] .back .char {
  opacity: 0;
  /*we use 101% instead of 100% just to be safe that the characters won't appear depending on the font family*/
  transform: translateY(101%) skewX(55deg);
}

[data-split-type="hover"] .char {
  transition-duration: 0.25s;
}

[data-split-type="scroll"].is-animated .back .char,
[data-split-type="hover"]:hover .back .char {
  opacity: 1;
  transform: none;
}

[data-split-type="scroll"].is-animated .front .char,
[data-split-type="hover"]:hover .front .char {
  opacity: 0;
  transform: translateY(-101%) skewX(-55deg);
}

.bg-chiryouka {
  background-image: url(/assets/images/common/bg-chiryouka.jpg);
  background-position: center;
  background-size: cover;
}
.bg-kanjya {
  background-image: url(/assets/images/common/bg-kanjya.jpg);
  background-position: center;
  background-size: cover;
}

.numbering .mincho {
  border-right: #a80204 2px solid;
}

.overlay .alphabet {
  top: 0;
  bottom: 0;
  z-index: 1;
}
