@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
index
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
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.webp");
  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;
}
@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 {
  margin: 32px auto 0;
  font-size: 2.3rem;
  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.8rem;
  }
}

/* ========================================================
.sec-business
======================================================== */
.sec-business {
  padding: 80px 0 160px;
}
@media screen and (max-width: 1020px) {
  .sec-business {
    padding: 40px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business {
    padding: 32px 0 80px;
  }
}

.sec-business {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px -12px 7px 3px #03060a;
          box-shadow: 0px -12px 7px 3px #03060a;
}

/* .business-list
=========================================== */
.sec-business .business-list {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list {
    margin-top: 40px;
  }
}

.sec-business .business-list__item {
  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-business .business-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec-business .business-list__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec-business .business-list__item + .business-list__item {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list__item + .business-list__item {
    margin-top: 48px;
  }
}

.sec-business .business-list__item .bg-img {
  width: 53.2%;
}
@media screen and (max-width: 1020px) {
  .sec-business .business-list__item .bg-img {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list__item .bg-img {
    display: none;
  }
}

.sec-business .business-list__item .txt-block {
  width: 46.8%;
}
@media screen and (max-width: 1020px) {
  .sec-business .business-list__item .txt-block {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list__item .txt-block {
    width: 100%;
  }
}

.sec-business .business-list__item:nth-child(2n+1) .txt-block {
  padding-right: 72px;
}
@media screen and (max-width: 1020px) {
  .sec-business .business-list__item:nth-child(2n+1) .txt-block {
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list__item:nth-child(2n+1) .txt-block {
    padding-right: 0;
  }
}

.sec-business .business-list__item:nth-child(2n) .txt-block {
  padding-left: 72px;
}
@media screen and (max-width: 1020px) {
  .sec-business .business-list__item:nth-child(2n) .txt-block {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list__item:nth-child(2n) .txt-block {
    padding-left: 0;
  }
}

.sec-business .business-list__item .main-img {
  margin-top: 24px;
}

.sec-business .business-list__item .txt-parts {
  margin-top: 24px;
}

.sec-business .business-list__item .txt-parts__txt {
  line-height: 1.9;
}

.sec-business .business-list__item .cmn-arrow01 {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list__item .cmn-arrow01 {
    margin-top: 20px;
  }
}

.sec-business .business-list__item a:hover .cmn-arrow01__in {
  margin-right: -8px;
}

/* ========================================================
.secs-wrap
======================================================== */
.secs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .secs-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.secs-wrap .sec-two-columns {
  width: 50%;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .secs-wrap .sec-two-columns {
    width: 100%;
    height: 320px;
  }
}

.secs-wrap .sec-two-columns a {
  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%;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.secs-wrap .sec-two-columns a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.secs-wrap .sec-two-columns .cmn-arrow01 {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.secs-wrap .sec-two-columns a:hover .cmn-arrow01__in {
  margin-right: -8px;
}

.sec-company,
.sec-contact {
  background-size: cover;
  background-position: center center;
}

/* ========================================================
.sec-company
======================================================== */
.sec-company {
  background-image: url("../img/index/company_bg01.webp");
}

/* ========================================================
.sec-contact
======================================================== */
.sec-contact {
  background-image: url("../img/index/contact_bg01.webp");
}

/* ========================================================
.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;
  }
}/*# sourceMappingURL=index.min.css.map */