@media screen and (min-width: 481px) {
  body {
    height: 100vh;
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin-left: 30px;
    scroll-behavior: smooth;
    font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  }

  h1 {
    font-size:  40px;
    color:  #345038;
  }

  h2 {
    color: darkgrey;
    font-size: 1.4rem;
  }
  .sentens {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
  }

  body .img {
    max-width: 100%;
    width: 400px;
  }

  .revel {
    color: crimson;
    font-weight: bold;
  }

  .text_11 {
    font-weight: bold;
    font-size: 25px;
  }

  .push {
    font-size: 25px;
    font-weight: bold;
    color: red;
  }

  .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_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);
  }

  /* トップへ戻るボタン */
  /* #page_top {

    width: 100px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ef3f98;
    opacity: 0.6;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: "PAGE TOP";
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  } */
}


@media screen and (max-width: 767px) {
  body {
    width: 100%;
    margin: 0;
  }

  .soci {
    width: 90%;
    margin: 0 auto;
  }

  body h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color:  #345038;
  }

  body h2 {
    font-size: 16px;
  }
  body p {
    font-size: 12px;
  }
  .text_11 {
    font-weight: bold;
  }
  body .push {
    text-align: center;
    color: red;
    font-weight: bold;
  }

  body .hover02 {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 50%;
    padding: 0.8rem;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: seagreen;
    box-shadow: 5px 5px #002;
  }

  body #page_home {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 3rem;
  }

    /*トップに戻るボタン*/
    #page_top {
      width: 4rem;
      height: 4rem;
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: rgb(239, 62, 150, .6);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .page_arrow {
      height: 15px;
      width: 15px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      transform: translateY(30%) rotate(-45deg);
    }
    
    .active-scroll {
      opacity: 1;
      transform: translate(0, 0);
    }
  /* #page_top {
    width: 90px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ef3f98;
    opacity: 0.6;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 80px;
    height: 40px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -7px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: "PAGE TOP";
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  } */
}
