@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mainImg {
  background-image: url(../images/staff/mainimg.jpg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#staffs {
  padding: 70px 0 80px;
}

#staffs .staffList {
  margin-top: 70px;
}

#staffs .pagination {
  display: block;
  position: relative;
  z-index: 5;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  margin-top: 80px;
}

#staffs .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#staffs .pagination ul li {
  font-size: 13px;
  text-align: center;
  margin: 0 2px;
}

#staffs .pagination ul li a, #staffs .pagination ul li em {
  display: block;
  position: relative;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: none;
  overflow: hidden;
}

#staffs .pagination ul li a:before, #staffs .pagination ul li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#staffs .pagination ul li em {
  color: #fff;
  background: #32a9ff;
}

#staffs .pagination ul li em:before {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  #staffs .pagination ul li a:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }
  #staffs .pagination ul li a:hover:before {
    background: #32a9ff;
  }
}

@media only screen and (max-width: 768px) {
  #staffs {
    padding: 30px 0 50px;
  }
  #staffs .staffList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #staffs .staffList li {
    width: 50%;
    margin-top: 15px;
  }
  #staffs .staffList li:nth-child(-n + 2) {
    margin-top: 0;
  }
  #staffs .pagination {
    font-weight: bold;
    margin-top: 40px;
  }
  #staffs .pagination .number {
    display: none;
  }
  #staffs .pagination .number.current {
    display: inline-block;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#detail {
  padding: 70px 0 0;
}

#detail .innerWrap {
  overflow: visible;
}


/*      */
#detail .ttlArea {
  margin-bottom: 120px;
  position: relative;
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#detail .ttlArea .profile {
  width: 45.8%;
  color: #ffffff;
  margin-top: 70px;
  padding: 30px 10.8% 30px 8.3%;
  background: #0168b7;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#detail .ttlArea .profile:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: 0;
  z-index: -1;
  background: #0168b7;
}
#detail .ttlArea .profile h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFEB27;
}
#detail .ttlArea .profile .info,
#detail .ttlArea .profile .txt {
  font-size: 1.4rem;
  line-height: 1.7;
  position: relative;
}
#detail .ttlArea .profile .txt {
  margin-top: 13px;
  padding-top: 13px;
}
#detail .ttlArea .profile .txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 75px;
  background: #ffeb28;
}

/*      */
#detail .ttlArea .img {
/*  width: 53.3%;*/
  width: 45.85%;
/*  position: absolute;*/
/*  top: 55px;*/
/*  left: 38.3%;*/
  z-index: 100;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  margin: 140px 0 -200px -80px;
}
#detail .ttlArea .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% - 50vw);
  left: 0;
  z-index: -1;
  background: #ffeb28;
}
#detail .ttlArea .img img {
/*  width: 100%;*/
/*  width: clac(100% + 80px);*/
}

/*      */
#detail .ttlArea .copy {
  position: relative;
  width: 700px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.57;
  margin-top: 75px;
  padding: 32px;
  background: #1b9cff;
  z-index: 200;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}




#detail .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}

#detail .block:last-of-type {
  margin-bottom: 0;
}

#detail .block .content .sub {
  font-size: 1.6rem;
  color: #085EAA;
  line-height: 1.8;
  margin-bottom: 5px;
}

#detail .block .content h4 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

#detail .block .content h4 span {
  -webkit-box-shadow: inset 0 -14px #feeb25;
  box-shadow: inset 0 -14px #feeb25;
}

#detail .block .content .txt {
  margin-top: 15px;
}

#detail .block .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43.7%;
  flex: 0 0 43.7%;
  position: relative;
}

#detail .block .img:before, #detail .block .img:after {
  content: "";
  position: absolute;
  background: #1b9cff;
}

#detail .block .img:before {
  width: 80px;
  height: 20px;
  top: -20px;
}

#detail .block .img:after {
  width: 20px;
  height: 80px;
  top: 0;
}

#detail .block .img img {
  width: 100%;
}

#detail .block:nth-child(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#detail .block:nth-child(odd) .content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 8.3%;
}

#detail .block:nth-child(odd) .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 5.4%;
}

#detail .block:nth-child(odd) .img:before {
  left: 0;
}

#detail .block:nth-child(odd) .img:after {
  left: -20px;
}

#detail .block:nth-child(even) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#detail .block:nth-child(even) .content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 8.3%;
}

#detail .block:nth-child(even) .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 5.4%;
}

#detail .block:nth-child(even) .img:before {
  right: 0;
}

#detail .block:nth-child(even) .img:after {
  right: -20px;
}

#detail .schedule {
  margin: 0 8.3%;
  padding: 70px 10%;
  position: relative;
}

#detail .schedule:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fffdf0;
}

#detail .schedule h5 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}

#detail .schedule h5:after {
  content: "";
  width: 90px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) skew(-35deg);
  transform: translate(-50%, 0) skew(-35deg);
  background: #0068B7;
}

#detail .schedule dl {
  margin-top: 50px;
}

#detail .schedule dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detail .schedule dl dt span, #detail .schedule dl dt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  color: #ffffff;
  line-height: 1.4;
  padding: 5px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#detail .schedule dl dt span:before, #detail .schedule dl dt p:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
}

#detail .schedule dl dt span {
  font-size: 1.4rem;
  white-space: nowrap;
}

#detail .schedule dl dt span:before {
  background: #0168b7;
}

#detail .schedule dl dt p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 1px;
}

#detail .schedule dl dt p:before {
  background: #32a9ff;
}

#detail .schedule dl dd {
  line-height: 1.65;
  margin-top: 12px;
  margin-bottom: 32px;
  padding-left: 98px;
}

#detail .schedule dl dd:last-child {
  margin-bottom: 0;
}

.backBtn {
  text-align: center;
  padding: 125px 0;
}

.backBtn a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0068B7;
  padding-left: 18px;
  position: relative;
}

.backBtn a:before {
  content: "";
  border-right: 2px solid #0069b7;
  border-top: 2px solid #0069b7;
  height: 5px;
  width: 5px;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: rotate(-135deg) translate(0, 0);
  transform: rotate(-135deg) translate(0, 0);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-top: -4px;
}

.backBtn a:hover {
  color: #329ae9;
}

.backBtn a:hover:before {
  left: -3px;
  border-color: #329ae9;
}

@media only screen and (max-width: 768px) {
  #detail {
    padding: 30px 0 0;
  }
  #detail .ttlArea {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
  }
  #detail .ttlArea .img {
    width: auto;
    position: static;
    margin: 0 -15px;
  }
  #detail .ttlArea .img:before {
    display: none;
  }
  #detail .ttlArea .img img {
    width: 100%;
  }
  #detail .ttlArea .profile {
    width: auto;
    margin-top: -20px;
    padding: 20px;
  }
  #detail .ttlArea .profile:before {
    display: none;
  }
  #detail .ttlArea .copy {
    width: auto;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 30px;
    padding: 16px 20px;
  }
  #detail .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #detail .block .content,
  #detail .block .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  #detail .block .content {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #detail .block .content .sub {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  #detail .block .content h4 {
    font-size: 2rem;
  }
  #detail .block .content h4 span {
    -webkit-box-shadow: inset 0 -8px #feeb25;
    box-shadow: inset 0 -8px #feeb25;
  }
  #detail .block .content .txt {
    line-height: 1.8;
    margin-top: 10px;
  }
  #detail .block .img {
    width: calc(100% - 10px);
    padding-top: 20px !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #detail .block .img:before {
    width: 40px;
    height: 10px;
    top: 10px;
  }
  #detail .block .img:after {
    width: 10px;
    height: 40px;
    top: 20px;
  }
  #detail .block .img img {
    width: 100%;
  }
  #detail .block:nth-child(odd) .img:after {
    left: -10px;
  }
  #detail .block:nth-child(even) .img:after {
    right: -10px;
  }
  #detail .schedule {
    margin: 0;
    padding: 25px;
  }
  #detail .schedule h5 {
    font-size: 2rem;
    padding-bottom: 7px;
  }
  #detail .schedule h5:after {
    height: 3px;
  }
  #detail .schedule dl {
    margin-top: 30px;
  }
  #detail .schedule dl dt span,
  #detail .schedule dl dt p {
    padding: 4px 16px;
    font-size: 1.3rem;
  }
  #detail .schedule dl dd {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
  }
  .backBtn {
    padding: 30px 0;
  }
}
