.p_ttl2 {
  background: url("/img/host_mv.jpg") no-repeat center top/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/host_mv@2x.jpg") no-repeat center top/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/host_mv_sp.jpg") no-repeat center center/cover;
  }
}
.p_ttl2 .for {
  display: block;
  margin-bottom: 35px;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .p_ttl2 .for {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 100px 0 110px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding: 30px 0 135px;
  }
}
.p_intro .lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_intro .lead {
    font-size: 1.6rem;
  }
  .p_intro .lead br {
    display: none;
  }
}
.p_intro .txt {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .p_intro .txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .p_intro .txt br {
    display: none;
  }
}
.p_intro .bal {
  position: absolute;
  top: 87px;
  left: calc(50% + 240px);
}
@media screen and (max-width: 480px) {
  .p_intro .bal {
    width: 174px;
    height: auto;
    top: auto;
    bottom: 0;
    left: auto;
    right: 20px;
  }
}

.s_how {
  margin: 0 auto;
  padding: 110px 0 120px;
  width: 96%;
  border-radius: 20px;
  background: #f1f5f7;
}
@media screen and (max-width: 480px) {
  .s_how {
    padding: 60px 0 50px;
    width: auto;
    border-radius: 0;
  }
}
.s_how .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .s_how .s_ttl {
    font-size: 3.2rem;
  }
}
.s_how .how {
  background: #fff;
  width: 1010px;
  border-radius: 10px;
  margin: 65px auto 0;
  padding: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.s_how .how + .how {
  margin: 30px auto 0;
}
@media screen and (max-width: 480px) {
  .s_how .how {
    width: 93.3%;
    border-radius: 7px;
    margin: 30px auto 0;
    padding: 35px 0 30px;
  }
  .s_how .how + .how {
    margin: 20px auto 0;
  }
}
.s_how .how .ttl {
  width: 100%;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .s_how .how .ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.s_how .how p {
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_how .how p {
    font-size: 1.4rem;
  }
}
.s_how .how .role_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s_how .how .role_list li {
  width: 460px;
}
.s_how .how .role_list li + li {
  border-left: 1px solid #e2ebef;
}
.s_how .how .role_list h5 {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.s_how .how .role_list p {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .s_how .how .role_list {
    width: 80vw;
    margin: 0 auto;
    display: block;
  }
  .s_how .how .role_list li {
    width: auto;
  }
  .s_how .how .role_list li + li {
    border-left: none;
    border-top: 1px solid #e2ebef;
    padding-top: 25px;
    margin-top: 20px;
  }
  .s_how .how .role_list h5 {
    font-size: 1.5rem;
  }
  .s_how .how .role_list p {
    margin-top: 10px;
    text-align: left;
  }
  .s_how .how .role_list p br {
    display: none;
  }
}
.s_how .how .flow_list {
  width: 100%;
}
.s_how .how .flow_list li {
  border-top: 1px solid #e2ebef;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.s_how .how .flow_list li + li {
  margin-top: 30px;
}
.s_how .how .flow_list li:nth-child(1) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s_how .how .flow_list li:nth-child(2) p {
  width: 620px;
  margin: -0.44em 0;
}
.s_how .how .flow_list .btn3 {
  width: 350px;
}
@media screen and (max-width: 480px) {
  .s_how .how .flow_list {
    width: 80vw;
    margin: 0 auto;
  }
  .s_how .how .flow_list li {
    padding-top: 20px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s_how .how .flow_list li + li {
    margin-top: 25px;
  }
  .s_how .how .flow_list li:nth-child(2) p {
    width: auto;
    margin: 0;
  }
  .s_how .how .flow_list .btn3 {
    margin-top: 10px;
    width: auto;
  }
}
.s_how .how .btn {
  width: 235px;
}
@media screen and (max-width: 480px) {
  .s_how .how .btn {
    width: auto;
    margin: 10px auto 0;
  }
}
.s_how .how.price p, .s_how .how.other p {
  text-align: left;
  width: 620px;
  margin: -0.44em 0;
}
@media screen and (max-width: 480px) {
  .s_how .how.price p, .s_how .how.other p {
    width: 80vw;
    margin: 0 auto;
  }
}

.s_voice {
  margin: 0 auto;
  padding: 110px 0 0;
}
@media screen and (max-width: 480px) {
  .s_voice {
    padding: 60px 0 0;
  }
}
.s_voice .s_ttl {
  color: #008e66;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5rem;
}
.s_voice .s_ttl .small {
  display: block;
  margin-bottom: 20px;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 480px) {
  .s_voice .s_ttl {
    font-size: 3.2rem;
  }
  .s_voice .s_ttl .small {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.s_voice .voice {
  width: 960px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.s_voice .voice + .voice {
  margin: 70px auto 0;
}
@media screen and (max-width: 480px) {
  .s_voice .voice {
    width: 88%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .s_voice .voice + .voice {
    margin: 40px auto 0;
    border-top: 1px solid #e2ebef;
    padding-top: 35px;
  }
}
.s_voice .voice .ttl {
  width: 100%;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .s_voice .voice .ttl {
    font-size: 1.7rem;
  }
}
.s_voice .voice.voice1 .ttl {
  color: #d2918c;
}
.s_voice .voice.voice2 .ttl {
  color: #bb9c53;
}
.s_voice .voice .profile {
  width: 100%;
  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;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .s_voice .voice .profile {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 25px 10px;
  }
}
.s_voice .voice .profile .img {
  margin-right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .s_voice .voice .profile .img {
    margin-right: 0;
    width: 72px;
    height: auto;
  }
}
.s_voice .voice .profile .txt {
  text-align: left;
  padding-right: 20px;
}
.s_voice .voice .profile .name {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 24px;
}
@media screen and (max-width: 480px) {
  .s_voice .voice .profile .name {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.s_voice .voice .profile .name .label {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #6f7f88;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 14px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  margin: 2px 10px 0 0;
}
@media screen and (max-width: 480px) {
  .s_voice .voice .profile .name .label {
    font-size: 10px;
    width: 30px;
    height: 16px;
    line-height: 16px;
    border-radius: 3px;
    margin: 2px 8px 0 0;
  }
}
.s_voice .voice .profile .name .suf {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_voice .voice .profile .name .suf {
    font-size: 1.2rem;
  }
}
.s_voice .voice .profile .notes {
  margin-top: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .s_voice .voice .profile .notes {
    margin: 5px 0 -0.25em;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.s_voice .voice .profile .logo {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .s_voice .voice .profile .logo {
    margin-left: 0;
    width: 120px;
    height: auto;
  }
}
.s_voice .voice > .txt {
  width: 665px;
  text-align: left;
}
.s_voice .voice > .txt p {
  margin: -0.44em 0;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_voice .voice > .txt {
    width: auto;
  }
  .s_voice .voice > .txt p {
    font-size: 1.4rem;
  }
}
.s_voice .voice > .img {
  width: 275px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_voice .voice > .img {
    margin: 30px auto 0;
  }
}
.s_voice .voice > .img img {
  display: block;
  border-radius: 5px;
}
.s_voice .voice > .img .cap {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  .s_voice .voice > .img .cap {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.s_apply {
  margin: 145px auto 0;
  width: 1010px;
  background: #f1f5f7;
  padding-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .s_apply {
    margin: 50px auto 0;
    width: 93.3%;
    border-radius: 7px;
    padding-bottom: 35px;
  }
}
.s_apply .s_ttl {
  background: #008e66;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  width: 100%;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 480px) {
  .s_apply .s_ttl {
    font-size: 1.5rem;
    height: 50px;
    border-radius: 7px 7px 0 0;
  }
}
.s_apply .s_lead {
  margin-top: 45px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
@media screen and (max-width: 480px) {
  .s_apply .s_lead {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.s_apply .btn {
  margin-top: 25px;
  width: 325px;
}
@media screen and (max-width: 480px) {
  .s_apply .btn {
    margin-top: 15px;
    width: auto;
  }
}

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