.p-philosophy {
  position: relative;
}

.p-philosophy-body {
  padding-bottom: clamp(4.125rem, 2.55rem + 3.27vw, 5.5rem);
}
@media (max-width: 767px) {
  .p-philosophy-body {
    padding-bottom: 21.33vw;
  }
}
.p-philosophy-body__container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}
@media (max-width: 1240px) {
  .p-philosophy-body__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-philosophy-body__container {
    padding-inline: 6.4vw;
  }
}
@media (max-width: 767px) {
  .p-philosophy-body__container {
    padding-inline: 0;
  }
}
.p-philosophy-body__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(4.125rem, 2.55rem + 3.27vw, 5.5rem);
}
@media (max-width: 767px) {
  .p-philosophy-body__inner {
    gap: 21.33vw;
  }
}

.p-corporate-philosophy {
  display: flex;
  flex-direction: column;
  gap: clamp(1.359375rem, 0.84rem + 1.08vw, 1.8125rem);
}
@media (max-width: 767px) {
  .p-corporate-philosophy {
    gap: 6.4vw;
  }
}
.p-corporate-philosophy__statement {
  font-family: var(--font-primary);
  font-size: clamp(1.5rem, 0.93rem + 1.19vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-blue-1, #2f74b5);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-corporate-philosophy__statement {
    font-size: 6.4vw;
    text-align: center;
  }
}

.p-company-values {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
}
@media (max-width: 767px) {
  .p-company-values {
    gap: 5.33vw;
  }
}
.p-company-values__body {
  display: flex;
  flex-direction: column;
}
.p-company-values__item {
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-company-values__item {
    font-size: 4.27vw;
  }
}

.p-our-mission {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
}
@media (max-width: 767px) {
  .p-our-mission {
    gap: 5.33vw;
  }
}
.p-our-mission__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
}
@media (max-width: 767px) {
  .p-our-mission__content {
    gap: 5.33vw;
  }
}
.p-our-mission__catchphrase {
  font-family: var(--font-primary);
  font-size: clamp(1.5rem, 0.93rem + 1.19vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-blue-1, #2f74b5);
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-our-mission__catchphrase {
    font-size: 6.4vw;
  }
}
.p-our-mission__body {
  display: flex;
  flex-direction: column;
}
.p-our-mission__paragraph {
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 2;
  color: #333;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-our-mission__paragraph {
    font-size: 4.27vw;
  }
}

.p-philosophy-layout {
  width: 100%;
  max-width: clamp(58.125rem, 35.98rem + 46.13vw, 77.5rem);
  margin-inline: auto;
}
@media (max-width: clamp(58.125rem, 35.98rem + 46.13vw, 77.5rem)) {
  .p-philosophy-layout {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-philosophy-layout {
    padding-inline: 6.4vw;
  }
}
.p-philosophy-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: clamp(3.75rem, 2.32rem + 2.98vw, 5rem);
}
@media (max-width: 767px) {
  .p-philosophy-layout {
    display: block;
    padding-top: 0;
    margin-bottom: 23.47vw;
  }
}
.p-philosophy-layout__main {
  width: 100%;
  max-width: clamp(39.65625rem, 24.55rem + 31.47vw, 52.875rem);
}
.p-philosophy-layout__aside {
  position: sticky;
  top: clamp(3.75rem, 2.32rem + 2.98vw, 5rem);
  width: clamp(8.0625rem, 4.99rem + 6.4vw, 10.75rem);
}
@media (max-width: 767px) {
  .p-philosophy-layout__aside {
    display: none;
  }
}

.p-message {
  position: relative;
  padding-block: clamp(2.25rem, 1.39rem + 1.79vw, 3rem);
}
@media (max-width: 767px) {
  .p-message {
    padding-block: 12.8vw;
  }
}
.p-message::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 150vw;
  height: 100%;
  content: "";
  background-color: var(--color-blue-1, #2f74b5);
  transform: translateX(-50%);
}
.p-message__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
  max-width: clamp(39.234375rem, 24.29rem + 31.14vw, 52.3125rem);
}
@media (max-width: 767px) {
  .p-message__inner {
    gap: 6.4vw;
    max-width: 100%;
  }
}
.p-message__decoration {
  position: absolute;
  right: calc(-50vw + clamp(7.265625rem, 4.5rem + 5.77vw, 9.6875rem));
  bottom: clamp(1.546875rem, 0.96rem + 1.23vw, 2.0625rem);
  z-index: 0;
  width: clamp(22.546875rem, 13.96rem + 17.89vw, 30.0625rem);
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-message__decoration {
    display: none;
  }
}
.p-message__decoration-image {
  width: 100%;
  height: auto;
}
.p-message__container {
  width: 100%;
  max-width: clamp(58.125rem, 35.98rem + 46.13vw, 77.5rem);
  margin-inline: auto;
}
@media (max-width: clamp(58.125rem, 35.98rem + 46.13vw, 77.5rem)) {
  .p-message__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-message__container {
    padding-inline: 6.4vw;
  }
}
@media (max-width: 767px) {
  .p-message__container {
    padding-inline: 0;
  }
}
.p-message__heading .c-section-heading__icon svg path {
  fill: #fff;
}
.p-message__heading .c-section-heading__en {
  color: #fff;
}
.p-message__heading .c-section-heading__ja {
  color: #fff;
}
.p-message__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
}
@media (max-width: 767px) {
  .p-message__content {
    gap: 6.4vw;
  }
}
.p-message__image-wrapper {
  width: 100%;
  max-width: clamp(39.234375rem, 24.29rem + 31.14vw, 52.3125rem);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-message__image-wrapper {
    max-width: 100%;
  }
}
.p-message__image {
  display: block;
  width: 100%;
  aspect-ratio: 837/471;
  object-fit: cover;
}
.p-message__catchphrase {
  font-family: var(--font-primary);
  font-size: clamp(1.5rem, 0.93rem + 1.19vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-message__catchphrase {
    font-size: 8.53vw;
  }
}
.p-message__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-message__paragraph {
  font-family: var(--font-primary);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-message__paragraph {
    font-size: 4.27vw;
  }
}
.p-message__signature {
  font-family: var(--font-primary);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-message__signature {
    font-size: 4.27vw;
    line-height: 2;
  }
}