@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.allura-regular {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}

.hina-mincho-regular {
  font-family: "Hina Mincho", serif;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home header.fixed {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-bottom: solid 4px #44BFA8;
}

.home header.fixed .h-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home header.fixed #menu-header-navi li a {
  color: #333;
}

.home .header_drawer_toggle .gnav-trg span.line,
.home .header_drawer_toggle .gnav-trg::before,
.home .header_drawer_toggle .gnav-trg::after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .home .header_drawer_toggle .gnav-trg span.line,
  .home .header_drawer_toggle .gnav-trg::before,
  .home .header_drawer_toggle .gnav-trg::after {
    background-color: #333;
  }
}

.home .header_drawer_toggle.fixed .gnav-trg span.line,
.home .header_drawer_toggle.fixed .gnav-trg::before,
.home .header_drawer_toggle.fixed .gnav-trg::after {
  background-color: #333;
}

.home .header_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: calc(100vh);
  position: relative;
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
  /* -- -- */
}

@media screen and (max-width: 767px) {
  #main_visual {
    height: calc(100vh - 60px);
    border-top: solid 2px #44BFA8;
  }
}

#main_visual:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/home/mv_lb01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 537px;
  height: 708.48px;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  #main_visual:before {
    width: calc(537px / 2);
    height: calc(708.48px / 2);
  }
}

@media screen and (max-width: 767px) {
  #main_visual:before {
    width: calc(537px / 2.5);
    height: calc(708.48px / 2.5);
  }
}

#main_visual:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/home/mv_rt01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 629px;
  height: 598px;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  #main_visual:after {
    width: calc(629px / 2);
    height: calc(598px / 2);
  }
}

@media screen and (max-width: 767px) {
  #main_visual:after {
    width: calc(629px / 2.5);
    height: calc(598px / 2.5);
  }
}

#main_visual .swiper-slide-active .swiper-img,
#main_visual .swiper-slide-duplicate-active .swiper-img,
#main_visual .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 4s linear 0s normal both;
          animation: zoomUp 4s linear 0s normal both;
}

#main_visual .copy_text {
  width: 40%;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(56% - 0px);
  left: 68%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text {
    top: calc(80% - 50px);
    left: 60%;
    width: 70%;
  }
}

@-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;
  }
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: top;
  background-size: cover;
  height: calc(100vh);
}

.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: calc(100vh);
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}

@media screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}

.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;
}

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.img_slider .slickbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  border: solid 2px #44BFA8;
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .img_slider .slickbox {
    width: 280px;
  }
}

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

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
@media screen and (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .thum_list li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 1024px) {
  .home .thum_list li {
    width: calc(100% / 2 - 10px);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec01/sec01_bg.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .tp_sec01 {
    padding: 50px 0 0;
  }
}

.tp_sec02 {
  padding: 0 0 70px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec02 {
    padding: 0 0 50px;
  }
}

.tp_sec02 .txt_area01 {
  background-color: #FFE8F3;
  color: #D6006C;
  font-size: clamp(15px, 0.852rem + 0.36vw, 18px);
  line-height: 1;
  text-align: center;
  padding: 10px 0;
}

.tp_sec03 {
  padding: 80px 0;
  background-color: #F4F9F8;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec03 {
    padding: 50px 0;
  }
}

.tp_sec03 .sub_images_ul li img {
  width: 60%;
}

.tp_sec04 {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec04 {
    padding: 50px 0;
  }
}

.tp_sec04 .layout_b .imgbox {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .tp_sec04 .layout_b .imgbox {
    width: 100%;
  }
}

.tp_sec04 .layout_b .txtbox {
  padding: 0;
}

.tp_sec05,
.tp_sec06,
.tp_sec07 {
  padding: 0;
  position: relative;
  z-index: 1;
}

.tp_sec05 .inbox01,
.tp_sec06 .inbox01,
.tp_sec07 .inbox01 {
  margin-top: -40px;
}

@media screen and (max-width: 1024px) {
  .tp_sec05 .sub_images_ul.cul2,
  .tp_sec06 .sub_images_ul.cul2,
  .tp_sec07 .sub_images_ul.cul2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
}

.tp_sec05 .sub_images_ul.cul2 li,
.tp_sec06 .sub_images_ul.cul2 li,
.tp_sec07 .sub_images_ul.cul2 li {
  width: calc(100% / 2 - 10px);
}

@media screen and (max-width: 1024px) {
  .tp_sec05 .bf_area .sub_images_ul.cul2,
  .tp_sec06 .bf_area .sub_images_ul.cul2,
  .tp_sec07 .bf_area .sub_images_ul.cul2 {
    display: block;
  }
  .tp_sec05 .bf_area .sub_images_ul.cul2 li,
  .tp_sec06 .bf_area .sub_images_ul.cul2 li,
  .tp_sec07 .bf_area .sub_images_ul.cul2 li {
    width: 100%;
  }
}

.tp_sec05 .voice_area,
.tp_sec06 .voice_area,
.tp_sec07 .voice_area {
  position: relative;
  background-color: #F4F9F8;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .tp_sec05 .voice_area,
  .tp_sec06 .voice_area,
  .tp_sec07 .voice_area {
    padding: 50px 0;
  }
}

.tp_sec05 .reserve_area,
.tp_sec06 .reserve_area,
.tp_sec07 .reserve_area {
  background-color: #D9E9E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .tp_sec05 .reserve_area,
  .tp_sec06 .reserve_area,
  .tp_sec07 .reserve_area {
    padding: 30px 0;
  }
}

.tp_sec05 .reserve_area .reserve_ttl,
.tp_sec06 .reserve_area .reserve_ttl,
.tp_sec07 .reserve_area .reserve_ttl {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tp_sec05 .reserve_area .reserve_ttl .b_ttl:after,
.tp_sec06 .reserve_area .reserve_ttl .b_ttl:after,
.tp_sec07 .reserve_area .reserve_ttl .b_ttl:after {
  content: "|";
  display: inline-block;
  margin-right: 20px;
  padding-left: 20px;
  color: #097572;
}

.tp_sec08 {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec08 {
    padding: 50px 0 0;
  }
}

.tp_sec08 .layout_b .imgbox {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .tp_sec08 .layout_b .imgbox {
    width: 100%;
  }
}

.tp_sec08 .layout_dl01 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.tp_sec08 .layout_dl01 dt {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.tp_sec09 {
  padding: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec09 {
    padding: 0;
  }
}

.tp_sec10 {
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec10 {
    padding: 0 0 50px;
  }
}

.tp_sec10 .layout_c {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tp_sec10 .layout_c li img {
  width: 143px;
}

.tp_sec11 {
  padding: 80px 0;
  background-color: #F1F8F8;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec11 {
    padding: 50px 0;
  }
}

.tp_sec12 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec12 {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=css_map/style_home.css.map */
