@media screen and (min-width: 960px) {
  /* PC */
  /* ----------  ---------- */
  .content-wrapper main section .title {
  }

  .content-wrapper main section .title h2 {
    font-size: var(--font-size-normal);
    color: var(--main-color-code);
    font-weight: normal;
  }

  .content-wrapper main section .content {
  }

  .content-wrapper main section .content h3 {
    font-weight: 700;
    font-size: var(--font-size-medium);
    margin-bottom: 15px;
  }

  .content-wrapper main section .content p {
  }


  .content-wrapper main section.philosophy .content p {
    white-space: pre-line;
  }

  .content-wrapper main section.mission .content p {
    white-space: pre-line;
  }

  .content-wrapper main section.policy .content p {
    white-space: pre-line;
  }


  .content-wrapper main section.values .content ul li {
    margin-bottom: 35px;
  }

  .content-wrapper main section.values .content ul li .heading h4 {
    font-weight: 700;
    font-size: calc(var(--font-size-normal) + 0.15rem);
    margin-bottom: 5px;
  }

  .content-wrapper main section.values .content ul li .body p {
  }

}

@media screen and (max-width: 959px) {
  /* Tablet and Mobile */
  /* ----------  ---------- */
  .content-wrapper main section .title {
  }

  .content-wrapper main section .title h2 {
    font-size: var(--font-size-normal);
    font-weight: normal;
    color: var(--main-color-code);
  }

  .content-wrapper main section .content {
  }

  .content-wrapper main section .content h3 {
    margin-bottom: 15px;
  }

  .content-wrapper main section .content p {
    font-size: var(--font-size-small);
  }


  .content-wrapper main section.philosophy .content p {
    white-space: pre-line;
  }

  .content-wrapper main section.mission .content p {
    white-space: pre-line;
  }

  .content-wrapper main section.policy .content p {
    white-space: pre-line;
  }


  .content-wrapper main section.values .content ul li {
    margin-bottom: 1.5rem;
  }

  .content-wrapper main section.values .content ul li .heading h4 {
    font-weight: 700;
    font-size: var(--font-size-normal);
    margin-bottom: 5px;
  }

  .content-wrapper main section.values .content ul li .body p {
  }
}
