@charset "UTF-8";
body {
  visibility: hidden;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
.l-about-catch {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .l-about-catch {
    margin-top: 3rem;
  }
}

.l-about-fv {
  margin-top: 3.3125rem;
  padding-bottom: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .l-about-fv {
    margin-top: 1.6875rem;
    padding-bottom: 1.875rem;
  }
}

.l-about-intro {
  margin-top: 3.125rem;
  padding-top: 4.1875rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-about-intro {
    padding-top: 3.1875rem;
    padding-bottom: 1.6875rem;
  }
}

.p-about-catch {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 1.7;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-catch {
    font-size: 1.125rem;
  }
}

.p-about-fv__title.c-lower-fv__title {
  text-transform: capitalize;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-fv__title.c-lower-fv__title {
    font-size: 1.875rem;
  }
}

.p-about-intro {
  background-color: #6176b6;
  position: relative;
  --fadeUp: 0;
}

.p-about-intro__wrap {
  margin-top: 3.3125rem;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .p-about-intro__wrap {
    margin-top: 3.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-intro .l-inner-lower-md {
    max-width: none;
    max-width: initial;
  }
}

.p-about-intro::before {
  content: "";
  width: 1px;
  height: 3.125rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: var(--fadeUp);
}

.p-about-intro__title {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-intro__title {
    font-size: 1.5rem;
  }
}

.p-about-intro__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-intro__body {
    width: 75rem;
  }
}

.p-about-intro__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
  width: 100%;
  height: 23%;
  position: absolute;
  left: 0;
}

.p-about-intro__row:nth-child(1) {
  top: 21%;
  opacity: 0.7;
}

.p-about-intro__row:nth-child(2) {
  opacity: 0.7;
  top: 45%;
  height: 18.5%;
}

.p-about-intro__row:nth-child(3) {
  grid-template-columns: repeat(4, 1fr);
  opacity: 0.7;
  top: 67%;
  height: 15%;
}

.p-about-intro__row:nth-child(4) {
  grid-template-columns: repeat(6, 1fr);
  opacity: 0.7;
  top: 86%;
  height: 14%;
}

.p-about__link {
  width: 100%;
  height: 100%;
}

.p-about__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-about-intro__img {
  width: 100%;
}
.p-about-intro__scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-intro__scroll {
    display: block;
    width: min(16.25rem, 100%);
    position: absolute;
    top: 1.25rem;
    left: 2.125rem;
  }
}

.p-about-intro__scroll img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=about.css.map */
