.philo_block {
  display: flex;
}
@media (min-width: 769px) {
  .philo_block {
    align-items: center;
    padding-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .philo_block {
    flex-direction: column;
    row-gap: 8rem;
    padding-bottom: 10rem;
  }
}
.philo_head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .philo_head {
    flex-shrink: 0;
    row-gap: 3.5rem;
    width: 50.5rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .philo_head {
    row-gap: 4.5rem;
  }
}
.philo_head_h2 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .philo_head_h2 {
    line-height: 1.786;
    font-size: 5.6rem;
  }
  .philo_head_h2 > h2 {
    font: inherit;
  }
  .philo_head_h2 > h2:first-of-type {
    margin-top: -0.392em;
  }
  .philo_head_h2 > h2:last-of-type {
    margin-bottom: -0.392em;
  }
}
@media (max-width: 768px) {
  .philo_head_h2 {
    line-height: 1.464;
    font-size: 8.2rem;
  }
  .philo_head_h2 > h2 {
    font: inherit;
  }
  .philo_head_h2 > h2:first-of-type {
    margin-top: -0.231em;
  }
  .philo_head_h2 > h2:last-of-type {
    margin-bottom: -0.231em;
  }
}
.philo_body {
  width: 100%;
}
.philo_body_text {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .philo_body_text {
    line-height: 2.667;
    font-size: 1.8rem;
  }
  .philo_body_text > p {
    font: inherit;
  }
  .philo_body_text > p:first-of-type {
    margin-top: -0.833em;
  }
  .philo_body_text > p:last-of-type {
    margin-bottom: -0.833em;
  }
}
@media (max-width: 768px) {
  .philo_body_text {
    line-height: 2.467;
    font-size: 3rem;
  }
  .philo_body_text > p {
    font: inherit;
  }
  .philo_body_text > p:first-of-type {
    margin-top: -0.733em;
  }
  .philo_body_text > p:last-of-type {
    margin-bottom: -0.733em;
  }
}

.policy_block {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 769px) {
  .policy_block {
    row-gap: 7.4rem;
    padding-top: 12rem;
  }
}
@media (max-width: 768px) {
  .policy_block {
    row-gap: 7.8rem;
    padding-top: 10rem;
  }
}
.policy_head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .policy_head {
    row-gap: 3.5rem;
  }
}
@media (max-width: 768px) {
  .policy_head {
    row-gap: 4.5rem;
  }
}
.policy_head_h2 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .policy_head_h2 {
    line-height: 1.479;
    font-size: 4.6rem;
  }
  .policy_head_h2 > h2 {
    font: inherit;
  }
  .policy_head_h2 > h2:first-of-type {
    margin-top: -0.239em;
  }
  .policy_head_h2 > h2:last-of-type {
    margin-bottom: -0.239em;
  }
}
@media (max-width: 768px) {
  .policy_head_h2 {
    line-height: 1.367;
    font-size: 6rem;
  }
  .policy_head_h2 > h2 {
    font: inherit;
  }
  .policy_head_h2 > h2:first-of-type {
    margin-top: -0.183em;
  }
  .policy_head_h2 > h2:last-of-type {
    margin-bottom: -0.183em;
  }
}
.policy_head_h2 > h2 {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
@media (min-width: 769px) {
  .policy_body_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .policy_body_list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.policy_body_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdf002;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .policy_body_list > li {
    border-radius: 1.2rem;
    height: 9rem;
    line-height: 1.6;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .policy_body_list > li {
    border-radius: 2rem;
    height: 18rem;
    line-height: 1.648;
    font-size: 3.4rem;
  }
}

.vision_bg {
  position: relative;
  width: calc(100% + 20px);
  height: 46rem;
  margin: 0 -10px;
}
.vision_bg img {
  object-fit: cover;
}