@charset "UTF-8";
body {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }
}

#showcase {
  width: 100%;
  height: 440px;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #showcase {
    height: 187px;
  }
}

#top {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #top .wrap h2 {
    margin-bottom: 10px;
  }
}
#top .wrap h2 span.sub {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #top .wrap h2 span.sub {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
#top .wrap h2 span.main {
  display: block;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  #top .wrap h2 span.main {
    font-size: 17px;
  }
}
#top .wrap p {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #top .wrap p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #top .wrap p br {
    display: none;
  }
}

section#people {
  padding-top: 70px;
  padding-bottom: 150px;
  position: relative;
  background-image: url(../../../img/common/pattern2.png);
}
@media screen and (max-width: 767px) {
  section#people {
    padding-top: 50px;
    padding-bottom: 100px;
    background-size: 2px 2px;
  }
}

.vt-text {
  top: 70px;
}
@media screen and (max-width: 767px) {
  .vt-text {
    display: none;
  }
}
.vt-text img {
  width: 7px;
  height: 224px;
}

@media screen and (max-width: 767px) {
  .certif-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.certif {
  max-width: 980px;
  padding: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1099px) {
  .certif {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .certif {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    margin-bottom: 50px;
  }
}
.certif:last-child {
  margin-bottom: 0;
}
.certif .mark {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  position: absolute;
  right: 32px;
  top: -22px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .certif .mark {
    right: 25px;
    top: -12px;
  }
}
.certif .mark img {
  width: 135px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .certif .mark img {
    width: 64px;
  }
}
.certif .wrap {
  display: table;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  border: 1px solid #c49a6d;
}
.certif .wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .certif .wrap {
    padding: 30px 20px;
    box-sizing: border-box;
  }
}
.certif .wrap .profile {
  display: table-cell;
  width: 296px;
  box-sizing: border-box;
  border-right: 1px solid #b4b4b4;
}
@media screen and (max-width: 767px) {
  .certif .wrap .profile {
    display: block;
    width: auto;
    border-right: 0;
    border-bottom: 1px solid #b4b4b4;
  }
  .certif .wrap .profile:after {
    content: "";
    display: table;
    clear: both;
  }
}
.certif .wrap .profile .img {
  width: 161px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .certif .wrap .profile .img {
    width: 106px;
    float: left;
  }
}
.certif .wrap .profile .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .certif .wrap .profile .text {
    width: 160px;
    padding-left: 20px;
    float: left;
  }
}
.certif .wrap .profile .text .name {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .certif .wrap .profile .text .name {
    text-align: left;
  }
}
.certif .wrap .profile .text .name span.jp {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .certif .wrap .profile .text .name span.jp {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
.certif .wrap .profile .text .name span.en {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .certif .wrap .profile .text .name span.en {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
.certif .wrap .profile .text p {
  width: 170px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .certif .wrap .profile .text p {
    width: auto;
    font-size: 10px;
  }
}
.certif .wrap .exp {
  display: table-cell;
  width: 654px;
  height: 100%;
  padding-left: 60px;
  padding-right: 77px;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .certif .wrap .exp {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
  }
}
.certif .wrap .exp p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .certif .wrap .exp p {
    margin-bottom: 30px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .certif .wrap .exp p br {
    display: none;
  }
}
.certif .wrap .exp .imgs {
  padding-right: 77px;
  position: absolute;
  left: 60px;
  bottom: 0px;
}
.certif .wrap .exp .imgs:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .certif .wrap .exp .imgs {
    padding-right: 0;
    position: static;
  }
}
.certif .wrap .exp .imgs .img {
  width: 250px;
  margin-right: 15px;
  float: left;
}
@media screen and (max-width: 1099px) {
  .certif .wrap .exp .imgs .img {
    display: block;
    width: 48.5%;
    margin-right: 3%;
  }
}
.certif .wrap .exp .imgs .img:last-child {
  margin-right: 0;
}
.certif .wrap .exp .imgs .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.backbtn {
  display: block;
  width: 450px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffd900;
  border-radius: 5px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  .backbtn {
    width: 190px;
    height: 35px;
  }
}
.backbtn p {
  text-align: center;
  font-size: 17px;
  line-height: 5;
}
@media screen and (max-width: 767px) {
  .backbtn p {
    font-size: 10px;
    line-height: 3.8;
  }
}
