<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 center/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;
  margin-bottom: 6vh;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Contents {
    width: 94.6666666667vw;
    margin-bottom: 0vh;
  }
}
.Students-Interview-Contents-Title {
  font-size: clamp(26px, calc(300 / 1920 * 100vw), 30px);
  letter-spacing: 0.3em;
  color: #161414;
  font-style: italic;
  padding-top: 16px;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Contents-Title {
    font-size: 22px;
    letter-spacing: 0.2em;
    padding-top: 6px;
  }
}
.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;
    margin-top: 13px;
  }
}
.Students-Interview-Profile {
  width: 79.1666666667vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4.7916666667vw;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile {
    width: 100%;
    padding-top: 32px;
  }
}
.Students-Interview-Profile-Contents {
  display: grid;
  grid-template-columns: 1fr 3.1fr;
  /* grid-template-rows: 1.23fr 1fr; */
  grid-column-gap: 5.2083333333vw;
  grid-row-gap: 1.8229166667vw;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: 2.7fr 1fr; */
    grid-column-gap: 15px;
    grid-row-gap: 23px;
  }
}
.Students-Interview-Profile-Image {
  position: relative;
  overflow: hidden;
  grid-area: 1/1/3/2;
  width: clamp(170px, 18.0729166667vw, 347px);
  height: clamp(170px, 18.0729166667vw, 347px);
  box-shadow: 20px 20px 0 #ffb300;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Image {
    grid-area: 1/1/2/2;
    max-width: 300px;
    max-height: 300px;
    width: 47.1875vw;
    height: 47.1875vw;
    box-shadow: 8px 8px 0 #ffb300;
  }
}
.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-Name {
  grid-area: 1/2/2/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px 0;
  padding-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Name {
    grid-area: 1/2/2/3;
    gap: 8px 0;
    padding-bottom: 19vw;
    padding-left: 8px;
  }
}
.Students-Interview-Profile-Name__ja {
  font-size: clamp(20px, 4.9791666667vw, 40px);
  text-align: left;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Name__ja {
    font-size: clamp(19px, 3.2552083333vw, 25px);
  }
}
/* .Students-Interview-Profile-Name__ja &gt; span {
  font-size: clamp(10px, 1.3541666667vw, 26px);
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Name__ja &gt; span {
    font-size: 3.125vw;
  }
} */
.Students-Interview-Profile-Name__en {
  font-family: din-2014, sans-serif;
  font-size: clamp(10px, 4.9375vw, 40px);
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0.6em;
  left: 1em;
  color: #ffb300;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Name__en {
    position: static;
    font-size: clamp(10px, 2.6927083333vw, 16px);
  }
}
@media only screen and (max-width: 374px) {
  .Students-Interview-Profile-Name__en {
    letter-spacing: 0.12em;
  }
}
.Students-Interview-Profile-Career {
  grid-area: 2/2/3/3;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career {
    grid-area: 2/1/3/3;
    gap: 1.8666666667vw 0;
  }
}
.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;
  }
}
.Students-Interview-Profile-Career-Title,
.Students-Interview-Profile-Career-Text {
  font-size: clamp(12px, 1.1458333333vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: left;
}
.Students-Interview-Profile-Career-Text {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Title,
  .Students-Interview-Profile-Career-Text {
    font-size: clamp(11px, 1.8229166667vw, 14px);
    line-height: 1.2727272727;
  }
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Text {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 374px) {
  .Students-Interview-Profile-Career-Title,
  .Students-Interview-Profile-Career-Text {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}
.Students-Interview-Profile-Career-Title {
  padding: 0 10px;
  background-color: #ffb300;
  white-space: nowrap;
  text-align: center;
  width: 10vw;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Profile-Career-Title {
    width: 100px;
  }
}
@media only screen and (max-width: 374px) {
  .Students-Interview-Profile-Career-Title {
    width: 80px;
  }
}
.Students-Interview-Main {
  width: 79.1666666667vw;
  margin: clamp(37px, 2.6041666667vw, 50px) auto 0;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Main {
    width: 94.6666666667vw;
  }
}
.Students-Interview-Main h2 {
  margin-top: clamp(40px, 3.6458333333vw, 70px);
  font-size: clamp(25px, 1.9791666667vw, 38px);
  line-height: 1.3157894737;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Main h2 {
    font-size: clamp(18px, 3.2552083333vw, 25px);
    line-height: 1.3888888889;
  }
}
.Students-Interview-Main p {
  margin-top: clamp(16px, 1.5vw, 40px);
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  text-align: justify;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .Students-Interview-Main p {
    padding: 0 15px;
    font-size: clamp(10.5px, 1.6927083333vw, 13px);
    line-height: 1.5952380952;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
}

.Pagination {
  width: 79.1666666667vw;
  margin: 125px auto 95px;
  display: flex;
  justify-content: center;
  gap: 0 100px;
}
@media only screen and (max-width: 768px) {
  .Pagination {
    margin: 60px auto;
    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>