@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
body.overflowhidden {
  height: 100vh;
  overflow: hidden; }
body.nonpointer {
  cursor: none !important; }
  body.nonpointer a {
    cursor: none !important; }

    main {
      background-color: #000;
    }

#cursor {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 120px;
  height: 120px;
  transition: transform .25s .1s, opacity .25s;
  color: #fff;
  background: #000;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: .1rem;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  box-shadow: 0px 0px 15px black; }
  #cursor::after {
    content: "";
    display: block;
    transition: transform 0.3s;
    font-family: "Material Symbols Outlined";
    font-weight: 100;
    font-size: 2.4rem;
    line-height: 1; }
  #cursor.is-active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  @media only screen and (max-width: 991px) {
    #cursor {
      display: none; } }

.loading-sec {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100000;
  transition: 1.2s ease; }
  .loading-sec.loadanim .load-frame {
    border: 0vw solid #fff; }
  .loading-sec.loadanim .load-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
    user-select: none; }
  .loading-sec.loadend {
    opacity: 0;
    pointer-events: none;
    user-select: none; }
  .loading-sec .load-frame {
    width: 100%;
    height: 100%;
    border: 10vw solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 1.2s ease; }
  .loading-sec .load-img {
    width: 100%;
    height: 100%; }
    .loading-sec .load-img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      z-index: 1;
      pointer-events: none;
      user-select: none;
      transition: 1.2s ease; }
    .loading-sec .load-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

      @media only screen and (max-width:991px) {
        header #siteLogo a .subTitle {
          top: 10px;
      }
      }
.design-sec {
  width: 100%;
  position: relative; }

img {
  max-width: 100%;
}

/* スライドの動き等速 */
.kengaku-swiper {
  width: 100%;
  overflow: hidden;
}
.kengaku-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.kengaku-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

/* contents
==================================== */
.contents {
  padding: 180px 0 0;
}
.inner {
  padding: 0 20px;
  max-width: 1260px;
  margin: auto;
}
.top_area {
  padding-top: 60px;
}
.kengaku_kv {
  margin-top: 100px;
}
.main_title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.2em;
}
.main_title .title_en {
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
}

@media only screen and (max-width:767px) {
  .contents {
    padding: 120px 0 0;
  }
  .top_area {
    padding-top: 30px;
  }
  .kengaku_kv {
    margin-top: 40px;
  }
}


/* contents_area
==================================== */
.contents_area {
  padding: 100px 0;
  color: #fff;
}
.contents_title {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
}
.contents_wrap {
  display: flex;
  align-items: center;
  margin-top: 60px;
  column-gap: 100px;
  column-gap: clamp(4rem, -6.25rem + 12.5vw, 10rem);
}
.contents_item {
  width: 48%;
}
.item_title {
  font-size: 25px;
  font-size: clamp(1.8rem, 0.604rem + 1.458vw, 2.5rem);
  letter-spacing: 0.1em;
}
.item_text {
  margin-top: 30px;
  text-align: justify;
  font-size: 16px;
  font-size: clamp(1.2rem, 0.517rem + 0.833vw, 1.6rem);
  letter-spacing: 0.08em;
  line-height: 2.125;
}
.item_link {
  position: relative;
  display: inline-block;
  margin-top: 36px;
  font-size: 16px;
  font-size: 16px;
  padding-bottom: 10px;
  padding-right: 60px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #4492a8;
  transition: opacity .4s ease-in-out;
}
.item_link::after {
  content: '';
  position: absolute;
  background: url(../img/icon_link_white.svg) no-repeat center center / contain;
  right: 4px;
  top: 2px;
  width: 30px;
  height: 20px;
}
.item_link:hover {
  opacity: .7;
}
.kengaku-swiper {
  margin-top: 60px;
}
.slide_box {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.slide_title {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.slide_text {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.box_area {
  padding: 0 20px;
  margin-top: 80px;
}
.bottom_box {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 40px 10px;
  background-color: #454545;
}
.box_info {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.box_text {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.box_num {
  position: relative;
  font-family: 'Times New Roman', yu-mincho-pr6n, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 50px;
  padding-left: 40px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  transition: opacity .4s ease-in-out;
}
.box_num::before {
  content: '';
  position: absolute;
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 20px;
  left: 0px;
  bottom: 7px;
}
.box_num:hover {
  opacity: .7;
}
.box_cap {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.box_link {
  text-align: center;
}
.box_link .item_link {
  margin-top: 24px;
}

@media only screen and (max-width:768px) {
  .contents_area {
    padding: 40px 0;
  }
  .contents_title {
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .contents_wrap {
    flex-direction: column;
    margin-top: 30px;
    row-gap: 30px;
  }
  .contents_item {
    width: 100%;
  }
  .item_title {
    font-size: 20px;
  }
  .item_text {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 2;
  }
  .item_link {
    margin-top: 20px;
    font-size: 14px;
  }
  .item_link::after {
    width: 20px;
    height: 18px;
  }
  .kengaku-swiper {
    margin-top: 60px;
  }
  .box_area {
    margin-top: 40px;
  }
  .bottom_box {
    padding: 40px 10px;
  }
  .box_info {
    flex-direction: column;
    row-gap: 10px;
  }
  .box_text {
    font-size: 16px;
  }
  .box_num {
    font-size: 38px;
    padding-left: 40px;
  }
  .box_num::before {
    width: 24px;
    height: 20px;
    left: 0px;
    bottom: 7px;
  }
  .box_num:hover {
    opacity: .7;
  }
  .box_cap {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .box_link {
    text-align: center;
  }
  .box_link .item_link {
    margin-top: 24px;
  }
}


