@charset "UTF-8";
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.m-plus-1 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

トップページ用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
.home .header_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: 60vh;
  }
}
#main_visual {
  /*
   .swiper-slide-active .swiper-img {
     animation: zoomUp 6s linear 0s normal both;
   }*/
}
#main_visual .copy_text {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    width: 65%;
  }
}
#main_visual {
  /* -- -- */
}
@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
#main_visual {
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}
#main_visual .swiper-container .swiper-wrapper {
  position: fixed;
  top: 0;
  z-index: -1;
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide {
    height: 100vh;
  }
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 60vh;
  }
}
#main_visual .swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #main_visual .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}
#main_visual .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}
@media (max-width: 767px) {
  #main_visual .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
#main_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}
#main_visual .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/******************************/
/* サイドスライダー */
/******************************/
.side-slider_area .swiper-slide {
  opacity: 0.3;
  /* 左右のスライドを薄くする */
  /* 左右のスライドを小さくする */
  /* ゆっくり小さくさせる */
}
.side-slider_area .swiper-slide.swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  /* 中央のスライドは小さくしない */
  z-index: 1;
}
.side-slider_area .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
}
.side-slider_area .swiper-button-next,
.side-slider_area .swiper-button-prev {
  top: 50%;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next,
  .side-slider_area .swiper-button-prev {
    top: 10%;
    width: 25px;
    height: 25px;
  }
}
.side-slider_area .swiper-button-next:before, .side-slider_area .swiper-button-next:after,
.side-slider_area .swiper-button-prev:before,
.side-slider_area .swiper-button-prev:after {
  font-size: 22px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next:before, .side-slider_area .swiper-button-next:after,
  .side-slider_area .swiper-button-prev:before,
  .side-slider_area .swiper-button-prev:after {
    font-size: 12px;
  }
}
.side-slider_area .swiper-button-next {
  right: 1.5%;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next {
    right: 2%;
  }
}
.side-slider_area .swiper-button-prev {
  left: 1.5%;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-prev {
    left: 2%;
  }
}
.side-slider_area .swiper-pagination {
  /* top: 40%; */
  position: absolute !important;
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}
.side-slider_area .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
.side-slider_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}
.side-slider_area .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/* -------------- */
/* works */
/* ------------- */
/* -------------- */
/* 実績 SLICK */
/* ------------- */
.slick_slider .slick-slide {
  padding: 0 5px;
}
.slick_slider .slick-slide:nth-child(even) img {
  position: relative;
  padding-top: 30px;
}

.img_slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_news {
    padding: 0 0 50px;
  }
}

.tp_sec01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 50px 0 0;
  }
}

.tp_sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0;
  }
}
.tp_sec02 .sec02_box {
  overflow: hidden;
}
.tp_sec02 .sec02_box .sec02__inner {
  position: relative;
  width: 100vw;
  min-height: clamp(380px, 40vw, 560px);
}
@media (max-width: 767px) {
  .tp_sec02 .sec02_box .sec02__inner {
    height: auto;
    min-height: inherit;
  }
}
.tp_sec02 .sec02_box .sec02__inner .sec02__media {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* ←右寄せの要 */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tp_sec02 .sec02_box .sec02__inner .sec02__media {
    position: relative;
    inset: auto;
    pointer-events: auto;
  }
}
.tp_sec02 .sec02_box .sec02__inner .sec02__media img {
  width: 60vw;
  /* 右側を大きく見せる */
  min-width: 600px;
  /* 小さくなりすぎ防止 */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  display: block;
}
@media (max-width: 767px) {
  .tp_sec02 .sec02_box .sec02__inner .sec02__media img {
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-position: center;
       object-position: center;
  }
}
.tp_sec02 .sec02_box .sec02__inner .sec02__content {
  position: absolute;
  z-index: 2;
  /* ★ ここが肝 */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 横位置：1200px基準で左側 */
  left: max((100vw - 1200px) / 2, 4vw);
  width: min(560px, 92vw);
  padding: clamp(24px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.92);
  color: #333;
  border: 1px solid #97A1B7;
}
@media (max-width: 767px) {
  .tp_sec02 .sec02_box .sec02__inner .sec02__content {
    width: 90%;
    position: relative;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: -55px;
  }
}
.tp_sec02 .sec02_box .sec02__inner .sec02__content .sec02_ttl {
  line-height: 1.35;
  margin: 0 0 16px;
}
.tp_sec02 .sec02_box .sec02__inner .sec02__content .sec02_text {
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.9;
  margin: 0 0 24px;
  color: rgba(17, 17, 17, 0.85);
}
.tp_sec02 .sec02_bg {
  aspect-ratio: 1160/560;
  background-image: url(../images/home/sec02/sec02_img01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60%;
  height: auto;
  margin-left: auto;
}
.tp_sec02 .box {
  width: 40%;
  border: solid 1px #97A1B7;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  position: relative;
}

.tp_sec03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 0 0 90px;
}
@media (max-width: 767px) {
  .tp_sec03 {
    padding: 0 0 50px;
  }
}

.tp_sec04 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.tp_sec05 {
  position: relative;
}

.tp_sec06 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0 20px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tp_sec06 {
    padding: 50px 0 20px;
  }
}
/*# sourceMappingURL=css_map/style_home.css.map */
