main img{
    max-width: 100%;
}


.page_title .title_txt_box .left_block{
    width: 54%;
}
.bottom-flex{
    margin-top: 0;
}
.human-list{
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.human-list li{
    margin-top: 104px;
    width: 30%;
    transition-delay: 0.8s;
}
.human-list .pic{
    margin-bottom: 16px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .human-list .int-copy{
    font-size: 21px;
    line-height: 1.65;
    font-weight: 700;
    margin-bottom: 16px;
    color: #004e90;
    text-align: center;
  }
  .human-list .int-copy.ptn2{
    color: #1890c4;
  }
  .int-name{
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 20px;
    text-align: center;
    min-height: 6em;
  }
  .link-text a{
    display: block;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #004e90;
    text-align: center;
    text-decoration: none;
    background: url(../images/top/yajirushi-01.png) no-repeat right bottom / contain;
  }
  .link-text.ptn2 a{
    color: #1890c4;
    background: url(../images/top/yajirushi-02.png) no-repeat right bottom / contain;
  }
  .animate, .animate2, .animate3 {
	opacity: 1;
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transform: translateY(0);
  }
  
  .animate.deactive, .animate2.deactive, .animate3.deactive {
	opacity: 0;
	transition: 0s;
	transform: translateY(20px);
  }
  @media (max-width:1200px) {
    .human-list .int-copy{
      font-size: 18px;
    }
  }
@media (max-width:900px) {
  .page_title_text.ex{
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
    .page_title .title_txt_box .left_block {
        width: 86.7%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4.3vw;
      }
      .human-list{
        width: 92%;
      }
        .human-list li{
            margin-top: 8.4vw;
            width: 48%;
        }
      .human-list .pic{
        margin-bottom:3.8vw;
        width: 100%;
      }
      .human-list .int-copy{
        font-size: 3.7vw;
        line-height: 1.65;
        font-weight: 700;
        margin-bottom:3.5vw;
        letter-spacing: 0;
      }
      .int-name{
        font-size:3.1vw;
        line-height: 1.65;
        margin-bottom: 4.3vw;
        text-align: center;
      }
      .int-copy-box.ex{
        position: relative;
        height: 19vw;
      }
      .int-copy-box.ex p{
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
      }
}
.page-content.ex{
  padding-bottom: 0;
}

.int-wrap{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.prof-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-bottom: 87px;
  margin-bottom: 70px;
  border-bottom: 3px solid #628bb8;
  transition-delay: 1.0s;
}
.prof-box .img-box{
  width: 50%;
}
.prof-box .img-box img{
  width: 120%;
  max-width: none;
}
.prof-box .text-box{
  width: 47%;
}
.prof-box .text-box .main-txt{
  font-size: 46px;
  line-height: 1.65;
  font-weight: 700;
  margin-bottom: 116px;
  color: #004e90;
  white-space: nowrap;
}
.prof-box .text-box .main-txt.ptn2{
  margin-bottom: 70px;
}
.prof-box .text-box .name{
  font-size: 16px;
  line-height: 1.56;
  color: #505050;
  font-weight: 600;
  margin-bottom: 0;
}
.prof-box .text-box .name-txt{
  font-size: 24px;
  line-height: 1.04;
  font-weight: 600;
  color: #505050;
}
.int-box{
  padding-bottom: 70px;
}
.int-box .fukidashi{
  margin-bottom: 16px;
}
.int-box .fukidashi img{
  height: 54px;
  width: auto;
  display: block;
}
.int-box .int-copy{
  font-size: 32px;
  line-height: 1.67;
  font-weight: 700;
  margin-bottom: 38px;
  color: #004e90;
  margin-top: 0;
}
.int-box .int-txt{
  font-size: 18px;
  line-height: 2.55;
  color: #505050;
  font-weight: 700;
  text-align: justify;
}
.int-box.flex{
  display: flex;
  justify-content: space-between;
}
.int-box.flex .pic-box{
  width: 42%;
}
.int-box.flex .text-box{
  width: 52%;
}
.page_content.ex{
  padding-bottom: 0!important;
}
.page_title .title_txt_box .left_block .logo{
  width: 37.3%;
}
@media (max-width:1030px) {
  .prof-box .text-box .main-txt{
    font-size: 32px;
  }
}
@media (max-width:900px) {
  .page_title .title_txt_box .left_block .logo{
    width: 51.3%;
  }
  .int-wrap{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 86%;
    padding-bottom: 5.3vw;
    position: relative;
    z-index: 1;
    margin-top: -2.4vw;
  }
  .prof-box{
    display: block;
    padding-bottom: 5.8vw;
    margin-bottom: 17vw;
  }
  .prof-box .img-box{
    width: 116%;
    margin-right: -8%;
    margin-left: -8%;
  }
  .prof-box .img-box img{
    width: 100%;
    max-width: none;
    margin-right: -0%;
  }
  .prof-box .text-box{
    width: 100%;
    text-align: center;
  }
  .prof-box .text-box .main-txt{
    font-size: 7.2vw;
    line-height: 1.65;
    font-weight: 700;
    margin-bottom: 6.7vw;
  }
  .prof-box .text-box .main-txt.ptn2{
    margin-bottom: 6.7vw;
  }
  .prof-box .text-box .name{
    font-size: 3.3vw;
    line-height: 1.56;
    margin-bottom: 0;
  }
  .prof-box .text-box .name-txt{
    font-size: 5.8vw;
    line-height: 1.04;
  }
  .int-box{
    padding-bottom: 16vw;
  }
  .int-box .fukidashi{
    margin-bottom: 5.8vw;
  }
  .int-box .fukidashi img{
    height: 13vw;
    width: auto;
    display: block;
  }
  .int-box .int-copy{
    font-size:6.0vw;
    line-height: 1.67;
    font-weight: 700;
    margin-bottom: 5.3vw;
    margin-top: 0;
  }
  .int-box .int-txt{
    font-size: 4.6vw;
    line-height: 2.4em;
    text-align: justify;
  }
  .int-box.flex{
    display: flex;
    justify-content: space-between;
  }
  .int-box.flex .pic-box{
    width: 100%;
    margin-bottom: 17vw;
  }
  .int-box.flex .text-box{
    width: 100%;
  }
}

