@charset "UTF-8";
/**************************************/
/* -------------------------
 * キャッチ
 * ------------------------- */
.about__catch {
  max-width: 600px;
  margin-left: auto;
  margin-right: calc((100vw - min(90vw, 1500px)) / 2);
}
@media (max-width: 834px) {
  .about__catch {
    max-width: none;
    margin-left: calc((100vw - min(90vw, 1500px)) / 2);
  }
}

.about__catch-heading {
  font-size: var(--f42);
  margin-bottom: 4rem;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .about__catch-heading {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}

/* -------------------------
 * FV動画
 * ------------------------- */
.c-under__fv {
  margin-top: 12rem;
  overflow-x: hidden;
}
@media (max-width: 834px) {
  .c-under__fv {
    margin-top: 5rem;
  }
}

@media (max-width: 834px) {
  .c-under__fv-bg {
    top: 0;
    background-size: 100%;
  }
}

@media (max-width: 834px) {
  .c-under__fv--pc {
    display: none;
  }
}

.c-under__fv--sp {
  display: none;
}
@media (max-width: 834px) {
  .c-under__fv--sp {
    display: block;
    margin-top: 5rem;
  }
}
.c-under__fv--sp .c-under__fv-video {
  width: 100%;
}

/* -------------------------
 * メイン
 * ------------------------- */
.about__sec {
  display: grid;
  grid-template-columns: 21.5rem 1fr;
  gap: 3rem 20%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 834px) {
  .about__sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
  }
}
.about__sec:nth-of-type(1) {
  margin-top: 15rem;
  padding-bottom: 15rem;
}
@media (max-width: 834px) {
  .about__sec:nth-of-type(1) {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

.about__sec-ttl {
  font-size: var(--f18);
  position: sticky;
  top: 15rem;
  font-weight: 500;
}
@media (max-width: 834px) {
  .about__sec-ttl {
    position: static;
  }
}

.about__main-catch {
  font-size: var(--f42);
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .about__main-catch {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.about__main-txt + .about__main-img {
  margin-top: 5rem;
}
@media (max-width: 834px) {
  .about__main-txt + .about__main-img {
    margin-top: 3rem;
  }
}

.about__main-img + .about__main-txt {
  margin-top: 5rem;
}
@media (max-width: 834px) {
  .about__main-img + .about__main-txt {
    margin-top: 3rem;
  }
}

@media (max-width: 834px) {
  .about__main-img.js-scroll {
    overflow-x: auto;
  }
}
@media (max-width: 834px) {
  .about__main-img.js-scroll img {
    display: block;
    width: 750px;
    height: auto;
    max-width: none;
  }
}

.about__main-process {
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .about__main-process {
    margin-top: 4rem;
  }
}

.about__main-process-ttl {
  font-weight: 600;
  font-size: var(--f18);
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  gap: 0.8em;
}
.about__main-process-ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #e6e6e6;
}
@media (max-width: 834px) {
  .about__main-process-ttl {
    margin-bottom: 2rem;
  }
}

.about__main-process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .about__main-process-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about__main-process-list > li {
  padding: 3.5rem 9%;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 834px) {
  .about__main-process-list > li {
    padding: 2rem 5%;
  }
}
@media (max-width: 499px) {
  .about__main-process-list > li {
    padding-inline: 1rem;
  }
}

.about__main-process-label {
  color: #004fa4;
  font-size: var(--f18);
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media (max-width: 834px) {
  .about__main-process-label {
    margin-bottom: 0.5rem;
  }
}/*# sourceMappingURL=about.css.map */