@charset "UTF-8";

/* ========
  text-color
================ */
.black {
  color: #302d2c;
}
.white {
  color: white;
}
.blue {
  color: #0e6cb9;
}
.orange {
  color: #e66f9b;
}

.indigo {
  color: #003855;
}
.light-indigo {
  color: #2c4968;
}
.light-blue {
  color: #e9f3fd;
}
.green {
  color: #22838c;
}
.light-green {
  color: #ecf0ee;
}
.purple {
  color: #887f90;
}

.red {
  color: #b1456a;
}
.light-gray {
  color: #f5f5f5;
}
.dark-gray {
  color: #5d5d5d;
}

/* ========
  background-color
================ */
.bg-black {
  background-color: #302d2c;
}
.bg-white {
  background-color: white;
}
.bg-blue {
  background-color: #0e6cb9;
}
.bg-orange {
  background-color: #ef806c;
}
.bg-indigo {
  background-color: #003855;
}
.bg-light-indigo {
  background-color: #2c4968;
}
.bg-light-blue {
  background-color: #e9f3fd;
}
.bg-green {
  background-color: #22838c;
}
.bg-light-green {
  background-color: #ecf0ee;
}
.bg-light-green2 {
  background-color: #afc6ba;
}
.bg-purple {
  background-color: #887f90;
}
.bg-cream {
  background-color: #fff9e2;
}
.bg-gold {
  background: rgb(165, 133, 64);
  background: linear-gradient(90deg, rgba(165, 133, 64, 1) 0%, rgba(234, 203, 143, 1) 100%);
}

.bg-light-grey {
  background-color: #f8f9ff;
}
.bg-dark-grey {
  background-color: #5d5d5d;
}
.bg-gray {
  background-color: #e6e8f0;
}

/* ========
  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: 90%;
}
.w-950 {
  max-width: 95%;
}
.w-720 {
  max-width: 90%;
}
.w-580 {
  max-width: 90%;
}
.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;
}
.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;
}

.box-shadow {
  box-shadow: #cce1f1 0 3px 6px;
}

/* ========
  font
================ */
body {
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
}
.kiwi {
  font-family: "Kiwi Maru", serif;
}

/* ========
  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
================ */
html,
body {
  scroll-padding-top: 70px;
}
.sticky-top {
  z-index: 99999;
}
header {
  background-color: white;
  color: #292d4e;
  height: 65px;
}
/*header .h-logo {
  line-height: 65px;  
}*/
header .h-logo img {
  max-width: 250px;
}
header .material-symbols-outlined {
  vertical-align: middle;
}
header .top-btn {
  min-height: 65px;
}
header .top-btn .d-grid {
  place-items: center;
}

/* ========
  footer
================ */
.footer-nav {
  line-height: 1.6rem;
}
.line-qr img {
  max-width: 100px;
}
#cv .sokuryou-illust {
  width: 24%;
  left: 6%;
  top: 15%;
}

/* Tablet */
@media screen and (min-width: 465px) and (max-width: 768px) {
  #cv .sokuryou-illust {
    width: 19%;
    left: 6%;
    top: 15%;
  }
}

@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-70 {
    font-size: 70px !important;
  }
  .fs-md-100 {
    font-size: 100px !important;
  }

  /* ========
    padding-margin
  ================ */
  .w-1280 {
    max-width: 1280px;
  }
  .w-1000 {
    max-width: 1000px;
  }
  .w-950 {
    max-width: 950px;
  }
  .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
  ================ */
  header {
    background-color: #0e6cb9;
    color: white;
    box-shadow: #004c8c 0 6px 6px;
    height: auto;
    position: fixed !important;
    right: 0;
    width: 30%;
  }
  header .h-logo img {
    max-width: 300px;
  }
  #cv .sokuryou-illust {
    width: 20vh;
    top: auto;
    bottom: 0;
    left: 10%;
  }
  main,
  footer {
    width: calc(100% - 235px);
    margin-right: 235px;
  }

  #header {
    width: 235px;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
