:root {
  --green: #05aa82;
  --lightgreen: #ebf7f1;
  --black: #333;
  --gray: #d8d8d8;
  --green-grd: linear-gradient(
    189.93deg,
    rgba(64, 219, 145, 0.0352) 33.34%,
    rgba(122, 209, 209, 0.16) 65.04%
  );
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.line {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff2af;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  background: none;
}

.fv img.fv_logo {
  width: 230px;
  position: absolute;
  top: 20px;
  left: 40px;
}

section {
  padding: 120px 0;
}

.section__inner {
  max-width: 1120px;
  padding: 0;
}

.section__box {
  padding: 60px;
  margin-bottom: 120px;
}

section .section__box:last-child {
  margin-bottom: 0;
}

.section1 {
  padding: 60px 0 30px;
}

.section1 .section__box {
  background-image: url(../img/jf-plan_2/section-bg.png);
  background-size: cover;
  border-radius: 30px;
}

.section1 .section__box:last-child {
  margin-bottom: 30px;
}

.arrow1 {
  margin-bottom: 50px;
}

.section__ttl {
  margin: 0 auto 40px;
}

.section__ttl_sub {
  max-width: 220px;
  margin: 0 auto 10px;
}

.section__ttl h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.first_ttl {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.no_worries {
  width: 100%;
  margin: 40px auto 0;
}

.worried_person {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.features_ttl {
  margin: 0px auto;
  position: relative;
  background-color: var(--green);
  font-weight: bold;
  font-size: 2.8rem;
  padding: 13px 40px;
  color: #fff;
  max-width: 508px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.features {
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  margin: 0px auto;
}

.features_box {
  margin-top: 50px;
  width: 100%;
  padding: 50px 10px 30px;
  color: var(--black);
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
}

.features_num {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--green);
  border: 2px solid #fff;
  text-align: center;
  line-height: 78px;
  font-size: 3rem;
  color: #fff;
  font-family: Jost;
}

.features_img {
  width: auto;
  height: 172px;
  object-fit: contain;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  display: block;
}

.top_cv {
  width: fit-content;
  margin: 0px auto;
  padding: 80px 0 90px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.top_cv p {
  line-height: 6.5rem;
  color: #fff;
  font-size: 4rem;
  text-shadow: 2px 2px 1px var(--green), -2px -2px 1px var(--green),
    -2px 2px 1px var(--green), 2px -2px 1px var(--green),
    2px 0px 1px var(--green), -2px 0px 1px var(--green),
    0px 2px 1px var(--green), 0px -2px 1px var(--green);
}

.cv_btn {
  box-shadow: 0px 4px 15px 0px #00000026;
  background: linear-gradient(270deg, #fff386 0%, #ffe336 100%);
  color: var(--green);
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 40px;
  position: relative;
}

.cv_btn .icon_arrow {
  width: 30px;
  margin-left: 10px;
}

.woman4 {
  width: 136px;
  left: 10px;
  bottom: 0;
  position: absolute;
}

.man2 {
  width: 176px;
  right: -10px;
  bottom: 0;
  position: absolute;
}

.point__ttl {
  width: fit-content;
  margin: 100px auto 40px;
}

.point__ttl_sub {
  margin: 0px auto;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding: 5px 0px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  width: fit-content;
}

.point_ttl h1 {
  margin: 10px auto;
  padding-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.point_ttl h1 .note {
  font-weight: 400;
}

.graph1_area {
  border-radius: 10px;
  padding: 60px 40px;
  margin: 0 auto;
  background: var(--lightgreen);
}

.graph1_area.row {
  gap: 30px;
}

.graph1_area .line_txt {
  margin-bottom: 20px;
}

.graph1 {
  width: 362px;
  display: block;
  margin: -64px auto 0;
}

.line_txt {
  text-underline-offset: 7px;
  font-weight: 700;
  font-size: 2.2rem;
}

.graph5_area {
  border-radius: 10px;
  padding: 30px;
  margin: 40px auto;
  background-color: var(--lightgreen);
}

.graph5 {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 30px auto;
}

.graph5_area .note {
  text-align: right;
}

.price-table-wrap {
  border-radius: 22px;
}

.price {
  margin: 0;
}

.price tr:nth-child(odd) td {
  background: #f4fbff;
}

.bubble {
  max-width: 720px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.txt_bubble_border.none_ttl {
  font-size: 2.4rem;
  margin: 60px auto 0px;
  border: none;
  background: var(--green);
  color: #fff;
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.txt_bubble_border.none_ttl:before {
  content: unset;
}

.txt_bubble_border.none_ttl::after {
  bottom: -32px;
}

.section__box .bubble:first-child {
  margin-bottom: 40px;
}

.step_box {
  margin-top: 60px;
  padding: 60px 30px;
}

.step_num {
  margin: -93px auto 0;
}

.nothing.row {
  align-items: start;
  margin-top: 20px;
}

.exclamation {
  width: 56px;
  display: block;
  margin: 0 auto 25px;
}

.fuel_link {
  margin: 0;
  padding: 15px 20px;
}

.fuel_link::before {
  right: 10px;
}

.section3 .section__box {
  margin-bottom: 60px;
}

.section3 h2 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: 10px auto 60px;
  background-color: #fff;
  padding: 5px 40px;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  color: var(--green);
}

.about_ttl {
  margin-bottom: 40px;
}

.comparison {
  margin: 0 0 50px;
  padding-bottom: 30px;
  width: 50%;
}

.merits-demerits.row {
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}

.comparison img {
  height: 174px;
  display: block;
  margin: 10px auto 30px;
  object-fit: contain;
}

.comparison.demerit img {
  margin: 10px auto 30px;
}

.terms {
  background: #ced3cd;
}

.terms_area {
  margin: 30px auto 0;
  border-radius: 0;
  padding: 0;
  background-color: inherit;
}

.p-terms_list {
  gap: 15px;
  padding-bottom: 40px;
}

.p-terms_list .inputWrapper {
  width: 49%;
  margin: 0;
}

.tel_area {
  margin-bottom: 0;
}

.footer_logo {
  margin-bottom: 60px;
}

.footer__inner ul li {
  margin: 0px 22px;
  font-size: 14px;
}

.nopc {
  display: none;
}

.nosp {
  display: block;
}

@media (max-width: 1024px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }

  .mb-40 {
    margin-bottom: 20px !important;
  }

  .fv img.fv_logo {
    width: 40vw;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  section {
    padding: 60px 0;
  }

  .section__box {
    padding: 30px 15px;
    margin-bottom: 60px;
  }

  .section1 {
    padding: 0 0 30px;
  }

  .section__inner {
    padding: 0 15px 0;
  }

  .feature03,
  .feature02,
  .feature01 {
    width: 50px;
  }

  .arrow1 {
    margin-bottom: 30px;
  }

  .first_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .section1 .section__box:last-child {
    padding-bottom: 30px;
    margin: 0;
  }

  .features_ttl {
    margin: 0px auto;
    font-size: 2.4rem;
  }

  .top_cv {
    width: fit-content;
    margin: 0px auto;
    padding: 30px 0 200px;
    font-size: 2.5rem;
  }

  .top_cv p {
    line-height: 4.5rem;
    color: #fff;
    font-size: 2.6rem;
  }

  .txt_bubble_border.none_ttl {
    font-size: 2rem;
  }

  .cv_btn {
    margin: 30px auto;
  }

  .woman4 {
    width: 103px;
    left: calc(49% - 126px);
  }

  .man2 {
    width: 136px;
    right: calc(49% - 146px);
  }

  .section__ttl h1 {
    margin-bottom: 10px;
  }

  .section__ttl {
    margin-bottom: 30px;
  }

  .line_txt {
    font-size: 2rem;
  }

  .graph1_area {
    padding: 30px 15px;
  }

  .graph1 {
    width: 100%;
    margin: 20px auto 0;
  }

  .graph5 {
    margin: 15px auto;
  }

  .nothing {
    flex-flow: column;
    gap: 15px;
    display: flex;
  }

  .none_ttl {
    font-size: min(2.3rem, 5vw);
  }

  .section2 {
    background: linear-gradient(
      173.71deg,
      rgba(64, 219, 145, 0.0912) 8.52%,
      rgba(122, 209, 209, 0.16) 76.67%
    );
  }

  .none {
    width: 60%;
    margin: 0 auto;
  }

  .step_box {
    margin-top: 68px;
  }

  .step_num {
    width: 60px;
  }

  .befor__ttl {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .exclamation {
    margin: 0 auto;
    width: 40px;
  }

  .section3 h2 {
    font-size: 2.4rem;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 40px;
  }

  .bubble_box img.nopc {
    width: 80%;
  }

  .scroll {
    overflow-x: inherit;
  }

  .scroll img {
    width: 100%;
  }

  .comparison.demerit {
    margin-bottom: 30px;
  }

  .section3 .section__box {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .merits-demerits.row {
    display: flex;
    flex-flow: column;
  }

  .comparison {
    margin: 0;
    width: 100%;
  }

  .comparison_txt br {
    display: block;
  }

  .about_ttl {
    margin-bottom: 0;
  }

  .formula_area {
    margin-bottom: 30px;
    background-color: var(--lightgreen);
    padding: 30px 15px;
    border-radius: 10px;
  }

  .p-terms_list {
    gap: 10px;
    padding-bottom: 30px;
    display: flex;
    flex-flow: column;
  }

  .p-terms_list .inputWrapper {
    width: 100%;
  }

  .tel_area {
    padding: 0 10px 30px;
  }

  .tel_area .txt_bubble_border {
    margin-bottom: 0;
  }

  footer {
    background: #fff;
  }

  .footer_logo {
    margin-bottom: 30px;
  }

  .footer__inner ul li {
    margin: 8px 0;
    font-size: 14px;
  }

  .footer__inner {
    margin: 0 auto;
    padding: 60px 0 30px;
  }

  .nosp {
    display: none;
  }

  .nopc {
    display: block;
  }
}
