@charset "UTF-8";
.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;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.cardo {
  font-family: "Cardo", 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;
}
*/
/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用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: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: 60vh;
  }
}
#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 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 8%;
  left: 5%;
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    width: 80%;
    left: 10px;
    bottom: 10px;
  }
}
#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;
  }
}
#main_visual {
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide {
    height: 60vh;
  }
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 60vh;
  }
}
@media (max-width: 1280px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 60vh;
  }
}
#main_visual .swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (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 (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;
}

/******************************/
/* サイドスライダー */
/******************************/
.side-slider_area .swiper-slide {
  opacity: 0.3;
  /* 左右のスライドを薄くする */
  /* 左右のスライドを小さくする */
  /* ゆっくり小さくさせる */
}
.side-slider_area .swiper-slide.swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  /* 中央のスライドは小さくしない */
  z-index: 1;
}
.side-slider_area .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
}
.side-slider_area .swiper-button-next,
.side-slider_area .swiper-button-prev {
  top: 50%;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next,
  .side-slider_area .swiper-button-prev {
    top: 10%;
    width: 25px;
    height: 25px;
  }
}
.side-slider_area .swiper-button-next:before, .side-slider_area .swiper-button-next:after,
.side-slider_area .swiper-button-prev:before,
.side-slider_area .swiper-button-prev:after {
  font-size: 22px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next:before, .side-slider_area .swiper-button-next:after,
  .side-slider_area .swiper-button-prev:before,
  .side-slider_area .swiper-button-prev:after {
    font-size: 12px;
  }
}
.side-slider_area .swiper-button-next {
  right: 1.5%;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next {
    right: 2%;
  }
}
.side-slider_area .swiper-button-prev {
  left: 1.5%;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-prev {
    left: 2%;
  }
}
.side-slider_area .swiper-pagination {
  /* top: 40%; */
  position: absolute !important;
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}
.side-slider_area .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) {
  .side-slider_area .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
.side-slider_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}
.side-slider_area .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);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_news {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .tp_news {
    padding: 50px 0;
  }
}
.tp_news .tp_news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 100px;
}
@media (max-width: 1024px) {
  .tp_news .tp_news_flex {
    display: block;
  }
}
.tp_news .tp_news_flex .ttl_area {
  width: 25%;
}
@media (max-width: 1024px) {
  .tp_news .tp_news_flex .ttl_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tp_news .tp_news_flex .body_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tp_sec01 {
  background-image: url(../images/home/sec01/sec01_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: auto;
  color: #fff;
  padding: 150px 0;
}
@media (max-width: 1024px) {
  .tp_sec01 {
    padding: 50px 0;
  }
}
.tp_sec01 .ttl02:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/home/sec01/sec01_ttl_bg01.svg);
  background-size: contain;
  width: 200px;
  height: 202.6px;
}
@media (max-width: 1024px) {
  .tp_sec01 .ttl02:before {
    width: 66.6666666667px;
    height: 67.5333333333px;
    top: 50%;
  }
}
.tp_sec01 .ttl02.type02 .eng_txt {
  color: #fff;
}

.tp_sec02 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec02/sec02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0;
  }
}
.tp_sec02 .sub_images_ul.cul2 .li a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  display: block;
}
.tp_sec02 .sub_images_ul.cul2 .li a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tp_sec02 .sub_images_ul.cul2 .li a:hover figure:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tp_sec02 .sub_images_ul.cul2 .li a:hover figure figcaption {
  opacity: 1;
  font-weight: bold;
  color: #fff;
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tp_sec02 .sub_images_ul.cul2 .li a figure {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.tp_sec02 .sub_images_ul.cul2 .li a figure:before {
  content: "";
  background-color: black;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
  border-radius: 30px;
}
.tp_sec02 .sub_images_ul.cul2 .li a figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tp_sec02 .sub_images_ul.cul2 .li a figure img {
  -o-object-position: cover;
     object-position: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 640/400;
}

.tp_sec03 {
  padding: 120px 0 100px;
  position: relative;
  z-index: 1;
  background-color: #223a70;
  color: #fff;
}
@media (max-width: 767px) {
  .tp_sec03 {
    padding: 60px 0 50px;
  }
}
.tp_sec03 .left_bg {
  position: relative;
}
.tp_sec03 .left_bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-image: linear-gradient(#e8ebf2 2px, transparent 2px), linear-gradient(90deg, #e8ebf2 2px, transparent 2px);
  background-size: 20px 20px;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 1024px) {
  .tp_sec03 .left_bg:before {
    width: 95%;
    background-size: 15px 15px;
  }
}
.tp_sec03 .right_bg {
  position: relative;
}
.tp_sec03 .right_bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-image: linear-gradient(#e8ebf2 2px, transparent 2px), linear-gradient(90deg, #e8ebf2 2px, transparent 2px);
  background-size: 20px 20px;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 1024px) {
  .tp_sec03 .right_bg:before {
    width: 95%;
    background-size: 15px 15px;
  }
}
.tp_sec03 .layout_e,
.tp_sec03 .layout_d {
  padding: 40px 0;
  color: #333;
}
@media (max-width: 1024px) {
  .tp_sec03 .layout_e,
  .tp_sec03 .layout_d {
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 0;
    width: 100%;
  }
}
.tp_sec03 .layout_e .imgbox,
.tp_sec03 .layout_d .imgbox {
  width: 60%;
}
@media (max-width: 1024px) {
  .tp_sec03 .layout_e .imgbox,
  .tp_sec03 .layout_d .imgbox {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tp_sec03 .layout_e .txtbox,
  .tp_sec03 .layout_d .txtbox {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10%;
    margin-bottom: 30px;
  }
}
.tp_sec03 .ttl02:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/home/sec03/sec03_ttl_bg01.svg);
  background-size: contain;
  width: 148.07px;
  height: 150px;
}
@media (max-width: 767px) {
  .tp_sec03 .ttl02:before {
    width: 49.3566666667px;
    height: 50px;
  }
}
.tp_sec03 .ttl02.type02 .eng_txt {
  color: #fff;
}

.tp_sec04 {
  padding: 100px 0;
  background-color: #F8F7F6;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec04 {
    padding: 50px 0;
  }
}

.tp_sec05 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec05 {
    padding: 50px 0;
  }
}

.tp_sec06 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec06 {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=css_map/style_home.css.map */
