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

.body-index .glb-container {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .body-index .glb-container {
    padding-top: 40px;
  }
}

/* ========================================================
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 {
  position: relative;
  z-index: 2;
  background-image: url("../img/index/mv_bg01.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.sec-mv .mv-catch {
  position: absolute;
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sec-mv .mv-catch img {
  width: 960px;
}
@media screen and (max-width: 1256px) {
  .sec-mv .mv-catch img {
    width: 76vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-catch img {
    width: 92vw;
  }
}

.sec-mv .mv-catch__txt {
  width: 92vw;
  margin: 24px auto 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-catch__txt {
    margin-top: 20px auto 0;
    font-size: 1.6rem;
  }
}

/* ========================================================
.sec-philosophy
======================================================== */
.sec-philosophy {
  background-image: url("../img/index/philosophy_bg01.jpg");
}

.sec-philosophy .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-philosophy .main-box__catch {
    margin-top: 32px;
    font-size: 2.4rem;
  }
}

.sec-philosophy .detail-btn {
  margin-top: 56px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-philosophy .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: 40px 0;
  }
}

.sec-business .business-list__item a {
  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.jpg");
}

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

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

.sec-business .business-list__item:hover:after {
  opacity: 0.6;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.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: "Lato", "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: #111;
}

.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;
    padding: 0 8vw;
  }
}

.sec-company .company-list__item:nth-child(n+3) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-company .company-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec-company .company-list__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.sec-company .company-list__item {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1256px) {
  .sec-company .company-list__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .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.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

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

.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;
}
@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.2s ease-in-out;
  transition: margin 0.2s 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 0 0 16px;
}
@media screen and (max-width: 767px) {
  .sec-company .company-list__item a:hover .ico-arrow {
    margin: 0 0 0 14px;
  }
}

.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 .detail-btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sec-news .detail-btn {
    margin-top: 32px;
  }
}/*# sourceMappingURL=index.min.css.map */