
/*----------------------------------------
  cta
----------------------------------------*/
.u-cta {
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .u-cta {
    padding: 30px 10px;
  }
}

/*----------------------------------------
  p-fv
----------------------------------------*/
.p-fv {
  background: url(../img/bg_mv.jpg) no-repeat center / cover;
}
.p-fv_content {
  width: 89vw;
  margin: 0 auto;
  padding:40px 0
}
.p-fv_ttl {
  font-size: 4.0rem;
  font-weight: 700;
}
.p-fv_ttl .mark {
  background: linear-gradient(transparent 60%, var(--orange02) 60%);
}
.p-fv_ttl .textOrange {
  color: var(--orange01);
  font-size: 4.8rem;
}
.p-fv_txt {
  margin: 30px 0 45px;
  line-height: 1.3;
  font-size: 1.8rem;
}
.p-fv_lists {
  gap: 26px;
  width: 500px;
}
.p-fv_point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50vh;
  border: var(--orange01) solid 5px;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--orange02);
}

@media (max-width: 768px) {
  .p-fv {
    background: url(../img/bg_mv_sp.jpg) no-repeat center / cover;
  }
  .p-fv_content {
    width: 100%;
    padding: 40px 10px 20px;
  }
  .p-fv_ttl {
    font-size: 2.4rem;
  }
  .p-fv_ttl .textOrange {
    line-height: 1.25;
    font-size: 3.0rem;
  }
  .p-fv_txt {
    margin: 15px 0;
    font-size: 1.5rem;
  }
  .p-fv_lists {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .p-fv_point {
    width: 78.75vw;
    height: auto;
    border-width: 3px;
  }
}


/*----------------------------------------
  p-intro
----------------------------------------*/
.p-intro {
  padding: 40px 0 25px;
  background: #E3F5FA;
}
.p-intro_item {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  padding: 25px 30px;
  margin-bottom: 12px;
  border-radius: 20px;
  background: #FFF;
}
.p-intro_sttl {
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #666;
}
.p-intro_txt {
  width: 580px;
  padding-left: 13px;
  border-left: #000 solid 1px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .p-intro_item {
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
  }
  .p-intro_txt {
    width: 100%;
    padding-left: 0;
    padding-top: 13px;
    border-left: none;
    border-top: #000 solid 1px;
    font-size: 1.5rem;
  }
}


/*----------------------------------------
  p-point
----------------------------------------*/
.p-point {
  position: relative;
}
.p-point::before {
  content: "";
  display: block;
  width: 100%;
  height: 75px;
  margin-bottom: 40px;
  background: #E3F5FA;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.p-point_inr {
  width: 92%;
  margin: 0 auto 50px;
  gap:40px;
}
.p-point_img {
  display: block;
  width: 46.73vw;
  height: auto;
}
.p-point_item {
  display: flex;
  gap: 27px;
  margin-bottom: 30px;
}
.p-point_no {
  position: relative;
  width: 120px;
  text-align: center;
  color: #D8DEEA;
  line-height: 1;
  font-weight: 700;
  font-size: 9.6rem;
}
.p-point_no::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "POINT";
  color: var(--orange01);
  font-size: 2.0rem;
  transform: translate(-50%,-50%);
}
.p-point_sttl {
  margin-bottom: 10px;
  color: var(--orange02);
  font-size: 2.4rem;
  font-weight: 700;
}
.p-point_txt {
  line-height: 1.3;
}

@media (max-width: 768px) {
  .p-point::before {
    height: 40px;
  }
  .p-point_inr {
    width: calc(100% - 20px);
    margin: 0 auto;
    gap: 20px;
  }
  .p-point_img {
    width: 100%;
  }
  .p-point_item {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-point_no {
    width: 60px;
    font-size: 4.8rem;
  }
  .p-point_no::before {
    font-size: 1.2rem;
  }
  .p-point_sttl {
    font-size: 1.8rem;
  }
}


/*----------------------------------------
  p-simulator
----------------------------------------*/
.p-simulator {
  padding: 50px 0 70px;
}
.p-simulator_box {
  padding: 35px 35px 25px;
  border-radius: 20px;
  border: 1px solid var(--orange01);
  background: #FFF;
}

.p-simulator_dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 36px;
}
.p-simulator_dt {
  width: calc(100% - 170px);
  padding: 15px 0;
  line-height: 1.25;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-simulator_dt span {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-simulator_dd {
  display: flex;
  align-items: center;
  width: 170px;
  padding: 15px 0;
}
.p-simulator_input {
  width: 100%;
  padding: 5px;
  border: #ccc solid 1px;
  border-radius: 5px;
  font-size: 1.6rem;
}
.p-simulator_btn {
  margin: 0 auto;
}

.p-simulator_note {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 385px;
  margin: 45px auto 0;
}

@media (max-width: 768px) {
  .p-simulator {
    padding: 25px 10px 30px;
  }
  .p-simulator_box {
    padding: 15px 15px 25px;
  }
  .p-simulator_dl {
    margin-bottom: 10px;
  }
  .p-simulator_dt {
    width: 100%;
    padding: 0 0 10px;
    font-size: 2.0rem;
  }
  .p-simulator_dd {
    width: 100%;
    padding: 0 0 20px;
  }
  .p-simulator_note {
    gap: 10px;
    margin: 30px auto 0;
    width: calc(100% - 20px);
    font-size: 1.3rem;
  }
}

/* simulator animation */
.p-simulator_result {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 4.0rem;
}
.p-simulator_result span {
  font-size: 2.0rem;
}
.p-simulator_result._error {
  color: red;
  font-size: 1.2rem;
}
.js-simulator-form,
.js-simulator-result,
.js-simulator-calculate,
.js-simulator-reset {
  transition: .5s;
}

.js-hidden {
  display: none;
}

.js-visible {
  display: inherit;
}

/*----------------------------------------
  p-feature
----------------------------------------*/
.p-feature {
  padding: 50px 0 35px;
  background: #FEF3E7;
}
.p-feature_slide {
  padding-top: 50px;
}
.p-feature_box {
  position: relative;
  padding: 65px 0 45px;
  margin-bottom: 5px;
  background: #FFF;
  border-radius: 20px;
  border: 1px solid #F6B24B;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  counter-increment: number 1;
}
.p-feature_no {
  position: absolute;
  top: -50px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50vh;
  background: var(--orange02);
  color: #fff;
  line-height: 1;
  font-size: 5.0rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  transform: translateX(-50%);
}
.p-feature_sttl {
  font-size: 4.0rem;
  font-weight: 700;
}
.p-feature_txt {
  margin: 15px 0 40px;
  font-size: 2.0rem;
}
.p-feature_img {
  width: calc(100% - 180px);
}

.swiper-button-prev,
.swiper-button-next {
  width: 58px;
  height: 58px;
  border-radius: 50vh;
  background: var(--orange02);
  color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2.0rem;
}
.swiper-button-prev {
  left: 12vw;
}
.swiper-button-next {
  right: 12vw;
}

@media (max-width: 768px) {
  .p-feature_slide {
    padding-top: 25px;
  }
  .p-feature_box {
    height: auto;
    padding: 30px 15px 20px;
    border-radius: 10px;
  }
  .p-feature_no {
    top: -25px;
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
  }
  .p-feature_sttl {
    font-size: 2.0rem;
  }
  .p-feature_txt {
    margin: 15px 0 40px;
    text-align: left;
    font-size: 1.5rem;
  }
  .p-feature_img {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1.8rem;
  }
  .swiper-button-prev {
    left: 15px;
  }
  .swiper-button-next {
    right: 15px;
  }
}

/*----------------------------------------
  p-service
----------------------------------------*/
.p-service {
  padding: 50px 0 80px;
}
.p-service_lists {
  gap: 60px;
}
.p-service_item {
  width: 200px;
}
.p-service_sttl {
  margin: 20px 0 30px;
  text-align: center;
  color: #666;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-service_txt {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .p-service {
    padding: 25px 0 40px;
  }
  .p-service_lists {
    gap: 20px;
  }
  .p-service_item {
    display: flex;
    gap: 15px;
    width: 100%;
  }
  .p-service_img {
    width: 120px;
    height: 120px;
  }
  .p-service_sttl {
    margin: 10px 0;
    text-align: left;
    font-size: 1.8rem;
  }
  .p-service_txt {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
  p-course
----------------------------------------*/
.p-course {
  position: relative;
  padding: 65px 0 40px;
  background-image: linear-gradient(90deg, rgba(246, 178, 75, 1) 25%, rgba(0, 0, 0, 0) 25%);
}
.p-ccourse_lists {
  width: 82vw;
  max-width: 1048px;
  margin: 0 auto;
}
.p-course_item {
  gap: 45px;
  margin-bottom: 60px;
}
.p-course_img {
  position: relative;
}
.p-course_img ._sttl {
  position: absolute;
  top: 20px;
  left: 60px;
  font-size: 2.0rem;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.p-course_img ._img {
  width: 540px;
}
.p-course_check ._item {
  margin-bottom: 10px;
  font-size: 2.0rem;
}
.p-course_check ._item::before {
  content: "\2713";
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .p-course {
    padding: 30px 0 20px;
    background-image: linear-gradient(90deg, rgba(246, 178, 75, 1) 30%, rgba(0, 0, 0, 0) 30%);
  }
  .p-ccourse_lists {
    max-width: none;
    width: calc(100% - 20px);
  }
  .p-course_item {
    gap: 15px;
    margin-bottom: 25px;
  }
  .p-course_img ._sttl {
    top: 10px;
    left: 30px;
  }
  .p-course_img ._img {
    width: 100%;
  }
  .p-course_check ._item {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}


/*----------------------------------------
  p-voice
----------------------------------------*/
.p-voice {
  padding-bottom: 45px;
  background: var(--brown);
}
.p-voice_intro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  margin-bottom: 50px;
  background: url(../img/bg_voice.jpg) no-repeat center / cover;
}
.p-voice_intro ._txt {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  color: #fff;
}
.p-voice_item {
  padding: 50px 25px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid var(--orange02);
  background: #FFF;
}
.p-voice_txt {
  margin-bottom: 25px;
  font-size: 1.8rem;
}
.p-voice_patient {
  font-weight: 700;
}
.p-voice_patient ._sub {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .p-voice_intro {
    padding: 90px 0;
    margin-bottom: 30px;
    background-image: url(../img/bg_voice_sp.jpg);
  }
  .p-voice_intro ._txt {
    font-size: 2.0rem;
  }
  
  .p-voice_item {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .p-voice_txt {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .p-voice_patient {
    font-size: 1.3rem;
  }

}


/*----------------------------------------
  p-comp
----------------------------------------*/
.p-comp {
  padding: 70px 0 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-comp {
    padding-top: 35px;
  }
}


/*----------------------------------------
  p-faq
----------------------------------------*/
.p-faq {
  padding: 45px 0 50px;
  background: var(--brown)
}
.p-faq_box {
  margin-bottom: 20px;
  padding: 20px 25px;
  border-radius: 20px;
  background: #FFF;
  font-size: 2.0rem;
}
.p-faq_question {
  margin-bottom: 15px;
  font-weight: 700;
}
.p-faq_answer {
  color: #666;
}
.p-faq_question,
.p-faq_answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.p-faq_question span,
.p-faq_answer span {
  flex: 1;
}

.p-faq_question span {
  padding-top: 10px;
}

.p-faq_question::before,
.p-faq_answer::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50vh;
  font-weight: 700;
  font-size: 2.0rem;
  font-family: "Outfit", sans-serif;
}
.p-faq_question::before {
  content: "Q";
  background: var(--orange02);
  color: #fff;
}
.p-faq_answer::before {
  content: "A";
  border: 2px solid var(--orange02);
  color: var(--orange02);
}

@media (max-width: 768px) {
  .p-faq {
    padding: 20px 10px;
  }
  .p-faq_box {
    padding: 15px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .p-faq_question {
    margin-bottom: 10px;
  }
  .p-faq_question,
  .p-faq_answer {
    gap: 10px;
  }
  .p-faq_question::before,
  .p-faq_answer::before {
    width: 32px;
    height: 32px;
    font-size: 1.7rem;
  }
  .p-faq_question span {
    padding-top: 0;
  }
}


/*----------------------------------------
  p-about
----------------------------------------*/
.p-about {
  padding: 45px 0 50px;
}
.p-about_inr {
  gap: 45px;
}
.p-about_img {
  width: 290px;
}
.p-about_message {
  margin: 15px 0 50px;
}
.p-about_sttl {}
.p-about_license {
  padding: 15px 25px 15px 40px;
  background: #f9f9f9;
}
.p-about_license ._item {
  list-style: disc;
}

@media (max-width: 768px) {
  .p-about_img {
    width: 50vw;
  }
  .p-about_inr {
    gap: 20px;
  }
  .p-about_message {
    margin: 0 0 25px;
    text-align: center;
  }
  .p-about_license {
    font-size: 1.3rem;
  }
}

/*----------------------------------------
  p-access
----------------------------------------*/
.p-access_map {
  margin-top: 50px;
  height: 27.7vw;
}

@media (max-width: 768px) {
  .p-access_map {
    height: 50vh;
  }
}

/*----------------------------------------
  p-access
----------------------------------------*/
.p-contact {
  padding: 30px 0 20px;
  background: var(--brown);
}
.p-contact_btn {
  gap: 40px;
}
.p-contact_btn .c-btn {
  width: 185px;
}

@media (max-width: 768px) {
  .p-contact {
    padding: 30px 10px 20px;
  }
  .p-contact_btn {
    gap: 10px;
  }
  .p-contact_btn .c-btn {
    width: 170px;
  }
}