@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure, ul, ol, dl, dd, input, textarea {
  margin: 0;
}

ul, ol {
  padding: 0;
}

ul, ol {
  list-style: none;
}

:where(ul, ol) li {
  display: grid;
}

:where(ul, ol) li::before {
  content: "​";
  position: absolute;
  font-size: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

picture {
  display: inline-block;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address {
  font-style: normal;
}

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
}

button, select, input[type=submit] {
  cursor: pointer;
}

input, textarea, select {
  border-radius: 0;
}

em {
  font-style: normal;
}

strong {
  font-weight: inherit;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

body {
  background-color: #fff;
  color: #1b2f4e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.roboto-condensed-400 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

*[class$=-bg] {
  position: absolute;
  inset: 0;
}

*[class$=-bg] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.no-transition {
  transition: none;
}

.inline-block {
  display: inline-block;
}

.header {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(22px, 28px + -6 * (100vw - 390px) / 250, 28px) 20px clamp(28px, 28px + 27 * (100vw - 390px) / 250, 55px);
}

.header-logo {
  width: clamp(96px, 96px + 16 * (100vw - 390px) / 250, 112px);
}

.header-link-wrap {
  display: none;
}

.fv-link-wrap {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: stretch;
  justify-items: center;
  gap: 5px;
  max-width: 400px;
  margin-left: auto;
  padding: 13px 4.27vw;
}

.link-tel,
.link-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 100em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.link-tel .icon,
.link-form .icon {
  flex: 0 0 20px;
  aspect-ratio: 1;
}

.link-tel {
  gap: 3px;
  padding-right: 13px;
  padding-left: 22px;
  border: 1px solid rgba(204, 204, 204, 0.65);
  background-color: #fff;
  color: #1b2f4e;
}

.link-form {
  gap: 6px;
  padding-right: 19px;
  padding-left: 17px;
  background-color: #1b2f4e;
  color: #fff;
}

.link-tel .text {
  display: grid;
}

.link-tel .value {
  color: #e80830;
}
.link-tel .num {
  display: none;
}

.fv {
  display: grid;
  background-color: #eee;
}

.fv-heading {
  display: grid;
  align-items: start;
  padding-right: 6.93vw;
  padding-left: 6.93vw;
  font-size: clamp(1rem, -1rem + 5vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.fv-heading em {
  margin-bottom: clamp(7px, 7px + 7 * (100vw - 390px) / 250, 14px);
  font-size: clamp(1.688rem, -1.553rem + 8.1vw, 3.313rem);
}

.fv-heading-logo {
  width: clamp(198px, 198px + 152 * (100vw - 390px) / 250, 350px);
  margin-top: clamp(22px, 22px + 11 * (100vw - 390px) / 250, 33px);
}

.fv-pict {
  display: block;
  max-height: 812px;
}

.fv-pict img {
  width: 100%;
}

.fv-maker-wrap {
  padding: 15px 5.33vw;
  text-align: center;
}

.fv-maker-wrap h2 {
  display: grid;
  text-align: center;
  gap: 5px;
  font-size: clamp(1rem, 0.61rem + 1.6vw, 1.25rem);
}

.fv-maker-wrap h2 .ja {
  font-weight: 500;
}

.fv-maker-wrap h2 .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(0.688rem, 0.59rem + 0.4vw, 0.75rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fv-maker-list {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 17px;
}

.fv-text-wrap {
  padding-top: 95px;
  padding-bottom: 21px;
  background: transparent url(../images/bg-fv-sm.png) right top/479px auto repeat;
}

.about {
  padding-top: clamp(43px, 43px + 77 * (100vw - 390px) / 250, 120px);
  padding-bottom: clamp(50px, 50px + 70 * (100vw - 390px) / 250, 120px);
  text-align: center;
}

.about-leadtext {
  font-size: clamp(1rem, -0.656rem + 5.3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.about-leadtext .logo {
  display: inline-block;
  height: 1.188em;
  margin-right: 2px;
  vertical-align: middle;
}
.about-leadtext .logo img {
  width: auto;
  height: 100%;
}

.about-leadtext em {
  color: #e80830;
}

.about h2 {
  margin-top: 48px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 2px solid #1b2f4e;
  border-bottom: 2px solid #1b2f4e;
}

.about h2 span {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 2px solid #1b2f4e;
  border-bottom: 2px solid #1b2f4e;
  background-color: #e80830;
  background: #e80830 url(../images/about-bg-heading.png) center/24px auto repeat;
  color: #fff;
  font-size: clamp(1rem, -0.656rem + 5.3vw, 2rem);
  line-height: 1.81;
  letter-spacing: 0.04em;
}

.about-fig {
  margin-top: clamp(30px, 30px + 22 * (100vw - 390px) / 250, 52px);
}

.about-fig img {
  width: min(100%, 1440px);
}

.about-text {
  margin-top: clamp(38px, 38px + 10 * (100vw - 390px) / 250, 48px);
  font-size: clamp(1rem, -0.656rem + 5.3vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.about-text strong {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(27, 47, 78, 0.5);
}

.cta {
  position: relative;
  padding: clamp(20px, 20px + 36 * (100vw - 390px) / 250, 56px) 4.27vw clamp(24px, 24px + 32 * (100vw - 390px) / 250, 56px);
  background-color: #e80830;
  color: #fff;
  font-size: clamp(18px, -10px + 4.4vw, 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: transparent url(../images/bg-cta-sm@3x.png) center top/100% auto no-repeat;
}

.cta > * {
  position: relative;
  z-index: 1;
}

.cta .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  margin-bottom: 3px;
}

.cta .wrap span:not([class]) {
  margin-right: 6px;
  margin-left: 3px;
}

.cta .bg {
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  background-color: #fff;
  color: #e80830;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  clip-path: polygon(13px 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
}

.cta .logo {
  display: block;
  width: 185px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}

.cta-link-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-items: center;
  gap: 5px;
  max-width: 804px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}

.cta p {
  max-width: 954px;
  margin-right: auto;
  margin-left: auto;
}

.banner-wrap {
  position: relative;
  width: 89.87vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  text-align: center;
}

.banner-wrap picture img {
  width: 100%;
}

.banner-wrap a {
  position: absolute;
  inset: 0;
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: clamp(15px, 15px + 9 * (100vw - 390px) / 250, 24px);
  color: #000;
  font-size: clamp(1.5rem, 0.72rem + 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.section-heading .img {
  width: clamp(56px, 56px + 33 * (100vw - 390px) / 250, 89px);
}

.feature {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: clamp(24px, 24px + 96 * (100vw - 390px) / 250, 120px);
  padding-top: clamp(104px, 104px + 16 * (100vw - 390px) / 250, 120px);
  line-height: 1.6;
}

.feature-wrap {
  display: grid;
  gap: clamp(16px, 16px + 16 * (100vw - 390px) / 250, 32px);
  width: min(1000px, 93.33%);
  margin-top: clamp(23px, 23px + 37 * (100vw - 390px) / 250, 60px);
  margin-right: auto;
  margin-left: auto;
  padding: 40px 4.27%;
  border-radius: 2px;
  background-color: #f5f5f5;
}

.feature-wrap + .feature-wrap {
  margin-top: clamp(24px, 24px + 8 * (100vw - 390px) / 250, 32px);
}
.feature h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.25rem, 0.86rem + 1.6vw, 1.5rem);
  font-weight: 700;
  text-align: center;
}

.feature h3::before {
  content: attr(data-bg);
  position: absolute;
  top: 0.867em;
  left: 50%;
  translate: -50% 0;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: clamp(1.875rem, -1.05rem + 12vw, 3.75rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.feature h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: rgba(137, 137, 137, 0.58);
}

.feature-wrap:nth-of-type(2) h3::before {
  top: 0.6em;
  width: 8.333em;
  white-space: initial;
}

.feature h3 span {
  position: relative;
  z-index: 1;
}

.feature h3 + p {
  position: relative;
  margin-top: clamp(-24px, -2px + -22 * (100vw - 390px) / 250, -2px);
  margin-right: -1em;
  margin-left: -1em;
  font-size: clamp(0.813rem, 0.617rem + 0.8vw, 0.938rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}

.feature-list {
  position: relative;
  display: grid;
  gap: 16px;
  font-size: clamp(0.938rem, 0.84rem + 0.4vw, 1rem);
  font-weight: 700;
}

.feature-wrap:nth-of-type(2) .feature-list {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: clamp(0px, 16px + -16 * (100vw - 390px) / 250, 16px);
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: clamp(16px, 16px + 8 * (100vw - 390px) / 250, 24px) 4.4%;
  border-radius: 3px;
  background-color: #fff;
}

.feature-wrap:nth-of-type(2) .feature-list li {
  padding-top: 24px;
  padding-bottom: 24px;
}

.feature-img {
  text-align: center;
}

.feature-list li .icon {
  flex: 0 0 clamp(41px, 41px + 23 * (100vw - 390px) / 250, 64px);
}

.feature-list li em {
  color: #e80830;
}

.reason {
  padding-top: clamp(80px, 80px + 40 * (100vw - 390px) / 250, 120px);
  padding-bottom: 120px;
  background-color: #f5f5f5;
  font-size: clamp(0.875rem, 0.778rem + 0.4vw, 0.938rem);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.reason .inner {
  width: min(1200px, 85.33%);
  margin-right: auto;
  margin-left: auto;
}

.reason-lead {
  display: flex;
  flex-direction: column;
  margin-top: clamp(48px, 48px + 12 * (100vw - 390px) / 250, 60px);
  gap: 10px;
}

.reason h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(1.25rem, 0.86rem + 1.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
}

.reason h3 .icon {
  flex: 0 0 clamp(24px, 26px + -2 * (100vw - 390px) / 250, 26px);
}

.reason h3 + p {
  margin-top: clamp(14px, 14px + 10 * (100vw - 390px) / 250, 24px);
}

.reason-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 32px;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}

.reason-wrap .icon {
  width: 48px;
  aspect-ratio: 1;
}

.reason-wrap h4 {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  font-size: clamp(1.188rem, 1.09rem + 0.4vw, 1.25rem);
  font-weight: 700;
  line-height: 1.6;
}

.reason-wrap h4 .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reason-container {
  display: grid;
  gap: 20px;
  margin-top: clamp(20px, 20px + 40 * (100vw - 390px) / 250, 60px);
}

.flow {
  padding-top: clamp(75px, 75px + 45 * (100vw - 390px) / 250, 120px);
  padding-bottom: clamp(55px, 55px + 65 * (100vw - 390px) / 250, 120px);
}

.flow-list {
  display: grid;
  gap: 64px;
  width: min(1200px, 90.67%);
  margin-top: clamp(46px, 46px + 14 * (100vw - 390px) / 250, 60px);
  margin-right: auto;
  margin-left: auto;
  counter-reset: number;
}

.flow-list li {
  position: relative;
  min-height: 278px;
  display: block;
  padding: 30px;
  border-radius: 4px;
  border: 2px solid #f5f5f5;
  counter-increment: number;
}

.flow-list li::before {
  content: "0" counter(number);
  position: absolute;
  right: 12px;
  bottom: -10px;
  color: rgba(232, 8, 48, 0.05);
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.flow-list li:nth-last-of-type(n+2)::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  height: 44px;
  background: transparent url(../images/arrow-down.png) center/auto 100% no-repeat;
}

.flow-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
}

.flow-heading-wrap .icon {
  flex: 0 0 48px;
}

.flow-heading-wrap h3 {
  display: grid;
  gap: 4px;
  align-items: center;
  margin-right: -1em;
  font-size: 1.125rem;
  font-weight: 700;
}

.flow-heading-wrap h3 .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flow-list p {
  margin-top: 16px;
  font-size: clamp(0.875rem, 0.778rem + 0.4vw, 0.938rem);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.faq {
  padding-top: clamp(50px, 50px + 70 * (100vw - 640px) / 320, 120px);
  padding-bottom: clamp(50px, 50px + 70 * (100vw - 640px) / 320, 120px);
  background-color: #f5f5f5;
}

.faq-list {
  display: grid;
  gap: clamp(16px, 16px + 8 * (100vw - 390px) / 250, 24px);
  width: min(800px, 87.73%);
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 250, 60px);
  margin-right: auto;
  margin-left: auto;
}

.faq-list dt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 48px 18px 8px;
  background-color: #fff;
  font-size: clamp(0.875rem, 0.485rem + 1.6vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
}

.faq-button {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: transparent right 8px center/24px auto no-repeat;
}

.faq-button[aria-expanded=true] {
  background-image: url(../images/icon-close.svg);
}

.faq-button[aria-expanded=false] {
  background-image: url(../images/icon-open.svg);
}

.faq-list .q {
  flex: 0 0 1.6em;
  display: grid;
  place-content: center;
  height: 1.6em;
  border-radius: 100%;
  background-color: #1b2f4e;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.faq-list .a {
  flex: 0 0 1.6em;
  display: grid;
  place-content: center;
  height: 1.6em;
  border-radius: 100%;
  background-color: #e80830;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.faq-list dd p {
  padding-right: 8px;
  padding-left: 8px;
  font-size: clamp(0.813rem, 0.715rem + 0.4vw, 0.875rem);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.faq-list dd p:first-of-type {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  font-size: clamp(0.875rem, 0.485rem + 1.6vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
}

.faq-list dd p:last-of-type {
  padding-bottom: 16px;
}

.faq-list dd p + p {
  margin-top: 8px;
}

.faq-list dd {
  overflow: hidden;
}

.faq-list dd[inert] {
  height: 0;
}

.request {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(80px, 80px + 40 * (100vw - 390px) / 250, 120px);
}

.request .inner {
  display: grid;
  justify-items: start;
  width: 84vw;
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 250, 60px);
  margin-right: auto;
  margin-left: auto;
}

.request h3 {
  margin-top: clamp(32px, 35px + -3 * (100vw - 390px) / 250, 35px);
  padding-bottom: 4px;
  border-bottom: 2px solid #e80830;
  font-size: clamp(1rem, 0.22rem + 3.2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
}

.request-list {
  justify-self: stretch;
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.request-list li {
  display: flex;
  align-items: center;
  gap: clamp(4px, 4px + 4 * (100vw - 390px) / 250, 8px);
  font-size: clamp(0.875rem, 0.778rem + 0.4vw, 0.938rem);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.request-list li .icon {
  flex: 0 0 18px;
}

.request-form {
  width: 74.93vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 56px;
  order: 0;
}

.request-link-estimate {
  justify-self: stretch;
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(14px, 14px + 2 * (100vw - 390px) / 250, 16px);
  padding: clamp(16px, 16px + 8 * (100vw - 390px) / 250, 24px) clamp(18px, 18px + 14 * (100vw - 390px) / 250, 32px);
  background-color: #f5f5f5;
  font-size: clamp(1.063rem, 0.965rem + 0.4vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
  order: 1;
}

.request-link-estimate .icon {
  flex: 0 0 clamp(19px, 19px + 5 * (100vw - 390px) / 250, 24px);
}

.request-link-estimate .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(18px, 18px + 14 * (100vw - 390px) / 250, 32px);
  margin-top: auto;
  margin-bottom: auto;
  width: clamp(24px, 28px + -4 * (100vw - 390px) / 250, 28px);
  aspect-ratio: 1;
}

.request-link-tel {
  justify-self: stretch;
  display: grid;
  gap: clamp(0px, 5px + -5 * (100vw - 390px) / 250, 5px);
  margin-top: 9px;
  padding: clamp(13px, 13px + 11 * (100vw - 390px) / 250, 24px) clamp(16px, 16px + 16 * (100vw - 390px) / 250, 32px);
  border: 1px solid #f5f5f5;
  font-size: clamp(0.875rem, 0.485rem + 1.6vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
  order: 1;
}

.request-link-tel .text {
  margin-right: -1em;
}

.request-link-tel .number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1.313rem, 0.24rem + 4.4vw, 2rem);
  letter-spacing: 0.04em;
}

.request-link-tel .icon {
  flex: 0 0 24px;
}

.footer {
  display: grid;
  margin-top: clamp(40px, 40px + 80 * (100vw - 390px) / 250, 120px);
  padding: 24px 7.47vw 68px;
  border-top: 1px solid #f5f5f5;
  font-size: clamp(0.813rem, 0.617rem + 0.8vw, 0.938rem);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.footer-logo {
  width: 120px;
}

.footer-link {
  justify-self: start;
}

.footer-copyright {
  font-size: 0.938rem;
}
.footer-copyright small {
  font-size: 1em;
}

.estimate {
  padding-top: clamp(80px, 80px + 80 * (100vw - 390px) / 250, 160px);
}

.estimate .inner {
  width: 89.33vw;
  margin-top: clamp(48px, 48px + 12 * (100vw - 390px) / 250, 60px);
  margin-right: auto;
  margin-left: auto;
}

.estimate h2 {
  padding-left: 12px;
  border-bottom: none;
  border-left: 4px solid #e80830;
  font-size: clamp(1.25rem, 0.86rem + 1.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
}

.estimate-list {
  display: grid;
  gap: 24px;
  margin-top: clamp(16px, 32px + -16 * (100vw - 640px) / 320, 32px);
}

.estimate-list li {
  position: relative;
}

.estimate-list li::before {
  content: "";
  position: absolute;
  top: calc(0.875rem + 20px);
  left: 0.875rem;
  width: 5px;
  height: calc(100% + 20px);
  background-color: #f5f5f5;
}

.estimate-list li:last-of-type::before {
  content: none;
}

.estimate-list li > * {
  position: relative;
}

.estimate-heading {
  display: grid;
}

.estimate-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 24px;
  align-items: center;
  margin-right: -1em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.estimate-heading .num {
  grid-row: span 2;
  display: grid;
  place-content: center;
  width: 2.286em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1b2f4e;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}

.estimate-heading .en {
  grid-column: 2/3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.estimate-heading .ja {
  grid-column: 2/3;
}

.estimate-list p {
  margin-top: 16px;
  padding-left: calc(2rem + 24px);
  font-size: clamp(0.875rem, 0.778rem + 0.4vw, 0.938rem);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media (width >= 640px){
  .hide-from-sm {
    display: none;
  }
  .fv-link-wrap {
    right: 4.27vw;
    gap: 12px;
    max-width: 493px;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .link-tel,
  .link-form {
    font-size: 16px;
  }
  .link-tel {
    gap: 8px;
    font-size: 12px;
    padding: 12px 16px;
  }
  .link-tel .icon {
    flex-basis: 32px;
  }
  .link-form {
    gap: 16px;
    padding-right: 16px;
    padding-left: 24px;
  }
  .link-form .icon {
    flex-basis: 24px;
  }
  .link-tel .text {
    gap: 6px;
    text-align: center;
  }
  .link-tel .value::before {
    content: "\\ ";
    flex: 0 0 auto;
  }
  .link-tel .value::after {
    content: " /";
    flex: 0 0 auto;
  }
  .link-tel .num {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
  }
  .fv {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #eee 69.58%, #fff);
  }
  .fv-heading {
    justify-items: center;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .fv-pict {
    grid-column: 2/3;
    grid-row: 1/span 2;
  }
  .fv-pict img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .fv-maker-wrap {
    padding: min(43px, 2.99vw) min(68px, 4.72vw) min(78px, 5.42vw) min(86px, 5.97vw);
  }
  .fv-maker-wrap h2 {
    line-height: 1.5;
  }
  .fv-maker-list {
    flex-wrap: wrap;
    max-width: 368px;
    margin-right: auto;
    margin-left: auto;
  }
  .fv-text-wrap {
    padding: min(168px, 11.67vw) min(76px, 5.28vw) min(55px, 3.82vw);
    background-image: url(../images/bg-fv-lg.png);
  }
  .about {
    padding-right: 0;
    padding-left: 0;
  }
  .about-text strong {
    text-underline-offset: 4px;
  }
  .cta::before {
    background-image: url(../images/bg-cta-lg.png);
    background-size: 1660px auto;
    background-repeat: repeat;
  }
  .cta .text {
    flex: 0 0 auto;
  }
  .cta .wrap {
    display: inline-flex;
    margin-top: 6px;
    margin-right: 6px;
  }
  .cta .bg {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.25em;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
  .cta .logo {
    flex: 0 1 300px;
    margin-top: 0;
  }
  .cta-link-wrap {
    grid-template-columns: auto auto;
    gap: 18px;
    margin-top: 32px;
  }
  .cta p strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .cta .link-form {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: clamp(1rem, 0.48rem + 1.3vw, 1.25rem);
  }
  .cta .link-tel {
    gap: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .cta .link-tel .num {
    font-size: clamp(1.25rem, -0.27rem + 3.8vw, 2rem);
  }
  .cta .link-tel .value {
    font-size: clamp(12px, 12px + 3 * (100vw - 640px) / 320, 15px);
  }
  .cta .link-tel .icon {
    flex-basis: clamp(32px, 32px + 8 * (100vw - 640px) / 320, 40px);
  }
  .banner-wrap {
    width: min(1352px, 93.89vw);
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f5f5f5;
  }
  .banner-wrap picture {
    height: 301px;
    padding-right: 5.28%;
    padding-left: 5.28%;
  }
  .section-heading {
    color: #1b2f4e;
  }
  .feature-wrap {
    padding-right: 5.33%;
    padding-left: 5.33%;
  }
  .feature-wrap:first-of-type .feature-list {
    margin-top: -16px;
  }
  .feature h3::before {
    top: 0.067em;
  }
  .feature-wrap:nth-of-type(2) p {
    width: 100%;
  }
  .feature-list {
    gap: 8px;
  }
  .feature-list li {
    padding-right: 20px;
    padding-left: 24px;
  }
  .faq-list dt {
    padding: 16px 64px 16px 24px;
  }
  .faq-button {
    background-position: right 24px center;
  }
  .faq-list dd p {
    padding-right: 24px;
    padding-left: 24px;
  }
  .faq-list dd p:last-of-type {
    padding-bottom: 24px;
  }
  .request h3 {
    padding-bottom: 0;
    padding-left: 12px;
    border-bottom: none;
    border-left: 4px solid #e80830;
  }
  .request-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 8px 24px;
  }
  .request-link-tel {
    grid-column: 1/2;
    margin-top: 16px;
  }
  .request-link-tel .icon {
    flex-basis: 32px;
  }
  .footer {
    grid-template-columns: repeat(3, auto) 1fr;
    gap: 24px;
    align-items: center;
    padding: 24px 32px 92px;
  }
  .footer-copyright {
    text-align: right;
  }
}

@media (width >= 960px){
  .hide-md {
    display: none;
  }
  .header-link-wrap {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 18px;
  }
  .header-link-wrap .link-tel {
    gap: 14px;
    padding-left: 20px;
  }
  .header-link-wrap .link-form {
    gap: 14px;
    padding-right: 26px;
    padding-left: 24px;
  }
  .fv-link-wrap {
    position: static;
    grid-column: 1/2;
    gap: 12px;
    margin-right: auto;
    padding: 32px 0 0;
  }
  .fv {
    grid-template-columns: 646px 1fr;
  }
  .cta .link-tel {
    padding-right: 29px;
    padding-left: 29px;
  }
  .banner-wrap picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 0;
    object-position: 100% 0;
  }
  .feature-wrap:nth-of-type(2) h3::before {
    top: 0.283em;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  .reason-lead {
    flex-direction: row;
    align-items: center;
    gap: 6.67%;
  }
  .reason-lead .text {
    flex: 1 1 auto;
  }
  .reason-lead .img {
    flex: 0 0 50.92%;
  }
  .reason-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 6%;
  }
  .flow-list li {
    flex: 0 0 29.3333333333%;
  }
  .flow-list li::before {
    right: -8px;
  }
  .flow-list li:nth-last-of-type(n+2)::after {
    top: 0;
    bottom: 0;
    left: 100%;
    width: min(72px, 6vw);
    height: 100%;
    background-image: url(../images/arrow-right.png);
    background-size: 61.11% auto;
  }
  .flow-list li:nth-of-type(3)::after {
    content: none;
  }
  .request .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(56px, 4.67vw);
    width: min(1200px, 93.75vw);
  }
  .request h3 {
    grid-column: 1/2;
  }
  .request-list {
    grid-column: 1/2;
  }
  .request-form {
    grid-column: 2/3;
    grid-row: 1/span 6;
    width: 100%;
    padding: 10.14% 8.74%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 4px 4px 24px rgba(8, 32, 40, 0.08);
  }
  .request-link-estimate {
    grid-column: 1/2;
    margin-top: 52px;
  }
  .footer {
    padding-bottom: 24px;
  }
  .estimate .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(56px, 4.67vw);
    width: min(1200px, 93.75vw);
  }
}

@media (width >= 1024px){
  .hide-lg {
    display: none;
  }
}

@media (width >= 1280px){
  .hide-xl {
    display: none;
  }
  .estimate-list {
    gap: 0;
  }
  .estimate-list li {
    grid-template-columns: 12.25rem 1fr;
    gap: 8px;
    align-items: center;
    min-height: 120px;
  }
  .estimate-list p {
    margin-top: 0;
    padding-left: 0;
  }
}

@media (width < 960px){
  .hide-sm-md {
    display: none;
  }
}

@media (width < 640px){
  .hide-sm {
    display: none;
  }
  .link-form .hide {
    display: none;
  }
  .feature-wrap:nth-of-type(2) p {
    text-align: left;
  }
  .feature-list li:nth-of-type(4) {
    padding-right: 7px;
  }
  .footer-link {
    margin-top: 24px;
  }
  .footer-link + .footer-link {
    margin-top: 13px;
  }
  .footer-copyright {
    margin-top: 47px;
    padding-top: 17px;
    padding-bottom: 24px;
    border-top: 1px solid #b1b8ba;
  }
}
