:root {
  --blue: #0b5dd8;
  --lightblue: #e6f3ff;
  --black: #333;
  --gray: #e9e9e9;
}

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: 1000px;
  padding: 0;
}

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

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

.section1 {
  padding-bottom: 0;
}

.section1 .section__box {
  padding-bottom: 0;
}

.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: 80%;
  margin: 60px auto 0;
}

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

.features_ttl {
  margin: 0px auto;
  position: relative;
  background-color: var(--blue);
  border-radius: 999px;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 8px 40px;
  color: #fff;
  max-width: 474px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}

.section1 .navy_txt:before {
  content: "";
  position: absolute;
  bottom: -49px;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #fff;
  z-index: 0;
}

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

.features_box {
  margin-top: 50px;
  width: 100%;
  padding: 50px 10px 30px;
  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: #fffee0;
  border: 2px solid var(--blue);
  text-align: center;
  line-height: 78px;
  font-size: 3rem;
  color: var(--blue);
  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: 5rem;
  color: var(--blue);
}

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

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

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

.man2 {
  width: 186px;
  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(--blue);
  color: var(--blue);
  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(--lightblue);
}

.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(--lightblue);
}

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

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

.price-table-wrap {
  border: 2px solid var(--gray);
  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;
}

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

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

.befor__ttl {
  margin-bottom: 60px;
  font-weight: bold;
}

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

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

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

.about_ttl {
  margin-bottom: 40px;
}

.about_txt {
  padding: 30px 0;
}

.comparison {
  margin: 50px 0;
}

.merits-demerits.row {
  justify-content: space-between;
}

.terms {
  background: #c6cad0;
}

.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;
  }

  .section__inner {
    padding: 0 15px;
  }

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

  .no_worries {
    margin-top: 30px;
  }

  .section1 .section__box {
    padding-bottom: 30px;
  }

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

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

  .top_cv p {
    line-height: 4rem;
  }

  .cv_btn {
    margin: 30px auto;
  }

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

  .man2 {
    width: 146px;
    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: 20px;
  }

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

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

  .step_box {
    margin-top: 68px;
  }

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

  .exclamation {
    margin-right: 0;
  }

  .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;
  }

  .about_ttl {
    margin-bottom: 0;
  }

  .formula_area {
    margin-bottom: 30px;
    background-color: var(--lightblue);
    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;
  }

  .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;
  }
}
