@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=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-old-mincho-regular {
  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;
}

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

.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 - 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 .copy_text {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  #main_visual .copy_text {
    width: 25%;
  }
}

#main_visual .mv_scr {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 125px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

#main_visual .mv_scr .line {
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
}

#main_visual .mv_scr .line:before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sdb05 2s infinite;
  animation: sdb05 2s infinite;
}

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

.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  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;
}

.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% - 60px) / 4);
  margin-right: 20px;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .home .thum_list li {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
  }
  .home .thum_list li:nth-child(2n) {
    margin-right: 0;
  }
  .home .thum_list li:nth-child(1) {
    margin-top: 0;
  }
  .home .thum_list li:nth-child(2) {
    margin-top: 0;
  }
}

.home .thum_list li:nth-child(4n) {
  margin-right: 0;
}

.home .thum_list li h3 {
  font-size: inherit;
  font-weight: normal;
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.sec00 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/common/sv.jpg);
  padding: 60px 0;
}

.sec00 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
  background-color: #fff;
}

.sec00 .box .layout_b {
  gap: 0 10px;
}

.sec00 .box .layout_b .imgbox {
  width: 160px;
}

@media screen and (max-width: 1024px) {
  .sec00 .box .layout_b .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec00 .box .layout_b .imgbox figure {
  text-align: center;
}

.sec00 .box .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1024px) {
  .sec00 .box .layout_b .imgbox figure img {
    width: 60%;
  }
}

.sec00 .box .layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #7E2A41;
}

.tp_news {
  position: relative;
  background-color: #F6F2F3;
  padding: 80px 0;
}

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

@media screen and (max-width: 1024px) {
  .tp_news .layout_c {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .tp_news .layout_c li {
    margin-bottom: 50px !important;
  }
  .tp_news .layout_c li:last-child {
    margin-bottom: 0 !important;
  }
}

.tp01_02bg {
  position: relative;
}

.tp01_02bg:before {
  content: "";
  display: inline-block;
  background-color: #F6F2F3;
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tp_sec01 {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}

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

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

.tp_sec01 .layout_d .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 96/57;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_d .txtbox {
    padding: 3% 5%;
  }
}

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

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

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

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

.tp_sec05 .box_r,
.tp_sec05 .box_l {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.tp_sec05 .box_r a,
.tp_sec05 .box_l a {
  display: block;
  padding: 60px 80px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .tp_sec05 .box_r a,
  .tp_sec05 .box_l a {
    padding: 40px 5%;
  }
}

.tp_sec05 .box_r a:before,
.tp_sec05 .box_l a:before {
  content: "";
}

.tp_sec05 .box_r a:hover:before,
.tp_sec05 .box_l a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #00000066;
}

.tp_sec05 .box_r .layout_dl01,
.tp_sec05 .box_l .layout_dl01 {
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.tp_sec05 .box_r .layout_dl01 dt.step .num,
.tp_sec05 .box_l .layout_dl01 dt.step .num {
  color: #fff;
}

.tp_sec05 .box_r .layout_dl01 dt,
.tp_sec05 .box_l .layout_dl01 dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

.tp_sec05 .box_l {
  width: 70%;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .tp_sec05 .box_l {
    width: auto;
  }
}

.tp_sec05 .box_r {
  width: 70%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .tp_sec05 .box_r {
    width: auto;
  }
}

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

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

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