@import url("https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("lib/ress.min.css");
.p-company .l-container {
  background: url(../img/bg_fv_company.webp) no-repeat 100% 0/100dvw auto;
}
@media screen and (max-width: 767px) {
  .p-company .l-container {
    background-image: url(../img/bg_fv_sp.webp);
  }
}

.p-message .c-box {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  padding: 7.2rem 7.4rem 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-message .c-box {
    flex-direction: column;
    gap: 2.2rem;
    padding: 4.6rem 2.4rem 6.1rem;
  }
}
.p-message-head {
  flex-shrink: 0;
  width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .p-message-head {
    width: 100%;
  }
}
.p-message-head img {
  margin: 10.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message-head img {
    display: block;
    margin: 3rem auto 0;
    width: 20.9rem;
  }
}
.p-message-body {
  padding: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-message-body {
    padding: 0;
  }
}
.p-message-body .name {
  align-items: end;
  display: flex;
  font-weight: 500;
  justify-content: end;
  gap: 1.9rem;
  line-height: 1;
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message-body .name {
    gap: 1.1rem;
    padding: 2.1rem 0 0;
  }
}
.p-message-body .name-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message-body .name-txt {
    font-size: 1.8rem;
  }
}

.p-philosophy {
  padding: 11.2rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding: 6.5rem 0 5.8rem;
  }
}
.p-philosophy .u-flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-philosophy .u-flex {
    flex-direction: column;
  }
}
.p-philosophy-items {
  display: flex;
  flex-direction: column;
  gap: 6.9rem;
  padding: 3rem 0 0;
  width: 68.8rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-items {
    gap: 5rem;
    padding: 4.5rem 0 0;
    width: 100%;
  }
}
.p-philosophy-item .ttl {
  background: var(--grad);
  background-clip: text;
  width: fit-content;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-2);
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-philosophy-item .ttl {
    font-size: 2.4rem;
    margin-left: 2.7rem;
  }
}
.p-philosophy-item .ttl:before {
  aspect-ratio: 1/0.8082191781;
  background: url(../img/company_philosophy_ttl_bg.webp) no-repeat 0 0/contain;
  content: " ";
  display: block;
  left: -3.5rem;
  position: absolute;
  top: -2.3rem;
  width: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-item .ttl:before {
    left: -2.7rem;
    top: -2rem;
    width: 5.7rem;
  }
}
.p-philosophy-item .subttl {
  font-size: 2rem;
  padding: 1.5rem 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-item .subttl {
    font-size: 1.6rem;
    line-height: 150%;
    padding-bottom: 1rem;
  }
}
.p-philosophy-item .txt {
  line-height: 187.5%;
}
@media screen and (max-width: 767px) {
  .p-philosophy-item .txt {
    line-height: 157.143%;
  }
}
.p-philosophy-item .value-list dt {
  color: var(--blue);
  font-family: var(--font-2);
  font-size: 2rem;
  line-height: 1;
  padding: 2.2rem 0 0.2rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-item .value-list dt {
    font-size: 1.6rem;
    padding-top: 2.4rem;
  }
}
.p-philosophy-item .value-list dt:first-child {
  padding-top: 2rem;
}
.p-philosophy-item .value-list dd {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-philosophy-item .value-list dd {
    font-size: 1.6rem;
  }
}

.p-information {
  padding: 0 0 13.8rem;
}
@media screen and (max-width: 767px) {
  .p-information {
    padding: 0 0 6.4rem;
  }
}
.p-information .c-box {
  display: flex;
  justify-content: space-between;
  padding: 7.4rem 10.9rem 8.5rem 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-information .c-box {
    flex-direction: column;
    padding: 4.4rem 2.4rem 5.5rem;
  }
}
.p-information .c-dlist {
  padding: 1.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-information .c-dlist {
    padding: 0;
  }
}/*# sourceMappingURL=company.css.map */