h2,
h3 {
  text-align: center;
}

.under__mv img {
  width: 110%;
  height: auto;
  object-position: center bottom;
}

.content01 {
  margin-top: 40px;
}

.content01 h3 {
  margin-top: 21px;
}

.content01 .recuruit__txt {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: calc(100% + 54px);
  padding: 64px 27px;
  margin: 0 -27px;
  background-image: url(../img/recuruit/recruit.webp);
  background-size: cover;
  background-position: center;
}

.content01 .recuruit__txt * {
  position: relative;
  z-index: 2;
}

.content01 .recuruit__txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #bfbfbf;
  opacity: 0.68;
  z-index: 1;
}

.content01 .recuruit__txt::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 55px);
  height: calc(100% - 80px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(256, 256, 256, 0.7);
  z-index: 1;
  max-width: 840px;
}

.content01 .recuruit__txt h2 {
  font-size: 24px;
  line-height: 1.25;
}

.content01 .recuruit__txt p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 14px;
}

.content01 .recuruit__select__btn__wrap {
  padding-top: 60px;
  margin-bottom: 30px;
}

.content01 .recuruit__select__btn__wrap .recuruit__select__btn {
  width: 235px;
  height: 48px;
  border: 1px solid #151515;
  margin: 0 auto;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.content01 .recuruit__select__btn__wrap .recuruit__select__btn.active {
  background-color: #ddf0d3;
  border: 1px solid #ddf0d3;
}

.content01 .recuruit__select__btn__wrap .recuruit__select__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #151515;
}

.content02 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.content02 h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #3b4043;
}

.content02 .content02__list {
  font-size: 12px;
  max-width: 500px;
  margin: 30px auto;
}

.content02 .content02__list li {
  line-height: 1.6666666667;
  display: flex;
  width: 100%;
}

.content02 .content02__list li {
  font-family: "Noto Sans JP", sans-serif;
}

.content02 .content02__list li:not(:last-child) {
  margin-bottom: 8px;
}

.content02 .content02__list li .content02__list__ttl {
  min-width: 80px;
  width: 80px;
  background-color: #eeeeee;
  font-size: 12px;
  font-weight: 700;
  padding: 16px 0 16px 8px;
  position: relative;
}

.content02 .content02__list li .content02__list__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../img/recuruit/angle.svg);
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.content02
  .content02__list
  li
  .content02__list__ttl
  .content02__list__ttl__line {
  height: 3px;
  background-color: #d9d9d9;
  position: absolute;
  width: 100%;
  bottom: -1.5px;
}

.content02 .content02__list li .content02__list__txt {
  padding: 16px 8px 8px 20px;
  width: calc(100% - 80px);
  background-color: white;
}

.common__btn {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: none;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #37b486;
  font-size: 24px;
  border-radius: 8px;
}

.common__btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
}

@media (min-width: 768px) {
  .common__btn {
    max-width: 528px;
    height: 60px;
    background-color: #2ea378;
    border: 1px solid #2ea378;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin-top: 60px;
    transition: background-color 0.3s ease-out;
  }

  .common__btn:hover {
    background-color: #37b486;
  }

  .content__wrapper {
    margin: 0 auto;
    max-width: none;
    padding: 0 27px;
  }

  .content01 {
    margin-top: 87px;
  }

  .content01 h3 {
    margin-top: 41px;
  }

  .content01 .recuruit__txt {
    background-position: center 80%;
    padding: 124px 0;
  }

  .content01 .recuruit__select__btn__wrap {
    margin: 0 auto;
    margin-top: 80px;
    padding-top: 80px;
    display: flex;
    max-width: 490px;
    margin-bottom: 80px;
  }

  .content01 .recuruit__select__btn__wrap .recuruit__select__btn {
    width: 235px;
    height: 48px;
    border: 1px solid #151515;
    margin: 0 auto;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .content01 .recuruit__select__btn__wrap .recuruit__select__btn.active {
    background-color: #ddf0d3;
  }

  .content01 .recuruit__select__btn__wrap .recuruit__select__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #151515;
  }

  .content01 .recuruit__select__btn__wrap .recuruit__select__btn__last {
    margin-right: 0;
  }

  .content01 .content01__img {
    max-width: 1080px;
    margin: 0 auto;
  }

  .content01 .recuruit__txt::after {
    width: calc(100% - 55px);
    height: calc(100% - 127px);
    z-index: 1;
    max-width: 840px;
  }

  .content01 .recuruit__txt h2 {
    font-size: max(24px, min(40px, 2.1vw));
    line-height: 1.45;
  }

  .content01 .recuruit__txt p {
    font-size: max(14px, min(24px, 1.25vw));
    line-height: 1.75;
    margin-top: 34px;
  }

  .content02 {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1080px;
  }

  .content02 .content02__list__wrap {
    padding: 20px 40px 160px;
    margin-top: 40px;
  }

  .content02 .content02__list {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 36px;
    max-width: none;
  }

  .content02 .content02__list li {
    line-height: 1.6666666667;
    display: flex;
    width: 100%;
  }

  .content02 .content02__list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .content02 .content02__list li .content02__list__ttl {
    min-width: 140px;
    position: relative;
    padding: 20px 0 20px 20px;
    font-size: 16px;
    /*   border-bottom: #D9D9D9 2px solid; */
  }

  .content02
    .content02__list
    li
    .content02__list__ttl
    .content02__list__ttl__line {
    height: 3px;
    background-color: #d9d9d9;
    position: absolute;
    width: 100%;
    bottom: -1.5px;
  }

  .content02 .content02__list li .content02__list__txt {
    padding: 20px 0 20px 30px;
    width: calc(100% - 140px);
  }
}

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