@charset "UTF-8";
.interview {
  background-color: #FCFFFF;
}

.breadcrumbArea {
  width: 83.3%;
  padding: 1.5625vw 0 4.4270833333vw;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .breadcrumbArea {
    width: 1600px;
    padding: 30px 0 85px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbArea {
    width: 88%;
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbArea.alignright {
    text-align: right;
  }
}
.breadcrumbArea ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumbArea ul {
    display: block;
    line-height: 1.66;
  }
}
.breadcrumbArea ul li {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .breadcrumbArea ul li {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbArea ul li {
    display: inline;
    font-size: 12px;
  }
}
.breadcrumbArea ul li + li::before {
  content: ">";
  margin: 0 3px 0 5px;
}
.breadcrumbArea ul li a {
  text-decoration: underline;
}
.breadcrumbArea ul li a:hover {
  text-decoration: none;
}

.mvArea {
  position: relative;
}
.mvArea-bg {
  position: relative;
}
.mvArea-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 55%;
  color: #277D9B;
  width: 36.1458333333vw;
  height: 11.1458333333vw;
  padding-left: 4.9479166667vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title {
    width: 694px;
    height: 214px;
    padding-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title {
    top: 65%;
    width: 249px;
    height: 88px;
    padding-left: 22px;
  }
}
.mvArea-title::before {
  content: "";
  width: 3px;
  height: 11.1458333333vw;
  position: absolute;
  right: -0.625vw;
  bottom: -0.625vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title::before {
    height: 214px;
    right: -12px;
    bottom: -12px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title::before {
    width: 2px;
    height: 88px;
    right: -6px;
    bottom: -6px;
  }
}
.mvArea-title::after {
  content: "";
  width: 36.1458333333vw;
  height: 2px;
  position: absolute;
  right: -0.625vw;
  bottom: -0.625vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title::after {
    width: 694px;
    right: -12px;
    bottom: -12px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title::after {
    width: 249px;
    height: 2px;
    right: -6px;
    bottom: -6px;
  }
}
.mvArea-title-en {
  font-family: "Bodoni Moda", serif;
  -webkit-font-smoothing: auto; /* デフォルトに戻す */
  -moz-osx-font-smoothing: auto; /* デフォルトに戻す */
  text-rendering: auto; /* デフォルトに戻す */
  font-weight: 500;
  font-size: 4.2708333333vw;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .mvArea-title-en {
    font-size: 82px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title-en {
    font-size: 33px;
  }
}
.mvArea-title-h1 {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.5625vw;
}
@media screen and (min-width: 1920px) {
  .mvArea-title-h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title-h1 {
    font-size: 13px;
  }
}

.leadArea {
  width: 83.3%;
  margin-inline: auto;
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .leadArea {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea {
    width: 100%;
    padding: 0 22px;
    margin-bottom: 48px;
  }
}
.leadArea p {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 2;
}
@media screen and (min-width: 1920px) {
  .leadArea p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea p {
    font-size: 13px;
  }
}

.listArea {
  width: 83.3%;
  padding: 0 4.9479166667vw;
  margin-inline: auto;
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 1920px) {
  .listArea {
    width: 1600px;
    padding: 0 95px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .listArea {
    width: 100%;
    padding: 0 22px;
    margin-bottom: 48px;
  }
}
.listArea ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .listArea ul {
    justify-content: space-between;
    padding-right: 6px;
  }
}
.listArea ul li {
  position: relative;
  margin: 0;
  width: 29.8%;
  margin-right: 4.6%;
  margin-bottom: 4.5833333333vw;
}
@media screen and (min-width: 1920px) {
  .listArea ul li {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 768px) {
  .listArea ul li {
    width: 45.75%;
    margin-right: 0;
    margin-bottom: 45px;
  }
}
.listArea ul li.hidden {
  display: none;
}
.listArea ul li::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  right: -0.78125vw;
  bottom: -0.78125vw;
  background-color: #277D9B;
}
@media screen and (min-width: 1920px) {
  .listArea ul li::before {
    right: -15px;
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  .listArea ul li::before {
    width: 1px;
    right: -6px;
    bottom: -6px;
  }
}
.listArea ul li::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: -0.78125vw;
  bottom: -0.78125vw;
  background-color: #277D9B;
}
@media screen and (min-width: 1920px) {
  .listArea ul li::after {
    right: -15px;
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  .listArea ul li::after {
    height: 1px;
    right: -6px;
    bottom: -6px;
  }
}
.listArea ul li:nth-of-type(3n) {
  margin-right: 0;
}
.listArea ul li a {
  display: block;
  height: 100%;
  border: 3px solid #277D9B;
}
@media screen and (max-width: 768px) {
  .listArea ul li a {
    border: 1px solid #277D9B;
  }
}
.listArea-thumb {
  display: block;
  height: 32vw;
}
@media screen and (min-width: 768px), print {
  .listArea-thumb {
    height: 17.3958333333vw;
  }
}
.listArea-thumb img {
  height: 100%;
  object-fit: cover;
}
.listArea-title {
  display: block;
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 1.53;
  padding: 1.3020833333vw 2.3958333333vw 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .listArea-title {
    font-size: 26px;
    padding: 25px 46px 18px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-title {
    font-size: 13px;
    padding: 8px 15px 6px;
  }
}
.listArea-info {
  display: block;
  color: #777777;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.33;
  padding: 0 2.3958333333vw 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  .listArea-info {
    font-size: 24px;
    padding: 0 46px 28px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-info {
    font-size: 12px;
    padding: 0 15px 10px;
  }
}
.listArea-btn {
  padding-top: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .listArea-btn {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-btn {
    padding-top: 40px;
  }
}
.listArea-btn a, .listArea-btn span {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.4166666667vw;
  height: 5.2083333333vw;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 1.3541666667vw;
  letter-spacing: 0.2rem;
  color: #277D9B;
  border-radius: 2.6041666667vw;
  background-color: white;
  border: 3px solid #277D9B;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .listArea-btn a, .listArea-btn span {
    width: 680px;
    height: 100px;
    font-size: 26px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-btn a, .listArea-btn span {
    width: 100%;
    height: 55px;
    font-size: 13px;
    letter-spacing: 0.1rem;
    border-width: 2px;
    margin-inline: 0px;
    border-radius: 28px;
    border: 2px solid #277D9B;
  }
}
.listArea-btn a::after, .listArea-btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 2.8125vw;
  width: 1.3541666667vw;
  height: 0.7291666667vw;
  background-image: url(/assets/img/common/icon-arrow_down.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .listArea-btn a::after, .listArea-btn span::after {
    top: calc(50% - 7px);
    right: 54px;
    width: 26px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .listArea-btn a::after, .listArea-btn span::after {
    top: calc(50% - 3px);
    right: 22px;
    width: 13px;
    height: 7px;
  }
}
.listArea-btn span {
  transition: ease 0.3s;
}
.listArea-btn span:hover {
  opacity: 0.6;
}

.mvdetailArea {
  position: relative;
}
.mvdetailArea-bg {
  position: relative;
}
.mvdetailArea-title {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 0;
  top: 70%;
  width: 91.6666666667vw;
  height: 10vw;
  padding-left: 4.9479166667vw;
  background-image: url(/assets/img/interview/bg-title.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .mvdetailArea-title {
    width: 1760px;
    height: 192px;
    padding-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .mvdetailArea-title {
    top: 70%;
    width: 100%;
    height: auto;
    padding: 10px 22px;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.mvdetailArea-title-column {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -3.125vw;
  left: 1.8229166667vw;
  width: 16.5104166667vw;
  height: 3.125vw;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1;
  color: white;
  background-color: #277D9B;
}
@media screen and (min-width: 1920px) {
  .mvdetailArea-title-column {
    top: -60px;
    left: 35px;
    width: 317px;
    height: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mvdetailArea-title-column {
    top: -30px;
    left: 0;
    width: 150px;
    height: 30px;
    font-size: 13px;
  }
}
.mvdetailArea-title-main {
  font-weight: 700;
  font-size: 2.2916666667vw;
  line-height: 1.2;
  margin-bottom: 0.78125vw;
}
@media screen and (min-width: 1920px) {
  .mvdetailArea-title-main {
    font-size: 44px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mvdetailArea-title-main {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
}
.mvdetailArea-title-sub {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.4583333333vw;
  line-height: 1.2;
  color: #777777;
}
@media screen and (min-width: 1920px) {
  .mvdetailArea-title-sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mvdetailArea-title-sub {
    font-size: 13px;
  }
}

.detailArea {
  margin-bottom: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea {
    padding: 0 22px;
    margin-bottom: 75px;
  }
}
.detailArea-rightimage {
  clear: both;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .detailArea-rightimage {
    margin-bottom: 75px;
  }
}
.detailArea-rightimage-pct {
  float: right;
  width: 50vw;
  margin-left: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detailArea-rightimage-pct {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.detailArea-rightimage .detailArea-q-title,
.detailArea-rightimage .detailArea-a-title,
.detailArea-rightimage .detailArea-a-text {
  margin-left: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .detailArea-rightimage .detailArea-q-title,
  .detailArea-rightimage .detailArea-a-title,
  .detailArea-rightimage .detailArea-a-text {
    margin-left: 0;
  }
}
.detailArea-rightimage .detailArea-a-text {
  margin-right: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .detailArea-rightimage .detailArea-a-text {
    margin-right: 0;
  }
}
.detailArea-rightimage .detailArea-q-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 50px);
  height: 2px;
  background-color: #277D9B;
}
@media screen and (max-width: 768px) {
  .detailArea-rightimage .detailArea-q-title::after {
    content: none;
  }
}
.detailArea-leftimage {
  clear: both;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .detailArea-leftimage {
    margin-bottom: 75px;
  }
}
.detailArea-leftimage-pct {
  float: left;
  width: 50vw;
  margin-right: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detailArea-leftimage-pct {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.detailArea-leftimage .detailArea-q-title,
.detailArea-leftimage .detailArea-a-title,
.detailArea-leftimage .detailArea-a-text {
  margin-right: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .detailArea-leftimage .detailArea-q-title,
  .detailArea-leftimage .detailArea-a-title,
  .detailArea-leftimage .detailArea-a-text {
    margin-right: 0;
  }
}
.detailArea-leftimage .detailArea-a-text {
  margin-left: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .detailArea-leftimage .detailArea-a-text {
    margin-left: 0;
  }
}
.detailArea-leftimage .detailArea-q-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: calc(100% + 50px);
  height: 2px;
  background-color: #277D9B;
}
@media screen and (max-width: 768px) {
  .detailArea-leftimage .detailArea-q-title::after {
    content: none;
  }
}
.detailArea-noimage {
  clear: both;
  width: 83.33%;
  margin-inline: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 1920px) {
  .detailArea-noimage {
    width: 1600px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-noimage {
    width: 100%;
    margin-bottom: 75px;
  }
}
.detailArea-noimage .detailArea-q-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #277D9B;
}
@media screen and (max-width: 768px) {
  .detailArea-noimage .detailArea-q-title::after {
    content: none;
  }
}
.detailArea-q-title {
  position: relative;
  display: flex;
  color: #277D9B;
  padding-bottom: 15px;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-q-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-q-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #277D9B;
    margin-bottom: 30px;
  }
}
.detailArea-q-title-en {
  display: block;
  width: 3.6458333333vw;
  font-family: "Bodoni Moda", serif;
  -webkit-font-smoothing: auto; /* デフォルトに戻す */
  -moz-osx-font-smoothing: auto; /* デフォルトに戻す */
  text-rendering: auto; /* デフォルトに戻す */
  font-weight: 400;
  font-size: 3.0208333333vw;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .detailArea-q-title-en {
    width: 70px;
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-q-title-en {
    width: 33px;
    font-size: 25px;
  }
}
.detailArea-q-title-jp {
  display: block;
  width: calc(100% - 3.6458333333vw);
  font-weight: 600;
  font-size: 1.9791666667vw;
  line-height: 1.26;
  padding-right: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-q-title-jp {
    font-size: 38px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-q-title-jp {
    width: calc(100% - 33px);
    font-size: 20px;
  }
}
.detailArea-a-title {
  display: flex;
  font-size: 1.9791666667vw;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 1920px) {
  .detailArea-a-title {
    font-size: 38px;
  }
}
.detailArea-a-title-en {
  display: block;
  width: 3.6458333333vw;
  font-family: "Bodoni Moda", serif;
  -webkit-font-smoothing: auto; /* デフォルトに戻す */
  -moz-osx-font-smoothing: auto; /* デフォルトに戻す */
  text-rendering: auto; /* デフォルトに戻す */
  font-weight: 400;
  font-size: 3.0208333333vw;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .detailArea-a-title-en {
    width: 70px;
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-a-title-en {
    width: 33px;
    font-size: 25px;
  }
}
.detailArea-a-title-jp {
  display: block;
  width: calc(100% - 3.6458333333vw);
  font-weight: 600;
  font-size: 1.9791666667vw;
  line-height: 1.26;
  padding-right: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-a-title-jp {
    font-size: 38px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-a-title-jp {
    width: calc(100% - 33px);
    font-size: 20px;
  }
}
.detailArea-a-text {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 2;
  padding-left: 3.6458333333vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-a-text {
    font-size: 26px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-a-text {
    padding-left: 0;
    font-size: 13px;
    line-height: 1.86;
    margin-bottom: 15px;
  }
}
.detailArea-centerimage {
  margin-bottom: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-centerimage {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-centerimage {
    margin: 0 -22px 65px;
  }
}
.detailArea-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.4166666667vw;
  height: 5.2083333333vw;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.3541666667vw;
  color: white;
  border-radius: 2.6041666667vw;
  background-color: #277D9B;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .detailArea-btn a {
    width: 680px;
    height: 100px;
    font-size: 26px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-btn a {
    width: 95.7%;
    height: 55px;
    font-size: 15px;
    margin-inline: 0px;
    border-radius: 28px;
  }
}
.detailArea-btn a::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: -1px;
  width: 1.71875vw;
  height: 0.15625vw;
  background-image: url(/assets/img/common/icon-line_white.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .detailArea-btn a::before {
    width: 33px;
    height: 3px;
  }
}
@media screen and (max-width: 1110px) {
  .detailArea-btn a::before {
    top: calc(50% - 5px);
  }
}
@media screen and (max-width: 1520px) {
  .detailArea-btn a::before {
    top: calc(50% - 3px);
  }
}
@media screen and (max-width: 768px) {
  .detailArea-btn a::before {
    top: calc(50% - 2px);
    width: 16px;
    height: 2px;
  }
}
.detailArea-btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -1.5625vw;
  width: 3.0729166667vw;
  height: 0.5729166667vw;
  background-image: url(/assets/img/common/icon-arrow_2_blue.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .detailArea-btn a::after {
    right: -30px;
    width: 59px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-btn a::after {
    top: calc(50% - 4px);
    right: -15px;
    width: 28px;
    height: 4px;
    background-image: url(/assets/img/common/icon-arrow_2_blue--sp.svg);
  }
}

.otherArea {
  width: 83.3%;
  padding-bottom: 4.1666666667vw;
  background-color: rgba(234, 246, 247, 0.7);
  border-top: 5px solid #277D9B;
  margin-inline: auto;
  margin-bottom: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .otherArea {
    width: 1600px;
    padding-bottom: 80px;
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .otherArea {
    overflow-x: hidden;
    display: block;
    width: 100%;
    padding: 0 22px 85px;
    border-top: 3px solid #277D9B;
    margin-bottom: 80px;
  }
}
.otherArea-title {
  text-align: center;
  margin: 3.125vw 0;
}
@media screen and (min-width: 1920px) {
  .otherArea-title {
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .otherArea-title {
    margin: 25px 0;
  }
}
.otherArea-title-en {
  color: #277D9B;
  font-family: "Bodoni Moda", serif;
  -webkit-font-smoothing: auto; /* デフォルトに戻す */
  -moz-osx-font-smoothing: auto; /* デフォルトに戻す */
  text-rendering: auto; /* デフォルトに戻す */
  font-weight: 400;
  font-size: 5.2083333333vw;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .otherArea-title-en {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .otherArea-title-en {
    font-size: 50px;
  }
}
.otherArea-title-jp {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.5625vw;
}
@media screen and (min-width: 1920px) {
  .otherArea-title-jp {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .otherArea-title-jp {
    font-size: 15px;
  }
}

.numArea-swiper {
  padding-bottom: 2.6666666667vw;
  width: 88vw;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper {
    width: 61.4583333333vw;
    margin: 0 auto;
    padding-bottom: 1.0416666667vw;
  }
}
.numArea-swiper .swiper {
  width: 100%;
  z-index: 1;
  overflow: visible;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper {
    overflow: hidden;
    padding-right: 0.625vw;
    padding-bottom: 0.625vw;
  }
}
.numArea-swiper .swiper-wrapper {
  height: auto;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-wrapper {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
}
.numArea-swiper .swiper-slide {
  height: auto;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide {
    width: auto;
  }
}
.numArea-swiper .swiper-slide > a {
  padding: 0;
  margin: 0;
  display: block;
  border: solid #277D9B 0.4vw;
  position: relative;
  height: 99%;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a {
    border: solid #277D9B 0.15625vw;
  }
}
.numArea-swiper .swiper-slide > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-right: solid #277D9B 0.4vw;
  border-bottom: solid #277D9B 0.4vw;
  bottom: -1.6vw;
  right: -1.6vw;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a:before {
    border-right: solid #277D9B 0.15625vw;
    border-bottom: solid #277D9B 0.15625vw;
    bottom: -0.625vw;
    right: -0.625vw;
  }
}
.numArea-swiper .swiper-slide > a img {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a img {
    height: 14.6875vw;
  }
}

.numArea-swiper .swiper-slide > a .swiper-ttl {
  font-size: 3.4666666667vw;
  font-weight: 600;
  padding: 4vw 5.3333333333vw 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a .swiper-ttl {
    font-size: 1.3541666667vw;
    padding: 1.5625vw 2.0833333333vw 0;
  }
}
.numArea-swiper .swiper-slide > a .swiper-txt {
  font-size: 3.2vw;
  color: #777777;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 5.3333333333vw 4vw;
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a .swiper-txt {
    font-size: 1.25vw;
    padding: 0 2.0833333333vw 1.5625vw;
    margin-top: 1.0416666667vw;
  }
}
.numArea-swiper .swiper-controls {
  display: block;
  width: 100%;
  --swiper-navigation-color: #277D9B;
  position: relative;
  height: 13.3333333333vw;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

.numArea-swiper .swiper-button-prev, .numArea-swiper .swiper-button-next {
  position: absolute;
  padding: 0;
  margin-top: 0;
  z-index: 12;
  cursor: pointer;
  width: 10.4vw;
  height: 3.2vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-button-prev, .numArea-swiper .swiper-button-next {
    width: 4.0625vw;
    height: 1.25vw;
  }
}
.numArea-swiper .swiper-button-prev:after, .numArea-swiper .swiper-button-next:after {
  content: none;
}

.numArea-swiper .swiper-button-prev {
  background: url(../img/common/swiper-left.svg) 0 0/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-button-prev {
    left: -5.7291666667vw;
  }
}
.numArea-swiper .swiper-button-next {
  background: url(../img/common/swiper-right.svg) 0 0/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-button-next {
    right: -5.7291666667vw;
  }
}
.numArea-swiper .swiper-button-prev, .numArea-swiper .swiper-button-next {
  transition: opacity 0.3s;
}

.numArea-swiper .swiper-button-prev:hover, .numArea-swiper .swiper-button-next:hover {
  opacity: 1;
}

.numArea-swiper .swiper-button-disabled {
  opacity: 0.4;
}

@media screen and (min-width: 768px), print {
  .numArea .common-btn {
    width: 36.4583333333vw;
  }
}/*# sourceMappingURL=interview.css.map */