.breadcrumb {
  font-size: 1.4rem;
  color: #9ca3af;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.breadcrumb a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb a:hover {
  color: #1e293b;
}
.breadcrumb .breadcrumb__link {
  color: #9ca3af;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.breadcrumb .breadcrumb__link:hover {
  color: #1e293b;
}
.breadcrumb span {
  margin: 0 0.8rem;
}
.breadcrumb .breadcrumb__memu {
  color: #1e293b;
  margin-left: 0px;
  margin-right: 0px;
}
.staff__banner {
  width: 100%;
  max-width: calc(1240px + 3.2rem);
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin: 0 auto;
}
.staff__banner {
  background-image: url("../../img/common/mv_bk.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 80%;
}
@media screen and (max-width: 768px) {
  .staff__banner {
    background-image: url("../../img/common/mv_bk_sp.png");
    background-position: center 10%;
  }
}
.staff__banner-content {
  padding: 22rem 0;
}
@media screen and (max-width: 768px) {
  .staff__banner-content {
    padding: 8rem 0 6.4rem 0;
    margin-top: 7.2rem;
  }
}
.staff__banner-title {
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #1e293b;
  margin-bottom: 6.4rem;
  position: relative;
}
.staff__banner-title::before {
  content: "Staff Registration";
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.8rem);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #00004e;
  font-family: "EB Garamond", sans-serif;
}
@media screen and (max-width: 768px) {
  .staff__banner-title::before {
    font-size: 1.6rem;
    bottom: calc(100% + 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .staff__banner-title {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.staff__form {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .staff__form {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.staff__description {
  color: #151c29;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media only screen and (max-width: 768px) {
  .staff__description {
    font-size: 1.5rem;
  }
}
.contact-form {
  margin-top: 4rem;
}
.contact-form__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  align-self: stretch;
}
.contact-form__wrapper {
  display: flex;
  padding: 4rem 16rem;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 0.4rem;
  background: #ffffff;
  max-width: 148rem;
}
@media only screen and (max-width: 768px) {
  .contact-form__wrapper {
    padding: 4rem 3.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form__wrapper {
    padding: 4rem 1.6rem;
  }
}
.contact-form__wrapper span[aria-hidden="true"] {
  color: #e60012;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.contact-form__field {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 2.4rem 0;
  align-items: center;
  gap: 0.8rem;
  align-self: stretch;
  border-bottom: 1px solid #cacae0;
}
@media only screen and (max-width: 768px) {
  .contact-form__field {
    grid-template-columns: 1fr;
  }
}
.contact-form__label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: #151c29;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .contact-form__label {
    font-size: 1.5rem;
  }
}
.contact-form__required {
  color: #e60012;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.024rem;
}
.contact-form__input {
  display: flex;
  min-height: 5.6rem;
  padding: 1.2rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  flex: 1 0 0;
  background: #f8fafc;
  color: #151c29;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.064rem;
  width: 100%;
}
.contact-form__input::placeholder {
  color: #7f8aa6;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .contact-form__input {
    font-size: 1.5rem;
  }
}
.contact-form__textarea {
  width: 100%;
  min-height: 12rem;
  padding: 1.2rem 1.6rem;
  background: #f8fafc;
  color: #151c29;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.064rem;
  resize: vertical;
}
.contact-form__textarea::placeholder {
  color: #7f8aa6;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .contact-form__textarea {
    font-size: 1.5rem;
  }
}
.contact-form__radio-group {
  display: flex;
  flex-direction: column;
}
.contact-form__radio {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  gap: 1.6rem;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.contact-form__radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.contact-form__radio-circle {
  width: 1.9rem;
  height: 1.9rem;
  border: 0.1rem solid #1e293b;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-grid;
  place-items: center;
  transition: all 0.18s ease;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}
.contact-form__radio-circle::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: transparent;
  transform: scale(0);
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.contact-form__radio-input:focus + .contact-form__radio-circle,
.contact-form__radio-input:focus-visible + .contact-form__radio-circle {
  outline: none;
}
.contact-form__radio-input:checked + .contact-form__radio-circle {
  border-color: #151c29;
  background-color: #ffffff;
}
.contact-form__radio-input:checked + .contact-form__radio-circle::after {
  background-color: #151c29;
  transform: scale(1);
}
.contact-form__radio-text {
  color: #151c29;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
}
@media only screen and (max-width: 768px) {
  .contact-form__radio-text {
    font-size: 1.5rem;
  }
}
.contact-form__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.contact-form__checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: auto;
}
.contact-form__checkbox-box {
  width: 1.9rem;
  height: 1.9rem;
  border: 0.1rem solid #1e293b;
  border-radius: 0.4rem;
  display: inline-grid;
  place-items: center;
  background-color: #ffffff;
  transition: all 0.18s ease;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}
.contact-form__checkbox-input:focus + .contact-form__checkbox-box,
.contact-form__checkbox-input:focus-visible + .contact-form__checkbox-box {
  outline: none;
}
.contact-form__checkbox-input:checked + .contact-form__checkbox-box {
  background-color: #151c29;
  border-color: #151c29;
}
.contact-form__checkbox-box::after {
  content: "";
  width: 1rem;
  height: 0.6rem;
  border-left: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.12s ease, border-color 0.12s ease;
  display: inline-block;
}
.contact-form__checkbox-input:checked + .contact-form__checkbox-box::after {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  transform: rotate(-45deg) scale(1);
}
.contact-form__checkbox-text {
  color: #151c29;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media only screen and (max-width: 768px) {
  .contact-form__checkbox-text {
    font-size: 1.5rem;
  }
}
.contact-form__link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact-form__actions {
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.contact-form__actions span {
  display: none;
}
.contact-form__submit {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26rem;
  background: linear-gradient(to right, #20359e, #00004e);
  color: #ffffff;
  padding: 2.4rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.4rem;
  border: none;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contact-form__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.contact-form__submit:hover::after {
  background-color: #ffffff;
  filter: none;
}
.contact-form__submit::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6.4rem;
  width: 0.1rem;
  height: 4.6rem;
  background-color: #7f8aa6;
}
.contact-form div[aria-hidden="true"] {
  color: #e60012;
  font-size: 1.4rem;
  border: 0.1rem solid #e60012 !important;
  padding: 2.4rem;
  margin: 0;
  margin-top: 4rem;
  width: 100%;
  text-align: center;
}
.staff__banner {
  margin-bottom: 0 !important;
}
.staff__main {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .staff__main {
    margin-bottom: 8rem !important;
  }
}
.contact-form__submit {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.contact-form__agreement:has(input[type="checkbox"]:checked)
  ~ .contact-form__actions
  .contact-form__submit {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.staff__image {
  position: relative;
  flex-shrink: 0;
}
.staff__image .staff__hero {
  box-sizing: border-box;
  padding-left: calc((100vw - 1120px) / 2 - 0.6rem);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.8rem;
  position: relative;
  align-content: stretch;
  height: 36rem;
  width: 100%;
}
@media (max-width: 1800px) {
  .staff__image .staff__hero {
    padding-left: calc((100vw - 1120px) / 2 - 0.6rem);
  }
}
@media (max-width: 1280px) {
  .staff__image .staff__hero {
    padding-left: 1.6rem;
  }
}
@media (min-width: 1921px) {
  .staff__image .staff__hero {
    padding-right: calc(100vw - (1586px + ((100vw - 1120px) / 2 - 0.6rem)));
  }
}
.staff__image .staff__hero .staff__heroImage {
  position: relative;
  flex-shrink: 0;
  flex: 1 0 0;
  display: block;
  min-width: 1px;
  min-height: 1px;
  height: 100%;
}
.staff__image .staff__hero .staff__heroImage img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  inset: 0px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .staff__image .staff__hero {
    height: 20rem;
  }
}
.staff__intro {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  flex-shrink: 0;
  padding-left: calc((100vw - 1120px) / 2 - 0.6rem);
  padding-right: 4rem;
  display: flex;
  gap: 4rem;
}
@media (max-width: 1800px) {
  .staff__intro {
    padding-left: calc((100vw - 1120px) / 2 - 0, 6rem);
  }
}
@media (max-width: 1280px) {
  .staff__intro {
    padding-left: 1.6rem;
  }
}
@media (max-width: 768px) {
  .staff__intro {
    padding-left: 1.6rem !important;
  }
}
@media (min-width: 1921px) {
  .staff__intro {
    padding-right: calc(
      100vw - (1586px + ((100vw - 1120px) / 2 - 0.6rem)) + 4rem
    );
  }
}
.staff__intro--text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #151c29;
  font-weight: 500;
  font-size: 1.6rem;
  max-width: 52.78vw;
  width: 100%;
  padding-right: 0;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .staff__intro--text {
    padding-right: 2.4rem;
    font-size: 1.5rem;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .staff__intro {
    padding-left: 1.6em !important;
  }
}
@media (max-width: 768px) {
  .staff__intro--image {
    width: 100% !important;
  }
}
.staff__intro--image img {
  width: 100%;
}
@media (max-width: 768px) {
  .staff__intro--image img {
    width: 58.7vw !important;
    margin-top: 0.8rem;
    float: right;
  }
}
@media (max-width: 768px) {
  .staff__intro {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 4rem;
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media (max-width: 600px) {
  .staff__intro {
    padding-left: 2.4rem;
    padding-bottom: 0;
    margin-bottom: 0.8rem !important;
  }
}
.staff__inner {
  width: 100%;
  max-width: calc(1120px + 4.8rem);
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  margin: 0 auto;
}
.staff__info {
  margin-bottom: 12rem !important;
}
.staff__info--title {
  padding-left: 2.4rem;
  border-left-style: solid;
  border-left-width: 4px;
  border-image: linear-gradient(to bottom, #00004e, #20359e) 1;
  margin-bottom: 4rem;
  line-height: 1;
}
.staff__info--title--text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  padding: 1.1rem 0;
}
@media (max-width: 768px) {
  .staff__info--title--text {
    font-size: 2rem;
    padding: 0;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .staff__info--title {
    padding-left: 1.6rem;
  }
}
.staff__info .content__wrapper {
  background-color: white;
  padding: 4rem;
  border: 1px solid #cacae0;
}
.staff__info .content__wrapper--title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
.staff__info .content__wrapper--title--text {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #151c29;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--title--text {
    font-size: 1.6rem;
  }
}
.staff__info .content__wrapper--title--line {
  height: 1px;
  background-color: #cacae0;
  flex: 1;
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--title--line {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--title {
    flex-direction: column;
    align-items: start;
    gap: 1.2rem;
  }
}
.staff__info .content__wrapper--category {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.staff__info .content__wrapper--category--item {
  max-width: 12rem;
  background-color: rgba(0, 0, 78, 0.1);
  padding: 1.2rem 1.8rem;
  font-weight: 600;
  font-size: 1.05rem;
  font-family: "EB Garamond", serif;
  border-radius: 99.9rem;
  line-height: 1;
  color: #7f8aa6;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--category--item {
    max-width: 12.5rem;
  }
}
@media (max-width: 600px) {
  .staff__info .content__wrapper--category {
    gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .staff__info .content__wrapper {
    padding: 4rem 2.4rem !important;
  }
}
.staff__info .content__wrapper--info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8rem;
}
.staff__info .content__wrapper--info--list {
  grid-column: span 3 / span 3;
}
.staff__info .content__wrapper--info--list--detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.staff__info .content__wrapper--info--list--detail--left {
  padding: 2.4rem;
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #00004e, #20359e) 1;
}
.staff__info .content__wrapper--info--list--detail--left span {
  color: #7f8aa6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--info--list--detail--left span {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--info--list--detail--left {
    border: none;
    padding: 1.6rem !important;
  }
}
.staff__info .content__wrapper--info--list--detail--right {
  align-items: center;
  padding: 2.4rem;
  grid-column: span 2 / span 2;
  border-bottom: 1px solid #cacae0;
}
.staff__info .content__wrapper--info--list--detail--right span,
.staff__info .content__wrapper--info--list--detail--right p {
  color: #151c29;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
.staff__info .content__wrapper--info--list--detail--right span ul,
.staff__info .content__wrapper--info--list--detail--right p ul {
  list-style: disc;
  margin-left: 3rem;
  font-weight: 500;
  line-height: 1.7;
}
.staff__info .content__wrapper--info--list--detail--right span p,
.staff__info .content__wrapper--info--list--detail--right p p {
  font-weight: 500;
  line-height: 1.7;
}
.staff__info .content__wrapper--info--list--detail--right span span,
.staff__info .content__wrapper--info--list--detail--right p span {
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--info--list--detail--right span,
  .staff__info .content__wrapper--info--list--detail--right p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--info--list--detail--right {
    padding: 1.6rem !important;
  }
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--info--list--detail {
    grid-template-columns: repeat(1, 1fr);
  }
}
.staff__info .content__wrapper--info--link {
  margin-top: 0;
  width: 100%;
  grid-column: span 1 / span 1;
  display: flex;
  align-items: end;
  justify-content: end;
}
.staff__info .content__wrapper--info--link a {
  padding-right: 3.2rem;
  border: 1px solid #cacae0;
  background-color: white;
  color: #00004e;
  position: relative;
  display: inline-block;
  width: 240px;
  text-align: center;
  padding: 2.3rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
}
.staff__info .content__wrapper--info--link a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 64px;
  width: 1px;
  height: 46px;
  background-color: #7f8aa6;
}
.staff__info .content__wrapper--info--link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--info--link {
    margin-top: 4rem;
  }
}
@media (max-width: 1280px) {
  .staff__info .content__wrapper--info {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .staff__info .content__wrapper--info {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 768px) {
  .staff__info .content__wrapper {
    margin-bottom: 8rem;
  }
}
.staff__info .content__wrapper:not(:last-child) {
  margin-bottom: 4rem;
}
.staff__info--btn {
  margin-top: 4rem;
  display: flex;
  justify-content: end;
}
.staff__info--btn a {
  position: relative;
  display: inline-block;
  width: 240px;
  background: linear-gradient(to right, #20359e, #00004e);
  color: #ffffff;
  padding: 2.4rem 0 2.4rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-image: linear-gradient(to right, #20359e, #00004e);
}
.staff__info--btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 64px;
  width: 1px;
  height: 46px;
  background-color: #7f8aa6;
}
.staff__info--btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 32px;
  height: 32px;
  background-image: url(../../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(0) invert(1);
}
.title__type1 {
  font-family: "Zen Old Mincho", serif;
  padding-left: 2.4rem !important;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  padding: 1.1rem 0;
  margin-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .title__type1 {
    font-size: 2rem;
    padding-left: 1.6rem !important;
    padding: 0;
    line-height: 1.5;
  }
}
.company_point_flexBox_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4rem !important;
}
.point .company_point_flexBox_item::after {
  top: 46%;
  height: 600px;
}
.company_point_flexBox_item .point_flexBox_item {
  padding-top: 7rem;
  padding-bottom: 4rem;
}
.company_point_flexBox_item .service__point_flexBox_number::before {
  content: "Strength";
  font-size: 2rem;
  background: linear-gradient(to right, #00004e, #20359e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  top: -56%;
  padding-bottom: 10px;
}
.company_point_flexBox_item .service__point_flexBox_number p {
  background: linear-gradient(to right, #00004e, #20359e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.company_point_flexBox_item .company__point_flexBox_header {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2rem;
  margin-bottom: 2.4rem;
  height: fit-content !important;
  align-content: start;
  line-height: 1.5;
}
.company_point_flexBox_item .service__point_flexBox_text {
  margin-bottom: 2.4rem;
  max-width: 29rem;
  line-height: 1.7;
  letter-spacing: 0 !important;
}
.company_point_flexBox_item img {
  width: 100% !important;
  max-width: 29rem;
  margin: 0 auto;
  aspect-ratio: 1 !important;
  height: auto !important;
}
.service__point_flexBox_item {
  flex: 1;
  padding: 4.8rem 4rem 6.7rem 4rem;
  position: relative;
}
.service__point_flexBox_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 205px;
  background-color: #cacae0;
}
.service__point_flexBox_item:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .service__point_flexBox_item {
    flex: 1 1 100%;
    width: 100%;
    padding: 4rem 1.6rem 2.4rem 1.6rem;
  }
  .service__point_flexBox_item::after {
    display: none;
  }
  .service__point_flexBox_item:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
    background-color: #cacae0;
    display: none !important;
  }
}
@media (max-width: 768px) {
  .service__point_flexBox_item:not(:last-child) .point_flexBox_item {
    border-bottom: 1px solid #cacae0;
  }
}
.staff__benefit .staff__benefit--desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #151c29;
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .staff__benefit .staff__benefit--desc {
    font-size: 1.5rem;
    margin: 0 auto 4rem auto;
  }
}
.staff__benefit--wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.staff__benefit--wrapper--item {
  grid-column: span 1 / span 1;
  padding: 4rem;
  background-color: #7f8aa6;
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.staff__benefit--wrapper--item--title {
  text-align: center;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  font-family: "Zen Old Mincho", serif !important;
  color: white !important;
  line-height: 1;
  letter-spacing: 0.096rem;
}
@media (max-width: 768px) {
  .staff__benefit--wrapper--item--title {
    font-size: 2rem !important;
  }
}
.staff__benefit--wrapper--item--desc {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white !important;
  line-height: 1.7;
  min-height: 11rem;
}
@media (max-width: 1280px) {
  .staff__benefit--wrapper--item--desc {
    min-height: 13.75rem;
  }
}
@media (max-width: 1024px) {
  .staff__benefit--wrapper--item--desc {
    min-height: 16.5rem;
  }
}
@media (max-width: 768px) {
  .staff__benefit--wrapper--item--desc {
    font-size: 1.5rem !important;
    min-height: 11rem;
  }
}
.staff__benefit--wrapper--item--icon {
  width: 16rem;
  height: 16rem;
  background-color: white;
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .staff__benefit--wrapper--item--icon {
    width: 12rem;
    height: 12rem;
    padding: 0 2.25rem;
  }
}
@media (max-width: 768px) {
  .staff__benefit--wrapper--item {
    gap: 2.4rem;
  }
}
@media (max-width: 768px) {
  .staff__benefit--wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 36rem;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .staff__benefit--wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    margin: 0 auto;
  }
}
.staff__process--step {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .staff__process--step {
    margin-top: 10rem;
  }
}
.staff__process--step--item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.staff__process--step--item--label {
  position: absolute;
  left: 0;
  font-family: "EB Garamond", serif;
  border-radius: 0.4rem;
  text-align: center;
  padding: 1.6rem 0;
  width: 24rem;
  background-color: #cacae0;
  color: #00004e;
}
.staff__process--step--item--label p {
  font-size: 2.4rem;
  line-height: 1;
}
.staff__process--step--item--label span {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .staff__process--step--item--label {
    width: 18rem;
  }
}
@media (max-width: 768px) {
  .staff__process--step--item--label {
    width: 16rem;
    top: -25%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
  }
}
.staff__process--step--item--content {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
  background-color: white;
  border: 1px solid #00004e;
  padding: 4rem 4rem 4rem 8rem;
  width: calc(100% - 20rem);
  justify-content: space-between;
  border-radius: 0.4rem;
}
.staff__process--step--item--content--left {
  width: 100%;
}
.staff__process--step--item--content--left--text {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
.staff__process--step--item--content--left--text p {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #151c29;
  white-space: nowrap;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .staff__process--step--item--content--left--text p {
    padding-bottom: 1.2rem;
    text-align: center;
    font-size: 1.6rem;
  }
}
.staff__process--step--item--content--left--text .line {
  height: 1px;
  width: 100%;
  background-color: #cacae0;
}
@media (max-width: 768px) {
  .staff__process--step--item--content--left--text {
    gap: 3rem;
    display: block;
    margin-bottom: 1.6rem;
  }
}
.staff__process--step--item--content--left .sub--text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #151c29;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .staff__process--step--item--content--left .sub--text {
    text-align: center;
    font-size: 1.5rem;
  }
}
.staff__process--step--item--content--img {
  width: 18rem;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .staff__process--step--item--content--img {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .staff__process--step--item--content--img {
    width: 18rem;
  }
}
@media (max-width: 1024px) {
  .staff__process--step--item--content {
    padding: 3rem 3rem 3rem 6rem;
    width: calc(100% - 15rem);
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .staff__process--step--item--content {
    flex-direction: column;
    align-items: center;
    padding: 8rem 2.4rem 4rem 2.4rem;
    width: 100%;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .staff__process--step--item {
    display: block;
  }
}
.staff__system--desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #151c29;
  margin-bottom: 4rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .staff__system--desc {
    font-size: 1.5rem;
  }
}
.staff__system--wrapper {
  padding: 4rem 8rem;
  display: flex;
  flex-direction: row;
  gap: 8rem;
  justify-content: space-between;
  align-items: center;
  border: 4px solid #7f8aa6;
}
.staff__system--wrapper--text {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #151c29;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  .staff__system--wrapper--text {
    font-size: 2rem;
  }
}
.staff__system--wrapper--list {
  width: 100%;
}
.staff__system--wrapper--list--item {
  padding: 1.6rem 2.4rem;
  border: 1px solid #7f8aa6;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #151c29;
  gap: 4rem;
  line-height: 1.7;
}
.staff__system--wrapper--list--item p:nth-child(2) {
  font-weight: 500;
}
@media (max-width: 768px) {
  .staff__system--wrapper--list--item {
    font-size: 1.5rem !important;
  }
}
.staff__system--wrapper--list--item:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .staff__system--wrapper--list:first-of-type
    .staff__system--wrapper--list--item {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .staff__system--wrapper {
    padding: 4rem 2.4rem;
    flex-direction: column;
    gap: 4rem;
  }
}
.staff__system--wrapper:not(:last-child) {
  margin-bottom: 4rem;
}
.staff__system--btn {
  display: flex;
  justify-content: end;
  margin-bottom: 12rem;
}
.staff__system--btn--wrapper {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}
.staff__system--btn--wrapper a {
  position: relative;
  display: inline-block;
  width: 240px;
  text-align: center;
  background: linear-gradient(to right, #20359e, #00004e);
  color: #ffffff;
  padding: 2.4rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-image: linear-gradient(to right, #20359e, #00004e);
}
.staff__system--btn--wrapper a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 64px;
  width: 1px;
  height: 46px;
  background-color: #7f8aa6;
}
.staff__system--btn--wrapper a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 32px;
  height: 32px;
  background-image: url(../../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .staff__system--btn--wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .staff__system--btn {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .staff__system {
    margin-bottom: 8rem !important;
  }
}
.company_point_flexBox_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start !important;
}
.company_point_flexBox_item::after {
  top: 46%;
  height: 600px !important;
}
.company_point_flexBox_item .service__point_flexBox_number::before {
  content: "Reason" !important;
  font-size: 2rem;
  background: linear-gradient(to right, #00004e, #20359e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  top: -56%;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .company_point_flexBox_item .service__point_flexBox_number::before {
    font-size: 1.7377rem;
  }
}
.company_point_flexBox_item .service__point_flexBox_number {
  background: linear-gradient(to right, #00004e, #20359e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 6rem !important;
  letter-spacing: 0.3rem !important;
  line-height: 1;
}
@media (max-width: 768px) {
  .company_point_flexBox_item .service__point_flexBox_number {
    font-weight: 500 !important;
    font-size: 5.2131rem !important;
    letter-spacing: 0.2606rem !important;
  }
}
.company_point_flexBox_item .company__point_flexBox_header {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2rem;
  margin-bottom: 2.4rem;
  height: 6rem !important;
  align-content: start !important;
}
.company_point_flexBox_item .service__point_flexBox_text {
  margin-bottom: 2.4rem;
  max-width: 29rem;
}
.company_point_flexBox_item img {
  height: 24rem;
  width: 29rem;
}
