.header {
  background: url(../img/recruit/header__bg.png) no-repeat top 30% right;
  background-size: contain;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

main {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  padding-inline: 0;
}

.main__title span:first-child::after {
  content: "";
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1/1;
  background-color: #1e3638;
  border-radius: 50%;
  margin-inline: 1rem;
  position: relative;
  bottom: 1.25rem;
}

.recruit__section__1 {
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}
.recruit__section__1 .recruit__section__1__header {
  padding-top: 92px;
  padding-bottom: 72px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url(../img/recruit/section-1__bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url(../img/recruit/section-1__bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #fff;
  gap: 2rem;
  -webkit-margin-after: 6.5rem;
          margin-block-end: 6.5rem;
}
@media (max-width: 768px) {
  .recruit__section__1 .recruit__section__1__header {
    padding-inline: 15px;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
}
.recruit__section__1 h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  -webkit-padding-before: 0.625rem;
          padding-block-start: 0.625rem;
}
@media (max-width: 768px) {
  .recruit__section__1 h3 {
    font-size: 24px;
  }
}
.recruit__section__1 p {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .recruit__section__1 p {
    font-size: 16px;
  }
}
.recruit__section__1 .recruit__section__1__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .recruit__section__1 .recruit__section__1__body {
    padding-inline: 20px;
  }
}
.recruit__section__1 .recruit__section__1__body .img__container {
  width: 12rem;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .recruit__section__1 .recruit__section__1__body .img__container {
    width: 153px;
  }
}
.recruit__section__1 .recruit__section__1__body h5 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit__section__1 .recruit__section__1__body h5 {
    font-size: 20px;
  }
}
.recruit__section__1 .recruit__section__1__body p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit__section__1 .recruit__section__1__body p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.recruit__section__2 {
  background-color: rgba(242, 243, 243, 0.9294117647);
  padding-inline: 7.5rem;
  padding-block: 5.625rem;
}
@media (max-width: 1000px) {
  .recruit__section__2 {
    padding-inline: 0;
  }
}
.recruit__section__2 .recruit__section__2__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-margin-after: 7.5rem;
          margin-block-end: 7.5rem;
}
@media (max-width: 768px) {
  .recruit__section__2 .recruit__section__2__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 32px;
  }
}
.recruit__section__2 .recruit__section__2__profile .img__container {
  width: 17.125rem;
  height: 23.8125rem;
}
.recruit__section__2 .recruit__section__2__profile .info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2.5rem;
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
}
@media (max-width: 768px) {
  .recruit__section__2 .recruit__section__2__profile .info__container {
    padding-inline: 20px;
  }
}
.recruit__section__2 .recruit__section__2__profile .info__container h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit__section__2 .recruit__section__2__profile .info__container h3 {
    font-size: 24px;
  }
}
.recruit__section__2 .recruit__section__2__profile .info__container .paragraph__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .recruit__section__2 .recruit__section__2__profile .info__container .paragraph__container {
    font-size: 15px;
  }
}
.recruit__section__2 .recruit__section__2__profile .info__container h5 {
  place-self: flex-end;
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit__section__2 .recruit__section__2__profile .info__container h5 {
    font-size: 16px;
  }
}

.table__container {
  padding-inline: 7.1875rem;
}
@media (max-width: 1000px) {
  .table__container {
    padding-inline: 20px;
  }
}
.table__container h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  min-width: 7.5rem;
}
.table__container .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 7.5rem;
}
@media (max-width: 768px) {
  .table__container .table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.table__item-1 {
  -webkit-margin-after: 7.5rem;
          margin-block-end: 7.5rem;
}
.table__item-1 tr {
  border-bottom: 1px solid #8e9a9b;
}
@media (max-width: 600px) {
  .table__item-1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.table__item-1 tr:first-child th,
.table__item-1 tr:first-child td {
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
}
.table__item-1 tr:not(:first-child) th,
.table__item-1 tr:not(:first-child) td {
  padding-block: 1.5rem;
}
@media (max-width: 600px) {
  .table__item-1 tr:not(:first-child) th,
  .table__item-1 tr:not(:first-child) td {
    padding-block: 10px;
  }
}
.table__item-1 th {
  width: 9.375rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table__item-1 th {
    font-size: 16px;
  }
}
.table__item-1 td {
  vertical-align: middle;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table__item-1 td {
    font-size: 14px;
  }
}
.table__item-1 p:not(:last-of-type) {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.table__item-1 a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.table__item-2 {
  line-height: 1.5;
}
.table__item-2 .info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
.table__item-2 h5 {
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}

.recruit__section__3 {
  background: -webkit-gradient(linear, left top, right top, from(#000a02), color-stop(#0f201d), to(#1e3638));
  background: linear-gradient(to right, #000a02, #0f201d, #1e3638);
  padding-block: 6rem;
}
.recruit__section__3 > h3 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  -webkit-margin-after: 4.125rem;
          margin-block-end: 4.125rem;
}
.recruit__section__3 .slider__container {
  padding-inline: 11.25rem;
}
@media (max-width: 768px) {
  .recruit__section__3 .slider__container {
    padding-inline: 45px;
  }
}
.recruit__section__3 .info__body table {
  border-collapse: collapse !important;
}
.recruit__section__3 .info__body td {
  font-size: 14px;
  line-height: 1.8;
}

.recruit__section__4 {
  padding-inline: 7.5rem;
  -webkit-padding-before: 6rem;
          padding-block-start: 6rem;
}
@media (max-width: 768px) {
  .recruit__section__4 {
    padding-inline: 20px;
  }
}
.recruit__section__4 .process__container h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
.recruit__section__4 .process__container .process_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 768px) {
  .recruit__section__4 .process__container .process_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 34px;
  }
}
.recruit__section__4 .process__container .process_content::before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 3.125rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #1f3739;
}
@media (max-width: 768px) {
  .recruit__section__4 .process__container .process_content::before {
    display: none;
  }
}
.recruit__section__4 .process__container .process_content .process_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 13.75rem;
  height: 13.1875rem;
  -webkit-padding-before: 1.875rem;
          padding-block-start: 1.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .recruit__section__4 .process__container .process_content .process_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 0;
  }
}
.recruit__section__4 .process__container .process_content .process_item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 3rem;
  aspect-ratio: 1/1;
  background-color: #1e3638;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6875rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .recruit__section__4 .process__container .process_content .process_item span {
    margin-right: 20px;
    width: 35px;
  }
}
.recruit__section__4 .process__container .process_content .process_item span:nth-of-type(1) {
  -webkit-margin-after: 1.625rem;
          margin-block-end: 1.625rem;
}
@media (max-width: 768px) {
  .recruit__section__4 .process__container .process_content .process_item span:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.recruit__section__4 .process__container .process_content .process_item span:nth-of-type(2) {
  -webkit-margin-after: 1.4375rem;
          margin-block-end: 1.4375rem;
}
.recruit__section__4 .process__container .process_content .process_item span:nth-of-type(3) {
  -webkit-margin-after: 0.8125rem;
          margin-block-end: 0.8125rem;
}
.recruit__section__4 .process__container .process_content .process_item span:nth-of-type(4) {
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
}
.recruit__section__4 .process__container .process_content .process_item span:nth-of-type(5) {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.recruit__section__4 .process__container .process_content .process_item .image_container {
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .recruit__section__4 .process__container .process_content .process_item .image_container {
    width: 17px;
    margin: 20px;
  }
}
.recruit__section__4 .process__container .process_content .process_item .image_container:nth-of-type(1) {
  width: 2.6875rem;
  -webkit-margin-after: 0.625rem;
          margin-block-end: 0.625rem;
}
.recruit__section__4 .process__container .process_content .process_item .image_container:nth-of-type(2) {
  width: 2.5rem;
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
}
.recruit__section__4 .process__container .process_content .process_item .image_container:nth-of-type(3) {
  width: 3rem;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
.recruit__section__4 .process__container .process_content .process_item .image_container:nth-of-type(4) {
  width: 2.75rem;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
.recruit__section__4 .process__container .process_content .process_item .image_container:nth-of-type(5) {
  width: 2.5rem;
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
}
.recruit__section__4 .process__container .process_content .process_item .image_container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__section__4 .process__container .process_content .process_item p {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #1f3739;
}
@media (max-width: 768px) {
  .recruit__section__4 .process__container .process_content .process_item p {
    font-size: 16px;
  }
}
.recruit__section__4 .slider__container {
  -webkit-margin-after: 9rem;
          margin-block-end: 9rem;
  padding-inline: 5.21875rem;
}
.recruit__section__4 .slider__container h3 {
  font-size: 2rem;
  line-height: 1;
}
.recruit__section__4 .greetings__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-block: 140px;
  padding-block: 97px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url(../img/recruit/greetings_bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url(../img/recruit/greetings_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom 30%;
  background-size: cover;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .recruit__section__4 .greetings__container {
    margin-block: 88px;
    padding-block: 86px;
    border-radius: 15px;
  }
}
.recruit__section__4 .greetings__container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
}
.recruit__section__4 .greetings__container .content h3 {
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .recruit__section__4 .greetings__container .content h3 {
    font-size: 20px;
    line-height: 1.7;
  }
}
.recruit__section__4 .greetings__container .content a {
  width: 33rem;
  height: 4rem;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .recruit__section__4 .greetings__container .content a {
    width: 263px;
    font-size: 16px;
  }
}
.recruit__section__4 .greetings__container .content a:hover {
  background-color: #000a02;
  color: #fff;
}
.recruit__section__4 .greetings__container .content a .arr-animate {
  width: 2.0625rem;
  background-color: #1e3638;
  color: #fff;
}

footer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}