@charset "UTF-8";
.shippori-mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.lora {
  font-family: "Lora", 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F9FFE6;
  z-index: 3;
}
@media (max-width: 767px) {
  .home_header {
    position: relative;
  }
}
.home_header .h_box {
  position: relative;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1720px) {
  .home_header .h_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .home_header .h_box {
    height: 60px;
  }
}
.home_header .h_box .h-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1720px) {
  .home_header .h_box .h-logo {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: 20px;
  }
}
.home_header .h_box .h-logo a {
  display: block;
}
.home_header .header-r-area {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 20px;
}
@media screen and (max-width: 1720px) {
  .home_header .header-r-area {
    margin-right: 90px;
  }
}
@media (max-width: 767px) {
  .home_header .header-r-area {
    background: none;
    padding: 0;
    margin-right: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home_header .header-r-area .h_contact_btn {
    display: none;
  }
}
.home_header .header-r-area .h_bnr01 {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .home_header .header-r-area .h_bnr01 {
    margin-left: 0;
  }
}
.home_header .header-r-area .h-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.home_header .h1 {
  font-weight: bold;
}
.home_header .h1 a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.home_header .h1 a img {
  /*mix-blend-mode: difference;*/
  height: 60px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}
.home_header .h1 a img + img {
  display: none;
}
.home_header .h1 a img:hover {
  -webkit-filter: drop-shadow(2px 3px 8px #fff);
          filter: drop-shadow(2px 3px 8px #fff);
}
@media (max-width: 767px) {
  .home_header .h1 a img {
    height: 40px;
  }
}
.home_header .h_nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-bottom: solid 10px #439D94;
}
@media screen and (max-width: 1720px) {
  .home_header .h_nav {
    display: none;
  }
}
.home_header .h_nav .h_nav_list {
  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;
  gap: 0 40px;
  border-top: solid 2px #439D94;
}
@media screen and (max-width: 1680px) {
  .home_header .h_nav .h_nav_list {
    gap: 0 20px;
  }
}
.home_header .h_nav .h_nav_list .li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
.home_header .h_nav .h_nav_list .li.has_child .child_nav {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
  background: #fff;
  border-top: solid 4px #439D94;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.home_header .h_nav .h_nav_list .li.has_child .child_nav li {
  border-bottom: 1px solid #e5e5e5;
}
.home_header .h_nav .h_nav_list .li.has_child .child_nav li a {
  display: block;
  padding: 14px 18px;
  font-size: 14px;
  text-align: left;
  color: #333;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_header .h_nav .h_nav_list .li.has_child .child_nav li a:hover {
  background: #F2FAF8;
  color: #439D94;
}
.home_header .h_nav .h_nav_list .li.has_child:hover .child_nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home header {
  display: none;
}
.home header.fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .header_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  background-color: #F9FFE6;
}
@media (max-width: 767px) {
  #main_visual {
    height: 60vh;
  }
  #main_visual .main-catch {
    height: 60vh;
  }
}
#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: 0 0 0 0;
  width: 80%;
  z-index: 1;
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    width: 45%;
  }
}
#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 */
/* ------------- */
.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 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background-image: url(../images/home/tp_news/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 1024px) {
  .tp_news {
    padding: 50px 0;
  }
}

.tp_sec01 {
  position: relative;
  z-index: 1;
}

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

.tp_sec03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E8FFFD;
  position: relative;
  z-index: 1;
}
.tp_sec03 .lead_ttl {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#439D94), to(#224F4A)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #439D94 0%, #224F4A 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 60px 0;
}
.tp_sec03 .insec03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .tp_sec03 .insec03 {
    padding: 50px 0;
  }
}

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

/******************************/
/* #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);
}
/*# sourceMappingURL=css_map/style_home.css.map */
