@charset "UTF-8";
.interview {
  --iv-navy: #034199;
  --iv-text: #333333;
  --iv-line: #d9dee5;
  --iv-bg-blue: #eef4fb;
  --iv-bg-gray: #f5f5f5;
  color: var(--iv-text);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .interview {
    font-size: 15px;
  }
}
.interview * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.interview img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.interview a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.interview a:hover {
  opacity: 0.7;
}
.interview .onlyPC {
  display: block;
}
@media screen and (max-width: 768px) {
  .interview .onlyPC {
    display: none;
  }
}
.interview .onlySP {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview .onlySP {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .interview .iv-pcbr {
    display: none;
  }
}
.interview .iv-spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview .iv-spbr {
    display: inline;
  }
}
.interview .iv-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .interview .iv-inner {
    padding: 0 18px;
  }
}
.interview .iv-secTitle {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: var(--iv-navy);
}
.interview .iv-secTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 4px;
  height: 1.1em;
  background: var(--iv-navy);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .interview .iv-secTitle {
    font-size: 20px;
  }
}

.interview .iv-hero {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  .interview .iv-hero {
    background: transparent;
    overflow: visible;
  }
}
.interview .iv-hero__stage {
  position: relative;
  margin-left: calc(50% - 692.5px);
  width: 1385px;
  height: 655px;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__stage {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    height: auto;
    padding: 200px 0 220px;
  }
}
.interview .iv-hero__logoBg {
  position: absolute;
  left: 50%;
  top: 34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 505px;
  height: 504px;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__logoBg {
    top: 150px;
    width: 300px;
    height: 299px;
  }
}
.interview .iv-hero__ph {
  position: absolute;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview .iv-hero__ph--tl {
  left: -40px;
  top: 32px;
  width: 354px;
  height: 249px;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__ph--tl {
    left: -6px;
    top: 16px;
    width: 120px;
    height: 152px;
  }
}
.interview .iv-hero__ph--smtop {
  left: 942px;
  top: 0;
  width: 125px;
  height: 89px;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__ph--smtop {
    left: 146px;
    top: 6px;
    width: 76px;
    height: 54px;
  }
}
.interview .iv-hero__ph--r {
  left: 1124px;
  top: 52px;
  width: 271px;
  height: 349px;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__ph--r {
    left: 248px;
    top: 28px;
    width: 133px;
    height: 104px;
  }
}
.interview .iv-hero__ph--l {
  left: 63px;
  top: 323px;
  width: 201px;
  height: 278px;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__ph--l {
    left: 4px;
    top: auto;
    bottom: 40px;
    width: 118px;
    height: 150px;
  }
}
.interview .iv-hero__ph--smc {
  left: 336px;
  top: 451px;
  width: 119px;
  height: 81px;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__ph--smc {
    left: 144px;
    top: auto;
    bottom: 66px;
    width: 88px;
    height: 64px;
  }
}
.interview .iv-hero__ph--br {
  left: 977px;
  top: 467px;
  width: 300px;
  height: 188px;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__ph--br {
    left: 250px;
    top: auto;
    bottom: 42px;
    width: 131px;
    height: 100px;
  }
}
.interview .iv-hero__head {
  position: absolute;
  left: 50%;
  top: 117px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  max-width: 820px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__head {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 300px;
    max-width: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
}
.interview .iv-hero__catch {
  position: relative;
  display: inline-block;
  width: 532px;
  max-width: 100%;
  margin: 0;
  padding: 10px 0;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: 0.19px;
  color: #31353b;
  border-top: 1px solid #b2b9c3;
  border-bottom: 1px solid #b2b9c3;
}
.interview .iv-hero__catch::before, .interview .iv-hero__catch::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #b2b9c3;
}
.interview .iv-hero__catch::before {
  top: 3px;
}
.interview .iv-hero__catch::after {
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__catch {
    width: auto;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.13px;
    padding: 8px 0;
    white-space: nowrap;
  }
}
.interview .iv-hero__brand {
  margin: 23px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 38px;
  line-height: 46px;
  color: #014099;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__brand {
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    gap: 8px;
  }
}
.interview .iv-hero__title {
  margin: 12px 0 0;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-size: 66px;
  line-height: 66px;
  color: #014099;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__title {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.3px;
  }
}
.interview .iv-hero__lead {
  margin: 21px auto 0;
  max-width: 771px;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0.15px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-hero__lead {
    margin: 0;
    max-width: none;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.13px;
    text-align: center;
  }
}

.interview .iv-index {
  position: relative;
  z-index: 1;
  margin-top: -72px;
  background: #f3f8ff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-index {
    margin-top: 0;
    padding: 36px 0;
  }
}
.interview .iv-index__heading {
  margin: 0 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.24px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-index__heading {
    font-size: 19px;
    margin-bottom: 16px;
  }
}
.interview .iv-index__num {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.96px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .interview .iv-index__num {
    font-size: 34px;
  }
}
.interview .iv-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.interview .iv-index__list > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(50% - 5px);
      -ms-flex: 1 1 calc(50% - 5px);
          flex: 1 1 calc(50% - 5px);
  min-width: 260px;
}
.interview .iv-index__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  padding: 0 0 0 20px;
  background: #fff;
  border: 1px solid #014099;
  border-radius: 4px;
}
.interview .iv-index__dot {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 4px;
  height: 4px;
  margin-right: 11px;
  border-radius: 50%;
  background: #014099;
}
.interview .iv-index__cardTitle {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16px;
  color: #014099;
}
.interview .iv-index__name {
  margin-left: auto;
  padding-right: 20px;
  font-size: 15px;
  letter-spacing: 0.15px;
  color: #8c94a1;
  white-space: nowrap;
}
.interview .iv-index__chevron {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #d1d7df;
}
.interview .iv-index__chevron::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 2px solid #014099;
  border-bottom: 2px solid #014099;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .interview .iv-index__card {
    height: 54px;
    padding: 0 0 0 14px;
  }
  .interview .iv-index__cardTitle {
    font-size: 14px;
  }
  .interview .iv-index__name {
    font-size: 13px;
    padding-right: 16px;
  }
  .interview .iv-index__chevron {
    width: 44px;
  }
}
.interview .iv-person {
  scroll-margin-top: 90px;
}

.interview .iv-lead {
  padding: 64px 0 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-lead {
    padding: 40px 0 0;
  }
}
.interview .iv-lead__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .interview .iv-lead__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.interview .iv-lead__index {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.interview .iv-lead__label {
  position: relative;
  padding-bottom: 8px;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.17px;
  color: #31353b;
}
.interview .iv-lead__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67px;
  height: 1px;
  background: #bbc5d3;
}
.interview .iv-lead__num {
  margin: 0;
  font-weight: 300;
  font-size: 78px;
  line-height: 1;
  letter-spacing: 0.78px;
  color: #014099;
}
@media screen and (max-width: 768px) {
  .interview .iv-lead__num {
    font-size: 56px;
  }
}
.interview .iv-lead__heading {
  margin: 0;
  padding-top: 12px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 62px;
  letter-spacing: 0.38px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-lead__heading {
    font-size: 24px;
    line-height: 1.7;
    padding-top: 0;
  }
}
.interview .iv-profileSec {
  padding: 32px 0 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-profileSec {
    padding: 20px 0 0;
  }
}
.interview .iv-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 46px;
  padding: 49px 50px;
  background: #f9f9f9;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .interview .iv-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
    padding: 20px 18px;
  }
}
.interview .iv-profile__head {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .interview .iv-profile__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    width: 100%;
  }
}
.interview .iv-profile__avatar {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview .iv-profile__avatar {
    width: 64px;
    height: 64px;
  }
}
.interview .iv-profile__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.interview .iv-profile__name {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview .iv-profile__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
}
.interview .iv-profile__nameMain {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18px;
  color: #31353b;
}
.interview .iv-profile__nameSub {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12px;
  color: #8c94a1;
}
.interview .iv-profile__table {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  margin: 0;
}
.interview .iv-profile__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.interview .iv-profile__row:not(:last-child) .iv-profile__label {
  border-bottom: 1px solid #4170b3;
}
.interview .iv-profile__row:not(:last-child) .iv-profile__value {
  border-bottom: 1px solid #c5cfdd;
}
@media screen and (max-width: 768px) {
  .interview .iv-profile__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview .iv-profile__row:not(:last-child) .iv-profile__label {
    border-bottom: none;
  }
  .interview .iv-profile__row:not(:last-child) .iv-profile__value {
    border-bottom: 1px solid #c5cfdd;
  }
}
@media screen and (max-width: 768px) {
  .interview .iv-profile__row--name {
    display: none;
  }
}
.interview .iv-profile__label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 154px;
      -ms-flex: 0 0 154px;
          flex: 0 0 154px;
  margin: 0;
  padding: 12px 14px 12px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-profile__label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 12px 0 0;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.13px;
    color: #014099;
  }
}
.interview .iv-profile__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding: 12px 0 12px 20px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-profile__value {
    padding: 4px 0 12px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
  }
}

.interview .iv-heading {
  position: relative;
  margin: 0 0 30px;
  padding-left: 32px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 0.34px;
  color: #014099;
}
.interview .iv-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 43px;
  background: #014099;
}
@media screen and (max-width: 768px) {
  .interview .iv-heading {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 22px;
  }
}
.interview .iv-qa {
  padding: 56px 0 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-qa {
    padding: 40px 0 0;
  }
}
.interview .iv-qa__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .interview .iv-qa__list {
    padding-left: 0;
  }
}
.interview .iv-qa__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .interview .iv-qa__head {
    gap: 12px;
  }
}
.interview .iv-qa__q {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 57px;
  height: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #f2f7ff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 21px;
  color: #014099;
}
@media screen and (max-width: 768px) {
  .interview .iv-qa__q {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
}
.interview .iv-qa__question {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.21px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-qa__question {
    font-size: 17px;
  }
}
.interview .iv-qa__answer {
  margin: 4px 0 0 81px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #575c63;
}
@media screen and (max-width: 768px) {
  .interview .iv-qa__answer {
    margin: 6px 0 0 54px;
  }
}

.interview .iv-steps {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-steps {
    padding: 40px 0 0;
  }
}
.interview .iv-steps__list {
  position: relative;
}
.interview .iv-steps__list::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  bottom: 34px;
  width: 2px;
  background: -webkit-repeating-linear-gradient(top, #bfc8d4 0, #bfc8d4 4px, transparent 4px, transparent 8px);
  background: repeating-linear-gradient(to bottom, #bfc8d4 0, #bfc8d4 4px, transparent 4px, transparent 8px);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #000), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(top, #000 60%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .interview .iv-steps__list::before {
    left: 13px;
    top: 20px;
  }
}
.interview .iv-step {
  position: relative;
  padding-left: 64px;
}
.interview .iv-step + .iv-step {
  margin-top: 48px;
}
.interview .iv-step::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 23px;
  width: 34px;
  height: 2px;
  background: #034199;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .interview .iv-step::before {
    left: 20px;
    top: 19px;
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .interview .iv-step {
    padding-left: 34px;
  }
  .interview .iv-step + .iv-step {
    margin-top: 32px;
  }
}
.interview .iv-step__node {
  position: absolute;
  left: 6px;
  top: 11.5px;
  width: 25px;
  height: 25px;
  background: #034199;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.interview .iv-step__node::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13.6px;
  height: 13.6px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__node {
    left: 8px;
    top: 14px;
    width: 12px;
    height: 12px;
  }
  .interview .iv-step__node::after {
    width: 6px;
    height: 6px;
  }
}
.interview .iv-step__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 48px;
  background: #efefef;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__bar {
    height: auto;
  }
}
.interview .iv-step__badge {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 119px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  background: #034199;
  color: #fff;
}
.interview .iv-step__badge > span {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__badge {
    width: auto;
    padding: 6px 16px;
  }
}
.interview .iv-step__badgeLabel {
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.34px;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__badgeLabel {
    font-size: 14px;
  }
}
.interview .iv-step__badgeNum {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__badgeNum {
    font-size: 24px;
  }
}
.interview .iv-step__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__title {
    padding: 10px 16px;
    font-size: 16px;
  }
}
.interview .iv-step__desc {
  margin: 16px 0 24px;
  font-size: 15px;
  line-height: 26px;
  color: #575c63;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__desc {
    margin: 12px 0 16px;
    font-size: 14px;
  }
}
.interview .iv-step__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.interview .iv-step__card {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding: 28px 31px 30px;
  border-radius: 10px;
}
.interview .iv-step__card--kuro {
  background: #fff;
  border: 1px solid #e9e9e9;
}
.interview .iv-step__card--yari {
  background: #effff0;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__card {
    padding: 22px 20px 24px;
  }
}
.interview .iv-step__cardHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.interview .iv-step__cardIcon {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.interview .iv-step__cardIcon--kuro {
  background: #a6afbc;
}
.interview .iv-step__cardIcon--yari {
  background: #034199;
}
.interview .iv-step__cardIcon .iv-step__ico {
  position: absolute;
  display: block;
}
.interview .iv-step__ico--kuroA {
  left: 9px;
  top: 8px;
  width: 11.76px;
  height: 21.94px;
}
.interview .iv-step__ico--kuroB {
  left: 21px;
  top: 18px;
  width: 9px;
  height: 16.28px;
}
.interview .iv-step__ico--yari {
  left: 8px;
  top: 8px;
  width: 23.31px;
  height: 24px;
}
.interview .iv-step__cardTitle {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .interview .iv-step__cardTitle {
    font-size: 17px;
  }
}
.interview .iv-step__card--kuro .iv-step__cardTitle {
  color: #31353b;
}
.interview .iv-step__card--yari .iv-step__cardTitle {
  color: #034199;
}
.interview .iv-step__cardBody {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 25px;
  color: #575c63;
}

.interview .iv-mark {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .interview .iv-mark {
    width: 22px;
    height: 22px;
  }
}
.interview .iv-support {
  padding: 56px 0 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-support {
    padding: 40px 0 0;
  }
}
.interview .iv-support__card {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 48px 50px;
}
@media screen and (max-width: 768px) {
  .interview .iv-support__card {
    padding: 28px 20px;
  }
}
.interview .iv-support__title {
  position: relative;
  margin: 0 0 30px;
  padding-left: 22px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #014099;
}
.interview .iv-support__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 36px;
  background: #014099;
}
@media screen and (max-width: 768px) {
  .interview .iv-support__title {
    font-size: 20px;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}
.interview .iv-support__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fffede;
  border: 2px solid #dedc9b;
  border-radius: 6px;
  padding: 20px 26px;
}
@media screen and (max-width: 768px) {
  .interview .iv-support__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 16px 18px;
  }
}
.interview .iv-support__boxHead {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  padding-right: 30px;
  border-right: 1px dotted #d4d28e;
}
@media screen and (max-width: 768px) {
  .interview .iv-support__boxHead {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px dotted #d4d28e;
    padding-bottom: 12px;
  }
}
.interview .iv-support__boxTitle {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-support__boxTitle {
    font-size: 16px;
  }
}
.interview .iv-support__boxSub {
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 22px;
  color: #575c63;
}
.interview .iv-support__boxDesc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding-left: 34px;
  font-size: 14px;
  line-height: 26px;
  color: #575c63;
}
@media screen and (max-width: 768px) {
  .interview .iv-support__boxDesc {
    padding-left: 0;
  }
}
.interview .iv-support__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .interview .iv-support__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.interview .iv-support__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.interview .iv-support__colTitle {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #014099;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #034199;
}
@media screen and (max-width: 768px) {
  .interview .iv-support__colTitle {
    font-size: 16px;
  }
}
.interview .iv-support__colBody {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  color: #575c63;
}
.interview .iv-strength {
  padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-strength {
    padding: 24px 0 0;
  }
}
.interview .iv-strength__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #034199;
  border-radius: 6px;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .interview .iv-strength__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px;
    gap: 16px;
  }
}
.interview .iv-strength__introHead {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding-right: 30px;
  border-right: 1px dotted #85a3ce;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview .iv-strength__introHead {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px dotted #85a3ce;
    padding-bottom: 16px;
  }
}
.interview .iv-strength__mark {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .interview .iv-strength__mark {
    width: 44px;
    height: 44px;
  }
}
.interview .iv-strength__introLabel {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #014099;
}
.interview .iv-strength__introBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding-left: 34px;
  font-size: 15px;
  line-height: 26px;
  color: #575c63;
}
@media screen and (max-width: 768px) {
  .interview .iv-strength__introBody {
    padding-left: 0;
  }
}
.interview .iv-strength__rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.interview .iv-strength__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 26px 30px;
}
@media screen and (max-width: 768px) {
  .interview .iv-strength__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 20px;
  }
}
.interview .iv-strength__row--future {
  background: #fffede;
  border-color: #dedc9b;
}
.interview .iv-strength__row--future .iv-strength__chip {
  background: #fff;
}
.interview .iv-strength__chip {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 135px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9f9f9;
  border-radius: 999px;
  font-weight: 500;
  font-size: 16px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .interview .iv-strength__chip {
    width: auto;
    padding: 0 20px;
  }
}
.interview .iv-strength__rowBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  line-height: 26px;
  color: #575c63;
}
.interview .iv-strength__rowBody p {
  margin: 0;
}
.interview .iv-strength__rowBody p + p {
  margin-top: 1em;
}
.interview .iv-message {
  padding: 130px 0 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-message {
    padding: 100px 0 0;
  }
}
.interview .iv-message__card {
  position: relative;
  background: -webkit-linear-gradient(284deg, #4bb363 0%, #0098d5 49.04%, #00a5a6 100%);
  background: linear-gradient(166deg, #4bb363 0%, #0098d5 49.04%, #00a5a6 100%);
  border-radius: 6px;
  padding: 96px 40px 56px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview .iv-message__card {
    padding: 78px 20px 40px;
  }
}
.interview .iv-message__avatar {
  position: absolute;
  top: -79px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 157px;
  height: 157px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .interview .iv-message__avatar {
    width: 96px;
    height: 96px;
    top: -48px;
  }
}
.interview .iv-message__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.interview .iv-message__label {
  margin: 0 0 12px;
  font-family: "Damion", "Segoe Script", "Brush Script MT", cursive;
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .iv-message__label {
    font-size: 36px;
  }
}
.interview .iv-message__body {
  margin: 0;
  font-size: 17px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .interview .iv-message__body {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
}
.interview .iv-cta {
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .interview .iv-cta {
    padding: 40px 0 56px;
  }
}
.interview .iv-cta__band {
  background: #1b4098;
  border-radius: 6px;
  padding: 48px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview .iv-cta__band {
    padding: 32px 18px;
  }
}
.interview .iv-cta__title {
  margin: 0 0 24px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview .iv-cta__title {
    font-size: 20px;
  }
}
.interview .iv-cta__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 551px;
  max-width: 100%;
  height: 72px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .interview .iv-cta__btn {
    height: 58px;
  }
}
.interview .iv-cta__btnLabel {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff4242), to(#ff8787));
  background: -webkit-linear-gradient(left, #ff4242 0%, #ff8787 100%);
  background: linear-gradient(90deg, #ff4242 0%, #ff8787 100%);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .interview .iv-cta__btnLabel {
    font-size: 16px;
  }
}
.interview .iv-cta__btnArrow {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff4242;
}
@media screen and (max-width: 768px) {
  .interview .iv-cta__btnArrow {
    width: 56px;
  }
}
.interview .iv-cta__btnArrow img {
  width: 17px;
  height: 16px;
  display: block;
}