@charset "UTF-8";
html {
  font-size: 16px;
}
@media (max-width: 1203px) {
  html {
    font-size: 1.3300083126vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* フォントウェイトとフォントカラーは、使用頻度が多いものを選択する */
body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #323232;
  line-height: 1;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* YouTubeのframeborder属性の変わり(HTML5の標準仕様で廃止されているため) */
iframe {
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  max-width: 78.3125rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.about {
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/images/about/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about__top-section {
  position: relative;
  padding-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .about__top-section {
    padding-top: 5rem;
  }
}

.about__inner.inner {
  max-width: 78.125rem;
}
@media screen and (max-width: 768px) {
  .about__inner.inner {
    max-width: 33.75rem;
  }
}

.about__container {
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 5.625rem 6.25rem;
  background-color: #ffffff;
  border-radius: 1.875rem;
}
@media screen and (max-width: 768px) {
  .about__container {
    display: block;
    border-radius: 0.625rem;
    padding: 2.5rem 1.25rem;
  }
}

.about__text-area {
  max-width: 25rem;
  width: 100%;
}
.about__section-title-en {
  position: relative;
  font-size: 0.9375rem;
  font-family: "Ubuntu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #f08200;
  padding-left: 1em;
}

.about__section-title-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  background-color: #f08200;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vh;
}

.about__section-title-ja {
  font-size: 3rem;
  font-weight: 700;
  color: #323232;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .about__section-title-ja {
    font-size: 2.25rem;
  }
}

.about__section-title-ubuntu {
  font-family: "Ubuntu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.about__section-title-zen {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.about__illust-img {
  max-width: 32.4375rem;
  margin-top: 6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__illust-img {
    width: 90%;
    margin-top: 3.125rem;
    margin-inline: auto;
  }
}

.about__mechanism-item {
  position: relative;
  font-size: max(1.0625rem, 14px);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #323232;
  line-height: 1.7;
  padding-left: 1em;
}

.about__mechanism-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  background-color: #f08200;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vh;
}

.about__mechanism-item:nth-child(n+2) {
  margin-top: 0.875rem;
}

.about__mechanism {
  padding: 3.125rem 2.5rem 2.875rem;
  border-radius: 1.875rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .about__mechanism {
    padding: 2.5rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.about__mechanism-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .about__mechanism-wrapper {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}

.about__heading {
  font-size: 2.125rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.4411764706;
  width: max-content;
  margin-inline: auto;
  border-bottom: 0.3125rem dotted #f08200;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .about__heading {
    font-size: 1.5rem;
    border-bottom: 0.1875rem dotted #f08200;
    padding-bottom: 0.1875rem;
  }
}

.about__movie-wrapper {
  margin-top: 6.625rem;
}
@media screen and (max-width: 768px) {
  .about__movie-wrapper {
    margin-top: 5rem;
  }
}

.about__movie {
  max-width: 52rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.125rem;
  border: 1rem solid #ffffff;
  box-shadow: 0.375rem 0.375rem 1.5rem 0px rgba(166, 202, 209, 0.6);
}
@media screen and (max-width: 768px) {
  .about__movie {
    border: 0.3125rem solid #ffffff;
    box-shadow: 0.1875rem 0.1875rem 0.75rem 0px rgba(166, 202, 209, 0.6);
    margin-top: 1.875rem;
  }
}

.about__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 800/450;
}

.about__bottom-section {
  margin-top: 8.25rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .about__bottom-section {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

.about__bottom-inner.inner {
  max-width: 78.125rem;
}
@media screen and (max-width: 768px) {
  .about__bottom-inner.inner {
    max-width: 33.75rem;
  }
}

.about__bottom-wrapper {
  margin-top: 3.75rem;
}

.about__bottom-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  padding-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .about__bottom-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.25rem;
  }
}

.about__bottom-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2.875rem 1.875rem 2.125rem;
}
@media screen and (max-width: 768px) {
  .about__bottom-item {
    border-radius: 0.625rem;
    padding: 2.875rem 1.25rem 2.125rem;
  }
}

.about__bottom-point {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 100vh;
  background-color: #ffffff;
  margin-inline: auto;
}

.point__bottom-item-text-en {
  font-size: max(12px, 0.75rem);
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
}

.point__bottom-item-number {
  font-size: max(31px, 1.9375rem);
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  margin-top: 0.25rem;
}

.about__bottom-title {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  color: #f08200;
  text-align: center;
}

.about__bottom-title-01 {
  font-size: 2.1875rem;
  line-height: 1.4571428571;
}
@media screen and (max-width: 768px) {
  .about__bottom-title-01 {
    font-size: 1.6875rem;
  }
}

.about__bottom-title-02 {
  font-size: 1.625rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 768px) {
  .about__bottom-title-02 {
    font-size: 1.125rem;
  }
}

.about__bottom-title-02-number {
  font-size: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .about__bottom-title-02-number {
    font-size: 1.8125rem;
  }
}

.about__bottom-title-02-large {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .about__bottom-title-02-large {
    font-size: 1.5rem;
  }
}

.about__bottom-title-03 {
  font-size: 2rem;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .about__bottom-title-03 {
    font-size: 1.5rem;
  }
}

.about__bottom-sub-title {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__bottom-sub-title {
    font-size: 1.125rem;
  }
}

.point__bottom-item-img {
  max-width: 19.375rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}

.point__bottom-text-items {
  max-width: 17.125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}

.point__bottom-text-item {
  position: relative;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.5;
  padding-left: 3rem;
}

.point__bottom-text-item:nth-child(n+2) {
  margin-top: 2.125rem;
}

.point__bottom-text-item.point__bottom-text-item-03:nth-child(n+2) {
  margin-top: 0.75rem;
}

.point__bottom-text-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/common/icon-check-mark-03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}

.body-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.body-bg.body-bg-beige-01::before {
  background-color: #faf5ee;
}

.body-bg.body-bg-beige-02::before {
  background-color: #fff4df;
}

.body-bg.body-bg-yellow::before {
  background-color: #f4da33;
}

.body-bg.body-bg-blue::before {
  background-color: #cfeefa;
}

/* ----- ボタンタイプ共通設定 ここから ----- */
.btn {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
}
.btn__text {
  display: inline-block;
  transition: all 0.3s;
}

.btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  max-width: 44.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn-wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 18.75rem;
  }
}

/* ----- ボタンタイプ共通設定 ここまで ----- */
/* ----- 『まずはお気軽にご相談ください』ボタン ここから ----- */
.btn-01 {
  position: relative;
  width: 100%;
  max-width: 21.25rem;
  border-radius: 100vh;
  background-color: #ffffff;
  border: 2px solid #ff980a;
  padding: 0.875rem 0;
}
@media screen and (max-width: 768px) {
  .btn-01 {
    padding: 0.3125rem 0;
  }
}

.btn-01.btn-01-disaster {
  border: 2px solid #323232;
}

.btn-01::before {
  content: "";
  position: absolute;
  left: 2.9375rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffb132;
  border-radius: 100vh;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .btn-01::before {
    left: 2.5rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

.btn-01.btn-01-disaster::before {
  background-color: #ffd400;
}

.btn-01::after {
  content: "";
  position: absolute;
  left: 3.3125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  /* mask-image: url(../../assets/images/common/icon-tel.svg); */
  /* mask-size: contain; */
  /* mask-repeat: no-repeat; */
  /* background-color: #ffffff; */
  background-image: url(../../assets/images/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-01::after {
    left: 2.75rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.btn__text-01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
  padding-left: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .btn__text-01 {
    padding-left: 0.9375rem;
  }
}

.btn__text-01-a {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #4f4f4f;
}
@media screen and (max-width: 768px) {
  .btn__text-01-a {
    font-size: 0.75rem;
  }
}

.btn__text-01-b {
  font-size: 1.75rem;
  font-family: "Ubuntu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ee7700;
}
@media screen and (max-width: 768px) {
  .btn__text-01-b {
    font-size: 1.125rem;
  }
}

.btn__text-01-b.btn__text-01-b-disaster {
  color: #323232;
}

.btn__text-01-c {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #4f4f4f;
}
.btn__text-01-d {
  margin-top: 4px;
  width: 100%;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #888888;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn__text-01-c {
    font-size: 0.75rem;
  }
}

/* ----- 『まずはお気軽にご相談ください』ボタン ここまで ----- */
/* ----- 『資料ダウンロード』ボタン ここから ----- */
.btn-02 {
  position: relative;
  width: 100%;
  max-width: 21.25rem;
  border-radius: 100vh;
  background-image: linear-gradient(to right, #f08200 0%, #f08301 0%, #ffdd78 100%);
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .btn-02 {
    max-width: 33.125rem;
    padding: 1.5625rem 0;
  }
}

.btn-02.btn-02-disaster {
  background-image: linear-gradient(#323232, #323232);
}

@media (any-hover: hover) {
  .btn-02:hover {
    opacity: 0.6;
  }
}
.btn-02::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 100vh;
  width: 2.9375rem;
  height: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .btn-02::before {
    right: 2.125rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

.btn-02::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.9375rem;
  width: 2rem;
  height: 2rem;
  mask-image: url(../../assets/images/common/icon-memo.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #f08200;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-02::after {
    right: 2.375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.btn-02.btn-02-disaster::after {
  background-color: #323232;
}

.btn__text-02 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .btn__text-02 {
    font-size: 1.125rem;
  }
}

/* ----- 『資料ダウンロード』ボタン ここまで ----- */
/* ----- 『お問い合わせ』ボタン ここから ----- */
.btn-03 {
  position: relative;
  width: 100%;
  max-width: 21.25rem;
  border-radius: 100vh;
  background-image: linear-gradient(to right, #4199d6 0%, #41d6cf 100%);
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .btn-03 {
    max-width: 33.125rem;
    padding: 1.5625rem 0;
  }
}

.btn-03.btn-03-disaster {
  background-image: linear-gradient(#ffffff, #ffffff);
}

@media (any-hover: hover) {
  .btn-03:hover {
    opacity: 0.6;
  }
}
.btn-03::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 100vh;
  width: 2.9375rem;
  height: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .btn-03::before {
    right: 2.125rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}

.btn-03.btn-03-disaster::before {
  background-color: #323232;
}

.btn-03::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.125rem;
  width: 1.625rem;
  height: 1.625rem;
  mask-image: url(../../assets/images/common/icon-mail.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #4199d6;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-03::after {
    right: 2.4375rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.btn-03.btn-03-disaster::after {
  background-color: #ffffff;
}

.btn__text-03 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .btn__text-03 {
    font-size: 1.125rem;
  }
}

.btn__text-03.btn__text-03-disaster {
  color: #323232;
}

/* ----- 『お問い合わせ』ボタン ここまで ----- */
/* ---------- 『ReTerraとは？』ボタン | ここから ---------- */
.btn-reterra {
  display: inline-block;
  position: fixed;
  right: 0.625rem;
  bottom: 3.125rem;
  width: 9.6875rem;
  text-align: center;
  z-index: 100;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-reterra {
    bottom: 1.875rem;
    right: 0.625rem;
    width: 3.75rem;
  }
}

.btn-reterra.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.btn-reterra__link {
  display: block;
  transition: all 0.3s;
  filter: drop-shadow(0.375rem 0.375rem 0.625rem rgba(205, 115, 0, 0.3));
}

@media (any-hover: hover) {
  .btn-reterra__link:hover {
    filter: drop-shadow(0.375rem 0.375rem 0.625rem rgba(205, 115, 0, 0.3)) brightness(1.2);
  }
}
/* ---------- 『ReTerraとは？』ボタン | ここまで ---------- */
.cases {
  position: relative;
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}

.cases::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cases::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 100%;
  height: 33.75rem;
  z-index: -1;
}

.cases__inner.inner {
  position: relative;
  max-width: 88.125rem;
  padding-inline: clamp(3.125rem, -0.456rem + 7.45vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .cases__inner.inner {
    padding-inline: 3.75rem;
  }
}

.cases__section-title-en {
  position: relative;
  font-size: 0.9375rem;
  font-family: "Ubuntu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #f08200;
  text-transform: capitalize;
  padding-left: 1em;
}

.cases__section-title-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  background-color: #f08200;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vh;
}

.cases__section-title-ja {
  font-size: 2.75rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .cases__section-title-ja {
    font-size: 2.25rem;
  }
}

.cases__container {
  margin-top: 3.5625rem;
}

.cases__slide {
  padding: 0.625rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cases__slide {
    padding: 0.3125rem;
    border-radius: 0.625rem;
  }
}

.cases__img-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cases__img-wrapper {
    border-radius: 0.625rem;
  }
}

.cases__img {
  width: 100%;
}

.cases__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.cases__info {
  padding: 0 0.625rem;
  margin-top: 1.5rem;
}

.cases__info-time {
  font-size: max(10px, 0.875rem);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #827e7e;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  margin-top: 0.375rem;
}

.cases__info-place-name {
  font-size: max(14px, 1.25rem);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.45;
}

.cases__info-list {
  margin-top: 1.125rem;
}

.cases__info-row {
  display: grid;
  grid-template-columns: 1fr 4.375rem;
  column-gap: 1.25rem; /* 左右の余白 */
  justify-content: space-between;
  padding: 0.5rem 0;
  border-top: 1px solid #ffd19b;
}

.cases__info-row:not(:first-child) {
  border-bottom: 1px solid #ffd19b;
}

.cases__info-label {
  font-size: max(10px, 0.8125rem);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #323232;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
}

.cases__info-value {
  font-size: max(10px, 0.875rem);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #323232;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: right;
}

.disaster {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10.625rem;
}
.disaster::before,
.disaster::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/disaster/deco-stripe.png);
  background-size: 90.075rem 3.75rem;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  height: 3.75rem;
}

.disaster::before {
  top: 0;
}

.disaster::after {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .disaster__inner.inner {
    max-width: 33.75rem;
  }
}

.disaster__title {
  max-width: 61.5625rem;
  width: 100%;
  margin-inline: auto;
}

.disaster__heading {
  max-width: 49.1875rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.375rem;
}
@media screen and (max-width: 768px) {
  .disaster__heading {
    max-width: 21.5625rem;
    width: 90%;
    margin-top: 2.5rem;
  }
}

.disaster__top-btn-wrapper {
  margin-inline: auto;
  margin-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .disaster__top-btn-wrapper {
    margin-top: 1.875rem;
  }
}

.disaster__message {
  position: relative;
  padding: 3.75rem 8.75rem 4.5625rem;
  width: 100%;
  max-width: 75.1875rem;
  height: 23.9375rem;
  height: 100%;
  margin-inline: auto;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .disaster__message {
    padding: 3.75rem 0.625rem 4.5625rem;
    max-width: 31.25rem;
    margin-top: 7.5rem;
  }
}

.disaster__message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/images/disaster/disaster-message-frame-pc.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .disaster__message::before {
    background-image: url(../../assets/images/disaster/disaster-message-frame-sp-437.png);
  }
}
@media screen and (max-width: 500px) {
  .disaster__message::before {
    background-image: url(../../assets/images/disaster/disaster-message-frame-sp.png);
  }
}

.disaster__message::after {
  content: "";
  position: absolute;
  top: -16.375rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/disaster/disaster-illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 69.5rem;
  height: 17.125rem;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .disaster__message::after {
    top: -4.375rem;
    width: 19.375rem;
    height: 5.1875rem;
  }
}

.disaster__message-title {
  font-size: 2.5rem;
  font-family: 700;
  font-weight: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .disaster__message-title {
    font-size: 1.25rem;
  }
}

.disaster__message-text {
  font-size: 1.125rem;
  font-family: 700;
  font-weight: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .disaster__message-text {
    font-size: 0.875rem;
  }
}

.disaster__point-wrapper {
  margin-top: 5.625rem;
}

.disaster__recommend {
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .disaster__recommend {
    margin-top: 5rem;
  }
}

.disaster__bottom-btn-wrapper {
  margin-inline: auto;
  margin-top: 5rem;
}

.environment {
  position: relative;
  padding-top: 10.9375rem;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 768px) {
  .environment {
    padding-top: 6.875rem;
  }
}

.environment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/environment/bg-environment-sky.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 68.75rem;
  z-index: -5;
}

.environment::after {
  content: "";
  position: absolute;
  top: 33.1875rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/environment/bg-environment-green-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 116.6875rem;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .environment::after {
    background-image: url(../../assets/images/environment/bg-environment-green-sp.png);
    width: 48rem;
    height: 192.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .environment__inner {
    max-width: 33.75rem;
  }
}

.environment__logo-wrapper {
  position: relative;
  max-width: 43.625rem;
  width: 100%;
  margin-inline: auto;
  padding-top: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .environment__logo-wrapper {
    max-width: 21.5625rem;
    padding-top: 0;
  }
}

.environment__logo {
  max-width: 23.4375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .environment__logo {
    max-width: 16.875rem;
  }
}

.environment__solar-panel {
  position: absolute;
  top: -4.1875rem;
  top: 0;
  right: 0;
  max-width: 18.4375rem;
  width: 100%;
  z-index: -1;
  filter: drop-shadow(0.125rem 0.8125rem 0.625rem rgba(166, 202, 209, 0.41));
}
@media screen and (max-width: 768px) {
  .environment__solar-panel {
    top: 0.9375rem;
    right: -0.9375rem;
    max-width: 5rem;
  }
}

.environment__title {
  max-width: 42.625rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .environment__title {
    max-width: 21.5625rem;
  }
}

.environment__heading-wrapper {
  position: relative;
  text-align: center;
  margin-top: 15.625rem;
}
@media screen and (max-width: 768px) {
  .environment__heading-wrapper {
    margin-top: 10.625rem;
  }
}

.environment__heading-wrapper::before {
  content: "";
  position: absolute;
  top: -13.1875rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/environment/environment-illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26.25rem;
  height: 13.9375rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .environment__heading-wrapper::before {
    top: -6.25rem;
    width: 12.5rem;
    height: 6.625rem;
  }
}

.environment__heading {
  display: inline-block;
  font-size: 1.875rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #f08200;
  line-height: 1.2;
  background-color: #ffffff;
  padding: 0.8125rem 0.875rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .environment__heading {
    font-size: 1.625rem;
    padding: 0.625rem 0.4375rem;
    border-radius: 0.5rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.environment__intro-text-wrapper {
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .environment__intro-text-wrapper {
    margin-top: 5.3125rem;
  }
}
@media screen and (max-width: 500px) {
  .environment__intro-text-wrapper {
    margin-top: 4.375rem;
  }
}

.environment__intro-text {
  font-size: 1.125rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .environment__intro-text {
    font-size: 0.875rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.environment__top-btn-wrapper {
  margin-inline: auto;
  margin-top: 3.4375rem;
}

.environment__point-wrapper {
  margin-top: 5.625rem;
}

.environment__recommend {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .environment__recommend {
    margin-top: 3.75rem;
  }
}

.environment__bottom-btn-wrapper {
  margin-inline: auto;
  margin-top: 5rem;
}

.footer {
  padding-top: 2.875rem;
  padding-bottom: 1.875rem;
}
.footer__inner.inner {
  padding-left: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .footer__inner.inner {
    padding-left: 1.25rem;
  }
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    justify-content: center;
  }
}

.footer__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.125rem;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.footer__logo:nth-child(1) {
  max-width: 23rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__logo:nth-child(1) {
    max-width: 17.5rem;
  }
}

.footer__logo:nth-child(2) {
  max-width: 14.625rem;
  width: 100%;
  margin-inline: auto;
}

.footer__logo a {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns-wrapper {
    margin-top: 3.125rem;
  }
}

.footer__sns-text {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .footer__sns-text {
    text-align: center;
  }
}

.footer__sns-items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.0625rem;
  gap: 2rem;
}

.footer__sns-item {
  width: 2rem;
}

.footer__sns-item a {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__sns-item a:hover {
    opacity: 0.6;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.25rem;
  margin-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.footer__nav {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    padding-left: 0;
  }
}

.footer__nav-items {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer__nav-items {
    flex-direction: column;
    justify-content: center;
  }
}

.footer__nav-item a {
  position: relative;
  display: inline-block;
  font-size: max(0.8125rem, 12px);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.4615384615;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__nav-item a:hover {
    opacity: 0.6;
  }
}
.footer__copyright {
  font-size: max(0.6875rem, 11px);
  font-family: "Ubuntu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 1.25rem;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;
    transition: all 0.3s;
    z-index: 100;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #323232;
    transition: all 0.3s;
    width: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span:first-child {
    top: 30%;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 50%;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 70%;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(3) {
    width: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s;
  background-color: #ffffff;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header {
    height: 4rem;
  }
}

.header__inner {
  padding-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner {
    align-items: center;
    padding-left: 0;
  }
}

.header__logo {
  width: 10rem;
  margin-top: 0.375rem;
  margin-inline: 0;
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-inline: auto;
    margin-top: 0;
  }
}

.header__logo a {
  display: inline-block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .header__logo a:hover {
    opacity: 0.6;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header__pc-nav {
    display: none;
  }
}

.long-period {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 768px) {
  .long-period {
    padding-top: 6.875rem;
  }
}

@media screen and (max-width: 768px) {
  .long-period__inner.inner {
    max-width: 33.75rem;
  }
}

.long-period__intro {
  position: relative;
  padding: 4.6875rem 5.375rem 3.75rem 17.5625rem;
}
@media screen and (max-width: 768px) {
  .long-period__intro {
    padding: 2.5rem 1.25rem;
  }
}

.long-period__intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .long-period__intro::before {
    border-radius: 0.625rem;
  }
}

.long-period__intro::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 6.25rem;
  background-image: url(../../assets/images/long-period/long-period-deco-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 37.5rem;
}
@media screen and (max-width: 768px) {
  .long-period__intro::after {
    top: 6.875rem;
    left: auto;
    right: calc(50% + 8.75rem);
    width: 2.5rem;
    height: 9.375rem;
  }
}

.long-period__logo-wrapper {
  position: relative;
  max-width: 52.25rem;
}
@media screen and (max-width: 768px) {
  .long-period__logo-wrapper {
    width: 100%;
    margin-inline: auto;
    max-width: 18.4375rem;
  }
}

.long-period__logo {
  max-width: 24.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .long-period__logo {
    max-width: 13.75rem;
  }
}

.long-period__solar-panel {
  position: absolute;
  top: -8.8125rem;
  left: 26rem;
  max-width: 29.0625rem;
  width: 100%;
  z-index: -1;
  filter: drop-shadow(0.625rem 1.875rem 0.625rem rgba(166, 202, 209, 0.41));
}
@media screen and (max-width: 768px) {
  .long-period__solar-panel {
    top: 0;
    left: 13.75rem;
    max-width: 5.9375rem;
  }
}

.long-period__title {
  max-width: 41.1875rem;
  width: 100%;
  margin-top: 2.75rem;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .long-period__title {
    max-width: 16.875rem;
    margin-top: 1.875rem;
    margin-inline: auto;
  }
}

.long-period__intro-info {
  padding: 1.25rem 1.8125rem;
  margin-top: 1.5625rem;
  margin-left: 1.25rem;
  background-color: #ffffff;
  border: 0.375rem solid #faf5ee;
  max-width: 50.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .long-period__intro-info {
    padding: 1.25rem 1.25rem;
    border: 0.1875rem solid #faf5ee;
    margin-top: 1.875rem;
    margin-left: 0;
  }
}

.long-period__intro-info-text {
  font-size: max(1rem, 12px);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .long-period__intro-info-text {
    font-size: 0.875rem;
  }
}

.long-period__top-btn-wrapper {
  margin-inline: auto;
  margin-top: 5rem;
}

.long-period__point-wrapper {
  margin-top: 5.625rem;
}

.long-period__recommend {
  margin-top: 5rem;
}

.long-period__bottom-btn-wrapper {
  margin-inline: auto;
  margin-top: 5rem;
}

/* あしらい設置のため */
main {
  overflow: hidden;
}

.pc-nav__container {
  display: flex;
}

.pc-nav__wrapper {
  display: flex;
  align-items: flex-end;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 1300px) {
  .pc-nav__wrapper {
    flex-flow: column;
  }
}

.pc-nav__items {
  display: flex;
  justify-content: center;
  height: inherit;
}

.pc-nav__item a {
  display: inline-block;
  padding-top: 1.125rem;
  padding-bottom: 1.5rem;
  padding-inline: 0.9375rem;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .pc-nav__item a {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.pc-nav__item a span {
  position: relative;
  display: inline-block;
  font-size: max(12px, 0.9375rem);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.4666666667;
}

/* 下線 */
.pc-nav__item a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1875rem;
  transform: translateX(-50%);
  border-bottom: 2px solid #323232;
  display: block;
  transition: all 0.3s ease;
  width: 0;
}

@media (any-hover: hover) {
  /* ホバー時下線が引かれる範囲 */
  .pc-nav__item a:hover span::after {
    width: 100%;
  }
}
.pc-nav__btn {
  position: relative;
  width: max(170px, 11.25rem);
}

.pc-nav__btn-items {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
}

.pc-nav__btn-item.pc-nav__btn-item-contact a,
.pc-nav__btn-item.pc-nav__btn-item-download a {
  display: grid;
  place-items: center;
  transition: all 0.3s;
  width: max(85px, 5.625rem);
  height: max(85px, 5.625rem);
  text-align: center;
}

.pc-nav__btn-item.pc-nav__btn-item-contact a {
  background-color: #5f95d2;
  border-radius: 0 0 0 0.625rem;
}

.pc-nav__btn-item.pc-nav__btn-item-download a {
  background-color: #f08200;
}

@media (any-hover: hover) {
  .pc-nav__btn-item.pc-nav__btn-item-contact a:hover,
  .pc-nav__btn-item.pc-nav__btn-item-download a:hover {
    filter: brightness(1.3);
  }
}
.pc-nav__btn-item.pc-nav__btn-item-contact a span,
.pc-nav__btn-item.pc-nav__btn-item-download a span {
  position: relative;
  font-size: max(12px, 0.75rem);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 106%;
}

.pc-nav__btn-item.pc-nav__btn-item-contact a span {
  padding-top: 2.75rem;
}

.pc-nav__btn-item.pc-nav__btn-item-download a span {
  padding-top: 2.4375rem;
}

.pc-nav__btn-item.pc-nav__btn-item-contact a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}

.pc-nav__btn-item.pc-nav__btn-item-download a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../assets/images/common/icon-memo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}

.point__items {
  display: flex;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .point__items {
    flex-direction: column;
    align-items: center;
  }
}

/* ---------- 補助金活用 | ここから ---------- */
.subsidy-point .point__items {
  max-width: 52.8125rem;
}
@media screen and (max-width: 768px) {
  .subsidy-point .point__items {
    max-width: none;
  }
}

.subsidy-point .point__item:nth-child(1) {
  max-width: 13.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subsidy-point .point__item:nth-child(1) {
    max-width: none;
  }
}

.subsidy-point .point__item:nth-child(2) {
  margin-left: 5.3125rem;
  max-width: 12.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subsidy-point .point__item:nth-child(2) {
    max-width: none;
    margin-left: 0;
    margin-top: 3.125rem;
  }
}

.subsidy-point .point__item:nth-child(3) {
  margin-left: 3.5625rem;
  max-width: 17.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subsidy-point .point__item:nth-child(3) {
    max-width: none;
    margin-left: 0;
    margin-top: 3.125rem;
  }
}

.subsidy-point .point__item-text-en {
  font-size: 0.75rem;
  color: #f08200;
}

/* ---------- 補助金活用 | ここまで ---------- */
/* ---------- 環境に優しい  | ここから ---------- */
.environment-point .point__items {
  max-width: 50.5rem;
}
@media screen and (max-width: 768px) {
  .environment-point .point__items {
    max-width: none;
  }
}

.environment-point .point__item:nth-child(1) {
  max-width: 13.4375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .environment-point .point__item:nth-child(1) {
    max-width: none;
  }
}

.environment-point .point__item:nth-child(2) {
  margin-left: 5.8125rem;
  max-width: 12.3125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .environment-point .point__item:nth-child(2) {
    max-width: none;
    margin-left: 0;
    margin-top: 3.125rem;
  }
}

.environment-point .point__item:nth-child(3) {
  margin-left: 6.625rem;
  max-width: 12.3125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .environment-point .point__item:nth-child(3) {
    max-width: none;
    margin-left: 0;
    margin-top: 3.125rem;
  }
}

.environment-point .point__item-text-en {
  font-size: 0.875rem;
  color: #ffffff;
}

/* ---------- 環境に優しい  | ここまで ---------- */
/* ---------- 災害に備える  | ここから ---------- */
.disaster-point .point__items {
  max-width: 52.125rem;
}
@media screen and (max-width: 768px) {
  .disaster-point .point__items {
    max-width: none;
  }
}

.disaster-point .point__item:nth-child(1) {
  max-width: 12.3125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .disaster-point .point__item:nth-child(1) {
    max-width: none;
  }
}

.disaster-point .point__item:nth-child(2) {
  margin-left: 6.5625rem;
  max-width: 12.3125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .disaster-point .point__item:nth-child(2) {
    max-width: none;
    margin-left: 0;
    margin-top: 3.125rem;
  }
}

.disaster-point .point__item:nth-child(3) {
  margin-left: 4.4375rem;
  max-width: 16.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .disaster-point .point__item:nth-child(3) {
    max-width: none;
    margin-left: 0;
    margin-top: 3.125rem;
  }
}

.disaster-point .point__item-number {
  color: #323232;
}

.disaster-point .point__item-text-en {
  font-size: 0.75rem;
  color: #323232;
}

/* ---------- 災害に備える  | ここまで ---------- */
/* ---------- 長期間使える  | ここから ---------- */
.long-period .point__items {
  max-width: 52.375rem;
}
@media screen and (max-width: 768px) {
  .long-period .point__items {
    max-width: none;
  }
}

.long-period .point__item:nth-child(1) {
  max-width: 12.3125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .long-period .point__item:nth-child(1) {
    max-width: none;
  }
}

.long-period .point__item:nth-child(2) {
  margin-left: 5rem;
  max-width: 14.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .long-period .point__item:nth-child(2) {
    max-width: none;
    margin-left: 0;
    margin-top: 3.125rem;
  }
}

.long-period .point__item:nth-child(3) {
  margin-left: 2.9375rem;
  max-width: 17.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .long-period .point__item:nth-child(3) {
    max-width: none;
    margin-left: 0;
    margin-top: 3.125rem;
  }
}

.long-period .point__item-number {
  color: #f08200;
}

.long-period .point__item-text-en {
  font-size: 0.75rem;
  color: #f08200;
}

/* ---------- 長期間使える  | ここまで ---------- */
.point__item {
  width: 100%;
}

.point__item-img {
  display: grid;
  place-items: center;
}

.point__item-text-en {
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

.point__item-number {
  font-size: 2.25rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #f08200;
  text-shadow: 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.25rem 0.25rem 0 #ffffff, -0.25rem -0.25rem 0 #ffffff, -0.25rem 0.25rem 0 #ffffff, 0.25rem -0.25rem 0 #ffffff, 0px 0.25rem 0 #ffffff, 0.25rem 0px 0 #ffffff, 0px -0.25rem 0 #ffffff, -0.25rem 0px 0 #ffffff, 0.125rem 0.25rem 0 #ffffff, -0.125rem -0.25rem 0 #ffffff, -0.125rem 0.25rem 0 #ffffff, 0.125rem -0.25rem 0 #ffffff, 0.25rem 0.125rem 0 #ffffff, -0.25rem -0.125rem 0 #ffffff, -0.25rem 0.125rem 0 #ffffff, 0.25rem -0.125rem 0 #ffffff;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .point__item-number {
    text-shadow: 0.0625rem 0.0625rem 0 #ffffff, -0.0625rem -0.0625rem 0 #ffffff, -0.0625rem 0.0625rem 0 #ffffff, 0.0625rem -0.0625rem 0 #ffffff, 0px 0.0625rem 0 #ffffff, 0.0625rem 0px 0 #ffffff, 0px -0.0625rem 0 #ffffff, -0.0625rem 0px 0 #ffffff, 0.125rem 0.125rem 0 #ffffff, -0.125rem -0.125rem 0 #ffffff, -0.125rem 0.125rem 0 #ffffff, 0.125rem -0.125rem 0 #ffffff, 0px 0.125rem 0 #ffffff, 0.125rem 0px 0 #ffffff, 0px -0.125rem 0 #ffffff, -0.125rem 0px 0 #ffffff, 0.0625rem 0.125rem 0 #ffffff, -0.0625rem -0.125rem 0 #ffffff, -0.0625rem 0.125rem 0 #ffffff, 0.0625rem -0.125rem 0 #ffffff, 0.125rem 0.0625rem 0 #ffffff, -0.125rem -0.0625rem 0 #ffffff, -0.125rem 0.0625rem 0 #ffffff, 0.125rem -0.0625rem 0 #ffffff;
  }
}

.point__item-img-icon {
  position: relative;
  width: 6.6875rem;
  margin-top: 2rem;
}

.point__item-img-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.3125rem;
  height: 12.3125rem;
  background-color: #ffffff;
  border-radius: 100vh;
  z-index: -1;
}

.point__item-text-wrapper {
  margin-top: 4.6875rem;
}

.point__item-title {
  font-size: 1.5rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.point__item-text {
  font-size: 1.25rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin-top: 1rem;
  text-align: center;
}

.price {
  position: relative;
  padding-top: 10.3125rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .price {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (max-width: 768px) {
  .price__inner.inner {
    max-width: 33.75rem;
  }
}

.price__section-title-en {
  position: relative;
  font-size: 0.9375rem;
  font-family: "Ubuntu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #f08200;
  text-transform: capitalize;
  padding-left: 1em;
}

.price__section-title-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  background-color: #f08200;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vh;
}

.price__section-title-ja {
  font-size: 2.75rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .price__section-title-ja {
    font-size: 2.25rem;
  }
}

.price__system-container {
  position: relative;
  border: 0.3125rem solid #ff5c00;
  border-radius: 1.25rem;
  background-color: #ffffff;
  padding: 0.9375rem 44.6875rem 0.9375rem 2.1875rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .price__system-container {
    padding: 2.5rem 1.25rem 11.25rem 1.25rem;
    border: 0.1875rem solid #ff5c00;
    border-radius: 0.625rem;
  }
}

.price__system-text-area {
  padding: 1.75rem 1.25rem 1.0625rem 0;
  border-right: 1px solid #ffd19b;
  max-width: 27.8125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price__system-text-area {
    padding: 0;
    border-right: none;
    max-width: 18.75rem;
    margin-inline: auto;
  }
}

.price__system-img {
  position: absolute;
  bottom: -1.5rem;
  right: 1.8125rem;
  background-image: url(../../assets/images/price/price-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: clamp(34.375rem, -82.625rem + 156vw, 39.25rem); /* 550 ~ 628 | 1200 ~ 1250 */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price__system-img {
    bottom: 0.625rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 18.75rem;
  }
}

.price__system-heading {
  font-size: 2.25rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ff5c00;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__system-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}

.price__system-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .price__system-info {
    justify-content: center;
    gap: 0.625rem;
  }
}

.price__system-badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.625rem;
  height: 5.625rem;
  background-color: #ff5c00;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .price__system-badge {
    width: 5rem;
    height: 5rem;
  }
}

.price__system-place {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .price__system-place {
    font-size: 0.875rem;
  }
}

.price__system-limited {
  font-size: 0.8125rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .price__system-limited {
    font-size: 0.75rem;
  }
}

.price__system-price-strike-through {
  display: inline-block;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #323232;
  background-image: linear-gradient(transparent 0.5em, #323232 0.5em, #323232 calc(0.5em + 0.0625rem), transparent calc(0.5em + 0.0625rem), transparent calc(0.5em + 0.1875rem), #323232 calc(0.5em + 0.1875rem), #323232 calc(0.5em + 0.25rem), transparent calc(0.5em + 0.25rem));
  background-position: 0 0.1em;
}
@media screen and (max-width: 768px) {
  .price__system-price-strike-through {
    font-size: 0.875rem;
    background-position: 0 0em;
  }
}

.price__system-price-strike-through span {
  font-size: 1.375rem;
  font-family: "Poppins", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding-inline: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .price__system-price-strike-through span {
    font-size: 1.125rem;
  }
}

.price__system-price {
  font-size: 1.9375rem;
  font-family: "Poppins", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.5161290323;
}
@media screen and (max-width: 768px) {
  .price__system-price {
    font-size: 1.625rem;
  }
}

.price__system-price span {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #323232;
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .price__system-price span {
    font-size: 1rem;
  }
}

.price__system-price-note {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.8571428571;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 768px) {
  .price__system-price-note {
    font-size: 0.8125rem;
  }
}

.price__table-container {
  margin-top: 3.75rem;
}

.price__table-heading {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .price__table-heading {
    font-size: 1.25rem;
  }
}

.price__table-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-top: 1.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #f08200;
}
@media screen and (max-width: 768px) {
  .price__table-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    border-radius: 0;
    border: 0;
    overflow: visible;
  }
}

.price__table-item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .price__table-item {
    border: 1px solid #f08200;
    border-radius: 0.625rem;
    overflow: hidden;
  }
}

.price__table-item:nth-child(n+2) {
  border-left: 1px solid #f08200;
}

.price__table-head {
  display: grid;
  place-items: center;
  min-height: 6.125rem;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .price__table-head {
    padding: 0.625rem 0.625rem;
  }
}

.price__table-head-01 {
  background-color: #ffd19b;
}

.price__table-head-02 {
  background-color: #ffb866;
}

.price__table-head-03 {
  background-color: #ffa133;
}

.price__table-head-text {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.4583333333;
}

.price__table-head-text strong {
  font-size: 2.5rem;
  font-family: "Poppins", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin-right: 0.1875rem;
}

.price__table-head-text-02,
.price__table-head-text-03 {
  position: relative;
  padding-left: 2.5625rem;
}

.price__table-head-text-02::before,
.price__table-head-text-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.75rem;
  height: 2.1875rem;
}

.price__table-head-text-02::before {
  background-image: url(../../assets/images/common/icon-batch-01.svg);
}

.price__table-head-text-03::before {
  background-image: url(../../assets/images/common/icon-batch-02.svg);
}

.price__table-data {
  display: grid;
  place-items: center;
  min-height: 6.125rem;
  background-color: #ffffff;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .price__table-data {
    padding: 0.625rem 0.625rem;
  }
}

.price__table-data-text {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.4444444444;
}

.price__table-data-text strong {
  font-size: 1.625rem;
  font-family: "Poppins", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin-right: 0.25rem;
}

.recommend {
  position: relative;
  background-color: #ffffff;
  border-radius: 1.875rem;
  padding: 3rem 7.5rem 3.75rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .recommend {
    border-radius: 0.625rem;
    padding: 3.125rem 1.25rem 3.125rem;
  }
}

.recommend__comment-wrapper {
  position: absolute;
  top: -1.8125rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .recommend__comment-wrapper {
    top: -2.3125rem;
    width: max-content;
  }
}

.recommend__comment {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 1.125rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.8;
  padding: 0.8125rem 2.875rem 0.8125rem 3.75rem;
  background-color: #f08200;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .recommend__comment {
    font-size: 1rem;
    padding: 0.5rem 0.9375rem 0.5rem 1.25rem;
    text-align: center;
  }
}

.recommend__comment::before {
  content: "";
  position: absolute;
  top: 75%;
  left: 0;
  transform: translateY(-50%) rotate(30deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.9375rem solid #f08200;
  border-right: 0;
}

.recommend__heading {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.75rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recommend__heading {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .recommend-subsidy .recommend__heading {
    margin-top: 1.25rem;
  }
}

.recommend__heading::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.recommend-subsidy .recommend__heading::after,
.recommend-long-period .recommend__heading::after {
  background-image: url(../../assets/images/common/deco-woman.svg);
  width: 7.5625rem;
  height: 7.75rem;
}
@media screen and (max-width: 768px) {
  .recommend-subsidy .recommend__heading::after,
  .recommend-long-period .recommend__heading::after {
    width: 4.375rem;
    height: 6.1875rem;
  }
}

.recommend-subsidy .recommend__heading::after {
  top: -4.125rem;
  left: -8.125rem;
}
@media screen and (max-width: 768px) {
  .recommend-subsidy .recommend__heading::after {
    top: -3.125rem;
    left: -4.375rem;
  }
}

.recommend-long-period .recommend__heading::after {
  top: -4.125rem;
  left: -8.125rem;
}
@media screen and (max-width: 768px) {
  .recommend-long-period .recommend__heading::after {
    top: 0;
    left: -5.625rem;
  }
}

.recommend-environment .recommend__heading::after,
.recommend-disaster .recommend__heading::after {
  background-image: url(../../assets/images/common/deco-man.svg);
  width: 6.0625rem;
  height: 7.6875rem;
}
@media screen and (max-width: 768px) {
  .recommend-environment .recommend__heading::after,
  .recommend-disaster .recommend__heading::after {
    width: 3.125rem;
    height: 3.9375rem;
  }
}

.recommend-environment .recommend__heading::after {
  top: -4.125rem;
  left: -8.125rem;
}
@media screen and (max-width: 768px) {
  .recommend-environment .recommend__heading::after {
    top: 0;
    left: -3.75rem;
  }
}

.recommend-disaster .recommend__heading::after {
  top: -4.125rem;
  left: -7.5rem;
}
@media screen and (max-width: 768px) {
  .recommend-disaster .recommend__heading::after {
    top: 0;
    left: -3.75rem;
  }
}

.recommend__info-wrapper {
  position: relative;
  margin-top: 3.75rem;
  padding: 0 4.8125rem;
}
@media screen and (max-width: 768px) {
  .recommend__info-wrapper {
    margin-top: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 0;
    padding: 0 0 0 1.875rem;
  }
}

.recommend__info-wrapper::before {
  content: "";
  content: "";
  position: absolute;
  left: 0;
  top: -0.4375rem;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .recommend__info-wrapper::before {
    top: 0;
    width: 1.5625rem;
    height: 1.3125rem;
  }
}

.recommend__info-wrapper.recommend__info-wrapper-01::before {
  background-image: url(../../assets/images/common/icon-check-mark-01.svg);
}

.recommend__info-wrapper.recommend__info-wrapper-02::before {
  background-image: url(../../assets/images/common/icon-check-mark-02.svg);
}

.recommend__info-01 {
  font-size: 1.125rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recommend__info-01 {
    font-size: 1rem;
  }
}

.recommend__info-01:nth-child(n+2) {
  margin-top: 0.8125rem;
}

.recommend__info-02 {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.8;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .recommend__info-02 {
    font-size: 1rem;
  }
}

.schedule {
  padding-top: 6.75rem;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .schedule__inner.inner {
    max-width: 33.75rem;
  }
}

.schedule__section-title-en {
  position: relative;
  font-size: 0.9375rem;
  font-family: "Ubuntu", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #f08200;
  text-transform: capitalize;
  padding-left: 1em;
}

.schedule__section-title-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  background-color: #f08200;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vh;
}

.schedule__section-title-ja {
  font-size: 2.75rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .schedule__section-title-ja {
    font-size: 2.25rem;
  }
}

.schedule__step-container {
  margin-top: 3.75rem;
}

.schedule__step-row {
  position: relative;
  display: grid;
  grid-template-columns: 24.25rem 1fr;
  gap: 0.625rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule__step-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.schedule__step-row:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -2.1875rem;
  left: 3.75rem;
  width: 0.25rem;
  height: 2.5rem;
  background-color: #f08200;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .schedule__step-row:not(:last-child)::before {
    left: 50%;
    transform: translateX(-50%);
    height: 3.75rem;
    bottom: -3.4375rem;
  }
}

.schedule__step-row:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .schedule__step-row:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.schedule__step-label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.625rem 0.625rem 0.625rem 8.75rem;
  border-radius: 100vh 0 0 100vh;
  min-height: 7.5rem;
}
@media screen and (max-width: 768px) {
  .schedule__step-label {
    min-height: 5rem;
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 0.625rem 0.625rem 0.625rem 5rem;
  }
}

.schedule__step-row:nth-child(1) .schedule__step-label {
  background-color: #f08200;
}

.schedule__step-row:nth-child(2) .schedule__step-label {
  background-color: #f07800;
}

.schedule__step-row:nth-child(3) .schedule__step-label {
  background-color: #f06c00;
}

.schedule__step-row:nth-child(4) .schedule__step-label {
  background-color: #f06000;
}

.schedule__step-row:nth-child(5) .schedule__step-label {
  background-color: #f05400;
}

.schedule__step-label::before {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.25rem;
  height: 6.25rem;
}
@media screen and (max-width: 768px) {
  .schedule__step-label::before {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.schedule__step-row:nth-child(1) .schedule__step-label::before {
  background-image: url(../../assets/images/schedule/schedule-step-01.svg);
}

.schedule__step-row:nth-child(2) .schedule__step-label::before {
  background-image: url(../../assets/images/schedule/schedule-step-02.svg);
}

.schedule__step-row:nth-child(3) .schedule__step-label::before {
  background-image: url(../../assets/images/schedule/schedule-step-03.svg);
}

.schedule__step-row:nth-child(4) .schedule__step-label::before {
  background-image: url(../../assets/images/schedule/schedule-step-04.svg);
}

.schedule__step-row:nth-child(5) .schedule__step-label::before {
  background-image: url(../../assets/images/schedule/schedule-step-05.svg);
}

.schedule__step-number {
  font-size: max(10px, 0.875rem);
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffeb51;
  letter-spacing: 0.1em;
}

.schedule__step-number span {
  font-size: max(14px, 1.125rem);
}

.schedule__step-title {
  font-size: 1.375rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0.625rem;
}

.schedule__step-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.375rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4545454545;
  padding: 0.625rem 2.5rem;
  min-height: 7.5rem;
  background-color: #ffffff;
  border-radius: 0 100vh 100vh 0;
}
@media screen and (max-width: 768px) {
  .schedule__step-value {
    border-radius: 0 0 1.25rem 1.25rem;
    min-height: 5rem;
    padding: 0.625rem 1.25rem;
  }
}

.schedule__step-description {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
}

.schedule__step-description-note {
  font-size: max(10px, 0.875rem);
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  margin-top: 0.3125rem;
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    overflow: scroll;
    background-color: #faf5ee;
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
    padding-inline: 1.25rem;
  }
}

.sp-nav.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-nav__logo {
    width: 100%;
    max-width: 10rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 3.125rem;
    margin-inline: auto;
    max-width: 20.9375rem;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-contact,
  .sp-nav__item.sp-nav__item-download {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item a {
    display: block;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #323232;
    line-height: 1.3;
    transition: all 0.3s;
    padding: 0.9375rem 0;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-contact a {
    width: 100%;
    max-width: 12.5rem;
    margin-inline: auto;
    background-color: #5f95d2;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-contact a span {
    position: relative;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    padding-left: 2.625rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-contact a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../assets/images/common/icon-mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-download a {
    width: 100%;
    max-width: 12.5rem;
    margin-inline: auto;
    background-color: #f08200;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-download a span {
    position: relative;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    padding-left: 2.625rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-nav__item.sp-nav__item-download a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../assets/images/common/icon-memo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
  }
}

.subsidy {
  margin-top: 4rem;
}
@media screen and (max-width: 1300px) {
  .subsidy {
    margin-top: 5.25rem;
  }
}
@media screen and (max-width: 768px) {
  .subsidy {
    margin-top: 4rem;
  }
}

.subsidy__mv {
  position: relative;
  height: 46.5rem;
}
@media screen and (max-width: 768px) {
  .subsidy__mv {
    height: 42.5rem;
  }
}

.subsidy__mv::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-image: url(../../assets/images/mv/mv-deco-02.png);
  background-size: 98.5rem 6.9375rem;
  background-repeat: repeat-x;
  background-position: center top;
  width: 100%;
  height: 6.9375rem;
}

.subsidy__mv-tokyo {
  position: absolute;
  top: 5rem;
  right: calc(50% + 17.4375rem);
  max-width: 7.1875rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subsidy__mv-tokyo {
    top: 7.5625rem;
    right: calc(50% + 7.5rem);
    max-width: 3.125rem;
  }
}

.subsidy__mv-logo {
  position: absolute;
  top: 5.375rem;
  right: calc(50% - 9.3125rem);
  max-width: 25.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subsidy__mv-logo {
    top: 7.5rem;
    right: calc(50% - 5.5rem);
    max-width: 12.5rem;
  }
}

.subsidy__mv-solar-panel {
  position: absolute;
  top: 3rem;
  left: calc(50% + 9.9375rem);
  max-width: 17.5rem;
  width: 100%;
  filter: drop-shadow(0.125rem 0.8125rem 0.625rem rgba(198, 185, 169, 0.5));
}
@media screen and (max-width: 768px) {
  .subsidy__mv-solar-panel {
    top: 7.4375rem;
    left: calc(50% + 5.625rem);
    max-width: 5.625rem;
  }
}

.subsidy__mv-title {
  position: absolute;
  top: 16.25rem;
  right: calc(50% - 11.9375rem);
  max-width: 36.5625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subsidy__mv-title {
    top: 13.4375rem;
    right: calc(50% - 5rem);
    max-width: 15.625rem;
  }
}

.subsidy__mv-deco {
  position: absolute;
  top: 15.8125rem;
  left: calc(50% + 8.6875rem);
  max-width: 16.8125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subsidy__mv-deco {
    top: 13.3125rem;
    left: calc(50% + 4.6875rem);
    max-width: 6.25rem;
  }
}

.subsidy__mv-btn-wrapper {
  position: absolute;
  top: 29.3125rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .subsidy__mv-btn-wrapper {
    top: 21.25rem;
  }
}

.subsidy__intro {
  padding-top: 5rem;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 768px) {
  .subsidy__intro {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .subsidy__inner.inner {
    max-width: 33.75rem;
  }
}

.subsidy__heading-wrapper {
  text-align: center;
}

.subsidy__heading {
  display: inline-block;
  font-size: 1.875rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #f08200;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  background-color: #ffffff;
  padding: 0.5rem 1.125rem 0.5rem 1.625rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .subsidy__heading {
    font-size: 1.375rem;
    padding: 0.375rem 0.25rem 0.375rem 0.5rem;
    border-radius: 0.5rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.subsidy__heading-large {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .subsidy__heading-large {
    font-size: 1.625rem;
  }
}

.subsidy__intro-text-wrapper {
  margin-top: 1.25rem;
  margin-inline: auto;
}
.subsidy__intro-text {
  font-size: 1.125rem;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subsidy__intro-text {
    font-size: 0.8125rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.subsidy__point-wrapper {
  margin-top: 5.125rem;
}

.subsidy__recommend {
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .subsidy__recommend {
    margin-top: 5rem;
  }
}

.subsidy__btn-wrapper {
  margin-inline: auto;
  margin-top: 1rem;
}

/* ------------- 前へ次への矢印カスタマイズ 共通部分 ------------- */
.swiper-container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  transition: all 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.6;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  width: 100%;
  height: 100%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  filter: brightness(1.2);
  opacity: 1;
}

/* ------------- 前へ次への矢印カスタマイズ 共通部分 ここまで ------------- */
/* ------------- 前へ次への矢印カスタマイズ ------------- */
/* ===== 導入事例スライド ===== */
.swiper-button-prev-cases,
.swiper-button-next-cases {
  top: 27.1875rem;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev-cases,
  .swiper-button-next-cases {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.swiper-button-prev-cases {
  left: -3.75rem;
  left: 0.625rem;
}

.swiper-button-next-cases {
  right: -3.75rem;
  right: 0.625rem;
  left: auto;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev-cases::after {
  background-image: url(../../assets/images/cases/slide-arrow-orange-prev.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next-cases::after {
  background-image: url(../../assets/images/cases/slide-arrow-orange-next.svg);
}

/* ===== 導入事例画像スライド ===== */
.swiper-button-prev.swiper-button-prev-cases-img,
.swiper-button-next.swiper-button-next-cases-img {
  will-change: transform; /* safariで、Swiper01スライド後にswiper02の矢印が再描画されないので対策 */
  top: 50%;
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev.swiper-button-prev-cases-img,
  .swiper-button-next.swiper-button-next-cases-img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.swiper-button-prev.swiper-button-prev-cases-cases-img {
  left: 1.25rem;
}

.swiper-button-next.swiper-button-next-cases-img {
  right: 1.25rem;
  left: auto;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev.swiper-button-prev-cases-img::after {
  background-image: url(../../assets/images/cases/cases-slide-arrow-white.svg);
  transform: scaleX(-1);
}

/* 次への矢印カスタマイズ */
.swiper-button-next.swiper-button-next-cases-img::after {
  background-image: url(../../assets/images/cases/cases-slide-arrow-white.svg);
}

/* ------------- 前へ次への矢印カスタマイズ ここまで ------------- */
/* ------------- ページネーションドット部分カスタマイズ共通 ここから ------------- */
/* ===== 導入事例スライド ===== */
.swiper-pagination.swiper-pagination-cases {
  bottom: -3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination.swiper-pagination-cases .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #ffd19b;
  opacity: 1;
}

/* 選択されているページネーション */
.swiper-pagination.swiper-pagination-cases .swiper-pagination-bullet-active {
  background-color: #ff5c00;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}

/* ===== 導入事例画像スライド ===== */
.swiper-pagination.swiper-pagination-cases-img {
  bottom: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination.swiper-pagination-cases-img .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ffffff;
  opacity: 1;
}

/* 選択されているページネーション */
.swiper-pagination.swiper-pagination-cases-img .swiper-pagination-bullet-active {
  background-color: #f08200;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}

/* ------------- ページネーションドット部分カスタマイズ共通 ここまで ------------- */
/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントカラーの設定 ここから ---------- */
/* 16進数カラーコードも命名する。text-light-blue、text-dark-blueで管理すると、色の判別がしにくいため。 */
/* ---------- フォントカラーの設定 ここまで ---------- */
/* ---------- フォントの大文字・小文字の設定 ここから ---------- */
/* capitalize はspanタグで囲って使用する。「:first-letter」は使用しない。 */
/* 各単語の最初のテキストを大文字に変換 */
.text-capitalize {
  text-transform: capitalize;
}

/* 全てのテキストを大文字に変換 */
.text-uppercase {
  text-transform: uppercase;
}

/* ---------- フォントの大文字・小文字の設定 ここまで ---------- */
/* ---------- フォントウェイトの設定 ここから ---------- */
/* ---------- フォントウェイトの設定 ここまで ---------- */
/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここから ---------- */
.text-wrap {
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここまで ---------- */
/* ------------ */
/* テキストの下線 */
/* ------------ */
.underline-yellow-01 {
  background-image: linear-gradient(0deg, #f4da33 0.5rem, transparent 0.5rem);
}

.underline-yellow-02 {
  background-image: linear-gradient(0deg, #f4da33 0.5rem, transparent 0.5rem);
}
@media screen and (max-width: 768px) {
  .underline-yellow-02 {
    background-image: linear-gradient(0deg, #f4da33 0.25rem, transparent 0.25rem);
  }
}

.underline-yellow-03 {
  background-image: linear-gradient(0deg, #ffeb51 0.3125rem, transparent 0.3125rem);
}
@media screen and (max-width: 768px) {
  .underline-yellow-03 {
    background-image: linear-gradient(0deg, #ffeb51 0.1875rem, transparent 0.1875rem);
  }
}

.underline-green-01,
.underline-yellow-04 {
  position: relative;
}

.underline-green-01::before,
.underline-yellow-04::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 100%;
  height: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .underline-green-01::before,
  .underline-yellow-04::before {
    bottom: -0.375rem;
    height: 0.1875rem;
  }
}

.underline-green-01::before {
  background-image: linear-gradient(0deg, #b1d641 0.3125rem, transparent 0.3125rem);
}
@media screen and (max-width: 768px) {
  .underline-green-01::before {
    background-image: linear-gradient(0deg, #b1d641 0.1875rem, transparent 0.1875rem);
  }
}

.underline-yellow-04::before {
  background-image: linear-gradient(0deg, #ffeb51 0.3125rem, transparent 0.3125rem);
}
@media screen and (max-width: 768px) {
  .underline-yellow-04::before {
    background-image: linear-gradient(0deg, #ffeb51 0.1875rem, transparent 0.1875rem);
  }
}

/* ------------------------ */
/* 改行用、SP・PC非表示用の設定 */
/* ------------------------ */
/* ---------- 改行 〜 more：以上、less：以下 | ここから ---------- */
/* 768px以下で改行 */
.br-768-less {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-768-less {
    display: block;
  }
}

/* 500px以下で改行 */
.br-500-less {
  display: none;
}
@media screen and (max-width: 500px) {
  .br-500-less {
    display: block;
  }
}

/* 540px以下で改行 */
.br-540-less {
  display: none;
}
@media screen and (max-width: 540px) {
  .br-540-less {
    display: block;
  }
}

/* 768px以上で改行 */
.br-768-more {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-768-more {
    display: none;
  }
}

/* ---------- 改行 | ここまで ---------- */
/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここから ---------- */
/* PCのとき非表示 */
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

/* SPのとき非表示 */
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここまで ---------- */
/* ---------- margin-topの設定 | ここから ---------- */
.mt-pc-1 {
  margin-top: 0.0625rem;
}

.mt-pc-2 {
  margin-top: 0.125rem;
}

.mt-pc-3 {
  margin-top: 0.1875rem;
}

.mt-pc-4 {
  margin-top: 0.25rem;
}

.mt-pc-5 {
  margin-top: 0.3125rem;
}

.mt-pc-6 {
  margin-top: 0.375rem;
}

.mt-pc-7 {
  margin-top: 0.4375rem;
}

.mt-pc-8 {
  margin-top: 0.5rem;
}

.mt-pc-9 {
  margin-top: 0.5625rem;
}

.mt-pc-10 {
  margin-top: 0.625rem;
}

.mt-pc-11 {
  margin-top: 0.6875rem;
}

.mt-pc-12 {
  margin-top: 0.75rem;
}

.mt-pc-13 {
  margin-top: 0.8125rem;
}

.mt-pc-14 {
  margin-top: 0.875rem;
}

.mt-pc-15 {
  margin-top: 0.9375rem;
}

.mt-pc-16 {
  margin-top: 1rem;
}

.mt-pc-17 {
  margin-top: 1.0625rem;
}

.mt-pc-18 {
  margin-top: 1.125rem;
}

.mt-pc-19 {
  margin-top: 1.1875rem;
}

.mt-pc-20 {
  margin-top: 1.25rem;
}

.mt-pc-21 {
  margin-top: 1.3125rem;
}

.mt-pc-22 {
  margin-top: 1.375rem;
}

.mt-pc-23 {
  margin-top: 1.4375rem;
}

.mt-pc-24 {
  margin-top: 1.5rem;
}

.mt-pc-25 {
  margin-top: 1.5625rem;
}

.mt-pc-26 {
  margin-top: 1.625rem;
}

.mt-pc-27 {
  margin-top: 1.6875rem;
}

.mt-pc-28 {
  margin-top: 1.75rem;
}

.mt-pc-29 {
  margin-top: 1.8125rem;
}

.mt-pc-30 {
  margin-top: 1.875rem;
}

.mt-pc-31 {
  margin-top: 1.9375rem;
}

.mt-pc-32 {
  margin-top: 2rem;
}

.mt-pc-33 {
  margin-top: 2.0625rem;
}

.mt-pc-34 {
  margin-top: 2.125rem;
}

.mt-pc-35 {
  margin-top: 2.1875rem;
}

.mt-pc-36 {
  margin-top: 2.25rem;
}

.mt-pc-37 {
  margin-top: 2.3125rem;
}

.mt-pc-38 {
  margin-top: 2.375rem;
}

.mt-pc-39 {
  margin-top: 2.4375rem;
}

.mt-pc-40 {
  margin-top: 2.5rem;
}

.mt-pc-41 {
  margin-top: 2.5625rem;
}

.mt-pc-42 {
  margin-top: 2.625rem;
}

.mt-pc-43 {
  margin-top: 2.6875rem;
}

.mt-pc-44 {
  margin-top: 2.75rem;
}

.mt-pc-45 {
  margin-top: 2.8125rem;
}

.mt-pc-46 {
  margin-top: 2.875rem;
}

.mt-pc-47 {
  margin-top: 2.9375rem;
}

.mt-pc-48 {
  margin-top: 3rem;
}

.mt-pc-49 {
  margin-top: 3.0625rem;
}

.mt-pc-50 {
  margin-top: 3.125rem;
}

.mt-pc-51 {
  margin-top: 3.1875rem;
}

.mt-pc-52 {
  margin-top: 3.25rem;
}

.mt-pc-53 {
  margin-top: 3.3125rem;
}

.mt-pc-54 {
  margin-top: 3.375rem;
}

.mt-pc-55 {
  margin-top: 3.4375rem;
}

.mt-pc-56 {
  margin-top: 3.5rem;
}

.mt-pc-57 {
  margin-top: 3.5625rem;
}

.mt-pc-58 {
  margin-top: 3.625rem;
}

.mt-pc-59 {
  margin-top: 3.6875rem;
}

.mt-pc-60 {
  margin-top: 3.75rem;
}

.mt-pc-61 {
  margin-top: 3.8125rem;
}

.mt-pc-62 {
  margin-top: 3.875rem;
}

.mt-pc-63 {
  margin-top: 3.9375rem;
}

.mt-pc-64 {
  margin-top: 4rem;
}

.mt-pc-65 {
  margin-top: 4.0625rem;
}

.mt-pc-66 {
  margin-top: 4.125rem;
}

.mt-pc-67 {
  margin-top: 4.1875rem;
}

.mt-pc-68 {
  margin-top: 4.25rem;
}

.mt-pc-69 {
  margin-top: 4.3125rem;
}

.mt-pc-70 {
  margin-top: 4.375rem;
}

.mt-pc-71 {
  margin-top: 4.4375rem;
}

.mt-pc-72 {
  margin-top: 4.5rem;
}

.mt-pc-73 {
  margin-top: 4.5625rem;
}

.mt-pc-74 {
  margin-top: 4.625rem;
}

.mt-pc-75 {
  margin-top: 4.6875rem;
}

.mt-pc-76 {
  margin-top: 4.75rem;
}

.mt-pc-77 {
  margin-top: 4.8125rem;
}

.mt-pc-78 {
  margin-top: 4.875rem;
}

.mt-pc-79 {
  margin-top: 4.9375rem;
}

.mt-pc-80 {
  margin-top: 5rem;
}

.mt-pc-81 {
  margin-top: 5.0625rem;
}

.mt-pc-82 {
  margin-top: 5.125rem;
}

.mt-pc-83 {
  margin-top: 5.1875rem;
}

.mt-pc-84 {
  margin-top: 5.25rem;
}

.mt-pc-85 {
  margin-top: 5.3125rem;
}

.mt-pc-86 {
  margin-top: 5.375rem;
}

.mt-pc-87 {
  margin-top: 5.4375rem;
}

.mt-pc-88 {
  margin-top: 5.5rem;
}

.mt-pc-89 {
  margin-top: 5.5625rem;
}

.mt-pc-90 {
  margin-top: 5.625rem;
}

.mt-pc-91 {
  margin-top: 5.6875rem;
}

.mt-pc-92 {
  margin-top: 5.75rem;
}

.mt-pc-93 {
  margin-top: 5.8125rem;
}

.mt-pc-94 {
  margin-top: 5.875rem;
}

.mt-pc-95 {
  margin-top: 5.9375rem;
}

.mt-pc-96 {
  margin-top: 6rem;
}

.mt-pc-97 {
  margin-top: 6.0625rem;
}

.mt-pc-98 {
  margin-top: 6.125rem;
}

.mt-pc-99 {
  margin-top: 6.1875rem;
}

.mt-pc-100 {
  margin-top: 6.25rem;
}

.mt-pc-101 {
  margin-top: 6.3125rem;
}

.mt-pc-102 {
  margin-top: 6.375rem;
}

.mt-pc-103 {
  margin-top: 6.4375rem;
}

.mt-pc-104 {
  margin-top: 6.5rem;
}

.mt-pc-105 {
  margin-top: 6.5625rem;
}

.mt-pc-106 {
  margin-top: 6.625rem;
}

.mt-pc-107 {
  margin-top: 6.6875rem;
}

.mt-pc-108 {
  margin-top: 6.75rem;
}

.mt-pc-109 {
  margin-top: 6.8125rem;
}

.mt-pc-110 {
  margin-top: 6.875rem;
}

.mt-pc-111 {
  margin-top: 6.9375rem;
}

.mt-pc-112 {
  margin-top: 7rem;
}

.mt-pc-113 {
  margin-top: 7.0625rem;
}

.mt-pc-114 {
  margin-top: 7.125rem;
}

.mt-pc-115 {
  margin-top: 7.1875rem;
}

.mt-pc-116 {
  margin-top: 7.25rem;
}

.mt-pc-117 {
  margin-top: 7.3125rem;
}

.mt-pc-118 {
  margin-top: 7.375rem;
}

.mt-pc-119 {
  margin-top: 7.4375rem;
}

.mt-pc-120 {
  margin-top: 7.5rem;
}

.mt-pc-121 {
  margin-top: 7.5625rem;
}

.mt-pc-122 {
  margin-top: 7.625rem;
}

.mt-pc-123 {
  margin-top: 7.6875rem;
}

.mt-pc-124 {
  margin-top: 7.75rem;
}

.mt-pc-125 {
  margin-top: 7.8125rem;
}

.mt-pc-126 {
  margin-top: 7.875rem;
}

.mt-pc-127 {
  margin-top: 7.9375rem;
}

.mt-pc-128 {
  margin-top: 8rem;
}

.mt-pc-129 {
  margin-top: 8.0625rem;
}

.mt-pc-130 {
  margin-top: 8.125rem;
}

.mt-pc-131 {
  margin-top: 8.1875rem;
}

.mt-pc-132 {
  margin-top: 8.25rem;
}

.mt-pc-133 {
  margin-top: 8.3125rem;
}

.mt-pc-134 {
  margin-top: 8.375rem;
}

.mt-pc-135 {
  margin-top: 8.4375rem;
}

.mt-pc-136 {
  margin-top: 8.5rem;
}

.mt-pc-137 {
  margin-top: 8.5625rem;
}

.mt-pc-138 {
  margin-top: 8.625rem;
}

.mt-pc-139 {
  margin-top: 8.6875rem;
}

.mt-pc-140 {
  margin-top: 8.75rem;
}

.mt-pc-141 {
  margin-top: 8.8125rem;
}

.mt-pc-142 {
  margin-top: 8.875rem;
}

.mt-pc-143 {
  margin-top: 8.9375rem;
}

.mt-pc-144 {
  margin-top: 9rem;
}

.mt-pc-145 {
  margin-top: 9.0625rem;
}

.mt-pc-146 {
  margin-top: 9.125rem;
}

.mt-pc-147 {
  margin-top: 9.1875rem;
}

.mt-pc-148 {
  margin-top: 9.25rem;
}

.mt-pc-149 {
  margin-top: 9.3125rem;
}

.mt-pc-150 {
  margin-top: 9.375rem;
}

.mt-pc-151 {
  margin-top: 9.4375rem;
}

.mt-pc-152 {
  margin-top: 9.5rem;
}

.mt-pc-153 {
  margin-top: 9.5625rem;
}

.mt-pc-154 {
  margin-top: 9.625rem;
}

.mt-pc-155 {
  margin-top: 9.6875rem;
}

.mt-pc-156 {
  margin-top: 9.75rem;
}

.mt-pc-157 {
  margin-top: 9.8125rem;
}

.mt-pc-158 {
  margin-top: 9.875rem;
}

.mt-pc-159 {
  margin-top: 9.9375rem;
}

.mt-pc-160 {
  margin-top: 10rem;
}

.mt-pc-161 {
  margin-top: 10.0625rem;
}

.mt-pc-162 {
  margin-top: 10.125rem;
}

.mt-pc-163 {
  margin-top: 10.1875rem;
}

.mt-pc-164 {
  margin-top: 10.25rem;
}

.mt-pc-165 {
  margin-top: 10.3125rem;
}

.mt-pc-166 {
  margin-top: 10.375rem;
}

.mt-pc-167 {
  margin-top: 10.4375rem;
}

.mt-pc-168 {
  margin-top: 10.5rem;
}

.mt-pc-169 {
  margin-top: 10.5625rem;
}

.mt-pc-170 {
  margin-top: 10.625rem;
}

.mt-pc-171 {
  margin-top: 10.6875rem;
}

.mt-pc-172 {
  margin-top: 10.75rem;
}

.mt-pc-173 {
  margin-top: 10.8125rem;
}

.mt-pc-174 {
  margin-top: 10.875rem;
}

.mt-pc-175 {
  margin-top: 10.9375rem;
}

.mt-pc-176 {
  margin-top: 11rem;
}

.mt-pc-177 {
  margin-top: 11.0625rem;
}

.mt-pc-178 {
  margin-top: 11.125rem;
}

.mt-pc-179 {
  margin-top: 11.1875rem;
}

.mt-pc-180 {
  margin-top: 11.25rem;
}

.mt-pc-181 {
  margin-top: 11.3125rem;
}

.mt-pc-182 {
  margin-top: 11.375rem;
}

.mt-pc-183 {
  margin-top: 11.4375rem;
}

.mt-pc-184 {
  margin-top: 11.5rem;
}

.mt-pc-185 {
  margin-top: 11.5625rem;
}

.mt-pc-186 {
  margin-top: 11.625rem;
}

.mt-pc-187 {
  margin-top: 11.6875rem;
}

.mt-pc-188 {
  margin-top: 11.75rem;
}

.mt-pc-189 {
  margin-top: 11.8125rem;
}

.mt-pc-190 {
  margin-top: 11.875rem;
}

.mt-pc-191 {
  margin-top: 11.9375rem;
}

.mt-pc-192 {
  margin-top: 12rem;
}

.mt-pc-193 {
  margin-top: 12.0625rem;
}

.mt-pc-194 {
  margin-top: 12.125rem;
}

.mt-pc-195 {
  margin-top: 12.1875rem;
}

.mt-pc-196 {
  margin-top: 12.25rem;
}

.mt-pc-197 {
  margin-top: 12.3125rem;
}

.mt-pc-198 {
  margin-top: 12.375rem;
}

.mt-pc-199 {
  margin-top: 12.4375rem;
}

.mt-pc-200 {
  margin-top: 12.5rem;
}

@media screen and (max-width: 768px) {
  .mt-sp-1 {
    margin-top: 0.0625rem;
  }
  .mt-sp-2 {
    margin-top: 0.125rem;
  }
  .mt-sp-3 {
    margin-top: 0.1875rem;
  }
  .mt-sp-4 {
    margin-top: 0.25rem;
  }
  .mt-sp-5 {
    margin-top: 0.3125rem;
  }
  .mt-sp-6 {
    margin-top: 0.375rem;
  }
  .mt-sp-7 {
    margin-top: 0.4375rem;
  }
  .mt-sp-8 {
    margin-top: 0.5rem;
  }
  .mt-sp-9 {
    margin-top: 0.5625rem;
  }
  .mt-sp-10 {
    margin-top: 0.625rem;
  }
  .mt-sp-11 {
    margin-top: 0.6875rem;
  }
  .mt-sp-12 {
    margin-top: 0.75rem;
  }
  .mt-sp-13 {
    margin-top: 0.8125rem;
  }
  .mt-sp-14 {
    margin-top: 0.875rem;
  }
  .mt-sp-15 {
    margin-top: 0.9375rem;
  }
  .mt-sp-16 {
    margin-top: 1rem;
  }
  .mt-sp-17 {
    margin-top: 1.0625rem;
  }
  .mt-sp-18 {
    margin-top: 1.125rem;
  }
  .mt-sp-19 {
    margin-top: 1.1875rem;
  }
  .mt-sp-20 {
    margin-top: 1.25rem;
  }
  .mt-sp-21 {
    margin-top: 1.3125rem;
  }
  .mt-sp-22 {
    margin-top: 1.375rem;
  }
  .mt-sp-23 {
    margin-top: 1.4375rem;
  }
  .mt-sp-24 {
    margin-top: 1.5rem;
  }
  .mt-sp-25 {
    margin-top: 1.5625rem;
  }
  .mt-sp-26 {
    margin-top: 1.625rem;
  }
  .mt-sp-27 {
    margin-top: 1.6875rem;
  }
  .mt-sp-28 {
    margin-top: 1.75rem;
  }
  .mt-sp-29 {
    margin-top: 1.8125rem;
  }
  .mt-sp-30 {
    margin-top: 1.875rem;
  }
  .mt-sp-31 {
    margin-top: 1.9375rem;
  }
  .mt-sp-32 {
    margin-top: 2rem;
  }
  .mt-sp-33 {
    margin-top: 2.0625rem;
  }
  .mt-sp-34 {
    margin-top: 2.125rem;
  }
  .mt-sp-35 {
    margin-top: 2.1875rem;
  }
  .mt-sp-36 {
    margin-top: 2.25rem;
  }
  .mt-sp-37 {
    margin-top: 2.3125rem;
  }
  .mt-sp-38 {
    margin-top: 2.375rem;
  }
  .mt-sp-39 {
    margin-top: 2.4375rem;
  }
  .mt-sp-40 {
    margin-top: 2.5rem;
  }
  .mt-sp-41 {
    margin-top: 2.5625rem;
  }
  .mt-sp-42 {
    margin-top: 2.625rem;
  }
  .mt-sp-43 {
    margin-top: 2.6875rem;
  }
  .mt-sp-44 {
    margin-top: 2.75rem;
  }
  .mt-sp-45 {
    margin-top: 2.8125rem;
  }
  .mt-sp-46 {
    margin-top: 2.875rem;
  }
  .mt-sp-47 {
    margin-top: 2.9375rem;
  }
  .mt-sp-48 {
    margin-top: 3rem;
  }
  .mt-sp-49 {
    margin-top: 3.0625rem;
  }
  .mt-sp-50 {
    margin-top: 3.125rem;
  }
  .mt-sp-51 {
    margin-top: 3.1875rem;
  }
  .mt-sp-52 {
    margin-top: 3.25rem;
  }
  .mt-sp-53 {
    margin-top: 3.3125rem;
  }
  .mt-sp-54 {
    margin-top: 3.375rem;
  }
  .mt-sp-55 {
    margin-top: 3.4375rem;
  }
  .mt-sp-56 {
    margin-top: 3.5rem;
  }
  .mt-sp-57 {
    margin-top: 3.5625rem;
  }
  .mt-sp-58 {
    margin-top: 3.625rem;
  }
  .mt-sp-59 {
    margin-top: 3.6875rem;
  }
  .mt-sp-60 {
    margin-top: 3.75rem;
  }
  .mt-sp-61 {
    margin-top: 3.8125rem;
  }
  .mt-sp-62 {
    margin-top: 3.875rem;
  }
  .mt-sp-63 {
    margin-top: 3.9375rem;
  }
  .mt-sp-64 {
    margin-top: 4rem;
  }
  .mt-sp-65 {
    margin-top: 4.0625rem;
  }
  .mt-sp-66 {
    margin-top: 4.125rem;
  }
  .mt-sp-67 {
    margin-top: 4.1875rem;
  }
  .mt-sp-68 {
    margin-top: 4.25rem;
  }
  .mt-sp-69 {
    margin-top: 4.3125rem;
  }
  .mt-sp-70 {
    margin-top: 4.375rem;
  }
  .mt-sp-71 {
    margin-top: 4.4375rem;
  }
  .mt-sp-72 {
    margin-top: 4.5rem;
  }
  .mt-sp-73 {
    margin-top: 4.5625rem;
  }
  .mt-sp-74 {
    margin-top: 4.625rem;
  }
  .mt-sp-75 {
    margin-top: 4.6875rem;
  }
  .mt-sp-76 {
    margin-top: 4.75rem;
  }
  .mt-sp-77 {
    margin-top: 4.8125rem;
  }
  .mt-sp-78 {
    margin-top: 4.875rem;
  }
  .mt-sp-79 {
    margin-top: 4.9375rem;
  }
  .mt-sp-80 {
    margin-top: 5rem;
  }
  .mt-sp-81 {
    margin-top: 5.0625rem;
  }
  .mt-sp-82 {
    margin-top: 5.125rem;
  }
  .mt-sp-83 {
    margin-top: 5.1875rem;
  }
  .mt-sp-84 {
    margin-top: 5.25rem;
  }
  .mt-sp-85 {
    margin-top: 5.3125rem;
  }
  .mt-sp-86 {
    margin-top: 5.375rem;
  }
  .mt-sp-87 {
    margin-top: 5.4375rem;
  }
  .mt-sp-88 {
    margin-top: 5.5rem;
  }
  .mt-sp-89 {
    margin-top: 5.5625rem;
  }
  .mt-sp-90 {
    margin-top: 5.625rem;
  }
  .mt-sp-91 {
    margin-top: 5.6875rem;
  }
  .mt-sp-92 {
    margin-top: 5.75rem;
  }
  .mt-sp-93 {
    margin-top: 5.8125rem;
  }
  .mt-sp-94 {
    margin-top: 5.875rem;
  }
  .mt-sp-95 {
    margin-top: 5.9375rem;
  }
  .mt-sp-96 {
    margin-top: 6rem;
  }
  .mt-sp-97 {
    margin-top: 6.0625rem;
  }
  .mt-sp-98 {
    margin-top: 6.125rem;
  }
  .mt-sp-99 {
    margin-top: 6.1875rem;
  }
  .mt-sp-100 {
    margin-top: 6.25rem;
  }
  .mt-sp-101 {
    margin-top: 6.3125rem;
  }
  .mt-sp-102 {
    margin-top: 6.375rem;
  }
  .mt-sp-103 {
    margin-top: 6.4375rem;
  }
  .mt-sp-104 {
    margin-top: 6.5rem;
  }
  .mt-sp-105 {
    margin-top: 6.5625rem;
  }
  .mt-sp-106 {
    margin-top: 6.625rem;
  }
  .mt-sp-107 {
    margin-top: 6.6875rem;
  }
  .mt-sp-108 {
    margin-top: 6.75rem;
  }
  .mt-sp-109 {
    margin-top: 6.8125rem;
  }
  .mt-sp-110 {
    margin-top: 6.875rem;
  }
  .mt-sp-111 {
    margin-top: 6.9375rem;
  }
  .mt-sp-112 {
    margin-top: 7rem;
  }
  .mt-sp-113 {
    margin-top: 7.0625rem;
  }
  .mt-sp-114 {
    margin-top: 7.125rem;
  }
  .mt-sp-115 {
    margin-top: 7.1875rem;
  }
  .mt-sp-116 {
    margin-top: 7.25rem;
  }
  .mt-sp-117 {
    margin-top: 7.3125rem;
  }
  .mt-sp-118 {
    margin-top: 7.375rem;
  }
  .mt-sp-119 {
    margin-top: 7.4375rem;
  }
  .mt-sp-120 {
    margin-top: 7.5rem;
  }
  .mt-sp-121 {
    margin-top: 7.5625rem;
  }
  .mt-sp-122 {
    margin-top: 7.625rem;
  }
  .mt-sp-123 {
    margin-top: 7.6875rem;
  }
  .mt-sp-124 {
    margin-top: 7.75rem;
  }
  .mt-sp-125 {
    margin-top: 7.8125rem;
  }
  .mt-sp-126 {
    margin-top: 7.875rem;
  }
  .mt-sp-127 {
    margin-top: 7.9375rem;
  }
  .mt-sp-128 {
    margin-top: 8rem;
  }
  .mt-sp-129 {
    margin-top: 8.0625rem;
  }
  .mt-sp-130 {
    margin-top: 8.125rem;
  }
  .mt-sp-131 {
    margin-top: 8.1875rem;
  }
  .mt-sp-132 {
    margin-top: 8.25rem;
  }
  .mt-sp-133 {
    margin-top: 8.3125rem;
  }
  .mt-sp-134 {
    margin-top: 8.375rem;
  }
  .mt-sp-135 {
    margin-top: 8.4375rem;
  }
  .mt-sp-136 {
    margin-top: 8.5rem;
  }
  .mt-sp-137 {
    margin-top: 8.5625rem;
  }
  .mt-sp-138 {
    margin-top: 8.625rem;
  }
  .mt-sp-139 {
    margin-top: 8.6875rem;
  }
  .mt-sp-140 {
    margin-top: 8.75rem;
  }
  .mt-sp-141 {
    margin-top: 8.8125rem;
  }
  .mt-sp-142 {
    margin-top: 8.875rem;
  }
  .mt-sp-143 {
    margin-top: 8.9375rem;
  }
  .mt-sp-144 {
    margin-top: 9rem;
  }
  .mt-sp-145 {
    margin-top: 9.0625rem;
  }
  .mt-sp-146 {
    margin-top: 9.125rem;
  }
  .mt-sp-147 {
    margin-top: 9.1875rem;
  }
  .mt-sp-148 {
    margin-top: 9.25rem;
  }
  .mt-sp-149 {
    margin-top: 9.3125rem;
  }
  .mt-sp-150 {
    margin-top: 9.375rem;
  }
  .mt-sp-151 {
    margin-top: 9.4375rem;
  }
  .mt-sp-152 {
    margin-top: 9.5rem;
  }
  .mt-sp-153 {
    margin-top: 9.5625rem;
  }
  .mt-sp-154 {
    margin-top: 9.625rem;
  }
  .mt-sp-155 {
    margin-top: 9.6875rem;
  }
  .mt-sp-156 {
    margin-top: 9.75rem;
  }
  .mt-sp-157 {
    margin-top: 9.8125rem;
  }
  .mt-sp-158 {
    margin-top: 9.875rem;
  }
  .mt-sp-159 {
    margin-top: 9.9375rem;
  }
  .mt-sp-160 {
    margin-top: 10rem;
  }
  .mt-sp-161 {
    margin-top: 10.0625rem;
  }
  .mt-sp-162 {
    margin-top: 10.125rem;
  }
  .mt-sp-163 {
    margin-top: 10.1875rem;
  }
  .mt-sp-164 {
    margin-top: 10.25rem;
  }
  .mt-sp-165 {
    margin-top: 10.3125rem;
  }
  .mt-sp-166 {
    margin-top: 10.375rem;
  }
  .mt-sp-167 {
    margin-top: 10.4375rem;
  }
  .mt-sp-168 {
    margin-top: 10.5rem;
  }
  .mt-sp-169 {
    margin-top: 10.5625rem;
  }
  .mt-sp-170 {
    margin-top: 10.625rem;
  }
  .mt-sp-171 {
    margin-top: 10.6875rem;
  }
  .mt-sp-172 {
    margin-top: 10.75rem;
  }
  .mt-sp-173 {
    margin-top: 10.8125rem;
  }
  .mt-sp-174 {
    margin-top: 10.875rem;
  }
  .mt-sp-175 {
    margin-top: 10.9375rem;
  }
  .mt-sp-176 {
    margin-top: 11rem;
  }
  .mt-sp-177 {
    margin-top: 11.0625rem;
  }
  .mt-sp-178 {
    margin-top: 11.125rem;
  }
  .mt-sp-179 {
    margin-top: 11.1875rem;
  }
  .mt-sp-180 {
    margin-top: 11.25rem;
  }
  .mt-sp-181 {
    margin-top: 11.3125rem;
  }
  .mt-sp-182 {
    margin-top: 11.375rem;
  }
  .mt-sp-183 {
    margin-top: 11.4375rem;
  }
  .mt-sp-184 {
    margin-top: 11.5rem;
  }
  .mt-sp-185 {
    margin-top: 11.5625rem;
  }
  .mt-sp-186 {
    margin-top: 11.625rem;
  }
  .mt-sp-187 {
    margin-top: 11.6875rem;
  }
  .mt-sp-188 {
    margin-top: 11.75rem;
  }
  .mt-sp-189 {
    margin-top: 11.8125rem;
  }
  .mt-sp-190 {
    margin-top: 11.875rem;
  }
  .mt-sp-191 {
    margin-top: 11.9375rem;
  }
  .mt-sp-192 {
    margin-top: 12rem;
  }
  .mt-sp-193 {
    margin-top: 12.0625rem;
  }
  .mt-sp-194 {
    margin-top: 12.125rem;
  }
  .mt-sp-195 {
    margin-top: 12.1875rem;
  }
  .mt-sp-196 {
    margin-top: 12.25rem;
  }
  .mt-sp-197 {
    margin-top: 12.3125rem;
  }
  .mt-sp-198 {
    margin-top: 12.375rem;
  }
  .mt-sp-199 {
    margin-top: 12.4375rem;
  }
  .mt-sp-200 {
    margin-top: 12.5rem;
  }
}
/* ---------- margin-topの設定 | ここまで ---------- *//*# sourceMappingURL=style.css.map */