@charset "UTF-8";
.p_ttl2 {
  background: url("/img/result_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/result_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/result_mv_sp.jpg") no-repeat center center/cover;
  }
}
.p_ttl2 .label {
  display: block;
  margin-bottom: 35px;
  font-family: "TsukuAMGothicLStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 25px;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 98px;
  height: 42px;
  line-height: 39px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p_ttl2 .label {
    margin-bottom: 12px;
    font-size: 14px;
    width: 55px;
    height: 24px;
    line-height: 21px;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 100px 0 120px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding: 35px 0 45px;
  }
}
.p_intro .copy {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.54;
}
@media screen and (max-width: 480px) {
  .p_intro .copy {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p_intro .txt1 {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_intro .txt1 {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}
.p_intro .flyer {
  margin-top: 75px;
  background: #f1f5f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 0;
  text-align: left;
  position: relative;
  padding: 55px 155px 50px 130px;
}
@media screen and (max-width: 480px) {
  .p_intro .flyer {
    margin-top: 20px;
    padding: 25px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }
  .p_intro .flyer .btn2 {
    margin-top: 10px;
  }
}
.p_intro .flyer .bal {
  position: absolute;
  top: 32px;
  left: 48px;
}
@media screen and (max-width: 480px) {
  .p_intro .flyer .bal {
    position: relative;
    top: 0;
    left: 0;
    width: 32px;
    height: auto;
    margin: 0 25px 0 -25px;
  }
}
.p_intro .flyer .ttl {
  width: 100%;
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .p_intro .flyer .ttl {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
.p_intro .flyer ul {
  margin: -0.5em 0;
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0 1em;
  width: 480px;
}
.p_intro .flyer ul li::before {
  content: "●";
}
@media screen and (max-width: 480px) {
  .p_intro .flyer ul {
    margin: 15px auto 0;
    width: 75vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.p_intro .flyer .img {
  position: absolute;
  top: -62px;
  right: -15px;
  -webkit-transform: rotate(4.4deg);
  transform: rotate(4.4deg);
}
@media screen and (max-width: 480px) {
  .p_intro .flyer .img {
    position: relative;
    top: 0;
    right: 0;
    width: 80px;
    height: auto;
  }
}

.s_about {
  width: 1010px;
  margin: 0 auto;
  border-top: 1px solid #008e66;
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  .s_about {
    width: 88%;
    padding-top: 50px;
  }
}
.s_about .s_ttl {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_about .s_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.s_about .s_lead {
  margin-top: 38px;
  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_about .s_lead {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
.s_about .txt1 {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_about .txt1 {
    margin: 15px auto 0;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .s_about .txt1 br {
    display: none;
  }
}
.s_about .profile {
  width: 655px;
  min-height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 60px auto 0;
  padding-left: 210px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_about .profile {
    width: 80vw;
    min-height: 0;
    margin: 20px auto 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.s_about .profile .img {
  position: absolute;
  left: 0;
  top: 0;
}
.s_about .profile .img img {
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .s_about .profile .img {
    position: relative;
  }
  .s_about .profile .img img {
    width: 90px;
    height: auto;
  }
}
.s_about .profile .name {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
}
@media screen and (max-width: 480px) {
  .s_about .profile .name {
    font-size: 1.8rem;
  }
}
.s_about .profile .name .notes {
  display: block;
  margin-bottom: 20px;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .s_about .profile .name .notes {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.s_about .profile .txt {
  margin-top: 22px;
  font-size: 1.4rem;
  line-height: 1.86;
}
@media screen and (max-width: 480px) {
  .s_about .profile .txt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.67;
  }
}
.s_about .check_list1 {
  width: 770px;
  margin: 60px auto 0;
}
@media screen and (max-width: 480px) {
  .s_about .check_list1 {
    width: auto;
    margin: 30px auto 0;
  }
}
.s_about .check_list1 li {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_about .check_list1 li {
    font-size: 1.4rem;
  }
}
.s_about .check_list1 .notes {
  display: block;
  font-family: "Inter", "TazuganeGothicStdN-Light", sans-serif;
  font-weight: 300;
}

.s_apply {
  margin: 100px auto 0;
  width: 1010px;
  background: #f1f5f7;
  border-radius: 10px;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .s_apply {
    margin: 30px auto 0;
    width: 93.3%;
    padding-bottom: 30px;
  }
}
.s_apply .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;
}
@media screen and (max-width: 480px) {
  .s_apply .s_ttl {
    font-size: 1.8rem;
    line-height: 50px;
  }
}
.s_apply .s_lead {
  margin-top: 45px;
  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;
    line-height: 1.71;
  }
}
.s_apply .txt {
  width: 830px;
  margin: 20px auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 30px 0;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .s_apply .txt {
    width: 86vw;
    margin: 15px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 7px;
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.s_apply .btn {
  margin: 25px auto 0;
  width: 275px;
}
@media screen and (max-width: 480px) {
  .s_apply .btn {
    margin: 20px auto 0;
    width: auto;
    height: 50px;
    line-height: 48px !important;
    font-size: 1.6rem;
    padding: 0 60px 0 25px;
  }
  .s_apply .btn::after {
    width: 40px;
    top: calc(50% - 20px);
    right: 4px;
    background-size: 6px;
  }
}
.s_apply .mail_fax {
  margin: 30px auto 0;
  border-top: 1px solid #e2ebef;
  padding-top: 28px;
  width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.s_apply .mail_fax strong {
  font-family: "AvenirNextLTPro-Demi", sans-serif;
}
.s_apply .mail_fax a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .s_apply .mail_fax {
    margin: 20px auto 0;
    padding-top: 18px;
    width: 80vw;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 8px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}

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