@charset "UTF-8";
main {
  position: relative;
  background: #fff;
}
main::before {
  content: "";
  display: block;
  opacity: 1;
  position: fixed;
  top: 3.5rem;
  left: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 414/709;
  background: url("../img/common/mainvisual_bg_sp.svg") no-repeat top center/cover;
  transition: 0.3s opacity ease-in-out;
  pointer-events: none;
}
@media (min-width: 1024px) {
  main::before {
    aspect-ratio: 1920/898;
    background: url("../img/common/mainvisual_bg.svg") no-repeat top center/cover;
  }
}
main.lighten::before {
  opacity: 0.2;
}

section {
  position: relative;
}

.mainvisual {
  height: 43rem;
  margin-bottom: 5rem;
  padding-top: 10.31rem;
  box-sizing: border-box;
  background-color: transparent;
}
@media (min-width: 560px) {
  .mainvisual {
    height: 42rem;
  }
}
@media (min-width: 1024px) {
  .mainvisual {
    height: 68.11rem;
    margin-top: 7.89rem;
    padding-top: 14.5rem;
  }
}

.mainvisual__container {
  justify-content: unset;
  place-content: unset;
}

.mainvisual__ttl {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}
.mainvisual__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: 0;
  width: calc(100% + 100vw - 100%);
  height: 100%;
  background: linear-gradient(-30deg, #74b6ee 0, #b2dff2 100%);
}
.mainvisual__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/mainvisual_number_icon.svg") no-repeat right bottom 2.5rem/16.5rem 9.63rem;
}
@media (min-width: 1024px) {
  .mainvisual__ttl::after {
    background: url("../img/mainvisual_number_icon.svg") no-repeat right center/23rem 15rem;
  }
}

.mainvisual__ttl__icon {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 12.38rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__icon {
    width: 21.5rem;
  }
}
.mainvisual__ttl__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-178%);
  width: 6.63rem;
  height: 3.13rem;
  background: url("../img/common/foot.svg") no-repeat center/contain;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__icon::after {
    top: 2rem;
    transform: translateX(-185%);
    width: 11.5rem;
    height: 5.39rem;
  }
}

.mainvisual__ttl__txt {
  position: relative;
  z-index: 2;
  padding-top: 7.69rem;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__txt {
    padding-top: 13.14rem;
    font-size: 2.78rem;
  }
}
.mainvisual__ttl__txt .en {
  display: block;
  padding-bottom: 1.5rem;
  color: #f53424;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__txt .en {
    padding-bottom: 2rem;
    font-size: 1.67rem;
  }
}

.scroll__btn {
  display: block;
  opacity: 1;
  position: relative;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1.56rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  background: url("../img/common/mainvisual_child_icon.svg") no-repeat center/contain;
  transition: 0.3s opacity ease-in-out;
}
@media (min-width: 1024px) {
  .scroll__btn {
    margin-top: 2.56rem;
    margin-bottom: 4rem;
  }
}
.scroll__btn:hover {
  opacity: 0.75;
}

.mainvisual__ttl__lead {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 1.13rem;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__lead {
    font-size: 1.11rem;
    line-height: 1.8;
  }
}
.mainvisual__ttl__lead .big {
  display: block;
  font-size: 1.1rem;
}
.mainvisual__ttl__lead .small {
  display: block;
  max-width: 20rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8rem;
  text-align: left;
}

.maruArea {
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 4.24rem;
  height: 4.85rem;
}
@media (min-width: 1024px) {
  .maruArea {
    width: 7.33rem;
    height: 8.39rem;
  }
}

.maru {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 13vw;
  margin: auto;
  aspect-ratio: 1/1;
  background: url(../img/top/maru_body.svg) no-repeat center/cover;
}
@media (min-width: 560px) {
  .maru {
    width: 7.22vw;
  }
}
@media (min-width: 1024px) {
  .maru {
    width: 7.7vw;
  }
}
.maru::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15.696%;
  height: 21.839%;
  margin: auto;
  background: url(../img/top/maru_tail.svg) no-repeat center/cover;
}
.maru.active {
  animation: bound-anim 1s 1 forwards;
}
.maru.active::after {
  animation: tail-anim 1s 1 forwards;
}
.maru.active .maru_eye {
  animation: maruEye-anim 1s 1 forwards;
}
.maru.active .maru_eye::after {
  animation: maruEyeBlack-anim 1s 1 forwards, maruEyeBlack-anim-infinite 1s infinite 1.4s;
}

.maru_eyes {
  display: flex;
  gap: 11.636%;
  justify-content: center;
  align-items: center;
  margin-top: 29%;
  margin-left: 6%;
}

.maru_eye {
  position: relative;
  width: 29.091%;
  aspect-ratio: 32.01/38.3;
  background: url(../img/top/maru_eye.svg) no-repeat center/cover;
}
.maru_eye::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 72.47%;
  height: 67.959%;
  margin-top: 11%;
  margin-left: 18%;
  border-radius: 50%;
  background: #23214c;
}

@keyframes bound-anim {
  0% {
    opacity: 0;
    top: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    top: -60%;
    transform: scale(0.8, 1.2);
  }
  75% {
    transform: scale(1);
  }
  85% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: scale(1);
  }
}
@keyframes tail-anim {
  0% {
    bottom: 0;
  }
  85% {
    bottom: 0;
  }
  100% {
    bottom: -14%;
  }
}
@keyframes maruEye-anim {
  0% {
    top: 0;
    transform: scaleY(0);
  }
  70% {
    top: -2%;
  }
  75% {
    top: 2%;
    transform: scaleY(1);
  }
  85% {
    top: 0;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes maruEyeBlack-anim {
  0% {
    top: -2%;
    transform: scale(1);
  }
  45% {
    top: -22%;
    left: -8%;
    transform: scale(0.4);
  }
  65% {
    top: 25%;
    transform: scale(0.9);
  }
  85% {
    top: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes maruEyeBlack-anim-infinite {
  0% {
    transform: scale(1);
    border-radius: 50%;
  }
  10% {
    transform: scale(1);
    border-radius: 50%;
  }
  15% {
    transform: scaleY(0.2);
    border-radius: 20%;
  }
  95% {
    transform: scale(1);
    border-radius: 50%;
  }
  100% {
    transform: scaleY(0.2);
    border-radius: 20%;
  }
}
/* =============================================
 共通
============================================= */
.border {
  border: 0.5rem solid #f0f0f0;
  box-sizing: border-box;
}
.border.blue {
  border-color: #93caf0;
}
@media (min-width: 1024px) {
  .border {
    border: 0.83rem solid #f0f0f0;
  }
}

.mainvisual__ttl::after {
  background: url("../img/interview/mainvisual_bg_icon.svg") no-repeat right bottom 2.5rem/16.5rem 9.63rem;
}
@media (min-width: 1024px) {
  .mainvisual__ttl::after {
    background: url("../img/interview/mainvisual_bg_icon.svg") no-repeat right center/23rem 15rem;
  }
}

/* =============================================
 このページ
============================================= */
main {
  overflow: hidden;
}

.interview_list {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .interview_list {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1.5rem;
  }
}

.interview_item {
  position: relative;
}
.interview_item::before {
  content: "" attr(data-num);
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: #1b76e4;
  font-size: 2.5rem;
  font-family: "futura-pt", sans-serif;
}
@media (min-width: 1024px) {
  .interview_item::before {
    font-size: 2.888rem;
  }
}

.interview_inner {
  display: block;
  padding: 1rem 2.25rem 4rem;
  background: #fff;
  color: #222;
  text-align: center;
}
@media (min-width: 1024px) {
  .interview_inner {
    padding: 1.5rem 2rem 5rem;
  }
}
.interview_inner .img {
  width: 8.125rem;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .interview_inner .img {
    width: 10.444rem;
  }
}
.interview_inner .img img {
  width: 100%;
  transition: 0.4s;
}
.interview_inner .type,
.interview_inner .enter {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .interview_inner .type,
  .interview_inner .enter {
    font-size: 1.111rem;
  }
}
.interview_inner .type {
  width: fit-content;
  margin: 1rem auto;
  padding: 0.25rem 1rem;
  border-radius: 100vh;
  background: #1b76e4;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .interview_inner .type {
    margin: 1.5rem auto 1rem;
    padding: 0.5rem 1.5rem;
  }
}
.interview_inner .enter {
  color: #00409c;
  font-weight: 500;
}
.interview_inner .lead {
  margin-top: 1.5rem;
  padding: 1rem 0;
  border: 1px solid #222;
  border-right: 0;
  border-left: 0;
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .interview_inner .lead {
    font-size: 1.222rem;
  }
}
.interview_inner:hover .img img {
  transform: scale(1.05);
}
.interview_inner:hover .more::before {
  animation: moreBtnBg 0.3s 1 forwards, moreBtnBgReverse 0.3s 1 forwards 0.3s;
}
.interview_inner:hover .more .inner {
  animation: moreBtnTxt 0.3s 1 forwards, moreBtnTxtReverse 0.3s 1 forwards 0.3s;
}

.more {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  z-index: 1;
  width: 100%;
  max-width: 12.75rem;
  min-height: 2.5rem;
  overflow: hidden;
  background: #fff;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .more {
    right: -0.83rem;
    bottom: -0.83rem;
    max-width: 12.111rem;
    min-height: 2.5rem;
    font-size: 1.11rem;
  }
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform-origin: left center;
  width: 100%;
  height: 100%;
  background: #f53424;
  pointer-events: none;
}
.more .arrow {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  width: 1.701875rem;
  height: 1.1rem;
  border-radius: 50%;
  background: currentColor;
  mask-image: url(../img/common/icon_btn_arrow.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s ease-out;
}
.more .exlink {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: currentColor;
  mask-image: url(../img/common/icon_btn_exlink.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  transition: 0.3s ease-out;
}
.more .inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 3rem 10px 2.5rem;
}
.more .inner2 {
  padding-right: 2rem;
}

@keyframes moreBtnBg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes moreBtnBgReverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moreBtnTxt {
  0% {
    color: #f53424;
  }
  100% {
    color: #f53424;
  }
}
@keyframes moreBtnTxtReverse {
  0% {
    color: #f53424;
  }
  10%, 100% {
    color: #fff;
  }
}/*# sourceMappingURL=interview.min.css.map */