<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f5f9f9;
  opacity: 0.94;
}

.Main {
  padding-bottom: 6.71875vw;
}

.Students-Interview {
  position: relative;
  margin-top: -96px;
}
@media only screen and (max-width: 768px) {
  .Students-Interview {
    margin-top: 0px;
  }
}
.Students-Interview-Head {
  width: 100%;
  padding-top: clamp(180px, 10.6770833333vw, 205px);
  background-color: #d6ddec;
  background: url(../images/firstview-bg.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Head {
    padding-top: clamp(45px, 11.71875vw, 90px);
    /* padding-top: clamp(160px, 26.0416666667vw, 200px); */
    padding-left: 1.3333333333vw;
    background: url(../images/firstview-bg-sp.jpg) no-repeat center top/cover;
  }
}
.Students-Interview-Title {
  font-family: din-2014, sans-serif;
  font-size: clamp(50px, 7.2916666667vw, 140px);
  line-height: 0.6785714286;
  font-weight: bold;
  font-style: italic;
  color: #f5f9f9;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Title {
    font-size: clamp(50px, 10.4166666667vw, 80px);
  }
}
@media only screen and (max-width: 374px) {
  .Students-Interview-Title {
    font-size: 12.5vw;
  }
}
.Students-Interview-Title__pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Title__pc {
    display: none;
  }
}
.Students-Interview-Title__sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Title__sp {
    display: block;
    margin-top: 5px;
  }
}
.Students-Interview-Contents {
  width: 89.5833333333vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Contents {
    width: 94.6666666667vw;
  }
}
.Students-Interview-Contents-Title {
  font-size: clamp(26px, 1.5625vw, 30px);
  letter-spacing: 0.2em;
  color: #161414;
  font-style: italic;
  position: absolute;
  top: -5.7291666667vw;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Contents-Title {
    font-size: clamp(15px, 3.2552083333vw, 25px);
    letter-spacing: 0.3em;
    top: -13.3333333333vw;
  }
}
.Students-Interview-Contents-Title__pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Contents-Title__pc {
    display: none;
  }
}
.Students-Interview-Contents-Title__sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Contents-Title__sp {
    display: block;
  }
}
.Students-Interview-Wrap {
  width: 79.1666666667vw;
  margin: clamp(65px, 5.7291666667vw, 110px) auto;
  padding: clamp(25px, 5.2083333333vw, 100px) 7.8125vw;
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Wrap {
    width: 100%;
    margin: clamp(65px, 16.9270833333vw, 130px) auto;
  }
}
.Students-Interview-Profile {
  width: 100%;
}
.Students-Interview-Profile-Contents {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 0 5.2083333333vw;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
}
.Students-Interview-Profile-Image {
  position: relative;
  overflow: hidden;
  width: clamp(170px, 18.0729166667vw, 347px);
  height: clamp(170px, 18.0729166667vw, 347px);
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Image {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.Students-Interview-Profile-Image &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.Students-Interview-Profile-Item {
  display: flex;
  flex-direction: column;
  gap: clamp(22.5px, 1.8229166667vw, 35px) 0;
}
.Students-Interview-Profile-Name {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px 0;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Name {
    gap: 8px 0;
  }
}
.Students-Interview-Profile-Name__ja {
  font-size: clamp(20px, 1.9791666667vw, 38px);
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Name__ja {
    font-size: clamp(19px, 3.2552083333vw, 25px);
  }
}
.Students-Interview-Profile-Name__en {
  font-family: din-2014, sans-serif;
  font-size: clamp(10px, 0.9375vw, 18px);
  letter-spacing: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Name__en {
    font-size: clamp(10px, 1.6927083333vw, 13px);
  }
}
@media only screen and (max-width: 374px) {
  .Students-Interview-Profile-Name__en {
    letter-spacing: 0.12em;
  }
}
.Students-Interview-Profile-Career {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career {
    gap: 1.8666666667vw 0;
    border-left: solid 2px #000;
    padding-left: 20px;
  }
}
.Students-Interview-Profile-Career-Wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Wrap {
    gap: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Wrap__occupation {
    width: 100%;
    justify-content: center;
  }
}
.Students-Interview-Profile-Career-Title {
  margin-top: 2px;
  font-size: clamp(11px, 0.8854166667vw, 17px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 0 clamp(11.5px, 1.1979166667vw, 23px);
  border-radius: 14.9px;
  border: solid 1px #090909;
  background-color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Title {
    margin-top: 0px;
    font-size: clamp(10px, 1.6927083333vw, 13px);
  }
}
.Students-Interview-Profile-Career-Title__occupation {
  margin-top: 0.2604166667vw;
  background-color: #e1e3e3;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Title__occupation {
    margin-top: 0;
  }
}
.Students-Interview-Profile-Career-Text {
  font-size: clamp(12px, 1.1458333333vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Text {
    font-size: clamp(11px, 1.8229166667vw, 14px);
    line-height: 1.2727272727;
  }
}
@media only screen and (max-width: 374px) {
  .Students-Interview-Profile-Career-Text {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}
.Students-Interview-Profile-Career-Text__occupation {
  font-size: clamp(16px, 1.3541666667vw, 26px);
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Text__occupation {
    font-size: clamp(13px, 2.6041666667vw, 20px);
  }
}
.Students-Interview-Main {
  width: 100%;
  margin: clamp(37px, 3.6458333333vw, 70px) auto 0;
}
.Students-Interview-Main p {
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Main p {
    font-size: clamp(10.5px, 1.6927083333vw, 13px);
    line-height: 1.5952380952;
    letter-spacing: 0.01em;
  }
}

.Pagination {
  width: 100%;
  margin: 82px auto 14px;
  display: flex;
  justify-content: center;
  gap: 0 100px;
}
@media only screen and (max-width: 768px) {
  .Pagination {
    margin: 70px auto 9px;
    gap: 0 90px;
  }
}
.Pagination-Arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #090909;
  border-radius: 50vh;
  gap: 1em;
}
@media only screen and (max-width: 768px) {
  .Pagination-Arrow {
    font-size: 12px;
  }
}
.Pagination-Arrow-Right::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #090909;
  border-right: 2px solid #090909;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .Pagination-Arrow-Right::after {
    width: 9px;
    height: 9px;
  }
}
.Pagination-Arrow-Left::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #090909;
  border-right: 2px solid #090909;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 768px) {
  .Pagination-Arrow-Left::before {
    width: 9px;
    height: 9px;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>