.company-philosophy {
  margin-bottom: var(--space-120);
}
@media only screen and (max-width: 767px) {
  .company-philosophy {
    margin-bottom: var(--space-80);
  }
}
.company-philosophy__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-60);
  margin: 0 auto;
  width: var(--container-width-pc);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__inner {
    width: var(--container-width-sp);
  }
}
.company-philosophy.area--deliciouscook .company-philosophy__inner {
  gap: var(--space-80);
}
@media only screen and (max-width: 767px) {
  .company-philosophy.area--deliciouscook .company-philosophy__summary > .c-group > .c-description {
    margin-bottom: var(--space-20);
  }
}
.company-philosophy__summary {
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
}
.company-philosophy__details {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-20);
}
.company-philosophy__details-item {
  display: grid;
  grid-auto-flow: row;
  gap: var(--space-30);
  padding: min(2.292vw, 33px) min(3.472vw, 50px) min(2.431vw, 35px);
  border-radius: min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-item {
    padding: 5.128vw;
    gap: var(--space-10);
    border-radius: 5.128vw;
  }
}
.company-philosophy__details-item.creed {
  background: rgba(204, 234, 207, 0.25);
}
.company-philosophy__details-item.creed .company-philosophy__details-kind {
  background: #009A44;
}
.company-philosophy__details-item.philosophy {
  background: rgba(195, 209, 234, 0.25);
}
.company-philosophy__details-item.philosophy .company-philosophy__details-kind {
  background: #106BAF;
}
.company-philosophy__details-item.conduct {
  background: rgba(247, 201, 211, 0.25);
}
.company-philosophy__details-item.conduct .company-philosophy__details-kind {
  background: var(--primary-red);
}
.company-philosophy__details-title {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: var(--space-30);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-title {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: var(--space-10);
    text-align: center;
  }
}
.company-philosophy__details-title h3 {
  font-family: var(--family-jp);
  font-size: var(--size-32px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-150);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-title h3 {
    font-size: var(--size-32px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-title h3 {
    font-family: var(--family-jp);
    font-size: var(--size-24px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-philosophy__details-title h3 {
    font-size: var(--size-24px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
.company-philosophy__details-kind {
  display: grid;
  align-items: center;
  padding: 0 min(1.736vw, 25px);
  height: min(2.222vw, 32px);
  color: var(--text-white);
  border-radius: min(1.111vw, 16px);
  font-family: var(--family-jp);
  font-size: var(--size-18px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-kind {
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-kind {
    font-family: var(--family-jp);
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-philosophy__details-kind {
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-kind {
    padding: 0;
    width: 100%;
    height: 8.205vw;
    border-radius: 4.103vw;
    text-align: center;
  }
}
.company-philosophy__details-description {
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-description {
    font-size: var(--size-16px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__details-description {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-philosophy__details-description {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
.company-philosophy__guideline {
  display: grid;
  grid-auto-flow: row;
  justify-items: center;
  padding: min(2.083vw, 30px) min(3.472vw, 50px);
  border-radius: min(1.389vw, 20px);
  background: var(--background-white);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__guideline {
    padding: 5.128vw;
    border-radius: 5.128vw;
  }
}
.company-philosophy__guideline-title {
  display: grid;
  grid-auto-flow: row;
  justify-items: center;
  padding-bottom: min(2.083vw, 30px);
  margin-bottom: min(2.083vw, 30px);
  width: 100%;
  border-bottom: 1px solid var(--line-light_gray);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__guideline-title {
    padding-bottom: 3.846vw;
    margin-bottom: 3.846vw;
  }
}
.company-philosophy__guideline-title > h4 {
  display: inline-block;
  font-family: var(--family-jp);
  font-size: var(--size-32px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-150);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__guideline-title > h4 {
    font-size: var(--size-32px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__guideline-title > h4 {
    font-family: var(--family-jp);
    font-size: var(--size-24px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-philosophy__guideline-title > h4 {
    font-size: var(--size-24px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-150);
  }
}
.company-philosophy__guideline-title > span {
  display: inline-block;
  color: var(--primary-red);
  font-family: var(--family-jp);
  font-size: var(--size-18px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__guideline-title > span {
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__guideline-title > span {
    font-family: var(--family-jp);
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-philosophy__guideline-title > span {
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
.company-philosophy__guideline-list {
  width: min(58.333vw, 840px);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__guideline-list {
    width: 100%;
  }
}
.company-philosophy__constitution {
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
}
.company-philosophy__constitution-history {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}
.company-philosophy__constitution-archive {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-40);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-archive {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }
}
.company-philosophy__constitution-history-image-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-10);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-history-image-wrapper {
    gap: var(--space-20);
  }
}
.company-philosophy__constitution-history-image {
  width: min(14.306vw, 206px);
  height: min(20.833vw, 300px);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-history-image {
    width: 39.744vw;
    height: 65.385vw;
  }
}
.company-philosophy__constitution-evolution {
  padding: min(2.083vw, 30px) min(3.472vw, 50px);
  border-radius: min(1.389vw, 20px);
  background: var(--background-light_gray);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-evolution {
    padding: 5.128vw;
    border-radius: 2.564vw;
  }
}
.company-philosophy__constitution-evolution picture {
  width: min(69.444vw, 1000px);
  height: min(27.778vw, 400px);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-evolution picture {
    width: 74.359vw;
    height: 101.282vw;
  }
}
.company-philosophy__constitution-evolution figcaption {
  margin-top: var(--space-10);
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-evolution figcaption {
    font-size: var(--size-16px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-evolution figcaption {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-philosophy__constitution-evolution figcaption {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
.company-philosophy__constitution-card figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-20);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-card figure {
    gap: var(--space-10);
  }
}
.company-philosophy__constitution-card picture {
  width: min(69.444vw, 1000px);
  height: min(21.944vw, 316px);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-card picture {
    width: 74.103vw;
    height: 93.077vw;
  }
}
.company-philosophy__constitution-card figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-5);
}
.company-philosophy__constitution-card-title, .company-philosophy__constitution-card-caption {
  text-align: center;
}
.company-philosophy__constitution-card-title {
  font-family: var(--family-jp);
  font-size: var(--size-18px);
  font-weight: var(--weight-bold);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-card-title {
    font-size: var(--size-18px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-card-title {
    font-family: var(--family-jp);
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-philosophy__constitution-card-title {
    font-size: var(--size-16px);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-170);
  }
}
.company-philosophy__constitution-card-caption {
  font-family: var(--family-jp);
  font-size: var(--size-16px);
  font-weight: var(--weight-regular);
  line-height: var(--line-height-170);
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-card-caption {
    font-size: var(--size-16px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__constitution-card-caption {
    font-family: var(--family-jp);
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .company-philosophy__constitution-card-caption {
    font-size: var(--size-14px);
    font-weight: var(--weight-regular);
    line-height: var(--line-height-170);
  }
}
.company-philosophy .c-layout_image.size--variable {
  margin: 0 auto;
  --c-layout_image--width: min(51.944vw, 748px);
  --c-layout_image--height: min(48.611vw, 700px);
}
@media only screen and (max-width: 767px) {
  .company-philosophy .c-layout_image.size--variable {
    --c-layout_image--width: 84.615vw;
    --c-layout_image--height: 79.231vw;
  }
}/*# sourceMappingURL=company-philosophy.css.map */