@charset "UTF-8";
.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: url("../img/recruit-new/hero_bg.webp");
  background-position: top center;
  background-size: auto 176vw;
  background-attachment: scroll;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-section-wrap {
    background-size: 1920px;
  }
}
.page-section-wrap {
  background-color: white;
}

.recruit-hero {
  position: relative;
  width: 100%;
  min-height: 160vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .recruit-hero {
    min-height: 850px;
  }
}

.recruit-hero-content {
  position: relative;
  z-index: 2;
  color: white;
  min-height: 133.3333333333vw;
}
@media (min-width: 768px) {
  .recruit-hero-content {
    min-height: 750px;
  }
}

.recruit-hero-left {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .recruit-hero-left {
    text-align: left;
    margin-bottom: 0;
    padding-left: 60px;
  }
}

.recruit-hero-logo {
  margin-bottom: 10px;
}
.recruit-hero-logo img {
  width: 70px;
  height: auto;
}
@media (min-width: 992px) {
  .recruit-hero-logo img {
    width: 110px;
  }
}

.recruit-hero-since {
  font-family: "Oswald", sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: white;
}
@media (min-width: 992px) {
  .recruit-hero-since {
    font-size: 12px;
  }
}

.recruit-hero-title {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
  color: white;
}
@media (min-width: 1200px) {
  .recruit-hero-title {
    font-size: 85px;
    margin: 0 0 10px;
  }
}

.recruit-hero-subtitle {
  font-size: 14px;
  letter-spacing: 4px;
  color: white;
}
@media (min-width: 992px) {
  .recruit-hero-subtitle {
    font-size: 20px;
  }
}

.recruit-hero-right {
  text-align: center;
}
@media (min-width: 992px) {
  .recruit-hero-right {
    text-align: left;
  }
}

.recruit-hero-lead {
  display: inline-block;
}
@media (min-width: 992px) {
  .recruit-hero-lead {
    padding-left: 40px;
  }
}

.recruit-hero-lead-text {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: white;
  line-height: 2.75;
  white-space: nowrap;
}
.recruit-hero-lead-text span {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px 5px;
}
@media (min-width: 768px) {
  .recruit-hero-lead-text {
    font-size: 26px;
  }
  .recruit-hero-lead-text span {
    padding: 15px 5px;
  }
}

.recruit-page-nav {
  margin-top: 50px;
}
.recruit-page-nav .recruit-page-nav-list {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  background-color: white;
}
@media (max-width: 767.98px) {
  .recruit-page-nav .recruit-page-nav-list {
    flex-wrap: wrap;
  }
}
.recruit-page-nav .recruit-page-nav-item {
  flex: 1;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
}
.recruit-page-nav .recruit-page-nav-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767.98px) {
  .recruit-page-nav .recruit-page-nav-item {
    flex: none;
    width: 25%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 575.98px) {
  .recruit-page-nav .recruit-page-nav-item {
    width: 50%;
  }
}
.recruit-page-nav .recruit-page-nav-item a {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: white;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 40px 0 60px;
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .recruit-page-nav .recruit-page-nav-item a {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    height: 80px;
    padding: 10px;
    font-size: 13px;
    flex-direction: column;
    justify-content: center;
  }
}
.recruit-page-nav .recruit-page-nav-item .recruit-page-nav-sub {
  position: absolute;
  left: calc(50% + 16px);
  top: 30px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .recruit-page-nav .recruit-page-nav-item .recruit-page-nav-sub {
    position: static;
    font-size: 13px;
    order: -1;
    margin-bottom: 2px;
  }
}
.recruit-page-nav .nav-bg-message,
.recruit-page-nav .nav-bg-voice,
.recruit-page-nav .nav-bg-welfare,
.recruit-page-nav .nav-bg-training,
.recruit-page-nav .nav-bg-faq,
.recruit-page-nav .nav-bg-newgraduate,
.recruit-page-nav .nav-bg-apprentice,
.recruit-page-nav .nav-bg-career {
  position: relative;
  overflow: hidden;
}
.recruit-page-nav .nav-bg-message::before,
.recruit-page-nav .nav-bg-voice::before,
.recruit-page-nav .nav-bg-welfare::before,
.recruit-page-nav .nav-bg-training::before,
.recruit-page-nav .nav-bg-faq::before,
.recruit-page-nav .nav-bg-newgraduate::before,
.recruit-page-nav .nav-bg-apprentice::before,
.recruit-page-nav .nav-bg-career::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: 0;
}
.recruit-page-nav .nav-bg-message::after,
.recruit-page-nav .nav-bg-voice::after,
.recruit-page-nav .nav-bg-welfare::after,
.recruit-page-nav .nav-bg-training::after,
.recruit-page-nav .nav-bg-faq::after,
.recruit-page-nav .nav-bg-newgraduate::after,
.recruit-page-nav .nav-bg-apprentice::after,
.recruit-page-nav .nav-bg-career::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.recruit-page-nav .nav-bg-message:hover::before,
.recruit-page-nav .nav-bg-voice:hover::before,
.recruit-page-nav .nav-bg-welfare:hover::before,
.recruit-page-nav .nav-bg-training:hover::before,
.recruit-page-nav .nav-bg-faq:hover::before,
.recruit-page-nav .nav-bg-newgraduate:hover::before,
.recruit-page-nav .nav-bg-apprentice:hover::before,
.recruit-page-nav .nav-bg-career:hover::before {
  transform: scale(1.1);
}
.recruit-page-nav .nav-bg-message a,
.recruit-page-nav .nav-bg-voice a,
.recruit-page-nav .nav-bg-welfare a,
.recruit-page-nav .nav-bg-training a,
.recruit-page-nav .nav-bg-faq a,
.recruit-page-nav .nav-bg-newgraduate a,
.recruit-page-nav .nav-bg-apprentice a,
.recruit-page-nav .nav-bg-career a {
  position: relative;
  z-index: 2;
}
.recruit-page-nav .nav-bg-message::before {
  background-image: url("../img/recruit-new/ceo.webp");
  background-position: 70% 60%;
}
@media (max-width: 767.98px) {
  .recruit-page-nav .nav-bg-message::before {
    background-size: 150%;
    background-position: 80% -30px;
  }
}
.recruit-page-nav .nav-bg-voice::before {
  background-image: url("../img/top-new/interview1.webp");
  background-size: auto 110%;
  background-position: center 10%;
}
@media (max-width: 767.98px) {
  .recruit-page-nav .nav-bg-voice::before {
    background-size: 200%;
    background-position: 70% -20px;
  }
}
.recruit-page-nav .nav-bg-welfare::before {
  background-image: url("../img/recruit-new/welfare_bg.webp");
}
.recruit-page-nav .nav-bg-training::before {
  background-image: url("../img/recruit-new/training_bg.webp");
}
.recruit-page-nav .nav-bg-faq::before {
  background-image: url("../img/recruit-new/welfare_02.webp");
}
.recruit-page-nav .nav-bg-newgraduate::before {
  background-image: url("../img/recruit-new/new-graduate_bg.webp");
}
.recruit-page-nav .nav-bg-apprentice::before {
  background-image: url("../img/recruit-new/apprentice_bg.webp");
}
.recruit-page-nav .nav-bg-career::before {
  background-image: url("../img/recruit-new/experienced_bg.webp");
}

.message-section {
  position: relative;
  padding: 0 0 80px;
  background: white;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .message-section {
    padding: 0 0 60px;
  }
}
.message-section .row.align-items-start {
  background-image: url("../img/recruit-new/logo_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240px;
}

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

.message-photo-col {
  margin: 0 0 30px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .message-photo-col {
    margin-bottom: 0;
  }
}

.message-photo {
  width: 280px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  .message-photo {
    margin: 0;
    width: 420px;
  }
}
.message-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.message-content-col {
  position: relative;
}
@media (max-width: 575.98px) {
  .message-content-col {
    max-width: 280px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .message-content {
    padding-left: 60px;
  }
}

.message-title {
  font-size: 22px;
  font-weight: bold;
  color: black;
  margin: 0 0 25px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .message-title {
    font-size: 26px;
    margin: 0 0 30px;
  }
}

.message-section .message-text {
  background: transparent;
  padding: 0;
}
.message-section .message-text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
  color: black;
}
@media (min-width: 992px) {
  .message-section .message-text p {
    font-size: 15px;
  }
}
.message-section .message-text p:last-child {
  margin-bottom: 0;
}

.message-signature {
  margin-top: 30px;
  text-align: right;
}
@media (min-width: 992px) {
  .message-signature {
    margin-top: 40px;
  }
}

.signature-title {
  font-size: 14px;
  color: black;
  margin-right: 20px;
}

.signature-name {
  font-size: 22px;
  font-weight: bold;
  color: black;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .signature-name {
    font-size: 26px;
  }
}

.message-watermark {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .message-watermark {
    display: none;
  }
}
.message-watermark img {
  width: 300px;
  height: auto;
}

.welfare-section {
  position: relative;
  background: white;
}

.welfare-inner {
  display: flex;
  flex-direction: column;
  background-image: url("../img/recruit-new/welfare_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 600px;
}
@media (min-width: 768px) {
  .welfare-inner {
    background-size: 1920px;
  }
}

.welfare-title-area {
  background: rgba(0, 24, 113, 0.7);
  color: white;
  height: 420px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .welfare-title-area {
    padding: 50px 20px;
  }
}
@media (min-width: 992px) {
  .welfare-title-area {
    height: 500px;
    padding: 50px 80px;
  }
}

.welfare-title-content {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .welfare-title-content .col-md-4 {
    flex: 0 0 315px;
    max-width: 315px;
  }
}
@media (min-width: 768px) {
  .welfare-title-content .col-md-8 {
    flex: 1;
    max-width: calc(100% - 315px);
  }
}

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

.welfare-subtitle {
  font-size: 17px;
  color: white;
}
@media (max-width: 767.98px) {
  .welfare-subtitle {
    font-size: 14px;
  }
}

.welfare-lead p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  color: white;
}
@media (max-width: 767.98px) {
  .welfare-lead p {
    font-size: 16px;
  }
}

.welfare-content-area {
  flex: 1;
  background: #f0f4f8;
  max-width: 1440px;
  margin: -100px auto 140px auto;
  padding: 100px 120px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .welfare-content-area {
    padding: 80px 60px;
  }
}
@media (max-width: 575.98px) {
  .welfare-content-area {
    margin-left: 27px;
    margin-right: 27px;
    width: calc(100% - 54px);
    padding: 50px 30px;
  }
}

.welfare-boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .welfare-boxes {
    flex-direction: row;
  }
}

.welfare-box-wrapper {
  flex: 1;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}

.welfare-box {
  padding: 50px 70px 80px;
  border-left: 5px solid #001871;
  background: white;
  position: relative;
  overflow: hidden;
  height: 100%;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}
@media (max-width: 575.98px) {
  .welfare-box {
    padding: 27px 46px 27px 46px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  }
}
.welfare-box::after {
  display: block;
  content: "";
  position: absolute;
  left: 75%;
  bottom: 0;
  height: 1px;
  width: 43.3012701892%;
  transform-origin: top left;
  transform: rotate(-30deg);
  background-color: #F7E500;
}

.welfare-box-title {
  font-size: 22px;
  font-weight: bold;
  color: #001871;
  margin: 0 0 10px;
}

.welfare-box-label {
  font-size: 16px;
  font-weight: bold;
  color: #001871;
  margin-bottom: 15px;
}

.welfare-box-text p {
  font-size: 14px;
  line-height: 1.8;
  color: black;
  margin: 0 0 0.5em;
}
.welfare-box-text p:last-child {
  margin-bottom: 0;
}

.welfare-icons {
  margin-bottom: 50px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .welfare-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
  }
}

.welfare-icon-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.welfare-icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
}
@media (min-width: 992px) {
  .welfare-icon-badge {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
.welfare-icon-badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.welfare-icon-text {
  font-size: 18px;
  font-weight: bold;
  color: #001871;
}
@media (max-width: 575.98px) {
  .welfare-icon-text {
    font-size: 15px;
  }
}

.welfare-icon-sub {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .welfare-icon-sub {
    font-size: 12px;
  }
}

.welfare-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.welfare-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: white;
  position: relative;
}
.welfare-card::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 60.6217782649%;
  transform-origin: top left;
  transform: rotate(-30deg);
  background-color: #F7E500;
}
@media (min-width: 992px) {
  .welfare-card {
    flex-direction: row;
    gap: 70px;
    align-items: stretch;
  }
  .welfare-card::after {
    left: 25%;
    width: 20.7846096908%;
  }
}

.welfare-card-image {
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 992px) {
  .welfare-card-image {
    width: 40%;
  }
}
.welfare-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.welfare-card-content {
  flex: 1;
  padding: 0px 20px 60px 20px;
}
@media (min-width: 992px) {
  .welfare-card-content {
    padding: 60px 175px 60px 0;
  }
}

.welfare-card-location {
  font-size: 12px;
  color: #001871;
  background: rgba(0, 24, 113, 0.1);
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.welfare-card-title {
  font-size: 20px;
  font-weight: bold;
  color: #001871;
  margin: 0 0 10px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .welfare-card-title {
    font-size: 22px;
  }
}

.welfare-card-label {
  font-size: 13px;
  font-weight: bold;
  color: #001871;
}
@media (min-width: 992px) {
  .welfare-card-label {
    font-size: 16px;
  }
}

.welfare-card-text p {
  font-size: 14px;
  line-height: 1.9;
  color: black;
  margin: 0 0 1em;
}
.welfare-card-text p:last-child {
  margin-bottom: 0;
}

.training-section {
  position: relative;
  background: white;
}

.training-inner {
  display: flex;
  flex-direction: column;
  background-image: url("../img/recruit-new/training_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 600px;
}
@media (min-width: 768px) {
  .training-inner {
    background-size: 1920px;
  }
}

.training-title-area {
  background: rgba(0, 24, 113, 0.7);
  color: white;
  height: 400px;
  margin-bottom: 160px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .training-title-area {
    height: 500px;
    padding: 50px 20px;
  }
}
@media (min-width: 992px) {
  .training-title-area {
    height: 400px;
    padding: 50px 80px;
    margin-bottom: 180px;
  }
}

.training-title-content {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .training-title-content .col-md-4 {
    flex: 0 0 315px;
    max-width: 315px;
  }
}
@media (min-width: 768px) {
  .training-title-content .col-md-8 {
    flex: 1;
    max-width: calc(100% - 315px);
  }
}

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

.training-subtitle {
  font-size: 17px;
  color: white;
}
@media (max-width: 767.98px) {
  .training-subtitle {
    font-size: 14px;
  }
}

.training-lead p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  color: white;
}
@media (max-width: 767.98px) {
  .training-lead p {
    font-size: 16px;
  }
}

.training-content-area {
  flex: 1;
  padding: 40px 25px;
  background: linear-gradient(to bottom, white 15%, #d3dff3 15%);
}
@media (min-width: 992px) {
  .training-content-area {
    padding: 60px 80px;
  }
}

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

.training-section-title-wrapper {
  text-align: center;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .training-section-title-wrapper {
    margin: 0 0 50px;
  }
}

.training-section-title {
  font-size: 20px;
  font-weight: bold;
  color: #001871;
  display: inline-block;
  position: relative;
}
.training-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  width: 33%;
  height: 3px;
  background: #F7E500;
}
@media (min-width: 992px) {
  .training-section-title {
    font-size: 24px;
  }
}

.training-cards {
  display: flex;
  flex-direction: column;
}

.training-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .training-card {
    margin-bottom: 60px;
    flex-direction: row;
    align-items: stretch;
  }
}

.training-card-block {
  position: relative;
}
.training-card-block.training-card-block-blue {
  background: #001871;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.training-card-block.training-card-block-blue .training-card-content {
  padding: 50px 40px;
  max-width: 312px;
}
.training-card-block.training-card-block-blue .training-card-title {
  color: white;
}
.training-card-block.training-card-block-blue .training-card-desc p {
  color: white;
}
.training-card-block.training-card-block-white {
  background: white;
  color: #001871;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .training-card-block.training-card-block-white {
    padding: 50px 40px;
  }
}
.training-card-block.training-card-block-white .training-card-list {
  margin-top: 0;
}
.training-card-block.training-card-block-image img {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .training-card-block.training-card-block-image img {
    width: 100%;
  }
}
.training-card-block.training-card-block-image.training-card-block-image-double {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .training-card-block.training-card-block-image.training-card-block-image-double {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .training-card-block.training-card-block-image.training-card-block-image-double img:first-child {
    width: 31.9727891156%;
  }
  .training-card-block.training-card-block-image.training-card-block-image-double img:last-child {
    width: 68.0272108844%;
  }
}

@media (min-width: 768px) {
  .training-card-01 .training-card-block-blue {
    width: 42%;
  }
}
@media (min-width: 768px) {
  .training-card-01 .training-card-block-image {
    width: 58%;
  }
}
@media (max-width: 767.98px) {
  .training-card-01 .training-card-number {
    bottom: -50px;
  }
}
@media (min-width: 768px) {
  .training-card-01 .training-card-number {
    right: -30px;
  }
}

.training-card-02 .training-card-block-image {
  order: 2;
}
@media (min-width: 768px) {
  .training-card-02 .training-card-block-image {
    order: 1;
    width: 33%;
  }
}
.training-card-02 .training-card-block-blue {
  order: 1;
}
@media (min-width: 768px) {
  .training-card-02 .training-card-block-blue {
    order: 2;
    width: 33%;
  }
}
.training-card-02 .training-card-block-white {
  order: 3;
}
@media (min-width: 768px) {
  .training-card-02 .training-card-block-white {
    width: 34%;
  }
}
@media (max-width: 767.98px) {
  .training-card-02 .training-card-number {
    bottom: -50px;
  }
}
@media (min-width: 768px) {
  .training-card-02 .training-card-number {
    left: -50px;
  }
}

@media (min-width: 768px) {
  .training-card-03 .training-card-block-blue {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .training-card-03 .training-card-block-white {
    width: 34%;
  }
}
@media (min-width: 768px) {
  .training-card-03 .training-card-block-image {
    width: 33%;
  }
}
@media (max-width: 767.98px) {
  .training-card-03 .training-card-number {
    top: -60px;
  }
}
@media (min-width: 768px) {
  .training-card-03 .training-card-number {
    right: -50px;
  }
}

.training-card-title {
  font-size: 20px;
  font-weight: bold;
  color: #001871;
  margin: 0 0 15px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .training-card-title {
    font-size: 22px;
    margin: 0 0 20px;
  }
}

.training-card-desc p {
  font-size: 13px;
  line-height: 1.9;
  color: #001871;
  margin: 0 0 1em;
}
.training-card-desc p:last-child {
  margin-bottom: 0;
}

.training-card-list {
  margin-top: 20px;
  padding: 50px 0;
}
.training-card-list > p {
  font-size: 13px;
  color: #001871;
  margin: 0 0 10px;
}
.training-card-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.training-card-list ul li {
  font-size: 13px;
  color: #001871;
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
}
.training-card-list ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.training-card-number {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #F7E500;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .training-card-number {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .training-card-number {
    font-size: 90px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#voice {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .interview-title-content .col-md-4 {
    flex: 0 0 315px;
    max-width: 315px;
  }
}
@media (min-width: 768px) {
  .interview-title-content .col-md-8 {
    flex: 1;
    max-width: calc(100% - 315px);
  }
}

.faq-section {
  position: relative;
  background: white;
}

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

.faq-title-content {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .faq-title-content .col-md-4 {
    flex: 0 0 315px;
    max-width: 315px;
  }
}
@media (min-width: 768px) {
  .faq-title-content .col-md-8 {
    flex: 1;
    max-width: calc(100% - 315px);
  }
}

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

.faq-subtitle {
  font-size: 17px;
  color: white;
}
@media (max-width: 767.98px) {
  .faq-subtitle {
    font-size: 14px;
  }
}

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

.faq-content-area {
  padding: 60px 0 80px;
}
.faq-content-area .container {
  padding: 0 25px;
}
@media (min-width: 992px) {
  .faq-content-area {
    padding: 80px 0 100px;
  }
}

.faq-list {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 30px;
}
.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  background-color: #001871;
  color: white;
  padding: 20px 50px 20px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.faq-question:hover {
  background-color: rgb(0, 18.5840707965, 87.5);
}
@media (min-width: 992px) {
  .faq-question {
    padding: 25px 60px 25px 30px;
  }
}

.faq-label {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  min-width: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .faq-label {
    font-size: 28px;
    min-width: 35px;
  }
}

.faq-question-text {
  flex: 1;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .faq-question-text {
    font-size: 19px;
  }
}

.faq-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .faq-toggle {
    right: 30px;
  }
}
.faq-toggle::before, .faq-toggle::after {
  content: "";
  position: absolute;
  background: white;
  transition: transform 0.3s ease;
}
.faq-toggle::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq-toggle::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.faq-item.is-open .faq-toggle::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  background: #e8eef8;
  display: flex;
  gap: 20px;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
@media (min-width: 992px) {
  .faq-answer {
    padding: 0 30px;
  }
}
.faq-item.is-open .faq-answer {
  max-height: 5000px;
  padding: 25px 20px;
}
@media (min-width: 992px) {
  .faq-item.is-open .faq-answer {
    padding: 30px;
  }
}
.faq-answer .faq-label {
  color: #001871;
}

.faq-answer-text {
  flex: 1;
  padding-top: 6px;
}
.faq-answer-text .faq-link {
  text-decoration: underline;
}
.faq-answer-text .faq-link:hover {
  text-decoration: none;
}
.faq-answer-text .bg-accent-yellow {
  background-color: #F7E500;
  color: black;
}
.faq-answer-text.faq-answer-indented p {
  padding-left: 1em;
}
.faq-answer-text.faq-answer-indented p strong:first-child {
  margin-left: -1em;
}
.faq-answer-text.faq-answer-indented p.faq-summary {
  padding-left: 0;
}
.faq-answer-text.faq-answer-indented p.faq-summary strong:first-child {
  margin-left: 0;
}
.faq-answer-text .faq-disc-list {
  padding-left: 1.5em;
  margin: 0.25em 0 0.5em;
  font-size: 14px;
  line-height: 1.9;
  color: black;
}
@media (min-width: 992px) {
  .faq-answer-text .faq-disc-list {
    font-size: 16px;
  }
}
.faq-answer-text .faq-disc-list li {
  list-style-type: disc;
  padding-left: 0;
}
.faq-answer-text .faq-disc-list li::before {
  content: none;
}
.faq-answer-text p {
  font-size: 14px;
  line-height: 1.9;
  color: black;
  margin: 0 0 0.5em;
}
@media (min-width: 992px) {
  .faq-answer-text p {
    font-size: 16px;
  }
}
.faq-answer-text p:last-child {
  margin-bottom: 0;
}
.faq-answer-text strong {
  font-weight: 700;
  color: #001871;
}

.faq-category {
  margin-top: 40px;
  margin-bottom: 20px;
}
.faq-category:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .faq-category {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

.faq-category-title {
  font-size: 18px;
  font-weight: 700;
  color: #001871;
  padding-bottom: 10px;
  border-bottom: 2px solid #001871;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .faq-category-title {
    font-size: 20px;
    padding-bottom: 12px;
  }
}

.faq-category-icon {
  width: 61px;
  height: 61px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .faq-category-icon {
    width: 72px;
    height: 72px;
  }
}

.job-sections-wrapper {
  width: 100%;
  background-image: url("../img/recruit-new/new-graduate_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 667px;
}
@media (min-width: 992px) {
  .job-sections-wrapper {
    background-size: 1920px;
  }
}

.job-description-hero {
  position: relative;
  height: 367px;
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .job-description-hero {
    height: 660px;
  }
}

.job-description-hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  color: white;
}

.job-description-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit-new/logo.png");
  background-size: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .job-description-hero-bg {
    background-size: 240px;
    background-position: 180px center;
  }
}

.job-description-title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-top: 50px;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .job-description-title {
    font-size: 50px;
    letter-spacing: 0.15em;
  }
}

.job-description-subtitle {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .job-description-subtitle {
    font-size: 20px;
  }
}

.job-description-content {
  padding: 50px 0 60px;
  background: white;
}
@media (min-width: 992px) {
  .job-description-content {
    padding: 80px 0 100px;
  }
}

.job-table {
  max-width: 900px;
  margin: 0 auto;
}

.job-table-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .job-table-row {
    border-bottom: 1px solid #e0e0e0;
    flex-direction: row;
  }
}
.job-table-row:first-child {
  border-top: 1px solid #e0e0e0;
}

.job-table-header {
  color: #001871;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 20px;
  min-width: 140px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
  .job-table-header {
    min-width: 160px;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .job-table-header {
    min-width: 180px;
    font-size: 15px;
  }
}
.job-table-header:first-child {
  border-top: 2px solid #001871;
}

.job-table-data {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: black;
  flex: 1;
}
@media (min-width: 768px) {
  .job-table-data {
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  .job-table-data {
    font-size: 15px;
  }
}
.job-table-data p {
  margin: 0 0 0.5em;
}
.job-table-data p:last-child {
  margin-bottom: 0;
}
.job-table-data strong {
  font-weight: 700;
}
.job-table-data .job-indent {
  padding-left: 1.5em;
}
.job-table-data .job-heading {
  margin-top: 1.65em;
}
.job-table-data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-table-data ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.3em;
}
.job-table-data ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.job-table-data ul li:last-child {
  margin-bottom: 0;
}
.job-table-data ul.no-bullet li::before {
  content: none;
}
.job-table-data ul.welfare-list li {
  padding-left: 0;
  font-weight: 700;
}
.job-table-data ul.welfare-list li::before {
  content: none;
}

.new-graduate-header {
  position: relative;
  padding: 35px 0;
  height: 300px;
  overflow: hidden;
  background: rgba(0, 161, 148, 0.7);
}
.new-graduate-header .container {
  padding: 0 25px;
}
@media (min-width: 992px) {
  .new-graduate-header {
    padding: 80px 0;
    height: 420px;
  }
}

.new-graduate-header-content {
  position: relative;
  color: white;
}

.new-graduate-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  z-index: 2;
  text-wrap: nowrap;
}
@media (min-width: 992px) {
  .new-graduate-title {
    font-size: 32px;
  }
}

.new-graduate-subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  opacity: 0.9;
  z-index: 2;
}
@media (min-width: 992px) {
  .new-graduate-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.new-graduate-slash {
  position: relative;
}
.new-graduate-slash::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 180%;
  width: 1px;
  transform: translate(-40px, -50px) rotate(45deg);
  background: #F7E500;
  z-index: 1;
}

.new-graduate-lead p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
@media (min-width: 768px) {
  .new-graduate-lead p {
    font-size: 18px;
  }
}

.new-graduate-content {
  padding: 50px 0 60px;
  background: white;
}
@media (min-width: 992px) {
  .new-graduate-content {
    padding: 80px 0 100px;
  }
}

.new-graduate-message {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .new-graduate-message {
    margin-bottom: 70px;
  }
}

.new-graduate-catchcopy {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  color: #001871;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .new-graduate-catchcopy {
    margin-bottom: 40px;
  }
}

.new-graduate-text p {
  font-size: 14px;
  line-height: 2;
  color: black;
  margin: 0 0 1em;
}
.new-graduate-text p:last-child {
  margin-bottom: 0;
}

.new-graduate-contents-tab {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .new-graduate-contents-tab {
    margin-bottom: 30px;
  }
}
.new-graduate-contents-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 50%;
  background: #001871;
}
.new-graduate-contents-tab::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 50%;
  background: #001871;
}

.contents-tab-text {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 700;
  background: #001871;
  color: white;
  letter-spacing: 0.15em;
  padding: 5px 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .contents-tab-text {
    font-size: 16px;
    padding: 5px 40px;
  }
}

.title-label {
  font-size: 0.7em;
  display: block;
  margin-bottom: 5px;
}

.apprentice-section {
  width: 100%;
  background-image: url("../img/recruit-new/apprentice_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 540px;
  padding-top: 240px;
}
@media (min-width: 992px) {
  .apprentice-section {
    padding-top: 410px;
    background-size: 1920px;
  }
}
.apprentice-section .new-graduate-header {
  background: rgba(117, 41, 139, 0.7);
  height: 300px;
}
@media (min-width: 992px) {
  .apprentice-section .new-graduate-header {
    height: 400px;
  }
}

.experienced-section {
  width: 100%;
  background-image: url("../img/recruit-new/experienced_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 590px;
  padding-top: 240px;
}
@media (min-width: 992px) {
  .experienced-section {
    padding-top: 410px;
    background-size: 1920px;
  }
}
.experienced-section .new-graduate-header {
  background: rgba(0, 81, 109, 0.5);
  height: 350px;
}
@media (min-width: 992px) {
  .experienced-section .new-graduate-header {
    height: 400px;
  }
}