@charset "UTF-8";
/* html */
:root {
  --blue: #2460cc;
  --blue-dark: #114cae;
  --blue-soft: #dbe8f6;
  --blue-panel: #f1f8fe;
  --orange: #f07e21;
  --orange-dark: #cb6614;
  --yellow: #f1da2c;
  --ink: #1f1f1f;
  --beige: #e8dfd6;
  --panel: #f5f5f5;
  --radius: 24px;
  --shadow: 0 8px 16px rgba(17, 76, 174, 0.12);
}

.lp-page {
  overflow: clip;
}

.section-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

.lp-header {
  height: 58px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 2px solid var(--blue);
}

.lp-header__inner,
.lp-footer__inner {
  max-width: 1024px;
  max-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.lp-footer__inner {
  gap: 36px;
}

.lp-header__inner {
  gap: 9px;
  height: 100%;
  max-height: none;
}

.lp-logo {
  display: inline-flex;
  align-items: flex-end;
  gap: 36px;
}

.lp-logo__mark {
  display: block;
  width: 11.7rem;
  height: 2.2rem;
  flex: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: left bottom/contain no-repeat image-set(url("../img/omron_logo_b.png") 1x, url("../img/omron_logo_b@2x.png") 2x);
}

.lp-logo__sub {
  display: block;
  font-size: clamp(1.2rem, 1.1647887324rem + 0.0938967136vw, 1.3rem);
  font-weight: 500;
  line-height: 1;
  align-self: flex-end;
}

.lp-anchor {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--blue);
}

.lp-anchor__inner {
  max-width: 1214px;
  margin: 0 auto;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 20px;
  position: relative;
}

.lp-anchor__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 717px;
}

.lp-anchor a {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
}

.lp-anchor__toggle {
  display: none;
}

.hero {
  background: #fff;
  padding-bottom: 0;
  overflow: hidden;
}

.hero > * {
  display: none;
}

.hero::before {
  content: "";
  display: block;
  width: min(100%, 144rem);
  max-width: 144rem;
  aspect-ratio: 1440/886;
  margin-inline: auto;
  background: center/contain no-repeat image-set(url("../img/fv_image.jpg") 1x, url("../img/fv_image@2x.jpg") 2x);
}

.intro {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1px;
  background: var(--blue-soft);
  position: relative;
  z-index: 1;
}

.intro__inner {
  min-height: 317px;
  width: min(1024px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 60px;
  background: center/cover no-repeat image-set(url("../img/intro_bg.png") 1x, url("../img/intro_bg@2x.png") 2x);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 60px 100px 59px 100px;
  text-align: center;
}

.intro__inner p {
  font-size: clamp(1.4rem, 1.1183098592rem + 0.7511737089vw, 2.2rem);
  line-height: 1.9;
  margin-bottom: 28px;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(80vw, 600px);
  margin: 26px auto 0;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.8rem, 1.3774647887rem + 1.1267605634vw, 3rem);
  font-weight: 700;
  text-align: center;
  height: clamp(5.6rem, 4.4571428571rem + 3.0476190476vw, 7.2rem);
  padding: 0 40px 0 30px;
  line-height: 1.2;
  box-shadow: 0 6px 0 var(--orange-dark);
  position: relative;
}

.cta-btn::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.cta-btn--yellow {
  background: var(--yellow);
  color: var(--blue);
  box-shadow: 0 6px 0 #d1ae0f;
}

.section {
  padding: 96px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.section-kicker {
  display: table;
  margin: 0 auto 6px;
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  padding: 0 28px;
}

.section-kicker::before,
.section-kicker::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(1.4rem, 1.1887323944rem + 0.5633802817vw, 2rem);
  height: clamp(2.52rem, 2.1397183099rem + 1.014084507vw, 3.6rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.section-kicker::before {
  left: 0;
  background-image: image-set(url("../img/electric_left.png") 1x, url("../img/electric_left@2x.png") 2x);
}

.section-kicker::after {
  right: 0;
  background-image: image-set(url("../img/electric_right.png") 1x, url("../img/electric_right@2x.png") 2x);
}

.section--bluebg {
  max-width: 1440px;
  margin-inline: auto;
  background: var(--blue-soft);
  position: relative;
  overflow: hidden;
}
.section--bluebg .section-inner .section-lead {
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.section--bluebg .section-inner .section-note {
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 60px;
}

.section--plain {
  background: #fff;
}
.section--plain .section-inner {
  max-width: 960px;
}
.section--plain .section-inner .section-lead {
  margin-top: 40px;
  margin-bottom: 60px;
}

.section--service {
  max-width: 1440px;
  background: var(--blue-soft);
  border-radius: 70px;
  padding-top: 72px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.section--service .section-inner {
  max-width: 960px;
}
.section--service .section-lead {
  margin-bottom: 60px;
}

.section--flow {
  max-width: 1440px;
  margin-inline: auto;
  background: #fff4eb;
  border-radius: 70px;
}
.section--flow .section-inner {
  display: flex;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
}

.section-title {
  display: table;
  margin: 0 auto 40px;
  font-size: clamp(2.4rem, 1.9070422535rem + 1.3145539906vw, 3.8rem);
  line-height: 1.18;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(100% + 60px, 100vw - 20px);
  top: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--yellow);
  z-index: -1;
}

.section-title__last {
  position: static;
}

.section-title--narrow {
  font-size: clamp(2.4rem, 1.9070422535rem + 1.3145539906vw, 3.8rem);
}

.section-title--service {
  margin-top: 8px;
}

.section-lead {
  margin-bottom: 24px;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: clamp(1.4rem, 1.2571428571rem + 0.380952381vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
}
.section-lead .clr {
  color: var(--blue_01, #2460cc);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.section-note {
  font-size: clamp(1.2rem, 1.1647887324rem + 0.0938967136vw, 1.3rem);
  margin-top: 12px;
}

.loss-chart-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 960px;
  gap: clamp(0.4rem, -0.7538461538rem + 3.0769230769vw, 2.2rem);
  margin-inline: auto;
  margin-bottom: clamp(1rem, 0.358974359rem + 1.7094017094vw, 2rem);
}

.loss-chart {
  background: #f8f8f8;
  border-radius: 18px;
  padding: 16px 18px 20px;
  box-shadow: inset 0 0 0 1px rgba(36, 96, 204, 0.06);
}

.loss-chart h3 {
  color: var(--blue);
  font-size: clamp(1.3rem, 1.2295774648rem + 0.1877934272vw, 1.5rem);
  line-height: 1.45;
  margin-bottom: 14px;
  min-height: 44px;
}

.loss-chart--regions,
.loss-chart--years {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.loss-chart--regions > *,
.loss-chart--years > * {
  display: none;
}

.loss-chart--regions::before,
.loss-chart--years::before {
  content: "";
  display: block;
  width: min(100%, 46.8rem);
  max-width: 46.8rem;
  aspect-ratio: 468/280;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.loss-chart--regions::before {
  background-image: image-set(url("../img/loss-chart--regions.png") 1x, url("../img/loss-chart--regions@2x.png") 2x);
}

.loss-chart--years::before {
  background-image: image-set(url("../img/loss-chart--years.png") 1x, url("../img/loss-chart--years@2x.png") 2x);
}

.rule-mini {
  border-radius: 18px;
  background-color: #f1f8fe;
  background-image: image-set(url("../img/yusen_bg.png") 1x, url("../img/yusen_bg@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: 68px 7px;
  background-size: auto;
  max-width: 827px;
  display: grid;
  grid-template-columns: 273px 1fr;
  margin: 20px auto 40px;
  align-items: center;
}

.rule-mini h4 {
  color: var(--blue, #2460cc);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: clamp(1.8rem, 1.6591549296rem + 0.3755868545vw, 2.2rem);
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 26.4px */
}

.rule-mini p {
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  padding: 20px 24px 20px 0;
}

span.fit2fip {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 10px;
  color: var(--black, #1f1f1f);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  vertical-align: top;
}
span.fit2fip .fit {
  display: inline-flex;
  align-items: center;
}
span.fit2fip .fip {
  display: inline-flex;
  align-items: center;
}
span.fit2fip .fit::before,
span.fit2fip .fip::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.8rem;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
span.fit2fip .fit::before {
  background-image: image-set(url("../img/ellipse_blue.png") 1x, url("../img/ellipse_blue@2x.png") 2x);
}
span.fit2fip .fip::before {
  background-image: image-set(url("../img/ellipse_orange.png") 1x, url("../img/ellipse_orange@2x.png") 2x);
}

.rule-compare {
  max-width: 882px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  position: relative;
  --rule-card-width: min(100%, 42rem);
  align-items: center;
  justify-items: center;
}

.rule-compare article {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  width: var(--rule-card-width);
  min-height: 314px;
}

.rule-compare .is-new {
  border: 0;
  background: transparent;
  min-height: 333px;
}

.rule-compare article > * {
  display: none;
}

.rule-compare article::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 420/314;
  background: center/contain no-repeat image-set(url("../img/rule_current.png") 1x, url("../img/rule_current@2x.png") 2x);
}

.rule-compare .is-new::before {
  aspect-ratio: 420/333;
  background: center/contain no-repeat image-set(url("../img/rule_review.png") 1x, url("../img/rule_review@2x.png") 2x);
}

.rule-compare h4 {
  background: #838383;
  color: #fff;
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 14px;
}

.rule-compare .is-new h4 {
  background: var(--orange);
}

.rule-compare ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rule-order;
  font-size: clamp(1.5rem, 1.4647887324rem + 0.0938967136vw, 1.6rem);
  line-height: 1.6;
}

.rule-compare li {
  counter-increment: rule-order;
  position: relative;
  padding-left: 30px;
  margin-top: 8px;
}

.rule-compare li::before {
  content: counter(rule-order);
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #efefef;
  color: #5c5c5c;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
}

.rule-compare .is-new li:nth-child(3),
.rule-compare .is-new li:nth-child(4) {
  color: var(--orange);
  font-weight: 700;
}

.rule-compare .is-new li:nth-child(3)::before,
.rule-compare .is-new li:nth-child(4)::before {
  background: var(--orange);
  color: #fff;
}

.rule-compare::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 57px;
  height: 55px;
  transform: translate(-50%, -55%);
  background: center/contain no-repeat image-set(url("../img/arrow_union_h.png") 1x, url("../img/arrow_union_h@2x.png") 2x);
}

.rule-compare article.current,
.rule-compare article.is-new {
  max-width: 420px;
}

.rule-compare .is-new::after {
  display: none;
}

.rule-compare .current {
  margin-top: 40px;
}

.rule-compare .is-new {
  margin-top: 20px;
}

.loss-impact {
  margin-top: 32px;
  width: min(677px, 100%);
  margin-inline: auto;
  padding: 62px 17px 20px;
  position: relative;
}

.loss-impact__head {
  position: absolute;
  left: 50%;
  top: -12px;
  width: 279px;
  height: 47px;
  transform: translate(-50%, 0);
  font-size: clamp(1.6rem, 1.5295774648rem + 0.1877934272vw, 1.8rem);
  color: #fff;
  background: #3c8de3;
  border-radius: 88.71px;
  display: table;
  padding: 2px 17px;
  text-align: center;
}
.loss-impact__head small {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 21.6px */
}

.loss-impact__head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 16px;
  height: 15px;
  transform: translateX(-50%);
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M7.72414 15L0 0H16L7.72414 15Z' fill='%233C8DE3'/%3E%3C/svg%3E");
}

.loss-impact__row {
  display: grid;
  grid-template-columns: minmax(240px, 293px) 1fr;
  gap: 0;
  align-items: center;
  margin: 0 auto 16px;
  max-width: 642px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.loss-impact__row:first-of-type {
  background: #f1f1f1;
}

.loss-impact__row:nth-of-type(2) {
  background: #e8ecf1;
}

.loss-impact__label {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 18px 18px 18px;
  color: #fff;
  position: relative;
  isolation: isolate;
}

.loss-impact__label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(0 0, 93.8% 0, 100% 50%, 93.8% 100%, 0 100%);
}

.loss-impact__row--fit .loss-impact__label::before {
  background-color: #9a9a9a;
}

.loss-impact__row--fip .loss-impact__label::before {
  background-color: #2460cc;
}

.loss-impact__label-main {
  font-size: clamp(2.4rem, 2.1887323944rem + 0.5633802817vw, 3rem);
  line-height: 1.15;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.loss-impact__label-pill {
  flex: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 106px;
  height: 44px;
  color: #9a9a9a;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 43.2px */
}
.loss-impact__label-pill span.percentage {
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
}
.loss-impact__label-pill span.process {
  font-size: clamp(1.8rem, 1.6591549296rem + 0.3755868545vw, 2.2rem);
}

.loss-impact__row--fip .loss-impact__label-pill {
  color: var(--blue);
}

.loss-impact__body {
  padding: 8px 0 4px 20px;
}

.loss-impact__formula {
  color: var(--black, #1f1f1f);
  font-family: "Zen Kaku Gothic Antique";
  font-size: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
}

.loss-impact__result {
  color: var(--black, #1f1f1f);
  font-family: "Zen Kaku Gothic Antique";
  font-size: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
}

.loss-impact__result strong {
  margin: 0 4px 0 2px;
  font-size: clamp(2.8rem, 2.3774647887rem + 1.1267605634vw, 4rem);
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.loss-impact__note {
  margin: -8px 0 0 -20px;
  color: var(--black, #1f1f1f);
  font-family: Poppins;
  font-size: clamp(1rem, 0.9295774648rem + 0.1877934272vw, 1.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
  white-space: nowrap;
}

.loss-impact__diff {
  margin-top: 0;
  font-size: clamp(2.4rem, 2.1887323944rem + 0.5633802817vw, 3rem);
  font-weight: 500;
  color: #1f1f1f;
  line-height: 160%;
}

.loss-impact__diff strong {
  margin: 0 6px 0 4px;
  font-size: clamp(5rem, 4.2957746479rem + 1.8779342723vw, 7rem);
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 160%;
  vertical-align: -0.08em;
}

.loss-impact__diff .clr {
  color: var(--blue);
}

.loss-impact__diff::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 37px;
  margin-right: 16px;
  vertical-align: -0.15em;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='37' viewBox='0 0 39 37' fill='none'%3E%3Cpath d='M39 18.5L19 37V28H0L0 9H19V0L39 18.5Z' fill='%232460CC'/%3E%3C/svg%3E");
}

.rule-container {
  width: min(960px, 100%);
  min-height: 783px;
  margin-inline: auto;
  border-radius: 24px;
  background: #fff;
}

.section-em {
  max-width: 960px;
  margin: 60px auto;
  font-size: clamp(2.2rem, 2.0591549296rem + 0.3755868545vw, 2.6rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

.section-em b,
.section-em strong {
  color: var(--blue);
  font-weight: 900;
}

#fip.section {
  position: relative;
  padding-top: 0px;
  overflow: visible;
}

#fip.section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  width: min(100%, 1440px);
  height: clamp(12rem, 9.1830985915rem + 7.5117370892vw, 20rem);
  transform: translateX(-50%);
  background: #dbe8f6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#fip.section--plain .section-inner {
  max-width: 1024px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

#fip.section--plain .section-lead {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.fip-orb {
  width: clamp(16.4rem, 12.8788732394rem + 9.3896713615vw, 26.4rem);
  margin: -18px auto 40px;
}

.fip-orb img {
  display: block;
  width: 100%;
  height: auto;
}

.fip-table-wrap {
  overflow-x: auto;
  position: relative;
  min-height: 360px;
}

.fip-table-shell {
  width: fit-content;
  margin-inline: auto;
  padding-top: 10px;
  padding-right: 10px;
  position: relative;
  overflow: visible;
}

.fip-table-shell::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 36.8%;
  min-width: 338px;
  aspect-ratio: 338/346;
  background: center/contain no-repeat image-set(url("../img/fip_frame.png") 1x, url("../img/fip_frame@2x.png") 2x);
  pointer-events: none;
  z-index: 10;
}

.fip-table-clip {
  min-width: 920px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.fip-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  position: relative;
}

.fip-table thead th {
  background: var(--blue);
  color: #fff;
  font-size: clamp(1.8rem, 1.5887323944rem + 0.5633802817vw, 2.4rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 12px 12px;
  max-height: 72px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
}

.fip-table thead th:first-child {
  width: 277px;
}

.fip-table th small {
  display: block;
  font-size: clamp(1rem, 0.9295774648rem + 0.1877934272vw, 1.2rem);
  font-weight: 500;
}

.fip-table tbody th {
  width: 277px;
  min-height: 72px;
  background: var(--blue);
  color: #fff;
  font-size: clamp(1.8rem, 1.7295774648rem + 0.1877934272vw, 2rem);
  padding: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.fip-table td {
  width: 320px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  background: #e7f2fb;
  padding: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.fip-table tbody tr:nth-child(odd) td:last-child,
.fip-table tbody tr:nth-child(even) td:last-child {
  background: #fbf9e8;
}

.fip-table tr > *:last-child {
  border-right: 0;
}

.fip-table tbody tr:last-child > * {
  border-bottom: 0;
}

.fip-table .orange {
  color: var(--orange);
}

.fip-bottom {
  max-width: 860px;
  margin: 16px auto;
  text-align: center;
  font-size: clamp(2rem, 1.7887323944rem + 0.5633802817vw, 2.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.fip-bottom strong {
  color: var(--blue);
  font-style: normal;
  font-weight: 900;
}

.mid-cta {
  max-width: 1440px;
  min-height: clamp(40rem, 38.9436619718rem + 2.8169014085vw, 43rem);
  margin: -8px auto -60px;
  background: var(--blue_01, #2460cc);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}
.mid-cta::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: clamp(2.8rem, 1.8rem + 2.6666666667vw, 4.2rem);
  height: clamp(1.8rem, 1.0857142857rem + 1.9047619048vw, 2.8rem);
  transform: translateX(-50%);
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.mid-cta.section-inner {
  padding: 70px clamp(1rem, 0.6478873239rem + 0.9389671362vw, 2rem) clamp(4rem, 0.7605633803rem + 8.6384976526vw, 13.2rem);
}

.mid-cta p {
  max-width: 840px;
  margin: 0 auto 30px;
  color: var(--white, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(2.2rem, 1.9183098592rem + 0.7511737089vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 42px */
}
.mid-cta p span {
  color: var(--yellow, #f1da2c);
  font-family: "Noto Sans JP";
  font-size: clamp(2.8rem, 2.3774647887rem + 1.1267605634vw, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.point-list {
  display: grid;
  gap: 36px;
  margin-bottom: clamp(3rem, 1.9436619718rem + 2.8169014085vw, 6rem);
}

.point-list article {
  border-radius: 20px;
  background: #f7f7f7;
  padding: 72px clamp(2rem, 1.2857142857rem + 1.9047619048vw, 3rem) 30px;
  box-shadow: 0 8px 18px rgba(17, 76, 174, 0.12);
  position: relative;
  min-height: 320px;
}

.point-list h3 {
  display: flex;
  height: 56px;
  padding: 6px clamp(1.2rem, 0.4857142857rem + 1.9047619048vw, 2.2rem) 6px;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: fit-content;
  color: #fff;
  background: var(--blue);
  border-radius: 12px;
  font-size: clamp(1.8rem, 1.5887323944rem + 0.5633802817vw, 2.4rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  position: absolute;
  top: 0;
  transform: translateY(-33.333%);
  margin: 0;
}
.point-list h3 .group {
  line-height: 1.1;
}

.point-list h3 span.point {
  font-size: clamp(1.4rem, 1.2591549296rem + 0.3755868545vw, 1.8rem);
  font-weight: 700;
  font-style: normal;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  padding-inline-end: clamp(1rem, 0.4285714286rem + 1.5238095238vw, 1.8rem);
  white-space: nowrap;
}

.point-list h3 span.point::after {
  content: "　|";
  font-size: clamp(1.2rem, 0.7714285714rem + 1.1428571429vw, 1.8rem);
  font-weight: normal;
  opacity: 0.9;
}

.point-list__title-accent {
  display: inline;
  color: var(--yellow, #f1da2c);
  font-family: "Zen Maru Gothic";
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.point-list__title-accent.zero {
  display: inline;
  color: var(--yellow, #f1da2c);
  font-family: "Zen Maru Gothic";
  font-size: clamp(2.4rem, 2.2591549296rem + 0.3755868545vw, 2.8rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  padding-inline: 6px;
}

.point-list__text-accent {
  color: var(--blue);
}

.point-list h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 18px;
  height: 16px;
  transform: translateX(-50%);
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M8.68966 16L0 0H18L8.68966 16Z' fill='%232460CC'/%3E%3C/svg%3E");
}

.point-list p {
  font-size: clamp(1.5rem, 1.4647887324rem + 0.0938967136vw, 1.6rem);
  line-height: 1.8;
  max-width: min(512px, 62%);
}

.point-list .small {
  margin-top: 8px;
  font-size: clamp(1rem, 0.9295774648rem + 0.1877934272vw, 1.2rem);
  color: var(--black, #1f1f1f);
  font-weight: 500;
  line-height: 180%;
  /* 21.6px */
}

.point-list article::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 26px;
  width: max(364px, 39%);
  height: auto;
  aspect-ratio: 368/260;
  border-radius: 16px;
  background: #edf3fb;
}

.point-list article:nth-child(1)::after {
  background: center/cover no-repeat image-set(url("../img/service-point1.jpg") 1x, url("../img/service-point1@2x.jpg") 2x);
}

.point-list article:nth-child(2)::after {
  background: center/cover no-repeat image-set(url("../img/service-point2.png") 1x, url("../img/service-point2@2x.png") 2x);
  aspect-ratio: 368/273;
}

.point-list article:nth-child(3)::after {
  background: center/cover no-repeat image-set(url("../img/service-point3.jpg") 1x, url("../img/service-point3@2x.jpg") 2x);
}

.guarantee-graph {
  max-width: 794px;
  margin: 0 auto 60px auto;
}
.guarantee-graph figure {
  margin: 0;
}

.guarantee-graph picture,
.guarantee-graph img {
  display: block;
  width: 100%;
}

.guarantee-graph img {
  height: auto;
}

.guarantee-graph__legend {
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  font-weight: 700;
  display: flex;
  gap: 30px;
  margin: 0 0 14px 52px;
}

.guarantee-graph__legend span::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 6px;
  margin-right: 10px;
  vertical-align: middle;
}

.guarantee-graph__legend .solar::before {
  background: #f33d00;
}

.guarantee-graph__legend .market::before {
  background: #2f34d7;
}

.guarantee-graph__body {
  position: relative;
  min-height: 380px;
  margin-left: 34px;
  border: 3px solid #7c7c7c;
  border-right: 0;
  border-top: 0;
  background: linear-gradient(to right, rgba(183, 201, 230, 0.96) 0 20%, rgba(168, 201, 228, 0.96) 20% 40%, rgba(153, 204, 224, 0.96) 40% 66%, rgba(239, 215, 168, 0.96) 66% 78%, rgba(183, 201, 230, 0.96) 78% 100%), linear-gradient(to top, rgba(255, 255, 255, 0.5) 0 1px, transparent 1px 25%);
  overflow: hidden;
}

.guarantee-graph__y,
.guarantee-graph__x {
  position: absolute;
  color: #898989;
  font-size: clamp(1.2rem, 1.1295774648rem + 0.1877934272vw, 1.4rem);
  font-weight: 500;
}

.guarantee-graph__y {
  left: -36px;
  top: 44%;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.guarantee-graph__x {
  right: -32px;
  bottom: -8px;
}

.guarantee-graph__body .zone {
  position: absolute;
  top: 18px;
  font-size: clamp(2.8rem, 2.3774647887rem + 1.1267605634vw, 4rem);
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.guarantee-graph__body .zone:nth-child(1) {
  left: 7%;
}

.guarantee-graph__body .zone:nth-child(2) {
  left: 28%;
}

.guarantee-graph__body .zone:nth-child(3) {
  left: 49%;
}

.guarantee-graph__body .zone:nth-child(4) {
  left: 68%;
}

.guarantee-graph__body .zone:nth-child(5) {
  left: 84%;
}

.line--fit {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  border-top: 3px solid #f0d500;
}

.line--fit span {
  position: absolute;
  right: 12px;
  top: -26px;
  min-width: 88px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: clamp(1.2rem, 1.1295774648rem + 0.1877934272vw, 1.4rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.curve {
  position: absolute;
}

.curve--solar {
  left: 22%;
  bottom: -2px;
  width: 42%;
  height: 82%;
  background: rgba(255, 81, 0, 0.2);
  border: 3px solid #f33d00;
  border-bottom: 0;
  border-radius: 58% 58% 22% 22%/80% 80% 20% 20%;
}

.curve--market {
  right: -4%;
  bottom: -2px;
  width: 44%;
  height: 68%;
  background: rgba(56, 95, 255, 0.28);
  border: 3px solid #2f34d7;
  border-bottom: 0;
  border-radius: 34% 42% 34% 24%/54% 74% 22% 18%;
}

.curve--solar span {
  position: absolute;
  left: 46%;
  top: 18%;
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  font-weight: 700;
}

.label {
  position: absolute;
  bottom: 18%;
  color: #fff;
  font-size: clamp(4rem, 3.5070422535rem + 1.3145539906vw, 5.4rem);
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.label--charge {
  left: 44%;
}

.label--sell {
  right: 16%;
}

.guarantee-graph__ticks {
  position: absolute;
  left: 18px;
  right: 24px;
  bottom: 8px;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 0;
  align-items: end;
}

.guarantee-graph__ticks span {
  text-align: center;
  font-size: clamp(1rem, 0.9295774648rem + 0.1877934272vw, 1.2rem);
  color: var(--ink);
}

.conditions {
  margin: 20px auto clamp(4rem, 2.5915492958rem + 3.7558685446vw, 8rem);
  max-width: 572px;
}

.conditions h3 {
  text-align: center;
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.conditions dl {
  margin: 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.conditions dt {
  background: #7c7c7c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  display: flex;
  width: min(150px, 100%);
  padding: 9px 0 11px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.conditions dd {
  margin: 0;
  background: #fff;
  font-size: 16px;
  padding: 9px 18px;
  border-bottom: 1px solid #fff4eb;
  line-height: 1.5;
}

.conditions-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.conditions-list li {
  position: relative;
  padding-left: 1em;
}

.conditions-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.conditions-list li + li {
  margin-top: 0.2em;
}

.flow-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 32px;
  width: 100%;
  margin-bottom: clamp(3rem, 1.9436619718rem + 2.8169014085vw, 6rem);
}

.flow-grid li {
  width: 100%;
  max-width: 290px;
  min-height: clamp(18rem, 16.7323943662rem + 3.3802816901vw, 21.6rem);
  max-height: clamp(18rem, 16.7323943662rem + 3.3802816901vw, 21.6rem);
  background-color: #fff;
  border-radius: 20px;
  padding: clamp(2.8rem, 2.5887323944rem + 0.5633802817vw, 3.4rem) clamp(1.2rem, 0.9887323944rem + 0.5633802817vw, 1.8rem) clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.flow-grid li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  font-size: clamp(1.4rem, 1.2591549296rem + 0.3755868545vw, 1.8rem);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 0 20px;
  margin: 0;
}

.flow-grid li strong {
  font-size: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  line-height: 1.4;
}

.flow-step small {
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  font-weight: 500;
}

.flow-step__icon {
  width: clamp(11.2rem, 10.2845070423rem + 2.441314554vw, 13.8rem);
  height: clamp(8.8rem, 8.0253521127rem + 2.0657276995vw, 11rem);
  margin-top: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.flow-step--1 .flow-step__icon {
  background-image: url("../img/flow-step1.svg");
  width: clamp(14.2rem, 13.1084507042rem + 2.9107981221vw, 17.3rem);
  height: auto;
  aspect-ratio: 173/105;
}

.flow-step--2 .flow-step__icon {
  width: clamp(11.6rem, 11.0366197183rem + 1.5023474178vw, 13.2rem);
  height: auto;
  background-image: url("../img/flow-step2.svg");
  aspect-ratio: 132/94;
}

.flow-step--3 .flow-step__icon {
  background-image: url("../img/flow-step3.svg");
  width: auto;
  height: clamp(10rem, 9.6830985915rem + 0.8450704225vw, 10.9rem);
  aspect-ratio: 68/109;
}

.flow-step--4 .flow-step__icon {
  background-image: url("../img/flow-step4.svg");
  width: clamp(7.2rem, 6.6366197183rem + 1.5023474178vw, 8.8rem);
  height: auto;
  aspect-ratio: 86.32/102;
}

.flow-step--5 .flow-step__icon {
  background-image: url("../img/flow-step5.svg");
  width: clamp(9.2rem, 8.4253521127rem + 2.0657276995vw, 11.4rem);
  height: auto;
  aspect-ratio: 111/104;
}

.flow-step--6 .flow-step__icon {
  background-image: url("../img/flow-step6.svg");
  width: clamp(11.6rem, 10.9661971831rem + 1.6901408451vw, 13.4rem);
  height: auto;
  aspect-ratio: 134/121;
}

.flow-step:not(:nth-child(6))::after {
  content: "";
  position: absolute;
  right: -26px;
  top: calc(50% + 6px);
  width: 12px;
  height: 22px;
  transform: translateY(-50%);
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.flow-note {
  margin: -26px 0 0 auto;
  width: fit-content;
  font-size: clamp(1.2rem, 1.1295774648rem + 0.1877934272vw, 1.4rem);
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  background: #9ec3ea;
  border-radius: 999px;
  padding: 8px 14px;
}

#faq {
  padding: 96px 0 46px 0;
}

.faq-list {
  display: grid;
  gap: 18px;
  padding-top: 30px;
  margin-bottom: 60px;
}

.faq-list details {
  background: #f1f8fe;
  border-radius: 10px;
  display: flex;
  padding: 12px 20px;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.faq-list details[open] {
  gap: 12px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.6rem, 1.3142857143rem + 0.7619047619vw, 2rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.faq-list__head {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.6rem, 1.4591549296rem + 0.3755868545vw, 2rem);
  flex: 1 1 auto;
  min-width: 0;
}

.faq-list__label {
  flex: none;
  width: 3.2rem;
  color: var(--blue);
  font-family: "Poppins";
  font-weight: 600;
  line-height: 180%;
}

.faq-list__title {
  flex: 1 1 auto;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list__toggle {
  flex: none;
  width: 1.5rem;
  height: 1rem;
  background: center/contain no-repeat image-set(url("../img/arrow_down.png") 1x, url("../img/arrow_down@2x.png") 2x);
  transition: transform 0.2s ease;
}

.faq-list details[open] .faq-list__toggle {
  transform: rotate(180deg);
}

.faq-list p {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 4px;
  width: 100%;
}

.faq-list__answer-label {
  flex: none;
  width: 3.2rem;
  color: var(--blue);
  font-size: 1.8rem;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 180%;
}

.faq-list__answer-body {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.faq-list__answer-body strong {
  font-weight: 700;
}

.contact {
  width: 100%;
  background: var(--blue_02, #9ec3ea);
  display: flex;
  padding-block: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.contact h2 {
  color: var(--black, #1f1f1f);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(2rem, 1.6478873239rem + 0.9389671362vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 42px */
}
.contact .cta-btn {
  margin: 0px auto;
}
.contact ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
}
.contact ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
}
.contact ul li::before {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact ul li.tel::before {
  background-image: image-set(url("../img/icon_tel.png") 1x, url("../img/icon_tel@2x.png") 2x);
}
.contact ul li.mail::before {
  background-image: image-set(url("../img/icon_mail.png") 1x, url("../img/icon_mail@2x.png") 2x);
}

.lp-footer {
  background: #005eb8;
  color: #fff;
  position: relative;
  height: 10rem;
  padding: 42px 0 30px 0;
}

.lp-footer__inner {
  align-items: flex-end;
}

.lp-footer .lp-logo__mark {
  background: left bottom/contain no-repeat image-set(url("../img/omlon_logo_w.png") 1x, url("../img/omron_logo_w@2x.png") 2x);
}

.lp-footer small {
  display: block;
  align-self: flex-end;
  margin-left: auto;
  font-size: clamp(1rem, 0.9295774648rem + 0.1877934272vw, 1.2rem);
  line-height: 1;
}

.to-top {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: center/contain no-repeat image-set(url("../img/footer_top.png") 1x, url("../img/footer_top@2x.png") 2x);
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: grid;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.floating-cta.is-after-footer {
  position: static;
  right: auto;
  bottom: auto;
  margin: 20px 20px 0 auto;
  width: fit-content;
}

.floating-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 999px;
  line-height: 130%;
  width: 202px;
  height: 60px;
  padding: 10px 20px;
  box-shadow: 0 0.4rem 0.8rem rgba(31, 31, 31, 0.14);
  border: 2px solid;
}

.floating-cta a::before {
  content: "";
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.floating-cta a.floating-cta__consult {
  width: 202px;
  min-width: 0;
  height: 60px;
  color: var(--orange);
  background: #fff;
  border-color: var(--orange);
  padding: 10px 18px !important;
}

.floating-cta a.floating-cta__consult::before {
  content: none;
}

.floating-cta__consult-inner {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 2px;
  width: 100%;
  margin-inline: auto;
  text-align: left;
}

.floating-cta__consult-icon {
  grid-column: 1;
  grid-row: 1/3;
  width: 36px;
  height: auto;
  display: block;
  aspect-ratio: 36/26;
}

.floating-cta__consult-inner .small {
  grid-column: 2;
  grid-row: 1;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.96px;
  white-space: nowrap;
}

.floating-cta__consult-inner > div:last-child {
  grid-column: 2;
  grid-row: 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 20.8px */
  white-space: nowrap;
}

.floating-cta__contact {
  color: #fff;
  background: var(--orange);
  border-color: #fff;
  gap: 8px;
  padding: 10px 10px 10px 10px !important;
}

.floating-cta__contact::before {
  width: 3.8rem;
  height: 3.6rem;
  background-image: image-set(url("../img/speaker.png") 1x, url("../img/speaker@2x.png") 2x);
}

@media (max-width: 1200px) {
  .hero__content {
    padding: 72px 28px 54px;
  }
  .hero__catch {
    width: 396px;
    min-height: 68px;
    padding: 10px 16px 14px 14px;
  }
  .hero__catch-copy {
    font-size: 0.9rem;
  }
  .hero__catch-main {
    font-size: 1.4rem;
  }
  .hero h1 {
    font-size: 6.4rem;
  }
  .hero__points h2 {
    font-size: 1.8rem;
  }
  .hero__points strong {
    font-size: 2.8rem;
  }
  .hero__chips strong {
    font-size: 4.4rem;
  }
  /*
    .section-title {
      font-size: 3.4rem;
    }
  */
  .fip-bottom {
    font-size: 2.4rem;
  }
  /*
  .loss-impact__row p {
    font-size: 2.4rem;
  }

  .loss-impact__diff {
    font-size: 3.6rem;
  }
  */
}
@media (max-width: 1024px) {
  .section-inner {
    padding: 0 clamp(1rem, 0.4221879815rem + 1.5408320493vw, 2rem);
  }
  .intro__inner {
    width: calc(100% - 20px);
    padding: 60px 100px 59px 100px;
    min-height: 0;
  }
}
@media (max-width: 1024px) {
  .flow-step:not(:nth-child(6))::after {
    right: -24px;
  }
}
@media (max-width: 900px) {
  .lp-header__inner {
    padding: 0 6px 0 14px;
  }
  .lp-footer__inner,
  .lp-anchor__inner {
    padding: 0 14px;
  }
  .lp-logo {
    gap: 12px;
  }
  .lp-logo__mark {
    font-size: 3.4rem;
  }
  .lp-logo__sub,
  .lp-anchor a {
    font-size: 1.2rem;
  }
  .lp-anchor__inner {
    min-height: 4.2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
    gap: 0;
  }
  .lp-anchor__toggle {
    min-height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
  }
  .lp-anchor__toggle-lines {
    display: inline-flex;
    width: 1.8rem;
    height: 1.2rem;
    flex-direction: column;
    justify-content: space-between;
  }
  .lp-anchor__toggle-lines span {
    display: block;
    width: 100%;
    height: 0.16rem;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .lp-anchor__panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 14px 14px;
    background: var(--blue);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  }
  .lp-anchor.is-open .lp-anchor__panel {
    display: flex;
  }
  .lp-anchor.is-open .lp-anchor__toggle-lines span:nth-child(1) {
    transform: translateY(0.52rem) rotate(45deg);
  }
  .lp-anchor.is-open .lp-anchor__toggle-lines span:nth-child(2) {
    opacity: 0;
  }
  .lp-anchor.is-open .lp-anchor__toggle-lines span:nth-child(3) {
    transform: translateY(-0.52rem) rotate(-45deg);
  }
  .lp-anchor a {
    display: block;
    padding: 1.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  span.fit2fip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: fit-content;
    margin-inline: auto;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero__content {
    border-radius: 0 0 40px 40px;
    padding: 32px 18px 34px;
  }
  .hero__image {
    min-height: 280px;
    border-radius: 40px;
    margin: 14px 18px 0;
  }
  .hero__points {
    margin-top: 14px;
    grid-template-columns: 1fr;
  }
  .hero__points article {
    border-radius: 20px;
    min-height: 164px;
  }
  .hero h1 {
    font-size: 4.4rem;
  }
  .hero__chips {
    font-size: 1.8rem;
    flex-wrap: wrap;
    white-space: normal;
  }
  .hero__chips strong {
    font-size: 2.8rem;
  }
  .hero__chips i {
    font-size: 2.4rem;
  }
  .hero__catch {
    width: min(100%, 332px);
    min-height: 60px;
    padding: 8px 12px 12px;
    gap: 1px;
  }
  .hero__catch-top {
    gap: 5px;
  }
  .hero__catch-copy {
    font-size: 0.8rem;
  }
  .hero__catch-main {
    font-size: 1.2rem;
    padding-left: 6px;
  }
  .hero__release {
    font-size: 0.8rem;
    padding: 4px 7px 3px;
  }
  .hero__lead {
    font-size: 1.4rem;
  }
  .hero__points h2 {
    font-size: 1.6rem;
  }
  .hero__points strong {
    font-size: 2.4rem;
  }
  .hero-point__icon--panel {
    width: 90px;
    height: 72px;
  }
  .hero-point__icon--battery {
    width: 62px;
    height: 88px;
  }
  .hero-point__icon--pig {
    width: 86px;
    height: 72px;
  }
  .intro__inner {
    padding: 34px 20px 30px;
    border-radius: 34px;
  }
  .section {
    padding: 56px 0;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title::after {
    left: 50%;
    width: min(100% + 40px, 100vw - 20px);
    top: 50%;
    bottom: -6px;
    transform: translateX(-50%);
  }
  .section-kicker {
    font-size: 1.6rem;
    padding: 0 18px;
  }
  .section-kicker::before,
  .section-kicker::after {
    width: 1.4rem;
    height: 2.52rem;
  }
  #fip.section {
    padding-top: 0px;
  }
  .fip-orb {
    width: 16rem;
    margin: -10px auto 20px;
  }
  .loss-chart-grid,
  .rule-compare {
    grid-template-columns: 1fr;
  }
  .rule-compare {
    row-gap: 0;
  }
  .flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 14px;
  }
  .flow-grid li {
    max-width: none;
    min-height: 18.8rem;
    max-height: 18.8rem;
    padding: 2.8rem 1rem 1.6rem;
    gap: 0.4rem;
  }
  .flow-grid li span {
    font-size: 1.4rem;
    padding: 0.4rem 1.2rem;
  }
  .flow-grid li strong {
    font-size: 1.6rem;
    line-height: 1.35;
  }
  .flow-step small {
    font-size: 1.3rem;
    line-height: 1.35;
  }
  .flow-step:not(:nth-child(6))::after {
    right: -1.3rem;
    top: calc(50% + 0.4rem);
    width: 0.8rem;
    height: 1.6rem;
  }
  .loss-chart {
    padding: 14px 12px 16px;
  }
  .loss-chart h3 {
    min-height: 0;
    font-size: 1.3rem;
  }
  .loss-chart ul {
    height: 196px;
    padding: 12px 0 26px 28px;
  }
  .loss-chart li::after {
    font-size: 1rem;
    bottom: calc(var(--h) * 1% + 32px);
  }
  .loss-chart li.is-kyushu::after {
    font-size: 1.6rem;
  }
  .rule-mini h4 {
    font-size: 2.4rem;
    padding: 40px 20px 20px;
  }
  .rule-mini p {
    padding: 8px 20px 20px;
    font-size: 1.6rem;
  }
  .rule-compare::after {
    display: block;
    left: 50%;
    top: 36.5rem;
    width: 5.7rem;
    height: 5.5rem;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .rule-compare .is-new::after {
    width: 74px;
    height: 74px;
    right: -8px;
    top: -12px;
    font-size: 1rem;
  }
  /*
    .loss-impact__head {
      font-size: 1.8rem;
    }

    .loss-impact__row {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .loss-impact__label {
      min-height: 0;
      padding: 14px 16px;
    }

    .loss-impact__label-main {
      font-size: 2rem;
    }

    .loss-impact__label-pill {
      font-size: 1.6rem;
      padding: 0.7rem 1.2rem 0.8rem;
    }

    .loss-impact__body {
      padding: 14px 16px 16px;
    }

    .loss-impact__formula {
      font-size: 1.6rem;
    }

    .loss-impact__result {
      font-size: 2rem;
    }

    .loss-impact__result strong {
      font-size: 4.8rem;
    }

    .loss-impact__note {
      font-size: 1.1rem;
    }

    .loss-impact__diff {
      font-size: 2.2rem;
    }

    .loss-impact__diff strong {
      font-size: 4.4rem;
    }
  */
  .fip-table thead th {
    font-size: 1.9rem;
  }
  .fip-table tbody th {
    font-size: 1.9rem;
  }
  .fip-table td {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .fip-bottom {
    font-size: 1.8rem;
  }
  /*
  .point-list h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .point-list p {
    font-size: 1.5rem;
    max-width: calc(100% - 27rem);
    padding-right: 0;
  }
  */
  .point-list article::after {
    right: 18px;
    top: 24px;
    width: min(32rem, 38%);
    height: auto;
    aspect-ratio: 368/260;
    margin-top: 0;
  }
  .conditions {
    max-width: none;
  }
  .conditions dl {
    grid-template-columns: 120px 1fr;
  }
  /*
    .flow-step:not(:nth-child(3)):not(:nth-child(6))::after {
      display: none;
    }
  */
  .flow-note {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .guarantee-graph {
    padding: 0;
  }
  .guarantee-graph__legend {
    font-size: 1.6rem;
    margin-left: 22px;
  }
  .guarantee-graph__legend span::before {
    width: 40px;
  }
  .guarantee-graph__body {
    min-height: 220px;
    margin-left: 18px;
  }
  .guarantee-graph__body .zone {
    font-size: 2rem;
  }
  .guarantee-graph__y,
  .guarantee-graph__x {
    font-size: 1.1rem;
  }
  .line--fit span {
    right: 6px;
    top: -22px;
    min-width: 58px;
    padding: 6px 8px;
    font-size: 1.1rem;
  }
  .curve--solar span {
    font-size: 1.1rem;
  }
  .label {
    font-size: 3.2rem;
    bottom: 14%;
  }
  .guarantee-graph__ticks {
    left: 10px;
    right: 14px;
    bottom: 4px;
  }
  .guarantee-graph__ticks span {
    font-size: 0.9rem;
  }
  .conditions h3 {
    font-size: 2.6rem;
  }
  .conditions dt,
  .conditions dd,
  .flow-grid li strong,
  .faq-list {
    font-size: 1.4rem;
  }
  .floating-cta {
    right: 8px;
    bottom: 10px;
    display: grid;
  }
  .floating-cta a {
    min-width: 170px;
  }
  .lp-footer .lp-logo__mark {
    font-size: 3.4rem;
  }
  .lp-footer .lp-logo__sub,
  .lp-footer small {
    font-size: 1rem;
  }
  .loss-impact__note {
    white-space: unset;
    margin-left: 0;
  }
  .loss-impact__diff {
    text-align: center;
  }
  .section-title--split::after {
    display: none;
  }
  .section-title--split .section-title__last {
    position: relative;
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
  .section-title--split .section-title__last::after {
    content: "";
    position: absolute;
    left: 50%;
    width: min(100% + 60px, 100vw - 20px);
    top: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: var(--yellow);
    z-index: -1;
  }
}
@media (max-width: 645px) {
  .hero::before {
    width: 100%;
    max-width: none;
    aspect-ratio: 780/1220;
    background-image: url("../img/fv_image--sp@2x.jpg");
  }
  .intro {
    width: 100%;
    margin: 0 auto;
    padding-top: 5vw;
  }
  .intro__inner {
    max-width: calc(100% - 10vw);
  }
  .contact ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-inline: auto;
    padding-inline-start: 10px;
  }
  .contact ul li:nth-child(2) {
    font-size: clamp(1.6rem, 1.3142857143rem + 0.7619047619vw, 2rem);
  }
  .lp-footer {
    height: auto;
    padding: 4.2rem 1rem 1.6rem;
  }
  .lp-footer__inner {
    flex-wrap: wrap;
    row-gap: 0.8rem;
    justify-content: center;
  }
  .lp-footer .lp-logo__mark,
  .lp-footer .lp-logo__sub {
    text-align: center;
  }
  .lp-footer small {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .floating-cta {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #fff;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.12);
  }
  .floating-cta.is-after-footer {
    margin: 0;
    width: 100%;
    box-shadow: none;
  }
  .floating-cta a {
    min-width: 0;
    width: 100%;
    gap: 0.8rem;
    padding: 1.4rem 1rem;
    box-shadow: none;
    border-radius: 0;
    font-size: 1.6rem;
  }
  .floating-cta a.floating-cta__consult {
    min-width: 0;
    min-height: 0;
    padding: 1rem 0.8rem !important;
    width: 100%;
    justify-content: center;
  }
  .floating-cta__consult-inner {
    grid-template-columns: 36px minmax(0, 1fr);
    width: min(160px, 100%);
    column-gap: 8px;
  }
  .floating-cta a.floating-cta__contact {
    border: none;
  }
  .point-list p {
    max-width: none;
  }
  .point-list article::after {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 368/260;
    margin-top: 14px;
  }
  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 24px;
  }
  .flow-grid li {
    max-width: none;
    min-height: 18rem;
    max-height: 18rem;
    padding: 3rem 1.2rem 1.8rem;
    gap: 0.2rem;
  }
  .flow-grid li span {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
  .flow-grid li strong {
    font-size: 1.5rem;
    line-height: 1.35;
  }
  .flow-grid li.flow-step--3 {
    padding: 3rem 1.2rem 1rem;
  }
  .flow-step small {
    font-size: 1.2rem;
    line-height: 1.35;
  }
  .flow-step:not(:nth-child(6))::after {
    right: -1.5rem;
    top: calc(50% + 0.3rem);
    width: 0.9rem;
    height: 1.6rem;
  }
}
@media (max-width: 640px) {
  .cta-btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 300px;
    max-width: calc(100vw - 40px);
    height: 72px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
  }
  .cta-btn .small {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .cta-btn .is-sp {
    display: block;
  }
  .cta-btn::after {
    right: 24px;
  }
  .rule-mini {
    grid-template-columns: 1fr;
    background-position: center 7px;
  }
  .loss-impact {
    width: 100%;
    max-width: none;
  }
  .loss-impact__row {
    width: 100%;
    grid-template-columns: 1fr;
    max-width: none;
  }
  .loss-impact__label {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    min-height: 8.8rem;
    padding: 1.4rem 1.8rem 2rem;
    justify-content: center;
    text-align: center;
  }
  .loss-impact__row--fit .loss-impact__label::before {
    clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  }
  .loss-impact__row--fip .loss-impact__label::before {
    clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  }
  .loss-impact__body {
    padding: 1.2rem 1.6rem 1.6rem;
    text-align: center;
  }
  .loss-impact__formula,
  .loss-impact__result {
    text-align: center;
  }
}
@media (max-width: 485px) {
  .rule-compare {
    --rule-card-width: calc(100% - 3.4rem);
    row-gap: 0;
  }
  .rule-compare::after {
    top: clamp(29rem, 2.4090909091rem + 70.9090909091vw, 36.8rem);
    width: 4.8rem;
    height: 4.6rem;
  }
  .rule-compare article,
  .rule-compare article.is-new {
    min-height: unset;
  }
  .loss-impact__diff strong {
    line-height: 1;
  }
  .loss-impact__diff .clr {
    line-height: 1;
  }
  .faq-list__label {
    text-align: right;
  }
}
.is-sp {
  display: none;
}

@media (max-width: 475px) {
  .is-sp {
    display: block;
  }
}
@media (max-width: 425px) {
  .lp-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
  }
}
@media (max-width: 419px) {
  .lp-footer {
    padding: 5.6rem 1rem 2.2rem;
  }
  .flow-step:not(:nth-child(6))::after {
    right: -1.2rem;
  }
}
@media (max-width: 375px) {
  .section--flow .section-inner .section-kicker {
    letter-spacing: -0.03em;
  }
}
.underline {
  text-decoration: underline;
}
