.p_ttl2 {
  background: url("/img/join_mv.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/join_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/join_mv_sp.jpg") no-repeat center center/cover;
  }
}

.p_lead {
  width: 1010px;
  margin: 0 auto;
  text-align: left;
  padding-top: 85px;
}
.p_lead .ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.02em;
  font-size: 3.6rem;
  line-height: 1.53;
}
.p_lead .txt {
  margin-top: 40px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .p_lead {
    width: 88%;
    padding-top: 30px;
  }
  .p_lead .ttl {
    font-size: 2.4rem;
  }
  .p_lead .txt {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  .p_lead .txt br {
    display: none;
  }
}

.join_list {
  width: 93.3%;
  max-width: 1100px;
  margin: 115px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.join_list li {
  width: 31.8%;
  background: #f1f5f7;
  border-radius: 8px;
  position: relative;
  padding: 65px 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.join_list .num {
  background: #008e66;
  color: #fff;
  width: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: -30px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "BioRhyme Expanded", sans-serif;
  font-size: 28px;
}
.join_list .ttl {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
}
.join_list .txt {
  margin: 25px 0 20px;
  width: 75%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.88;
}
.join_list .btn {
  margin: auto 0 0;
}
@media screen and (max-width: 480px) {
  .join_list {
    margin: 35px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
  }
  .join_list li {
    width: auto;
    padding: 35px 0 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .join_list .num {
    position: relative;
    width: 40px;
    left: 0;
    top: 0;
    font-size: 16px;
  }
  .join_list .ttl {
    margin-left: 12px;
    font-size: 1.8rem;
    line-height: 1.44;
    text-align: left;
  }
  .join_list .txt {
    margin: 15px 0;
    width: 84.4%;
    font-size: 1.4rem;
  }
}

.s_for {
  width: 1010px;
  margin: 100px auto 0;
  text-align: left;
  border-top: 1px solid #e2ebef;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.s_for + .s_for {
  margin: 0 auto;
}
.s_for .s_ttl {
  width: 280px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: -0.25em;
}
.s_for .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s_for .content p {
  margin-top: 1.88em;
  font-size: 1.6rem;
  line-height: 1.88;
}
.s_for .content p:first-child {
  margin-top: -0.44em;
}
.s_for .content p:last-child {
  margin-bottom: -0.44em;
}
.s_for .s_lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
.s_for .s_subttl {
  margin-top: 40px;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .s_for {
    width: 88%;
    margin: 60px auto 0;
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
  }
  .s_for .s_ttl {
    width: auto;
    font-size: 2rem;
    line-height: 1;
    margin-top: 0;
  }
  .s_for .content p {
    margin-top: 0.9em;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_for .content p:first-child {
    margin-top: -0.43em;
  }
  .s_for .content p:last-child {
    margin-bottom: -0.43em;
  }
  .s_for .s_subttl {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.56;
  }
}

.s_contact {
  width: 1010px;
  margin: 0 auto;
  border-radius: 10px;
  background: #f1f5f7;
  padding-bottom: 60px;
}
.s_contact .s_ttl {
  background: #008e66;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 70px;
  border-radius: 10px 10px 0 0;
}
.s_contact .s_lead {
  margin-top: 50px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
.s_contact .contact {
  margin: 30px auto 0;
  width: 850px;
  background: #fff;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.s_contact .contact .name {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  padding-right: 25px;
  border-right: 1px solid #e2ebef;
  margin-right: 25px;
  line-height: 40px;
}
.s_contact .contact a {
  display: block;
  text-decoration: none;
  color: #008e66;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 2.4rem;
}
.s_contact .contact a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 23px;
  aspect-ratio: 23/16;
  background: url("/img/i_mail.svg") no-repeat center center/contain;
  margin: calc(0.56em - 8px) 10px 0 0;
}
@media screen and (max-width: 480px) {
  .s_contact {
    width: 93.3%;
    padding-bottom: 20px;
  }
  .s_contact .s_ttl {
    font-size: 1.8rem;
    line-height: 50px;
  }
  .s_contact .s_lead {
    margin: 20px auto 0;
    text-align: left;
    width: 82.8%;
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .s_contact .contact {
    margin: 7px auto 0;
    width: 88.6%;
    border-radius: 10px;
    display: block;
  }
  .s_contact .contact .name {
    font-size: 1.4rem;
    padding: 0 0 14px;
    border-right: none;
    border-bottom: 1px solid #e2ebef;
    margin: 0 0 13px;
    line-height: 1;
  }
  .s_contact .contact a {
    font-size: 1.6rem;
  }
  .s_contact .contact a::before {
    width: 16px;
    margin: calc(0.56em - 6px) 6px 0 0;
  }
}

footer {
  border-top: 1px solid #e2ebef;
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 60px;
  }
}