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

.montserrat {
  font-family: "Montserrat", 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: 50vh;
  }
}
#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;*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  z-index: 1;
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    width: 65%;
  }
}
#main_visual {
  /* -- -- */
  /*スクロールダウン全体の場所*/
}
#main_visual .scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0px;
  left: 50%;
}
#main_visual {
  /*Scrollテキストの描写*/
}
#main_visual .scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#main_visual {
  /* 丸の描写 */
}
#main_visual .scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
#main_visual {
  /*下からの距離が変化して丸の全体が上から下に動く*/
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
#main_visual {
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#main_visual {
  /* 線の描写 */
}
#main_visual .scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}
#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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_news {
    padding: 50px 0;
  }
}

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

.tp_sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec02/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0 0;
  }
}
@media (max-width: 1024px) {
  .tp_sec02 .layout_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.tp_sec02 .layout_b .imgbox {
  width: 40%;
}
@media (max-width: 1024px) {
  .tp_sec02 .layout_b .imgbox {
    width: 100%;
    margin-top: 20px;
  }
}

.tp_sec03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #F6FAEA;
  z-index: 1;
}
.tp_sec03 .leadbox {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/home/sec03/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1920/500;
  color: #fff;
}
@media (max-width: 1024px) {
  .tp_sec03 .leadbox {
    aspect-ratio: 39/28;
  }
}
.tp_sec03 .leadbox .ttl_area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tp_sec03 .wbox03.type01 {
  margin-top: -9rem;
}
.tp_sec03 .on_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box {
    padding: 50px 0;
  }
}
.tp_sec03 .on_box .service_list .service_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  border-radius: 20px;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box {
    border-radius: 16px;
    padding-bottom: 24px;
  }
}
.tp_sec03 .on_box .service_list .service_box .main_img {
  margin: 0;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box .main_img {
    border-radius: 16px 16px 0 0;
  }
}
.tp_sec03 .on_box .service_list .service_box .main_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 520/220;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box .main_img img {
    aspect-ratio: 335/180;
  }
}
.tp_sec03 .on_box .service_list .service_box .c_box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 50px 42px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box .c_box01 {
    padding: 16px 22px 38px;
    border-radius: 0 0 16px 16px;
  }
}
.tp_sec03 .on_box .service_list .service_box .c_box01 .service_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box .c_box01 .service_ttl {
    font-size: 20px;
  }
}
.tp_sec03 .on_box .service_list .service_box .c_box01 .service_ttl .icon {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box .c_box01 .service_ttl .icon {
    width: 24px;
    height: 24px;
  }
}
.tp_sec03 .on_box .service_list .service_box .c_box01 .service_ttl .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tp_sec03 .on_box .service_list .service_box .c_box01 .ttl05 {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  line-height: 1.5;
}
.tp_sec03 .on_box .service_list .service_box .c_box01 .txt {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box .c_box01 .txt {
    font-size: 13px;
  }
}
.tp_sec03 .on_box .service_list .service_box .btn01 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(220px, 70%);
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box .btn01 {
    width: min(200px, 72%);
  }
}
.tp_sec03 .on_box .service_list .service_box .btn01 a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tp_sec03 .on_box .service_list .service_box .btn01 a {
    padding: 12px 18px;
  }
}
.tp_sec03 .on_box .service_list .service_box.type_red .c_box01 {
  background-color: #F6DDDF;
}
.tp_sec03 .on_box .service_list .service_box.type_red .service_ttl {
  color: #B43842;
}
.tp_sec03 .on_box .service_list .service_box.type_red .ttl05 {
  border-bottom-color: #B43842;
}
.tp_sec03 .on_box .service_list .service_box.type_red .btn01 a {
  background-color: #D15C66;
  border: solid 1px #D15C66;
}
.tp_sec03 .on_box .service_list .service_box.type_or .c_box01 {
  background-color: #FFEED2;
}
.tp_sec03 .on_box .service_list .service_box.type_or .service_ttl {
  color: #F56B01;
}
.tp_sec03 .on_box .service_list .service_box.type_or .ttl05 {
  border-bottom-color: #F56B01;
}
.tp_sec03 .on_box .service_list .service_box.type_or .btn01 a {
  background-color: #EF9B5A;
  border: solid 1px #EF9B5A;
}
.tp_sec03 .on_box .service_list .service_box.type_y .c_box01 {
  background-color: #F5EFA0;
}
.tp_sec03 .on_box .service_list .service_box.type_y .service_ttl {
  color: #676003;
}
.tp_sec03 .on_box .service_list .service_box.type_y .ttl05 {
  border-bottom-color: #676003;
}
.tp_sec03 .on_box .service_list .service_box.type_y .btn01 a {
  background-color: #E8BD37;
  border: solid 1px #E8BD37;
}
.tp_sec03 .on_box .service_list .service_box.type_gr .c_box01 {
  background-color: #CDEEDC;
}
.tp_sec03 .on_box .service_list .service_box.type_gr .service_ttl {
  color: #125631;
}
.tp_sec03 .on_box .service_list .service_box.type_gr .ttl05 {
  border-bottom-color: #125631;
}
.tp_sec03 .on_box .service_list .service_box.type_gr .btn01 a {
  background-color: #1A9452;
  border: solid 1px #1A9452;
}
.tp_sec03 .on_box .service_list .service_box.type_bl .c_box01 {
  background-color: #D6EAF9;
}
.tp_sec03 .on_box .service_list .service_box.type_bl .service_ttl {
  color: #0267B5;
}
.tp_sec03 .on_box .service_list .service_box.type_bl .ttl05 {
  border-bottom-color: #0267B5;
}
.tp_sec03 .on_box .service_list .service_box.type_bl .btn01 a {
  background-color: #4297D8;
  border: solid 1px #4297D8;
}
.tp_sec03 .on_box .service_list .service_box.type_pp .c_box01 {
  background-color: #D8DAEE;
}
.tp_sec03 .on_box .service_list .service_box.type_pp .service_ttl {
  color: #1D208B;
}
.tp_sec03 .on_box .service_list .service_box.type_pp .ttl05 {
  border-bottom-color: #1D208B;
}
.tp_sec03 .on_box .service_list .service_box.type_pp .btn01 a {
  background-color: #2E33CC;
  border: solid 1px #2E33CC;
}
.tp_sec03 .on_box .service_list .service_box.type_lpp .c_box01 {
  background-color: #EBDCF2;
}
.tp_sec03 .on_box .service_list .service_box.type_lpp .service_ttl {
  color: #920784;
}
.tp_sec03 .on_box .service_list .service_box.type_lpp .ttl05 {
  border-bottom-color: #920784;
}
.tp_sec03 .on_box .service_list .service_box.type_lpp .btn01 a {
  background-color: #920784;
  border: solid 1px #920784;
}

.tp_sec06 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0 120px;
  position: relative;
  background-color: #F6FAEA;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec06 {
    padding: 50px 0 70px;
  }
}

/******************************/
/* #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 */
