@charset "utf-8";

/*********************
* Staff 個別
*********************/
@media screen and (min-width: 641px), print {

.staff_page .s1 {
  padding-top: 20px;
  margin-bottom: 140px;
}

.staff_page .s1 > .contents_inner {
  max-width: 1020px;
}

.staff_page .s1 .name {
  position: relative;
  font-size: 1.857em;
  font-weight: bold;
  padding-bottom: 0;
}

.staff_page .s1 .name span {
  color: #999;
  font-weight: normal;
  font-size: .923em;
}

.staff_page .s1 .name:after {
  content: '';
  display: block;
  width: 82px;
  border-bottom: solid 1px #e7e7e7;
  margin: 6px auto 13px;
}

.staff_page .s1 .position {
  font-size: .923em;
  margin-bottom: 40px;
}

.staff_page .s1 .position span {
  font-size: 1.23em;
}

.staff_page .s1 .image {
  width: 41.3%;
  text-align: center;
  padding-left: 9.5%;
}

.staff_page .s1 .text {
  flex: 2;
  margin-left: 5%;
}

.staff_page .s1 .text .em {
  /*-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;*/
  font-size: 1.714em;
  line-height: 1.8em;
  padding-bottom: 0;
  margin: 0 auto;
  width: 5em;
}

.staff_page .s1 .text .em span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.staff_page .s1 .text .sub {
  margin-top: 30px !important;
}

.staff_page .s1 .box {
  background: #f5f5f2;
  padding: 70px 0;
}

.staff_page .s1 .box .left {
  width: 41.7%;
}

.staff_page .s1 .box .profile {
  width: 51%;
}

.staff_page .s1 .box h3 {
  font-size: 1.286em;
  font-weight: bold;
  color: #777;
  margin-bottom: 20px;
}

.staff_page .s1 .box p {
  padding-bottom: 0;
}

.staff_page .s2 .item {
  align-items: flex-start;
  margin-bottom: 85px;
}

.staff_page .s2 .item img {
  width: 50%;
}

.staff_page .s2 .item.img_right img {
  order: 2;
}

.staff_page .s2 .item .text {
  width: 41.7%;
  margin-top: 30px;
}

.staff_page .s2 .item h4 {
  font-size: 1.429em;
  font-weight: bold;
  margin-bottom: 20px;
}

.staff_page .s3 {
  padding-top: 55px;
  margin-bottom: 180px;
}

.staff_page .s3 a:hover {
  opacity: .65;
}

@media(max-width: 880px) {
  .staff_page .s1 .image {
    padding-left: 6%;
  }
  .staff_page .s1 .text .em {
    font-size: 1.5em;
  }
}

} /* PC */


@media screen and (max-width: 640px) {

.staff_page .s1 {
  margin-bottom: 16.4vw;
}

.staff_page .s1 .name {
  font-size: 1.286em;
  font-weight: bold;
  padding-bottom: 0;
}

.staff_page .s1 .name span {
  color: #999;
  font-weight: normal;
}

.staff_page .s1 .position {
  font-size: .857em;
  margin-bottom: 7.5vw;
}

.staff_page .s1 .head {
  display: block;
  position: relative;
  margin-bottom: 7vw;
}

.staff_page .s1 .image {
  position: absolute;
  width: 52.3%;
  text-align: right;
  padding-left: 3vw;
  top: 0;
  left: 0;
  z-index: -1;
}

.staff_page .s1 .image img {
  /*max-width: 175px;*/
}

.staff_page .s1 .text .em {
  display: flex;
  align-items: center;
  min-height: 86vw;
  line-height: 2em;
  padding: 0;
  margin-left: 53%;
}

.staff_page .s1 .text .em span {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.286em;
  margin: 0 auto;
}

.staff_page .s1 .text .sub {
  margin-top: 10.5vw !important;
}

.staff_page .s1 .box {
  background: #f5f5f2;
  padding: 11.5% 10px 8%;
  margin: 0 10px;
}

.staff_page .s1 .box .left,
.staff_page .s1 .box .profile {
  width: 100%;
}

.staff_page .s1 .box h3 {
  font-size: 1.143em;
  font-weight: bold;
  color: #777;
  margin-bottom: 4.5%;
}

.staff_page .s1 .box .left p {
  font-size: .857em;
  padding-bottom: 8%;
}

.staff_page .s2 .item {
  display: block;
  margin-bottom: 13vw;
}

.staff_page .s2 .item:last-child {
  margin-bottom: 7.5vw;
}

.staff_page .s2 .item img {
  width: 100%;
  margin-bottom: 8.5%;
}

.staff_page .s2 .item h4 {
  font-size: 1.214em;
  font-weight: bold;
  margin-bottom: 5%;
}

.staff_page .s3 {
  margin-bottom: 15%;
}

#staff_ihara.staff_page .s1 .text .em {
  min-height: 97vw;
}

#staff_yamasaki.staff_page .s1 .head,
#staff_kato.staff_page .s1 .head {
  margin-bottom: 0;
}

#staff_yamasaki.staff_page .s1 .text .em,
#staff_kato.staff_page .s1 .text .em {
  min-height: 96.5vw;
}

} /* SP */

@media screen and (max-width: 410px) {
  #staff_takai .s1 .image {
    display: flex;
    align-items: flex-end;
    height: 324px;
  }
}