@media (min-width: 768px) {
  .c_mv {
    background-image: url("../../img/pages/interview/img_mv.jpg?v=20230324");
  }
}

@media (max-width: 767px) {
  .c_mv {
    background-image: url("../../img/pages/interview/img_mv_sp.jpg?v=20230324");
  }
}

@media (min-width: 768px) {
  .p_project {
    background: url("../../img/pages/interview/bg_blue_top.jpg") center top/100% 48px no-repeat, url("../../img/pages/interview/bg_blue_middle.jpg") center top repeat-y;
    padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .p_project {
    background: url("../../img/pages/interview/bg_blue_top.jpg") center top/100% 15.33vw no-repeat, url("../../img/pages/interview/bg_blue_middle_sp.jpg") center top/100% auto repeat-y;
    padding-bottom: 14.66vw;
  }
}

.p_project__ttl {
  color: #192860;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .p_project__ttl {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .p_project__ttl {
    font-size: 37.5px;
    font-size: 10vw;
    padding-bottom: 9.33vw;
  }
}

.p_project__list {
  color: #192860;
}

.p_project__list__item {
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .p_project__list__item {
    margin-top: 140px;
    background-size: 50% auto;
  }
}

@media (max-width: 767px) {
  .p_project__list__item {
    background-position: center top;
    background-size: 100% auto;
    padding-top: 66.66vw;
    margin-top: 20vw;
  }
}

@media (max-width: 767px) {
  .p_project__list__item:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .p_project__list__item:nth-child(odd) {
    background-position: right bottom;
  }
}

@media (min-width: 768px) {
  .p_project__list__item:nth-child(even) {
    background-position: left bottom;
  }
  .p_project__list__item:nth-child(even) .p_project__list__item__inner {
  }
  .p_project__list__item:nth-child(even) .p_project__list__item__ttl {
    width: auto;
    margin-left: auto;
  }
  .p_project__list__item:nth-child(even) .p_project__list__item__subTtl,
  .p_project__list__item:nth-child(even) .p_project__list__item__pageId,
  .p_project__list__item:nth-child(even) .p_project__list__item__btn {
    padding-left: 52%;
  }
  .p_project__list__item:nth-child(even) .p_project__list__item__btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p_project__list__item.-mygym {
    background-image: url("../../img/pages/interview/bg_project_1.jpg?v=20230324");
    padding-bottom: 216px;
  }
}

@media (max-width: 767px) {
  .p_project__list__item.-mygym {
    background-image: url("../../img/pages/interview/bg_project_1_sp.jpg?v=20230324");
  }
}

@media (min-width: 768px) {
  .p_project__list__item.-highschool {
    background-image: url("../../img/pages/interview/bg_project_2.jpg?v=20230324");
    padding-bottom: 280px;
  }
}

@media (max-width: 767px) {
  .p_project__list__item.-highschool {
    background-image: url("../../img/pages/interview/bg_project_2_sp.jpg?v=20230324");
  }
}

@media (min-width: 768px) {
  .p_project__list__item.-online {
    background-image: url("../../img/pages/interview/bg_project_3.jpg?v=20251015");
    padding-bottom: 280px;
  }
}

@media (max-width: 767px) {
  .p_project__list__item.-online {
    background-image: url("../../img/pages/interview/bg_project_3_sp.jpg?v=20251015");
  }
}

@media (min-width: 768px) {
  .p_project__list__item.-ai {
    background-image: url("../../img/pages/interview/bg_project_4.jpg?v=20251015");
    padding-bottom: 280px;
  }
}

@media (max-width: 767px) {
  .p_project__list__item.-ai {
    background-image: url("../../img/pages/interview/bg_project_4_sp.jpg?v=20251015");
  }
}

@media (min-width: 768px) {
  .p_project__list__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_project__list__item__inner > * {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p_project__list__item__ttl {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .p_project__list__item__ttl {
    font-size: 23px;
    font-size: 6.13333vw;
    line-height: 1.30435;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin-bottom: 3.33vw;
  }
}

@media (min-width: 768px) {
  .p_project__list__item__subTtl {
    font-size: 22px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p_project__list__item__subTtl {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 3.33vw;
  }
}

.p_project__list__item__pageId {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .p_project__list__item__pageId {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: .2em;
  }
}

@media (max-width: 767px) {
  .p_project__list__item__pageId {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media (min-width: 768px) {
  .p_project__list__item__btn {
    width: 48%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .p_project__list__item__btn {
    margin-top: 12vw;
  }
}

.p_project__list__item__btn a {
  width: 100%;
  margin-left: 0;
}

@media (min-width: 768px) {
  .p_member {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .p_member {
    padding-top: 28.26vw;
    padding-bottom: 13.33vw;
  }
}

.p_member__ttl {
  color: #192860;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .p_member__ttl {
    font-size: 120px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .p_member__ttl {
    font-size: 46px;
    font-size: 12.26667vw;
    margin-bottom: 12vw;
  }
}

.p_member__txt {
  color: #192860;
  text-align: right;
}

@media (min-width: 768px) {
  .p_member__txt {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p_member__txt {
    margin-bottom: 2vw;
    font-size: 3.7vw;
  }
}

.p_member__section__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #192860;
  color: #fff;
}

@media (min-width: 768px) {
  .p_member__section__ttl {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p_member__section__ttl {
    width: 100%;
    height: 11.33vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    margin-bottom: 4vw;
  }
}

@media (min-width: 768px) {
  .p_member__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .p_member__list__item {
    width: 32.6%;
    margin-bottom: 30px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .p_member__list__item {
    margin-bottom: 9.33vw;
  }
}

@media (min-width: 768px) {
  .p_member__list__item:nth-child(3n+2) {
    margin-left: 1.1%;
    margin-right: 1.1%;
  }
}

.p_member__list__item__imgWrap {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .p_member__list__item__imgWrap {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .p_member__list__item__imgWrap {
    padding-top: 41.6vw;
  }
}

.p_member__list__item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .p_member__list__item__img {
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    height: 150px;
  }
}

@media (max-width: 767px) {
  .p_member__list__item__img {
    padding-top: 41.6vw;
  }
}

.p_member__list__item__name {
  position: absolute;
  left: 0;
  bottom: 0;
  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;
  background: rgba(255, 255, 255, 0.85);
  color: #192860;
  width: 100%;
}

@media (min-width: 768px) {
  .p_member__list__item__name {
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .p_member__list__item__name {
    height: 12vw;
    font-size: 16.5px;
    font-size: 4.4vw;
  }
}

.p_member__list__item__join {
  position: relative;
  z-index: 2;
  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;
  background: #192860;
  color: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .p_member__list__item__join {
    height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .p_member__list__item__join {
    height: 11.06vw;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.p_member__list__item__position {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: #e6edf5;
  color: #192860;
  width: 100%;
}

@media (min-width: 768px) {
  .p_member__list__item__position {
    height: 152px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .p_member__list__item__position {
    height: 33.06vw;
    font-size: 17.5px;
    font-size: 4.66667vw;
    line-height: 1.42857;
  }
}

@media (min-width: 768px) {
  .p_member__list__item:hover .p_member__list__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}