@charset "UTF-8";
/* -----------------------------------------------------------

ピラーページ用共通css

----------------------------------------------------------- */
.main {
  padding-bottom: 150px; /* フッター上部シルエット画像分 */
}

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
  min-height: 482px;
  z-index: 0;
  height: 535px;
}
.mv::before {
  content: "";
  background: url(/lighting-switch/img/bg_mainvisual.webp) center/cover no-repeat;
  position: absolute;
  inset: -5px;
  filter: blur(5px);
  opacity: 0.5;
  z-index: -1;
}
.mv .mv-wrapper {
  position: relative;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.mv .mv-media {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mv .inner {
  position: absolute;
  inset: 0; /* 画像の上にレイヤー化 */
  padding-top: 23px;
}
.mv .mv-sub-title {
  display: inline-block;
  font-size: clamp(1.063rem, 0.613rem + 1.92vw, 1.813rem); /* 17 <-> 29 */
  font-weight: 700;
  margin: 0 0 0 1em;
  position: relative;
}
.mv .mv-sub-title p {
  display: inline;
  background: linear-gradient(to top, #fff 50%, transparent 50%);
  padding: 0 0.5em;
}
.mv .mv-sub-title::before {
  content: "";
  height: clamp(1.313rem, 1.087rem + 0.96vw, 1.688rem);
  width: clamp(1.813rem, 1.475rem + 1.44vw, 2.375rem);
  position: absolute;
  left: -12px;
  top: -12px;
  background: url(/assets/img/ico_mv_subttl.svg) no-repeat center / contain;
}
.mv .mv-sub-title .emp {
  color: var(--color-main);
}
.mv .mv-sub-title .logo {
  display: inline-block;
  overflow: hidden;
  height: 0;
  padding-top: clamp(1.375rem, 0.7rem + 2.88vw, 2.5rem); /* 22 <-> 40 */
  background: url(/assets/img/logo.svg) no-repeat center / contain;
}
.mv .mv-title {
  margin-top: 0.5em;
  margin-left: 15px;
  font-size: clamp(2.063rem, 1.2rem + 3.68vw, 3.5rem);
  color: white;
  font-weight: 700;
}
.mv .mv-title .type,
.mv .mv-title .subject {
  display: block;
  line-height: 1.4;
}
.mv .mv-title .subject {
  margin-top: 0.2em;
}
.mv .mv-title .type > span {
  background-color: var(--color-main);
  padding: 0 0.2em;
}
.mv .mv-title .subject > span {
  background-color: var(--color-text);
  padding: 0 0.2em;
}
.mv .mv-baloon {
  margin: 2em 1em 1em;
  background: white;
  border: 3px solid var(--color-main);
  border-radius: 2rem;
  padding: 1em 2em;
  position: relative;
  width: auto;
  display: inline-block;
  min-width: 58%;
}
.mv .mv-baloon::before {
  content: "";
  position: absolute;
  left: 25%;
  top: -26px;
  width: 26px;
  height: 29px;
  background: url(/assets/img/baloon_triangle.svg) no-repeat center / contain;
}
.mv .mv-baloon-text {
  font-size: clamp(0.938rem, 0.637rem + 1.28vw, 1.438rem);
  font-weight: 700;
  margin-inline: auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .mv .mv-media {
    right: -70px;
  }
  .mv .mv-media img {
    width: 350px;
    margin-inline: auto;
  }
  .mv .mv-sub-title {
    width: fit-content;
    margin-inline: auto;
    display: block;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .mv {
    height: 570px;
  }
  .mv .mv-media {
    bottom: 84px;
    display: flex;
    justify-self: center;
    right: unset;
  }
  .mv .mv-baloon {
    width: 96%;
    margin-bottom: 0.5em;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-inline: 0;
    display: flex;
    justify-self: center;
  }
}

/*-------------------------------------------
イントロダクション
-------------------------------------------*/
.intro {
  margin-top: 30px;
  max-width: 1000px;
  margin-inline: auto;
}
.intro .problem {
  padding: 0 15px 20px;
}
.intro .problem-list {
  display: flex;
  gap: 1em;
  justify-content: space-evenly;
}
.intro .problem-item {
  display: flex;
  gap: 1em;
  flex-direction: column;
  align-items: center;
}
.intro .item-image {
  border-radius: 1em;
  max-width: 263px;
  aspect-ratio: 263 / 208;
  object-fit: cover;
  width: 100%;
}
.intro .item-text {
  text-align: center;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  font-weight: 500;
  line-height: 1.4;
}
.intro .bg-curve {
  height: 60px;
  background: radial-gradient(75% 100% at 50% 0, transparent 75%, /* ここまで透明 */ var(--color-base) 75% /* ここからグレー */) bottom / 100% 145% no-repeat;
}
.intro .solution {
  background: var(--color-base);
  background: url(../../assets/img/illust_electricians.webp) no-repeat right 10px bottom / contain;
  background-size: min(21vw, 232px);
  background-color: var(--color-base);
}
.intro .solution-inner {
  position: relative;
  top: -50px;
}
.intro .solution-title {
  font-size: clamp(1rem, 0.775rem + 0.96vw, 1.375rem); /* 16 <-> 22 */
  font-weight: 700;
  border: 2px solid var(--color-main);
  border-radius: 999px;
  background: white;
  padding: 1em;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  position: relative;
}
.intro .solution-title::after {
  content: "";
  width: 6px;
  height: 16px;
  background: linear-gradient(to right, var(--color-main) 0 2px, /* 左が赤 2px */ #fff 2px 4px /* 右が白 2px */);
  transform: rotate(30deg);
  transform-origin: left bottom;
  position: absolute;
  bottom: -10px;
  left: 49%;
}
.intro .solution-list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-inline: auto;
  gap: 1em;
  margin-top: 2em;
}
.intro .solution-item {
  font-size: clamp(1.25rem, 0.95rem + 1.28vw, 1.75rem); /* 20 <-> 28 */
  font-weight: 700;
  border-bottom: 2px dotted var(--color-main);
}
.intro .solution-item::before {
  content: "✓";
  color: var(--color-main);
  margin-right: 0.5em;
}
.intro .solution-description {
  font-size: clamp(1.313rem, 0.9rem + 1.76vw, 2rem); /* 21 <-> 32 */
  font-weight: 700;
  margin-inline: auto;
  width: fit-content;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .intro .solution {
    background-size: 232px;
    background-position: bottom center;
    padding-bottom: 170px;
  }
}
@media (max-width: 500px) {
  .intro .problem-list {
    flex-direction: column;
  }
  .intro .problem-item {
    flex-direction: row;
    align-items: center;
  }
  .intro .item-image {
    width: 40%;
  }
  .intro .item-text {
    font-size: var(--fz16);
    text-align: left;
  }
  .intro .problem-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .intro .problem-item:nth-child(even) .item-text {
    text-align: right;
  }
}

/*-------------------------------------------
目次
-------------------------------------------*/
.index-container {
  padding: 0 15px;
}
.index {
  padding: 30px 30px 40px;
  margin: 60px auto 30px;
  max-width: 800px;
  width: 100%;
  background: white;
  border: 2px solid #999;
  border-radius: 10px;
}
.index .page-index-title {
  text-align: center;
  color: var(--color-main);
  font-weight: 700;
  font-size: var(--fz18);
}
.index .index-list {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18  */
  max-width: 100%;
}
.index .index-item {
  width: 100%;
}
.index .index-item a {
  display: flex;
  border-bottom: 2px dotted #ccc;
  padding: 1em 0;
}
.index .inner-list .inner-item {
  margin-left: 1em;
}
.index .link-num {
  color: var(--color-main);
  margin-right: -1rem;
  flex-shrink: 0;
}
.index .link-title {
  display: inline-block;
  margin-left: 1.5em;
}

/*-------------------------------------------
セクション共通パーツ
-------------------------------------------*/
.section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 15px;
  background: white;
}

/*---------------
見出し
  - 大見出し：sec-title（h2）
  - 中見出し；sub-title（h3）
  - 小見出し：mid-title
  - 極小見出し；minor-title
---------------*/
/* 大見出し */
.sec-title {
  position: relative;
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem); /* 24 <-> 32 */
  font-weight: 700;
  background: var(--color-text);
  color: white;
  padding: 1rem 1rem;
  margin: 0 -15px 1em;
  line-height: 1.4;
}
.sec-title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -10px;
  left: 1.5em;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: var(--color-text) transparent transparent transparent;
}
/* 中見出し */
.sub-title {
  margin: 2em 0 1em;
  font-size: clamp(1.375rem, 1.15rem + 0.96vw, 1.75rem); /* 22 <-> 28 */
  font-weight: 700;
  border-left: solid 10px var(--color-main);
  padding: 0.25em 0.5em;
  background-color: #f5dedf;
  line-height: 1.4;
}
/* 小見出し */
.mid-title {
  margin: 2em 0 1em;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem); /* 18 <-> 22 */
  font-weight: bold;
  padding: 0.25em 0.5em;
  line-height: 1.4;
  background: #eee;
}
/* 極小見出し（caption） */
.minor-title {
  margin: 2em 0 0.5em;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem); /* 16 <-> 20 */
  font-weight: bold;
}
/* リードテキスト（章の先頭などに使用） */
.desc-lead {
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem); /* 18 <-> 20 */
  font-weight: 500;
  margin: 2em 0;
}
/* テキスト */
.desc {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  margin: 2em 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
/* テキスト内リンク */
.desc a {
  color: var(--color-blue);
  font-weight: 700;
  text-decoration: underline;
}
/* リスト（黒アイコン＋背景なし） */
.list {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  padding-left: 1.75em;
}
.list li {
  position: relative;
  margin: 0.5em 0;
  line-height: 1.4;
}
.list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: -0.75em;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  border-left: 0.5em solid var(--color-text);
}
/* 入れ子の場合は▶なし */
.list .list li {
  text-indent: -1em;
}
.list .list li::before {
  display: none;
}

/*---------------------------------
LINE風のトーク背景
---------------------------------*/
.line-chat-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.line-chat-container {
  background-color: #8cabd9;
  padding: 20px 10px 20px 30px;
}
.line-chat-bubble {
  background-color: #6de67c;
  color: black;
  padding: 10px 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  float: right;
}
.line-chat-text {
  line-height: 1.5;
}
.line-chat-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .line-chat-wrapper {
    flex-wrap: wrap;
  }
  .line-chat-container {
    padding-left: 10vw;
  }
}

/*---------------------------------
画像＋見出し＋テキスト
---------------------------------*/
.image-title-text {
  display: flex;
  margin: 1em 0;
  gap: 2em;
  background: inherit;
}
.image-title-text .img-container {
  max-width: 240px;
}
.image-title-text .img-container img {
  object-fit: cover;
  border-radius: 1em;
}
.image-title-text .text-container {
  flex: 1 0 70%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background: inherit;
}
.image-title-text .text-container .title {
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem); /* 18 <-> 22 */
  font-weight: 700;
  color: var(--color-main);
}
.image-title-text .text-container .text {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -0.5em;
  padding-left: 1em;
}
.image-title-text .text-container .text::before {
  content: "✓";
  display: inline-block;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .image-title-text {
    flex-direction: column;
    align-items: center;
  }
}

/*---------------------------------
テキスト＋画像（テキスト長なりゆき）
---------------------------------*/
.text-image-flow {
  display: flex;
  gap: 2em;
  margin: 1em 0;
}
.text-image-flow .text-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.text-image-flow .text-container .text {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  line-height: 1.8;
}
.text-image-flow .img-container {
  flex: 0 1 auto;
}
.text-image-flow .img-container img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .text-image-flow {
    flex-direction: column;
    align-items: center;
  }
}

/*---------------------------------
画像＋テキスト（比率固定）
---------------------------------*/
.image-text-fixed {
  display: flex;
  gap: 2em;
}
.image-text-fixed .img-container {
  flex: 1 1 50%;
}
.image-text-fixed .img-container img {
  object-fit: cover;
  border-radius: 1em;
}
.image-text-fixed .text-container {
  flex: 1 1 50%;
}
.image-text-fixed .text-container .text {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  line-height: 1.8;
}
@media (max-width: 767px) {
  .image-text-fixed {
    flex-direction: column;
    align-items: center;
  }
  .image-text-fixed .img-container img {
    max-width: 350px;
  }
}

/*---------------------------------
ラベル＋タイトル＋テキスト＋画像（ラベルが赤いパターン）
---------------------------------*/
.labelcard-red {
  display: flex;
  gap: 2em;
  margin: 1em 0 0;
  flex-direction: column;
  align-items: center;
  background: #eee;
  padding: 2em 1em;
  position: relative;
  justify-content: space-between;
}
.labelcard-red .label {
  display: inline-block;
  background: var(--color-main);
  color: white;
  font-weight: 700;
  padding: 0 1em;
  border-radius: 999px;
  font-size: clamp(1.375rem, 1.225rem + 0.64vw, 1.625rem); /* 22 <-> 26 */
  position: absolute;
  top: -1em;
  font-weight: 700;
}
.labelcard-red .text-container {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}
.labelcard-red .text-container .title {
  font-size: clamp(1.375rem, 1.225rem + 0.64vw, 1.625rem); /* 22 <-> 26 */
  font-weight: 700;
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5em;
}
.labelcard-red .text-container .text {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  line-height: 1.8;
}

/*---------------------------------
ラベル＋タイトル＋テキスト＋画像（ラベルが黒いパターン）
---------------------------------*/
.labelcard-black {
  display: flex;
  gap: 2em;
  margin: 1em 0 0;
  flex-direction: column;
  align-items: center;
  background: #eee;
  padding: 2em 1em;
  position: relative;
  justify-content: space-between;
}
.labelcard-black .label {
  display: inline-block;
  background: var(--color-text);
  color: white;
  font-weight: 700;
  padding: 0 1em;
  border-radius: 999px;
  font-size: clamp(1.375rem, 1.225rem + 0.64vw, 1.625rem); /* 22 <-> 26 */
  position: absolute;
  top: -1em;
  font-weight: 700;
}
.labelcard-black .text-container {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}
.labelcard-black .text-container .title {
  font-size: clamp(1.375rem, 1.225rem + 0.64vw, 1.625rem); /* 22 <-> 26 */
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5em;
}
.labelcard-black .text-container .text {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  line-height: 1.8;
}
.labelcard-black .img-container img {
  border-radius: 1em;
}

/*---------------------------------
重要
---------------------------------*/
.important {
  border: 4px solid var(--color-main);
  padding: 2em 1.5em;
  margin-top: 3em;
  border-radius: 1em;
  position: relative;
  background: inherit;
}
.important .important-title {
  display: inline-block;
  padding: 0 1em;
  font-size: clamp(1.375rem, 1.225rem + 0.64vw, 1.625rem); /* 22 <-> 26 */
  font-weight: 700;
  color: var(--color-main);
  background-color: inherit;
  position: absolute;
  top: -1em;
  left: 1em;
}
.important .important-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 1.5em;
  background: linear-gradient(to right, #fff 0 4px, var(--color-main) 4px 8px);
  transform: rotate(-30deg);
}
.important .important-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 1.5em;
  background: linear-gradient(to right, var(--color-main) 0 4px, #fff 4px 8px);
  transform: rotate(30deg);
}
.important .important-text {
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem); /* 18 <-> 20 */
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-main);
}

/*---------------------------------
・赤枠4px角丸
---------------------------------*/
.frame-red-rounded {
  border: 4px solid var(--color-main);
  border-radius: 10px;
  padding: 2em 1em;
  background: inherit;
}
.frame-red-rounded > .text {
  margin-inline: auto;
  width: fit-content;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .frame-red-rounded > .text {
    text-align: left;
  }
}

/*---------------------------------
子要素を横並びにする
 - col2: 2列
 - col3: 3列
---------------------------------*/
.col-2,
.col-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 20px;
  align-items: normal;
}
.col-2 > figure,
.col-2 > div {
  flex: 0 1 calc((100% - 20px) / 2);
}
.col-3 > figure,
.col-3 > div {
  flex: 0 1 calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .col-2,
  .col-3 {
    flex-direction: column;
  }
}

/*---------------------------------
インデントをつけたい領域を囲む
---------------------------------*/
.indent-block {
  padding-left: 1em;
  background: inherit;
}

/*---------------------------------
グレー枠4px直角
---------------------------------*/
.frame-gray-square {
  border: 4px solid #ccc;
  padding: 2em;
  background: inherit;
}
.frame-gray-square .title {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .frame-gray-square {
    padding: 1em;
    text-align: left;
  }
}
/*---------------------------------
計算式
---------------------------------*/
.journal-container {
  margin-inline: auto;
  width: fit-content;
}
.journal-container .journal {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  display: flex;
  justify-content: space-between;
  padding: 0.25em 1em;
  gap: 3em;
}
.journal-container .journal.total {
  border-top: 1px solid var(--color-text);
  padding: 0.5em 1em;
}
.journal-container .journal.total .item {
  font-weight: 700;
}
.journal-container .journal.total .amount {
  font-weight: 700;
  font-size: 1.2em;
  color: var(--color-main);
}

/*---------------------------------
グレー矢印↓
---------------------------------*/
.arrow-gray-vertical {
  mask: url(/assets/img/arrow-gray-vertical.svg) no-repeat center top / contain;
  background-color: #eee;
  width: 92px;
  height: 57px;
  margin-inline: auto;
}

/*---------------------------------
業者タイプ
---------------------------------*/
.vendor-type {
  padding: 2.5em 2em 2em;
  border-radius: 1em;
  position: relative;
  background: inherit;
  background: #eee;
  position: relative;
}
.vendor-type .vendor-content {
  display: flex;
  gap: 2em;
}
/* おすすめ度 */
.vendor-type .vendor-rank {
  color: white;
  display: inline-block;
  padding: 0 1em;
  font-weight: 700;
  position: absolute;
  line-height: 32px;
  left: -0.5em;
  top: -0.5em;
  font-size: var(--fz18);
}
.vendor-type .vendor-rank::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  content: "";
  right: -16px;
  border-width: 16px 16px 16px 0px;
}
.vendor-type .vendor-rank.rank-a {
  background: lightseagreen;
}
.vendor-type .vendor-rank.rank-a::after {
  border-color: lightseagreen transparent;
}
.vendor-type .vendor-rank.rank-b {
  background: lightsalmon;
}
.vendor-type .vendor-rank.rank-b::after {
  border-color: lightsalmon transparent;
}
.vendor-type .vendor-rank.rank-c {
  background: lightgray;
  color: var(--color-text);
}
.vendor-type .vendor-rank.rank-c::after {
  border-color: lightgray transparent;
}

/* 事業者名 */
.vendor-type .vendor-name {
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem); /* 24 <-> 32 */
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 0.5em;
}
/* 定義リスト */
.vendor-type .vendor-text {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  margin-bottom: 1em;
  flex: 1 1 56%;
  line-height: 1.8;
}
/* テキスト */
.vendor-type dl {
  flex: 1 1 44%;
}
.vendor-type dl + dl {
  margin-top: 1em;
}
.vendor-type dt {
  font-weight: 700;
  background: #666;
  padding: 0 1.5em;
  color: white;
  display: inline-block;
  margin-bottom: 0.5em;
  line-height: 2;
}
.vendor-type dd {
  padding-top: 0.5em;
  font-weight: 700;
}
.vendor-type dt:not(:first-child) {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .vendor-type {
    padding: 2.5em 1em 2em;
  }
  .vendor-type .vendor-content {
    flex-direction: column;
  }
}

/*---------------------------------
費用の足し算
---------------------------------*/
.cost-equation {
  display: flex;
  align-items: stretch;
  gap: 0.5em;
}
.cost-equation a {
  color: var(--color-blue);
  text-decoration: underline;
}
.cost-equation .cost-item {
  border: 4px solid #ccc;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 33%;
  border-radius: 1em;
}
.cost-equation .label {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem); /* 16 <-> 18 */
  font-weight: 700;
  background: #eee;
  align-self: stretch;
  text-align: center;
}
.cost-equation .plus {
  align-self: center;
  background: #666;
  color: white;
  height: 1em;
  border-radius: 999px;
  padding: 1em;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cost-equation {
    flex-direction: column;
  }
  .cost-equation .cost-item {
    width: 100%;
  }
}

/*--------------------------------
この記事を書いた人
---------------------------------*/
.profile-card-container {
  padding: 0 15px;
  margin: 30px auto;
}
.profile-content {
  border: 1px solid #333;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px;
  max-width: 1000px;
  text-align: center;
}
.profile-content .profile-heading {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.profile-content .profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-content .profile-image {
  width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  flex: 1 0 auto;
}
.profile-content .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-content .profile-info {
  text-align: center;
}
.profile-content .profile-name {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: var(--color-main);
}
.profile-content .profile-title {
  color: #666;
  font-size: 0.8em;
  margin: 5px 0;
  display: block;
}
.profile-content .profile-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 0.9375em;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .profile-content {
    text-align: left;
  }
  .profile-content .profile-card {
    flex-direction: row;
    align-items: flex-start;
  }
  .profile-content .profile-title {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .profile-content .profile-info {
    margin-left: 20px;
    text-align: left;
  }
  .profile-content .profile-image {
    margin-bottom: 0;
  }
}

/*--------------------------------
ボタン
---------------------------------*/
/* 業者を探すボタン */
.btn-to-search-container {
  width: fit-content;
  margin: 0 auto;
  z-index: 30;
}
.btn-to-search-container .logo {
  display: inline-block;
  overflow: hidden;
  height: 0;
  padding-top: 50px;
  width: 144px;
  background: url(/assets/img/logo.svg) no-repeat center / contain;
}
.btn-to-search-container p {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
}
.btn-to-search-container a {
  display: flex;
  padding: 1em 1.5em;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(130deg, #b92225 50%, #c0383a 50%);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-to-search-container a::before {
  content: "";
  display: inline-block;
  margin-right: 0.75em;
  height: 1.5em;
  width: 1.5em;
  mask: url(/assets/img/ico_search.svg) no-repeat center / contain;
  background-color: #fff;
}
.btn-to-search-container a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -10em;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn_animation 2.5s ease-in-out infinite;
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .btn-to-search-container {
    /* padding-top: 30px; */
    width: 100%;
  }
  .btn-to-search-container .logo {
    padding-top: 28px;
    width: 81px;
  }
}

/*--------------------------------
内部リンク（ジモデン内のリンク）
---------------------------------*/
.local-link {
  position: relative;
  display: block;
  background: #e9f3ff;
  padding: 2em;
  border-radius: 10px;
  margin-top: 40px;
  border: 3px #b2cae7 solid;
}
.local-link a {
  color: var(--color-blue);
  text-decoration: underline;
  font-weight: bold;
}
.local-link::before {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23b2cae7" d="M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" /></svg>') no-repeat center center;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0px;
}

/*--------------------------------
テーブル
---------------------------------*/
/* テーブル本体 */
.table-basic {
  --th-bg: #666; /* 見出しの濃グレー */
  --th-fg: #fff; /* 見出しの文字色 */
  --row-bg: #f5f5f5; /* 偶数行の薄グレー */
  --row-bg-odd: #fff; /* 奇数行 */
  --bd: #ccc; /* 罫線色 */

  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid var(--th-bg);
  overflow: hidden;
}
.table-basic thead th {
  background: var(--th-bg);
  color: var(--th-fg);
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-basic thead th:last-child {
  border-right: none;
}
.table-basic tbody td {
  padding: 14px 16px;
  border-top: 1px solid var(--bd);
  border-right: 1px solid var(--bd);
  vertical-align: middle;
}
.table-basic tbody td:last-child {
  border-right: none;
}
.table-basic tbody tr:nth-child(odd) {
  background: var(--row-bg-odd);
}
.table-basic tbody tr:nth-child(even) {
  background: var(--row-bg);
}
/* 価格 */
.table-basic tbody td.price {
  white-space: nowrap;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
/* 横スクロールのラッパー*/
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  position: relative;
  padding-top: 1.5em;
}
/* モバイル時のみ、表を広げて横スクロールを発生させる */
@media (max-width: 767px) {
  .table-basic {
    min-width: 720px;
  }
  /* オーバーフローがあり、まだスクロール/タップしていない時だけ表示 */
  .table-wrap.has-overflow:not(.scrolled)::before {
    content: "スクロールできます →";
    right: 0;
    line-height: 1;
    color: #666;
    border-radius: 6px;
    z-index: 2;
    pointer-events: none; /* タップ操作の邪魔をしない */
    float: right;
    position: absolute;
    top: 0;
  }
}

/*-------------------------------------------
utility
-------------------------------------------*/
/* コンテンツ幅の設定 */
.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}
/* テキスト強調 */
em {
  color: var(--color-main);
  font-weight: bold;
}
em > span {
  font-size: 1.8em;
}
strong {
  color: var(--color-main);
  font-weight: bold;
}
/* 赤字装飾 */
.red {
  color: var(--color-main);
}
/* マーカー */
mark {
  background: #fff0b3;
}
/* 左寄せ */
.align-left {
  text-align: left;
}
/* 中央寄せ */
.align-center {
  text-align: center;
}
/* 背景カラー */
.bg-pink {
  background: var(--color-base-pink);
  padding: 2em;
  border-radius: 10px;
}
.bg-white {
  background: white;
  padding: 2em;
  border-radius: 10px;
}
/* 余白 */
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.mt4 {
  margin-top: 4em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mb3 {
  margin-bottom: 3em !important;
}
.mb4 {
  margin-bottom: 4em !important;
}
.mb5 {
  margin-bottom: 5em !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1em !important;
}
.ml2 {
  margin-left: 2em !important;
}
.ml3 {
  margin-left: 3em !important;
}
.ml4 {
  margin-left: 4em !important;
}
.ml5 {
  margin-left: 5em !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1em !important;
}
.mr2 {
  margin-right: 2em !important;
}
.mr3 {
  margin-right: 3em !important;
}
.mr4 {
  margin-right: 4em !important;
}
.mr5 {
  margin-right: 5em !important;
}
/* フォントサイズ */
.fz80 {
  font-size: 1.5em !important;
}
.fz113 {
  font-size: 1.13em !important;
}
.fz138 {
  font-size: 1.38em !important;
}
.fz150 {
  font-size: 1.5em !important;
}
.fz200 {
  font-size: 2em !important;
}
/* 角丸 */
.bdrs1 {
  border-radius: 1em !important;
}
