@charset "UTF-8";
@media screen and (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.0625rem;
  background: #ffffff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .header {
    opacity: 1;
    padding-inline: 0.9375rem 2.5rem;
  }
}

.header__inner {
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.75rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-block: 7px;
  }
}

.header__logo {
  width: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 2.5rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 4.6875rem;
     -moz-column-gap: 4.6875rem;
          column-gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav .header__list {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  white-space: nowrap;
}
.header__list li a {
  color: #000000;
  font-size: 0.875rem;
}

.header-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .header-button-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.header__btn {
  padding-block: 0.25rem;
}

.header__instagram {
  width: 1.4375rem;
  height: 1.375rem;
}

.header__btn {
  position: relative;
  padding: 0.625rem 1.5625rem 0.625rem 2.875rem;
  background: #fff;
  border: 0.0625rem solid #000;
  color: #3f3f3f;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__btn {
    padding: 0.625rem 1.5625rem 0.625rem 2.875rem;
  }
}
.header__btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-mail.png);
  width: 0.875rem;
  height: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 1.0625rem;
  left: 1.25rem;
}

.header__item--menu {
  position: relative;
}

.header__sublist-wrap {
  position: absolute;
  top: calc(100% - 0.3125rem);
  left: 50%;
  translate: -50%;
  padding-top: 0.9375rem;
}

.header__sublist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.6875rem 1.375rem 0.75rem 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.125rem;
}
.header__sublist li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: #ffffff;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .drawer__icon {
    position: fixed;
    z-index: 102;
    top: 1.375rem;
    right: 0.625rem;
    width: 18px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .drawer__icon--bar {
    width: 100%;
    height: 1px;
    background: #3f3f3f;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1),
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  background: #ffffff;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #5b554c;
  overflow-y: scroll;
}

.drawer__logo {
  position: relative;
}

.drawer__logo-img {
  position: absolute;
  width: 4.1875rem;
  height: 3.875rem;
  top: 0.9375rem;
  left: 0.875rem;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 7.5rem 2.5rem;
  padding-inline: 2.125rem;
}

.drawer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}

.drawer__list1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer__list2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer-icon-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  max-width: 18.75rem;
  margin-inline: auto;
}

.drawer-instagram {
  width: 1.4375rem;
}

.drawer-mail {
  width: 1.3125rem;
}

.drawer__bottom {
  position: relative;
  -webkit-margin-before: 2.9375rem;
          margin-block-start: 2.9375rem;
}
.drawer__bottom::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 20rem;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.125rem;
}

.drawer__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
}

.drawer__button-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}

.button-ja__white1 {
  position: relative;
}
.button-ja__white1::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-calculator.png);
  width: 1.75rem;
  height: 2.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0rem;
  left: 0rem;
}

.button-ja__white2 {
  position: relative;
}
.button-ja__white2::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-callender.png);
  width: 2.0625rem;
  height: 2.0625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0rem;
  left: 0rem;
}

.drawer-call {
  position: relative;
}
.drawer-call::before {
  position: absolute;
  content: "";
  background-image: url(../img/top-contact/icon-tel.png);
  width: 1.9375rem;
  height: 1.9375rem;
  top: -0.3125rem;
  left: calc(50% - 8.125rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.drawer-content-icon {
  position: relative;
}

.drawer-no {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  -webkit-margin-before: 1.4375rem;
          margin-block-start: 1.4375rem;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}

.drawer-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
}

.drawer__company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  -webkit-margin-before: 3.4375rem;
          margin-block-start: 3.4375rem;
  -webkit-margin-after: 0.8125rem;
          margin-block-end: 0.8125rem;
}

.drawer__company-address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
}

.drawer-copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #989085;
  text-align: center;
  -webkit-margin-before: 1.3125rem;
          margin-block-start: 1.3125rem;
}

.drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.fv {
  position: relative;
  -webkit-margin-before: -2.4375rem;
          margin-block-start: -2.4375rem;
}
@media screen and (max-width: 767px) {
  .fv {
    -webkit-margin-before: 13.8666666667vw;
            margin-block-start: 13.8666666667vw;
  }
}

.fv-img {
  width: 100%;
}

.fv-contents {
  position: absolute;
  right: 4.9166666667vw;
  bottom: 2.5vw;
}
@media screen and (max-width: 767px) {
  .fv-contents {
    right: 15.7333333333vw;
    bottom: 4vw;
  }
}

.fv-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv-title {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
}

.fv-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv-text {
    font-size: 3.2vw;
    line-height: 6.5146666667vw;
  }
}

.fv__scrolldown-text {
  position: absolute;
  left: 2.25rem;
  bottom: 7.8125rem;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  rotate: 90deg;
  color: #fff;
}

.fv__scrolldown-bar {
  position: absolute;
  left: 3.125rem;
  bottom: 0px;
  width: 0.125rem;
  height: 6.25rem;
  background: #BBBBBB;
  overflow: hidden;
}

.fv__scrolldown-bar-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0.125rem;
  height: 3.125rem;
  background: #000;
  -webkit-animation: 3s ease-in-out backwards infinite scrollDown;
          animation: 3s ease-in-out backwards infinite scrollDown;
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -3.125rem;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -3.125rem;
  }
}
.about {
  position: relative;
}

.about-bg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
@media screen and (max-width: 767px) {
  .about-bg img {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

.about-contents {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  bottom: 3.125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 9.375rem;
}
@media screen and (max-width: 767px) {
  .about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    padding-left: 8vw;
    bottom: 2.6666666667vw;
  }
}

.about-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .about-title {
    font-size: 8vw;
  }
}

.about-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #ffffff;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .about-text {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    -webkit-margin-before: 0.2666666667vw;
            margin-block-start: 0.2666666667vw;
  }
}

.button-en {
  position: relative;
  display: inline-block;
  padding: 0.3125rem 3.0625rem 0.3125rem 3.8125rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 0.0625rem solid #fff;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  z-index: 0;
  /* 背景アニメーション */
  /* テキスト（前面） */
  /* 矢印 */
  /* ホバー中：文字色と矢印色を黒に変更 */
}
.button-en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}
.button-en:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.button-en span {
  position: relative;
  z-index: 1; /* 背景より前に */
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.button-en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.button-en:hover {
  color: #000; /* currentColor に反映される */
}

.button-en__black {
  position: relative;
  display: inline-block;
  padding: 0.3125rem 3.0625rem 0.3125rem 3.8125rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 0.0625rem solid #3f3f3f;
  color: #3f3f3f;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  z-index: 0;
  /* 背景アニメーション */
  /* テキスト（前面） */
  /* 矢印 */
  /* ホバー中：文字色と矢印色を黒に変更 */
}
.button-en__black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f3f3f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}
.button-en__black:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.button-en__black span {
  position: relative;
  z-index: 1; /* 背景より前に */
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.button-en__black::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.button-en__black:hover {
  color: #fff; /* currentColor に反映される */
}

@media screen and (max-width: 767px) {
  .button-spe a {
    position: relative;
    display: inline-block;
    padding: 0.3125rem 3.0625rem 0.3125rem 3.8125rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    text-transform: uppercase;
    border: 0.0625rem solid #3f3f3f;
    color: #3f3f3f;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    z-index: 0;
    /* 背景アニメーション */
    /* テキスト（前面） */
    /* 矢印 */
    /* ホバー中：文字色と矢印色を黒に変更 */
  }
  .button-spe a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3f3f3f;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    z-index: 0;
  }
  .button-spe a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .button-spe a span {
    position: relative;
    z-index: 1; /* 背景より前に */
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .button-spe a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.875rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid currentColor;
    border-right: 0.125rem solid currentColor;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
  }
  .button-spe a:hover {
    color: #fff; /* currentColor に反映される */
  }
}

.button-ja {
  position: relative;
  display: inline-block;
  padding: 0.3125rem 3.0625rem 0.3125rem 3.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 0.0625rem solid #3f3f3f;
  color: #3f3f3f;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  z-index: 0;
  /* 背景アニメーション */
  /* テキスト（前面） */
  /* 矢印 */
  /* ホバー中：文字色と矢印色を黒に変更 */
}
.button-ja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f3f3f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}
.button-ja:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.button-ja span {
  position: relative;
  z-index: 1; /* 背景より前に */
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.button-ja::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.button-ja:hover {
  color: #fff; /* currentColor に反映される */
}

.button-ja__white {
  position: relative;
  display: inline-block;
  padding: 0.3125rem 4.6875rem 0.3125rem 5.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 0.0625rem solid #fff;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  z-index: 0;
  /* 背景アニメーション */
  /* テキスト（前面） */
  /* 矢印 */
  /* ホバー中：文字色と矢印色を黒に変更 */
}
.button-ja__white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}
.button-ja__white:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.button-ja__white span {
  position: relative;
  z-index: 1; /* 背景より前に */
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.button-ja__white::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.button-ja__white:hover {
  color: #000; /* currentColor に反映される */
}

.button-set2 .button-ja__black {
  position: relative;
  display: inline-block;
  width: 17.5rem; /* 固定幅 */
  height: 3.125rem; /* 必要に応じて高さを固定 */
  line-height: 3.125rem; /* 高さと同じにして縦中央 */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
  border: 0.0625rem solid #3f3f3f;
  color: #3f3f3f;
  text-decoration: none;
  text-align: center; /* 横中央 */
  overflow: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  z-index: 0;
  padding: 0; /* 幅固定なのでpaddingは削除 */
}
.button-set2 .button-ja__black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f3f3f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}
.button-set2 .button-ja__black:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.button-set2 .button-ja__black span {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  display: inline-block;
  line-height: 3.125rem; /* 高さと揃えて縦中央 */
}
.button-set2 .button-ja__black::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.button-set2 .button-ja__black:hover {
  color: #fff;
}

.button-middle {
  display: block !important;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .button-middle-sp {
    display: block !important;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.button-about {
  margin-inline: auto;
}

.button-set2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .button-set2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .button-spe {
    display: block !important;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    position: static;
  }
}

.service {
  -webkit-padding-before: 3.125rem;
          padding-block-start: 3.125rem;
  -webkit-padding-after: 6.6875rem;
          padding-block-end: 6.6875rem;
}

.section-title {
  text-align: center;
}

.section-title-en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .section-title-en {
    font-size: 1.875rem;
    line-height: 1.375rem;
    -webkit-margin-after: 0.5625rem;
            margin-block-end: 0.5625rem;
  }
}

.section-title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.8125rem;
          padding-block-end: 0.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title-ja {
    font-size: 0.75rem;
    line-height: 1.375rem;
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
  }
}
.section-title-ja::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 0.3125rem;
  background-color: #b9b9b9;
  position: absolute;
  bottom: 0;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .service-inner {
    display: block;
  }
}

.service-contents {
  -webkit-margin-before: 1.1875rem;
          margin-block-start: 1.1875rem;
}
.service-contents.service-contents:nth-child(even) .service-contents__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .service-contents.service-contents:nth-child(even) .service-contents__top {
    display: block;
  }
}

.service-contents__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .service-contents__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-contents__top:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .service-contents__top:nth-child(even) {
    display: block;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.service-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service-img {
    width: 100%;
  }
}

.service-card {
  background: #7c7770;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service-card {
    width: 100%;
  }
}

.service-card-renovation {
  padding: 3.1875rem 6.5625rem 5.4375rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .service-card-renovation {
    padding: 0.9375rem 0.75rem 2.4375rem 0.625rem;
  }
}

.service-card-custom {
  padding: 3.0625rem 3.5625rem 6.125rem 7.6875rem;
}
@media screen and (max-width: 767px) {
  .service-card-custom {
    padding: 0.9375rem 0.75rem 2.4375rem 0.625rem;
  }
}

.service-content__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .service-content__title-en {
    font-size: 1.5625rem;
    line-height: 1.6875rem;
  }
}

.service-content__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #fff;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .service-content__title-ja {
    font-size: 0.75rem;
    -webkit-margin-before: 0.6875rem;
            margin-block-start: 0.6875rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}

.service-content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .service-content__text {
    font-size: 0.875rem;
  }
}

.service-contents__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-contents__bottom {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* ← blockではなくflexに戻す */
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; /* ← 上下を逆に */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 中央揃えしたい場合 */
    row-gap: 1rem;
    -webkit-margin-before: -1.5625rem;
            margin-block-start: -1.5625rem;
  }
}

.button-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  position: absolute;
  top: 0.9375rem;
  left: calc(50% - 27.3125rem);
}
@media screen and (max-width: 767px) {
  .button-set {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.button-service {
  position: absolute;
  top: 0.9375rem;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .button-service {
    position: static;
  }
}

.service-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}

.service-icons1 {
  position: absolute;
  top: -3.75rem;
  right: calc(50% - 19.375rem);
}
@media screen and (max-width: 767px) {
  .service-icons1 {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service-icons2 {
  position: absolute;
  top: -3.75rem;
  left: calc(50% - 29.875rem);
}
@media screen and (max-width: 767px) {
  .service-icons2 {
    position: static;
    padding-inline: 0.625rem;
  }
}

.service-icon {
  width: 7.75rem;
}

@media screen and (max-width: 767px) {
  .service-icon2 {
    width: 6.875rem;
  }
}

@media screen and (max-width: 767px) {
  .button-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
  .button-service a {
    font-size: 0.8125rem;
  }
}

.service__button {
  position: absolute;
  top: 0.625rem;
  right: calc(50% - 13rem);
}
@media screen and (max-width: 767px) {
  .service__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    right: 0;
  }
}

.section-title-en-case {
  color: #fff;
}

.section-title-ja-case {
  color: #fff;
}
.section-title-ja-case::after {
  background-color: #fff;
}

.case {
  background: #5b554c;
  -webkit-padding-before: 2.75rem;
          padding-block-start: 2.75rem;
  -webkit-padding-after: 2.5625rem;
          padding-block-end: 2.5625rem;
}

.card {
  padding-block: 1.375rem;
  overflow: hidden;
}

.card__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.card__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .card__swiper-slide {
    width: 8.9375rem;
  }
}

.button-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instagram {
  -webkit-padding-before: 3.6875rem;
          padding-block-start: 3.6875rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}

.instagram-inner {
  width: min(49.375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.instagram-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}

.instagram-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
}

.button-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}

@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    letter-spacing: 0.05em;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    letter-spacing: 0.15em;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    letter-spacing: 0.1em;
  }
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    letter-spacing: 0.05em;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    letter-spacing: 0.15em;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    letter-spacing: 0.1em;
  }
}
.coming-soon {
  position: relative;
  text-align: center;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "Playfair Display", "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 4vw, 3rem);
  color: #5b554c;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-animation: fadeSlide 1.8s ease forwards;
          animation: fadeSlide 1.8s ease forwards;
  /* 下に上品なラインを引く */
}
.coming-soon::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#5b554c), to(transparent));
  background: linear-gradient(90deg, transparent, #5b554c, transparent);
}

.contact {
  background-image: url(../img/top-contact/contact-bg-pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-padding-before: 6.25rem;
          padding-block-start: 6.25rem;
  -webkit-padding-after: 9.6875rem;
          padding-block-end: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .contact {
    -webkit-padding-before: 1.5625rem;
            padding-block-start: 1.5625rem;
    -webkit-padding-after: 3.4375rem;
            padding-block-end: 3.4375rem;
    background-image: url(../img/top-contact/contact-bg-sp.png);
  }
}

.contact-bg {
  width: 100%;
  height: auto;
  max-height: 75rem;
}
.contact-bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title-en-contact {
  color: #fff;
}

.section-title-ja-contact {
  color: #fff;
}

.contact-top-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  color: #fff;
  text-align: center;
  -webkit-margin-before: 1.8125rem;
          margin-block-start: 1.8125rem;
}

.contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.625rem;
     -moz-column-gap: 3.625rem;
          column-gap: 3.625rem;
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .contact-contents {
    display: grid;
    grid-template-areas: "item1" "item3" "item2";
    row-gap: 3.4666666667vw;
    justify-items: center;
    -webkit-margin-before: 4.5333333333vw;
            margin-block-start: 4.5333333333vw;
  }
}

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3.2vw;
       -moz-column-gap: 3.2vw;
            column-gap: 3.2vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact-content:nth-child(1) {
  grid-area: item1;
}

.contact-content:nth-child(2) {
  grid-area: item2;
}

.contact-content:nth-child(3) {
  grid-area: item3;
}

.contact-content-middle {
  position: relative;
}
.contact-content-middle::before {
  position: absolute;
  content: "";
  background: #dbdbdb;
  height: 11.25rem;
  width: 0.0625rem;
  top: 0;
  left: -1.6875rem;
}
@media screen and (max-width: 767px) {
  .contact-content-middle::before {
    content: none;
  }
}
.contact-content-middle::after {
  position: absolute;
  content: "";
  background: #dbdbdb;
  height: 11.25rem;
  width: 0.0625rem;
  top: 0;
  right: -1.6875rem;
}
@media screen and (max-width: 767px) {
  .contact-content-middle::after {
    content: none;
  }
}

.contact-content-icon {
  width: 2.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contact-content-icon {
    margin-inline: 0;
    display: block;
    width: 8vw;
    height: 9.0666666667vw;
  }
}

.contact-content-icon-calculator {
  width: 1.75rem;
}
@media screen and (max-width: 767px) {
  .contact-content-icon-calculator {
    display: block;
    height: 9.8666666667vw;
    width: 7.7333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.contact-content-icon-calculator img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  min-height: 2.5rem;
  -webkit-margin-before: 0.8125rem;
          margin-block-start: 0.8125rem;
  -webkit-margin-after: 0.875rem;
          margin-block-end: 0.875rem;
}

@media screen and (max-width: 767px) {
  .contact-content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.0666666667vw;
  }
}

.contact-content-tel {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.1875rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact-content-tel {
    font-size: 8vw;
  }
}

.contact-content-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .contact-content-time {
    font-size: 3.2vw;
    white-space: nowrap;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    line-height: 4.5333333333vw;
  }
}

.button-contact a {
  width: 11.25rem !important;
  padding-left: 3.3125rem;
  font-size: 0.8125rem;
}

.footer {
  -webkit-padding-before: 1.875rem;
          padding-block-start: 1.875rem;
  -webkit-padding-after: 3.625rem;
          padding-block-end: 3.625rem;
}
@media screen and (max-width: 767px) {
  .footer {
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
  }
}

.footer-inner {
  width: min(65rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .footer-container {
    display: block;
  }
}

.footer-logo {
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 3.125rem;
    margin-inline: auto;
  }
}

.footer-company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 2.3125rem;
          margin-block-start: 2.3125rem;
  -webkit-margin-after: 1.3125rem;
          margin-block-end: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .footer-company-name {
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
    -webkit-margin-after: 0.8125rem;
            margin-block-end: 0.8125rem;
  }
}

.footer-company-address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .footer-company-address {
    font-size: 0.75rem;
    text-align: center;
    -webkit-margin-after: 0.6875rem;
            margin-block-end: 0.6875rem;
  }
}

.footer-company-tel {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .footer-company-tel {
    font-size: 1.5625rem;
    text-align: center;
  }
}

.footer-company-fax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

.footer-button a {
  position: relative;
  border: 0.0625rem solid #3f3f3f;
  display: inline-block;
  padding: 0.875rem 0.6875rem 0.875rem 2.875rem;
}
.footer-button a::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-mail.png);
  width: 1.1875rem;
  height: 0.9375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 1.125rem;
  left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer-button a {
    display: none;
  }
}

.footer-container-right {
  position: relative;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer-container-right {
    display: none;
  }
}
.footer-container-right::before {
  position: absolute;
  content: "";
  height: 23.125rem;
  width: 0.0625rem;
  background: #929292;
  left: -3.125rem;
  top: -1.25rem;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
}

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.1875rem;
}

.footer-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

/* --- カラム1：2つだけに黒丸 --- */
.footer-column:nth-child(1) .footer-links li:nth-child(2),
.footer-column:nth-child(1) .footer-links li:nth-child(3) {
  position: relative;
  padding-left: 0.75rem; /* ドット分の余白 */
}

.footer-column:nth-child(1) .footer-links li:nth-child(2)::before,
.footer-column:nth-child(1) .footer-links li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 縦中央揃え */
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
}

/* --- カラム2と3：全項目に黒丸 --- */
.footer-column:nth-child(2) .footer-links li,
.footer-column:nth-child(3) .footer-links li {
  position: relative;
  padding-left: 0.75rem;
}

.footer-column:nth-child(2) .footer-links li::before,
.footer-column:nth-child(3) .footer-links li::before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
}

.footer-copy {
  text-align: right;
  -webkit-margin-before: -1.875rem;
          margin-block-start: -1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    text-align: center;
    font-size: 0.625rem;
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
  }
}

.fixed-buttons-container {
  position: fixed;
  z-index: 1000; /* 最前面に表示 */
}

/* ボタンの共通スタイル */
.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  /* 他の装飾（角丸、影など）は省略 */
}
@media screen and (max-width: 767px) {
  .button {
    padding-left: 2.1875rem;
  }
}

.green-button {
  position: relative;
  background-color: #4a9e00; /* 緑色 */
}
@media screen and (max-width: 767px) {
  .green-button {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.green-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-calculator.png);
  height: 2.3125rem;
  width: 1.6875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0.875rem;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .green-button::before {
    width: 1.375rem;
    height: 1.875rem;
    top: 0.9375rem;
    left: 0.6875rem;
  }
}
.green-button::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-next.png);
  height: 0.9375rem;
  width: 0.9375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 1.5rem;
  left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .green-button::after {
    display: none;
  }
}

.orange-button {
  position: relative;
  background-color: #ff7800; /* オレンジ色 */
}
@media screen and (max-width: 767px) {
  .orange-button {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.orange-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-light.png);
  height: 2.25rem;
  width: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0.875rem;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .orange-button::before {
    width: 1.3125rem;
    height: 1.9375rem;
    top: 1rem;
    left: 0.8125rem;
  }
}
.orange-button::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-next.png);
  height: 0.9375rem;
  width: 0.9375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 1.5rem;
  left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .orange-button::after {
    display: none;
  }
}

/* スマートフォン用 (例: 768px以下) */
@media screen and (max-width: 767px) {
  .fixed-buttons-container {
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* ボタンを横並びにする */
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 60px; /* ボタンの高さを指定 */
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    white-space: nowrap; /* テキストが途中で折り返さないように */
  }
}

/* PC用 (例: 769px以上) */
@media (min-width: 769px) {
  .fixed-buttons-container {
    /* 画面右側に固定 */
    top: calc(50% - 4.375rem); /* 垂直方向の中央付近に配置 */
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); /* 中央寄せの微調整 */
    /* ボタンを縦並びにするための設定 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button {
    /* 縦書きにする */
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 60px; /* ボタンの横幅（縦書きの高さ）を指定 */
    height: 250px; /* ボタンの高さ（縦書きの幅）を指定 */
    margin-bottom: 5px; /* ボタン間のスペース */
    border-radius: 5px 0 0 5px; /* 左端だけ角丸 */
  }
  /* 最初のボタンの微調整 */
  .green-button {
    border-radius: 0.625rem 0.625rem 0rem 0rem;
  }
  /* 2番目のボタンの微調整 */
  .orange-button {
    border-radius: 0.625rem 0.625rem 0rem 0rem;
  }
}
.sub_smart-house {
  -webkit-padding-before: 9.625rem;
          padding-block-start: 9.625rem;
}
@media screen and (max-width: 767px) {
  .sub_smart-house {
    -webkit-padding-before: 5.375rem;
            padding-block-start: 5.375rem;
  }
}

.sub_smart-house__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_smart-house__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__heading {
    -webkit-margin-before: 2.125rem;
            margin-block-start: 2.125rem;
  }
}
.sub_smart-house__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__heading::after {
    width: 21.875rem;
  }
}

.sub_smart-house__container {
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__container {
    padding-inline: 0;
  }
}

.sub_smart-house__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 1.1875rem;
          margin-block-start: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__text {
    font-size: 0.75rem;
    line-height: 1.25rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.sub_smart-house__img {
  -webkit-margin-before: 2.75rem;
          margin-block-start: 2.75rem;
  -webkit-margin-after: 2.125rem;
          margin-block-end: 2.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__img {
    -webkit-margin-before: 0.5625rem;
            margin-block-start: 0.5625rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}

.sub_smart-house__text-gray {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #8c8c8c;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__text-gray {
    font-size: 0.6875rem;
    -webkit-margin-after: 1.875rem;
            margin-block-end: 1.875rem;
  }
}

.sub_smart-house__box {
  background: #2b72ad;
  border-radius: 1.25rem;
  padding: 2.0625rem 0.875rem 2.3125rem 3.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__box {
    padding: 2.0625rem 0.9375rem 2.5rem;
  }
}

.sub_smart-house__box-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #fff;
}

.sub_smart-house__box-title-s {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #fff;
}

.sub_smart-house__box-subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #fff;
  -webkit-margin-before: 1.6875rem;
          margin-block-start: 1.6875rem;
  -webkit-margin-after: 1.125rem;
          margin-block-end: 1.125rem;
}

.sub_smart-house__box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sub_smart-house__box-text {
    font-size: 1.125rem;
  }
}

.sub_all-electric {
  -webkit-padding-before: 6.25rem;
          padding-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sub_all-electric {
    -webkit-padding-before: 1.875rem;
            padding-block-start: 1.875rem;
  }
}

.sub_all-electric__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_all-electric__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.sub_all-electric__container {
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_all-electric__container {
    padding-inline: 0;
  }
}

.sub_all-electric__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_all-electric__title {
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}

.sub_all-electric__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_all-electric__texts {
    row-gap: 0.625rem;
  }
}

.sub_all-electric__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_all-electric__text {
    font-size: 0.75rem;
    line-height: 1.25rem;
    -webkit-margin-after: 0rem;
            margin-block-end: 0rem;
  }
}

.sub_all-electric__text-gray {
  color: #8c8c8c;
}

.sub_all-electric__img {
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_all-electric__img {
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
  }
}

.sub_all-electric__img-cost {
  width: 34.5625rem;
  margin-inline: auto;
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_all-electric__img-cost {
    width: 100%;
  }
}

.sub_sunlight {
  -webkit-padding-before: 6.25rem;
          padding-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sub_sunlight {
    -webkit-padding-before: 1.875rem;
            padding-block-start: 1.875rem;
  }
}

.sub_sunlight__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_sunlight__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.sub_sunlight-img {
  -webkit-margin-before: 1.3125rem;
          margin-block-start: 1.3125rem;
  -webkit-margin-after: 1.375rem;
          margin-block-end: 1.375rem;
}

.sub_sunlight-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub_sunlight-list {
    row-gap: 1.25rem;
  }
}

.sub_sunlight-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .sub_sunlight-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.3125rem;
  }
}

.sub_sunlight-term {
  width: 12.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_sunlight-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_sunlight-desc {
    font-size: 0.75rem;
    padding-left: 2.25rem;
  }
}

.sub_storage-battery {
  -webkit-padding-before: 7.375rem;
          padding-block-start: 7.375rem;
  -webkit-padding-after: 3.125rem;
          padding-block-end: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery {
    -webkit-padding-before: 1.875rem;
            padding-block-start: 1.875rem;
  }
}

.sub_storage-battery__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.sub_storage-battery__container {
  -webkit-margin-before: 1.6875rem;
          margin-block-start: 1.6875rem;
}

.sub_storage-battery__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}

.sub_storage-battery__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_storage-battery__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__texts {
    -webkit-margin-before: 1.1875rem;
            margin-block-start: 1.1875rem;
  }
}

.sub_storage-battery__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__text {
    font-size: 0.75rem;
  }
}

.sub_storage-battery__img {
  width: 19.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sub_storage-battery__title-merit {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  -webkit-margin-after: 0.625rem;
          margin-block-end: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_storage-battery__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.125rem;
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}

.sub_storage-battery__head1 {
  background: #004fba;
  padding: 0.5625rem 0.6875rem 0.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__head1 {
    padding: 0.5rem 0.6875rem;
  }
}

.merit-list {
  border: 0.0625rem solid #3f3f3f;
}
.merit-list li {
  border-top: 0.0625rem solid #3f3f3f;
  padding: 0.9375rem;
}

.sub_storage-battery__list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}

.sub_storage-battery__list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__list-text {
    font-size: 0.75rem;
  }
}

.sub_storage-battery__head2 {
  background: #e54949;
  padding: 0.5625rem 0.6875rem 0.5rem;
  color: #fff;
  padding: 0.5625rem 0.6875rem 0.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__head2 {
    padding: 0.5rem 0.6875rem;
  }
}

.sub_storage-battery__button {
  position: relative;
  background: #ff8400;
  padding: 1.9375rem 4.25rem 1.9375rem 5.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #fff;
  border-radius: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block; /* or inline-block */
  margin: 0 auto; /* これで中央寄せ */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__button {
    font-size: 0.875rem;
    padding: 1.3125rem 3.125rem 1.375rem 3.625rem;
  }
}
.sub_storage-battery__button::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-light.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.0625rem;
  height: 3.0625rem;
  left: 2.1875rem;
  top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__button::before {
    width: 1.5rem;
    height: 2.25rem;
    left: 1.5625rem;
    top: 0.875rem;
  }
}
.sub_storage-battery__button::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  right: 1.5625rem;
  top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .sub_storage-battery__button::after {
    width: 1.38875rem;
    height: 1.38875rem;
    right: 1.25rem;
    top: 1.375rem;
  }
}

.sub_case {
  -webkit-padding-before: 9.625rem;
          padding-block-start: 9.625rem;
  -webkit-padding-after: 7.5rem;
          padding-block-end: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub_case {
    -webkit-padding-before: 5.375rem;
            padding-block-start: 5.375rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.sub_case-inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9.375rem;
  -webkit-margin-before: 3.9375rem;
          margin-block-start: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_case-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    row-gap: 3.4375rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_case-heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
}
.sub_case-heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_case-heading::after {
    width: 20.9375rem;
    left: 0rem;
  }
}

.sub_case-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 3.125rem;
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_case-boxes {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
  }
}

.sub_case-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
  -webkit-margin-after: 1.375rem;
          margin-block-end: 1.375rem;
}
@media screen and (max-width: 767px) {
  .sub_case-title {
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
    -webkit-margin-after: 0.5rem;
            margin-block-end: 0.5rem;
  }
}

.sub_case-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #878787;
}
@media screen and (max-width: 767px) {
  .sub_case-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_request {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sub_request {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
    -webkit-padding-after: 3.5rem;
            padding-block-end: 3.5rem;
  }
}

.sub_request-inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_request-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.sub_request-head__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
  padding-left: 2.5rem;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  -webkit-margin-after: 2.1875rem;
          margin-block-end: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .sub_request-head__text {
    padding-left: 0;
    line-height: 1.25rem;
  }
}

.sub_request-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .sub_request-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.5625rem;
  }
}

.sub_request-card__container {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sub_request-card__container {
    width: 100%;
  }
}

.sub_request-card {
  background: #7c7770;
  padding-block: 3.1875rem 11.375rem;
  margin-inline: calc(-1 * var(--section-inline-padding, 20px)); /* ← 親のpadding分を打ち消す */
}

.sub_request-head__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.sub_request-head__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.sub_request-img {
  width: 18.75rem;
  margin-inline: auto;
  -webkit-margin-before: -10rem;
          margin-block-start: -10rem;
}

.sub_request-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  -webkit-margin-after: 1.4375rem;
          margin-block-end: 1.4375rem;
}

.sub_request-button {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #3f3f3f;
  border: 0.0625rem solid #3f3f3f;
  border-radius: 1.5625rem;
  padding: 1rem 3.625rem 1rem 5.125rem;
  display: block; /* inline-block → block に変更 */
  margin-inline: auto; /* 中央寄せ */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sub_request-button::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.75rem;
  background-image: url(../img/calculator-gray.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 3.125rem;
  top: 0.9375rem;
}

.sub_about {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  .sub_about {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
  }
}

.sub_about-inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_about-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.sub_about-container {
  background: #e8e8e8;
  padding: 2.375rem 1.5625rem 3.4375rem;
  border-radius: 1.25rem;
  -webkit-margin-before: 3.0625rem;
          margin-block-start: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_about-container {
    padding: 1.3125rem 0.9375rem 2.5625rem;
  }
}

.sub_about-head__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
  -webkit-margin-after: 2.125rem;
          margin-block-end: 2.125rem;
}
@media screen and (max-width: 767px) {
  .sub_about-head__title {
    font-size: 2.1875rem;
    -webkit-margin-after: 1.625rem;
            margin-block-end: 1.625rem;
  }
}

.sub_about-head__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_about-head__text {
    font-size: 1.25rem;
  }
}

.sub_about-head__subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  -webkit-margin-after: 2.1875rem;
          margin-block-end: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .sub_about-head__subtext {
    font-size: 0.75rem;
    line-height: 1.25rem;
    -webkit-margin-after: 2.75rem;
            margin-block-end: 2.75rem;
  }
}

.sub_about-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8125rem;
  -webkit-margin-before: 2.3125rem;
          margin-block-start: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .sub_about-cards {
    row-gap: 0.625rem;
    -webkit-margin-before: 0.875rem;
            margin-block-start: 0.875rem;
  }
}

.sub_about-card {
  background: #fff;
  border-radius: 1.875rem;
  padding: 2.1875rem 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub_about-card {
    border-radius: 0.625rem;
    padding: 1.875rem 0.625rem 1.5625rem;
  }
}

.sub_about-card__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_about-card__head {
    font-size: 0.9375rem;
  }
}

.sub_about-card__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub_about-card__title {
    font-size: 1.5rem;
    -webkit-margin-before: 1.1875rem;
            margin-block-start: 1.1875rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
    letter-spacing: -0.03125rem;
    white-space: nowrap;
  }
}

.sub_about-card__title1 {
  position: relative;
}
.sub_about-card__title1 span {
  position: relative;
  z-index: 1;
}
.sub_about-card__title1::after {
  content: "";
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32.5rem;
  height: 0.9375rem;
  background: #ccc6b6;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sub_about-card__title1::after {
    width: 17.5rem;
    bottom: 0.625rem;
  }
}

.sub_about-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_about-card__text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_about-card__title2 {
  position: relative;
}
.sub_about-card__title2 span {
  position: relative;
  z-index: 1;
}
.sub_about-card__title2::after {
  content: "";
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32.5rem;
  height: 0.9375rem;
  background: #bdccb6;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sub_about-card__title2::after {
    width: 17.5rem;
    bottom: 0.625rem;
  }
}

.sub_about-card__title3 {
  position: relative;
}
.sub_about-card__title3 span {
  position: relative;
  z-index: 1;
}
.sub_about-card__title3::after {
  content: "";
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32.5rem;
  height: 0.9375rem;
  background: #b6c6cc;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sub_about-card__title3::after {
    width: 17.5rem;
    bottom: 0.625rem;
  }
}

.sub_about-bottom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
  -webkit-margin-before: 2.625rem;
          margin-block-start: 2.625rem;
}
@media screen and (max-width: 767px) {
  .sub_about-bottom-text {
    font-size: 0.9375rem;
    -webkit-margin-before: 2.375rem;
            margin-block-start: 2.375rem;
  }
}

.sub_about-company {
  -webkit-padding-before: 5.5rem;
          padding-block-start: 5.5rem;
}

.sub_about-company__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_about-company__inner {
    width: min(23.75rem, 100%);
    padding-inline: 0.9375rem;
    margin-inline: auto;
  }
}

.sub_about-company__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
}
.sub_about-company__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_about-company__heading::after {
    width: 20.9375rem;
    left: 0rem;
  }
}

.sub_about-company__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
  padding-left: 3.75rem;
  -webkit-margin-before: 2.1875rem;
          margin-block-start: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .sub_about-company__list {
    padding-left: 0;
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
    row-gap: 1.25rem;
  }
}
.sub_about-company__list::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 43.75rem;
  height: 0.1875rem;
  bottom: -1.25rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_about-company__list::after {
    width: 20.9375rem;
    left: 0rem;
  }
}

.sub_about-company__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.625rem;
     -moz-column-gap: 3.625rem;
          column-gap: 3.625rem;
}
@media screen and (max-width: 767px) {
  .sub_about-company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub_about-company__item::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: -2.5rem;
  width: 43.75rem;
  border-bottom: 1px dashed #7c7770;
}
@media screen and (max-width: 767px) {
  .sub_about-company__item::after {
    width: 20.9375rem;
    bottom: -0.625rem;
    left: 0;
    border-bottom: 0.0625rem solid #e8e8e8;
  }
}
.sub_about-company__item:last-child::after {
  content: none;
}

.sub_about-company__term {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sub_about-company__term {
    font-size: 0.75rem;
    line-height: 1.6875rem;
  }
}

.sub_about-company__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_about-company__desc {
    font-size: 0.75rem;
    line-height: 1.5625rem;
    letter-spacing: -0.03125rem;
  }
}

.sub_about-service {
  -webkit-padding-before: 6.25rem;
          padding-block-start: 6.25rem;
}

.sub_about-service__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_about-service__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.sub_about-service__container {
  background: #e8e8e8;
  padding: 2.375rem 8.125rem 3.4375rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_about-service__container {
    padding: 1.3125rem 0.9375rem 1.1875rem;
  }
}

.sub_about-service-head__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_about-service-head__title {
    font-size: 2.1875rem;
  }
}

.sub_about-service-head__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
  -webkit-margin-after: 2.625rem;
          margin-block-end: 2.625rem;
}
@media screen and (max-width: 767px) {
  .sub_about-service-head__text {
    font-size: 0.9375rem;
    -webkit-margin-after: 1.8125rem;
            margin-block-end: 1.8125rem;
  }
}

.sub_about-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}

.sub_about-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3125rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .sub_about-service__content {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }
}

.sub_about-service__content1 {
  position: relative;
}
.sub_about-service__content1::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_about/sub_about-service1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.1875rem;
  height: 2.1875rem;
}

.sub_about-service__content2 {
  position: relative;
}
.sub_about-service__content2::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_about/sub_about-service2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.0625rem;
  height: 2.6875rem;
}

.sub_about-service__content3 {
  position: relative;
}
.sub_about-service__content3::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_about/sub_about-service3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.375rem;
  height: 3.375rem;
}
@media screen and (max-width: 767px) {
  .sub_about-service__content3::before {
    left: 0.3125rem;
  }
}

.sub_about-service__content4 {
  position: relative;
}
.sub_about-service__content4::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_about/sub_about-service4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 2.5rem;
}

.sub_about-service__content5 {
  position: relative;
}
.sub_about-service__content5::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_about/sub_about-service5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.9375rem;
  height: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .sub_about-service__content5::before {
    left: 0.3125rem;
  }
}

.sub_about-service__content6 {
  position: relative;
}
.sub_about-service__content6::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_about/sub_about-service6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4375rem;
  height: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .sub_about-service__content6::before {
    left: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .sub_about-service__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.3125rem;
  }
}

.sub_about-service__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_about-service__title {
    font-size: 0.9375rem;
    line-height: 1rem;
  }
}

.sub_about-service__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_about-service__text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.sub_about-access {
  -webkit-padding-before: 3.875rem;
          padding-block-start: 3.875rem;
  -webkit-padding-after: 3.375rem;
          padding-block-end: 3.375rem;
}

.sub_about-access__inner {
  width: min(46.25rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_about-access__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.sub_about-access__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
}
.sub_about-access__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -2.8125rem;
}
@media screen and (max-width: 767px) {
  .sub_about-access__heading::after {
    width: 20.9375rem;
    left: 0rem;
  }
}

.sub_about-access__map {
  -webkit-margin-before: 1.125rem;
          margin-block-start: 1.125rem;
}

.sub_about-access__address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  -webkit-margin-after: 1.9375rem;
          margin-block-end: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_about-access__address {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_about-access__how {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
}

.sub_about-access__img {
  width: 1.5rem;
}

.sub_qa {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
  -webkit-padding-after: 8.75rem;
          padding-block-end: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sub_qa {
    -webkit-padding-before: 5.5rem;
            padding-block-start: 5.5rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.sub_qa-inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .sub_qa-inner {
    width: min(23.75rem, 100%);
    padding-inline: 0.9375rem;
    margin-inline: auto;
    row-gap: 3rem;
  }
}

.sub_qa-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_qa-title {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    -webkit-margin-after: 0.875rem;
            margin-block-end: 0.875rem;
  }
}

.sub_qa-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .sub_qa-items {
    row-gap: 0.6875rem;
  }
}

.sub_qa-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 2rem;
  background: #e8e8e8;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .sub_qa-item-question {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.sub_qa-item-question-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #3f3f3f;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .sub_qa-item-question-text {
    padding-left: 1.25rem;
  }
}
.sub_qa-item-question-text::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "Q";
  color: #2476e5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
  width: 2.25rem;
  height: 2.25rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sub_qa-item-question-text::before {
    width: 1rem;
    height: 1rem;
    left: -0.3125rem;
  }
}

.sub_qa-item-question-icon {
  width: 1rem;
}
.sub_qa-item-question-icon line {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.sub_qa-item.is-opened .sub_qa-item-question-icon line:nth-of-type(2) {
  rotate: 90deg;
}

.sub_qa-item-answer {
  padding-inline: 1rem;
}

.sub_qa-item-answer-text {
  position: relative;
  -webkit-padding-before: 1.375rem;
          padding-block-start: 1.375rem;
  color: #454545;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 2.75rem;
}
@media screen and (max-width: 767px) {
  .sub_qa-item-answer-text {
    padding-left: 1.25rem;
    font-size: 0.75rem;
  }
}
.sub_qa-item-answer-text::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "A";
  color: #e52456;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem; /* 112.5% */
  width: 2.25rem;
  height: 2.25rem;
  left: 0;
  top: 0.9375rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sub_qa-item-answer-text::before {
    width: 1rem;
    height: 1rem;
    left: -0.3125rem;
    top: 1.5rem;
  }
}

.sub_qa-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.is-opened .sub_qa-item-answer {
  opacity: 1;
}

.sub_qa-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  -webkit-margin-before: 1.4375rem;
          margin-block-start: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .sub_qa-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.3125rem;
    -webkit-margin-before: 0.875rem;
            margin-block-start: 0.875rem;
  }
}

.sub_qa-button1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4a9e00;
  height: 4.375rem;
  width: 15.3125rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  text-align: center;
  border-radius: 0.625rem;
}
.sub_qa-button1::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-calculator.png);
  width: 1.6875rem;
  height: 2.3125rem;
  top: 1.0625rem;
  left: 1.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub_qa-button1::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-next.png);
  width: 0.9375rem;
  height: 0.9375rem;
  top: 1.75rem;
  right: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_qa-button2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff8400;
  height: 4.375rem;
  width: 15.3125rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: center;
  border-radius: 0.625rem;
}
.sub_qa-button2::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-light.png);
  width: 1.5rem;
  height: 2.25rem;
  top: 1.0625rem;
  left: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub_qa-button2::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-next.png);
  width: 0.9375rem;
  height: 0.9375rem;
  top: 1.75rem;
  right: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_kitchen {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen {
    -webkit-padding-before: 4.8125rem;
            padding-block-start: 4.8125rem;
  }
}

.sub_kitchen__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_kitchen__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
  padding-left: 2.5rem;
  -webkit-margin-before: 4.0625rem;
          margin-block-start: 4.0625rem;
}
.sub_kitchen__heading::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_renovation/icon-kitchen.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.75rem;
  height: 2rem;
  top: 0rem;
  left: 0rem;
}
.sub_kitchen__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__heading::after {
    width: 21.875rem;
  }
}

.sub_kitchen__container {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}

.sub_kitchen__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}

.sub_kitchen__title-en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__title-en {
    text-align: center;
  }
}

.sub_kitchen__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_kitchen__img-top {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__img-top {
    width: 100%;
  }
}

.sub_kitchen__content-bottom {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__content-bottom {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.sub_kitchen__bottom-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.sub_kitchen__bottom-head-img {
  width: 4rem;
}

.sub_kitchen__bottom-head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_kitchen__bottom-head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 1.0625rem;
          margin-block-start: 1.0625rem;
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__bottom-head-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_kitchen__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__cards {
    row-gap: 2.75rem;
  }
}

.sub_kitchen__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 0.625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sub_kitchen__card-img {
  width: 11.25rem;
}

.sub_kitchen__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__card-title {
    font-size: 1.125rem;
  }
}

.sub_kitchen__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 0.5625rem;
          margin-block-start: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_kitchen__card-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
    -webkit-margin-before: 0.5625rem;
            margin-block-start: 0.5625rem;
  }
}

.sub_toilet {
  -webkit-padding-before: 11.25rem;
          padding-block-start: 11.25rem;
}
@media screen and (max-width: 767px) {
  .sub_toilet {
    -webkit-padding-before: 5.5rem;
            padding-block-start: 5.5rem;
  }
}

.sub_toilet__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_toilet__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_toilet__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
  padding-left: 2.5rem;
}
.sub_toilet__heading::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_renovation/icon-toilet.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.125rem;
  height: 1.75rem;
  top: 0rem;
  left: 0rem;
}
.sub_toilet__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_toilet__heading::after {
    width: 21.875rem;
  }
}

.sub_toilet__container {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sub_toilet__container {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}

.sub_toilet__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .sub_toilet__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}

.sub_toilet__title-en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_toilet__title-en {
    text-align: center;
    line-height: 1.875rem;
  }
}

.sub_toilet__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_toilet__img-top {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .sub_toilet__img-top {
    width: 100%;
  }
}

.sub_toilet__bottom-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  -webkit-margin-after: 1.0625rem;
          margin-block-end: 1.0625rem;
}

.sub_toilet__bottom-head-img {
  width: 4rem;
}

.sub_toilet__bottom-head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_toilet__bottom-head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_toilet__bottom-head-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_toilet__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .sub_toilet__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.875rem;
  }
}

.sub_toilet__card-img {
  width: 21.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sub_toilet__card-img {
    width: 100%;
  }
}

.sub_toilet__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_toilet__card-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_bathroom {
  -webkit-padding-before: 6.8125rem;
          padding-block-start: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .sub_bathroom {
    -webkit-padding-before: 3.25rem;
            padding-block-start: 3.25rem;
  }
}

.sub_bathroom__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_bathroom__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
  padding-left: 2.5rem;
}
.sub_bathroom__heading::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_renovation/icon-bathroom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.3125rem;
  height: 2.3125rem;
  top: -0.4375rem;
  left: 0rem;
}
.sub_bathroom__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__heading::after {
    width: 21.875rem;
  }
}

.sub_bathroom__container {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__container {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}

.sub_bathroom__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.625rem;
     -moz-column-gap: 5.625rem;
          column-gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}

.sub_bathroom__title-en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__title-en {
    line-height: 1.875rem;
    text-align: center;
  }
}

.sub_bathroom__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_bathroom__img-top {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__img-top {
    width: 100%;
  }
}

.sub_bathroom__bottom-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  -webkit-margin-after: 1.0625rem;
          margin-block-end: 1.0625rem;
}

.sub_bathroom__bottom-head-img {
  width: 4rem;
}

.sub_bathroom__bottom-head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_bathroom__bottom-head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__bottom-head-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_bathroom__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}

.sub_bathroom__card-img {
  width: 21.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__card-img {
    width: 100%;
  }
}

.sub_bathroom__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_bathroom__card-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_interior {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sub_interior {
    -webkit-padding-before: 3.125rem;
            padding-block-start: 3.125rem;
  }
}

.sub_interior__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_interior__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_interior__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
  padding-left: 2.6875rem;
}
.sub_interior__heading::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_renovation/icon-interior.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.25rem;
  height: 1.625rem;
  top: 0rem;
  left: 0rem;
}
.sub_interior__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_interior__heading::after {
    width: 21.875rem;
  }
}

.sub_interior__container {
  -webkit-margin-before: 2.125rem;
          margin-block-start: 2.125rem;
}
@media screen and (max-width: 767px) {
  .sub_interior__container {
    -webkit-margin-before: 1.375rem;
            margin-block-start: 1.375rem;
  }
}

.sub_interior__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_interior__text {
    font-size: 1rem;
    -webkit-margin-after: 0.9375rem;
            margin-block-end: 0.9375rem;
  }
}

.sub_interior__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.4375rem;
     -moz-column-gap: 3.4375rem;
          column-gap: 3.4375rem;
  row-gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_interior__cards {
    grid-template-columns: 1fr;
    row-gap: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .sub_interior__card-img {
    width: 100%;
  }
}

.sub_interior__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sub_interior__card-text {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.sub_exterior {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sub_exterior {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.sub_exterior__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_exterior__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_exterior__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
  padding-left: 2.5rem;
}
.sub_exterior__heading::before {
  position: absolute;
  content: "";
  background-image: url(../img/sub_renovation/icon-exterior.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.3125rem;
  height: 2.0625rem;
  top: -0.3125rem;
  left: 0rem;
}
.sub_exterior__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_exterior__heading::after {
    width: 21.875rem;
  }
}

.sub_exterior__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  -webkit-margin-before: 2.125rem;
          margin-block-start: 2.125rem;
}
@media screen and (max-width: 767px) {
  .sub_exterior__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
  }
}

.sub_exterior__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 1.8125rem;
          margin-block-end: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .sub_exterior__title {
    font-size: 1rem;
    line-height: 1.875rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}

.sub_exterior__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .sub_exterior__text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.sub_exterior__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .sub_exterior__img {
    width: 100%;
  }
}

.sub_exterior__table-container {
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub_exterior__table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.sub_exterior__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .sub_exterior__table {
    width: 100%;
    min-width: 50rem;
    border-collapse: collapse;
    table-layout: fixed;
  }
}

.sub_exterior__table th {
  background: #4b4b4b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-block: 0.5rem;
  padding-left: 0.625rem;
}

.sub_exterior__table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  color: #3f3f3f;
  padding-block: 1.0625rem;
  padding-left: 0.625rem;
}

.sub_exterior__table th,
.sub_exterior__table td {
  border: 1px solid #4b4b4b;
  text-align: left;
  vertical-align: top;
}

/* 列幅の指定 */
.sub_exterior__table th:nth-child(1),
.sub_exterior__table td:nth-child(1) {
  width: 7.5rem;
}

.sub_exterior__table th:nth-child(2),
.sub_exterior__table td:nth-child(2) {
  width: 33.75rem;
}

.sub_exterior__table th:nth-child(3),
.sub_exterior__table td:nth-child(3) {
  width: 8.75rem;
}

.sub_order {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  .sub_order {
    -webkit-padding-before: 5.0625rem;
            padding-block-start: 5.0625rem;
  }
}

.sub_order__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_order__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 0.9375rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_order__heading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_order__heading {
    -webkit-margin-before: 2.875rem;
            margin-block-start: 2.875rem;
  }
}
.sub_order__heading::after {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 50rem;
  height: 0.625rem;
  bottom: 0;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_order__heading::after {
    width: 21.875rem;
  }
}

.sub_order__container {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub_order__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
  }
}

.sub_order__contents__img {
  width: 25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sub_order__contents__img {
    width: 100%;
  }
}

.sub_order__contents-tag {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_order__contents-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_order__contents-title {
    -webkit-margin-after: 2.1875rem;
            margin-block-end: 2.1875rem;
  }
}

.sub_order__contents-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #878787;
}

.sub_reason {
  -webkit-padding-before: 4.375rem;
          padding-block-start: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sub_reason {
    -webkit-padding-before: 2.0625rem;
            padding-block-start: 2.0625rem;
  }
}

.sub_reason__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_reason__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_reason__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
}

.sub_reason__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_reason__title {
    font-size: 1.125rem;
  }
}
.sub_reason__title span {
  font-size: 2.5rem;
  font-weight: 600;
}

.sub_reason__head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_reason__head-text {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
}

.sub_reason__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.sub_reason__card {
  width: 15.625rem;
  position: relative;
  -webkit-margin-before: 4.125rem;
          margin-block-start: 4.125rem;
}
@media screen and (max-width: 767px) {
  .sub_reason__card {
    width: 15.625rem;
  }
}

.sub_reason__card-no {
  width: 4rem;
  position: absolute;
  top: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub_reason__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 1.0625rem;
          margin-block-start: 1.0625rem;
}

.sub_order-kinds {
  -webkit-padding-before: 4.375rem;
          padding-block-start: 4.375rem;
  -webkit-padding-after: 6.6875rem;
          padding-block-end: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .sub_order-kinds {
    -webkit-padding-before: 1.5rem;
            padding-block-start: 1.5rem;
    -webkit-padding-after: 2.25rem;
            padding-block-end: 2.25rem;
  }
}

.sub_order-kinds__inner {
  width: min(46.25rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_order-kinds__inner {
    width: min(23.4375rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.sub_order-kind__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
}

.sub_order-kind__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  text-align: center;
}

.sub_order-kind__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub_order-kind__cards {
    grid-template-columns: 1fr;
  }
}

.sub_order-kind__card-img {
  width: 100%;
}

.sub_order-kind__card-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  -webkit-margin-before: 0.5625rem;
          margin-block-start: 0.5625rem;
  -webkit-margin-after: 0.625rem;
          margin-block-end: 0.625rem;
}

.sub_order-kind__card-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #878787;
}

/* ================================
   本題のCSS
=============================== */
.sub_order__swiper-container,
.sub_order__swiper,
.sub_order__swiper-wrapper,
.sub_order__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  top: 8.75rem;
  width: 18px;
  height: 28px;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  left: -10px;
}

.swiper-button-next {
  right: -10px;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 29px);
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9d9d9;
  margin-inline: 5.5px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #000;
}

.sub_order__swiper-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub_order__swiper {
  width: 100%;
  max-width: 20.9375rem;
}

.sub_order__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub_reason__card {
  margin-inline: auto;
}

.sub_reason__card-gray {
  background: #eeeeee;
  padding: 1.0625rem 0.75rem 0.875rem 0.9375rem;
  -webkit-margin-before: 0.9375rem;
          margin-block-start: 0.9375rem;
  border-radius: 0.625rem;
}

.sub_reason__card-gray__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_reason__card-gray__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #3f3f3f;
}

.sub_order-kind__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}

@media screen and (max-width: 767px) {
  .sub_order-kind {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

/* スマホ時は1列に */
@media screen and (max-width: 767px) {
  .sub_order-kind {
    grid-template-columns: 1fr;
  }
}

/* 自宅カードを一番上に */
@media screen and (max-width: 767px) {
  .sub_order-kind__card:nth-child(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.sub_flow {
  background: #5b554c;
  -webkit-padding-before: 3.625rem;
          padding-block-start: 3.625rem;
  -webkit-padding-after: 4.875rem;
          padding-block-end: 4.875rem;
}

.sub_qa {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
  -webkit-padding-after: 8.75rem;
          padding-block-end: 8.75rem;
}
@media screen and (max-width: 767px) {
  .sub_qa {
    -webkit-padding-before: 5.5rem;
            padding-block-start: 5.5rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.sub_flow__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .sub_flow__inner {
    width: min(23.75rem, 100%);
    padding-inline: 0.9375rem;
    margin-inline: auto;
    row-gap: 0rem;
  }
}

.sub_flow__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.sub_flow__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub_flow__title {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    -webkit-margin-after: 0.875rem;
            margin-block-end: 0.875rem;
  }
}

.sub_flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .sub_flow__items {
    row-gap: 0.6875rem;
  }
}

.sub_flow__item {
  position: relative;
}
.sub_flow__item::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  width: 50rem;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sub_flow__item::after {
    width: 21.875rem;
    bottom: -0.3125rem;
  }
}

.sub_flow__item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 2rem;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-question {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    padding: 1.1875rem;
  }
}

.sub_flow__item-question-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-question-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1.875rem;
  }
}

.sub_flow__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /* ← 左寄せ */
    width: 100%;
  }
}

.sub_flow__item-number {
  width: 2.375rem;
}

.sub_flow__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #ffffff;
  padding-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-title {
    padding-left: 0rem;
    font-size: 1.0625rem;
  }
}

.sub_flow__item-title1 {
  position: relative;
}
.sub_flow__item-title1::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-no1.png);
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-title1::before {
    left: -2.8125rem;
  }
}

.sub_flow__item-title2 {
  position: relative;
}
.sub_flow__item-title2::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-no2.png);
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-title2::before {
    left: -2.8125rem;
  }
}

.sub_flow__item-title3 {
  position: relative;
}
.sub_flow__item-title3::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-no3.png);
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-title3::before {
    left: -2.8125rem;
  }
}

.sub_flow__item-title4 {
  position: relative;
}
.sub_flow__item-title4::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-no4.png);
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-title4::before {
    left: -2.8125rem;
  }
}

.sub_flow__item-title5 {
  position: relative;
}
.sub_flow__item-title5::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-no5.png);
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-title5::before {
    left: -2.8125rem;
  }
}

.sub_flow__item-title6 {
  position: relative;
}
.sub_flow__item-title6::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-no6.png);
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-title6::before {
    left: -2.8125rem;
  }
}

.sub_flow__item-title7 {
  position: relative;
}
.sub_flow__item-title7::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-no7.png);
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-title7::before {
    left: -2.8125rem;
  }
}

.sub_flow__item-period {
  color: #5b554c;
  text-align: center;
  background: #ffffff;
  width: 13.6875rem;
  padding-block: 0.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sub_flow__item-question-icon {
  width: 1rem;
}
.sub_flow__item-question-icon line {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.sub_flow__item.is-opened .sub_flow__item-question-icon line:nth-of-type(2) {
  rotate: 90deg;
}

.sub_flow__item-answer {
  padding-inline: 1rem;
}

.sub_flow__item-answer-text {
  position: relative;
  -webkit-padding-before: 1.375rem;
          padding-block-start: 1.375rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sub_flow__item-answer-text {
    padding-left: 1.25rem;
    font-size: 0.75rem;
    -webkit-padding-before: 0.9375rem;
            padding-block-start: 0.9375rem;
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
  }
}

.sub_flow__item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.is-opened .sub_flow__item-answer {
  opacity: 1;
}

.sub_flow__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  -webkit-margin-before: 1.4375rem;
          margin-block-start: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .sub_flow__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.3125rem;
    -webkit-margin-before: 0.875rem;
            margin-block-start: 0.875rem;
  }
}

.sub_flow__bottom-content {
  padding-left: 4.375rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_flow__bottom-content {
    padding-left: 0;
  }
}

.sub_flow__bottom-title {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sub_flow__bottom-title {
    font-size: 0.875rem;
  }
}

.sub_flow__bottom-text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sub_flow__bottom-text {
    font-size: 0.875rem;
  }
}

.sub_reason__strong {
  width: 100%;
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
  -webkit-margin-after: 6.6875rem;
          margin-block-end: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .sub_reason__strong {
    -webkit-margin-before: 3.1875rem;
            margin-block-start: 3.1875rem;
    -webkit-margin-after: 3.4375rem;
            margin-block-end: 3.4375rem;
  }
}

.sub_contact {
  padding-block: 8.75rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact {
    padding-block: 3.875rem 2.125rem;
  }
}
.sub_contact.sub_renovation {
  padding-block: 8.8125rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact.sub_renovation {
    padding-block: 4.8125rem 2.125rem;
  }
}
.sub_contact.sub_question {
  padding-block: 11.0625rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact.sub_question {
    padding-block: 3.875rem 2.125rem;
  }
}

.section-title-en-sub_contact {
  font-size: 4.375rem;
  line-height: 0.7857142857;
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .section-title-en-sub_contact {
    font-size: 1.875rem;
    line-height: 1.8333333333;
    -webkit-margin-after: -0.9375rem;
            margin-block-end: -0.9375rem;
  }
}

.section-title-ja-sub_contact {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  -webkit-padding-after: 0.6875rem;
          padding-block-end: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .section-title-ja-sub_contact {
    font-size: 0.9375rem;
    line-height: 2;
    -webkit-padding-after: 0.3125rem;
            padding-block-end: 0.3125rem;
  }
}

.sub_contact-inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_contact-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 0.6875rem;
  }
}

.sub_contact__container {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sub_contact__container {
    -webkit-margin-before: 1.1875rem;
            margin-block-start: 1.1875rem;
    gap: 3.625rem;
  }
  .sub_question .sub_contact__container {
    gap: 3.25rem;
  }
}
.sub_renovation .sub_contact__container {
  gap: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .sub_renovation .sub_contact__container {
    gap: 3.3125rem;
  }
}

.sub_contact-top__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  -webkit-margin-start: 2.25rem;
          margin-inline-start: 2.25rem;
}
.sub_contact-top__text span {
  color: #c73333;
}
@media screen and (max-width: 767px) {
  .sub_contact-top__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    padding-inline: 0.375rem;
  }
}
.sub_question .sub_contact-top__text {
  -webkit-margin-start: 2.5rem;
          margin-inline-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sub_question .sub_contact-top__text {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

@media screen and (max-width: 767px) {
  .sub_contact-form {
    -webkit-padding-start: 0.25rem;
            padding-inline-start: 0.25rem;
  }
  .sub_simulation .sub_contact-form {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.sub_contact-form__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-padding-after: 1.0625rem;
          padding-block-end: 1.0625rem;
  -webkit-padding-start: 2.4375rem;
          padding-inline-start: 2.4375rem;
  color: #3f3f3f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub_contact-form__title {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.sub_question .sub_contact-form__title {
  -webkit-padding-start: 2.6875rem;
          padding-inline-start: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .sub_question .sub_contact-form__title {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.sub_contact-form__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #e8e8e8;
  bottom: 0;
  left: 0;
}

.sub_contact-form__container {
  width: 87.5%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_contact-form__container {
    width: 100%;
  }
}

.sub_contact-form-bottom {
  -webkit-margin-before: 3.9375rem;
          margin-block-start: 3.9375rem;
  -webkit-padding-start: 1.3125rem;
          padding-inline-start: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-bottom {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    -webkit-margin-start: -0.125rem;
            margin-inline-start: -0.125rem;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub_renovation .sub_contact-form-bottom {
    -webkit-margin-before: 1.6875rem;
            margin-block-start: 1.6875rem;
    -webkit-margin-start: -0.1875rem;
            margin-inline-start: -0.1875rem;
  }
}
.sub_question .sub_contact-form-bottom {
  -webkit-margin-before: 3.25rem;
          margin-block-start: 3.25rem;
}
@media screen and (max-width: 767px) {
  .sub_question .sub_contact-form-bottom {
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
    -webkit-margin-start: -0.125rem;
            margin-inline-start: -0.125rem;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub_simulation .sub_contact-form-bottom {
  -webkit-margin-before: 1.1875rem;
          margin-block-start: 1.1875rem;
  -webkit-margin-start: 0.125rem;
          margin-inline-start: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-bottom {
    -webkit-margin-before: 2.625rem;
            margin-block-start: 2.625rem;
    -webkit-margin-start: 0.0625rem;
            margin-inline-start: 0.0625rem;
  }
}

.sub_contact-form-bottom__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2.3333333333;
}

.sub_contact-form-bottom__text {
  font-size: 0.75rem;
  line-height: 2.9166666667;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-bottom__text {
    line-height: 1.75;
    -webkit-margin-before: -0.3125rem;
            margin-block-start: -0.3125rem;
  }
  .sub_simulation .sub_contact-form-bottom__text {
    -webkit-margin-before: -0.5625rem;
            margin-block-start: -0.5625rem;
  }
}

.sub-contact-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0.75rem;
  -webkit-margin-before: 1.4375rem;
          margin-block-start: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .sub-contact-form__items {
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
    gap: 1rem;
  }
  .sub_question .sub-contact-form__items {
    -webkit-margin-before: 0.8125rem;
            margin-block-start: 0.8125rem;
  }
  .sub_simulation .sub-contact-form__items {
    -webkit-margin-before: 1.3125rem;
            margin-block-start: 1.3125rem;
    gap: 1.3125rem;
  }
}

.sub_contact-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  border-bottom: 1px dashed #c5c5c5;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item {
    gap: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.sub_simulation .sub_contact-form-item {
  gap: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item {
    gap: 0.4375rem;
  }
}
.sub_question .sub_contact-form-item {
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sub_question .sub_contact-form-item {
    gap: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item--furigana {
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--furigana {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item--address {
  -webkit-padding-before: 0.3125rem;
          padding-block-start: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--address {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
.sub_simulation .sub_contact-form-item.sub_contact-form-item--address {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 1.125rem;
          padding-block-end: 1.125rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item.sub_contact-form-item--address {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.sub_simulation .sub_contact-form-item.sub_contact-form-item--tel {
  padding-block: 0.3125rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item.sub_contact-form-item--tel {
    padding-block: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item--email {
  -webkit-padding-after: 1.0625rem;
          padding-block-end: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--email {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.sub_simulation .sub_contact-form-item.sub_contact-form-item--email {
  padding-block: 0.1875rem 1.3125rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item.sub_contact-form-item--email {
    padding-block: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item--file--simulation {
  padding-block: 0.5rem 1.75rem;
  gap: 2.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--file--simulation {
    padding-block: 0;
    gap: 0.75rem;
  }
}
.sub_contact-form-item.sub_contact-form-item--radio--contact {
  padding-block: 0.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--radio--contact {
    padding-block: 0.3125rem;
  }
  .sub_order .sub_contact-form-item.sub_contact-form-item--radio--contact {
    gap: 0.6875rem;
  }
}
.sub_contact-form-item.sub_contact-form-item--radio--question {
  -webkit-margin-before: -0.375rem;
          margin-block-start: -0.375rem;
  -webkit-padding-after: 0.5625rem;
          padding-block-end: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--radio--question {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    gap: 0.5rem;
  }
}
.sub_contact-form-item.sub_contact-form-item--select--building-type {
  padding-block: 0.125rem 1rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--select--building-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item__date--period {
  padding-block: 0.3125rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item__date--period {
    padding-block: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sub_contact-form-item.sub_contact-form-item--delivery {
  -webkit-padding-after: 1.0625rem;
          padding-block-end: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--delivery {
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-margin-before: -0.6875rem;
            margin-block-start: -0.6875rem;
    gap: 0.5rem;
  }
}
.sub_contact-form-item.sub_contact-form-item__date--delivery {
  padding-block: 0.3125rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item__date--delivery {
    padding-block: 0;
    -webkit-margin-before: -0.3125rem;
            margin-block-start: -0.3125rem;
    gap: 0.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sub_contact-form-item.sub_contact-form-item--checkbox--product {
  padding-block: 0.5rem 1.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--checkbox--product {
    padding-block: 0;
    gap: 0.4375rem;
  }
}
.sub_contact-form-item.sub_contact-form-item--file {
  -webkit-margin-before: -0.125rem;
          margin-block-start: -0.125rem;
  -webkit-padding-after: 0.375rem;
          padding-block-end: 0.375rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--file {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    gap: 0.625rem;
  }
}
.sub_contact-form-item.sub_contact-form-item--checkbox--area {
  -webkit-padding-after: 0.75rem;
          padding-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--checkbox--area {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item--radio--construction-budget {
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--radio--construction-budget {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item--radio--companies {
  padding-block: 0.3125rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--radio--companies {
    padding-block: 0.8125rem;
    gap: 0.4375rem;
  }
}
.sub_contact-form-item.sub_contact-form-item--textarea {
  padding-block: 1.1875rem 1.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--textarea {
    padding-block: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item--textarea--free {
  padding-block: 0.6875rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--textarea--free {
    padding-block: 0;
  }
}
.sub_contact-form-item.sub_contact-form-item--textarea--another {
  padding-block: 0.5rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item.sub_contact-form-item--textarea--another {
    padding-block: 1.375rem 0;
  }
}

.sub_contact-form-item__head {
  width: 24.7142857143%;
  -webkit-padding-start: 1.1875rem;
          padding-inline-start: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__head {
    width: 100%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.sub_simulation .sub_contact-form-item__head {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22.8571428571%;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item__head {
    width: 100%;
    gap: 0.8125rem;
  }
}
.sub_contact-form-item--checkbox--area .sub_contact-form-item__head {
  width: 39.2857142857%;
  -webkit-padding-before: 0.4375rem;
          padding-block-start: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item--checkbox--area .sub_contact-form-item__head {
    width: 100%;
  }
}
.sub_contact-form-item--radio--construction-budget .sub_contact-form-item__head {
  width: 24.7142857143%;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item--radio--construction-budget .sub_contact-form-item__head {
    width: 100%;
  }
}
.sub_contact-form-item--file--simulation .sub_contact-form-item__head {
  -webkit-margin-before: -0.5rem;
          margin-block-start: -0.5rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item--file--simulation .sub_contact-form-item__head {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.sub_question .sub_contact-form-item__head {
  -webkit-padding-start: 1.4375rem;
          padding-inline-start: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .sub_question .sub_contact-form-item__head {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.sub_contact-form-item--textarea--free .sub_contact-form-item__head {
  -webkit-margin-before: -0.25rem !important;
          margin-block-start: -0.25rem !important;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item--textarea--free .sub_contact-form-item__head {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.sub_contact-form-item--textarea--another .sub_contact-form-item__head .sub_contact-form-item__label {
  -webkit-margin-start: 3.875rem;
          margin-inline-start: 3.875rem;
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item--textarea--another .sub_contact-form-item__head .sub_contact-form-item__label {
    -webkit-margin-start: -0.1875rem;
            margin-inline-start: -0.1875rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.sub_contact-form-item__tag {
  color: #fff;
  font-size: 0.875rem;
  line-height: 2.5;
  font-weight: 600;
  background-color: #eb5454;
  border-radius: 0.3125rem;
  padding-block: 0.375rem 0.4375rem;
  padding-inline: 0.5625rem 0.5rem;
  white-space: nowrap;
  height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
}

.sub_contact-form-item__label {
  font-size: 0.875rem;
  line-height: 2.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__label {
    line-height: 1;
    -webkit-padding-start: 0.125rem;
            padding-inline-start: 0.125rem;
  }
  .sub_question .sub_contact-form-item__label {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.sub_contact-form-item__label span {
  color: #c73333;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__label span {
    line-height: 1;
    display: inline;
  }
}

.sub_contact-form-item__input {
  width: 35.2857142857%;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__input {
    width: 100%;
  }
}
.sub_contact-form-item__input.sub_contact-form-item__input--address, .sub_contact-form-item__input.sub_contact-form-item__input--email, .sub_contact-form-item__input.sub_contact-form-item__input--file, .sub_contact-form-item__input.sub_contact-form-item__input--textarea {
  width: 71.4285714286%;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__input.sub_contact-form-item__input--address, .sub_contact-form-item__input.sub_contact-form-item__input--email, .sub_contact-form-item__input.sub_contact-form-item__input--file, .sub_contact-form-item__input.sub_contact-form-item__input--textarea {
    width: 100%;
  }
}
.sub_contact-form-item__input.sub_contact-form-item__input--tel, .sub_contact-form-item__input.sub_contact-form-item__input--delivery, .sub_contact-form-item__input.sub_contact-form-item__date-number {
  width: 30.4285714286%;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__input.sub_contact-form-item__input--tel, .sub_contact-form-item__input.sub_contact-form-item__input--delivery, .sub_contact-form-item__input.sub_contact-form-item__date-number {
    width: 100%;
  }
}
.sub_contact-form-item__input.sub_contact-form-item__input--date {
  width: 31.5714285714%;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__input.sub_contact-form-item__input--date {
    width: 63.5057471264%;
  }
}
.sub_simulation .sub_contact-form-item__input.sub_contact-form-item__input--address {
  width: 63.2857142857%;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item__input.sub_contact-form-item__input--address {
    width: 100%;
  }
}
.sub_simulation .sub_contact-form-item__input.sub_contact-form-item__input--tel {
  width: 35.2857142857%;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item__input.sub_contact-form-item__input--tel {
    width: 100%;
  }
}
.sub_simulation .sub_contact-form-item__input.sub_contact-form-item__input--email, .sub_simulation .sub_contact-form-item__input.sub_contact-form-item__input--textarea--another {
  width: 58.4285714286%;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item__input.sub_contact-form-item__input--email, .sub_simulation .sub_contact-form-item__input.sub_contact-form-item__input--textarea--another {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__input.sub_contact-form-item__input--file--simulation {
    -webkit-padding-start: 3.75rem;
            padding-inline-start: 3.75rem;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.sub_contact-form-item__text,
.sub_contact-form-item__date-number,
.sub_contact-form-item__textarea {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__text,
  .sub_contact-form-item__date-number,
  .sub_contact-form-item__textarea {
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
  }
}
.sub_contact-form-item__text:focus,
.sub_contact-form-item__date-number:focus,
.sub_contact-form-item__textarea:focus {
  outline: none;
}

.sub_contact-form-item__text {
  height: 1.875rem;
  -webkit-margin-before: 0.375rem;
          margin-block-start: 0.375rem;
  padding-inline: 0.375rem;
}
.sub_simulation .sub_contact-form-item__text {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

@media screen and (max-width: 767px) {
  .sub_contact-form-item--radio {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sub_contact-form-item__radio input[type=radio],
.sub_contact-form-item__radio input[type=checkbox],
.sub_contact-form-item__chekbox input[type=radio],
.sub_contact-form-item__chekbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.sub_contact-form-item__radio input[type=radio]:checked + .wpcf7-list-item-label::after,
.sub_contact-form-item__radio input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.sub_contact-form-item__chekbox input[type=radio]:checked + .wpcf7-list-item-label::after,
.sub_contact-form-item__chekbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.sub_contact-form-item__radio input[type=radio]:focus + .wpcf7-list-item-label::before,
.sub_contact-form-item__radio input[type=checkbox]:focus + .wpcf7-list-item-label::before,
.sub_contact-form-item__chekbox input[type=radio]:focus + .wpcf7-list-item-label::before,
.sub_contact-form-item__chekbox input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: none;
}

.sub_contact-form-item__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__radio {
    gap: 2.1875rem;
  }
  .sub_question .sub_contact-form-item__radio {
    gap: 2.25rem;
  }
}
.sub_contact-form-item__radio.sub_contact-form-item__radio--construction-budget {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1875rem 0.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__radio.sub_contact-form-item__radio--construction-budget {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.125rem 0.4375rem;
  }
}
.sub_contact-form-item__radio.sub_contact-form-item__radio--question {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.125rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__radio.sub_contact-form-item__radio--question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.125rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 2.5;
  font-weight: 500;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    -webkit-padding-start: 1.625rem;
            padding-inline-start: 1.625rem;
  }
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.wpcf7-list-item-label::before {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.3125rem;
  left: 0;
  background-color: #e8e8e8;
  border: 1px solid #969696;
}
.wpcf7-list-item-label::after {
  width: 0.8125rem;
  height: 0.8125rem;
  left: 0.0625rem;
  background: url("../img/sub_contact/check-solid.svg") no-repeat center center/contain;
  opacity: 0;
}
.sub_contact-form-item__radio--construction-budget .wpcf7-list-item-label, .sub_contact-form-item__radio--question .wpcf7-list-item-label {
  line-height: 1;
}

.date-field {
  position: relative;
  display: block;
}

.sub_contact-form-item__date-number {
  height: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  padding-block: 0.5625rem 0.5rem;
  padding-inline: 0.9375rem 0.6875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color-scheme: light;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  color: #3f3f3f;
  -webkit-text-fill-color: #3f3f3f;
  appearance: none;
  color-scheme: light;
}

/* プレースホルダー色 */
.sub_contact-form-item__date-number::-webkit-input-placeholder {
  color: #9aa0a6;
  opacity: 1;
}
.sub_contact-form-item__date-number::-moz-placeholder {
  color: #9aa0a6;
  opacity: 1;
}
.sub_contact-form-item__date-number:-ms-input-placeholder {
  color: #9aa0a6;
  opacity: 1;
}
.sub_contact-form-item__date-number::-ms-input-placeholder {
  color: #9aa0a6;
  opacity: 1;
}
.sub_contact-form-item__date-number::placeholder {
  color: #9aa0a6;
  opacity: 1;
}

.sub_contact-form-item__chekbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__chekbox {
    gap: 0.5rem 0.8125rem;
  }
}
.sub_contact-form-item__chekbox .wpcf7-list-item-label {
  line-height: 1;
}
.sub_contact-form-item__chekbox.sub_contact-form-item__chekbox--product {
  -webkit-margin-start: 1.75rem;
          margin-inline-start: 1.75rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__chekbox.sub_contact-form-item__chekbox--product {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.sub_contact-form-item__chekbox.sub_contact-form-item__chekbox--area {
  gap: 0.375rem 1.625rem;
  width: 100%;
}

.sub_contact-form-item__input-text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__input-text {
    -webkit-padding-start: 0.125rem;
            padding-inline-start: 0.125rem;
    -webkit-margin-after: -0.125rem;
            margin-block-end: -0.125rem;
  }
}
.sub_simulation .sub_contact-form-item__input-text {
  -webkit-margin-after: 0.25rem;
          margin-block-end: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation .sub_contact-form-item__input-text {
    -webkit-margin-after: 0.125rem;
            margin-block-end: 0.125rem;
  }
}

.sub_contact-form-item__input--files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.0625rem;
}

.sub_contact-form-item_file {
  font-size: 0.875rem;
  line-height: 2.5;
  font-weight: 500;
  color: #3f3f3f !important;
}

.sub_contact-form-item__input--select {
  width: 31.5714285714%;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__input--select {
    width: 63.5057471264%;
  }
}

.sub_contact-form-item__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 1.875rem;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  width: 100%;
  padding-block: 0.1875rem 0.125rem;
  padding-inline: 0.8125rem 0.5625rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  color: #3f3f3f !important;
  border-radius: 0;
}

.sub_contact-form-item--textarea .sub_contact-form-item__head {
  -webkit-margin-before: -0.875rem;
          margin-block-start: -0.875rem;
}

.sub_contact-form-item__textarea {
  height: 12.8125rem;
  resize: vertical;
  padding-inline: 0.375rem;
  padding-block: 0.375rem;
}
.sub_contact-form-item__textarea.sub_contact-form-item__textarea--another {
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .sub_contact-form-item__textarea.sub_contact-form-item__textarea--another {
    height: 10.75rem;
  }
}

.contact-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact-form__button {
    -webkit-margin-before: 0.1875rem;
            margin-block-start: 0.1875rem;
  }
}
.sub_renovation .contact-form__button {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sub_renovation .contact-form__button {
    -webkit-margin-before: 0.1875rem;
            margin-block-start: 0.1875rem;
  }
}
.sub_question .contact-form__button {
  -webkit-margin-before: 1.375rem;
          margin-block-start: 1.375rem;
}
@media screen and (max-width: 767px) {
  .sub_question .contact-form__button {
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
  }
}
.sub_simulation .contact-form__button {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation .contact-form__button {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.sub_contact-form-button {
  background-color: #4a9e00;
  border-radius: 1.5625rem;
  font-size: 1rem;
  line-height: 2.1875;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 4.75rem 4.8125rem;
  width: 12.5rem;
  height: 3.125rem;
  border: 1px solid currentColor;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
}
.sub_simulation .sub_contact-form-button {
  background-color: #ff8400;
}

.wpcf7-spinner {
  position: absolute;
}

.sub_simulation {
  padding-block: 8.125rem 5.25rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation {
    padding-block: 3.5625rem 3.5rem;
  }
}

.section-title-en-sub_simulation {
  font-size: 4.375rem;
  line-height: 0.7857142857;
  -webkit-margin-after: 0.8125rem;
          margin-block-end: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .section-title-en-sub_simulation {
    font-size: 1.875rem;
    line-height: 1.8333333333;
    -webkit-margin-after: -0.75rem;
            margin-block-end: -0.75rem;
  }
}

.section-title-ja-sub_simulation {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  -webkit-padding-after: 0.6875rem;
          padding-block-end: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .section-title-ja-sub_simulation {
    font-size: 0.9375rem;
    line-height: 2;
    -webkit-padding-after: 0.3125rem;
            padding-block-end: 0.3125rem;
  }
}

.sub_simulation-inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub_simulation-inner {
    width: min(23.4375rem, 100%);
    padding-inline: 0.78125rem;
  }
}

.sub_simulation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6875rem;
  -webkit-margin-before: 2.3125rem;
          margin-block-start: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation__container {
    gap: 1.375rem;
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
  }
}

.sub_simulation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-top {
    gap: 0.4375rem;
  }
}

.sub_simulation-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner__items {
    gap: 0.5rem;
  }
}

.sub_simulation-banner-item-1 {
  padding-block: 1rem 3.25rem;
  padding-inline: 1.25rem;
  background-color: #51beb4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1 {
    padding-block: 0.4375rem 1.4375rem;
    padding-inline: 0.5625rem;
  }
}

.sub_simulation-banner-item-1__wrapper {
  border-radius: 0.625rem;
  background-color: #fff;
  padding-block: 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1__wrapper {
    padding-block: 0.3125rem 0;
  }
}

.sub_simulation-banner-item-1__lead {
  width: 100%;
  height: 3.5625rem;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-block: 0.6875rem 0.9375rem;
  background-color: #51beb4;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1__lead {
    height: 1.5625rem;
    font-size: 0.820625rem;
    line-height: 1;
    padding-block: 0.375rem 0.375rem;
  }
}

.sub_simulation-banner-item-1__text {
  padding-block: 0.75rem 0.8125rem;
  padding-inline: 11.625rem 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6875rem;
  border-radius: 0.625rem;
  background-color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1__text {
    padding-block: 0.625rem 0.3125rem;
    padding-inline: 5.0625rem 2.1875rem;
    gap: 0.375rem;
  }
}

.sub_simulation-banner-item-1__text-main {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1__text-main {
    font-size: 0.820625rem;
    line-height: 1;
  }
}
.sub_simulation-banner-item-1__text-main span {
  font-size: 3.125rem;
  line-height: 0.6;
  color: #f0714b;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1__text-main span {
    font-size: 1.3675rem;
    line-height: 0.6000914077;
  }
}

.sub_simulation-banner-item-1__text-sub {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  -webkit-padding-end: 0.4375rem;
          padding-inline-end: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1__text-sub {
    font-size: 0.68375rem;
    line-height: 1.2001828154;
  }
}

.sub_simulation-banner-item-1__text-bottom {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1__text-bottom {
    font-size: 0.625rem;
    line-height: 1.313;
    bottom: 0.375rem;
    white-space: nowrap;
  }
}

.sub_simulation-banner-item-1__img {
  width: 7.375rem;
  position: absolute;
  bottom: 3.1875rem;
  left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-1__img {
    width: 3.25rem;
    bottom: 1.3125rem;
    left: 0.9375rem;
  }
}

.sub_simulation-banner-item-2 {
  border-radius: 1.25rem;
  border: 0.5625rem solid #787878;
  padding-block: 3.8125rem 2.0625rem;
  padding-inline: 8.3125rem 13.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-2 {
    border: 0.1875rem solid #787878;
    padding-block: 1.75rem 0.375rem;
    padding-inline: 3.625rem 4.125rem;
  }
}

.sub_simulation-banner-item-2__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-2__text {
    gap: 1.1875rem;
  }
}

.sub_simulation-banner-item-2__text-main {
  font-size: 2.5rem;
  line-height: 0.75;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-2__text-main {
    font-size: 1.125rem;
    line-height: 0.7316666667;
  }
}
.sub_simulation-banner-item-2__text-main span {
  font-size: 2.0625rem;
  line-height: 0.9090909091;
  font-weight: 600;
  position: relative;
  display: block;
  -webkit-padding-after: 1.375rem;
          padding-block-end: 1.375rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-2__text-main span {
    font-size: 0.9375rem;
    line-height: 0.878;
    -webkit-padding-after: 0.5625rem;
            padding-block-end: 0.5625rem;
  }
}
.sub_simulation-banner-item-2__text-main span::before {
  width: 2.5rem;
  height: 2.8125rem;
  content: "";
  position: absolute;
  background: url("../img/sub_contact/accent.png") no-repeat center center/contain;
  top: -2.125rem;
  right: 4.875rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-2__text-main span::before {
    width: 1.1875rem;
    height: 1.25rem;
    top: -0.875rem;
    right: 3.375rem;
  }
}

.sub_simulation-banner-item-2__text-sub {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-2__text-sub {
    font-size: 0.625rem;
    line-height: 1.317;
  }
}

.sub_simulation-banner-item-2__img--men {
  width: 7.375rem;
  position: absolute;
  bottom: 0;
  left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-2__img--men {
    width: 3.25rem;
    left: 0.125rem;
  }
}

.sub_simulation-banner-item-2__img--drawing {
  width: 14.125rem;
  position: absolute;
  bottom: 0.9375rem;
  right: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-banner-item-2__img--drawing {
    width: 6.1875rem;
    bottom: 0.5rem;
    right: 0.6875rem;
  }
}

.sub_simulation-top__text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-weight: 500;
  -webkit-padding-start: 2.3125rem;
          padding-inline-start: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .sub_simulation-top__text {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
  }
}

.column-detail {
  -webkit-padding-before: 10rem;
          padding-block-start: 10rem;
}
@media screen and (max-width: 767px) {
  .column-detail {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
  }
}
.column-detail__inner {
  max-width: 50rem;
  margin: 0 auto;
  padding: 1.25rem;
}
.column-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #3f3f3f;
  margin-bottom: 1.875rem;
}
.column-detail__body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3f3f3f;
}
.column-detail__body h2, .column-detail__body__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.column-detail__body h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #3f3f3f;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}
.column-detail__body p, .column-detail__body__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  color: #3f3f3f;
  margin-bottom: 1.25rem;
}
.column-detail__body .column-detail__link, .column-detail__body a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  color: #002aff;
  text-decoration: underline;
}
.column-detail__body__img img {
  width: 100%;
  height: auto;
  margin: 1.25rem 0;
  border-radius: 0.375rem;
  display: block;
}

.column-detail__summary {
  padding: 1.25rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border: 0.0625rem solid #3f3f3f;
}
.column-detail__summary p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  color: #3f3f3f;
  margin-bottom: 0.9375rem;
}
.column-detail__summary a {
  color: #002aff;
  text-decoration: underline;
}

/* ページネーション全体の設定 */
.pagination {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexboxで子要素を横並びに */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 情報を上に、番号を下に配置 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 左寄せ */
  font-family: Arial, sans-serif;
}

/* ページ情報 (Page 1 of 2) のスタイル */
.page-info {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px; /* ページ番号との間隔 */
  padding-bottom: 5px; /* 下線のために */
  border-bottom: 1px solid #ddd;
  width: 100%; /* 全幅に広げて下線を引く */
  text-align: left;
}

/* ページ番号・次へのコンテナ */
.page-numbers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; /* 要素間の隙間 */
}

/* ページ番号と次へのリンク共通スタイル */
.page-number, .page-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px; /* 幅 */
  height: 32px; /* 高さ */
  border-radius: 4px; /* 角を丸く */
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* paddingとborderを幅と高さに含める */
}

/* 非アクティブなページ番号と次へのボタンのスタイル (グレー) */
.page-number, .page-next {
  color: #aaaaaa; /* 文字色 */
  background-color: #dddddd;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  letter-spacing: 0;
}

/* アクティブなページ (現在のページ) のスタイル (赤) */
.page-number.current {
  color: #fff; /* 文字色を白に */
  background-color: #e54d6a; /* 赤色の背景 */
  border: 1px solid #e54d6a; /* 境界線も赤に */
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1rem;
  letter-spacing: 0;
}

/* 次へのボタンのフォント調整 */
.page-next {
  font-size: 20px; /* 「›」を少し大きく */
  padding-bottom: 3px; /* 見た目の中心を調整 */
}

/* ホバーエフェクト */
.page-number:not(.current):hover, .page-next:hover {
  background-color: #e0e0e0;
}