.site_container.page.company-philosophy .page_content .content_main .box_philosophy {
  padding-top: 0;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy + .box_philosophy {
  margin-top: 70px;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy_head {
  align-items: center;
  display: flex;
  height: 103px;
  margin-bottom: 20px;
  position: relative;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy_head .head_img {
  height: 100%;
  left: -40px;
  position: absolute;
  top: 0;
  width: calc(100% + 80px);
  z-index: 1;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy_head .head_img img {
  height: 100%;
  width: auto;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy_head .head_tit {
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy_head .head_tit span + span::before {
  content: "-";
  margin: 0 5px;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy_head .head_tit .tit_en {
  color: var(--color-primary);
  font-family: var(--font-min);
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy_head .head_tit .tit_ja {
  font-weight: 700;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy p {
  margin: 0;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy p + p {
  margin-top: 28px;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy p + .box {
  margin-top: 30px;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_tit_01 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 35px;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol {
  counter-reset: my-counter;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li {
  align-items: flex-start;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  padding: 14px 0;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li:first-of-type {
  padding-top: 8px;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li:last-of-type {
  border-bottom: 0;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit {
  align-items: center;
  display: flex;
  font-size: 93.75%;
  line-height: 2;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit::before {
  align-items: center;
  border: 1px solid var(--color-primary);
  border-radius: 26px;
  color: var(--color-primary);
  content: counter(my-counter);
  counter-increment: my-counter;
  display: flex;
  font-family: var(--font-min);
  font-weight: 500;
  height: 26px;
  justify-content: center;
  line-height: 1;
  margin-right: 16px;
  width: 26px;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit span {
  font-weight: 700;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit small {
  color: var(--color-text-gray);
  font-family: var(--font-min);
  font-weight: 500;
}

.site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_txt {
  font-size: 93.75%;
  margin: 0;
}

@media screen and (min-width: 601px), print {
  .site_container.page.company-philosophy .page_content .content_main .box_philosophy {
    padding-bottom: 55px;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit {
    width: 295px;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit span {
    width: 152px;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit small {
    flex: 1;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_txt {
    flex: 1;
    letter-spacing: -0.04em;
    line-height: 2;
  }
}

@media screen and (max-width: 600px) {
  .site_container.page.company-philosophy .page_content .content_main .box_philosophy {
    padding-bottom: 11.33vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy + .box_philosophy {
    margin-top: 13.33vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy_head {
    height: 23.47vw;
    margin-bottom: 4vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy_head .head_img {
    left: -6.67vw;
    width: calc(100% + 13.33vw);
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy_head .head_tit {
    font-size: 4.4vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy p + p {
    margin-top: calc(3.73vw * 1.75);
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy p + .box {
    margin-top: 8vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_tit_01 {
    font-size: 6.13vw;
    letter-spacing: 0.09em;
    margin-bottom: 6.67vw;
    margin-right: -6%;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li {
    flex-wrap: wrap;
    padding: 3.07vw 0 3.33vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li:first-of-type {
    padding-top: 1.33vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit::before {
    height: 6.27vw;
    margin-right: 3.47vw;
    width: 6.27vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_tit span {
    margin-right: 3.33vw;
  }

  .site_container.page.company-philosophy .page_content .content_main .box_philosophy .philosophy_value_ol li .ol_txt {
    letter-spacing: -0.07em;
    line-height: 1.76;
    margin-right: -5%;
    margin-top: 1.07vw;
    width: 105%;
  }
}