@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
body.door_page .contents {
  position: relative;
  padding: 61px 0 123px;
}
@media all and (min-width: 751px) {
  body.door_page .contents {
    padding: 94px 0 172px;
  }
}
body.door_page .contents::before {
  position: absolute;
  content: "";
  background-color: #76bec3;
  opacity: 0.8;
  top: 208px;
  bottom: 0;
  width: 100%;
}
@media all and (min-width: 751px) {
  body.door_page .contents::before {
    top: 25%;
  }
}
body.door_page .contents .inner {
  --sp_padding: 42px;
}
body.door_page .contents .interview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 56px;
  margin-top: 36px;
}
@media all and (min-width: 751px) {
  body.door_page .contents .interview_list {
    row-gap: 90px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  body.door_page .contents .interview_list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
body.door_page .contents .interview_list > li {
  position: relative;
  width: 74.1%;
}
@media all and (min-width: 751px) {
  body.door_page .contents .interview_list > li {
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  body.door_page .contents .interview_list > li {
    width: calc((100% - 80px) / 3);
  }
}
body.door_page .contents .interview_list > li a {
  display: block;
}
@media (hover: hover) {
  body.door_page .contents .interview_list > li a .image img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  body.door_page .contents .interview_list > li a:hover .image img {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
body.door_page .contents .interview_list > li .copy {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
body.door_page .contents .interview_list > li .texts {
  position: absolute;
  z-index: 1;
  bottom: -9px;
  right: -25px;
  background-color: #fff;
  text-align: center;
  min-width: 135px;
  padding: 8px 8px 9px;
}
@media all and (min-width: 751px) {
  body.door_page .contents .interview_list > li .texts {
    bottom: -20px;
    right: -25px;
    min-width: 190px;
    padding: 17px 13px 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  body.door_page .contents .interview_list > li .texts {
    min-width: 160px;
    padding: 14px 10px 16px;
  }
}
body.door_page .contents .interview_list > li .texts .position {
  color: #00787e;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 11px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(20, 144, 151, 0.5);
}
@media all and (min-width: 751px) {
  body.door_page .contents .interview_list > li .texts .position {
    font-size: 13px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  body.door_page .contents .interview_list > li .texts .position {
    font-size: 12px;
  }
}
body.door_page .contents .interview_list > li .texts .name {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 13px;
  margin-top: 5px;
}
@media all and (min-width: 751px) {
  body.door_page .contents .interview_list > li .texts .name {
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  body.door_page .contents .interview_list > li .texts .name {
    font-size: 16px;
  }
}
@media all and (max-width: 750px) {
  body.door_page .contents .interview_list > li:nth-child(even) .texts {
    right: unset;
    left: -25px;
  }
}