.gradu-interview {
  background-color: #019CD5;
}
.gradu-interview-info__hero {
  max-width: 1260px;
  margin-inline: auto;
  padding: 120px 30px 0;
}
.gradu-interview-info__hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 60px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .gradu-interview-info__hero-inner {
    grid-template-columns: 1fr 45.8333333333% 1fr;
    padding-bottom: 60px;
  }
}
.gradu-interview-info__group {
  order: 2;
  margin-block: auto 0;
}
@media (min-width: 768px) {
  .gradu-interview-info__group {
    order: 1;
  }
}
.gradu-interview-info__name {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-family: "Krona One", sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.gradu-interview-info__joined {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-family: "Krona One", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}
.gradu-interview-info__category {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 8px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}
.gradu-interview-info__category--corporate {
  background-color: #fff;
  color: #0080CB;
}
.gradu-interview-info__category--plantengineering {
  background-color: #0080CB;
  color: #fff;
}
.gradu-interview-info__category--logistics {
  background-color: #00B1AA;
  color: #fff;
}
.gradu-interview-info__post {
  margin-top: 5px;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 400;
}
.gradu-interview-info__img {
  border-radius: 10px;
  overflow: hidden;
  order: 1;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .gradu-interview-info__img {
    order: 2;
  }
}
.gradu-interview-info__img img {
  width: 100%;
}
.gradu-interview-info__ttl {
  position: absolute;
  top: 10px;
  right: -20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (min-width: 768px) {
  .gradu-interview-info__ttl {
    position: static;
    margin: 30px auto 0 0;
    font-size: 2.875rem;
    order: 3;
  }
}
.gradu-interview-info__ttl span {
  padding: 8px 8px 12px;
  background-color: #fff;
}
.gradu-interview-info__hr {
  border: none;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}
.gradu-interview-info__sub-ttl {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
.gradu-interview-info__txt {
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.gradu-interview-content {
  position: relative;
  container-type: inline-size;
  margin-top: 100px;
  background-color: #019CD5;
}
.gradu-interview-content::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .gradu-interview-content::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .gradu-interview-content::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.gradu-interview-content::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .gradu-interview-content::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .gradu-interview-content::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.gradu-interview-content__inner {
  padding: 40px 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .gradu-interview-content__inner {
    padding: 40px 20px;
  }
}
.gradu-interview-section01 {
  margin-inline: auto;
  max-width: 1400px;
}
.gradu-interview-section01__inner {
  position: relative;
}
@media (min-width: 1025px) {
  .gradu-interview-section01__inner {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
  }
}
.gradu-interview-section01__img {
  border-radius: 10px;
  flex: 0 0 50%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .gradu-interview-section01__img {
    margin-right: 20px;
  }
}
.gradu-interview-section01__img img {
  width: 100%;
}
.gradu-interview-section01__question {
  position: absolute;
  top: -40px;
  right: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  padding-top: 21px;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .gradu-interview-section01__question {
    position: relative;
    top: auto;
    right: auto;
  }
}
.gradu-interview-section01__question span {
  padding: 6px 8px 15px;
  color: #fff;
  background-color: #019CD5;
}
.gradu-interview-section01__question::before {
  content: "Q.1";
  position: absolute;
  top: 0;
  right: 0;
  color: #019CD5;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  writing-mode: horizontal-tb;
}
.gradu-interview-section01__ttl {
  margin-top: 30px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .gradu-interview-section01__ttl {
    margin-top: 0;
    font-size: 2rem;
  }
}
.gradu-interview-section01__txt {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .gradu-interview-section01__txt {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .gradu-interview-section01__txt-wrapper {
    padding-right: 100px;
  }
}
.gradu-interview-section01__note {
  list-style: none;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .gradu-interview-section01__note {
    margin-top: 30px;
  }
}
.gradu-interview-section01__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.gradu-interview-section02 {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 1025px) {
  .gradu-interview-section02 {
    margin-top: 180px;
  }
}
.gradu-interview-section02__img {
  margin-inline: -20px;
  width: calc(100% + 40px);
}
@media (min-width: 1025px) {
  .gradu-interview-section02__img {
    margin-inline: auto;
    width: 100%;
    max-width: 1540px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.gradu-interview-section02__img img {
  width: 100%;
}
.gradu-interview-section02__inner {
  display: flex;
  gap: 0 40px;
  max-width: 1000px;
  margin-top: 30px;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .gradu-interview-section02__inner {
    margin-top: -60px;
  }
}
.gradu-interview-section02__question {
  position: absolute;
  top: -40px;
  left: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  padding-top: 21px;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .gradu-interview-section02__question {
    position: relative;
  }
}
.gradu-interview-section02__question span {
  padding: 6px 8px 15px;
  color: #fff;
  background-color: #019CD5;
}
.gradu-interview-section02__question::before {
  content: "Q.2";
  position: absolute;
  top: 0;
  right: 0;
  color: #019CD5;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  writing-mode: horizontal-tb;
}
@media (min-width: 1025px) {
  .gradu-interview-section02__question::before {
    color: #fff;
  }
}
.gradu-interview-section02__ttl {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .gradu-interview-section02__ttl {
    margin-top: 140px;
    font-size: 2rem;
  }
}
.gradu-interview-section02__txt {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .gradu-interview-section02__txt {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .gradu-interview-section02__txt-wrapper {
    margin-top: 30px;
  }
}
.gradu-interview-section02__note {
  list-style: none;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .gradu-interview-section02__note {
    margin-top: 30px;
  }
}
.gradu-interview-section02__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.gradu-interview-section03 {
  position: relative;
  margin: 80px auto 0;
  max-width: 1400px;
}
@media (min-width: 1025px) {
  .gradu-interview-section03 {
    margin: 180px auto 0;
  }
}
@media (min-width: 1025px) {
  .gradu-interview-section03__inner {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
    padding-left: 100px;
  }
}
.gradu-interview-section03__img {
  border-radius: 10px;
  flex: 0 0 50%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .gradu-interview-section03__img {
    order: 3;
    margin: 0 0 0 20px;
  }
}
.gradu-interview-section03__img img {
  width: 100%;
}
.gradu-interview-section03__question {
  position: absolute;
  top: -40px;
  right: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  padding-top: 21px;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .gradu-interview-section03__question {
    position: relative;
    top: auto;
    right: auto;
  }
}
.gradu-interview-section03__question span {
  padding: 6px 8px 15px;
  color: #fff;
  background-color: #019CD5;
}
.gradu-interview-section03__question::before {
  content: "Q.3";
  position: absolute;
  top: 0;
  right: 0;
  color: #019CD5;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  writing-mode: horizontal-tb;
}
.gradu-interview-section03__ttl {
  margin-top: 30px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .gradu-interview-section03__ttl {
    margin-top: 0;
    font-size: 2rem;
  }
}
.gradu-interview-section03__txt {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.gradu-interview-section03__note {
  list-style: none;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .gradu-interview-section03__note {
    margin-top: 30px;
  }
}
.gradu-interview-section03__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.gradu-interview-message {
  margin: 0 -10px;
}
@media (min-width: 1025px) {
  .gradu-interview-message {
    padding: 0 10px;
  }
}
.gradu-interview-message__box {
  max-width: 1200px;
  margin-top: 80px;
  margin-inline: auto;
  border-radius: 10px;
  background-color: #D5F1F9;
  padding: 40px 30px;
}
@media (min-width: 1025px) {
  .gradu-interview-message__box {
    margin-top: 100px;
    padding: 60px 80px;
  }
}
.gradu-interview-message__heading {
  color: #019CD5;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
.gradu-interview-message__ttl {
  margin-top: 10px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
.gradu-interview-message__txt {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.gradu-interview-senior {
  padding: 80px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gradu-interview-senior {
    padding: 100px 0;
  }
}
.gradu-interview-senior__inner {
  margin-inline: auto;
  max-width: 1220px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .gradu-interview-senior__inner {
    display: flex;
    gap: 0 80px;
  }
}
.gradu-interview-senior__heading {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .gradu-interview-senior__heading {
    margin-bottom: 0;
    text-align: left;
    writing-mode: vertical-rl;
  }
}
.gradu-interview-senior__ttl {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .gradu-interview-senior__ttl {
    font-size: 2.5rem;
  }
}
.gradu-interview-senior__en {
  margin-top: 8px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .gradu-interview-senior__en {
    margin-top: 0;
    margin-right: 8px;
    font-size: 1.25rem;
  }
}
.gradu-interview-senior-slide .splide__arrows {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 0 8px;
}
@media (min-width: 768px) {
  .gradu-interview-senior-slide .splide__arrows {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    gap: 0 10px;
  }
}
.gradu-interview-senior-slide .splide__arrow {
  position: static;
  width: 50px;
  height: 50px;
  opacity: 1;
}
.gradu-interview-senior-slide .splide__arrow img {
  width: 100%;
}
.gradu-interview-senior-slide .splide__arrow--prev {
  left: auto;
  transform: scaleX(-1) translateY(0);
}
.gradu-interview-senior-slide .splide__arrow--next {
  right: auto;
  transform: translateY(0);
}
.gradu-interview-senior-slide__list {
  padding-top: 110px;
  margin-top: -110px;
}
@media (min-width: 768px) {
  .gradu-interview-senior-slide__list {
    padding-left: 160px;
    margin-left: -160px;
  }
}
.gradu-interview-senior-slide__list.is-static {
  visibility: visible;
}
.gradu-interview-senior-slide__list.is-static .splide__track {
  overflow: visible;
}
.gradu-interview-senior-slide__list.is-static .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.gradu-interview-senior-slide__list.is-static .splide__arrows {
  display: none;
}
.gradu-interview-return {
  margin: 40px auto 0;
  max-width: 300px;
}
@media (min-width: 768px) {
  .gradu-interview-return {
    margin-top: 100px;
    max-width: none;
  }
}
.gradu-interview-return .btn {
  margin-inline: auto;
}

.career-interview {
  background-color: #0080CB;
}
.career-interview-info__hero {
  max-width: 1260px;
  margin-inline: auto;
  padding: 120px 30px 0;
}
.career-interview-info__hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 60px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .career-interview-info__hero-inner {
    grid-template-columns: 1fr 45.8333333333% 1fr;
    padding-bottom: 60px;
  }
}
.career-interview-info__group {
  order: 2;
  margin-block: auto 0;
}
@media (min-width: 768px) {
  .career-interview-info__group {
    order: 1;
  }
}
.career-interview-info__name {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-family: "Krona One", sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.career-interview-info__joined {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-family: "Krona One", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}
.career-interview-info__category {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 8px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}
.career-interview-info__category--corporate {
  background-color: #fff;
  color: #0080CB;
}
.career-interview-info__category--plantengineering {
  background-color: #0080CB;
  color: #fff;
}
.career-interview-info__category--logistics {
  background-color: #00B1AA;
  color: #fff;
}
.career-interview-info__post {
  margin-top: 5px;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 400;
}
.career-interview-info__img {
  border-radius: 10px;
  overflow: hidden;
  order: 1;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .career-interview-info__img {
    order: 2;
  }
}
.career-interview-info__img img {
  width: 100%;
}
.career-interview-info__ttl {
  position: absolute;
  top: 10px;
  right: -20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (min-width: 768px) {
  .career-interview-info__ttl {
    position: static;
    margin: 30px auto 0 0;
    font-size: 2.875rem;
    order: 3;
  }
}
.career-interview-info__ttl span {
  padding: 8px 8px 12px;
  background-color: #fff;
}
.career-interview-info__hr {
  border: none;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}
.career-interview-info__sub-ttl {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
.career-interview-info__txt {
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.career-interview-content {
  position: relative;
  container-type: inline-size;
  margin-top: 100px;
  background-color: #0080CB;
}
.career-interview-content::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .career-interview-content::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .career-interview-content::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.career-interview-content::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .career-interview-content::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .career-interview-content::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.career-interview-content__inner {
  padding: 40px 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .career-interview-content__inner {
    padding: 40px 20px;
  }
}
.career-interview-section01 {
  margin-inline: auto;
  max-width: 1400px;
}
.career-interview-section01__inner {
  position: relative;
}
@media (min-width: 1025px) {
  .career-interview-section01__inner {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
  }
}
.career-interview-section01__img {
  border-radius: 10px;
  flex: 0 0 50%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .career-interview-section01__img {
    margin-right: 20px;
  }
}
.career-interview-section01__img img {
  width: 100%;
}
.career-interview-section01__question {
  position: absolute;
  top: -40px;
  right: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  padding-top: 21px;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .career-interview-section01__question {
    position: relative;
    top: auto;
    right: auto;
  }
}
.career-interview-section01__question span {
  padding: 6px 8px 15px;
  color: #fff;
  background-color: #0080CB;
}
.career-interview-section01__question::before {
  content: "Q.1";
  position: absolute;
  top: 0;
  right: 0;
  color: #0080CB;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  writing-mode: horizontal-tb;
}
.career-interview-section01__ttl {
  margin-top: 30px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .career-interview-section01__ttl {
    margin-top: 0;
    font-size: 2rem;
  }
}
.career-interview-section01__txt {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .career-interview-section01__txt {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .career-interview-section01__txt-wrapper {
    padding-right: 100px;
  }
}
.career-interview-section01__note {
  list-style: none;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .career-interview-section01__note {
    margin-top: 30px;
  }
}
.career-interview-section01__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.career-interview-section02 {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 1025px) {
  .career-interview-section02 {
    margin-top: 180px;
  }
}
.career-interview-section02__img {
  margin-inline: -20px;
  width: calc(100% + 40px);
}
@media (min-width: 1025px) {
  .career-interview-section02__img {
    margin-inline: auto;
    width: 100%;
    max-width: 1540px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.career-interview-section02__img img {
  width: 100%;
}
.career-interview-section02__inner {
  display: flex;
  gap: 0 40px;
  max-width: 1000px;
  margin-top: 30px;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .career-interview-section02__inner {
    margin-top: -60px;
  }
}
.career-interview-section02__question {
  position: absolute;
  top: -40px;
  left: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  padding-top: 21px;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .career-interview-section02__question {
    position: relative;
  }
}
.career-interview-section02__question span {
  padding: 6px 8px 15px;
  color: #fff;
  background-color: #0080CB;
}
.career-interview-section02__question::before {
  content: "Q.2";
  position: absolute;
  top: 0;
  right: 0;
  color: #0080CB;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  writing-mode: horizontal-tb;
}
@media (min-width: 1025px) {
  .career-interview-section02__question::before {
    color: #fff;
  }
}
.career-interview-section02__ttl {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .career-interview-section02__ttl {
    margin-top: 140px;
    font-size: 2rem;
  }
}
.career-interview-section02__txt {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .career-interview-section02__txt {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .career-interview-section02__txt-wrapper {
    margin-top: 30px;
  }
}
.career-interview-section02__note {
  list-style: none;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .career-interview-section02__note {
    margin-top: 30px;
  }
}
.career-interview-section02__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.career-interview-section03 {
  position: relative;
  margin: 80px auto 0;
  max-width: 1400px;
}
@media (min-width: 1025px) {
  .career-interview-section03 {
    margin: 180px auto 0;
  }
}
@media (min-width: 1025px) {
  .career-interview-section03__inner {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
    padding-left: 100px;
  }
}
.career-interview-section03__img {
  border-radius: 10px;
  flex: 0 0 50%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .career-interview-section03__img {
    order: 3;
    margin: 0 0 0 20px;
  }
}
.career-interview-section03__img img {
  width: 100%;
}
.career-interview-section03__question {
  position: absolute;
  top: -40px;
  right: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  padding-top: 21px;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .career-interview-section03__question {
    position: relative;
    top: auto;
    right: auto;
  }
}
.career-interview-section03__question span {
  padding: 6px 8px 15px;
  color: #fff;
  background-color: #0080CB;
}
.career-interview-section03__question::before {
  content: "Q.3";
  position: absolute;
  top: 0;
  right: 0;
  color: #0080CB;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  writing-mode: horizontal-tb;
}
.career-interview-section03__ttl {
  margin-top: 30px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .career-interview-section03__ttl {
    margin-top: 0;
    font-size: 2rem;
  }
}
.career-interview-section03__txt {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.career-interview-section03__note {
  list-style: none;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .career-interview-section03__note {
    margin-top: 30px;
  }
}
.career-interview-section03__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.career-interview-message {
  margin: 0 -10px;
}
@media (min-width: 1025px) {
  .career-interview-message {
    padding: 0 10px;
  }
}
.career-interview-message__box {
  max-width: 1200px;
  margin-top: 80px;
  margin-inline: auto;
  border-radius: 10px;
  background-color: #D5F1F9;
  padding: 40px 30px;
}
@media (min-width: 1025px) {
  .career-interview-message__box {
    margin-top: 100px;
    padding: 60px 80px;
  }
}
.career-interview-message__heading {
  color: #0080CB;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
.career-interview-message__ttl {
  margin-top: 10px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
.career-interview-message__txt {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.career-interview-senior {
  padding: 80px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .career-interview-senior {
    padding: 100px 0;
  }
}
.career-interview-senior__inner {
  margin-inline: auto;
  max-width: 1220px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .career-interview-senior__inner {
    display: flex;
    gap: 0 80px;
  }
}
.career-interview-senior__heading {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .career-interview-senior__heading {
    margin-bottom: 0;
    text-align: left;
    writing-mode: vertical-rl;
  }
}
.career-interview-senior__ttl {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .career-interview-senior__ttl {
    font-size: 2.5rem;
  }
}
.career-interview-senior__en {
  margin-top: 8px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .career-interview-senior__en {
    margin-top: 0;
    margin-right: 8px;
    font-size: 1.25rem;
  }
}
.career-interview-senior-slide .splide__arrows {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 0 8px;
}
@media (min-width: 768px) {
  .career-interview-senior-slide .splide__arrows {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    gap: 0 10px;
  }
}
.career-interview-senior-slide .splide__arrow {
  position: static;
  width: 50px;
  height: 50px;
  opacity: 1;
}
.career-interview-senior-slide .splide__arrow img {
  width: 100%;
}
.career-interview-senior-slide .splide__arrow--prev {
  left: auto;
  transform: scaleX(-1) translateY(0);
}
.career-interview-senior-slide .splide__arrow--next {
  right: auto;
  transform: translateY(0);
}
.career-interview-senior-slide__list {
  padding-top: 110px;
  margin-top: -110px;
}
@media (min-width: 768px) {
  .career-interview-senior-slide__list {
    padding-left: 160px;
    margin-left: -160px;
  }
}
.career-interview-senior-slide__list.is-static {
  visibility: visible;
}
.career-interview-senior-slide__list.is-static .splide__track {
  overflow: visible;
}
.career-interview-senior-slide__list.is-static .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.career-interview-senior-slide__list.is-static .splide__arrows {
  display: none;
}
.career-interview-return {
  margin: 40px auto 0;
  max-width: 300px;
}
@media (min-width: 768px) {
  .career-interview-return {
    margin-top: 100px;
    max-width: none;
  }
}
.career-interview-return .btn {
  margin-inline: auto;
}

.interview-all--gradu {
  background-color: #019CD5;
}
.interview-all--career {
  background-color: #0080CB;
}
.interview-all-hero {
  position: relative;
  padding: 37.5cqw 20px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/gradu/interview/interview-all-hero_bg_sp@2x.jpg");
  background-size: cover;
  background-color: #0080CB;
  mask-image: url("../images/business/business-hero_mask_sp.svg");
  mask-position: bottom center;
  mask-size: cover;
  mask-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .interview-all-hero {
    background-image: url("../images/gradu/interview/interview-all-hero_bg@2x.jpg");
    background-size: 2000px auto;
    mask-image: url("../images/business/business-hero_mask.svg");
    mask-size: 2000px auto;
    padding: 210px 0 202px;
  }
}
@media (min-width: 2000px) {
  .interview-all-hero {
    background-size: cover;
    mask-size: cover;
    padding: 15cqw 0 13.5cqw;
  }
}
.interview-all-hero--gradu {
  background-image: url("../images/gradu/interview/interview-all-hero_bg_sp@2x.jpg");
}
@media (min-width: 768px) {
  .interview-all-hero--gradu {
    background-image: url("../images/gradu/interview/interview-all-hero_bg@2x.jpg");
  }
}
.interview-all-hero--career {
  background-image: url("../images/career/interview/interview-all-hero_bg_sp@2x.jpg");
}
@media (min-width: 768px) {
  .interview-all-hero--career {
    background-image: url("../images/career/interview/interview-all-hero_bg@2x.jpg");
  }
}
.interview-all-hero__category {
  display: inline-block;
  padding: 4px 24px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.interview-all-hero__category--graduate {
  background-color: #019CD5;
}
.interview-all-hero__category--career {
  background-color: #0080CB;
}
.interview-all-hero__ttl {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .interview-all-hero__ttl {
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
.interview-all-hero__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .interview-all-hero__en {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
  }
}
.interview-all-content__inner {
  margin-inline: auto;
  padding: 60px;
  max-width: 1320px;
}
@media (min-width: 768px) {
  .interview-all-content__inner {
    padding: 120px 60px;
  }
}
.interview-all-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .interview-all-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
  }
}
@media (min-width: 1025px) {
  .interview-all-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.interview-all-list .interview-card {
  max-width: none;
}
.interview-all-hr {
  margin-inline: 20px;
  border: none;
  max-width: 1400px;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .interview-all-hr {
    margin-inline: auto;
  }
}
