@charset "UTF-8";
/**************************************/
/* -------------------------
 * 共通
 * ------------------------- */
/**************************************/
/* -------------------------
 * intro
 * ------------------------- */
.about-intro {
  background-image: -webkit-gradient(linear, left top, right top, from(#40c5f1), to(#4891f3));
  background-image: linear-gradient(to right, #40c5f1, #4891f3);
  padding-block: clamp(1rem, 2.9761904762vw, 5rem) clamp(3rem, 7.1428571429vw, 12rem);
  overflow: clip;
}

.about-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .about-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-intro__ttl {
  line-height: 1.37;
  font-size: clamp(2.4rem, 3.25vw, 5.4rem);
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1240px) {
  .about-intro__ttl {
    white-space: normal;
  }
}

.about-intro__desc {
  font-size: var(--f21);
  color: #fff;
  margin-top: 18%;
  margin-left: -3%;
  margin-bottom: clamp(5.6rem, 8.9285714286vw, 15rem);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .about-intro__desc {
    white-space: normal;
    margin-top: 2rem;
    margin-left: 0;
  }
}

.about-intro__slide-txt-wrap {
  font-size: var(--f100);
  color: rgba(255, 255, 255, 0.07);
  gap: 0.3em;
}
.about-intro__slide-txt-wrap .slide-txt {
  animation: scrollText 160s linear infinite reverse;
  gap: 0.3em;
}

.about-intro__slide-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.about-intro__slide-img-wrap::-webkit-scrollbar {
  display: none;
}
.about-intro__slide-img-wrap .slide-img {
  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;
  gap: 2.5rem;
  animation: bg-txt-slide 50s linear infinite reverse;
  padding-right: 2.5rem;
}
@media (max-width: 834px) {
  .about-intro__slide-img-wrap .slide-img {
    gap: 1.5rem;
    padding-right: 1.5rem;
  }
}

.slide-img__item {
  width: 50rem;
  height: auto;
  aspect-ratio: 6/4;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 834px) {
  .slide-img__item {
    width: 20rem;
  }
}
.slide-img__item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 834px) {
  .slide-img__item img {
    border-radius: 10px;
  }
}

@-webkit-keyframes bg-txt-slide {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}

@keyframes bg-txt-slide {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}
/* -------------------------
 * structure
 * ------------------------- */
.about-structure {
  padding-block: clamp(5rem, 8.1547619048vw, 13.7rem) clamp(5rem, 9.7619047619vw, 16.4rem);
  background-color: #effbff;
  overflow: clip;
  position: relative;
}
.about-structure::before {
  background: url(../img/about/structure_bg01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 43%;
  aspect-ratio: 1594/1948;
  top: -39%;
  left: 0%;
  z-index: 0;
}
@media (max-width: 834px) {
  .about-structure::before {
    top: -20%;
    width: 81%;
  }
}
.about-structure::after {
  background: url(../img/about/structure_bg02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 22%;
  aspect-ratio: 514/930;
  bottom: -28%;
  right: 0;
  z-index: 0;
}
@media (max-width: 834px) {
  .about-structure::after {
    bottom: -11%;
    width: 45%;
  }
}

.about-structure__flex {
  display: grid;
  grid-template-columns: 528fr 776fr;
  gap: 3rem 4.9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 834px) {
  .about-structure__flex {
    grid-template-columns: 1fr;
  }
}

/* -------------------------
 * value
 * ------------------------- */
.about-value {
  padding-top: clamp(5rem, 8.3333333333vw, 14rem);
}

.about-value__head {
  display: grid;
  grid-template-columns: auto 43.2%;
  gap: 1em 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: clamp(3rem, 4.7619047619vw, 8rem);
}
@media (max-width: 834px) {
  .about-value__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-value__head .under-detail__sec-tagline {
  margin-bottom: 0;
}

.about-value__contents {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 1024px) {
  .about-value__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-value__content {
  padding-block: clamp(2.5rem, 2.9761904762vw, 5rem);
  padding-inline: min(7.5%, 4.5rem);
}
@media (max-width: 1024px) {
  .about-value__content {
    padding-inline: 5%;
  }
}

.about-value__content--left {
  background: #2dd4c6;
  position: relative;
  overflow: clip;
}
.about-value__content--left::before {
  color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  position: absolute;
  font-size: clamp(4.2rem, 5.5vw, 9rem);
  font-weight: 600;
  line-height: 1;
  content: "人";
  top: -0.1em;
  left: -0.05em;
  z-index: 1;
}

.about-value__content--right {
  background: #4083f1;
  position: relative;
  overflow: clip;
}
.about-value__content--right::before {
  color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  position: absolute;
  font-size: clamp(4.2rem, 5.5vw, 9rem);
  font-weight: 600;
  line-height: 1;
  content: "企業";
  top: -0.1em;
  right: -0.05em;
  z-index: 1;
}

.about-value__content-ttl {
  font-size: var(--f24);
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2em;
  color: #fff;
}
@media (max-width: 834px) {
  .about-value__content-ttl {
    margin-bottom: 1em;
  }
}

.about-value__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.about-value__list > li {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  position: relative;
  border-radius: 5px;
  line-height: 1;
  padding: 0.8em 0.5em;
}
.about-value__list > li::before {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-weight: 300;
  color: #fff;
  font-size: var(--f20);
  font-variation-settings: "FILL" 1;
}/*# sourceMappingURL=about.css.map */