.content {
  padding: 84px 0;
}
@media (max-width: 767px) {
  .content {
    padding: 40px 0;
  }
}

.content__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  .content__inner {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1023px) {
  .content__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .content__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.content__inner .heading {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .content__inner .heading {
    margin-bottom: 24px;
  }
}

.index--recruit {
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 24px 32px 4px 32px;
  z-index: 9;
}
@media (max-width: 1023px) {
  .index--recruit {
    position: initial;
  }
}

.content-message {
  position: relative;
  padding-top: 124px;
  padding-bottom: 82px;
}
@media (max-width: 767px) {
  .content-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-message img {
  position: absolute;
  top: 124px;
  right: 0;
  z-index: -1;
  max-width: 645px;
}
@media (max-width: 1365px) {
  .content-message img {
    max-width: 445px;
  }
}
@media (max-width: 1023px) {
  .content-message img {
    position: initial;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 24px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  .content-message img {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.content-message .content__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .content-message .content__inner {
    gap: 24px;
  }
}
.content-message .content__inner h2 {
  font-size: 3.5rem;
}
@media (max-width: 1365px) {
  .content-message .content__inner h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  .content-message .content__inner h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .content-message .content__inner h2 {
    font-size: 1.5rem;
  }
}
.content-message .content__inner .content__txt {
  max-width: 586px;
}
@media (max-width: 1365px) {
  .content-message .content__inner .content__txt {
    max-width: 486px;
  }
}
@media (max-width: 1023px) {
  .content-message .content__inner .content__txt {
    max-width: 100%;
  }
}

.content-candidate {
  background: url("../img/process_bg.webp") no-repeat center center;
  background-size: cover;
}

.candidates-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .candidates-container {
    flex-direction: column;
  }
}

.candidate-card {
  background-color: rgb(255, 255, 255);
  display: flex;
  max-width: 300px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 24px;
  border: 1px solid rgb(221, 221, 221);
}
@media (max-width: 1365px) {
  .candidate-card {
    min-width: auto;
  }
}
@media (max-width: 1023px) {
  .candidate-card {
    flex: 0 0 auto;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .candidate-card {
    max-width: 100%;
  }
}

.candidate-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 36px;
  align-self: center;
}

.candidate-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 14px 0 0 0;
}

.candidate-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 14px 0 0 0;
}

.content-about h4 {
  font-size: 1.625rem;
}
.content-about > img {
  top: 84px;
}
@media (max-width: 767px) {
  .content-about > img {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}

.content-voices {
  display: flex;
}
.content-voices .content__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .content-voices .content__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.content-voices .side {
  width: 100%;
}
.content-voices .side p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content-voices .side p {
    margin-bottom: 20px;
  }
}

.voices-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  padding-bottom: 24px;
  padding-right: 8px;
}
@media (max-width: 1023px) {
  .voices-list {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.voices-list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
  flex-shrink: 0;
  width: 225px;
  height: 400px;
  padding: 8px;
  overflow: hidden;
  background: url("../img/recruit/voices-cade_01.webp") no-repeat center center;
  background-size: cover;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1023px) {
  .voices-list .item {
    flex: 0 0 auto;
    min-width: 225px;
  }
}
.voices-list .item.item-02 {
  background-image: url("../img/recruit/voices-cade_02.webp");
}
.voices-list .item.item-03 {
  background-image: url("../img/recruit/voices-cade_03.webp");
}
.voices-list .item.item-04 {
  background-image: url("../img/recruit/voices-cade_04.webp");
}
.voices-list .item.item-05 {
  background-image: url("../img/recruit/voices-cade_05.webp");
}
.voices-list .item .label {
  display: inline-flex;
  justify-content: flex-start;
  border-radius: 100px;
  background-color: #fff;
  padding: 8px 16px;
  font-size: 0.75rem;
}
.voices-list .item h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 14px;
}
.voices-list .item h4 span {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #093BAB;
  color: #fff;
}
.voices-list .item::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  content: "";
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #fff url("../img/arrow-r-b.svg") no-repeat center center;
  background-size: 12px;
  transition: all 0.3s ease;
}
.voices-list .item:hover::after {
  right: 4px;
}
.voices-list .item:nth-of-type(2), .voices-list .item:nth-of-type(4) {
  margin-top: 68px;
}
@media (max-width: 1365px) {
  .voices-list .item:nth-of-type(2), .voices-list .item:nth-of-type(4) {
    margin-top: 0;
  }
}

.content-candidate .content__txt {
  margin-bottom: 24px;
}
.content-candidate .section--candidate, .content-candidate .section--wellbeing {
  margin-bottom: 24px;
}
.content-candidate .section--candidate .list, .content-candidate .section--wellbeing .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
@media (max-width: 767px) {
  .content-candidate .section--candidate .list, .content-candidate .section--wellbeing .list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }
}
.content-candidate .section--candidate .list .item, .content-candidate .section--wellbeing .list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .content-candidate .section--candidate .list .item, .content-candidate .section--wellbeing .list .item {
    align-items: flex-start;
  }
}
.content-candidate .section--candidate .list .item h4, .content-candidate .section--wellbeing .list .item h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
.content-candidate .section--wellbeing {
  margin-bottom: 0;
}
.content-candidate .section--wellbeing .list {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.content-candidate .section--wellbeing .list .img-list {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .content-candidate .section--wellbeing .list .img-list {
    flex-direction: column;
  }
}
.content-candidate .section--wellbeing .list .img-list figure {
  max-width: 33%;
  width: 100%;
}
@media (max-width: 767px) {
  .content-candidate .section--wellbeing .list .img-list figure {
    max-width: 100%;
  }
}
.content-candidate .section--wellbeing .list .img-list figure figcaption {
  text-align: center;
}
.content-candidate .section--wellbeing .list p {
  max-width: 920px;
}

.content-job .section__main {
  display: flex;
  gap: 56px;
}
@media (max-width: 1023px) {
  .content-job .section__main {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .content-job .section__main {
    flex-direction: column;
  }
}
.content-job .section__main a {
  width: 100%;
}
@media (max-width: 1023px) {
  .content-job .section__main a {
    min-width: initial;
  }
}

.recruit-scroll {
  gap: 0;
}
.recruit-scroll ul {
  gap: 0;
}
.recruit-scroll ul li {
  width: 440px;
}
@media (max-width: 767px) {
  .recruit-scroll ul li {
    width: 200px;
  }
}

.content-process {
  background: url("../img/process_bg.webp") no-repeat center center;
  background-size: cover;
}
.content-process ul {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  gap: 32px;
  z-index: 1;
}
@media (max-width: 767px) {
  .content-process ul {
    gap: 16px;
  }
}
.content-process ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  display: block;
  width: 7px;
  height: 100%;
  background-color: #999;
  z-index: -1;
}
.content-process ul li {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 24px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1023px) {
  .content-process ul li {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media (max-width: 767px) {
  .content-process ul li {
    padding: 16px;
    gap: 8px 16px;
  }
}
.content-process ul li .step {
  font-weight: 600;
  font-size: 1.25rem;
}
.content-process ul li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
}
.content-process ul li h4 {
  min-width: 92px;
  font-size: 1.25rem;
}
.content-process ul li p {
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .content-process ul li p {
    width: 100%;
  }
}

.content-faq .faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-faq .faq__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #DDDDDD;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.content-faq .faq__item summary {
  display: flex;
  align-items: center;
  padding: 24px;
  font-weight: 500;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .content-faq .faq__item summary {
    padding: 16px;
    font-size: 1.125rem;
    gap: 16px;
  }
}
.content-faq .faq__item summary:hover {
  background-color: #EFF4FF;
}
.content-faq .faq__item summary span {
  display: flex;
  flex-shrink: 0;
  margin-right: 16px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content-faq .faq__item summary span {
    margin-right: 0;
    font-size: 1.25rem;
  }
}
.content-faq .faq__item summary::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: url("../img/icon-plus.svg") no-repeat center center;
  margin-left: auto;
}
.content-faq .faq__item .answer {
  padding: 24px 72px 24px 102px;
  border-top: 1px solid #DDDDDD;
  background-color: #F9F9F9;
  line-height: 180%;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .content-faq .faq__item .answer {
    padding: 16px;
  }
}
.content-faq .faq__item[open] summary::after {
  background-image: url("../img/icon-minus.svg");
}

.content-entry {
  background: url("../img/recruit/recruit_11.webp") no-repeat center center;
  background-size: cover;
}
.content-entry .entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding-top: 360px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .content-entry .entry {
    gap: 56px;
    padding-top: 160px;
    padding-bottom: 56px;
  }
}
.content-entry h4 {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .content-entry h4 {
    font-size: 1.25rem;
  }
}
.content-entry a {
  max-width: 340px;
  width: 100%;
  height: 88px;
}/*# sourceMappingURL=recruit.css.map */