@charset "UTF-8";
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  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_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 100px);
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: calc(100vh - 60px);
  }
}
#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 {
  /*
   .swiper-slide-active .swiper-img {
     animation: zoomUp 6s linear 0s normal both;
   }*/
}
#main_visual .copy_text {
  width: 40%;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 31%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    top: calc(43% - 50px);
    left: 50%;
    width: 80%;
  }
}
#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;
  }
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 100px);
}
.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
}
@media (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (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 (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 (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .thum_list li {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .home .thum_list li {
    width: calc(50% - 10px);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.sec01 {
  background-image: url(https://pr-yoshida.com/yt/wp-content/uploads/2026/06/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 1;
  aspect-ratio: 1920/470;
}
@media (max-width: 1024px) {
  .sec01 {
    aspect-ratio: 3/2;
  }
}
.sec01 figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.sec02 {
  background-image: url(../images/home/sec02/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 50px 0;
  }
}

.sec03 {
  background: transparent -webkit-gradient(linear, right top, left top, from(#E5DED6), color-stop(23%, #F4F4F4), color-stop(49%, #FFFFFF), color-stop(77%, #F2F2F2), to(#E3DFD6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #E5DED6 0%, #F4F4F4 23%, #FFFFFF 49%, #F2F2F2 77%, #E3DFD6 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec03 {
    padding: 50px 0;
  }
}

.sec04 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec04 {
    padding: 50px 0;
  }
}

/**/
.history__item {
  display: grid;
  grid-template-columns: 1fr 300px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .history__item {
    display: block;
    padding-left: 25px;
  }
}

/* 中央線 */
.history__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  background: #5c514d;
}
@media (max-width: 1024px) {
  .history__item::before {
    left: 0;
  }
}

/* 年号 */
.history__center {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .history__center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.history__year {
  margin-top: 10px;
  background: #5c514d;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 20px;
  margin: 0 15px;
}
@media (max-width: 1024px) {
  .history__year {
    margin: 0 0 25px;
  }
}

/* コンテンツ */
.history__content {
  grid-column: 3;
  text-align: left;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 20px;
  padding: 30px 20px;
	margin: 0px 50px 0px 50px;
}
.history__content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 495/200;
}
.history__content .history__title {
  font-size: 17px;
  font-weight: 400;
  text-align: right;
  border-bottom: dotted 2px #707070;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.history__content .history__lightbox_txt {
  border-bottom: solid 1px #333;
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  margin-bottom: 15px;
  display: inline-block;
}

/* 偶数は左 */
.history__item:nth-child(even) .history__content {
  grid-column: 1;
}

.history__item:nth-child(odd) .history__content {
  margin-top: 40px;
}

.lightbox {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
/*# sourceMappingURL=css_map/style_home.css.map */
