.half-line {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 5px;
  background: #001871;
}
.half-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 50%;
  background: #F7E500;
}
.half-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 5px;
  width: 50%;
  background: #001871;
}

.tab-text {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #001871;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  border: 2px solid #001871;
  width: 300px;
  display: inline-block;
  background: white;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .tab-text {
    width: 240px;
  }
}

.tab-text {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #001871;
  letter-spacing: 0.1em;
  padding: 10px 40px;
  border: 2px solid #001871;
  width: 300px;
  display: inline-block;
  background: white;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .tab-text {
    width: 240px;
  }
}

.interview-section-recruit {
  position: relative;
  background: white;
  z-index: 2;
}

.interview-title-area {
  background: #001871;
  color: white;
  height: 360px;
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 767.98px) {
  .interview-title-area {
    padding: 50px 20px;
  }
}
@media (min-width: 992px) {
  .interview-title-area {
    height: 400px;
    padding: 50px 80px;
  }
}

.interview-title-content {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  display: block;
  text-align: left;
}
@media (min-width: 992px) {
  .interview-title-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}

@media (min-width: 992px) {
  .interview-title-left {
    min-width: 250px;
  }
}

.interview-title-text {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
  margin: 0;
}
@media (min-width: 992px) {
  .interview-title-text {
    font-size: 50px;
  }
}

.interview-subtitle {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: white;
}
@media (min-width: 992px) {
  .interview-subtitle {
    font-size: 17px;
    letter-spacing: normal;
  }
}

.interview-lead p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: white;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .interview-lead p {
    font-size: 24px;
  }
}

.interview-voice-section {
  padding: 60px 0 80px;
}
@media (min-width: 992px) {
  .interview-voice-section {
    padding: 80px 0 100px;
  }
}
.interview-voice-section .container {
  position: relative;
}

.interview-voice-tab {
  margin: 0 auto 50px auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .interview-voice-tab {
    margin: 0 auto 35px auto;
  }
}
.interview-voice-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 100px);
  background: #001871;
}
.interview-voice-tab::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 100px);
  background: #001871;
}
.interview-voice-tab .tab-text {
  font-size: 24px;
  font-weight: 600;
  padding: 5px 40px;
}
@media (max-width: 575.98px) {
  .interview-voice-tab .tab-text {
    width: 240px;
    font-size: 19px;
  }
}

.interview-arrow-L,
.interview-arrow-R {
  display: none;
}
@media (max-width: 575.98px) {
  .interview-arrow-L,
  .interview-arrow-R {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-80px);
    z-index: 10;
  }
  .interview-arrow-L img,
  .interview-arrow-R img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575.98px) {
  .interview-arrow-L {
    left: 7px;
  }
  .interview-arrow-L img {
    transform: rotate(180deg);
  }
}

@media (max-width: 575.98px) {
  .interview-arrow-R {
    right: 7px;
  }
}

.interview-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .interview-cards {
    grid-template-columns: repeat(2, auto);
    margin: 0 auto;
    justify-content: center;
    place-items: center;
  }
}
@media (max-width: 575.98px) {
  .interview-cards {
    display: block;
  }
}

.interview-card {
  position: relative;
  background: white;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.interview-card:hover {
  text-decoration: none;
  transform: translateY(-5px);
}
.interview-card.is-current {
  pointer-events: none;
  opacity: 0.5;
}

.interview-card-frame {
  position: relative;
  width: 280px;
  aspect-ratio: 560/803;
  margin: 0 auto;
}

.interview-card-image {
  width: 100%;
}

.interview-message-section {
  margin: -175px auto 15px auto;
  position: relative;
  max-width: 264px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}

.message-text {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  background: black;
  color: white;
  padding: 8px 8px;
  letter-spacing: -0.001em;
}

.interview-info {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  max-width: 245px;
}
.interview-info .info-year {
  font-size: 12px;
  color: black;
  margin-bottom: 3px;
}
.interview-info .info-category {
  font-size: 12px;
  color: black;
  margin-bottom: 8px;
}
.interview-info .info-name {
  font-size: 13px;
  font-weight: bold;
  color: black;
  letter-spacing: 0.25em;
}

.primary-footer {
  margin-top: -50px;
}
@media (max-width: 767.98px) {
  .primary-footer {
    margin-top: 0;
  }
}

footer {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  footer {
    margin-top: -50px;
  }
}

.contact-new {
  margin-top: 270px;
  padding: 0;
  height: 280px;
  position: relative;
  background: linear-gradient(to right, black 50%, transparent 50%);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .contact-new {
    height: auto;
    margin-top: 100px;
    background: black;
  }
}

.contact-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  background-color: black;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
@media (max-width: 575.98px) {
  .contact-inner {
    flex-direction: column;
    height: auto;
    padding: 40px 27px;
    clip-path: none;
  }
}

.contact-content {
  flex: 1;
  color: white;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .contact-content {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 4fr;
    width: 100%;
  }
}

.contact-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-column:first-child {
  flex-shrink: 0;
}
.contact-column:nth-child(2) {
  flex: 1;
  margin-left: 60px;
}
.contact-column:last-child {
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .contact-column {
    width: 100%;
  }
  .contact-column:first-child {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .contact-column:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: 20px;
  }
  .contact-column:last-child {
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0 auto;
  }
}

.contact-title {
  margin-bottom: 0;
  color: #F7E500;
}

.contact-title-en {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 400;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .contact-title-en {
    font-size: 30px;
  }
}

.contact-title-ja {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
@media (max-width: 575.98px) {
  .contact-title-ja {
    font-size: 11px;
  }
}

.contact-description p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 5px;
  letter-spacing: 0.25em;
  color: white;
}
@media (max-width: 575.98px) {
  .contact-description p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.contact-button-wrapper {
  flex-shrink: 0;
  text-align: right;
}
@media (max-width: 575.98px) {
  .contact-button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.contact-button-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 320px;
  height: 100px;
  padding: 0;
  background: #F7E500;
  color: #001871;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.contact-button-main .arrow {
  width: 8px;
  height: 15px;
  transition: all 0.3s ease;
}
.contact-button-main:hover .arrow {
  transform: translateX(3px);
}
@media (max-width: 575.98px) {
  .contact-button-main {
    width: 100%;
    max-width: 280px;
    height: 70px;
    font-size: 18px;
  }
}

.contact-new {
  background: linear-gradient(to right, #F7E500 50%, transparent 50%);
}
@media (max-width: 575.98px) {
  .contact-new {
    background: #F7E500;
  }
}

.contact-inner {
  background-color: #F7E500;
}
@media (max-width: 575.98px) {
  .contact-inner {
    flex-direction: column;
    padding: 40px 27px;
  }
}

.contact-content {
  flex: 1;
  color: black;
  display: flex;
  align-items: center;
  background: none;
  padding: initial;
}
@media (max-width: 767.98px) {
  .contact-content {
    display: flex;
    flex-direction: column;
    grid-template-rows: none;
    grid-template-columns: none;
    width: 100%;
  }
}

.contact-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-column:first-child {
  flex-shrink: 1;
}
@media (max-width: 991.98px) {
  .contact-column {
    width: 100%;
    grid-row: none;
    grid-column: none;
  }
}

.contact-title {
  color: black;
  margin-bottom: 20px;
}

.contact-description p {
  line-height: 1.6;
  color: black;
}
@media (max-width: 767.98px) {
  .contact-description p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .contact-button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.contact-button-main {
  width: 320px !important;
  padding: 0 !important;
  background-color: black !important;
  color: white !important;
}
@media (max-width: 767.98px) {
  .contact-button-main {
    width: 100%;
    max-width: 280px;
    height: 70px;
    font-size: 18px;
  }
}

.page-section-wrap {
  background-image: linear-gradient(to right, #F7E500 50%, #001871 50%), url("../img/recruit-voice/voice_bg.png"), url("../img/recruit-new/hero_bg.webp");
  background-position: 0 177.8666666667vw, top center, top center;
  background-size: 100% 5px, auto 160vw, auto 177.8666666667vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (min-width: 768px) {
  .page-section-wrap {
    background-size: 100% 5px, 1920px, 1920px;
    background-position: left 975px, top center, top center;
  }
}

.voice-hero {
  position: relative;
  width: 100%;
  height: 160vw;
}
@media (min-width: 768px) {
  .voice-hero {
    height: 860px;
  }
}

.voice-hero-bg-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}
.voice-hero-bg-name .name-text {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  font-weight: 700;
  color: #D3DFF3;
  text-transform: uppercase;
  font-style: oblique;
}
@media (min-width: 992px) {
  .voice-hero-bg-name .name-text {
    font-size: 250px;
  }
}

.voice-hero-photo-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  width: 85.3333333333vw;
}
@media (min-width: 768px) {
  .voice-hero-photo-wrap {
    width: 600px;
  }
}

.voice-hero-photo {
  position: relative;
  height: auto;
}

.voice-hero-content {
  position: relative;
  z-index: 3;
  color: white;
  height: 128vw;
}
@media (min-width: 768px) {
  .voice-hero-content {
    height: 860px;
    padding: 80px 0 0;
    margin-bottom: 0;
  }
}

.voice-hero-catchcopy {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .voice-hero-catchcopy {
    margin-bottom: 40px;
  }
}
.voice-hero-catchcopy .catchcopy-line {
  display: table;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: white;
  background-color: black;
  padding: 5px 10px;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .voice-hero-catchcopy .catchcopy-line {
    font-size: 26px;
    padding: 12px 25px;
    margin-bottom: 10px;
  }
}

.voice-hero-info {
  color: black;
}
.voice-hero-info .info-year,
.voice-hero-info .info-department {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.4;
  padding: 0;
}
@media (min-width: 992px) {
  .voice-hero-info .info-year,
  .voice-hero-info .info-department {
    font-size: 16px;
  }
}
.voice-hero-info .info-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .voice-hero-info .info-name {
    font-size: 24px;
  }
}

.voice-interview {
  padding: 0;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .voice-interview {
    margin-top: 120px;
    padding: 0;
  }
}
.voice-interview .container-fluid {
  background: #e8eef8;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .voice-interview .container-fluid {
    padding: 160px 0;
  }
}

.voice-interview > .interview-voice-tab {
  margin-bottom: -21.5px;
}
@media (min-width: 576px) {
  .voice-interview > .interview-voice-tab {
    margin-bottom: -25px;
  }
}

@media (min-width: 768px) {
  .voice-qa-item {
    margin-bottom: 0;
  }
}
.voice-qa-item:last-child {
  margin-bottom: 0;
}
.voice-qa-item:nth-child(1) .voice-qa-image-wrap {
  width: 640px;
  transform: translate(60px, 0);
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(1) .voice-qa-image-wrap {
    width: initial;
    transform: translate(0, 0);
    max-width: 920px;
    margin-top: 95px;
  }
}
.voice-qa-item:nth-child(1) .voice-qa-text-wrap {
  z-index: 2;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(1) .voice-qa-text-wrap {
    margin-top: 0;
    margin-left: -120px;
  }
}
.voice-qa-item:nth-child(1) .voice-square {
  position: absolute;
  z-index: 3;
  width: 120px;
  height: 120px;
  transform: rotate(24deg);
}
.voice-qa-item:nth-child(1) .voice-square::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 13px solid transparent;
  border-top-color: #001871;
  border-left-color: #001871;
}
.voice-qa-item:nth-child(1) .voice-square::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 13px solid transparent;
  border-bottom-color: #F7E500;
  border-right-color: #F7E500;
}
.voice-qa-item:nth-child(1) .voice-square {
  bottom: -80px;
  right: 0px;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(1) .voice-square {
    position: absolute;
    z-index: 3;
    width: 225px;
    height: 225px;
    transform: rotate(12deg);
  }
  .voice-qa-item:nth-child(1) .voice-square::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 25px solid transparent;
    border-top-color: #001871;
    border-left-color: #001871;
  }
  .voice-qa-item:nth-child(1) .voice-square::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 25px solid transparent;
    border-bottom-color: #F7E500;
    border-right-color: #F7E500;
  }
  .voice-qa-item:nth-child(1) .voice-square {
    bottom: 100px;
    left: 1500px;
    right: initial;
  }
}
.voice-qa-item:nth-child(2) .voice-qa-image-wrap {
  width: 530px;
  margin-top: 130px;
  margin-left: 25px;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(2) .voice-qa-image-wrap {
    width: initial;
    max-width: 1300px;
    margin-top: -60px;
    margin-left: 0;
  }
}
.voice-qa-item:nth-child(2) .voice-qa-text-wrap {
  margin-top: -50px;
  z-index: 2;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(2) .voice-qa-text-wrap {
    margin-top: 420px;
    margin-right: -460px;
  }
}
.voice-qa-item:nth-child(2) .voice-square {
  position: absolute;
  z-index: 3;
  width: 120px;
  height: 120px;
  transform: rotate(24deg);
}
.voice-qa-item:nth-child(2) .voice-square::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 13px solid transparent;
  border-top-color: #001871;
  border-left-color: #001871;
}
.voice-qa-item:nth-child(2) .voice-square::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 13px solid transparent;
  border-bottom-color: #F7E500;
  border-right-color: #F7E500;
}
.voice-qa-item:nth-child(2) .voice-square {
  bottom: -80px;
  left: -60px;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(2) .voice-square {
    position: absolute;
    z-index: 3;
    width: 225px;
    height: 225px;
    transform: rotate(12deg);
  }
  .voice-qa-item:nth-child(2) .voice-square::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 25px solid transparent;
    border-top-color: #001871;
    border-left-color: #001871;
  }
  .voice-qa-item:nth-child(2) .voice-square::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 25px solid transparent;
    border-bottom-color: #F7E500;
    border-right-color: #F7E500;
  }
  .voice-qa-item:nth-child(2) .voice-square {
    bottom: -150px;
    right: 1500px;
    left: initial;
  }
}
.voice-qa-item:nth-child(3) .voice-qa-image-wrap {
  width: 640px;
  transform: translate(150px, 0);
  margin-top: 62px;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(3) .voice-qa-image-wrap {
    width: initial;
    transform: translate(0, 0);
    max-width: 1100px;
    margin-top: 255px;
  }
}
.voice-qa-item:nth-child(3) .voice-qa-text-wrap {
  margin-top: -50px;
  z-index: 2;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(3) .voice-qa-text-wrap {
    margin-top: 145px;
    margin-left: -260px;
  }
}
.voice-qa-item:nth-child(4) .voice-qa-image-wrap {
  width: 745px;
  transform: translate(-150px, 0);
  margin-top: 25px;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(4) .voice-qa-image-wrap {
    width: initial;
    transform: translate(0, 0);
    max-width: 780px;
    margin-top: 120px;
  }
}
.voice-qa-item:nth-child(4) .voice-qa-text-wrap {
  margin-top: -50px;
  z-index: 2;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(4) .voice-qa-text-wrap {
    margin-top: 280px;
    margin-right: -180px;
  }
}
.voice-qa-item:nth-child(4) .voice-square {
  position: absolute;
  z-index: 3;
  width: 120px;
  height: 120px;
  transform: rotate(24deg);
}
.voice-qa-item:nth-child(4) .voice-square::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 13px solid transparent;
  border-top-color: #001871;
  border-left-color: #001871;
}
.voice-qa-item:nth-child(4) .voice-square::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 13px solid transparent;
  border-bottom-color: #F7E500;
  border-right-color: #F7E500;
}
.voice-qa-item:nth-child(4) .voice-square {
  top: -20px;
  right: -20px;
}
@media (min-width: 768px) {
  .voice-qa-item:nth-child(4) .voice-square {
    position: absolute;
    z-index: 3;
    width: 190px;
    height: 190px;
    transform: rotate(12deg);
  }
  .voice-qa-item:nth-child(4) .voice-square::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 20px solid transparent;
    border-top-color: #001871;
    border-left-color: #001871;
  }
  .voice-qa-item:nth-child(4) .voice-square::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 20px solid transparent;
    border-bottom-color: #F7E500;
    border-right-color: #F7E500;
  }
  .voice-qa-item:nth-child(4) .voice-square {
    top: -10px;
    left: 1200px;
  }
}

.voice-qa-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .voice-qa-content {
    align-items: flex-start;
    justify-content: left;
    flex-direction: row;
  }
}
.voice-qa-content .voice-qa-text-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
@media (min-width: 768px) {
  .voice-qa-content .voice-qa-text-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  }
}

.voice-qa-item-reverse .voice-qa-content {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .voice-qa-item-reverse .voice-qa-content {
    justify-content: right;
    flex-direction: row-reverse;
  }
}
.voice-qa-item-reverse .voice-qa-text-wrap {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
@media (min-width: 768px) {
  .voice-qa-item-reverse .voice-qa-text-wrap {
    clip-path: none;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
  }
}

.voice-qa-image-wrap {
  position: relative;
  width: 100%;
}
.voice-qa-image {
  flex: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.voice-qa-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice-qa-text-wrap {
  background: white;
  position: relative;
  z-index: 4;
  padding: 45px 23px;
  width: 320px;
}
.voice-qa-text-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, #F7E500 90px, #001871 90px);
}
@media (min-width: 768px) {
  .voice-qa-text-wrap {
    padding: 45px 60px;
    width: 840px;
  }
  .voice-qa-text-wrap::before {
    background: linear-gradient(to right, #F7E500 240px, #001871 240px);
  }
}
@media (min-width: 992px) {
  .voice-qa-text-wrap {
    padding: 95px 125px;
  }
}

.voice-qa-number {
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #F7E500;
  line-height: 1;
  margin-bottom: 15px;
  font-style: oblique;
}
@media (min-width: 768px) {
  .voice-qa-number {
    font-size: 120px;
    margin-bottom: 20px;
  }
}

.voice-qa-question {
  font-size: 20px;
  font-weight: 700;
  color: black;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: -80px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .voice-qa-question {
    font-size: 22px;
    padding-left: 70px;
    margin-top: -80px;
  }
}

.voice-qa-answer p {
  font-size: 14px;
  line-height: 2;
  color: black;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .voice-qa-answer p {
    font-size: 16px;
  }
}
.voice-qa-answer p:last-child {
  margin-bottom: 0;
}

.voice-schedule {
  background-color: white;
  padding: 60px 0 80px;
}
@media (min-width: 992px) {
  .voice-schedule {
    padding: 0 0 120px;
  }
}

.voice-schedule-bar {
  margin-bottom: 80px;
  background-image: url("../img/recruit-voice/schedule_bg.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 340px;
}
@media (min-width: 768px) {
  .voice-schedule-bar {
    height: 500px;
    margin-bottom: 120px;
  }
}

.voice-schedule-tab {
  margin: 0 auto 50px auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .voice-schedule-tab {
    margin: 0 auto 35px auto;
  }
}
.voice-schedule-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 100px);
  background: #001871;
}
.voice-schedule-tab::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 100px);
  background: #001871;
}
.voice-schedule-tab .tab-text {
  font-size: 24px;
  font-weight: 600;
  padding: 5px 40px;
}
@media (max-width: 575.98px) {
  .voice-schedule-tab .tab-text {
    width: 240px;
    font-size: 19px;
  }
}

.voice-schedule-title {
  font-size: 24px;
  font-weight: 700;
  color: #001871;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .voice-schedule-title {
    font-size: 32px;
    margin-bottom: 15px;
    padding-bottom: 25px;
  }
}
.voice-schedule-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #F7E500;
}
@media (min-width: 992px) {
  .voice-schedule-title::after {
    width: 50px;
    height: 4px;
  }
}

.voice-timeline-card {
  background-color: #f0f2f5;
  border-radius: 0;
  padding: 40px 20px;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .voice-timeline-card {
    padding: 60px 80px;
    margin-top: 60px;
  }
}

.voice-timeline {
  position: relative;
}

.voice-timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .voice-timeline-item {
    padding-bottom: 35px;
  }
}
.voice-timeline-item::before {
  content: "";
  position: absolute;
  left: 56px;
  top: 18px;
  bottom: -12px;
  width: 2px;
  background-color: #001871;
}
@media (min-width: 992px) {
  .voice-timeline-item::before {
    left: 77px;
    top: 21px;
    bottom: -14px;
  }
}
.voice-timeline-item:last-child {
  padding-bottom: 0;
}
.voice-timeline-item:last-child::before {
  display: none;
}

.voice-timeline-time {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #001871;
  width: 50px;
  flex-shrink: 0;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .voice-timeline-time {
    font-size: 18px;
    width: 70px;
    padding-top: 10px;
  }
}

.voice-timeline-dot {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: white;
  border: 2px solid #001871;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 12px 0 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .voice-timeline-dot {
    width: 14px;
    height: 14px;
    border-width: 3px;
    margin: 14px 0 0;
  }
}
.voice-timeline-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #001871;
}
@media (min-width: 992px) {
  .voice-timeline-dot::after {
    width: 50px;
  }
}

.voice-timeline-content {
  flex: 1;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .voice-timeline-content {
    margin-left: 25px;
  }
}

.voice-timeline-label {
  display: inline-block;
  background-color: #001871;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 10px;
  border-bottom: 5px solid #F7E500;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
@media (min-width: 992px) {
  .voice-timeline-label {
    font-size: 19px;
    padding: 10px 30px;
    margin-bottom: 12px;
  }
}

.voice-timeline-img {
  float: left;
  width: 240px;
  margin: 0 8px 4px 0;
  border-radius: 4px;
}
.voice-timeline-img.voice-timeline-img-right {
  float: right;
  margin: 0 0 4px 8px;
}

.voice-timeline-desc {
  font-size: 13px;
  line-height: 1.8;
  color: black;
}
@media (min-width: 992px) {
  .voice-timeline-desc {
    font-size: 14px;
  }
}
.voice-timeline-desc + .voice-timeline-desc {
  clear: both;
  margin-top: 10px;
}

.voice-timeline-note {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.voice-timeline-note p {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 992px) {
  .voice-timeline-note p {
    font-size: 13px;
  }
}