ol {
  list-style: none;
  padding-left: 0;
}

.page_title::after {
  content: "";
  background-image: url(../../assets/img/page_title/commitment_pc.webp);
}
@media screen and (max-width: 768px) {
  .page_title::after {
    background-image: url(../../assets/img/page_title/commitment_sp.webp);
  }
}

section#commitment_main,
section#commitment_sub {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#commitment_main,
section#commitment_sub {
    padding-bottom: 5rem;
  }
}
section#commitment_main .commitment_contents_wrapper,
section#commitment_sub .commitment_contents_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  section#commitment_main .commitment_contents_wrapper,
section#commitment_sub .commitment_contents_wrapper {
    gap: 3.125rem;
    margin-top: 1.875rem;
  }
}
section#commitment_main .commitment_text_wrapper,
section#commitment_sub .commitment_text_wrapper {
  width: 30rem;
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  section#commitment_main .commitment_text_wrapper,
section#commitment_sub .commitment_text_wrapper {
    width: 100%;
    font-size: 1rem;
  }
}
section#commitment_main .commitment_image_wrapper,
section#commitment_sub .commitment_image_wrapper {
  width: 100%;
}

section#commitment_main {
  background: linear-gradient(180deg, rgba(249, 245, 239, 0) 0%, #f8ecda 100%);
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#commitment_main .commitment_contents_wrapper {
    flex-direction: column;
  }
}

section#commitment_sub {
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#commitment_sub {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  section#commitment_sub .commitment_contents_wrapper {
    flex-direction: column-reverse;
  }
}

section#reason {
  background-color: #f9f5ef;
}
section#reason .reason_head_contents_wrapper {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  background-color: #fff;
  padding: 3.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#reason .reason_head_contents_wrapper {
    flex-direction: column;
    gap: 1.875rem;
    padding: 2.5rem 0.625rem;
    margin-top: 3.125rem;
  }
}
section#reason .reason_head_text_wrapper {
  width: 33.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#reason .reason_head_text_wrapper {
    width: 100%;
    padding: 0 0.625rem;
  }
}
section#reason .reason_head_border_box {
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  section#reason .reason_head_border_box {
    display: block;
    font-size: 0.8125rem;
  }
}
section#reason .reason_head_border_box .dot_list {
  padding: 1rem 2.375rem;
  border: 1px solid #4c473d;
}
@media screen and (max-width: 768px) {
  section#reason .reason_head_border_box .dot_list {
    padding: 1.6875rem 0.375rem;
  }
}
section#reason .reason_head_border_box .dot_list > li:nth-child(n+2) {
  margin-top: 0.375rem;
}
section#reason .reason_head_arrow {
  width: 2.375rem;
  height: 2.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 1rem auto;
}
section#reason .reason_head_maintext {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#reason .reason_head_maintext {
    font-size: 1rem;
  }
}
section#reason .reason_head_maintext .bold {
  font-weight: 600;
}
section#reason .reason_head_image_wrapper {
  width: 100%;
}
section#reason .reason_item_wrapper {
  margin-top: 6.25rem;
}
section#reason .reason_item {
  background-color: #fff;
}
