.intro_visual_sub_section .visual_img {
  background-image: url("/img/about/recruit/visual.jpg");
}

.notice_list li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.3;
}
.notice_list li:nth-child(n+2) {
  margin-top: 1.6rem;
}
.notice_list li::before {
  flex: 0 0 auto;
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 1.6rem;
  border-radius: 50%;
  background: var(--main4);
}
.notice_list li p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  word-break: inherit;
}

.sub_section_title {
  margin-right: 2.4rem;
}

.way_sub_section .sub_section_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.way_sub_section .sub_section_title {
  flex: 0 0 auto;
}
.way_sub_section ul {
  width: 90.4rem;
  padding: 5.6rem 4.8rem;
  margin-top: 0.8rem;
  border-top: 2px solid var(--black2);
}

.step_sub_section {
  padding-top: 0;
}
.step_sub_section .sub_section_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.step_sub_section .sub_section_title {
  flex: 0 0 auto;
}
.step_sub_section .contents {
  width: 90.4rem;
}
.step_sub_section .contents ol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.4rem 0;
  background: var(--white3);
  border-radius: 20px;
}
.step_sub_section .contents ol li {
  display: flex;
  align-items: center;
}
.step_sub_section .contents ol li:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 4rem;
  background: url("/img/arr_right_gray2.svg") center/100% no-repeat;
}
.step_sub_section .contents ol li:nth-child(1) div::after {
  background: url("/img/about/recruit/step1.svg") center/100% no-repeat;
}
.step_sub_section .contents ol li:nth-child(2) div::after {
  background: url("/img/about/recruit/step2.svg") center/100% no-repeat;
}
.step_sub_section .contents ol li:nth-child(3) div::after {
  background: url("/img/about/recruit/step3.svg") center/100% no-repeat;
}
.step_sub_section .contents ol li:nth-child(4) div::after {
  background: url("/img/about/recruit/step4.svg") center/100% no-repeat;
}
.step_sub_section .contents ol li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.step_sub_section .contents ol li div::after {
  content: "";
  order: 2;
  display: block;
  width: 7.6rem;
  height: 7.6rem;
  margin: 3rem 0;
}
.step_sub_section .contents ol li .num {
  order: 1;
  font-size: 2rem;
  font-weight: var(--fw_bolder);
  color: var(--gray5);
}
.step_sub_section .contents ol li .title {
  order: 3;
  font-size: 1.6rem;
  font-weight: var(--fw_bold);
}
.step_sub_section .contents ul {
  padding: 4.8rem 4.8rem 5.6rem;
}

.address_sub_section {
  padding-top: 0;
}
.address_sub_section .sub_section_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.address_sub_section .sub_section_title {
  flex: 0 0 auto;
}
.address_sub_section ul {
  width: 90.4rem;
  padding: 5.6rem 4.8rem;
  margin-top: 0.8rem;
  border-top: 2px solid var(--black2);
}
.address_sub_section ul li {
  display: flex;
  align-items: center;
}
.address_sub_section ul li:nth-child(n+2) {
  margin-top: 2.8rem;
}
.address_sub_section ul li span {
  width: 16rem;
  font-size: 2.2rem;
  font-weight: var(--fw_bolder);
}
.address_sub_section ul li p {
  font-size: 1.6rem;
  line-height: 1.3;
}
.address_sub_section ul li p.pc {
  display: block;
}
.address_sub_section ul li p.mo {
  display: none;
}
.address_sub_section ul li p a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .notice_list li {
    align-items: flex-start;
    font-size: 14px;
    line-height: var(--lh_base);
    word-break: normal;
  }
  .notice_list li:nth-child(n+2) {
    margin-top: 12px;
  }
  .notice_list li::before {
    margin: 7px 12px 0 0;
  }
  .sub_section_title {
    margin-right: 0;
  }
  .way_sub_section .sub_section_inner {
    display: block;
  }
  .way_sub_section ul {
    width: 100%;
    padding: 32px 16px;
    margin-top: 32px;
  }
  .step_sub_section .sub_section_inner {
    display: block;
    padding-top: 0;
  }
  .step_sub_section .contents {
    width: 100%;
    margin-top: 3.2rem;
  }
  .step_sub_section .contents ol {
    height: 225px;
    padding: 0;
  }
  .step_sub_section .contents ol li:nth-child(n+2) {
    margin-left: 28px;
  }
  .step_sub_section .contents ol li div::after {
    width: 48px;
    height: 48px;
    margin: 16px 0;
  }
  .step_sub_section .contents ol li:nth-child(n+2)::before {
    display: none;
  }
  .step_sub_section .contents ol li .num {
    font-size: 15px;
  }
  .step_sub_section .contents ol li .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem;
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
  }
  .step_sub_section .contents ul {
    padding: 32px 16px;
  }
  .address_sub_section .sub_section_inner {
    display: block;
    padding-top: 0;
  }
  .address_sub_section ul {
    width: 100%;
    padding: 32px 16px;
    margin-top: 32px;
  }
  .address_sub_section ul li:nth-child(n+2) {
    margin-top: 20px;
  }
  .address_sub_section ul li span {
    width: 72px;
    font-size: 17px;
  }
  .address_sub_section ul li p {
    margin-left: 20px;
    font-size: 14px;
  }
  .address_sub_section ul li p.pc {
    display: none;
  }
  .address_sub_section ul li p.mo {
    display: block;
  }
}

/*# sourceMappingURL=recruit.css.map */
