@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dokdo&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}

.dokdo {
  font-family: "Dokdo", system-ui;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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 #menu-header-navi li a {
  color: #333;
}

.home header #menu-header-navi li:first-child a {
  border-left: none;
}

.home header.fixed {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

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

.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: #fff;
}

.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 - 38vh);
    overflow: inherit;
  }
}

#main_visual .mv_text {
  position: relative;
  padding-top: 70px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: repeating-linear-gradient(90deg, #ffe590, #ffe590 25px, #fff6cf 25px, #fff6cf 50px);
  height: 6dvw;
  max-height: 350px;
  font-size: 34px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  #main_visual .mv_text {
    padding-top: 10px;
  }
}

#main_visual .mv_text:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/218;
  background-image: url(../images/common/sv.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
  max-height: 200px;
}

@media screen and (max-width: 767px) {
  #main_visual .mv_text:before {
    background-image: url(../images/common/sv_sp.svg);
    aspect-ratio: 388/52.38;
    bottom: inherit;
    top: -16px;
  }
}

@media screen and (min-width: 1920px) {
  #main_visual .mv_text {
    background-size: cover;
  }
}

@media screen and (max-width: 1024px) {
  #main_visual .mv_text {
    font-size: 18px;
    margin-bottom: 80px;
    background-size: cover;
  }
}

#main_visual .mv_text .txt_area {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-bottom: 15px;
}

#main_visual .mv_text .txt_area figure img {
  width: calc(660px * 0.7);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #main_visual .mv_text .txt_area figure img {
    padding: 0 30px;
  }
}

#main_visual .mv_text span.txt01 {
  font-size: 46px;
}

@media screen and (max-width: 1024px) {
  #main_visual .mv_text span.txt01 {
    font-size: 24px;
  }
}

#main_visual .mv_text span.txt01 span.pink {
  color: #E15078;
}

#main_visual .swiper-slide {
  width: auto;
}

@-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 {
  height: calc(100vh - 40vh);
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 40vh);
}

.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 40vh);
  aspect-ratio: 1/1;
  border-radius: 150px;
  border: solid 12px #F1D66F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    border-radius: 80px;
    height: calc(100vh - 58vh);
  }
}

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

.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_news {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

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

.tp_sec01 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  border-top: solid 20px #F1D66F;
  border-bottom: solid 20px #F1D66F;
  background-image: url(../images/home/sec01/sec01_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .tp_sec01 {
    padding: 45px 0;
    border-top: solid 10px #F1D66F;
    border-bottom: solid 10px #F1D66F;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_a {
    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;
  }
}

.tp_sec01 .layout_a .imgbox {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .tp_sec01 .layout_a .imgbox {
    width: 100%;
    margin-top: 25px;
  }
}

.tp_sec01 .layout_a .imgbox figure {
  text-align: center;
}

.tp_sec01 .layout_a .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/315.96;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_a .imgbox figure img {
    width: 70%;
  }
}

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

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

.tp_sec02 .layout_a .imgbox figure img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  border: solid 10px #F1D66F;
}

.tp_sec03 {
  padding: 80px 0;
  position: relative;
  background-image: url(../images/home/sec03/sec03_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

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

.tp_sec03 .sub_images_ul li {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 4px #F1D66F;
  border-radius: 60px 0px 30px 30px;
}

.tp_sec03 .sub_images_ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 43/28;
}

.tp_sec03 .sub_images_ul li .txtbox {
  font-family: "Zen Maru Gothic", serif;
  background-color: #FFEEAC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  color: #886113;
  font-weight: bold;
  padding: 15px;
}

@media screen and (max-width: 1024px) {
  .tp_sec03 .sub_images_ul li .txtbox {
    font-size: 18px;
  }
}

.tp_lead01 {
  padding: 80px 0;
  position: relative;
  background-image: url(../images/common/tp_lead01_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: solid 20px #F1D66F;
  border-bottom: solid 20px #F1D66F;
  z-index: 1;
}

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

@media screen and (max-width: 767px) {
  .tp_lead01 img {
    width: 60%;
  }
}

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

.tp_sec04 .sub_images_ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 65/40;
}

.tp_sec04 .box .layout_a .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 58/42;
}

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

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

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

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

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

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