.post-list{
  margin-top: 60px;
}
.post-list a.slaff-item{
  display: block;
    position: relative;
    margin-bottom: 22px;
}
@media (max-width: 767.98px) {
  .post-list a.slaff-item{
    margin-bottom: 15px;
}
}
.post-list a.slaff-item:hover{
  opacity: 1;
}
.post-list .slaff-item img{
  display: block;
}
.post-list .slaff-item .cover{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    transition: all .5s ease-out;
    background-size: cover;
}
.post-list .slaff-item .cover .text,
.post-list .slaff-item .cover img{
  position: relative;
}
.post-list .slaff-item .cover::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.post-list .slaff-item:hover .cover{
opacity: 1;
}
.post-list .slaff-item .big{
font-size: 22px;
margin-bottom: 10px;
line-height: 1.1;
}
.post-list .slaff-item .arrow{
  width: 35%;
    margin-top: 10px;
}
.staff-wrap{
  /* background-image: linear-gradient(0deg, #ffffff, #ffffff 20%, #f5f4f4 20% 80%, #ffffff 80% 100%); */
}
.staff-wrap .container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 7em;
  position: relative;
}
.staff-wrap .col-left{
  width: 50%;
}
.staff-wrap .col-right{
  width: 45%;
  margin-left: 5%;
}
.staff-wrap .qa{
  letter-spacing: 0.02rem;
}
.staff-wrap .qa + .qa{
margin-top: 35px;
padding-top: 35px;
}
.staff-wrap .qa:last-child p + p{
  margin-bottom: 0;
}
.staff-wrap .qa .q{
      font-size: 23px;
    font-weight: bold;
    margin-bottom: 12px;
        text-indent: -28px;
    padding-left: 28px;
}
.staff-wrap .qa .q .red{
  color: #e20012;
}
.col-left .main-img {
margin-left: calc(100% - 50vw);
    width: 50vw;
    max-width: none;
    margin-bottom: 4em;
}
.col-right .thum-img{
  margin-top: 8rem;
  padding-left: 30px;
}
.staff-heading {
    margin-bottom: 5em;
    padding-bottom: 5em;
}
.staff-heading h1 {
font-size: 34px;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
    display: inline-block;
    padding: 24px 30px;
    margin-bottom: 45px;
}

.staff-heading h1::before,
.staff-heading h1::after {
  content: '';
  position: absolute;
  width: 135px;
  height: 75px;
}

.staff-heading h1::before {
    border-left: 1px solid;
    border-top: 1px solid;
    top: 0;
    left: 0;
}
.staff-heading h1::after {
    border-right: 1px solid;
    border-bottom: 1px solid;
    bottom: 0;
    right: 0;
}
.staff-heading .ttl-en{
  font-size: 30px;
  margin-bottom: 0;
  padding-left: 35px;
}
.staff-heading .ttl-ja{
  font-size: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  padding-left: 35px;
}
.staff-heading .ttl-ja span{
font-size: 25px;
    margin-left: 15px;
    display: inline-block;
    line-height: 50px;
}
.staff-wrap h2.en{
  font-family: "Oswald-Light";
 color: #e20012;
 font-size: 40px;
 letter-spacing: 17px;
     font-weight: 100;
  padding-left: 30px;
}
.staff-wrap .col-right .qa{
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .main-section .pc-none{
    display: block;
  }
 .staff-wrap .container{
  flex-direction: row;
}
.staff-wrap .col-left{
  width:100%;
}
.staff-wrap .col-right{
  width: 100%;
  margin-left: 0;
}
.col-right .thum-img{
  padding-left: 0;
}
.staff-wrap .qa .q{
  font-size: 17px;
    text-indent: -24px;
    padding-left: 24px;
}
.col-left .main-img{
  display: none;
}
.staff-wrap h2.en{
  font-size: 36px;
  padding-left: 0;
}
.staff-heading{
  display: flex;
  flex-direction: column;
}
.staff-heading .ttl-ja{
  padding-left: 0;
}
.staff-wrap .col-right .qa{
  padding-left: 0;
}
.staff-heading .ttl-en{
  padding-left: 0;
}
.staff-wrap h2.en{
  padding-left: 0;
}
.staff-wrap .container{
  margin-top: 15px;
  padding-bottom: 6em;
}
}
@media (max-width: 767.98px) {
  .staff-heading h1 {
    font-size: 22px;
    padding: 20px 24px;
    margin-top: 30px;
}
.staff-heading {
    margin-bottom: 4em;
    padding-bottom: 4em;
}
.staff-heading .ttl-en{
  padding-left: 0;
}
.staff-heading .ttl-ja{
  padding-left: 0;
}
.staff-wrap h2.en{
  font-size: 36px;
  padding-left: 0;
}
.col-right .thum-img{
  margin-bottom: 3em;
  margin-top: 3em;
}
.staff-heading{
  display: flex;
  flex-direction: column;
}
.staff-wrap .col-right .qa{
  padding-left: 0;
}
}
@media (max-width: 400px) {
  .staff-heading h1 {
    padding: 18px 10px;
}
}
.slid-logo{
  margin: 7em 0 7em;
}
.slid-logo .slid-logo-item{
  padding: 0 30px;
}
@media (max-width: 767.98px) {
.post-type-archive-staff .post-list.vk_posts{
    margin-left: -8px;
    margin-right: -8px;
}
.post-type-archive-staff .post-list.vk_posts .col-6 {
    padding: 0 8px;
}
}
.post-type-staff .header-ttl {
    background-position: 40% center;
}