html:not(.no-js) [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.interview {
  background: url(../img/mv_bg_02.png) top right/64% no-repeat;
  color: #172852;
  padding-bottom: 160px;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .interview {
    padding-bottom: 80px;
    background: url(../img/mv_bg_sp.png) top right/120% no-repeat;
  }
}
.interview p {
  line-height: 1.8;
  margin-bottom: 0 !important;
}
.interview h1 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .interview h1 {
    font-size: 32px;
    margin-top: 46px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
.interview .sub-txt {
  font-size: 18px;
  margin-bottom: -16px !important;
}
@media only screen and (max-width: 768px) {
  .interview .sub-txt {
    font-size: 16px;
    margin-bottom: -8px !important;
  }
}
.interview h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 96px;
}
@media only screen and (max-width: 768px) {
  .interview h2 {
    margin-top: 56px;
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.interview h2.color1 {
  color: #2272D2;
}
.interview h2.color2 {
  color: #11B3D9;
}
.interview h2.color3 {
  color: #1294E3;
}
.interview .c-block-2 .block-742 {
  width: auto;
}
@media only screen and (max-width: 700px) {
  .interview .c-block-2 .block-742 {
    margin-right: -20px;
    max-width: calc(100% + 20px);
    overflow: auto;
    padding-right: 20px;
    padding-top: 5px;
  }
}
.interview .c-block-2 .scroll-txt {
  display: none;
}
@media only screen and (max-width: 700px) {
  .interview .c-block-2 .scroll-txt {
    display: block;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
}
.interview .c-block-2 .scroll-txt.color1 {
  color: #2272D2;
}
.interview .c-block-2 .scroll-txt.color2 {
  color: #11B3D9;
}
.interview .c-block-2 .scroll-txt.color3 {
  color: #1294E3;
}
.interview .c-block-2 ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .interview .c-block-2 ul {
    width: 686px;
    gap: 16px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .interview .c-block-2 ul.item2 {
    width: 452px;
  }
}
.interview .c-block-2 ul li {
  width: 312px;
}
@media only screen and (max-width: 768px) {
  .interview .c-block-2 ul li {
    width: 218px;
  }
}
.interview .c-block-2 ul li span {
  color: #fff;
  padding: 12px 18px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .interview .c-block-2 ul li span {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.interview .c-block-2 ul li span.color1 {
  background-color: #2272D2;
}
.interview .c-block-2 ul li span.color2 {
  background-color: #11B3D9;
}
.interview .c-block-2 ul li span.color3 {
  background-color: #1294E3;
}
.interview .c-block-2 ul li img {
  height: 380px !important;
}
@media only screen and (max-width: 768px) {
  .interview .c-block-2 ul li img {
    height: 280px !important;
  }
}
.interview .c-block-2 ul li figcaption {
  color: #172852;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .interview .c-block-2 ul li figcaption {
    font-size: 14px;
  }
}