@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
index
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
index共通
======================================================== */
.index-cmn-sec {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .index-cmn-sec {
    padding: 64px 0;
  }
}

/* ========================================================
.sec-mv
======================================================== */
.sec-mv {
  position: relative;
  height: 580px;
  background-image: url("../img/index/mv_people01.webp"), url("../img/index/mv_bg01.webp"), linear-gradient(135deg, #ff8a15, #ffd000, #ff8a15, #ffd000);
  background-size: 800px auto, cover, 200% 200%;
  background-position: center right 15%, center, center;
  -webkit-animation: bggradient 20s ease infinite;
          animation: bggradient 20s ease infinite;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-mv {
    position: relative;
    height: 480px;
    background-image: url("../img/index/mv_people01.webp"), url("../img/index/mv_bg01.webp"), linear-gradient(135deg, #ff8a15, #ffd000, #ff8a15, #ffd000);
    background-size: 150% auto, cover, 200% 200%;
    background-position: center center, center, center;
    -webkit-animation: bggradient 20s ease infinite;
            animation: bggradient 20s ease infinite;
    background-repeat: no-repeat;
  }
}

.sec-mv .cmn-inner-m {
  height: 100%;
}

.sec-mv .mv-catch {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-mv .mv-catch__jp {
  color: #fff;
  font-size: 7.2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  text-shadow: 0 0 8px #f1800f, 0 0 16px #f1800f;
}
@media screen and (max-width: 1020px) {
  .sec-mv .mv-catch__jp {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-catch__jp {
    display: none;
  }
}

.sec-mv .mv-catch__jp-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-catch__jp-sp {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-catch__jp-sp img {
    width: clamp(200px, 70.5vw, 300px);
  }
}

/* ========================================================
.sec-about
======================================================== */
.sec-about {
  background-image: linear-gradient(135deg, #fff2ba, #ffe3c0);
}

.sec-about .main-box {
  margin-top: 40px;
}

.sec-about .main-box .txt-block__txt {
  line-height: 1.7;
}

.sec-about .main-box .txt-block__txt + .txt-block__txt {
  margin-top: 24px;
}

.sec-about .main-box .txt-block__txt .strong-txt {
  color: #644e38;
  font-weight: 700;
}

/* ========================================================
.sec-business
======================================================== */
@media screen and (max-width: 1020px) {
  .sec-business {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

#support-a + .sec-business {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #support-a + .sec-business {
    padding-bottom: 0;
  }
}

.sec-business .main-box {
  margin-top: 40px;
}

.sec-business .main-box > .cmn-inner-s {
  max-width: 940px;
}
@media screen and (max-width: 767px) {
  .sec-business .main-box > .cmn-inner-s {
    padding: 0;
  }
}

.sec-business .main-box .txt-block__txt {
  line-height: 1.7;
}

.sec-business .main-box .txt-block__txt + .txt-block__txt {
  margin-top: 24px;
}

.sec-business .main-box .txt-block__txt .strong-txt {
  color: #644e38;
  font-weight: 700;
}

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

.sec-business .business-list__item {
  position: relative;
  width: calc((100% - 96px) / 3);
  height: 20vw;
  overflow: hidden;
  border-radius: 16px;
  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.support-a .business-list__item:nth-child(1):after {
  background-image: url("../img/index/business_list_img01.webp");
}

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

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

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

.sec-business.support-b .business-list__item:nth-child(2):after {
  background-image: url("../img/index/business_list_img05.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: 2rem;
  }
}

.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: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 1020px) {
  .sec-business .business-ttl__en {
    margin-top: 20px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-ttl__en {
    margin-top: 12px;
    font-size: 4rem;
  }
}

/* ========================================================
.sec-challenge
======================================================== */
.sec-challenge {
  background-image: linear-gradient(135deg, #fff2ba, #ffe3c0);
}

.sec-challenge .main-box {
  margin-top: 40px;
}

.sec-challenge .main-box .txt-block__txt {
  line-height: 1.7;
}

.sec-challenge .main-box .txt-block__txt + .txt-block__txt {
  margin-top: 24px;
}

.sec-challenge .main-box .txt-block__txt .strong-txt {
  color: #644e38;
  font-weight: 700;
}

/* ========================================================
.sec-place
======================================================== */
.sec-place .main-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .sec-place .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-place .cmn-content-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-place .cmn-content-list {
    width: 100%;
  }
}

.sec-place .main-box .map {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-place .main-box .map {
    margin-top: 16px;
    width: 100%;
  }
}

.sec-place .main-box .map iframe {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec-place .main-box .map iframe {
    aspect-ratio: 1/1;
  }
}

/* ========================================================
.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 */