@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=Yuji+Syuku&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.yuji-syuku {
  font-family: "Yuji Syuku", serif;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  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 .h-logo {
  background-color: #fff;
  margin: 0;
  padding-left: 33px;
  padding-right: 33px;
  border-radius: 0px 0px 30px 0px;
}

@media screen and (max-width: 1024px) {
  .home header .h-logo {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    background: none;
    border-radius: inherit;
  }
}

.home .header-nav li a {
  color: #fff;
  border-left: dotted 1px #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;
  }*/
  /* -- -- */
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}

@media screen and (max-width: 767px) {
  #main_visual {
    height: calc(100vh - 60px);
  }
}

#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: 767px) {
  #main_visual .copy_text {
    top: calc(50% - 50px);
    width: 80%;
  }
}

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

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

#main_visual .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) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}

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

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

@media screen and (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 screen and (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;
}

/* -------------- */
/* 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_sec01 {
  background-image: url(../images/home/sec01/sec01_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

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

.tp_sec01:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  content: "";
  display: inline-block;
  background-image: url(../images/home/sec01/sec01_img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 21% 100%, 0 87%);
          clip-path: polygon(40% 0, 100% 0, 100% 100%, 21% 100%, 0 87%);
}

@media screen and (max-width: 1024px) {
  .tp_sec01:after {
    display: none;
  }
}

.tp_sec01 .layout_e {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tp_sec01 .layout_e .txtbox {
  width: 45%;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_e .txtbox {
    width: 100%;
  }
  .tp_sec01 .layout_e .txtbox img {
    width: 60%;
  }
}

.tp_sec01 .layout_e .imgbox {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_e .imgbox {
    display: block;
  }
}

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

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

.tp_sec02 .layout_d .imgbox {
  width: 60%;
}

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

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

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

.tp_sec03 .ttl02.type02:after {
  border-bottom: solid 2px #fff;
}

.tp_sec03 .ttl02.type02 .eng_txt {
  color: #fff;
}

.tp_sec05 {
  background-color: #F9F2E7;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

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

.tp_sec05:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  display: inline-block;
  background-image: url(../images/home/sec05/sec05_img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 96/72;
}

@media screen and (max-width: 1024px) {
  .tp_sec05:after {
    display: none;
  }
}

.tp_sec05 .layout_e {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

.tp_sec05 .layout_e .txtbox {
  width: 45%;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

@media screen and (max-width: 1024px) {
  .tp_sec05 .layout_e .txtbox {
    width: 100%;
    padding: 0 5% 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.tp_sec05 .layout_e .imgbox {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tp_sec05 .layout_e .imgbox {
    display: block;
  }
}

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

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

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