/*service.css*/

/* fv */
section.fv_service {
  background-image: url(/wp-content/themes/AnimalCommunication_theme/library/images/common/background_fv_service.png);
  background-color: #fef5e6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 740px;
}

.page-id-11 .fv-inner,
.page-id-11 .section-inner {
  max-width: 842px;
  margin: 0 auto;
}

.page-id-11 .fv-inner {
  position: relative;
}

h1.fv_service_catch {
  position: relative;
}

.service_catch.service_catch_1 {
  position: absolute;
  top: 50px;
  left: 25px;
}

.service_catch.service_catch_2 {
  position: absolute;
  top: 340px;
  left: 110px;
}

.service_catch img {
  width: 100%;
}

.fv_service-bottom {
  position: absolute;
  width: 900px;
  bottom: -960px;
  left: -20px;
}

.fv_service .fv-inner .text__block {
  border: 20px solid #ffa8b3;
  padding: 10px 12px;
}

.fv_service .fv-inner .text__block__inner {
  border: 2px solid #ffa8b3;
  padding: 50px 50px 10px 50px;
}

.fv_service .fv-inner .text__block h2 {
  color: #000;
  font-size: 2rem;
}

.fv_service .fv-inner .text__block h2 span {
  color: #f69600;
  font-size: 2rem;
}

.fv_service .fv-inner .text__block p {
  color: #5f4f30;
  margin: 30px 0;
}

.page-id-11 .btn a {
  position: relative;
}

/* fv */

/* contents */
section.trouble {
  background-color: #f7f5fa;
  padding-top: 260px;
}

.trouble .section-inner {
  position: relative;
}

.trouble .arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
}

.trouble h2 {
  font-size: 2.28571rem;
  margin: 30px 0 10px;
}

.trouble h2 span {
  color: #9082b0;
}

.balloon-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px 80px;
}

.balloon {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 10px 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: fit-content;
  max-width: 90%;
  font-size: 1.57143rem;
  font-weight: 500;
  line-height: 1.6;
  align-self: flex-start;
}

.balloon::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #fff;
  transform: rotate(270deg);
}

.balloon__right {
  align-self: flex-end;
}

.balloon__right::after {
  content: "";
  position: absolute;
  right: 20px;
  left: auto;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #fff;
  transform: rotate(90deg);
}

section.solution {
  padding: 110px 0 70px;
}

.solution .section-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.solution .text__block h2 {
  color: #f69600;
  font-size: 1.71429rem;
}

.solution .text__block p {
  color: #5f4f30;
  font-size: 2.14286rem;
  font-weight: 500;
}

section.feature {
  background-color: #fff5f6;
  padding: 70px 0 116px;
}

.feature h2,
.consult h2,
.user-voice h2,
.faq_service h2,
.price h2,
.payment h2 {
  display: inline;
  color: #5f4f30;
  font-size: 2.28571rem;
  padding-bottom: 5px;
  border-bottom: 3px dashed #5f4f30;
}

.feature .card__wrapper {
  margin-top: 50px;
}

.feature__card {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  background-color: #fff;
  width: calc((90% / 2) - 30px);
  height: auto;
  padding: 25px 30px 43px 25px;
  border-radius: 15px;
  filter: drop-shadow(7.726px 12.858px 7.5px rgba(141, 141, 141, 0.5));
}

.number__ribbon {
  position: absolute;
  top: 6px;
  left: 20px;
  color: #5f4f30;
  font-size: 1.85714rem;
  font-weight: 500;
  z-index: 2;
}

.feature__card .text__block {
  text-align: left;
}

.feature__card h3 {
  color: #ff7586;
  font-size: 1.42857rem;
}

.feature__card p {
  color: #5f4f30;
  font-size: 1.14286rem;
}

section.consult {
  background-color: #f7f5fa;
  padding: 70px 0 100px;
}

.consult__card {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 50px;
  padding: 44px 50px 39px 41px;
}

.consult__card .step-number {
  position: unset;
  color: #9082b0;
  font-size: 1.57143rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}

.consult__card h3 {
  color: #5f4f30;
  font-size: 1.57143rem;
  margin-bottom: 20px;
}

.consult__card p,
.consult__card ul {
  color: #5f4f30;
  font-size: 1.14286rem;
  font-weight: 700;
  text-align: left;
}

.consult__card ul {
  padding-left: 20px;
}

.consult__arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 12px solid #a68a54;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
  margin-bottom: -20px;
  margin-top: 30px;
}

.user-voice h3 {
  color: #5f4f30;
  font-size: 1.28571rem;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #5f4f30;
  border-radius: 10px;
  padding: 10px 36px;
}

.user-voice__card {
  background-color: #fff5f6;
  border-radius: 10px;
  margin: 40px 0;
  padding: 40px;
}

.user-voice__card-inner {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.user-voice__card-inner.user-voice__card-inner-sp {
  display: none;
}

.user-voice .text__block {
  text-align: left;
}

.user-voice .text__block p.subject {
  font-size: 1.57143rem;
  line-height: 24px;
  color: #ff7586;
  font-weight: 500;
}

.user-voice .text__block p {
  color: #5f4f30;
  font-size: 1.14286rem;
  font-weight: 500;
}

.q-balloon {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  background: #5f4f30;
  margin-top: 30px;
  padding: 15px 24px;
  text-align: left;
}

.q-balloon::after {
  content: "";
  position: absolute;
  left: 21px;
  bottom: -28px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #5f4f30;
}

.answer__block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  margin: 15px 0 25px;
  padding-left: 28px;
}

.answer__block p.a-txt {
  color: #4c4c4c;
  font-size: 1.57143rem;
  font-weight: 500;
}

.answer__block p {
  color: #5f4f30;
  font-size: 1.14286rem;
  font-weight: 500;
}

section.price {
  margin: 40px 0;
}

.price__card-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 0;
}

.price__card {
  border-radius: 5px;
  filter: drop-shadow(7.726px 12.858px 7.5px rgba(141, 141, 141, 0.5));
}

.price__card h3 {
  color: #5f4f30;
  font-size: 1.28571rem;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #5f4f30;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 36px;
}

.price__card p {
  color: #5f4f30;
  font-size: 2.28571rem;
  font-weight: 700;
}

.pink__card {
  background-color: #fff5f6;
  padding: 20px 100px;
}

.pink__card p {
  color: #ff7586;
}

.white__card {
  background-color: #fffbf5;
  padding: 20px 75px;
}

.pink__card span,
.white__card span {
  font-size: 1.57143rem;
}

.price p.price-note {
  color: #5f4f30;
  font-size: 1.14286rem;
  font-weight: 500;
}

.payment__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f5fa;
  border-radius: 10px;
  padding: 40px 0;
}

.payment ul {
  color: #5f4f30;
  font-size: 1.71429rem;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
}

.payment ul span {
  font-size: 1.42857rem;
}

.payment-note p {
  font-size: 1.14286rem;
  font-weight: 500;
  text-align: left;
}

p.payment-strong {
  color: #5f4f30;
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 30px;
  margin-top: 50px;
}

.page-id-11 .payment .btn {
  margin-top: 20px;
}

section.link {
  font-size: 1.14286rem;
  background-color: #f7f5fa;
  padding: 30px 0 40px;
}

.link a {
  text-decoration: underline;
}
/* contents */

@media screen and (max-width: 768px) {
  section.fv_service {
    height: 570px;
  }

  .service_catch.service_catch_1 {
    top: 40px;
  }

  .service_catch.service_catch_2 {
    position: absolute;
    top: 270px;
    left: 85px;
  }

  .service_catch img {
    width: 75%;
  }

  .fv_service-bottom {
    width: 670px;
    bottom: -830px;
    left: 50px;
  }

  .fv_service .fv-inner .text__block__inner {
    padding: 30px 30px 10px 30px;
  }

  .fv_service .fv-inner .text__block h2 {
    font-size: 1.4rem;
  }

  .fv_service .fv-inner .text__block h2 span {
    font-size: 1.4rem;
  }

  .text__block p {
    font-size: 1rem;
  }

  .feature__card {
    margin-left: 3px;
    padding: 25px 27px 43px 22px;
  }

  .solution .section-inner {
    gap: 5px;
    margin: 0 10px;
  }

  .user-voice__card {
    margin: 40px 10px;
  }

  .faq-balloon-wrap {
    margin: 0 10px;
  }

  .white__card {
    padding: 20px 35px;
  }

  .payment__card {
    margin: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .feature h2,
  .consult h2,
  .user-voice h2,
  .faq_service h2,
  .price h2,
  .payment h2 {
    font-size: 1.42857rem;
  }

  section.fv_service {
    background-image: url(/wp-content/themes/AnimalCommunication_theme/library/images/common/background_fv_service_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 535px;
  }

  section.trouble {
    background-color: unset;
    background-image: url(/wp-content/themes/AnimalCommunication_theme/library/images/common/background-trouble.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 680px;
  }

  section.feature {
    background-color: unset;
    background-image: url(/wp-content/themes/AnimalCommunication_theme/library/images/common/background-feature.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 50px;
  }

  .service_catch.service_catch_1 {
    top: 50px;
    left: -70px;
  }

  .service_catch_1 img {
    width: 60%;
  }

  .service_catch.service_catch_2 {
    top: 270px;
    left: 30px;
  }

  .service_catch_2 img {
    width: 100%;
  }

  .fv_service-bottom {
    width: 100%;
    bottom: -975px;
    left: 0;
  }

  .fv_service .fv-inner .text__block__inner {
    padding: 30px 20px 10px 20px;
  }

  .fv_service .fv-inner .text__block p {
    margin: 10px 0;
    text-align: center;
  }

  .page-id-11 .btn {
    margin: 30px auto;
  }

  /* .page-id-11 .user-voice .btn {
    margin: 30px 0 50px;
  } */

  .page-id-11 .btn a {
    width: 380px;
    height: 80px;
  }

  .btn_2 {
    width: 350px;
  }

  .btn-label {
    font-size: 1rem;
  }

  section.trouble {
    padding-top: 430px;
  }

  .trouble h2 {
    font-size: 1.8rem;
  }

  .trouble .arrow {
    display: none;
  }

  .balloon {
    font-size: 1.1rem;
    text-align: left;
  }

  section.solution {
    padding: 60px 0 60px;
  }

  .solution .section-inner {
    flex-direction: column;
    gap: 10px;
  }

  .solution .text__block h2 {
    font-size: 1.35rem;
  }

  .solution .text__block p {
    font-size: 1.5rem;
    text-align: center;
  }

  .feature .card__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .feature__card {
    width: 80%;
  }

  .feature__card h3 {
    font-size: 1.2rem;
  }

  section.consult {
    padding: 70px 0 50px;
  }

  .consult__card {
    margin: 30px 10px;
    padding: 25px 20px 20px 25px;
  }

  .consult__card h3 {
    font-size: 1.4rem;
  }

  .consult__card p,
  .consult__card ul {
    font-size: 1rem;
  }

  .consult__arrow {
    margin-top: -10px;
  }

  .user-voice__card-inner.user-voice__card-inner-pc {
    display: none;
  }

  .user-voice__card-inner.user-voice__card-inner-sp {
    display: inline;
  }

  .user-voice__card-inner-sp .img__block {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .user-voice__card-inner-sp .img__block img {
    width: 30%;
  }

  .user-voice .user-voice_text__block-sp p.subject {
    font-size: 1.57143rem;
    line-height: 24px;
    color: #ff7586;
    font-weight: 500;
  }

  .user-voice_text__block-sp p {
    text-align: left;
  }

  .q-balloon {
    font-size: 1.28571rem;
  }

  .price__card-wrapper {
    gap: 10px;
    margin: 30px 10px;
  }

  .price__card h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 3px 5px;
  }

  .price p.price-note {
    margin-top: 50px;
  }

  .pink__card {
    padding: 20px 40px;
  }

  .white__card {
    padding: 20px 40px;
  }

  .price__card p {
    font-size: 1.8rem;
  }

  .pink__card span,
  .white__card span {
    font-size: 1rem;
  }

  .payment ul {
    font-size: 1.2rem;
    padding-left: 40px;
  }

  .payment-note p {
    padding-left: 20px;
  }

  p.payment-strong {
    font-size: 1rem;
  }
}

@media screen and (max-width: 415px) {
  section.fv_service {
    height: 510px;
  }

  .service_catch.service_catch_2 {
    top: 260px;
    left: 10px;
  }

  .service_catch_2 img {
    width: 80%;
  }

  .fv_service-bottom {
    bottom: -955px;
  }

  .fv_service .fv-inner .text__block h2 {
    font-size: 1.3rem;
  }

  .fv_service .fv-inner .text__block p {
    font-size: 0.9rem;
  }

  section.trouble {
    padding-top: 450px;
  }

  .btn-label_1 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 390px) {
  section.fv_service {
    height: 490px;
  }

  .fv_service-bottom {
    bottom: -920px;
  }

  .fv_service .fv-inner .text__block {
    border: 18px solid #ffa8b3;
    padding: 10px 12px;
  }

  .fv_service .fv-inner .text__block__inner {
    padding: 20px 6px 10px 6px;
  }

  .page-id-11 .btn_1 {
    width: 280px;
    margin: 30px auto;
  }

  section.trouble {
    padding-top: 430px;
  }
}

@media screen and (max-width: 375px) {
  section.fv_service {
    height: 470px;
  }

  .fv_service .fv-inner .text__block__inner {
    padding: 30px 10px 10px 10px;
  }

  .fv_service-bottom {
    bottom: -910px;
  }

  .fv_service .fv-inner .text__block h2 {
    font-size: 1.2rem;
  }

  .fv_service .fv-inner .text__block p {
    font-size: 0.9rem;
  }

  section.trouble {
    padding-top: 440px;
  }

  .balloon-wrap {
    gap: 30px;
  }

  .page-id-11 .btn_1 {
    width: 270px;
  }
}
