@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
index
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.glb-header .site-ttl .index-scroll-show {
  display: none;
}

.glb-header.is-scroll .site-ttl .index-scroll-hidden {
  display: none;
}

.glb-header.is-scroll .site-ttl .index-scroll-show {
  display: block;
}

/* ========================================================
index共通
======================================================== */
.index-cmn-sec {
  padding: 160px 0;
}
@media screen and (max-width: 1020px) {
  .index-cmn-sec {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-cmn-sec {
    padding: 80px 0;
  }
}

/* ========================================================
.sec-mv
======================================================== */
.sec-mv .particle {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}

/* ========================================================
.sec-company
======================================================== */
.sec-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-image: linear-gradient(135deg, #5eb75b, #f3e22e, #5eb75b, #f3e22e);
  background-size: 200% 200%;
  -webkit-animation: bggradient 20s ease infinite;
          animation: bggradient 20s ease infinite;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sec-mv .mv-catch {
  position: relative;
  z-index: 2;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-catch {
    padding: 0 32px;
  }
}

@media screen and (max-width: 480px) {
  .sec-mv .mv-catch__ttl .pc-img {
    display: none;
  }
}

.sec-mv .mv-catch__ttl .sp-img {
  display: none;
}
@media screen and (max-width: 480px) {
  .sec-mv .mv-catch__ttl .sp-img {
    display: block;
  }
}

/* ========================================================
.sec-about
======================================================== */
.sec-about {
  background-image: url("../img/index/about_bg01.webp");
  background-size: cover;
  background-position: center center;
}

.sec-about .main-box__catch {
  margin-top: 48px;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-about .main-box__catch {
    margin-top: 32px;
    font-size: 2.4rem;
  }
}

.sec-about .detail-btn {
  margin-top: 56px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-about .detail-btn {
    margin-top: 40px;
    text-align: center;
  }
}

/* ========================================================
.sec-business
======================================================== */
/* .business-list
=========================================== */
.sec-business .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list {
    margin-top: 32px;
  }
}

.sec-business .business-list__item {
  position: relative;
  width: 50%;
  height: 22vw;
  overflow: hidden;
  background-color: #111;
}
@media screen and (max-width: 1020px) {
  .sec-business .business-list__item {
    width: 100%;
    height: auto;
    padding: 8vw 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list__item {
    padding: 60px 0;
  }
}

.sec-business .business-list__item a {
  pointer-events: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sec-business .business-list__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.sec-business .business-list__item:nth-child(1):after {
  background-image: url("../img/index/business_list_img01.webp");
}

.sec-business .business-list__item:nth-child(2):after {
  background-image: url("../img/index/business_list_img02.webp");
}

.sec-business .business-list__item:nth-child(3):after {
  background-image: url("../img/index/business_list_img03.webp");
}

.sec-business .business-ttl__jp {
  display: block;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 1.7143vw, 4rem);
  font-weight: 700;
}
@media screen and (max-width: 1020px) {
  .sec-business .business-ttl__jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-ttl__jp {
    font-size: 1.5rem;
  }
}

.sec-business .business-ttl__en {
  display: block;
  margin-top: 24px;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
  font-size: clamp(1rem, 5.6vw, 10rem);
  font-weight: 500;
}
@media screen and (max-width: 1020px) {
  .sec-business .business-ttl__en {
    margin-top: 20px;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-ttl__en {
    margin-top: 20px;
    font-size: 4rem;
  }
}

/* ========================================================
.sec-company
======================================================== */
.sec-company {
  background-color: #223a22;
}

.sec-company .company-list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-company .company-list {
    margin-top: 32px;
  }
}

.sec-company .company-list__item {
  width: 100%;
}

.sec-company .company-list__thumb {
  overflow: hidden;
}

.sec-company .company-list__thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.sec-company .company-list__item a:hover .company-list__thumb img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.sec-company .ttl-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-company .ttl-block {
    margin-top: 16px;
  }
}

.sec-company .ttl-block__ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-company .ttl-block__ttl {
    font-size: 2rem;
  }
}

.sec-company .ico-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin: 5px 0 0 12px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-company .ico-arrow {
    width: 22px;
    height: 22px;
    margin: 0 0 0 10px;
  }
}

.sec-company .company-list__item a:hover .ico-arrow {
  margin: 5px -4px 0 12px;
}
@media screen and (max-width: 767px) {
  .sec-company .company-list__item a:hover .ico-arrow {
    margin: 0 0 0 10px;
  }
}

.sec-company .ico-arrow .material-symbols-outlined {
  margin-left: 0.05em;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec-company .ico-arrow .material-symbols-outlined {
    font-size: 1.8rem;
  }
}

/* ========================================================
.sec-news
======================================================== */
.sec-news .cmn-news-box {
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .sec-news .cmn-news-box {
    padding: 40px 0;
  }
}

.sec-news .detail-btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sec-news .detail-btn {
    margin-top: 32px;
  }
}

.sec-news .cmn-tab-list {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sec-news .cmn-tab-list {
    margin-top: 32px;
  }
}/*# sourceMappingURL=index.min.css.map */