@media(min-width: 768px) {

  body {
    height: 1000px;
    text-align: center;
    font-size: 16px;
    background:#fff;
    margin-left: 40px;
    scroll-behavior: smooth;
    /* font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; */
  }
  
  body h1 {
    font-size: min(2.962vw, 32px);
  }

  body h2 {
    font-size: min(2.2222222222vw, 24px);
  }
  body p {
    margin-bottom: 50px;
    font-size: min(1.66666vw, 18px);
  }
  
  .push {
    color: red;
    font-size: 25px;
    font-weight: bold;
  }
  
  body .img {
    max-width: 100%;
    width: 400px;
    border-radius: 10px;
  }
  
  .under {
    font-weight: bold;
  }
  
  .under1 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
  }
  
  .hover02 {
    text-align: center;
    }
  
  
  
   .hover02  {
     text-decoration: none;
     background: #345038;
     color:rgb(198, 241, 197);
     display: inline-block;
     width: 250px;
     line-height: 60px;
     margin: 20px  30px;
     font-size: 30px;
     font-weight: bold;
     border-radius: 4px;
     border-bottom:  solid 5px rgb(1, 14, 3);
     border-right: solid 4px rgb(1, 14, 3);
     transition: all 0.3s ease 0s;
   }
     
  
  
  .hover02:hover {
    background:rgb(198, 241, 197);
    color: #345038;
  }
  
  .hover02::before {
     
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
  }
  
  .hover02::after {
    content: " ";
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0;
    border-style: solid;
    border-bottom-color: #fff;
    border-color: transparent;
  }
    
  .hover02:active {
    /* ボタンを押したとき */
    border:none;
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }
  
  .hover02::after.hover02:active::before {
    content: none;
  }

  /*ホームに戻るボタン*/
  #page_home a {
    padding-bottom: 3rem;
  }

   /*トップに戻るボタン*/
   #page_top {
    width: 4.8rem;
    height: 4.8rem;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: rgb(239, 62, 150, .6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .page_arrow {
    height: 20px;
    width: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: translateY(30%) rotate(-45deg);
  }
  
  .active-scroll {
    opacity: 1;
    transform: translate(0, 0);
  }


}
  
@media (max-width: 767px) {
    h1 {
      font-size: 1.4rem;
      font-size: min(6.2vw, 24px);
      text-align: center;
    }
  
    .under {
     color: red;
     font-weight: bold;
    }
    h2 {
      font-size: 1rem;
      font-size: min(3.73vw, 14px);
      text-align: center;
      margin-bottom: 0;
    }
  p {
    font-size: 12px;
  }
    .under1 {
      font-size: 14px;
      font-weight: bold;
    }
    .push {
      color: red;
      text-align: center;
      font-weight: bold;
    }
  
  
   .hover02 {
     margin: 0 auto;
     display: block;
     position: relative;
     width: 50%;
     padding: 0.8rem;
     border-radius: 5px;
     text-align: center;
     text-decoration: none;
     color: #fff;
     background: seagreen;
     box-shadow: 5px 5px #002;
   }
  .hover02:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
  }
    h3 {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
    }
     
    #page_home {
      text-align: center;
      margin-top: 15px;
      padding-bottom: 3rem;
    }

    
   /*トップに戻るボタン*/
   #page_top {
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgb(239, 62, 150, .6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .page_arrow {
    height: 20px;
    width: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: translateY(30%) rotate(-45deg);
  }
  
  .active-scroll {
    opacity: 1;
    transform: translate(0, 0);
  }

}
  
  
  
  
  