@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lexend-giga {
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  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;
}
*/
/*

トップページ用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: calc(100vh - 180px);
  }
}
#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 .mv_light {
  width: 100vw;
  height: 100%;
  /*aspect-ratio: 1600 / 852;*/
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  mix-blend-mode: overlay;
  opacity: 0;
  /* -webkit-transform: scale(0.4); */
  /* transform: scale(0.4); */
}
#main_visual .mv_light.active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
#main_visual .mv_light figure {
  max-width: 600px;
  position: absolute;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main_visual .copy_text {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  position: absolute;
  z-index: 4;
  opacity: 0;
  top: calc(55% - 0px);
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    top: calc(50% - 58px);
    width: 80%;
  }
}
#main_visual .copy_text.active {
  -webkit-transition: all 1s 1.6s;
  transition: all 1s 1.6s;
  opacity: 1;
  clip-path: inset(0);
}
#main_visual .scroll_mv {
  width: 112px;
  height: 112px;
  display: block;
  position: absolute;
  bottom: 80px;
  right: 5%;
  z-index: 4;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
#main_visual .scroll_mv.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main_visual .scroll_mv .mv_circle_text {
  width: 100%;
  -webkit-animation: text_rotate 12s linear infinite;
          animation: text_rotate 12s linear infinite;
}
#main_visual .scroll_mv .mv_scroll_object {
  width: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#main_visual .mv_news_container {
  background: #FAFAFA;
  width: 45%;
  height: 80px;
  padding: 0 85px 0 2.5%;
  border-radius: 0 17px 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 6;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
@media (max-width: 1024px) {
  #main_visual .mv_news_container {
    height: 55px;
    padding: 0 60px 0 2.5%;
  }
}
@media (max-width: 767px) {
  #main_visual .mv_news_container {
    padding: 0 45px 0 2.5%;
    border-radius: 0 8px 8px 0;
  }
}
@media screen and (max-width: 600px) {
  #main_visual .mv_news_container {
    width: 80%;
    padding: 0 60px 0 2.5%;
    bottom: 10px;
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
  }
}
#main_visual .mv_news_container.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main_visual .mv_news_container:hover .hover_wide_btn {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  #main_visual .mv_news_container:hover .hover_wide_btn {
    right: 15px;
  }
}
@media (max-width: 767px) {
  #main_visual .mv_news_container:hover .hover_wide_btn {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  #main_visual .mv_news_container:hover .hover_wide_btn {
    right: 15px;
  }
}
#main_visual .mv_news_container:hover .hover_wide_btn:before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main_visual .mv_news_container .mv_news_text {
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main_visual .mv_news_container .mv_news_text .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #009B00;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  #main_visual .mv_news_container .mv_news_text .loop_text {
    width: 13em;
    /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#main_visual .mv_news_container .hover_wide_btn {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #main_visual .mv_news_container .hover_wide_btn {
    right: 20px;
  }
}
#main_visual .mv_news_container .hover_wide_btn:before {
  content: "";
  background: #009B00;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main_visual .mv_news_container .hover_wide_btn:after {
  content: "";
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -50%);
  transform: translate(-52%, -50%);
}

@-webkit-keyframes text_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes text_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@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 */
/* ------------- */
/* -------------- */
/* ABOUT */
/* ------------- */
/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  position: relative;
  z-index: 1;
  background-color: #FFFEF3;
  padding: 0 0 90px;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 0 0 50px;
  }
}
.tp_sec01 .sec01_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .tp_sec01 .sec01_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tp_sec01 .sec01_bnr .li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 25%;
  border: solid 3px #fff;
  background-color: #003B00;
  padding: 20px 30px;
  aspect-ratio: 48/10;
}
@media (max-width: 1024px) {
  .tp_sec01 .sec01_bnr .li {
    width: 50%;
    padding: 10px 20px;
  }
}
.tp_sec01 .sec01_bnr .li .en {
  font-family: "Lexend Giga", sans-serif;
  color: #FFEA00;
  font-weight: 400;
  margin-bottom: 5px;
}
.tp_sec01 .sec01_bnr .li .jp {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

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

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

.tp_sec04 {
  background-color: #F1F2EA;
  background-image: url(../images/home/sec04/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .tp_sec04 {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .tp_sec04 .layout_a {
    display: block;
  }
}
.tp_sec04 .layout_a .imgbox {
  width: 40%;
}
@media (max-width: 1024px) {
  .tp_sec04 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .tp_sec04 .layout_a .imgbox figure {
    text-align: center;
  }
  .tp_sec04 .layout_a .imgbox figure img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .tp_sec04 .sub_images_ul.cul2 .li {
    margin-bottom: 0;
  }
}

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

/* -------------- */
/* グローバルナビ */
/* ------------- */
/*
.header_drawer_toggle .gnav-trg span,
.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  background-color:#fff;
}
*/
/*# sourceMappingURL=css_map/style_home.css.map */
