body {
  margin: 0;
  color: #0054a6;
  font-family: 'Jost', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}


.num {
  font-size: 110%;
  transform: translateY(0.02em);
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
  letter-spacing: 0.03em;
}

.section-inner {
  width: min(100% - 80px, 1180px);
  margin-inline: auto;
}

.pc-br {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.lp {
  position: relative;
}

/* =================================
FV
================================= */

.fv {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 48px 48px;
  background: #f4f7f8 url('../img/fv-bg.png') center center / cover no-repeat;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.fv__inner {
  position: relative;
  z-index: 2;
  width: 1050px;
  min-height: 520px;
  margin: 0 auto;
  padding: 42px 0 92px;

  display: grid;
  grid-template-columns: 550px 1fr;
  align-items: start;
  gap: 28px;
}

.fv__logo {
  width: 140px;
  margin: 0 0 56px 8px;
}

.fv__lead {
  margin: 0 0 6px;
  color: #0054a6;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.fv__title {
  margin: 0;
  color: #0054a6;
  font-size: 54px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.fv__tag {
  width: 400px;
  margin-top: 24px;
}

.fv__cta {
  display: block;
  width: 460px;
  margin-top: 52px;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.16));
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.fv__cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.fv__cta img {
  width: 100%;
}

.fv__visual {
  margin-top: -40px;
  margin-right: -300px;
}

.fv__visual img {
  width: 720px;
  max-width: none;
}

/* =================================
SCHEME
================================= */

.scheme {
  background: #0054a6;
  padding: 78px 0 64px;
  color: #fff;
}

.scheme__inner {
  width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: center;
  gap: 0px;
}

.scheme__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.scheme__text {
  margin: 34px 0 0;
  font-size: 18px;
  line-height: 2.05;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.scheme__text strong {
  color: #fff2a8;
  font-weight: 900;
}

.scheme__visual {
  position: relative;
}

.scheme__visual img {
  width: 480px;
}

.scheme__note {
  margin: -15px 0 0 20px;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

/* =================================
MERIT
================================= */

.merit {
  padding: 72px 0 88px;
  background: #fff;
}

.merit__inner {
  width: 1040px;
  margin: 0 auto;
}

.merit__label {
  width: 190px;
  height: 34px;
  margin: 0 auto 18px;

  display: grid;
  place-items: center;

  border-radius: 5px;
  background: #0054a6;
  color: #fff;

  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.merit__title {
  margin: 0;
  color: #0054a6;
  font-size: 38px;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.merit__grid {
  margin-top: 44px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 78px;
}

.meritCard {
  text-align: center;
}

.meritCard__image {
  width: 235px;
  height: 235px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.meritCard__number {
  margin: 0;
  color: #00a3e0;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.meritCard__title {
  margin: 12px 0 0;
  color: #0054a6;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.meritCard__text {
  margin: 22px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 2.05;
  font-weight: 600;
  text-align: left;
}

.meritCard__text mark {
  padding: 0 3px;
  background: #fff45c;
  color: #ef2854;
  font-weight: 900;
}

/* =================================
TAXSIM
================================= */

.taxsim {
  padding: 72px 0 88px;
  background: #f2f4f5;
}

.taxsim__inner {
  width: 1040px;
  margin: 0 auto;
}

.taxsim__title {
  margin: 0;
  color: #0054a6;
  font-size: 38px;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.taxsim__grid {
  margin-top: 44px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.taxCard {
  padding: 30px 26px 28px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.taxCard__income {
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #d5dde3;
  color: #0054a6;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
}

.taxCard__income .num {
  font-size: 30px;
}

.taxCard__income-sub {
  font-size: 17px;
  font-weight: 900;
}

.taxCard__compare {
  margin-top: 22px;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 6px;
}

.taxCard__col {
  text-align: center;
}

.taxCard__badge {
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 26px;
  border-radius: 4px;
  background: #9db8d6;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.taxCard__badge--after {
  background: #0054a6;
}

.taxCard__amount {
  margin: 10px 0 0;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.taxCard__amount .num {
  font-size: 26px;
  color: #0054a6;
}

.taxCard__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #9db8d6;
  margin-top: 30px;
}

.taxCard__result {
  margin: 22px 0 0;
  padding: 14px 8px;
  border-radius: 8px;
  background: #eef3f8;
  color: #333;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
}

.taxCard__result-num {
  color: #0054a6;
  font-weight: 900;
}

.taxCard__result-num .num {
  font-size: 32px;
}

.taxCard__note-mark {
  font-size: 11px;
  font-weight: 600;
  vertical-align: super;
}

.taxsim__disclaimer {
  margin: 30px 0 0;
  color: #888;
  font-size: 11px;
  line-height: 1.7;
  font-weight: 500;
  text-align: right;
}

/* =================================
REASON
================================= */

.reason {
  padding: 82px 0 76px;
  background: #f2f4f5;
}

.reason__inner {
  width: 1090px;
  margin: 0 auto;
}

.reason__title {
  margin: 0;
  color: #0054a6;
  font-size: 38px;
  line-height: 1.38;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.reason__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.reasonCard {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.reasonCard__image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.reasonCard__body {
  padding: 26px 38px 38px;
}

.reasonCard__number {
  margin: 0;
  color: #16a7e8;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.reasonCard__title {
  margin: 14px 0 0;
  color: #0068d8;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.reasonCard__text {
  margin: 24px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 2.05;
  font-weight: 500;
}

.reasonCard__text mark {
  padding: 0 3px;
  background: #fff2a8;
  color: #ef2854;
  font-weight: 900;
}

.reason__cta {
  display: block;
  width: 535px;
  margin: 64px auto 0;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.22));
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.reason__cta:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.reason__cta img {
  width: 100%;
}

/* =================================
VOICE
================================= */

.voice {
  padding: 94px 0 96px;
  background: #f8f8f8;
}

.voice__inner {
  width: 1080px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 70px;
}

.voice__title {
  margin: 0;
  color: #0054a6;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.voice__lead {
  margin: 24px 0 0;
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 82px;
}

.voiceCard {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: start;
  gap: 30px;
}

.voiceCard__image {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.voiceCard__name {
  margin: 2px 0 0;
  color: #0054a6;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
}

.voiceCard__meta {
  margin: 5px 0 0;
  color: #00a3e0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 900;
}

.voiceCard__text {
  margin: 14px 0 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

/* =================================
MEDIA
================================= */

/* =================================
FAQ
================================= */

.faq {
  padding: 88px 0 110px;
  background: #f2f4f5;
}

.faq__inner {
  width: 1000px;
  margin: 0 auto;
}

.faq__title {
  margin: 0;
  color: #0054a6;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.faq__list {
  margin-top: 48px;

  display: grid;
  gap: 14px;
}

.faqItem {
  padding: 28px 42px 30px;
  border-radius: 10px;
  background: #fff;
}

.faqItem__question {
  margin: 0;
  color: #0068d8;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.faqItem__answer {
  margin: 10px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}

/* =================================
FORM
================================= */

/* =================================
CONTACT
================================= */

.contact {
  padding: 88px 0 120px;
  background: #fff;
}

.contact__inner {
  width: 960px;
  margin: 0 auto;
}

.contact__title {
  margin: 0;
  color: #0054a6;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.contact__lead {
  margin: 18px 0 0;
  color: #999;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.contactForm {
  margin-top: 44px;
  background: #f8f8f8;
  padding-bottom: 100px;
  border-radius: 40px;
}

.contactForm__box {
  padding: 60px 104px;
  border-radius: 12px;
}

.contactForm__row {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 56px;
  align-items: start;
}

.contactForm__row + .contactForm__row {
  margin-top: 34px;
}

.contactForm__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.contactForm__label {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.contactForm__required {
  width: 46px;
  height: 20px;
  line-height: 20px;

  display: grid;
  place-items: center;

  border: 1px solid #4eb4ff;
  color: #4eb4ff;

  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.contactForm__content input[type='text'],
.contactForm__content input[type='tel'],
.contactForm__content input[type='email'],
.contactForm__content select {
  width: 100%;
  height: 52px;
  padding: 0 18px;

  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;

  color: #222;
  font-size: 15px;
  font-weight: 500;
}

.contactForm__content input::placeholder {
  color: #bbb;
}

.contactForm__content select {
  appearance: none;
  color: #333;
}

.contactForm__radio {
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 52px;
}

.contactForm__radio label {
  display: flex;
  align-items: center;
  gap: 12px;

  color: #222;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
}

.contactForm__radio input[type='radio'] {
  width: 25px;
  height: 25px;
  margin: 0;
}

.contactForm__birthday {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.contactForm__birthday input {
  width: 80px !important;
  text-align: center;
  flex-shrink: 0;
}

.contactForm__birthday span {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color:#666;
}

.contactForm__birthday .wpcf7-form-control-wrap {
  width: auto;
  display: inline-block;
}

.contactForm__birthday {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.contactForm__birthday input {
  width: 80px !important;
  text-align: center;
}


.contactForm__note {
  margin: 8px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}

.wpcf7-not-valid-tip,
.contactForm__birthday span.wpcf7-not-valid-tip {
	font-size: 12px;
    margin-top:5px;
    font-weight: normal;
	color: #dc3232;
}
.contactForm__content input,
.contactForm__content select {
  width: 100%;
  box-sizing: border-box;
}
.contactForm__content select {
  max-width: 100%;
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contactForm__birthday {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.contactForm__birthday input {
  width: 80px;
  text-align: center;
}

.contactForm__content {
  position: relative;
}

.contactForm__content select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 56px;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 8px;
}

.contactForm__birthday span.wpcf7-not-valid-tip {
  text-wrap: auto;
  max-width:80px;
}


/* =================================
SUBMIT
================================= */

.submit {
  display: block;
  width: 420px;

  margin: 60px auto 0;
  padding: 0;

  border: none;
  background: transparent;

  cursor: pointer;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.submit img {
  width: 100%;
  display: block;
}

.submit button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.submit input[type="submit"] {
  cursor: pointer;
}

/* =================================
FOOTER
================================= */

.footer {
  padding: 72px 0 46px;
  background: #fff;
  border-top: solid 1px #eee;
}

.footer__inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.footer__logo {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.footer__logo img {
  width: 100%;
}

.footer__license {
  margin: 28px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 500;
}

.footer__nav {
  margin-top: 28px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.footer__nav a {
  position: relative;

  color: #666;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: underline;
}
.footer__nav a:hover {
  opacity: 0.8;
}

.footer__note {
  margin: 36px 0 0;
  color: #888;
  font-size: 10px;
  line-height: 2;
}

.footer__copy {
  margin: 34px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

/* =================================
SP Floating CTA
================================= */
.spCta {
  display: none;
}

.fv__rule-fv {
  display: block;
  width: 460px;
  margin-top: 20px;

  border: 0;
  background: none;

  color: #999;
  font-size: 13px;
  text-decoration: underline;

  cursor: pointer;
}

.fv__rule {
  display: block;
  width: 100%;
  margin-top: 20px;

  border: 0;
  background: none;

  color: #999;
  font-size: 13px;
  text-decoration: underline;

  cursor: pointer;
}

/* popup */
.rule {
  position: fixed;
  inset: 0;
  z-index: 100;

  display: none;
}

.rule.is-show {
  display: block;
}

.rule__bg {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.6);
}

.rule__box {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 90%;
  max-width: 700px;
  max-height: 80vh;

  padding: 50px 30px;

  overflow-y: auto;

  background: #fff;
  border-radius: 10px;

  transform: translate(-50%, -50%);
}

.rule__close {
  position: absolute;
  top: 10px;
  right: 14px;

  border: 0;
  background: none;

  font-size: 30px;

  cursor: pointer;
}

.rule__content h2 {
  margin: 0 0 24px;

  color: #333;
  font-size: 20px;
}

.rule__content p {
  margin: 0;
  color: #333;

  font-size: 12px;
  line-height: 2;
}

 /* ===== thanks main ===== */
        .thanks {
            position: relative;
            background: #f4f7f8;
            padding: 64px 0 80px;
        }

        .thanks__inner {
            width: min(100% - 48px, 720px);
            margin-inline: auto;
            text-align: center;
        }

        .thanks__check {
            width: 64px;
            height: 64px;
            margin: 0 auto 20px;
            border-radius: 50%;
            background: #0054a6;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .thanks__check svg {
            width: 32px;
            height: 32px;
        }

        .thanks__title {
            font-size: 28px;
            line-height: 1.4;
            font-weight: 900;
            letter-spacing: 0.04em;
        }

        .thanks__lead {
            margin-top: 16px;
            font-size: 15px;
            line-height: 1.9;
            color: #333;
            font-weight: 500;
        }

        /* ===== LINE登録バナー（メインCTA） ===== */
        .lineBanner {
            display: block;
            margin-top: 36px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .lineBanner:hover {
            opacity: 0.94;
            transform: translateY(-2px);
        }

        .lineBanner img {
            width: 100%;
            height: auto;
        }

        .thanks__sub {
            margin-top: 28px;
            font-size: 12px;
            line-height: 2;
            color: #777;
            text-align: left;
        }

        /* ===== footer（LP footer.php / style.css 準拠） ===== */
        .footer {
            padding: 72px 0 46px;
            background: #fff;
            border-top: solid 1px #eee;
        }

        .footer__inner {
            width: min(100% - 48px, 1000px);
            margin: 0 auto;
            text-align: center;
        }

        .footer__logo {
            display: block;
            width: 120px;
            margin: 0 auto;
        }

        .footer__license {
            margin: 28px 0 0;
            color: #777;
            font-size: 12px;
            line-height: 1.8;
            font-weight: 500;
        }

        .footer__nav {
            margin-top: 28px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 42px;
        }

        .footer__nav a {
            color: #666;
            font-size: 13px;
            line-height: 1.6;
            font-weight: 500;
            text-decoration: underline;
        }

        .footer__nav a:hover {
            opacity: 0.8;
        }

        .footer__note {
            margin: 36px 0 0;
            color: #888;
            font-size: 10px;
            line-height: 2;
        }

        .footer__copy {
            margin: 34px 0 0;
            color: #555;
            font-size: 14px;
            line-height: 1.6;
            font-weight: 500;
        }

        @media screen and (max-width: 767px) {
            .thanks__title {
                font-size: 22px;
            }

            .lineStep__head {
                font-size: 17px;
            }

            .footer__nav {
                gap: 24px;
            }
        }


.grecaptcha-badge {
  visibility: hidden;
}