@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;
}
@media screen and (max-width: 767px) {
  #top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#top .wrap h2 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #top .wrap h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
#top .wrap p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #top .wrap p {
    font-size: 19px;
    line-height: 1.7;
  }
}
#top .wrap p span {
  display: block;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#rizi-staff {
  padding-top: 100px;
  background-image: url(../../../img/common/pattern1.png);
}
@media screen and (max-width: 767px) {
  #rizi-staff {
    padding-top: 50px;
    background-size: 2px 2px;
  }
}
#rizi-staff .wrap {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #c7c8c8;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  #rizi-staff .wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #rizi-staff .wrap {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 35px;
  }
}
#rizi-staff .wrap h3 .icon img {
  width: 56px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #rizi-staff .wrap h3 .icon img {
    width: 30px;
  }
}
#rizi-staff .wrap .staff-wrap .staff {
  display: inline-block;
  margin-right: 0;
  float: none;
}

#kobe-staff {
  padding-top: 100px;
  background-image: url(../../../img/common/pattern1.png);
}
@media screen and (max-width: 767px) {
  #kobe-staff {
    padding-top: 50px;
    background-size: 2px 2px;
  }
}
#kobe-staff .wrap {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #c7c8c8;
}
@media screen and (max-width: 1099px) {
  #kobe-staff .wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #kobe-staff .wrap {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 35px;
  }
}

#tokyo-staff {
  padding-top: 100px;
  padding-bottom: 270px;
  background-image: url(../../../img/common/pattern1.png);
}
@media screen and (max-width: 1099px) {
  #tokyo-staff {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  #tokyo-staff {
    padding-top: 50px;
    padding-bottom: 85px;
    background-size: 2px 2px;
  }
}
#tokyo-staff .wrap {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #tokyo-staff .wrap {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0px;
    margin-left: 0px;
  }
}
#tokyo-staff .wrap h3 .icon img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #tokyo-staff .wrap h3 .icon img {
    width: 30px;
  }
}
#tokyo-staff .wrap .staff-wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #tokyo-staff .wrap .staff-wrap {
    margin-bottom: 0;
  }
}
#tokyo-staff .wrap .backbtn {
  display: block;
  width: 450px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #tokyo-staff .wrap .backbtn {
    display: none;
    width: 100%;
  }
}
#tokyo-staff .wrap .backbtn p {
  line-height: 5;
  background-color: #ffd900;
  border-radius: 5px;
  font-size: 17px;
  font-family: "秀英丸ゴシック B";
}

h3 {
  margin-bottom: 50px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 40px;
  }
}
h3 span {
  display: block;
}
h3 .icon {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  h3 .icon {
    margin-bottom: 10px;
  }
}
h3 .icon img {
  width: 82px;
  height: auto;
}
@media screen and (max-width: 767px) {
  h3 .icon img {
    width: 48px;
  }
}
h3 .name {
  margin-bottom: 10px;
  font-size: 28px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  h3 .name {
    margin-bottom: 8px;
    font-size: 17px;
  }
}
h3 .en {
  font-size: 14px;
  color: #228273;
}
@media screen and (max-width: 767px) {
  h3 .en {
    font-size: 10px;
  }
}

.staff-wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.staff-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .staff-wrap {
    width: 85%;
  }
}
.staff-wrap .staff {
  width: 30.3%;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  margin-right: 4.5%;
  margin-bottom: 44px;
  float: left;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff {
    width: 47.5%;
    height: 185px;
    padding-top: 20px;
    margin-right: 5%;
    margin-bottom: 20px;
    position: relative;
  }
}
.staff-wrap .staff:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff:nth-child(3n) {
    margin-right: 5%;
  }
}
.staff-wrap .staff:nth-child(3n+1) {
  clear: both;
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff:nth-child(2n+1) {
    clear: none;
  }
}
.staff-wrap .staff:hover .img img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.staff-wrap .staff:hover .img img.over {
  -webkit-transform: translate(-50%, 0) rotateY(0deg);
          transform: translate(-50%, 0) rotateY(0deg);
}
.staff-wrap .staff .img {
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff .img {
    margin-bottom: 15px;
  }
}
.staff-wrap .staff .img img {
  width: 74%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff .img img {
    width: 88px;
  }
}
.staff-wrap .staff .img img.over {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0) rotateY(180deg);
          transform: translate(-50%, 0) rotateY(180deg);
}
.staff-wrap .staff .name {
  margin-bottom: 10px;
  font-size: 21px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff .name {
    margin-bottom: 5px;
    font-size: 12.5px;
  }
}
.staff-wrap .staff .role {
  margin-bottom: 30px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff .role {
    font-size: 14px;
  }
}
.staff-wrap .staff .exp {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff .exp {
    display: none;
  }
}
.staff-wrap .staff .icon {
  display: block;
  position: absolute;
  right: 14px;
  bottom: 12px;
}
.staff-wrap .staff .icon img {
  width: 20px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .staff-wrap .staff .icon {
    right: 6px;
    bottom: 6px;
  }
  .staff-wrap .staff .icon img {
    width: 13px;
  }
}

#popup {
  opacity: 0;
  display: none;
  width: 80%;
  max-width: 980px;
  position: absolute;
  left: 50%;
  top: 1000px;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  #popup {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-image: url(../../../img/common/pattern1.png);
    background-size: 2px 2px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  #popup .wrap {
    min-height: 100%;
    position: relative;
    background-color: #fff;
  }
}
#popup .closebtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #popup .closebtn {
    width: 50px;
    right: -5px;
    top: -5px;
  }
}
#popup .closebtn img {
  width: 85px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #popup .closebtn img {
    width: 50px;
  }
}
#popup .closebtn p {
  margin-top: -18px;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #popup .closebtn p {
    margin-top: -10px;
    font-size: 14px;
  }
}
#popup .popup {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #popup .popup {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
#popup .popup:nth-child(1) {
  display: block;
}
#popup .popup .img {
  width: 373px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #popup .popup .img {
    width: 186px;
    margin-bottom: 30px;
  }
}
#popup .popup .img img {
  width: 100%;
  height: auto;
}
#popup .popup .name {
  margin-bottom: 10px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  #popup .popup .name {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
#popup .popup .role {
  margin-bottom: 50px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #popup .popup .role {
    padding-bottom: 70px;
    font-size: 20px;
  }
}
#popup .popup .exp {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #popup .popup .exp {
    width: 280px;
    font-size: 13px;
  }
}
