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

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用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: 1024px) {
  #main_visual {
    height: auto;
  }
}
#main_visual {
  /*
   .swiper-slide-active .swiper-img {
     animation: zoomUp 6s linear 0s normal both;
   }*/
}
#main_visual .copy_text {
  color: #fff;
  position: absolute;
  place-self: center;
  inset: 10% 0 0 0;
  width: 80%;
  z-index: 1;
}
@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 .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: 60vh;
  }
}
#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: 60vh;
  }
}
@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 */
/* ------------- */
/* =========================
   Craftsman Slider
========================= */
/* =========================
   Craftsman Slider
========================= */
.craftsman_slider {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.craftsman_slider .slick-list {
  overflow: visible;
}
.craftsman_slider .slick-track {
  height: 100%;
}
.craftsman_slider .slick-slide {
  width: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.craftsman_slider .slick-slide::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 96/54;
  background-color: rgba(185, 130, 1, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .craftsman_slider .slick-slide::before {
    aspect-ratio: 39/22;
  }
}
.craftsman_slider .slick-slide .photo {
  width: 96%;
  position: relative;
  bottom: 0;
  right: 23%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.craftsman_slider .slick-slide.slick-current .photo {
  opacity: 1;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.craftsman_slider .slick-slide.slide1::before {
  background: url("../images/home/craftsman/craftsman-bg01.jpg") no-repeat center/cover;
}
.craftsman_slider .slick-slide.slide2::before {
  background: url("../images/home/craftsman/craftsman-bg02.jpg") no-repeat center/cover;
}

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFBE6), color-stop(62%, #FFFFD6), to(#FEEEA0)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFBE6 0%, #FFFFD6 62%, #FEEEA0 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .tp_news {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .tp_news .f50 {
    font-size: 22px;
  }
}

.tp_sec01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFBE6), color-stop(62%, #FFFFD6), to(#FEEEA0)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFBE6 0%, #FFFFD6 62%, #FEEEA0 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .tp_sec01 .layout_a {
    display: block;
  }
}

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

.tp_sec03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  height: 600px;
  position: relative;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#017BB9), to(#013E5D)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #017BB9 0%, #013E5D 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .tp_sec03 {
    height: auto;
    padding: 90px 0 0;
  }
}
@media (max-width: 767px) {
  .tp_sec03 {
    padding: 50px 0 0;
  }
}
.tp_sec03 .layout_e .lf_box {
  width: 86.5%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1240px) {
  .tp_sec03 .layout_e .lf_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.tp_sec03 .layout_e .lf_box .imgbox {
  width: 57%;
}
@media screen and (max-width: 1240px) {
  .tp_sec03 .layout_e .lf_box .imgbox {
    width: 100%;
  }
}
.tp_sec03 .layout_e .lf_box .imgbox img {
  display: block;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 534/600;
  max-width: inherit;
  /*width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 960px;*/
}
@media screen and (max-width: 1240px) {
  .tp_sec03 .layout_e .lf_box .imgbox img {
    height: auto;
  }
}
@media screen and (max-width: 1240px) {
  .tp_sec03 .layout_e .lf_box .imgbox .craftsman_slider {
    position: relative;
    width: 100%;
  }
  .tp_sec03 .layout_e .lf_box .imgbox .craftsman_slider .slick-slide {
    padding-top: 0;
  }
  .tp_sec03 .layout_e .lf_box .imgbox .craftsman_slider .slick-slide::before {
    width: 100%;
    right: 0;
    left: auto;
  }
}
.tp_sec03 .layout_e .lf_box .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
}
@media screen and (max-width: 1240px) {
  .tp_sec03 .layout_e .lf_box .txtbox {
    padding: 0 5%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .tp_sec03 .layout_e .lf_box .txtbox .f20 {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1240px) {
  .tp_sec03 .layout_e .lf_box .txtbox .f36 {
    font-size: 36px;
    text-align: center;
  }
}

.tp_sec06 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 0;
  color: #fff;
  background-image: url(../images/home/sec06/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tp_sec06 {
    padding: 50px 0;
  }
}
.tp_sec06 .ttl02.type01 .eng_txt {
  color: #fff;
}

/******************************/
/* #JS　MASK */
/*
**JS
const targets = document.querySelectorAll('.js-inview');
	const observer = new IntersectionObserver((entries) => {
		entries.forEach(entry => {
			if (entry.isIntersecting) {
				entry.target.classList.add('is-show');
				observer.unobserve(entry.target);
			}
		});
	}, {
		rootMargin: '-20% 0px',
		threshold: 0
	});

	targets.forEach(el => observer.observe(el));

**HTML
<figure class="l-mask js-inview">
<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="" class="l-zoomOut">
</figure>
*/
/******************************/
/* マスク用 */
.l-mask {
  overflow: hidden;
  position: relative;
}

/* 初期状態：マスクが下に被さってる */
.l-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  /* 背景色に合わせる */
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

/* 表示後：マスクが上に抜ける */
.l-mask.is-show::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* 画像ズームアウト */
.l-zoomOut {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 表示後 */
.l-mask.is-show .l-zoomOut {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*=============================================
 * rollover button
 *=============================================*/
.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
  opacity: 1;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.over-img img:hover,
img.over:hover,
a:hover img:not(.btn):not(.non-over),
button:hover img {
  cursor: pointer;
  opacity: 0.8;
}

.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
  opacity: 1 !important;
}

.btn-over {
  display: inline-block;
  position: relative;
}

.btn-over img + img {
  pointer-events: none;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-over:hover img + img,
.btn-over.active img + img {
  opacity: 1 !important;
}

.btn-over:hover img,
.btn-over.active img {
  opacity: 0 !important;
}
/*# sourceMappingURL=css_map/style_home.css.map */
