/**************************************/
:root {
  --white: #ffffff;
}

.philosophy-sec__inner {
  display: grid;
  grid-template-columns: 21% 1fr;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .philosophy-sec__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.philosophy .under-bg--bottom01 {
  bottom: 4vw;
}
@media (max-width: 834px) {
  .philosophy .under-bg--bottom01 {
    bottom: 7vw;
  }
}
@media (max-width: 450px) {
  .philosophy .under-bg--bottom01 {
    bottom: 34vw;
  }
}
.philosophy .under-bg--bottom02 {
  bottom: 10vw;
}
@media (max-width: 834px) {
  .philosophy .under-bg--bottom02 {
    bottom: 19vw;
  }
}
@media (max-width: 450px) {
  .philosophy .under-bg--bottom02 {
    bottom: 40vw;
    width: 50%;
  }
}

/* -------------------------
 * intro Section
 * ------------------------- */
.philosophy-intro {
  width: 95%;
  margin-inline: auto;
  background: url(../img/philosophy/philosophy_intro01.webp) no-repeat center center/cover;
  border-radius: 20px;
  padding: 12rem 10%;
  padding: 12rem 0;
}
@media (max-width: 834px) {
  .philosophy-intro {
    width: 90%;
    border-radius: 10px;
    padding: 3rem 0;
  }
}

.philosophy-intro__catch {
  font-family: var(--notosans);
  font-size: var(--f54);
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 4rem;
}
@media (max-width: 834px) {
  .philosophy-intro__catch {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

.philosophy-intro__desc {
  font-family: var(--notosans);
  font-weight: 400;
  color: var(--white);
  line-height: 1.75;
  margin: 0;
  letter-spacing: 0;
  max-width: 85.7rem;
}

/* -------------------------
 * Vision Section
 * ------------------------- */
.philosophy-vision {
  padding-block: 12rem 8rem;
}
@media (max-width: 834px) {
  .philosophy-vision {
    padding-block: 5rem 0rem;
  }
}

.philosophy-vision__catch {
  font-family: var(--notosans);
  font-size: var(--f44);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0;
}

/* -------------------------
 *  Value Section
 * ------------------------- */
.philosophy-value {
  padding-top: 3rem;
}
@media (max-width: 834px) {
  .philosophy-value {
    padding-top: 5rem;
  }
}

.philosophy-value__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 834px) {
  .philosophy-value__list {
    gap: 3rem;
  }
}

.philosophy-value__item {
  display: grid;
  grid-template-columns: 12% 1fr;
  gap: 1.5rem 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .philosophy-value__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto 1fr;
    gap: 5%;
  }
}

.philosophy-value__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.philosophy-value__item-ttl {
  font-family: var(--notosans);
  font-size: var(--f38);
  font-weight: 600;
  line-height: 1.4;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/philosophy/philosophy_list.webp) no-repeat center center/cover;
}
@media (max-width: 834px) {
  .philosophy-value__item-ttl {
    width: 6rem;
    font-size: 1.8rem;
  }
}

.philosophy-value__item-desc {
  font-family: var(--notosans);
  font-size: clamp(1.5rem, 1.5vw, 2.2rem);
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.7em;
}
@media (max-width: 834px) {
  .philosophy-value__item-desc {
    margin-top: 0;
  }
}/*# sourceMappingURL=philosophy.css.map */