  .p-header2 {
      font-size  : 36px;
      font-weight: normal;
      color      : #ad916f;
      line-height: 1;
      padding    : 30px 0 10px 40px;
      font-family: "FP-ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;

      @media screen and (max-width: 768px) {
          font-size  : 24px;
          font-weight: normal;
          color      : #ad916f;
          line-height: 1;
          padding    : 30px 10px 10px 40px;
          font-family: "FP-ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      }
  }

  .p-header3 {
      border-left: solid #66CC99 6px;
      padding    : 0 0 0 24px;
      font-size  : 36px;
      font-weight: normal;
      line-height: 1.4;
      color      : #66CC99;
      margin     : 0 0 30px 0;
      font-family: "FP-ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;

      @media screen and (max-width: 768px) {
          text-align : left;
          font-size  : 24px;
          font-weight: normal;
          line-height: 1;
          color      : #6C9;
          margin     : 0 0 20px 0;
          font-family: "FP-ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      }
  }

  /* 横並びボタン */
  .p-btnlist {
      display         : -webkit-box;
      display         : -ms-flexbox;
      display         : flex;
      -webkit-box-pack: center;
      -ms-flex-pack   : center;
      justify-content : center;
  }

  @media (max-width: 768px) {
      .p-btnlist {
          flex-wrap     : wrap;
          flex-direction: column;
      }
  }

  .p-btnlist__btn {
      margin: 0 10px;
  }

  #service .btn a {
      margin-block: 0 1rem;
  }

  .jump_button {
      border          : solid 1px #44947B;
      background-color: #44947B;
      font-size       : 16px;
      color           : #fff !important;
      display         : block;
      width           : 350px;
      line-height     : 2.5em;
      margin-top      : 20px;
      text-align      : center;
      text-decoration : none;
      border-radius   : 3px;
      transition      : 0.05s;
  }

  @media (max-width: 768px) {
      .jump_button {
          width: 100%;
      }
  }

  .p-wrapper {
      margin-bottom: 3rem;
  }

  .mb_30 {
      margin-bottom: 30px;
  }

  .mb_60 {
      margin-bottom: 60px;
  }

  .is-sp {
      @media screen and (min-width: 769px) {
          display: none !important;
      }
  }

  .is-pc {
      @media screen and (max-width: 768px) {
          display: none !important;
      }
  }