@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: 1280px) {
  .index-cmn-sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-cmn-sec {
    padding: 56px 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;
}
@media screen and (max-width: 767px) {
  .sec-mv {
    height: 100vh;
    height: 100svh;
  }
}

.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: 1200px;
}
@media screen and (max-width: 1280px) {
  .sec-mv .mv-catch img {
    width: 76vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-catch img {
    width: 92vw;
    padding-top: 40px;
  }
}

.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-about
======================================================== */
.sec-about {
  background-color: #efefef;
}

.sec-about .main-box__catch {
  margin-top: 48px;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1020px) {
  .sec-about .main-box__catch {
    margin-top: 32px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .main-box__catch {
    margin-top: 32px;
    font-size: 2rem;
  }
}

.sec-about .strength-list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1020px) {
  .sec-about .strength-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

.sec-about .strength-list__item {
  width: 25%;
}
@media screen and (max-width: 1020px) {
  .sec-about .strength-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 1020px) {
  .sec-about .strength-list__item:nth-child(1),
  .sec-about .strength-list__item:nth-child(2) {
    margin-bottom: 32px;
  }
}

.sec-about .strength-list__ico {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.sec-about .strength-list__txt {
  font-weight: 700;
  margin-top: 20px;
  font-size: 2.2rem;
  text-align: center;
  color: #1253bb;
}
@media screen and (max-width: 767px) {
  .sec-about .strength-list__txt {
    margin-top: 12px;
    font-size: 1.7rem;
    line-height: 1.3;
  }
}

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

/* ========================================================
.sec-service
======================================================== */
.sec-service {
  margin-top: 120px;
}
@media screen and (max-width: 1280px) {
  .sec-service {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service {
    margin-top: 56px;
  }
}

.sec-service .main-box {
  margin-top: 40px;
  background-image: linear-gradient(135deg, #0035ad, #55c0ec);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sec-service .main-box {
    padding: 40px 0;
  }
}

.sec-service .main-box__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .sec-service .main-box__in {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .main-box__in {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* .media-block
=========================================== */
@media screen and (max-width: 1280px) {
  .sec-service .media-block {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .media-block {
    width: 100%;
  }
}

.sec-service .media-block .video {
  position: relative;
  width: 600px;
  margin-left: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .sec-service .media-block .video {
    margin-left: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  .sec-service .media-block .video {
    width: calc(100% - 4vw);
    margin-left: 4vw;
  }
}

.sec-service .media-block__img {
  width: 600px;
  margin-top: -80px;
}
@media screen and (max-width: 1280px) {
  .sec-service .media-block__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .media-block__img {
    width: calc(100% - 4vw);
  }
}

/* .service-list
=========================================== */
@media screen and (max-width: 1280px) {
  .sec-service .service-list {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list {
    width: 100%;
  }
}

.sec-service .service-list__item + .service-list__item {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sec-service .service-list__item + .service-list__item {
    margin-top: 16px;
  }
}

.sec-service .service-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 520px;
  padding: 16px 24px;
  height: 112px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .sec-service .service-list__item a {
    width: 100%;
    height: auto;
    padding: 24px 16px;
  }
}

.sec-service .service-list__item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.sec-service .service-list__item .txt-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-service .service-list__item .num {
  font-weight: 300;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 5.2rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .sec-service .service-list__item .num {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list__item .num {
    font-size: 3.6rem;
  }
}

.sec-service .service-list__item .service-ttl {
  margin-top: 2px;
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  margin-left: 28px;
}
@media screen and (max-width: 1280px) {
  .sec-service .service-list__item .service-ttl {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list__item .service-ttl {
    font-size: 1.8rem;
  }
}
.sec-service .service-list__item .service-ttl:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-service .service-list__item .service-ttl:before {
    font-size: 2rem;
  }
}

.sec-service .service-list__item .arrow-ico {
  width: 32px;
}
@media screen and (max-width: 1280px) {
  .sec-service .service-list__item .arrow-ico {
    width: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list__item .arrow-ico {
    width: 24px;
  }
}

/* ========================================================
.sec-company
======================================================== */
.sec-company {
  background-image: linear-gradient(135deg, #0035ad, #55c0ec);
}

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

@media screen and (max-width: 1020px) {
  .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) / 3);
}
@media screen and (max-width: 1280px) {
  .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;
  border-radius: 16px;
}

.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-voice
======================================================== */
.sec-voice .voice-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-list {
    display: block;
  }
}

.sec-voice .voice-list__item {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-list__item {
    width: 100%;
  }
}

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

.sec-voice .voice-list .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sec-voice .voice-list .alphabet {
  color: #0035ad;
  font-size: 5.2rem;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-list .alphabet {
    font-size: 3.2rem;
  }
}

.sec-voice .voice-list .esquire {
  color: #0035ad;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-list .esquire {
    font-size: 1.8rem;
  }
}

.sec-voice .voice-list .people-img {
  margin-left: 12px;
}
.sec-voice .voice-list .people-img img {
  width: auto;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-list .people-img img {
    width: auto;
    height: 32vw;
  }
}

.sec-voice .voice-list .thought {
  margin-top: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec-voice .voice-list .thought {
    margin-top: 12px;
  }
}

/* ========================================================
.sec-news
======================================================== */
.sec-news {
  background-color: #efefef;
  padding: 160px 0 128px;
}
@media screen and (max-width: 1280px) {
  .sec-news {
    padding: 80px 0 56px;
  }
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding: 56px 0 32px;
  }
}

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