@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
:root {
  --orange: #ff8c00;
  --black: #333333;
  --white: #fff;
  --lead: #634200;
  --underLine: #edede8;
  --navy: #0a296b;
  --line: #01c500;
  --red: #dc143c;
  --notification: #fff700;
  --notification-bg: #003de6;
  --reason-bg: #cff3ff;
  --credit-bg: #cff3ff;
  --blue: #003de6;
  --price-bg: #ffe8df;
  --table1: #ff21d3;
  --table2: #ff4859;
  --tableBorder: #707070;
  --caution-bg: #ff0000;
  --notificationRed: #ff4500;
  --flowRed: #ff4500;
  --flowBg: #fffed8;
  --accentRed: #e60c20;
  --worriesBg: #ffe8df;
  --featureTitle: #ff4500;
  --featureBg: #fffed8;
  --formBg: #f3f7f8;
  --required: #e1344c;
  --optional: #707070;
  --input: #cccccc;
  --submit: #f8f6f2;
  --contactBg: #cff3ff;
  --inputColor: #cdd6dd;
}

body {
  color: var(--black);
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

.c-underline {
  background: linear-gradient(transparent 40%, var(--underLine) 60%);
}

.top-btn {
  position: fixed;
  right: 5%;
  bottom: 20%;
  z-index: 10;
}
@media (max-width: 768px) {
  .top-btn {
    bottom: 5%;
  }
}

.c-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-italic {
  font-style: italic;
}

.sp-br {
  display: none;
}
@media (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.header {
  position: fixed;
  background: white;
  width: 100%;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.63);
  z-index: 100;
}
.header__wrapper {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 1100px) {
  .header__logo-link img {
    width: 30px;
  }
}
.header__title {
  font-size: clamp(0.5625rem, 0.2018rem + 1.3742vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 6px;
}
.header__note {
  font-size: clamp(0.25rem, 0.0835rem + 0.6342vw, 0.625rem);
  display: block;
  line-height: 1.4;
  font-weight: 400;
}
.header__right {
  display: flex;
}
.header__right--pc {
  gap: 30px;
  display: none;
}
@media (min-width: 1100px) {
  .header__right--pc {
    display: flex;
  }
}
.header__right--sp {
  gap: 10px;
  display: flex;
}
@media (min-width: 1100px) {
  .header__right--sp {
    display: none;
  }
}
.header__tel {
  font-size: clamp(1.25rem, 0.3688rem + 2.3499vw, 2.375rem);
  color: var(--navy);
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .header__tel img {
    width: 40px;
  }
}
@media (max-width: 1440px) {
  .header__tel {
    margin-bottom: 5px;
  }
}
.header__tel-note {
  font-weight: 700;
  color: var(--navy);
  font-size: 14px;
  display: block;
  text-align: right;
}
.header__cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1440px) {
  .header__cta-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.header__cta-mail {
  background: var(--navy);
  line-height: 38px;
  border-radius: 11px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  max-height: 38px;
  gap: 10px;
}
.header__cta-line {
  background: var(--line);
  line-height: 38px;
  border-radius: 11px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  max-height: 38px;
  gap: 11px;
}

.fv {
  background-image: url("../lp-images/fv.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .fv__wrapper {
    padding: 100px 0px 0;
  }
}
@media (max-width: 768px) {
  .fv__wrapper {
    padding: 140px 0 0;
  }
}
.fv__container {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .fv__container {
    display: none;
  }
}
.fv__container--sp {
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .fv__container--sp {
    display: none;
  }
}
.fv__bottom-contents {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .fv__bottom-contents {
    margin-top: -60px;
  }
}
.fv__left-content {
  margin-right: -15%;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fv__left-content {
    margin-right: 0%;
    margin-bottom: 0;
  }
}
.fv__cenater-content {
  position: relative;
}
.fv__right-content {
  margin-left: -17%;
  position: relative;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .fv__right-content {
    margin-left: 0%;
    margin-bottom: 0;
  }
}
.fv__logo {
  color: var(--orange);
  font-size: clamp(1rem, 0.1121rem + 3.3827vw, 3rem);
  padding: 20px 30px;
  border: 5px dashed var(--orange);
  border-radius: 11px;
  display: inline-block;
  position: absolute;
  top: 120px;
  right: 5%;
}
@media (max-width: 819px) {
  .fv__logo {
    padding: 15px 10px;
    top: 70px;
  }
}
.fv__logo-sm {
  font-size: clamp(0.625rem, 0.07rem + 2.1142vw, 1.875rem);
  display: block;
}

.lead {
  position: relative;
}
.lead::before {
  content: "";
  position: absolute;
  background-image: url("../lp-images/lead-person.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  aspect-ratio: 0.655;
  right: 0;
  bottom: 0;
  min-width: 80px;
}
@media (max-width: 768px) {
  .lead::before {
    right: 0%;
    width: 12.3vw;
  }
}
.lead__wrapper {
  padding: 62px 0 72px;
}
@media (max-width: 768px) {
  .lead__wrapper {
    padding: 34px 0 52px;
  }
}
.lead__sub-title {
  font-size: clamp(0.875rem, -0.5937rem + 3.9164vw, 2.75rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.lead__title {
  font-size: clamp(1.0625rem, -0.7489rem + 4.8303vw, 3.375rem);
  font-weight: 700;
  color: var(--lead);
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .lead__title {
    padding-bottom: 23px;
  }
}
.lead__accent {
  font-size: clamp(0.75rem, -0.6208rem + 3.6554vw, 2.5rem);
  color: var(--red);
  font-weight: 800;
}
.lead__text {
  font-size: clamp(0.625rem, -0.2562rem + 2.3499vw, 1.75rem);
  line-height: 1;
  display: inline-block;
}
.lead__text + .lead__text {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .lead__text + .lead__text {
    margin-top: 20px;
  }
}
.lead h2,
.lead p {
  font-family: "Shippori Mincho", serif;
}

.notification {
  background: var(--notification-bg);
  text-align: center;
  position: relative;
}
.notification::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 119px solid transparent;
  border-left: 119px solid transparent;
  border-top: 54.77px solid var(--notification-bg);
  border-bottom: 0;
  position: absolute;
  bottom: -44%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .notification::before {
    border-right: 24.34px solid transparent;
    border-left: 24.34px solid transparent;
    border-top: 25.44px solid var(--notification-bg);
    bottom: -30%;
  }
}
.notification__text {
  font-size: clamp(1rem, -0.5666rem + 4.1775vw, 3rem);
  font-weight: 800;
  color: var(--white);
  padding: 20px 0 30px;
}
@media (max-width: 768px) {
  .notification__text {
    padding: 10px 0 10px;
    line-height: 1.5;
  }
}
.notification__accent {
  color: var(--notification);
  font-size: clamp(1.5rem, -0.2624rem + 4.6997vw, 3.75rem);
}

.notification--second {
  background: var(--price-bg);
}
.notification--second::before {
  border-top: 54.77px solid var(--price-bg);
}
@media (max-width: 768px) {
  .notification--second::before {
    border-top: 25.44px solid var(--price-bg);
  }
}
.notification--second__text {
  color: var(--blue);
}
.notification--second__accent {
  color: var(--notificationRed);
}

.notification--third {
  background: var(--notification);
}
.notification--third::before {
  border-top: 54.77px solid var(--notification);
}
@media (max-width: 768px) {
  .notification--third::before {
    border-top: 25.44px solid var(--notification);
  }
}
.notification--third__text {
  color: var(--notification-bg);
}
.notification--third__accent {
  color: var(--notificationRed);
}

.cta__wrapper {
  position: relative;
  padding: 240px 0 80px 100px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cta__wrapper {
    padding: 170px 0 0px 0px;
  }
}
.cta__wrapper::before {
  content: "";
  position: absolute;
  bottom: 74px;
  left: 0;
  width: 467px;
  aspect-ratio: 0.612;
  background-image: url(../lp-images/cta-person.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .cta__wrapper::before {
    width: 30.5vw;
  }
}
@media (max-width: 1000px) {
  .cta__wrapper::before {
    bottom: 60.5%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../lp-images/cta-person-sp.png);
    width: 347px;
    aspect-ratio: 1.28;
  }
}
@media (max-width: 768px) {
  .cta__wrapper::before {
    bottom: 69.5%;
  }
}
.cta__contents {
  max-width: 1200px;
  background: var(--navy);
  padding: 97px 2.26vw 47px 16.7vw;
  text-align: center;
}
@media (max-width: 1000px) {
  .cta__contents {
    padding: 178px 20px 47px 20px;
  }
}
.cta__lead {
  font-size: clamp(1.5rem, 0.5209rem + 2.611vw, 2.75rem);
  font-weight: 700;
  color: var(--white);
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .cta__lead {
    padding-bottom: 20px;
  }
}
.cta__tel {
  font-size: clamp(2.25rem, 0.4876rem + 4.6997vw, 4.5rem);
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  color: var(--notification);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.cta__tel img {
  margin-top: 8px;
}
@media (max-width: 1000px) {
  .cta__tel img {
    width: 48px;
  }
}
.cta__note {
  display: block;
  font-size: clamp(1.125rem, 0.8313rem + 0.7833vw, 1.5rem);
  color: var(--white);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cta__note {
    margin-bottom: 40px;
    line-height: 1.55;
  }
}
.cta__text {
  font-size: clamp(16px, 8.008px + 1.903vw, 34px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .cta__text {
    margin-bottom: 20px;
  }
}
.cta__link-wrapper {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 768px) {
  .cta__link-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.cta__mail {
  display: block;
  background: var(--white);
  width: 234px;
  border-radius: 11px;
  padding: 29px 17px 33px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
}
.cta__mail img {
  max-width: 71px;
}
.cta__line {
  display: block;
  background: var(--line);
  width: 234px;
  border-radius: 11px;
  padding: 29px 17px 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
.cta__line img {
  max-width: 71px;
}
.cta__line-bottom {
  display: flex;
  gap: 5px;
}
.cta__line-title {
  margin-bottom: 9px;
}
.cta__line-text {
  font-size: 16px;
}

.reason {
  background: var(--reason-bg);
  padding: 152px 0;
}
@media (max-width: 1000px) {
  .reason {
    padding: 52px 0 80px;
  }
}
.reason__title-wrapper {
  position: relative;
  margin-bottom: 96px;
}
@media (max-width: 1000px) {
  .reason__title-wrapper {
    margin-bottom: 108px;
  }
}
.reason__title-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../lp-images/reason-person.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 516px;
  aspect-ratio: 0.93;
  right: 0;
  bottom: -50px;
}
@media (max-width: 1000px) {
  .reason__title-wrapper::before {
    right: 9vw;
    width: max(250px, 27.5vw);
    bottom: 64px;
  }
}
@media (max-width: 768px) {
  .reason__title-wrapper::before {
    right: 0;
  }
}
.reason__upper-content {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 1000px) {
  .reason__upper-content {
    margin-bottom: 0;
  }
}
.reason__sub-title {
  font-size: clamp(40px, 29.345px + 2.537vw, 64px);
  display: inline-block;
  border-bottom: 4px solid var(--blue);
  font-weight: 800;
}
.reason__main-title {
  font-size: clamp(49px, 13.926px + 8.351vw, 128px);
  font-weight: 800;
}
@media (max-width: 1000px) {
  .reason__main-title {
    padding-top: 130px;
    padding-left: 62px;
  }
}
@media (max-width: 768px) {
  .reason__main-title {
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .reason__main-img {
    width: 118px;
  }
}
.reason__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
}
@media (max-width: 1000px) {
  .reason__content {
    flex-direction: column;
    gap: 20px;
  }
}
.reason__content:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .reason__content:nth-child(2n) {
    flex-direction: column;
  }
}
.reason__content + .reason__content {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .reason__content + .reason__content {
    margin-top: 70px;
  }
}
.reason__content-img {
  width: 50%;
}
@media (max-width: 1000px) {
  .reason__content-img {
    width: 100%;
    text-align: center;
  }
}
.reason__content-text {
  width: 40%;
  color: var(--navy);
  text-align: center;
}
@media (max-width: 1000px) {
  .reason__content-text {
    width: 100%;
  }
}
.reason__sub-content-title {
  font-size: clamp(22px, 16.672px + 1.268vw, 34px);
  font-weight: 700;
  display: block;
}
.reason__sub-content-s {
  font-size: clamp(22px, 16.672px + 1.268vw, 34px);
  font-weight: 700;
}
.reason__content-title {
  font-size: clamp(44px, 34.233px + 2.326vw, 66px);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .reason__content-title {
    margin-bottom: 20px;
  }
}
.reason__content-title::before {
  position: absolute;
  content: "";
  width: 84px;
  aspect-ratio: 1.866;
  background-image: url(../lp-images/reason-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reason__content-title::after {
  position: absolute;
  content: "";
  width: 84px;
  aspect-ratio: 1.866;
  background-image: url(../lp-images/reason-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reason__content-title--sm {
  font-size: clamp(30px, 23.784px + 1.48vw, 44px);
}
.reason__content-lead {
  font-size: 25px;
  line-height: 1.8;
  text-align: left;
  color: var(--black);
}

.price {
  background: var(--price-bg);
}
.price__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .price__wrapper {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.price__title-wrapper {
  background: var(--white);
  line-height: 1.4;
  border-radius: 32px;
  padding: 35px 0;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media (max-width: 1000px) {
  .price__title-wrapper {
    margin: 0 auto 30px;
    padding: 20px 0;
  }
}
.price__title {
  font-weight: 700;
  font-size: clamp(30px, 16.681px + 3.171vw, 60px);
  text-align: center;
}
.price__title-accent {
  color: var(--red);
  font-size: clamp(35px, 17.241px + 4.228vw, 75px);
}
.price__title-sm {
  font-size: clamp(25px, 13.901px + 2.643vw, 50px);
}
.price__lead-text {
  font-size: clamp(9px, 2.34px + 1.586vw, 24px);
  line-height: 1.45;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media (max-width: 1000px) {
  .price__lead-text {
    margin-bottom: 30px;
  }
}
.price__note {
  font-size: clamp(7px, -0.548px + 1.797vw, 24px);
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 1000px) {
  .price__note {
    margin-bottom: 30px;
  }
}
.price__caution-wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.price__caution-container {
  border: 5px solid var(--caution-bg);
}
.price__caution-title {
  background: var(--caution-bg);
  padding: 10px 0;
  line-height: 1.43;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  font-size: clamp(13px, 4.564px + 2.008vw, 32px);
}
@media (max-width: 1000px) {
  .price__caution-title {
    padding: 5px 0;
  }
}
.price__caution-box-container {
  padding: 16px 15px 49px 78px;
  display: flex;
  background: var(--white);
}
@media (max-width: 1000px) {
  .price__caution-box-container {
    padding: 10px;
  }
}
.price__caution-sub-title {
  font-size: clamp(8px, -1.323px + 2.22vw, 29px);
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .price__caution-sub-title {
    margin-bottom: 20px;
  }
}
.price__caution-item {
  font-weight: 500;
  font-size: clamp(8px, 1.784px + 1.48vw, 22px);
  line-height: 1.45;
}
.price__caution-item + .price__caution-item {
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .price__caution-item + .price__caution-item {
    margin-top: 5px;
  }
}
.price__caution-img {
  margin-top: auto;
}
@media (max-width: 1000px) {
  .price__caution-img {
    width: 20%;
    margin-top: 30px;
  }
}
.price__caution-img-wrapper {
  margin-left: -2%;
}
@media (max-width: 1000px) {
  .price__caution-img-wrapper {
    width: 38.5%;
    margin-left: -6%;
    margin-right: -20px;
  }
}

table {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  table {
    margin-bottom: 10px;
  }
}

th {
  padding: 28px 0;
  font-size: clamp(16px, 3.569px + 2.96vw, 44px);
  color: var(--white);
  text-align: center;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 1000px) {
  th {
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
  }
}

tr > th:nth-child(1) {
  width: 27.9%;
  background: var(--table1);
}
@media (max-width: 1000px) {
  tr > th:nth-child(1) {
    width: 26%;
  }
}

tr > th:nth-child(2) {
  width: 33%;
  background: var(--table2);
}
@media (max-width: 1000px) {
  tr > th:nth-child(2) {
    width: 36%;
  }
}

tr > th:nth-child(3) {
  width: 39.1%;
  background: var(--accentRed);
}
@media (max-width: 1000px) {
  tr > th:nth-child(3) {
    width: 38%;
  }
}

td {
  background: var(--white);
  padding: 18px 0;
}
@media (max-width: 1000px) {
  td {
    padding: 10px 0;
  }
}

tr > td:nth-child(1) {
  font-size: clamp(14px, 0.681px + 3.171vw, 44px);
}

tr > td:nth-child(2) {
  font-size: clamp(13px, 1.013px + 2.854vw, 40px);
}

tr > td:nth-child(3) {
  font-size: clamp(14px, 0.681px + 3.171vw, 44px);
  color: var(--red);
}

tr + tr > td {
  border-top: 1px solid var(--tableBorder);
}

td + td {
  border-left: 1px solid var(--tableBorder);
}

.flow {
  background: var(--flowBg);
  padding: 96px 0 150px;
}
@media (max-width: 1000px) {
  .flow {
    padding: 15px 0 80px;
  }
}
.flow__wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.flow__title-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.63);
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .flow__title-wrapper {
    margin-bottom: 30px;
    max-width: 80%;
  }
}
.flow__title {
  font-size: clamp(44px, 32.457px + 2.748vw, 70px);
  font-weight: 700;
  text-align: center;
  padding: 48px 0;
  color: var(--flowRed);
}
@media (max-width: 1000px) {
  .flow__title {
    padding: 20px 0;
  }
}
.flow__lead-text {
  font-size: clamp(14px, 9.56px + 1.057vw, 24px);
  font-weight: normal;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media (max-width: 1000px) {
  .flow__lead-text {
    text-align: center;
    margin: 0 auto 45px;
    line-height: 1.33;
  }
}
.flow__item {
  display: flex;
  justify-content: space-between;
  background: var(--white);
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.63);
}
@media (max-width: 768px) {
  .flow__item {
    flex-direction: column;
    gap: 20px;
  }
}
.flow__item::before {
  content: "";
  position: absolute;
  width: 300px;
  aspect-ratio: 2.46;
  background-size: contain;
  background-repeat: no-repeat;
  top: -5px;
  left: -7px;
  z-index: 10;
}
@media (max-width: 1000px) {
  .flow__item::before {
    width: 185px;
  }
}
.flow__item + .flow__item {
  margin-top: 100px;
}
.flow__item + .flow__item::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 40px;
  background-image: url(../lp-images/flow-arrow.svg);
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow__item:nth-child(1)::before {
  background-image: url("../lp-images/flow1.png");
}
.flow__item:nth-child(2)::before {
  background-image: url("../lp-images/flow2.png");
}
.flow__item:nth-child(3)::before {
  background-image: url("../lp-images/flow3.png");
}
.flow__item:nth-child(4)::before {
  background-image: url("../lp-images/flow4.png");
}
.flow__item:nth-child(5)::before {
  background-image: url("../lp-images/flow5.png");
}
.flow__text-wrapper {
  padding: 140px 100px 40px 100px;
}
@media (max-width: 1000px) {
  .flow__text-wrapper {
    padding: 92px 10px 10px 10px;
  }
}
.flow__text-title {
  font-size: clamp(32px, 28.448px + 0.846vw, 40px);
  margin-bottom: 30px;
  font-weight: 700;
}
.flow__text {
  font-size: clamp(14px, 11.336px + 0.634vw, 20px);
  line-height: 1.5;
}
.flow__img-wrapper {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 44px 50px;
}
@media (max-width: 1000px) {
  .flow__img-wrapper {
    padding: 30px 10px 30px;
    text-align: center;
  }
}

.credit {
  background: var(--credit-bg);
}
.credit__wrapper {
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .credit__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }
}
.credit__title {
  font-size: clamp(26px, 19.784px + 1.48vw, 40px);
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
}
.credit__accent {
  color: var(--accentRed);
}
.credit__italic {
  font-style: italic;
}
.credit__img-wrapper {
  display: flex;
  gap: 10px;
}

.worries {
  background: var(--worriesBg);
}
.worries__wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 148px 10px 100px;
}
@media (max-width: 1000px) {
  .worries__wrapper {
    padding: 50px 10px;
  }
}
.worries__title-wrapper {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 70px;
}
@media (max-width: 1000px) {
  .worries__title-wrapper {
    margin-bottom: 50px;
  }
}
.worries__title-wrapper::before, .worries__title-wrapper::after {
  content: "";
  width: 180px;
  height: 97px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .worries__title-wrapper::before, .worries__title-wrapper::after {
    width: 75px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.worries__title-wrapper::before {
  background-image: url(../lp-images/title-left.svg);
}
.worries__title-wrapper::after {
  background-image: url(../lp-images/title-right.svg);
}
.worries__title {
  color: var(--accentRed);
  line-height: 1.33;
  font-size: clamp(30px, 16.681px + 3.171vw, 60px);
  font-weight: 700;
  text-align: center;
}
.worries__title-accent {
  color: var(--black);
  font-size: clamp(14px, 6.896px + 1.691vw, 30px);
}
@media (max-width: 1000px) {
  .worries__list {
    margin-left: 10px;
  }
}
.worries__item {
  display: flex;
  background: var(--accentRed);
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 30px 0 40px;
}
.worries__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  display: block;
  z-index: -1;
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid var(--accentRed);
}
@media screen and (max-width: 1000px) {
  .worries__item::before {
    margin-top: -50px;
    margin-left: -17px;
  }
}
@media (max-width: 1000px) {
  .worries__item {
    flex-direction: column;
    gap: 20px;
    padding: 40px 10px 40px 10px;
  }
}
.worries__item--r {
  gap: 20px;
  display: flex;
  background: var(--accentRed);
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 30px 0 40px;
}
@media (max-width: 1000px) {
  .worries__item--r {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1000px) {
  .worries__item--r::before {
    top: 40px;
  }
}
.worries__item + .worries__item {
  margin-top: 50px;
}
.worries__item + .worries__item--r {
  margin-top: 50px;
}
.worries__img-wrapper {
  flex: 1 1 37%;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 1000px) {
  .worries__img-wrapper {
    margin-left: -10px;
    padding-bottom: 20px;
  }
}
.worries__text-wrapper {
  flex: 1 1 63%;
}
.worries__text-wrapper--r {
  padding-left: 10%;
}
@media (max-width: 1000px) {
  .worries__text-wrapper--r {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.worries__text {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: clamp(12px, 9.336px + 0.634vw, 18px);
  line-height: 2.25;
  width: 90%;
}
@media (max-width: 1000px) {
  .worries__text {
    width: 96%;
  }
}
.worries__text::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../lp-images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -5px;
}
.worries__text + .worries__text {
  margin-top: 20px;
}
.worries__border-text {
  border-bottom: dashed 3px var(--black);
  display: inline-block;
  width: 100%;
  text-indent: 5px;
}

.feature {
  background: var(--featureBg);
  position: relative;
}
.feature__wrapper {
  padding-top: 112px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .feature__wrapper {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.feature__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 850px) {
  .feature__title-wrapper {
    margin-bottom: 45px;
    padding-bottom: 0px;
    flex-direction: column;
    gap: 20px;
  }
}
.feature__title {
  color: var(--featureTitle);
  font-size: clamp(34px, 27.784px + 1.48vw, 48px);
  font-weight: 700;
}
.feature__logo {
  width: 235px;
}
.feature__img-wrapper {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(calc(-50% + 50px));
  z-index: 0;
}
@media (max-width: 768px) {
  .feature__img-wrapper {
    transform: translateY(calc(-50% + 150px));
    right: 0;
    padding: 0 20px;
  }
}
.feature__bottom-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  gap: 100px;
}
@media (max-width: 768px) {
  .feature__bottom-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
  }
}
.feature__bottom-img-wrapper {
  display: flex;
  gap: 100px;
}
@media (max-width: 768px) {
  .feature__bottom-img-wrapper {
    gap: 16px;
  }
}
.feature__bottom-person {
  margin-top: -120px;
}
@media (max-width: 768px) {
  .feature__bottom-person {
    margin-top: -70px;
    margin-right: 40px;
  }
  .feature__bottom-person img {
    width: 180px;
  }
}

.greeting {
  background: var(--white);
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.7);
}
.greeting__wrapper {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .greeting__wrapper {
    padding-top: 87px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.greeting__title-wrapper {
  padding-bottom: 58px;
}
.greeting__title {
  font-size: clamp(27px, 19.452px + 1.797vw, 44px);
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}
.greeting__message {
  font-size: 18px;
  line-height: 1.22;
  font-weight: 700;
}
.greeting__message + .greeting__message {
  margin-top: 30px;
}
.greeting__message:last-of-type {
  margin-bottom: 80px;
}
.greeting__img-wrapper {
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .greeting__img-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
}
.greeting__logo-wrapper {
  text-align: center;
}
.greeting h2,
.greeting p {
  font-family: "Shippori Mincho", serif;
}

.contact {
  background: var(--contactBg);
}
.contact__wrapper {
  padding-top: 100px;
  padding-bottom: 150px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .contact__wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.contact__line {
  background: var(--navy);
  padding: 62px 20px 50px;
  text-align: center;
  margin-bottom: 60px;
}
.contact__line-lead {
  font-size: clamp(1.5rem, 0.5209rem + 2.611vw, 2.75rem);
  font-weight: 700;
  padding-bottom: 30px;
  color: var(--white);
}
.contact__line-qr {
  padding: 32px 24px;
  background: var(--line);
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 11px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact__line-qr {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 280px;
  }
}
.contact__line-qr-wrapper {
  text-align: left;
}
.contact__line-qr-title {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.contact__line-qr-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.33;
}
.contact__qr-note {
  font-size: clamp(12px, 10.668px + 0.317vw, 15px);
  color: var(--white);
  line-height: 2;
}
.contact__form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
.contact__required {
  background: var(--required);
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  width: 46px;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
}
.contact__optional {
  background: var(--optional);
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
  width: 46px;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
}
.contact__flex {
  display: flex;
  width: 100%;
}
@media (max-width: 1000px) {
  .contact__flex {
    flex-direction: column;
    gap: 10px;
  }
}
.contact__child + .contact__child {
  margin-left: 40px;
}
@media (max-width: 1000px) {
  .contact__child + .contact__child {
    margin-left: 0;
  }
}
.contact__sub-title {
  font-weight: 500;
  padding-bottom: 10px;
}
.contact__child {
  margin-top: 10px;
  width: 50%;
}
@media (max-width: 1000px) {
  .contact__child {
    width: 100%;
  }
}
.contact__space {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .contact__space {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.contact__submit-wrapper {
  text-align: center;
}
.contact__policy {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 16px 40px;
  background: var(--white);
  height: 300px;
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  .contact__policy {
    margin-top: 20px;
  }
}
.contact__policy-text {
  line-height: 2;
  font-size: clamp(12px, 10.668px + 0.317vw, 15px);
  font-weight: 400;
}
.contact__policy-text + .contact__policy-text {
  margin-top: 30px;
}
.contact__policy-input {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.contact__submit-wrapper {
  display: grid;
  place-items: center;
}
.contact__arrow-wrapper {
  position: relative;
  margin-left: 16px;
}
.contact__arrow-wrapper::before {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../lp-images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
}

label {
  font-weight: 500;
  font-size: 16px;
}

dt {
  margin-top: 10px;
  padding: 30px 30px 0;
  background: var(--formBg);
}
@media (max-width: 1000px) {
  dt {
    padding: 20px 20px 0;
  }
}

dd {
  background: var(--formBg);
  padding: 0px 30px 20px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea {
  width: 100%;
  border: 1px solid var(--input);
  border-radius: 4px;
  padding: 13px 20px;
  background: var(--white);
  margin: 10px 0 0px;
}

textarea {
  height: 200px;
}

input[type=submit] {
  background: var(--submit);
  border: 1px solid var(--input);
  border: none;
  width: 320px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

input[type=checkbox] {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 3px;
  background-color: var(--white);
  border: 1px solid #ddd;
  vertical-align: top;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background-color: var(--input);
}

#prefecture,
#zipcode {
  width: 100%;
}

@media (max-width: 768px) {
  .smp-s {
    font-size: 10px;
  }
}

::-moz-placeholder {
  color: var(--inputColor);
}

::placeholder {
  color: var(--inputColor);
}

.wpcf7-list-item-label {
  cursor: pointer;
}

span.wpcf7-list-item {
  margin: 0;
}

.footer {
  background-image: url(../lp-images/footerBg-pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .footer {
    background-image: url(../lp-images/footerBg-sp.jpg);
  }
}
.footer__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 128px 20px 40px;
  color: var(--white);
}
@media (max-width: 768px) {
  .footer__wrapper {
    padding: 80px 20px 40px;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: clamp(26px, 22.448px + 0.846vw, 34px);
  font-weight: 400;
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .footer__logo {
    margin-bottom: 0px;
    gap: 16px;
  }
  .footer__logo img {
    width: 60px;
  }
}
.footer__text-wrapper {
  font-size: clamp(15px, 12.78px + 0.529vw, 20px);
  line-height: 2;
}
.footer__link {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 80px;
}
.footer__copy {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

select.wpcf7-select {
  background-image: url(../lp-images/select-arrow.png);
  background-position: right 10px center;
  background-size: 15px 8px;
  background-repeat: no-repeat;
  padding-right: 30px;
}/*# sourceMappingURL=style.css.map */

