@charset "UTF-8";

.lp-fv .top_re_view_img .text-tax {
  position: absolute;
  right: 135px;
  bottom: 35px;
  display: block;
  width: fit-content;
  padding: 7px 21px;
  font-size: .875rem;
  font-weight: bold;
  color: #028759;
  border-radius: 30px;
  background-color: #fff;
}

.section-reason {
  padding-top: 42px;
  padding-bottom: 60px;
}

.section-reason h1 {
  margin-bottom: 5px;
  font-size: 34px;
  color: #111;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
}

.section-reason .lead {
  margin-bottom: 0;
  font-size: 16px;
  color: #111;
  text-align: center;
}

.section-reason .container-img-with-bubble {
  position: relative;
  padding-top: 140px;
  margin-bottom: 30px;
}

.section-reason .container-img-with-bubble .text {
  position: absolute;
  top: 128px;
  display: block;
  max-width: 400px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #028759;
  border: 1px solid #028759;
  border-radius: 55px;
  text-align: center;
}

.section-reason .container-img-with-bubble .text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #1d96d5;
  text-align: center;
}

.section-reason .container-img-with-bubble .text strong {
  font-weight: bold;
  color: #111;
}

.section-reason .container-img-with-bubble .text.bubble-left {
  left: 100px;
  max-width: 286px;
}

.section-reason .container-img-with-bubble .text.bubble-right {
  right: 138px;
  max-width: 320px;
}

.section-reason .container-img-with-bubble .text.bubble-center {
  top: 30px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.section-reason .container-img-with-bubble .img {
  display: block;
  width: 336px;
  margin-right: auto;
  margin-left: auto;
}

.lp-fv .top_re_view_box .lead p {
  margin-bottom: 10px;
  font-size: 1vw;
  font-weight: bold;
  color: #000;
  letter-spacing: .22em;
}

.lp-fv .top_re_view_box .lead p .text-lg {
  font-size: 1.5vw;
}

.lp-fv .spwrap {
  justify-content: space-between;
  align-items: normal !important;
  flex-wrap: nowrap;
}

.lp-fv .top_re_view_box .worries li>span {
  padding: 8px 32px;
}

.lp-fv .top_re_view_box {
  width: auto;
  transform: none;
  flex-grow: 1;
  padding-right: 0;
  padding-left: 50px;
}

.lp-fv .top_re_view_box .body {
  max-width: 710px;
  padding-top: 1rem;
  margin-right: -160px;
  margin-left: auto;
}

.lp-fv .top_re_view_img {
  position: relative;
  flex-shrink: 0;
  width: auto;
}

.lp-fv .top_re_view_img img {
  height: 100%;
  object-fit: cover;
}

.lp-fv .top_re_view_img:before {
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  width: 350px;
  background: linear-gradient(90deg, #E7F8F3 17.46%, rgba(231, 248, 243, 0) 49.68%);
  content: "";
}

.lp-fv .top_re_view_box .worries li>span {
  font-size: 0.875rem;
}

.lp-fv .top_re_view_box h2 {
  margin-top: 8px;
  font-size: 2.5rem;
}

.lp-fv .top_re_view_box h2>span {
  font-size: 3.75rem;
}

.lp-fv .top_re_btn_box {
  position: static;
  margin-top: 0;
}

.lp-fv .top_re_btn_box .mail_btn {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.lp-fv .top_re_btn_box ul li {
  height: auto;
  width: 300px;
}

.lp-fv .top_re_btn_box ul li a {
  position: static;
  display: block;
  width: 100%;
  padding: 24px 20px 24px 50px;
  font-size: 1.175rem;
  transform: none;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.lp-fv .top_re_btn_box ul li a.icon {
  position: relative;
  top: auto;
  left: auto;
}

.lp-fv .top_re_btn_box ul li a.icon:before {
  position: absolute;
  top: 0;
  left: 22px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: none;
  content: "";
}

.lp-fv .top_re_btn_box ul li a.icon.mail:before {
  width: 30px;
  height: 30px;
  background: url("../img/icon/mail.svg") 0 0 no-repeat;
  background-size: contain;
}

.lp-fv .top_re_btn_box ul li a.icon.phone:before {
  width: 30px;
  height: 30px;
  background: url("../img/icon/phone.svg") 0 0 no-repeat;
  background-size: contain;
}

.lp-fv .top_re_btn_box ul li a.icon.mail {
  background-color: #f2a552;
}

.lp-fv .top_re_btn_box ul li a.icon.phone {
  background-color: #028759;
}

.top_re_btn_box ul li {
  background-color: transparent;
}

.list-example li {
  position: relative;
  counter-increment: item;
}

.list-example li p {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-direction: column;
}

.list-example li p img {
  width: 150px;
}

.list-example li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: #028759;
  background: linear-gradient(135deg, #028759 50%, rgba(255, 255, 255, 0) 50%);
  color: #fff;
  padding: 14px 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  border-top-left-radius: 7px;
  content: "例" counter(item, decimal);
}

.section-free-planning .container-img-with-bubble .text.bubble-center {
  max-width: 320px;
}

.section-free-planning .container-img-with-bubble {
  padding-top: 130px;
  margin-bottom: 50px;
}

.section-free-planning .container-img-with-bubble .text.bubble-left {
  max-width: 350px;
}

.section-free-planning .container-img-with-bubble .text.bubble-right {
  max-width: 300px;
}

.section-free-planning .container-img-with-bubble .text.bubble-bottom-right,
.section-free-planning .container-img-with-bubble .text.bubble-bottom-left {
  top: auto;
  bottom: 40px;
}

.section-free-planning .container-img-with-bubble .text.bubble-bottom-left {
  left: 0;
  max-width: 330px;
}

.section-free-planning .container-img-with-bubble .text.bubble-bottom-right {
  right: 0;
  max-width: 344px;
}

.section-4-steps .step .step-title {
  position: relative;
  width: 208px;
  padding: 8px 10px;
  font-weight: bold;
  background-color: #028759;
  text-align: center;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  flex-direction: column;
  align-items: center;
}

.section-4-steps .step .step-title:after {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-top: 32px solid #028759;
  content: "";
}

.section-4-steps .step {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 32px;
}

.section-4-steps .step:first-of-type {
  margin-top: 50px;
}

.section-4-steps .step:last-of-type .step-title:after {
  display: none;
}

.section-4-steps .step .step-body {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  flex-grow: 1;
  font-size: 0.875rem ;
  line-height: 1.785;
  letter-spacing: 0.02em;
  border: 1px solid #adadad;
}

.section-4-steps .step .step-title small {
  display: block;
  width: fit-content;
  padding: 4px 6px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #fff;
  color: #028759;
}

.section-4-steps .step .step-title .icon {
  margin-top: 8px;
}

.section-4-steps .step .step-title .mail-sm {
  width: 33px;
}

.section-4-steps .step .step-title .calendar {
  width: 35px;
}

.section-4-steps .step .step-title .chat {
  width: 38px;
}

.section-4-steps .step .step-title .money {
  width: 35px;
}

.section-4-steps .step .step-title .document {
  width: 30px;
}

@media (min-width: 769px) {
  .section-4-steps .wrap {
    max-width: 845px;
  }
}

.section-voice h1 {
  margin-bottom: 2rem;
}

.section-supporter.top_re_supporter_box ul {
  margin-top: 60px;
}

.section-supporter.top_re_supporter_box ul > li:first-child {
  width: 20%;
}

.section-supporter.top_re_supporter_box ul > li:last-child {
  width: 75%;
}

.section-faq .questuion_sub ul:last-of-type ~ hr {
  display: none;
}

.top_re_question_box .questuion_sub ul li .text {
  margin-right: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #2a8759;
}

.top_re_question_box .questuion_sub ul li.answer .text {
  color: #f2a552;
}

.top_re_merit_box ul li>div img {
  width: 65px;
}

.top_re_merit_box ul li>div>.img-container {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 35px;
  border-radius: 50%;
  background-color: #deebe7;
}

.top_re_merit_box ul li>div .title-reason {
  color: #111;
}

.top_re_merit_box ul li>div .text-reason {
  text-align: left;
}

.top_re_contact_box ul li:last-child p:last-of-type {
  background-color: #f2a552;
}

.top_re_contact_box h2::before,
.top_re_contact_box h2::after {
  top: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 7px 0 7px;
  background: none;
}

.top_re_contact_box h2::before {
  left: -12%;
  transform: skew(0, -5deg) rotate(-45deg);
}

.top_re_contact_box h2::after {
  right: -12%;
  transform: skew(0, -5deg) rotate(45deg);
}

.top_re_supporter_box ul>li p:first-of-type {
  margin-bottom: 14px;
}

.top_re_voice_box .swiper .swiper-slide .swiper_voice_box>div {
  justify-content: center;
}

.top_re_voice_box .swiper-button-prev::after,
.top_re_voice_box .swiper-button-next::after {
  background: none;
}

.top_re_voice_box .swiper-button-prev::before,
.top_re_voice_box .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #008759;
  border-right: 2px solid #008759;
  content: "";
}

.top_re_voice_box .swiper-button-prev::before {
  transform: rotate(-135deg);
}

.top_re_voice_box .swiper-button-next::before {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .section-voice .swiper-wrapper {
    padding-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .lp-fv .top_re_view_box .body {
    margin-right: 0;
    max-width: 42vw;
  }
}

@media (max-width: 1399px) {
  .lp-fv .top_re_view_box .body {
    margin-right: 0;
  }

  .lp-fv .top_re_view_img img {
    width: 50vw;
  }

  .lp-fv .top_re_btn_box ul li {
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .lp-fv .top_re_btn_box .mail_btn {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .section-reason .container-img-with-bubble .text.bubble-left {
    left: 30px;
  }

  .section-reason .container-img-with-bubble .text.bubble-right {
    right: 30px;
  }

  .top_re_contact_box ul li:first-child img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .section-reason .container-img-with-bubble .text.bubble-left {
    left: 0;
  }

  .section-reason .container-img-with-bubble .text.bubble-right {
    right: 0;
  }

  .lp-fv .top_re_view_box h2 {
    font-size: 2rem;
  }

  .lp-fv .top_re_view_box h2>span {
    font-size: 3rem;
  }

  .section-free-planning .container-img-with-bubble .text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-free-planning .container-img-with-bubble .text.bubble-left,
  .section-free-planning .container-img-with-bubble .text.bubble-right {
    max-width: 380px;
    font-size: 13px;
  }

  .top_re_contact_box ul li:first-child img {
    width: 100%;
  }

  .top_re_example_box ul li {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-example li p img {
    width: 90px;
  }

  .lp-fv .top_re_view_box .lead p {
    font-size: 12px;
  }

  .lp-fv .top_re_view_box .lead p .text-lg {
    font-size: 17px;
  }

  .lp-fv .top_re_view_box {
    padding-left: 20px;
  }

  .lp-fv .top_re_view_box .body {
    margin-right: -60px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top_re_contact_box ul li {
    padding-right: 20px;
    padding-left: 20px;
  }

  .top_re_contact_box ul li:last-child p a::before {
    width: 25px;
    height: 25px;
    left: 3%;
  }
}

.section-5-reasons.top_re_merit_box ul li,
.section-5-reasons.top_re_merit_box ul li>div {
  position: static;
}

.section-5-reasons.top_re_merit_box ul {
  align-items: normal;
  row-gap: 50px;
  column-gap: 35px;
  justify-content: center;
}

.section-5-reasons.top_re_merit_box ul li>div {
  padding: 44px 20px;
}

.section-5-reasons.top_re_merit_box ul li {
  position: relative;
  background: #fff;
  counter-increment: reasons;
  overflow: visible;
}


.section-5-reasons.top_re_merit_box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: #028759;
  background: linear-gradient(135deg, #028759 50%, rgba(255, 255, 255, 0) 50%);
  color: #fff;
  padding: 14px 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  border-top-left-radius: 7px;
  content: counter(reasons, decimal-leading-zero);
}

.section-5-reasons .lead {
  margin-top: 40px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 768px) {
  .section-reason {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .section-reason .container-img-with-bubble .img {
    width: 262px;
  }

  .section-reason .container-img-with-bubble .text {
    position: static;
    width: 100%;
    max-width: none !important;
    padding: 2px 14px;
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.5;
  }

  .section-reason .container-img-with-bubble .text p {
    font-size: 11px;
    line-height: 1.5;
  }

  .section-reason .container-img-with-bubble .text.bubble-left {
    left: 0;
  }

  .section-reason .container-img-with-bubble .text.bubble-right {
    right: 0;
  }

  .section-reason h1 {
    font-size: 22px;
  }

  .section-reason .lead {
    font-size: 14px;
  }

  .section-reason .container-img-with-bubble {
    padding-top: 32px;
  }

  .lp-fv {
    padding-bottom: 10px;
  }

  .lp-fv .top_re_view_img img {
    width: 100% !important;
    height: auto;
  }

  .lp-fv .spwrap {
    justify-content: normal;
    flex-wrap: wrap;
  }

  .lp-fv .top_re_view_box {
    position: static;
    padding-left: 0;
  }

  .lp-fv .top_re_view_img:before {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(360deg, #E7F8F3 0, rgba(231, 248, 243, 0) 45.68%);
  }

  .lp-fv .top_re_view_img {
    width: 100%;
  }

  .lp-fv .top_re_view_box .body {
    position: relative;
    margin-top: -155px;
    padding-top: 2rem;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
  }

  .lp-fv .top_re_view_box .worries li>span {
    font-size: 0.6875rem;
  }

  .lp-fv .top_re_view_box .worries li>span {
    padding: 4px 12px;
    margin-bottom: 5px;
  }

  .lp-fv .top_re_view_box .lead p {
    font-size: 0.6rem;
    background: #fff;
    padding: 4px 8px;
    border-radius: 40px;
  }

  .lp-fv .top_re_view_box .lead p .text-lg {
    font-size: 0.75rem;
  }

  .lp-fv .top_re_view_box h2 {
    font-size: 1.2rem;
    text-align: left;
  }

  .lp-fv .top_re_view_box h2 span {
    font-size: 2.2rem;
  }

  .top_re_view_box p {
    font-size: 0.875rem;
  }

  .lp-fv .top_re_btn_box {
    margin-top: 30px;
  }

  .lp-fv .top_re_btn_box ul li a {
    padding: 18px 20px 18px 45px;
    font-size: 1rem;
  }

  .top_re_btn_box ul li {
    margin-bottom: 10px;
  }

  .lp-fv .top_re_btn_box ul li {
    width: 250px;
  }

  .lp-fv .top_re_btn_box ul li a.icon.mail:before,
  .lp-fv .top_re_btn_box ul li a.icon.phone:before {
    left: 17px;
    width: 26px;
    height: 26px;
  }

  .section-reason .container-img-with-bubble {
    margin-bottom: 35px;
  }

  .list-example li {
    padding: 12px 22px;
  }

  .list-example li:before {
    width: 60px;
    height: 60px;
    padding: 8px 3px;
    font-size: 1rem;
  }

  .list-example li p span {
    font-size: 0.875rem;
  }

  .section-5-reasons.top_re_merit_box ul {
    row-gap: 10px;
  }

  .section-5-reasons.top_re_merit_box ul li:before {
    padding: 14px 12px;
    font-size: 25px;
    text-align: left;
  }

  .section-5-reasons .lead {
    margin-top: 0;
    font-size: 0.8rem;
  }

  .section-free-planning .container-img-with-bubble img {
    margin-bottom: 18px;
  }

  .section-4-steps {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-4-steps .step {
    margin-bottom: 21px;
  }

  .section-4-steps .step .step-title {
    font-size: 1rem;
  }

  .section-4-steps .step .step-title small {
    margin-bottom: 8px;
  }

  .section-4-steps .step .step-title .mail-sm {
    width: 29px;
  }

  .section-4-steps .step .step-title .calendar {
    width: 31px;
  }

  .section-4-steps .step .step-title .chat {
    width: 35px;
  }

  .section-4-steps .step .step-title .document {
    width: 32px;
  }

  .section-4-steps .step .step-title {
    width: 114px;
    padding: 8px;
  }

  .section-4-steps .step .step-title:after {
    bottom: -21px;
    border-left: 57px solid transparent;
    border-right: 57px solid transparent;
    border-top: 21px solid #028759;
  }

  .section-supporter.top_re_supporter_box ul {
    margin-top: 40px;
  }

  .section-supporter.top_re_supporter_box ul > li:first-child,
  .section-supporter.top_re_supporter_box ul > li:last-child {
    width: 100%;
  }

  .section-supporter.top_re_supporter_box ul > li:first-child img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 38vw;
  }

  .top_re_question_box .questuion_sub ul li .text {
    margin-right: .5rem;
  }

  .top_re_merit_box ul li>div>.img-container {
    width: 170px;
    height: 170px;
  }

  .top_re_contact_box ul li:first-child img {
    width: 300px;
  }

  .lp-fv .top_re_view_img .text-tax {
    top: 20px;
    bottom: auto;
    right: 0;
    font-size: .71rem;
  }

  .top_re_contact_box h2::before,
  .top_re_contact_box h2::after {
    border-width: 24px 5px 0 5px !important;
  }

  .top_re_contact_box h2::before {
    left: -10%;
  }

  .top_re_contact_box h2::after {
    right: -10%;
  }

  .top_re_voice_box .swiper-button-prev::after,
  .top_re_voice_box .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }

  .top_re_voice_box .swiper-button-prev::before, .top_re_voice_box .swiper-button-next::before {
    width: 6px;
    height: 6px;
  }

  .top_re_example_box ul li p {
    flex-wrap: nowrap;
  }
}
