/* 湯浅先生のプロフィール */

@media screen and (min-width: 768px) {
html {
  scroll-behavior: smooth;
}
  body  {
    max-width: 100%;
    background-repeat: no-repeat;
    height: 130vh;
    text-align: center;
    font-size: 14px;
    scroll-behavior: smooth;
    margin-bottom: 5rem;
    /* font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; */
    
  }
  /* body .img {
    max-width: 100%;
    width: 400px;
    border-radius: 10px;
    margin-top: 30px;
  } */
  
  
  h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  p {
    font-size: 1.3rem;
    text-align: left;
    margin-left: 40px;
    font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  }
  .name {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .under {
    font-weight: bold;
  }
  .img_00 {
    width: 80%;
    border-radius: 10px;
  }
  
  
  .hover03 {
    text-align: center;
    }
  
  
  
   .hover03  {
     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;
   }
  
  
  
  .hover03:hover {
    background: rgb(198, 241, 197);
    color: #345038;
  }
  
  .hover03 ::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;
  }
  
  .hover03::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;
  }
  
  .hover03:active {
    /* ボタンを押したとき */
    border:none;
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }
  
  .hover03::after.hover0:active::before {
    content: none;
  }
  h2 {
    font-size: 20px;
  margin-bottom: 0px;
  }
  h2 .font_03 {
    color: red;
  }
  
  h3 {
    margin-bottom: 0px;
  }
  
    h2 {
      font-size: 30px;
    margin-bottom: 0px;
    }
    h2 .font_03 {
      color: red;
    }
  
    h3 {
      margin-bottom: 0px;
      font-size: 20px;
    }
  
    /*トップに戻るボタン*/
    #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%; */
    }

     h1 {
      font-size: 1.7rem;
      font-size: min(6.4vw, 24px);
      text-align: center;
    }

     p {
      font-size: 1.1rem;
      font-size: 12px;
    }
 .under {
      color: red;
    }
    .name {
      font-size: 14px;
      font-weight: bold;
    }

     h2 {
      text-align: center;
      font-size: 20px;
      margin-bottom: 0;
    }

    h3 {
      text-align: center;
    }

    .font_03 {
      color: red;
    }
    
    .main_body .hover03 {
      display: inline-flex;
      padding: 15px 35px;
      border-radius: 5px;
      background-color: #345038;
      box-shadow: 2px 2px #000;
      font-size: 18px;
      font-weight: bold;
      color: white;
      margin-bottom: 20px;
    }

    

    .btn {
      text-align: center;
      padding-bottom: 3rem;
    }
    .hover03  {
      text-decoration: none;
      background: #345038;
      color:rgb(198, 241, 197);
      display: inline-block;
      width: 200px;
      line-height: 50px;
      margin: 0px  30px 20px;
      font-size: 20px;
      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;
    }

    .home-btn {
      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);
      }
  }
