@charset "UTF-8";

.fv-visual {
  background-color: #ffffff;
}

.fv-visual__inner {
  margin: 0 auto;
  max-width: 2000px;
}

.fv-visual__image {
  display: block;
  height: auto;
  width: 100%;
}

.floating-banner {
  bottom: 0;
  position: fixed;
  right: 0;
  width: min(480px, calc(100vw - 12px));
  z-index: 999;
}

.floating-banner__body {
  background: #fbf8e0;
  border: 1px solid #d5d5c8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 8px 10px 10px;
  text-decoration: none;
}

.floating-banner__pr {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  left: 6px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 8px;
}

.floating-banner__area {
  background: #e5b100;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 22px 6px 62px;
  padding: 6px 8px;
  text-align: center;
}



.floating-banner__text {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.floating-banner__line {
  border-bottom: 3px solid #000;
  color: #000;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 0px;
  position: relative;
  text-align: left;
  bottom: 3px;

}

.floating-banner__line::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  bottom: -10px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.floating-banner__line-small {
  font-size: 0.72em;
}

.floating-banner__rating {
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
  text-align: left;
}

.floating-banner__star {
  color: #f4b400;
  font-size: 1.5em;
  margin: 0 2px 0 3px;
}

.floating-banner__score {
  color: #f4b400;
  font-size: 1.5em;
}

.floating-banner__shop {
  color: #d31d26;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.12;
  margin: 0;
  text-align: left;
}

.floating-banner__shop-tail {
  color: #000;
}

.floating-banner__cta {
  background: #2f7fa4;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin-left: 66px;
  margin-top: 6px;
  padding: 8px 14px 9px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 66px);
  z-index: 3;
}

.floating-banner__cta:hover {
  color: #fff;
}

  .floating-banner__pr { font-size: 22px; }
  .floating-banner__area { font-size: 12px; }
  .floating-banner__content {
    align-items: flex-end;
    display: grid;
    gap: 8px;
    grid-template-columns: 58px 1fr;
    position: relative;
    grid-template-columns: 1fr;
    padding-left: 66px; /* アイコン分の余白 */
    align-items: start;
  }

  .floating-banner__icon {
    position: absolute;
    left: -20px;
    bottom: -55px;
    width: 150px;   /* 好きに調整 */
    height: auto;

    /* 既存のズラしを無効化 */
    margin-right: 0;
    transform: none;

    z-index: 1;
    }


  /* PCは今より少し控えめでも十分見栄えする */
  .floating-banner__line { font-size: 22px; }
  .floating-banner__cta { font-size: 20px; }
  
.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
}

.fv-main {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-top: 88px;
}

.fv-main__content {
  max-width: 1050px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.fv-main__area {
  background: #1797f4;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 12px 24px;
}

.fv-main__title {
  color: #333;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.28;
  margin: 18px 0 0;
}

.fv-main__title-line {
  display: block;
}

.fv-main__title-nowrap {
  white-space: nowrap;
}

.fv-main__title-accent {
  color: #1f9f60;
  font-size: 70px;
}

.fv-main__title-under {
    font-size: 54px;
    background: linear-gradient(transparent 72%, #1f9f60 72%);
}

.fv-main__cta {
  background: #156082;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.3;
  margin-top: 18px;
  padding: 14px 54px 14px 24px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: min(100%, 580px);
}

.fv-main__cta::after {
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.fv-main__cta:hover {
  color: #fff;
}

.fv-main-links {
  background: #1f9f60;
}

.fv-main-links__inner {
  display: grid;
  gap: 8px 20px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1280px;
  padding: 10px 0;
}


.fv-main-links__inner a{
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;      /* 縦（上下）センター */
  justify-content: center;  /* 横センター（不要なら消してOK） */
  text-align: center;       /* 改行があるので中央寄せ */
  line-height: 1;         /* 詰まりすぎ防止 */
  text-decoration: none;
}

.section01 {
  background: #e7edf1;
  padding: 0 0 42px;
}

.section__curve {
  background: #fff;
  border-radius: 30% 30% 80% 80% / 0 0 200px 200px;
  height: 300px;
}

.section01__inner {
  max-width: 1280px;
  padding-top: 18px;
}

.section01__heading {
  margin-bottom: 34px;
}

.eyebrow {
  background: #1f9f60;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 12px;
  padding: 4px 14px;
  margin-top: 30px;
  }

.section01__title {
  color: #222;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.section01__title-line {
  display: block;
}

.section01__title-line--sm {
  font-size: 42px;
}

.section01__title-line--lg {
  font-size: 54px;
}

.section01__title-line--accent {
  color: #1f9f60;
}

.section01__block {
  margin-bottom: 42px;
}

.section01__block-title {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 18px;
  padding-left: 38px;
  position: relative;
}

.section01__block-title-plus4 {
  font-size: calc(1em + 4px);
}

.section01__block-title-plus8 {
  font-size: calc(1em + 8px);
}

.section01__block-title::before {
  background: #1f9f60;
  border-radius: 50%;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 1em;
  transform: translateY(-50%);
  width: 24px;
}

.section01__grid {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.section01__grid--flip {
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
}

.section01__text p {
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 18px;
}

.section01__text-plus2 {
  font-size: calc(1em + 2px);
  color: red;
}

.section01__text p:last-child {
  margin-bottom: 0;
}

.section01__image {
  border-radius: 40px;
  display: block;
  height: auto;
  width: 100%;
}

.section01__cost-title {
  border-bottom: 6px solid #f8c933;
  color: #222;
  display: table;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 100px auto 0;
}

.section01__cost-title span {
  color: #ff7f00;
}

.section01-cost-chart {
  --cost-orange: #f06500;
  --cost-green: #2a9432;
  --cost-green-mid: #277b3e;
  --cost-green-dark: #245030;
  margin-top: 10px;
}

.section01-cost-chart__board {
  background: #fff;
  margin: 0 auto;
  max-width: 980px;
  min-height: 520px;
  padding: 28px 26px 24px 84px;
  position: relative;
}


.section01-cost-chart__yaxis {
  position: absolute;
  left: 20px;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.section01-cost-chart__yaxis > span:not(.section01-cost-chart__yarrow) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.section01-cost-chart__yarrow {
  position: relative;
  display: block;
  width: 60px;
  height: 400px;
}

.section01-cost-chart__yarrow::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 28px solid #FE6B04;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

.section01-cost-chart__yarrow::after {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  background: linear-gradient(
    #FE6B04 0%,
    #FC8F19 50%,
    #FBAD2A 100%
  );

}

.section01-cost-chart__yarrow-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 28px solid #FBAD2A;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}
.section01-cost-chart__diag {
  height: 0px;
  margin: 0 auto 4px;
  max-width: 620px;
  position: relative;
}

.section01-cost-chart__diag::before {
    background: linear-gradient(
    90deg,
    #FE6B04 0%,
    #FC8F19 50%,
    #FBAD2A 100%
  );

  content: "";
  height: 18px;
  left: 70px;
  position: absolute;
  top: 0px;
  transform: rotate(20deg);
  transform-origin: left center;
  width: 650px;
}

.section01-cost-chart__diag::after {
  border-bottom: 18px solid transparent;
  border-left: 28px solid #FBAD2A;
  border-top: 18px solid transparent;
  content: "";
  position: absolute;
  left: 670px;
  top: 215px;
  transform: rotate(20deg);
}

.section01-cost-chart__diag-text {
  color: var(--cost-orange);
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 10px;
}

.section01-cost-chart__cols {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section01-cost-chart__total {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
  text-align: center;
}

.section01-cost-chart__total strong {
  font-size: 24px;
}

.section01-cost-chart__stack {
  display: grid;
  gap: 6px;
}

.section01-cost-chart__stack {
  display: grid;
  gap: 6px;
}

.section01-cost-chart__cell {
  --cell-band-color: var(--cost-green-mid);
  border: 10px solid var(--cost-green-mid);
  display: flex;
  flex-direction: column;
  min-height: 84px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}

.section01-cost-chart__cell > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 4px 4px;
  background: #fff;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.section01-cost-chart__label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: var(--cell-band-color);
  color: #fff;
}

.section01-cost-chart__label-row1 {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}

.section01-cost-chart__label-main {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.section01-cost-chart__label-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.05;
}

.section01-cost-chart__cell small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 4px 6px 3px;
  background: var(--cell-band-color);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.section01-cost-chart__col--a .section01-cost-chart__cell {
  --cell-band-color: var(--cost-green-mid);
  border-color: var(--cost-green-mid);
  color: var(--cost-green-mid);
}

.section01-cost-chart__col--a .section01-cost-chart__life {
  background: var(--cost-green-dark);
}

.section01-cost-chart__col--a .section01-cost-chart__life::before {
  border-bottom-color: var(--cost-green-dark);
}

.section01-cost-chart__col--b .section01-cost-chart__cell,
.section01-cost-chart__col--c .section01-cost-chart__cell {
  --cell-band-color: var(--cost-green);
  border-color: var(--cost-green);
  color: var(--cost-green);
}

.section01-cost-chart__col--d .section01-cost-chart__cell {
  --cell-band-color: var(--cost-orange);
  border-color: var(--cost-orange);
  color: var(--cost-orange);
}

.section01-cost-chart__col--d .section01-cost-chart__life {
  background: var(--cost-orange);
}

.section01-cost-chart__col--d .section01-cost-chart__life::before {
  border-bottom-color: var(--cost-orange);
}

.section01-cost-chart__life {
  background: var(--cost-green);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 40px auto 0;
  padding: 12px 8px 8px;
  position: relative;
  text-align: center;
  width: 90px;
}

.section01-cost-chart__life::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  border-bottom: 44px solid var(--cost-green);
  border-left: 66px solid transparent;
  border-right: 66px solid transparent;
}


.section02 {
  background: #f5f5f5;
  padding: 0 0 48px;
}


.section02__inner {
  max-width: 1280px;
  padding-top: 22px;
}

.section02__heading {
  margin-bottom: 22px;
}

.section02__title {
  color: #222;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.section02__title span {
  color: #21a25d;
}

.section02__cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section02-card {
  background: #f6f6f2;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 10px 10px 12px;
}

.section02-card__lead {
  background: #fff;
  border-radius: 28px;
  color: #e32929;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0px 0 10px;
  min-height: 70px;
  padding: 14px 10px 18px;
  position: relative;
  text-align: center;
}

.section02-card__lead::after {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
  bottom: -14px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.section02-card__name {
  align-items: center;
  background: #22a15d;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 25px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: 20px 0 10px;
  min-height: 96px;
  padding: 10px 8px;
  text-align: center;
}

.section02-card__name small {
  display: block;
  font-size: 19px;
  font-weight: 700;
}
.section02-card__media {
  margin: 0;
  background: #fff;
}

.section02-card__media img {
  display: block;
  height: auto;
  width: 100%;
}

.section02-card__media figcaption {
  color: #333;
  font-size: 11px;
  line-height: 1.3;
  padding: 2px 4px 0;
  text-align: right;
}

.section02-card__media figcaption a {
  color: inherit;
  text-decoration: underline;
}

.section02-card__block{
  border-top: 2px dotted #6f6f6f;
  margin-top: 0px;
  padding: 10px 6px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.section02-card__license{
  border-top: 2px dotted #6f6f6f;
  margin-top: 0px;
  padding: 10px 6px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

.section02-card__row {
  border-top: 2px dotted #6f6f6f;
  margin-top: 0px;
  padding: 10px 6px 0;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92px;
}

.section02-card__block h4,
.section02-card__label {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.section02-card__block ul {
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 0;
  padding-left: 1.1em;
}

.section02-card__block li + li {
  margin-top: 4px;
}


.section02-card__row {
  padding-top: 8px;
}

.section02-card__value {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 5px 0 0;
  text-align: center;
}

.section02-card__row--review {
  background: #f5f5f5;
}


.section02-card__star {
  color: #1e1e1e;
  margin-right: 2px;
}

.section02-card__value--em {
  color: #e32929;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 5px 0 0;
  text-align: center;
}

.section02-card__actions {
  margin-top: 20px;
  margin-top: auto;
}

.section02-card__btn {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding: 11px 8px;
  text-align: center;
  text-decoration: none;
}

.section02-card__btn + .section02-card__btn {
  margin-top: 8px;
}

.section02-card__btn:hover {
  color: #fff;
}

.section02-card__btn--primary {
  background: #ef2c2c;
}

.section02-card__btn--secondary {
  background: #1d3f7e;
}

.section03 {
  background: #fff;
  padding: 42px 0 56px;
}

.section03__inner {
  max-width: 1280px;
}

.section03__heading {
  margin-bottom: 32px;
}


.section03__title {
  color: #222;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.section03__title span {
  color: #1f9f60;
}

.section03__content {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 470px);
}

.section03__text p {
  color: #222;
  font-size: 18px;
  line-height: 1.95;
  margin: 0 0 20px;
}

.section03__text p:last-child {
  margin-bottom: 0;
}

.section03__text span {
  color: #1a88e5;
  font-weight: 700;
}

.section03__image {
  border-radius: 46px;
  display: block;
  height: auto;
  width: 100%;
}

.section04 {
  background: #f2f2f2;
  padding: 18px 0;
  position: relative;
}

.section04__band {
  background: #e3e3d8;
}

.section04__inner {
  max-width: 1280px;
  padding-bottom: 30px;
  padding-top: 28px;
}

.section04__eyebrow {
  color: #1f9f60;
  font-size: clamp(36px, 4.9vw, 70px);
  font-weight: 500;
  line-height: 1.05;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 2;
}

.section04__title {
  color: #222;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.section04__title span {
  color: #1f9f60;
  font-size: 56px;
}

.section04__title span.number {
  color: #1f9f60;
  font-size: 76px;
}

.section05 {
  background: #fff;
  overflow: hidden;
  padding: 18px 0 44px;
  position: relative;
}

.section05::before,
.section05::after {
  background: rgba(214, 223, 228, 0.6);
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 0;
}

.section05::before {
  height: 520px;
  left: -190px;
  top: 120px;
  width: 520px;
}

.section05::after {
  bottom: 360px;
  height: 520px;
  right: -160px;
  width: 520px;
}

.section05__inner {
  max-width: 1280px;
  position: relative;
  z-index: 1;
}

.section05__lead {
  background: #1fa35f;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 1030px;
  padding: 16px 20px;
  text-align: center;
}

.section05__lead-dot {
  background: #1fa35f;
  border-radius: 50%;
  height: 22px;
  margin: 12px auto 0;
  width: 22px;
}

.section05__shop {
  color: #18191c;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 0;
  text-align: center;
}
.section05__shop span{
  font-size: 58px;
}

.section05__corp {
  color: #222;
  font-size: clamp(22px, 2vw, 33px);
  font-weight: 700;
  line-height: 1.2;
  margin: 4px 0 18px;
  text-align: center;
}

.section05-block {
  margin-top: 34px;
}

.section05-block__title {
  border-bottom: 4px solid #1fa35f;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

.section05-features {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section05-feature img {
  border-radius: 32px;
  display: block;
  height: auto;
  width: 100%;
}

.section05-feature h4 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  margin: 12px 0 0;
  text-align: center;
}

.section05-feature h4::after {
  background: #22a15d;
  content: "";
  display: block;
  height: 5px;
  margin: 10px auto 0;
  width: 100px;
}

.section05-feature p {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.8;
  margin: 12px 0 0;
}

.section05-actions {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-top: 22px;
}

.section05-btn {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding: 11px 8px;
  text-align: center;
  text-decoration: none;
  min-width: 320px;
}

.section05-btn:hover {
  color: #fff;
}

.section05-btn--primary {
  background: #ef2d2f;
}

.section05-btn--secondary {
  background: #1e3f7a;
}

.section05-cases {
  display: grid;
  gap: 24px;
}

.section05-case {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
}

.section05-case__after {
  width: 100%;
}

.section05-case > img,
.section05-case__after img {
  border-radius: 30px;
  display: block;
  height: auto;
  width: 100%;
}

.section05-case > img {
  justify-self: start;
  width: 92%;
}

.section05-case__arrow{
  width: 84px;
  height: 60px;
  margin: 0;
  transform: translateX(-20px);
  background: url("../../assets/img/arrow.png") center / contain no-repeat;
}
.section05-case__arrow::before,
.section05-case__arrow::after{ content:none !important; }


.section05-case__after p {
  color: #2f2f2f;
  font-size: 14px;
  margin: 6px 0 0;
  text-align: right;
}

.section05-case__after p a {
  color: inherit;
  text-decoration: underline;
}

.section05-reviews {
  background: #fff;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin-top: 120px;
  padding: 18px 10px 14px;
}

.section05-review {
  background: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 12px;
  padding: 52px 14px 14px;
  position: relative;
  min-height: 320px;
  width: 90%;
  justify-self: center;
}

.section05-review:nth-child(2) {
  margin-top: 36px;
}

.section05-review img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section05-review p {
  color: #252525;
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}

.section05-review small {
  color: #666;
  display: block;
  font-size: 11px;
  margin-top: 8px;
  text-align: right;
}

.section05-review small a {
  color: inherit;
  text-decoration: underline;
}

.section05-block--company {
  background: #e9e8de;
  margin-top: 38px;
  padding: 18px 20px 24px;
}

.section05-company {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 420px);
}

.section05-company__table {
  margin: 0;
}

.section05-company__table div {
  border-bottom: 2px dotted #9b9b9b;
  display: grid;
  gap: 12px;
  grid-template-columns: 170px 1fr;
  padding: 14px 0;
}

.section05-company__table dt {
  color: #202020;
  font-size: 20px;
  font-weight: 700;
}

.section05-company__table dd {
  color: #202020;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

.section05-company__table a {
  color: #6d89dd;
  text-decoration: none;
}

.section05-company__map {
  overflow: hidden;
}

.section05-company__map iframe {
  border: 0;
  height: 300px;
  width: 100%;
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

@media screen and (max-width: 767px) {
  .bg-fv {
    background-position: center;
    height: auto;
    min-height: 280px;
  }

  .fv-main {
    padding: 52px 0 18px;
  }

  .fv-main__area {
    font-size: 14px;
    padding: 8px 14px;
  }

  .fv-main__title {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 14px;
  }
.fv-main__title-accent {
  color: #1f9f60;
  font-size: 46px;
}

.fv-main__title-under {
    font-size: 38px;
    background: linear-gradient(transparent 72%, #1f9f60 72%);
}

  .fv-main__cta {
    font-size: 16px;
    margin-top: 14px;
    padding: 11px 36px 11px 14px;
    width: min(100%, 320px);
  }

  .fv-main__cta::after {
    border-bottom-width: 4px;
    border-left-width: 6px;
    border-top-width: 4px;
    right: 12px;
  }

  .fv-main-links__inner {
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px 0;
  }

  .fv-main-links__inner a {
    font-size: 12px;
  }

  .section01 {
    padding-bottom: 26px;
  }

  .section__curve {
    border-radius: 30% 30% 80% 80% / 0 0 200px 200px;
    height: 200px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  /* 見出し側の余白も詰める（空きが残る時用） */
  .section02__heading {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .section01__inner {
    padding-top: -100px;
  }

  .section01__heading {
    margin-bottom: 24px;
  }

  .section01__title {
    line-height: 1.35;
  }

  .section01__title-line--sm {
    font-size: 24px;
  }

  .section01__title-line--lg {
    font-size: 26px;
  }

  .section01__block {
    margin-bottom: 28px;
  }

.section01__block-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 18px;
  padding-left: 20px;
  position: relative;
}

  .section01__block-title::before {
    height: 16px;
    width: 16px;
  }

  .section01__grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .section01__grid--reverse-sp .section01__image-wrap {
    order: 1;
  }

  .section01__grid--reverse-sp .section01__text {
    order: 2;
  }

  .section01__text p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 12px;
  }

  .section01__text-plus2 {
    font-size: calc(1em + 1px);
  }

  .section01__image {
    border-radius: 24px;
  }

  .section01__cost-title {
    border-bottom-width: 4px;
    font-size: 16px;
      margin: 40px auto 0;
  }
  .section01-cost-chart__board {
    position: relative;
    min-height: auto;
    padding: 22px 8px 26px 38px;
    overflow: hidden;
  }

  /* 左の縦矢印は残す */
  .section01-cost-chart__yaxis {
    position: absolute;
    left: 10px;
    top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    z-index: 2;
  }

  .section01-cost-chart__yaxis > span:not(.section01-cost-chart__yarrow) {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    writing-mode: vertical-rl;
  }

  .section01-cost-chart__yarrow {
    position: relative;
    display: block;
    width: 18px;
    height: 200px;
  }

  .section01-cost-chart__yarrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid #FE6B04;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }

  .section01-cost-chart__yarrow::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    background: linear-gradient(#FE6B04 0%, #FC8F19 50%, #FBAD2A 100%);
  }

  .section01-cost-chart__yarrow-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #FBAD2A;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }

  /* 右上の斜め矢印 */
  .section01-cost-chart__diag {
    position: absolute;
    left: 86px;
    top: 8px;
    width: 165px;
    height: 52px;
    display: block;
    margin: 0;
    pointer-events: none;
  }

  .section01-cost-chart__diag::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    width: 260px;
    height: 7px;
    background: linear-gradient(90deg, #FE6B04 0%, #FC8F19 50%, #FBAD2A 100%);
    transform: rotate(26deg);
    transform-origin: left center;
  }

  .section01-cost-chart__diag::after {
    content: "";
    position: absolute;
    left: 259px;
    top: 131px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #FBAD2A;
    transform: rotate(26deg);
  }

  .section01-cost-chart__diag-text {
    position: absolute;
    right: -130px;
    top: 20px;
    color: var(--cost-orange);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
  }

  .section01-cost-chart__cols {
    display: grid;
    align-items: end;
    gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .section01-cost-chart__total {
    margin: 0 0 4px;
    font-size: 10px;
    line-height: 1.15;
  }

  .section01-cost-chart__total strong {
    font-size: 13px;
    line-height: 1.05;
  }

  .section01-cost-chart__stack {
    gap: 4px;
  }

  .section01-cost-chart__cell {
    min-height: 46px;
    border-width: 2px;
  }

  .section01-cost-chart__cell > span {
    min-height: 14px;
    padding: 3px 2px;
    font-size: 10px;
    line-height: 1;
  }

  .section01-cost-chart__label {
    padding: 3px 2px;
  }

  .section01-cost-chart__label-row1 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
  }

  .section01-cost-chart__label-main {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .section01-cost-chart__label-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.05;
  }

  .section01-cost-chart__cell small {
    padding: 2px;
    font-size: 6px;
    line-height: 1.05;
  }

  .section01-cost-chart__life {
    font-size: 10px;
    line-height: 1.15;
    margin-top: 26px;
    padding: 6px 4px 5px;
    width: 54px;
  }

  .section01-cost-chart__life::before {
    border-bottom-width: 16px;
    border-left-width: 40px;
    border-right-width: 40px;
    top: -14px;
  }
  
  

  .section02 {
    padding-bottom: 28px;
  }


  .section02__inner {
    padding-top: 14px;
  }

  .section02__heading {
    margin-bottom: 14px;
  }

  .section02__title {
    font-size: 26px;
    line-height: 1.3;
  }

  .section02__cards {
    align-items: stretch;
    display: flex;
    gap: 12px;
    grid-template-columns: none;
    margin: 0 -4px;
    overflow-x: auto;
    padding: 0 4px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .section02-card {
    border-radius: 10px;
    flex: 0 0 min(86vw, 360px);
    height: auto;
    min-height: 100%;
    padding: 8px;
    scroll-snap-align: start;
  }

  .section02-card__lead {
    font-size: 14px;
    margin-bottom: 8px;
    min-height: 66px;
    padding: 10px 8px 14px;
  }

  .section02-card__lead::after {
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 12px;
    bottom: -10px;
  }

  .section02-card__name {
    font-size: 26px;
    margin-bottom: 8px;
    min-height: 76px;
  }

  .section02-card__name small {
    font-size: 14px;
  }

  .section02-card__media figcaption {
    font-size: 10px;
  }

  .section02-card__block,
  .section02-card__row {
    margin-top: 6px;
    padding-top: 7px;
    min-height: auto;
  }

  .section02-card__block h4,
  .section02-card__label {
    font-size: 24px;
  }

  .section02-card__block ul {
    font-size: 13px;
    margin-top: 7px;
  }

  .section02-card__block li span {
    color: #e32929;
  }

  .section02-card__value {
    font-size: 24px;
    margin-top: 4px;
  }

  .section02-card__btn {
    font-size: 20px;
    padding: 10px 8px;
  }
  /* カード内のブロック高さを揃えて、行の位置ズレを減らす */
  .section02-card__block { 
    min-height: 210px; /* 足りなければ 220〜260 で調整 */
  }

  .section02-card__license {
    min-height: 150px; /* 足りなければ 160〜200 で調整 */
  }

  .section02-card__row {
    min-height: 80px;  /* 口コミ/保証などの行の高さを揃える */
  }

  /* 念のため：ボタンを常に下に寄せる（今のままでもOK） */
  .section02-card__actions {
    margin-top: auto;
  }
  
  .section03 {
    padding: 28px 0 34px;
  }

  .section03__heading {
    margin-bottom: 16px;
  }

  .section03__eyebrow {
    font-size: 18px;
    margin-bottom: 10px;
    min-width: 96px;
    padding: 8px 16px;
  }

  .section03__title {
    font-size: 26px;
    line-height: 1.3;
  }

  .section03__content {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .section03__text p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 12px;
  }

  .section03__image {
    border-radius: 26px;
  }

  .section04 {
    padding: 12px 0;
  }

  .section04__inner {
    padding-bottom: 14px;
    padding-top: 22px;
  }

  .section04__eyebrow {
    font-size: 26px;
  }

  .section04__title {
    font-size: 16px;
    line-height: 1.36;
    margin-top: 8px;
  }
.section04__title span {
  font-size: 28px;
}

.section04__title span.number {
  font-size: 36px;
}

  .section05 {
    padding: 10px 0 28px;
  }

  .section05::before,
  .section05::after {
    display: none;
  }

  .section05__lead {
    font-size: 16px;
    padding: 10px 14px;
  }

  .section05__lead-dot {
    height: 14px;
    margin-top: 8px;
    width: 14px;
  }

  .section05__shop {
    font-size: 20px;
    line-height: 1.3;
  }
.section05__shop span{
  font-size: 32px;
}

  .section05__corp {
    font-size: 20px;
    margin-top: 2px;
  }

  .section05-block {
    margin-top: 22px;
  }

  .section05-block__title {
    border-bottom-width: 3px;
    font-size: 20px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }

  .section05-features {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .section05-feature img,
  .section05-case > img,
  .section05-case__after img {
    border-radius: 18px;
  }

  .section05-feature h4 {
    font-size: 18px;
    margin-top: 8px;
  }

  .section05-feature h4::after {
    height: 4px;
    margin-top: 8px;
    width: 90px;
  }

  .section05-feature p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .section05-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
  }

  .section05-btn {
    font-size: 19px;
    min-width: 0;
    width: 100%;
  }

  .section05-cases {
    gap: 16px;
  }

  .section05-case {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .section05-case > img {
    width: 100%;
  }

  .section05-case__arrow {
    display: block;
    font-size: 66px;
    height: 46px;
    justify-self: center;
    line-height: 0.8;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 64px;
  }

  .section05-case__after p {
    font-size: 11px;
  }

  .section05-reviews {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 12px 8px 8px;
    margin-top: 50px;
  }

  .section05-review {
    padding: 54px 14px 12px;
    min-height: auto;
    margin-top: 30px;
  }


  .section05-review img {
    width: 68px;
    height: 68px;
  }

  .section05-review p {
    font-size: 15px;
  }

  .section05-review small {
    font-size: 12px;
  }

  .section05-block--company {
    margin-top: 22px;
    padding: 14px 14px 18px;
  }

  .section05-company {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .section05-company__table div {
    gap: 8px;
    grid-template-columns: 108px 1fr;
    padding: 10px 0;
  }

  .section05-company__table dt {
    font-size: 16px;
  }

  .section05-company__table dd {
    font-size: 15px;
    line-height: 1.45;
  }

  .section05-company__map iframe {
    height: 220px;
  }
}

@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}

.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FBB;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #009FBB;
}

.faq-list-wrap {
  max-width: 980px;
}

.faq-item {
  margin-bottom: 24px;
  border: 0;
  background: transparent;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f2f2f2;
  color: #222;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq-question-btn {
  padding: 14px 20px;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.faq-question-btn::after {
  display: none !important;
}

.faq-question-btn:not(.collapsed) {
  color: #222;
  background: #f2f2f2;
}

.faq-question-mark {
  color: #2b8f3d;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.faq-question-text {
  flex: 1;
}

.faq-question-icon {
  color: #2b8f3d;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.faq-question-icon::before {
  content: "+";
}

.faq-question-btn:not(.collapsed) .faq-question-icon::before {
  content: "−";
}

.faq-answer {
  margin: 0;
  padding: 10px 8px 0;
  color: #333;
  font-size: 0.98rem;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .faq-item {
    margin-bottom: 18px;
  }

  .faq-question {
    gap: 10px;
    font-size: 0.98rem;
  }

  .faq-question-btn {
    padding: 12px 14px;
    border-radius: 6px !important;
  }

  .faq-question-mark {
    font-size: 1.2rem;
  }

  .faq-question-icon {
    font-size: 1.28rem;
  }

  .faq-answer {
    margin: 0;
    padding: 8px 2px 0;
    font-size: 0.92rem;
    line-height: 1.8;
  }
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

.list-card-mspaint {
  border-radius: 0;
}

.list-card-mspaint__head {
  background: #1f9f60;
}

#list .box-child-text {
  border-radius: 0 !important;
}

#list .box-child-text .bg_light_gray {
  background-color: #1f9f60 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

#list .box-child-text .bg_light_gray h3,
#list .box-child-text .bg_light_gray h3 span {
  color: #fff !important;
}

#list .box-child-text .p-3 > p.pb-2.mb-2 {
  line-height: 1.6;
  min-height: calc(1.6em * 7);
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 768px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}

.height-100 {
  height: 100px;
}

.top-60 {
  top: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  background-color: transparent;
  border: none;
  color: #222;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  padding: 0;
}

.floating-banner__close {
  position: absolute;
  right: 2px;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .floating-banner {
    left: 8px;
    right: 8px;
    width: auto;
  }

  .floating-banner__body {
    padding: 6px 8px 8px;
  }

  .floating-banner__pr {
    font-size: 18px;
    left: 4px;
    top: 6px;
  }

  .floating-banner__area {
    font-size: 8px;
    margin: 0 16px 4px 36px;
    padding: 4px 6px;
  }

  .floating-banner__content {
    gap: 6px;
    grid-template-columns: 36px 1fr;
  }

  .floating-banner__icon {
    margin-right: -24px;
    transform: translateY(14px);
    width: 78px;
  }

  .floating-banner__line {
    font-size: 20px;
  }

  .floating-banner__line {
    border-bottom-width: 4px;
    padding-bottom: 4px;
  }

  .floating-banner__line::after {
    border-left-width: 9px;
    border-right-width: 9px;
    border-top-width: 9px;
    bottom: -13px;
  }

  .floating-banner__rating {
    font-size: 13px;
  }

  .floating-banner__score {
    font-size: 1.06em;
  }

  .floating-banner__shop {
    font-size: 30px;
  }

  .floating-banner__cta {
    font-size: 21px;
    margin-left: 42px;
    margin-top: 5px;
    padding: 7px 10px;
    width: calc(100% - 42px);
  }

  .floating-banner__close {
    right: 2px;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* PC用の“左余白＆絶対配置”を完全に無効化 */
  .floating-banner__content{
    padding-left: 0 !important;
    grid-template-columns: 64px 1fr !important;
    align-items: start !important;
  }

  .floating-banner__icon{
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    margin-right: 0 !important;
    transform: none !important;
    width: 64px !important;
    height: auto !important;
  }

  /* 文字サイズをSPに固定（縦潰れ防止） */
  .floating-banner__pr{ font-size: 12px !important; }
  .floating-banner__line{ font-size: 14px !important; border-bottom-width: 2px !important; }
  .floating-banner__rating{ font-size: 14px !important; }
  .floating-banner__shop{ font-size: 18px !important; }
  
  /* CTAの左寄せ残りを消す */
  .floating-banner__cta{
    margin-left: 0 !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 10px 12px !important;
  }
}
.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (min-width: 992px) {
  header > .d-flex.justify-content-end {
    align-items: center;
    background: #fff;
    color: #111;
    gap: 4px;
    line-height: 1;
    padding: 4px 10px 2px;
  }

  .header-nav {
    top: 18px;
  }

  .header-nav .navbar {
    background: none;
    border-bottom: 0;
    border-top: 0;
    min-height: 38px;
  }

  .header-nav .navbar-collapse {
    align-items: center;
    margin: 0 !important;
    padding: 3px 14px !important;
  }

  .header-nav .navbar-collapse > .nav-link.site_name {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: 1;
    margin: 0;
    padding: 5px 10px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 6px 16px rgba(0, 0, 0, 0.45);
    white-space: nowrap;
  }

  .header-nav .navbar-nav {
    align-items: center;
    gap: 34px;
    margin-left: auto;
  }

  .header-nav .navbar-nav .nav-item {
    height: auto;
    margin-bottom: 0 !important;
  }

  .header-nav .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 0 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.62), 0 6px 16px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .f-sm-16 {
    font-size: 16px !important;
  }
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}

.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}

.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {

  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}

/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}