@charset "UTF-8";
.oms-recruit {
  --oms-recruit-side-space: 70px;
  color: #fff;
  background: #1d2088;
}
@media screen and (max-width: 768px) {
  .oms-recruit {
    --oms-recruit-side-space: 40px;
  }
}
@media screen and (max-width: 600px) {
  .oms-recruit {
    --oms-recruit-side-space: 6.25vw;
  }
}

.oms-recruit + footer .ft_top {
  margin-top: 0 !important;
}

.oms-recruit-hero {
  position: relative;
  min-height: 448px;
  display: grid;
  place-items: center;
  padding: 80px var(--oms-recruit-side-space);
  box-sizing: border-box;
  background: url("../images/recruit_header.jpg") center center/cover;
  overflow: hidden;
}
.oms-recruit-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2784313725);
}
@media screen and (max-width: 600px) {
  .oms-recruit-hero {
    min-height: 300px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.oms-recruit-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.oms-recruit-hero__en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.oms-recruit-hero__title {
  margin-top: 12px;
  font-size: 4.4rem;
  line-height: 1.2;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2784313725);
}
@media screen and (max-width: 600px) {
  .oms-recruit-hero__title {
    font-size: 2.8rem;
  }
}

.oms-recruit-breadcrumb {
  display: flex;
  align-items: center;
  padding: 0 var(--oms-recruit-side-space);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  .oms-recruit-breadcrumb {
    font-size: 1.2rem;
  }
}
.oms-recruit-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.oms-recruit-breadcrumb a:after {
  content: "/";
  margin: 0 13px;
  color: #fff;
}
.oms-recruit-breadcrumb a:hover {
  text-decoration: underline;
}
.oms-recruit-breadcrumb span {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .oms-recruit-breadcrumb a:after {
    margin: 0 10px;
  }
}

.oms-recruit-main {
  padding: 82px var(--oms-recruit-side-space) 96px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .oms-recruit-main {
    padding-top: 64px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 600px) {
  .oms-recruit-main {
    padding-top: 50px;
  }
}

.oms-recruit-section .oms-recruit-heading {
  margin-bottom: 100px;
}
.oms-recruit-section {
  max-width: 868px;
  margin: 0 auto 92px;
}
.oms-recruit-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .oms-recruit-section {
    margin-bottom: 70px;
  }
}

.oms-recruit-section--info {
  max-width: 1080px;
  padding-top: 92px;
  border-top: 1px solid #fff;
}
.oms-recruit-section--info .oms-recruit-heading {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 58px;
  margin-left: auto;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: left;
}
.oms-recruit-section--info .oms-recruit-heading:after {
  content: none;
}
.oms-recruit-section--info .oms-recruit-heading--flow {
  max-width: 640px;
  margin-bottom: 46px;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.oms-recruit-section--info .oms-recruit-heading--notes {
  margin-bottom: 28px;
}
@media screen and (max-width: 600px) {
  .oms-recruit-section--info .oms-recruit-heading--notes {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .oms-recruit-section--info {
    padding-top: 72px;
  }
}
@media screen and (max-width: 600px) {
  .oms-recruit-section--info {
    padding-top: 56px;
  }
  .oms-recruit-section--info .oms-recruit-heading {
    font-size: 2.3rem;
  }
}

.oms-recruit-heading {
  margin-bottom: 50px;
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
}
.oms-recruit-heading:after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  margin: 16px auto 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .oms-recruit-heading {
    margin-bottom: 38px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .oms-recruit-heading {
    font-size: 2.3rem;
  }
}

.oms-recruit-subheading {
  max-width: 640px;
  margin: 0 auto 20px;
  color: #1d2088;
  box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  border-bottom: 0;
}
.oms-recruit-subheading:after {
  content: none;
}

.oms-recruit-department {
  margin-bottom: 76px;
}
.oms-recruit-department:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .oms-recruit-department {
    margin-bottom: 54px;
  }
}

.oms-recruit-job {
  position: relative;
  overflow: visible;
  margin-bottom: 34px;
  color: #1f2433;
  background: transparent;
  border: 0;
}
.oms-recruit-job:before {
  content: "";
  position: absolute;
  top: 9px;
  right: -8px;
  bottom: -9px;
  left: 8px;
  z-index: 0;
  background: #fff;
  border: 2px solid #1d2088;
  border-radius: 5px;
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .oms-recruit-job:before {
    right: -6px;
    bottom: -7px;
    left: 6px;
  }
}

.oms-recruit-job__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 81px;
  padding: 16px 27px;
  color: #1d2088;
  background: #fff;
  border: 2px solid #1d2088;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.03em;
  text-align: left;
  -webkit-appearance: none;
          appearance: none;
}
.oms-recruit-job__head > span:first-child {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 600px) {
  .oms-recruit-job__head {
    min-height: 81px;
    padding: 16px 18px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.oms-recruit-job__icon {
  position: relative;
  width: 47px;
  height: 47px;
  margin-left: 24px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #1d2088;
  border-radius: 50%;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.oms-recruit-job__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 16px;
  background: url("../images/recruit_accordion_arw.png") center center/contain no-repeat;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.oms-recruit-job__head.is-open .oms-recruit-job__icon {
  background-color: #1d2088;
  border-color: #1d2088;
}
.oms-recruit-job__head.is-open .oms-recruit-job__icon:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.oms-recruit-job__body {
  position: relative;
  z-index: 1;
  display: none;
  margin: 0 -8px 0 8px;
  padding: 50px clamp(34px, 7vw, 90px) 78px;
  background: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .oms-recruit-job__body {
    padding: 32px clamp(22px, 4.43vw, 34px) 42px;
  }
}
@media screen and (max-width: 600px) {
  .oms-recruit-job__body {
    margin-right: -6px;
    margin-left: 6px;
    padding: 28px clamp(18px, 5.87vw, 22px) 34px;
  }
}

.oms-recruit-table {
  overflow: visible;
  margin: 0 auto 100px;
}
.oms-recruit-table table {
  width: 100%;
  min-width: 0;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  background: #fff;
  border-top: 1px solid #1d2088;
  border-left: 1px solid #1d2088;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
}
.oms-recruit-table th,
.oms-recruit-table td {
  padding: 10px 8px;
  border-right: 1px solid #1d2088;
  border-bottom: 1px solid #1d2088;
  box-sizing: border-box;
  color: #1f2433;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
.oms-recruit-table th {
  padding-left: 13px;
  width: 22%;
  color: #fff;
  background: #9794c3;
  font-weight: bold;
  line-height: 2.3;
  text-align: left;
  vertical-align: top;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.oms-recruit-table td {
  padding: 10px 17px;
  background: #fff;
  line-height: 1.7;
  white-space: pre-line;
}
.oms-recruit-table .oms-recruit-detail-table__group {
  padding-left: 11px;
  width: 23%;
  color: #fff;
  background: #1d2088;
  line-height: 2.3;
  text-align: left;
  vertical-align: top;
  border-right-color: #1d2088;
  border-bottom-color: #fff;
}
.oms-recruit-table .oms-recruit-detail-table__sub-last {
  border-bottom-color: #1d2088;
}
.oms-recruit-table tr:last-child th {
  border-bottom-color: #1d2088;
}
@media screen and (max-width: 600px) {
  .oms-recruit-table {
    overflow: visible;
  }
  .oms-recruit-table table {
    min-width: 0;
    max-width: none;
    border-right: 1px solid #1d2088;
  }
  .oms-recruit-table table,
  .oms-recruit-table tbody,
  .oms-recruit-table tr,
  .oms-recruit-table th,
  .oms-recruit-table td {
    display: block;
    width: 100%;
  }
  .oms-recruit-table th,
  .oms-recruit-table td {
    border-right: 0;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .oms-recruit-table th,
  .oms-recruit-table .oms-recruit-detail-table__group {
    width: 100%;
    padding: 8px 12px;
    line-height: 2.3;
  }
  .oms-recruit-table td {
    padding: 12px;
  }
  .oms-recruit-table .oms-recruit-detail-table__group,
  .oms-recruit-table .oms-recruit-detail-table__sub-last {
    border-bottom-color: #fff;
  }
}

.oms-recruit-application {
  max-width: 640px;
  margin: 0 auto;
  color: #1d2088;
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.03em;
}
.oms-recruit-application h2 {
  display: table;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #1d2088;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  border-bottom: 0;
  text-align: center;
}
.oms-recruit-application h2:after {
  content: "";
  display: block;
  width: 127px;
  height: 2px;
  margin-top: 0;
  background: #1d2088;
}
.oms-recruit-application h3 {
  position: relative;
  margin: 0 0 10px;
  padding-left: 10px;
  color: #1d2088;
  font-size: 2rem;
  line-height: 2.5;
  letter-spacing: 0.03em;
}
.oms-recruit-application h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2.3rem;
  background: #1d2088;
  transform: translateY(-50%);
}
.oms-recruit-application p {
  margin-bottom: 0;
}

.oms-recruit-application__block {
  margin-bottom: 42px;
}
.oms-recruit-application__block:last-child {
  margin-bottom: 0;
}

.oms-recruit-application__text {
  white-space: pre-line;
}

.oms-recruit-file-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  height: 4.7rem;
  min-width: 0;
  min-height: 0;
  margin-top: 18px;
  padding: 0;
  color: #1d2088;
  background: #fff;
  border: 1px solid #1d2088;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.oms-recruit-file-link:after {
  content: none;
}
.oms-recruit-file-link:hover {
  color: #fff;
  background: #1d2088;
  opacity: 1;
}

.oms-recruit-empty {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: -80px;
}

.oms-recruit-flow {
  max-width: 640px;
  margin: 0 auto 50px;
}

.oms-recruit-flow__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 28px;
  position: relative;
  margin-bottom: 84px;
  color: #fff;
}
.oms-recruit-flow__item:before, .oms-recruit-flow__item:after {
  content: "";
  position: absolute;
  left: 40px;
}
.oms-recruit-flow__item:before {
  top: 96px;
  width: 1px;
  height: 51px;
  background: #fff;
}
.oms-recruit-flow__item:after {
  top: 139px;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M1 3L6 8L11 3' fill='none' stroke='%23ffffffb8' stroke-width='1'/%3E%3C/svg%3E") center center/contain no-repeat;
  transform: translateX(-50%);
}
.oms-recruit-flow__item:last-child {
  margin-bottom: 0;
}
.oms-recruit-flow__item:last-child:before, .oms-recruit-flow__item:last-child:after {
  content: none;
}

.oms-recruit-flow__title {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  color: #1d2088;
  background: #fff;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

.oms-recruit-flow__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}
.oms-recruit-flow__text p {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .oms-recruit-flow__text {
    text-align: left;
  }
}

.oms-recruit-notes {
  max-width: 640px;
  margin: 0 auto 138px;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.4;
  white-space: pre-line;
}
.oms-recruit-notes p {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .oms-recruit-notes {
    margin-bottom: 92px;
  }
}

.oms-recruit-contact {
  overflow: visible;
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.oms-recruit-flow + .oms-recruit-contact {
  margin-top: 96px;
}

.oms-recruit-contact__title {
  margin-bottom: 34px;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .oms-recruit-contact__title {
    font-size: 2.3rem;
  }
}

.oms-recruit-contact__body {
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
.oms-recruit-contact__body p {
  margin-bottom: 0;
}

.oms-recruit-contact__lead {
  margin-bottom: 22px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 1.8rem;
}
.oms-recruit-contact__lead span {
  font-size: 1.4rem;
}

.oms-recruit-contact__text {
  margin-bottom: 24px;
  white-space: pre-line;
}

.oms-recruit-contact__button {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.oms-recruit-contact__button:hover {
  color: #1d2088;
  background: #fff;
  opacity: 1;
}

.oms-recruit-privacy {
  margin-top: 28px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}

.oms-recruit-privacy__notes {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.oms-recruit-privacy__notes li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.2em;
}
.oms-recruit-privacy__notes li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.oms-recruit-privacy__notes a {
  color: #fff;
  text-decoration: underline;
}
.oms-recruit-privacy__notes a:hover {
  opacity: 0.8;
}

.oms-recruit-privacy__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.oms-recruit-privacy__agree {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  cursor: pointer;
}

.oms-recruit-privacy__checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #fff;
}

.oms-recruit-privacy__agree-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.oms-recruit-privacy__mail.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.oms-recruit-privacy__mail.is-disabled:hover {
  color: #fff;
  background: transparent;
}

.oms-recruit-content {
  max-width: 920px;
  margin: 0 auto;
}