main {
  min-height: 100vh;
}

.sec-fv {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    margin-bottom: 24px;
  }
}
.sec-fv.interview-fv .fv-wrap {
  display: grid;
}
@media screen and (max-width: 768px) {
  .sec-fv.interview-fv .fv-wrap {
    padding-top: 156px;
  }
}
.sec-fv.interview-fv .fv-wrap::before {
  content: "";
  position: absolute;
  background: url(/recruit/fresh/assets/img/common/bg-geometry-interview-fv_pc.png) no-repeat;
  background-size: contain;
  top: 108px;
  left: -4cqw;
  max-width: 294px;
  width: 100%;
  height: 100%;
  aspect-ratio: 294/690;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec-fv.interview-fv .fv-wrap::before {
    background: url(/recruit/fresh/assets/img/common/bg-geometry-interview-fv_sp.png) no-repeat;
    background-size: contain;
    width: 39cqw;
    max-width: 151px;
    aspect-ratio: 151/153;
    top: 80px;
    left: 10px;
    z-index: 1;
  }
}
.sec-fv .fv-title__block {
  position: relative;
  grid-area: 1/1;
  justify-content: center;
  gap: 4px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-title__block {
    grid-area: 2;
    margin-top: 58px;
  }
}
.sec-fv .fv-title__block .fv-caption {
  color: var(--blue-hov);
}
.sec-fv .fv-title__block .fv-caption::before {
  background: var(--blue-hov);
}
.sec-fv .fv-title__block .fv-caption__sub {
  width: fit-content;
  background: var(--blue-main);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-left: 8px;
  padding-inline: 4px;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-title__block .fv-caption__sub {
    font-size: 1.2rem;
    margin-left: 12px;
  }
}
.sec-fv .fv-title__block .fv-caption__prof {
  font-size: 1.4rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-title__block .fv-caption__prof {
    font-size: 1.2rem;
  }
}
.sec-fv .fv-title__block .fv-title {
  font-size: 3.62903cqw;
  color: var(--blue-main);
  line-height: 1.555;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-title__block .fv-title {
    font-size: 2.6rem;
    text-align: justify;
    margin-top: 16px;
  }
}
.sec-fv .fv-img__container {
  position: relative;
  grid-area: 1/1;
  max-width: 504px;
  aspect-ratio: 1;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-img__container {
    grid-area: 1;
    max-width: initial;
    aspect-ratio: initial;
  }
}
.sec-fv .fv-en {
  margin-top: -10.5%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec-fv .fv-en {
    position: absolute;
    left: -10px;
    bottom: -45px;
    width: 108%;
  }
}

.sec-intro {
  max-width: 824px;
  margin-inline: auto;
  padding-inline: 32px;
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .sec-intro {
    margin-bottom: 40px;
  }
}
.sec-intro .intro-inner {
  background: var(--white);
  border-radius: 8px 64px 8px 8px;
  padding: 8.4677cqw;
}
@media screen and (max-width: 768px) {
  .sec-intro .intro-inner {
    padding: 40px 24px;
  }
}
.sec-intro .intro-round-check {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec-intro .intro-round-check {
    font-size: 1.2rem;
  }
}
.sec-intro .intro-round-check::before {
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec-intro .intro-round-check::before {
    width: 20px;
  }
}
.sec-intro .section-heading {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--blue-main);
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec-intro .section-heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro .intro-text {
    font-size: 1.4rem;
  }
}

.sec-interview {
  margin-bottom: 176px;
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .sec-interview {
    margin-bottom: 64px;
  }
}
.sec-interview .interview-container {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-container {
    flex-direction: column;
  }
}
.sec-interview .interview-container.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-container.reverse {
    flex-direction: column;
  }
}
.sec-interview .interview-container.full {
  flex-direction: column-reverse;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-container.full {
    flex-direction: column-reverse;
    margin-bottom: 56px;
  }
}
.sec-interview .interview-container.full .interview-img {
  max-width: 1136px;
  width: calc(100% + 144px);
}
.sec-interview .interview-container + .interview-container {
  margin-top: 136px;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-container + .interview-container {
    margin-top: 72px;
  }
}
.sec-interview .interview-img {
  max-width: 488px;
  width: 50cqw;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-img {
    max-width: initial;
    width: 100%;
  }
}
.sec-interview .interview-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-content {
    gap: 40px;
  }
}
.sec-interview .interview-content .interview-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-content .interview-block {
    gap: 16px;
  }
}
.sec-interview .interview-content .interview-block__head {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-content .interview-block__head {
    font-size: 2.2rem;
  }
}
.sec-interview .interview-content .interview-block__head span {
  line-height: 1.2;
  padding: 0;
}
.sec-interview .interview-en {
  position: relative;
  width: fit-content;
  margin-top: -4.5%;
  left: -54px;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-en {
    margin-top: -6.5%;
    left: -8px;
    width: 56cqw;
  }
}
.sec-interview .interview-teamwork {
  display: flex;
  max-width: 824px;
  margin-inline: auto;
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-teamwork {
    padding-inline: 0;
    flex-direction: column;
  }
}
.sec-interview .interview-teamwork__main {
  background: var(--blue-main);
  padding: 6.4516cqw;
  display: flex;
  align-items: center;
  gap: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-teamwork__main {
    flex-direction: column;
    gap: 24px;
    padding: 40px;
  }
}
.sec-interview .interview-teamwork__img {
  max-width: 182px;
  width: 18cqw;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-teamwork__img {
    width: 100%;
  }
}
.sec-interview .interview-teamwork__text-unit {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-teamwork__text-unit {
    gap: 16px;
  }
}
.sec-interview .interview-teamwork__head {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-teamwork__head {
    font-size: 1.8rem;
  }
}
.sec-interview .interview-teamwork__text {
  color: var(--white);
}
.sec-interview .interview-teamwork__sub {
  background: var(--blue-main);
  width: 48px;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-teamwork__sub {
    width: 100%;
    box-sizing: border-box;
  }
}
.sec-interview .interview-teamwork__sub span {
  font-family: var(--mont);
  font-size: 1.2rem;
  font-weight: 800;
  writing-mode: vertical-lr;
  color: #BEEBFF;
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-teamwork__sub span {
    writing-mode: initial;
  }
}
.sec-interview .note {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: right;
  max-width: 824px;
  margin-inline: auto;
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .sec-interview .note {
    font-size: 1.2rem;
    text-align: left;
    padding-inline: 0;
  }
}

.interview-sibling-links {
  margin-bottom: 128px;
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .interview-sibling-links {
    padding-inline: 0;
    margin-bottom: 56px;
  }
}
.interview-sibling-links .interview-sibling-links__heading {
  margin-bottom: 16px;
  padding-inline: 4px;
}
@media screen and (max-width: 768px) {
  .interview-sibling-links .interview-sibling-links__heading {
    padding-inline: 32px;
  }
}
.interview-sibling-links .interview-sibling-links__heading .en {
  position: relative;
  font-family: var(--mont);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue-main);
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .interview-sibling-links .interview-sibling-links__heading .en {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
.interview-sibling-links .interview-sibling-links__heading .en::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: var(--blue-main);
  top: 50%;
  translate: 0 -50%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .interview-sibling-links .interview-sibling-links__heading .en::before {
    width: 8px;
  }
}
.interview-sibling-links .interview-sibling-links__heading .category {
  font-size: 1.6rem;
  font-weight: 700;
  background: var(--blue-main);
  width: fit-content;
  color: var(--white);
  padding-inline: 4px;
}
@media screen and (max-width: 768px) {
  .interview-sibling-links .interview-sibling-links__heading .category {
    font-size: 1.2rem;
  }
}
.interview-sibling-links .interview-sibling-links__inner {
  max-width: 1000px;
  margin-inline: auto;
}
.interview-sibling-links .interview-slider {
  padding: 4px;
  margin-bottom: 40px;
  container-type: inline-size;
}
.interview-sibling-links .interview-card-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .interview-sibling-links .interview-card-list {
    gap: 0;
    flex-wrap: initial;
    align-items: initial;
  }
}
.interview-sibling-links .interview-card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  width: calc((100% - 32px) / 3);
}
.interview-sibling-links .interview-card-item .tag {
  position: absolute;
  top: -4px;
  left: 0;
  color: var(--white);
  background: var(--blue-main);
  font-size: 1.2rem;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 0 0 6px;
  z-index: 1;
}
.interview-sibling-links .interview-card-item.current {
  pointer-events: none;
}
.interview-sibling-links .interview-card-item.current .interview-card-item__block {
  background: var(--blue-main);
}
.interview-sibling-links .interview-card-item.current .interview-card-item__text {
  color: var(--white);
}
.interview-sibling-links .interview-card-item.current .interview-card-item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue-main);
  z-index: 0;
  opacity: 0.2;
}
@media (any-hover: hover) {
  .interview-sibling-links .interview-card-item:hover .interview-card-item__img img {
    scale: 1.1;
  }
}
.interview-sibling-links .interview-card-item__img {
  position: relative;
  overflow: hidden;
}
.interview-sibling-links .interview-card-item__img img {
  transition: ease 300ms scale;
}
.interview-sibling-links .interview-card-item__block {
  flex: 1;
  border-radius: 0 0 16px 16px;
  background: var(--white);
  padding: 2.4194cqw;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.interview-sibling-links .interview-card-item__text {
  font-size: 1.41129cqw;
  font-weight: 700;
  color: var(--blue-main);
}
@media screen and (max-width: 768px) {
  .interview-sibling-links .interview-card-item__text {
    font-size: 1.4rem;
  }
}
.interview-sibling-links .interview-index-link a {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.interview-sibling-links .interview-index-link img {
  width: 32px;
  aspect-ratio: 1;
}
.interview-sibling-links .interview-index-link span {
  font-family: var(--mont);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blue-hov);
}