@media (min-width: 768px) {
  .c_pageTtl__ttl {
    width: auto;
  }
}

@media (min-width: 768px) {
  .c_pageTtl__lead {
    font-size: 30px;
    line-height: 40px;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .p_interviewMember__list__item {
    width: 32%;
  }
  .p_interviewMember__list__item + .p_interviewMember__list__item {
    margin-left: 2%;
  }
}

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

.p_interviewMember__list__item__img {
  width: 100%;
  line-height: 0;
}

.p_interviewMember__list__item__img img {
  line-height: 0;
}

@media (min-width: 768px) {
  .p_interviewMember__list__item__img img {
    max-width: 100%;
    height: auto;
  }
}

.p_interviewMember__list__item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #192860;
  color: #fff;
  width: 100%;
}

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

@media (max-width: 767px) {
  .p_interviewMember__list__item__name {
    height: 8.66vw;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.p_interviewMember__list__item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #e6edf5;
  color: #192860;
  width: 100%;
}

@media (min-width: 768px) {
  .p_interviewMember__list__item__data {
    font-size: 18px;
    line-height: 24px;
    height: 65px;
  }
}

@media (max-width: 767px) {
  .p_interviewMember__list__item__data {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.25;
    height: 13.33vw;
  }
}

.p_sec {
  color: #192860;
}

.p_sec__ttl {
  background: #192860;
  color: #fff;
}

@media (min-width: 768px) {
  .p_sec__ttl {
    font-size: 26px;
    line-height: 36px;
    padding: 20px;
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .p_sec__ttl {
    font-size: 17.5px;
    font-size: 4.66667vw;
    line-height: 1.31429;
    padding: 7.33vw 7.33vw 7.33vw 7.33vw;
    margin-top: 9.33vw;
  }
}

.p_sec__ttl:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .p_sec__txt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p_sec__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.76923;
    margin-top: 5.33vw;
  }
}

@media (min-width: 768px) {
  .p_sec__img {
    margin-top: 40px;
  }
}

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

@media (min-width: 768px) {
  .p_sec__img img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .p_pageLink {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

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