.recruit {
  overflow-x: hidden;
  background: #ffffff;
  .common-title {
    font-size: 8vw;
  }
  .common-fv {
    background: url("/article/assets/media/2025/11/recruit_fv.png")
      no-repeat bottom center/cover;
  }
  @media screen and (max-width: 768px) {
    .common-fv {
      background: url("/article/assets/media/2025/11/recruit_fv_sp.png")
        no-repeat bottom center/cover;
    }
  }
  @media screen and (max-width: 500px) {
    .common-fv {
      height: 250px;
    }
  }
}

.recruit-message {
  padding: 60px 0;
  background: linear-gradient(180deg, #fff 0%, #d9e5ee 100%);
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 3%;
  }
}

.recruit-message h2 {
  background: linear-gradient(90deg, #0057ac 0.13%, #002346 100.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Hiragino Mincho ProN";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  @media screen and (min-width: 1200px) {
    width: max-content;
  }
}

.recruit-message__inner {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 24px;
  position: relative;
  padding-top: 15px;
}

.recruit-message__inner p {
  color: #091142;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  text-align: left;
}

.recruit-message__inner img {
  max-width: 100%;
  height: auto;
  position: absolute;
  width: 49%;
  bottom: 10px;
  right: 2%;
  z-index: 1;
}

.recruit-message__inner > p:nth-of-type(2),
.recruit-message__inner > p:nth-of-type(3) {
  max-width: 48%;
}

.recruit-message__impact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.recruit-message__impact p {
  background: linear-gradient(92deg, #0057ac 0.26%, #002346 100%);
  color: #ffffff;
  font-family: "Hiragino Mincho ProN";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: max-content;
  max-width: 100%;
  padding: 5px 15px;
}

.recruit-principle {
  background: linear-gradient(97deg, #002346 0%, #0057ac 101.02%);
  padding: 60px 50px;
}

.recruit-section__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.recruit-principle__list details {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 15px;
  cursor: pointer;
}

.recruit-principle__list summary {
  font-weight: bold;
  font-size: 18px;
}

.recruit-message-bottom {
  background: url("../images/recruit_message_bg.png") no-repeat bottom
    center/cover;
  text-align: center;
  padding: 60px 50px;
}

.recruit-message-bottom__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}

.recruit-message-bottom__text {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 40px;
  h2 {
    color: #fff;
    font-family: "Hiragino Kaku Gothic StdN";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
  }
  p {
    color: #091142;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
  }
}

.recruit-message-bottom__inner img {
  width: auto;
  height: 280px;
  display: block;
}

.recruit-form {
  padding: 60px 50px;
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.recruit-form h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.recruit-jobs,
.recruit-principle,
.recruit-message {
  .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  /* 共通 */
  .section-title {
    font-family: "Hiragino Kaku Gothic StdN";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #ffffff;
  }
}

.recruit-message {
  .container {
    padding: 0 3%;
  }
}

.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 36px;
}

.job-accordion-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 16px 16px 32px 0;
  border-bottom: 1px solid #0057ac;
  cursor: pointer;
  transition: background 0.2s;
}

.job-accordion-content {
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 16px;
  font-size: 14px;
  color: #091142;
  height: 0;
  p {
    color: #ffffff;
    line-height: 180%;
  }
  strong {
    font-weight: 600;
  }
}

.job-info {
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  border-left: 2px solid #0072ce;
  padding-left: 1em;
}

.job-row {
  display: flex;
  padding: 1em 0;
  color: #091142;
  align-items: center;
  &:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}

.job-title {
  width: 100px;
  font-weight: bold;
}

.job-detail {
  flex: 1;
}

.job-detail ul {
  margin: 0;
  padding-left: 1em;
}

.job-detail li {
  list-style: disc;
  margin-bottom: 0.5em;
  color: #091142;
}

.job-detail p {
  margin: 0;
  line-height: 1.5;
  color: #091142;
}

/* プラスアイコン */
.icon-plus {
  width: 21px;
  height: 21px;
  position: relative;
}
.icon-plus::before,
.icon-plus::after {
  content: "";
  position: absolute;
  background: #0e76ff;
  left: 50%;
  top: 50%;
  transition: 0.3s ease;
}
.icon-plus::before {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.icon-plus::after {
  height: 2px;
  width: 100%;
  transform: translate(-50%, -50%);
}
.job-accordion-item.open .icon-plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* 三角アイコン */
.icon-triangle {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #0057ac;
  transition: 0.3s ease;
  &::before {
    content: none;
  }
}
.job-accordion-item.open .icon-triangle {
  transform: rotate(180deg);
}

.recruit-jobs {
  .job-accordion-btn {
    border-bottom: 2.5px solid #ffffff;
  }
}

/* アクティブ状態 */
.job-accordion-item.open .job-accordion-content {
  height: auto;
  padding: 16px;
}

.job-accordion-btn {
  span {
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    display: flex;
    gap: 60px;
  }
  strong {
    color: #fff;
    font-family: "Hiragino Kaku Gothic StdN";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px; /* 70% */
    min-width: 220px;
    display: inline-block;
    text-align: left;
  }
}
.recruit-jobs {
  padding: 60px 50px;
  .job-accordion-btn {
    span,
    strong {
      color: #0057ac;
    }
  }
  .section-title {
    color: #0057ac;
  }
}

.recruit-form {
  h2 {
    color: #091142;
    font-family: "Hiragino Kaku Gothic StdN";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .recruit-message {
    padding: 30px 0;
    h2 {
      padding: 0 5%;
    }
  }
  .common-fv-box .common-fv-box {
    top: 60%;
  }
  .recruit-principle {
    padding: 30px 5%;
  }

  .recruit-jobs,
  .recruit-principle,
  .recruit-message {
    /* 共通 */
    .section-title {
      font-size: 42px;
      line-height: 130%;
      padding-bottom: 16px;
    }
  }
  .job-accordion-btn {
    padding: 16px 0;
    span {
      gap: 15px;
      flex-direction: column;
      font-size: 16px;
      text-align: left;
    }
    &:not:first-of-type {
      border-top: 1px solid #0057ac;
    }
  }
  .job-accordion-item.open .job-accordion-content {
    padding: 16px 0;
  }
  .job-accordion-content {
    padding: 0;
  }
  .recruit-message-bottom__text {
    padding: 0 5%;
  }
  .recruit-message-bottom {
    padding: 30px 0;
  }
  .recruit-message-bottom__inner {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    flex-direction: column;
  }
  .recruit-message-bottom__text {
    h2 {
      font-size: 42px;
    }
  }
  .recruit-jobs {
    padding: 30px 5%;
  }
  .icon-triangle {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0057ac;
  }
  .job-detail li {
    line-height: 170%;
  }
  /*PC版も縦方向のセンター寄せ
  .job-row{
    align-items: center;
  }*/
  .recruit-message__inner {
    p {
      padding: 0 5%;
    }
  }
  .recruit-message__impact {
    p {
      font-size: 23.5px;
      padding: 7.5px 15px;
    }
  }
  .recruit-message__impact {
    padding-top: 65%;
  }
  .recruit-message__inner {
    img {
      max-width: 100%;
      height: auto;
      position: absolute;
      width: 90%;
      bottom: 14%;
      left: 50%;
      margin: auto;
      transform: translateX(-50%);
    }
  }
  .recruit-message__inner > p:nth-of-type(2),
  .recruit-message__inner > p:nth-of-type(3) {
    max-width: 100%;
  }
  .recruit-message__impact {
    padding-top: 55%;
  }
}
@media screen and (max-width: 500px) {
  .recruit-message-bottom__inner img {
    width: 100%;
    height: auto;
  }
  .accordion-list {
    padding-top: 24px;
  }
  .recruit-message__inner img {
    width: 90%;
    bottom: 22%;
  }
  .recruit-message {
    h2 {
      font-size: 36px;
    }
    .container {
      padding: 0;
    }
  }
  .recruit-form {
    padding: 30px 5%;
    h2 {
      font-size: 42px;
    }
  }
  .recruit {
    .common-fv-box {
      top: 60%;
    }
    .common-title {
      font-size: 48px;
    }
    .common-subtitle {
      font-size: 16px;
      padding-top: 10px;
    }
  }
}

.privacy-check {
  input[type="checkbox"] {
    appearance: none;
    width: auto;
    height: 19px;
    cursor: pointer;
    position: relative;
  }
}
