.page-about-us {
  .sp-only {
    display: none;
  }

  p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 2;
    font-weight: normal;
    color: #2B2B2B;
  }

  .section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    color: #2B2B2B;
    font-family: 'Zen Kaku Gothic New', sans-serif;
  }

  .section-title-white {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.8;
    color: #2B2B2B;
    font-family: 'Zen Kaku Gothic New', sans-serif;
  }


  .component-page {
    padding: 100px 0 0;
    .wrapper {
      width: 100%;
      max-width: 100%;
    }
  }

  .under {
    .content {
      display: none;
    }
  }

  .about-us__heading {
    padding-left: 100px;
    margin-bottom: 90px;
  }

  .about-us-heading-img-pc {
    display: block;
  }

  .about-us-heading-img-sp {
    display: none;
  }

  /*MISSION*/
  .about-us__mission-sec {
    max-width: 1200px;
    width: 100%;
    margin: -60px auto 120px;
    padding: 81px 90px 70px 108px;
    gap: 50px;
    background-color: #fafafa;
    position: relative;
    z-index: 10;

    .wp-block-column:nth-child(2) {
      padding-top: 62px;
    }
  }

  .about-us__visionSec {
    padding: 100px 25px 94px;
  }

  .about-us__bief-sec {
    padding-right: 100px;
    gap: 50px;
    margin: 150px 0;
  }

  .about-us-belief-img-pc {
    display: block;
  }

  .about-us-belief-img-sp {
    display: none;
  }


  .about-us__ourStory-sec {
    padding: 80px 47px 100px 100px;
  }

  .about-us__identity-sec {
    padding: 125px 0 110px 0;
  }

  .about-us__identity-image {
    margin: 36px 0 50px;
  }

  .about-us__identity-image-habit {
    margin: 11px 0 25px;
    display: block;
  }

  .about-us__identity-image-habit-sp {
    display: none;
  }


  .no-underline {
    a {
      text-decoration: none !important;
    }
  }

  .lh-16 {
    line-height: 1.6;
  }

  .lh-20 {
    line-height: 2.0;
  }

  .font-poppins {
    font-family: 'Poppins', sans-serif;
  }

  .font-zen-kaku {
    font-family: 'Zen Kaku Gothic New', sans-serif;
  }

  .font-sign-painter {
    font-family: 'SignPainter', cursive;
  }

  .mt-minus {
    margin-top: -15px;
  }

  .external-link-green {
    position: relative;
    display: inline-block;
    :after {
      content: "";
      background-image: url("../img/common/external-link-green.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 3px;
      right: -25px;
      width: 20px;
      height: 20px;
    }
  }

  .external-link-brown {
    position: relative;
    display: inline-block;
    :after {
      content: "";
      background-image: url("../img/common/external-link-brown.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 3px;
      right: -20px;
      width: 20px;
      height: 20px;
    }
  }

  .arrow-link-green {
    position: relative;
    display: inline-block;
    :after {
      content: "";
      background-image: url("../img/common/arrow-link-green.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 3px;
      right: -25px;
      width: 16px;
      height: 20px;
    }
  }

  .flex-center {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .heading-underline {
    position: relative;
    display: inline-block;
  }

  .heading-underline:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #B0B0B0;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
}

@media screen and (max-width:770px){
  .sp-only {
    display: block !important;
  }

  .page-about-us {
    .wp-block-image {
      margin: 0;
    }

    .about-us__heading {
      padding:0px  25px;
      margin-bottom: 50px;
    }

    .about-us-heading-img-pc {
      display: none;
    }

    .about-us-heading-img-sp {
      display: block;
    }

    .about-us__mission-sec {
      padding:38px 25px 0;
      margin: 0 0 50px 0;
      gap: 10px;
      background-color: #fff;

      .wp-block-column:nth-child(2) {
        padding-top: 0px;
      }
    }

    .about-us__visionSec {
      padding: 50px 25px 50px;
    }

    .about-us__bief-sec {
      padding: 0px 25px;
      gap: 50px;
      margin: 50px 0;
      flex-direction: column-reverse;
      gap: 36px;
    }

    .about-us-belief-img-pc {
      display: none;
    }

    .about-us-belief-img-sp {
      display: block;
    }

    .about-us__ourStory-sec {
      padding: 50px 25px;
    }

    .about-us__identity-sec {
      padding: 50px 25px 10px 25px;
    }

    .about-us__identity-image {
      margin: 36px 0 50px;
    }

    .about-us__identity-image-habit {
      display: none;
    }

    .about-us__identity-image-habit-sp {
      margin: 11px 0 25px;
      display: block;
    }

    .section-title {
      font-size: 24px !important;
    }

    .section-title-white {
      font-size: 24px !important;
    }
  }
}