@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 49px;
  padding-bottom: 50px
}

body {
  margin: 0;
  padding: 0;
  background-color: #e9e7e3
}

.p-solution-special-renovation {
  --sp-w: 375;
  --pc-w: 1280;
  --font-en: "DM Sans", sans-serif;
  --font-ja: "Noto Sans JP", serif;
  --sticky-space-sm: 0px;
  line-height: 1.5;
  background-color: #e9e7e3;
  font-family: var(--font-ja)
}

.p-solution-special-renovation *,
.p-solution-special-renovation :after,
.p-solution-special-renovation :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.p-solution-special-renovation blockquote,
.p-solution-special-renovation dd,
.p-solution-special-renovation dl,
.p-solution-special-renovation figure,
.p-solution-special-renovation h1,
.p-solution-special-renovation h2,
.p-solution-special-renovation h3,
.p-solution-special-renovation h4,
.p-solution-special-renovation h5,
.p-solution-special-renovation h6,
.p-solution-special-renovation hr,
.p-solution-special-renovation ol,
.p-solution-special-renovation p,
.p-solution-special-renovation pre,
.p-solution-special-renovation ul {
  margin: 0;
  padding: 0
}

.p-solution-special-renovation img,
.p-solution-special-renovation video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.p-solution-special-renovation a {
  text-decoration: none;
  color: inherit
}

.p-solution-special-renovation button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0
}

.p-solution-special-renovation ol,
.p-solution-special-renovation ul {
  list-style: none
}

.p-solution-special-renovation .l-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 0 calc(24 / var(--sp-w) * 100%) 0;
  background-color: #e9e7e3;
  -webkit-transition: padding-top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding-top 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.p-solution-special-renovation .p-solution-item:not(:last-child) {
  top: calc(200px + var(--sticky-space-sm));
}


@media screen and (min-width:768px) {
  .p-solution-special-renovation .l-header {
    padding: 0 calc(40 / var(--pc-w) * 100%)
  }
}

@media screen and (min-width:1025px) {
  .p-solution-special-renovation .l-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 0;
    height: auto;
    padding: 0 calc(40 / var(--pc-w) * 100%) 0
  }
}

@media screen and (min-width:1025px) {
  .p-solution-special-renovation .l-header.is-opened {
    padding-top: 89px
  }
}

.p-solution-special-renovation .l-header__button {
  height: 100%;
  aspect-ratio: 1/1;
  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;
  margin-right: 20px;
  height: 49px
}

@media screen and (max-width:1024px) {
  .p-solution-special-renovation .l-header__button {
    display: none
  }
}

.p-solution-special-renovation .l-header__button button {
  width: 100%;
  height: 100%;
  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
}

.p-solution-special-renovation .l-header__button img {
  display: block;
  width: 15px;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.p-solution-special-renovation .l-header__button.is-opened img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.p-solution-special-renovation .l-header__heading {
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px
}

@media screen and (min-width:1025px) {
  .p-solution-special-renovation .l-header__heading {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

.p-solution-special-renovation .l-header__heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-solution-special-renovation .p-nav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #e9e7e3;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: clip-path 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  border-bottom: 1px solid #000
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    background-color: transparent;
    border: none;
    clip-path: none
  }
}

.p-solution-special-renovation .p-nav.is-opened {
  clip-path: inset(0 0 0 0);
  border-top: none
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-nav.is-opened {
    clip-path: none
  }
}

.p-solution-special-renovation .p-nav__list {
  font-family: var(--font-en);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  font-family: var(--font-ja);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  gap: 16px;
  padding: 40px;
  text-align: right
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    padding: 0;
    text-align: left
  }
}

.p-solution-special-renovation .p-nav__item {
  font-family: var(--font-en)
}

.p-solution-special-renovation .p-nav__item--contact a {
  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: flex-end;
  gap: 8px
}

.p-solution-special-renovation .p-nav-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1;
  text-align: right
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-nav-button {
    display: none
  }
}

.p-solution-special-renovation .p-nav-button__wrap {
  position: relative;
  display: inline-block;
  width: 45px
}

.p-solution-special-renovation .p-nav-button [data-text] {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1)
}

.p-solution-special-renovation .p-nav-button [data-text]:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  width: 100%
}

.p-solution-special-renovation .p-nav-button.is-opened [data-text] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.p-solution-special-renovation .p-kv {
  overflow: hidden
}

.p-solution-special-renovation .p-kv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px calc(24 / var(--sp-w) * 100%)
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-kv__copy {
    padding: 40px calc(40 / var(--pc-w) * 100%)
  }
}

.p-solution-special-renovation .p-kv__copy--ja {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.p-solution-special-renovation .p-kv__copy--ja img {
  width: 77px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-kv__copy--ja img {
    width: 101px
  }
}

.p-solution-special-renovation .p-kv__copy--en {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-kv__copy--en {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px
  }
}

.p-solution-special-renovation .p-kv__image {
  position: relative
}

.p-solution-special-renovation .p-kv__image img {
  width: 100%;
  aspect-ratio: 375/325;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-kv__image img {
    aspect-ratio: auto;
    height: auto
  }
}

.p-solution-special-renovation .p-kv__before {
  position: absolute;
  inset: 0
}

.p-solution-special-renovation .p-kv__border {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.p-solution-special-renovation .p-kv__border .border-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.p-solution-special-renovation .p-kv__border .border-nav svg {
  display: block;
  width: 26px;
  height: 26px
}

.p-solution-special-renovation .p-kv__border .before {
  left: 0
}

.p-solution-special-renovation .p-kv__border .after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center
}

.p-solution-special-renovation .p-kv__border .line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff
}

.p-solution-special-renovation .p-news {
  padding: 40px calc(24 / var(--sp-w) * 100%)
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10.3092783505%;
    padding: 40px calc(60 / var(--pc-w) * 100%) 0
  }
}

.p-solution-special-renovation .p-news__heading {
  font-family: var(--font-en);
  font-weight: 500;
  text-transform: uppercase;
  background-color: #fff;
  padding: 20px 8px;
  font-size: 14px;
  line-height: 1.2857142857;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-news__heading {
    width: 22.9381443299%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    padding: 0 20px
  }
}

.p-solution-special-renovation .p-news__list {
  background-color: #fff
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-news__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #000
  }
}

.p-solution-special-renovation .p-news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  padding: 12px 0;
  border-bottom: 1px solid #000
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-news-item {
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px
  }
}

.p-solution-special-renovation .p-news-item__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  padding-left: 8px;
  width: 95px;
  padding-right: 7px;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-news-item__time {
    padding: 0;
    width: 130px
  }
}

.p-solution-special-renovation .p-news-item__title {
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.5;
  font-size: 13px;
  overflow: hidden;
  padding-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.p-solution-special-renovation .p-news-item__link {
  display: block
}

.p-solution-special-renovation .p-news-item__link:before {
  content: "";
  position: absolute;
  inset: 0
}

.p-solution-special-renovation .p-news-item__arrow {
  display: none
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-news-item__arrow {
    display: block
  }
}

.p-solution-special-renovation .p-news-item__arrow svg {
  width: 13px
}

.p-solution-special-renovation .p-lead {
  padding: 40px calc(24 / var(--sp-w) * 100%) 56px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-lead {
    padding: 120px calc(20 / var(--pc-w) * 100%) 120px calc(80 / var(--pc-w) * 100%)
  }
}

.p-solution-special-renovation .p-lead__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-lead__container {
    -ms-grid-columns: 32.5423728814% 7.2033898305% 1fr;
    grid-template-columns: 32.5423728814% 1fr;
    gap: 7.2033898305%
  }
}

.p-solution-special-renovation .p-lead__image {
  text-align: center
}

.p-solution-special-renovation .p-lead-text-block__text {
  margin-top: 24px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-lead-text-block__text {
    margin-top: 40
  }
}

.p-solution-special-renovation .p-solution {
  padding-left: calc(24 / var(--sp-w) * 100%)
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-solution {
    padding-left: calc(60 / var(--pc-w) * 100%)
  }
}

.p-solution-special-renovation .p-solution__container {
  position: relative;
  background-color: #fff
}

.p-solution-special-renovation .p-solution__heading {
  position: relative;
  padding: 40px 8px 12px;
  border-top: 1px solid #000;
  background-color: #fff
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-solution__heading {
    padding: 40px 20px 20px 20px
  }
}

.p-solution-special-renovation .p-solution-item {
  position: relative;
  max-height: 100vh;
  background-color: #fff;
  padding: 24px calc(24 / (var(--sp-w) - 24) * 100%) 0 0;
  border-top: 1px solid #000
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-solution-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46.735395189% 1fr;
    grid-template-columns: 46.735395189% 1fr;
    padding: 0 4.5901639344% 0 0
  }
}

.p-solution-special-renovation .p-solution-item:not(:last-child) {
  position: sticky;
  top: calc(145px + var(--sticky-space-sm))
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-solution-item:not(:last-child) {
    top: calc(49px + var(--sticky-space-lg))
  }
}

.p-solution-special-renovation .p-solution-item:last-child {
  border-bottom: 1px solid #000
}

.p-solution-special-renovation .p-solution-item-text {
  padding-left: 8px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-solution-item-text {
    padding: 20px
  }
}

.p-solution-special-renovation .p-solution-item-text__text {
  margin-top: 16px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-solution-item-text__text {
    margin-top: 20px
  }
}

.p-solution-special-renovation .p-solution-item__image {
  position: relative;
  margin-top: 36px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-solution-item__image {
    margin-top: 0
  }
}

.p-solution-special-renovation .p-solution-item__image img {
  width: 100%;
  height: auto;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-solution-item__image img {
    border-top: none
  }
}

.p-solution-special-renovation .p-solution-item__num {
  position: absolute;
  right: 1px;
  top: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  line-height: 1;
  font-family: var(--font-en);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  width: 11px;
  height: 118px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-solution-item__num {
    font-size: 13px;
    width: 13px;
    height: 141px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%)
  }
}

.p-solution-special-renovation .p-solution-item__num .num-wrap {
  position: absolute;
  top: 0;
  left: 0;
  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: 118px;
  height: 11px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%)
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-solution-item__num .num-wrap {
    width: 141px;
    height: 13px
  }
}

.p-solution-special-renovation .p-solution-item__num .num-wrap span {
  display: inline-block;
  height: 100%;
  line-height: 1
}

.p-solution-special-renovation .p-project {
  margin-top: 80px;
  padding-left: calc(24 / var(--sp-w) * 100%)
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-project {
    padding-left: calc(60 / var(--pc-w) * 100%)
  }
}

.p-solution-special-renovation .p-project__container {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #000
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-project__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 0 20px
  }
}

.p-solution-special-renovation .p-project__content {
  position: relative;
  overflow: hidden
}

.p-solution-special-renovation .p-project__hgroup {
  padding: 40px 8px 12px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-project__hgroup {
    padding: 0 0 13px
  }
}

.p-solution-special-renovation .p-project__sub-heading {
  margin-top: 4px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-project__sub-heading {
    margin-top: 9px
  }
}

.p-solution-special-renovation .p-project__view-link {
  line-height: 1
}

.p-solution-special-renovation .p-project__view-link a {
  font-family: var(--font-en);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 24px 8px 10px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  border-top: 1px solid #000
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-project__view-link a {
    width: 259px;
    padding: 10px 20px 10px 10px;
    border-left: 1px solid #000
  }
}

.p-solution-special-renovation .p-project__content {
  border-top: 1px solid #000
}

.p-solution-special-renovation .p-project__readmore {
  display: none
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project__readmore {
    position: fixed;
    top: -10px;
    left: -40px;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) t, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) t, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1) t;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1) t, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-family: var(--font-en);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    color: #fff
  }
}

.p-solution-special-renovation .p-project__readmore.is-show {
  opacity: 1
}

.p-solution-special-renovation .p-project-item.swiper-slide-active:after {
  width: 1px;
  height: 100%;
  background-color: #000;
  content: "";
  position: absolute;
  top: 0;
  right: -0.5px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-item.swiper-slide-next:after {
    width: 1px;
    height: 100%;
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    right: -0.5px
  }
}

.p-solution-special-renovation .p-project-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 56px;
  padding: 8px;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 500
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-project-item__header {
    height: 80px;
    padding: 12px 20px;
    font-size: 18px
  }
}

.p-solution-special-renovation .p-project-item__header a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-item__header a:before {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
  }
}

.p-solution-special-renovation .p-project-item__header a span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-item__header a:hover:before {
    background-color: #000;
    opacity: 0.3
  }
}

.p-solution-special-renovation .p-project-item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 175/197;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: bottom
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-project-item__image img {
    aspect-ratio: 407/400
  }
}

.p-solution-special-renovation .p-project-item__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 7px 16px;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-item__readmore {
    display: none
  }
}

.p-solution-special-renovation .p-project-nav {
  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;
  padding: 16px 24px 24px 24px;
  border-bottom: 1px solid #000
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-nav {
    padding: 0;
    border: none
  }
}

.p-solution-special-renovation .p-project-nav__pagination.swiper-pagination {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-family: var(--font-en);
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37px !important;
  height: 16px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-nav__pagination.swiper-pagination {
    position: absolute;
    top: 77px;
    right: 12px
  }
}

.p-solution-special-renovation .p-project-nav__pagination.swiper-pagination .separator {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000
}

.p-solution-special-renovation .p-project-nav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-project-nav__nav {
    gap: 28px
  }
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-nav__nav {
    position: absolute;
    top: 64px;
    right: 259px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-next,
.p-solution-special-renovation .p-project-nav__nav .swiper-button-prev {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 32px;
  height: 32px;
  margin: 0;
  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;
  border-radius: 100%;
  border: 1px solid #000
}

@media screen and (min-width:768px) {

  .p-solution-special-renovation .p-project-nav__nav .swiper-button-next,
  .p-solution-special-renovation .p-project-nav__nav .swiper-button-prev {
    width: 36px;
    height: 36px
  }
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-next svg,
.p-solution-special-renovation .p-project-nav__nav .swiper-button-prev svg {
  width: 14px
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-next:after,
.p-solution-special-renovation .p-project-nav__nav .swiper-button-prev:after {
  display: none
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-next .icon-wrapper,
.p-solution-special-renovation .p-project-nav__nav .swiper-button-prev .icon-wrapper {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-next .icon-wrapper .icon,
.p-solution-special-renovation .p-project-nav__nav .swiper-button-prev .icon-wrapper .icon {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  width: 100%;
  height: 100%
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-next .icon-wrapper .icon svg,
.p-solution-special-renovation .p-project-nav__nav .swiper-button-prev .icon-wrapper .icon svg {
  display: block;
  width: 100%
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-prev .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: inline-block
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-nav__nav .swiper-button-prev:hover .icon {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.p-solution-special-renovation .p-project-nav__nav .swiper-button-next .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: inline-block
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-project-nav__nav .swiper-button-next:hover .icon {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.p-solution-special-renovation .p-column {
  padding-left: calc(24 / var(--sp-w) * 100%);
}
.p-solution-special-renovation .p-column__hgroup {
  padding: 40px 17px 12px 8px;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column {
    padding-left: calc(60 / var(--pc-w) * 100%);
  }
}
.p-solution-special-renovation .p-column__container {
  background-color: #fff;
}
.p-solution-special-renovation .p-column__hgroup {
  padding: 50px 17px 12px 8px;
}
@media screen and (min-width: 1024px) {
  .p-solution-special-renovation .p-column__hgroup {
    display: grid;
    padding: 40px 20px 20px;
  }
}
.p-solution-special-renovation .p-column__sub-heading {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column__sub-heading {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .p-solution-special-renovation .p-column__sub-heading {
    margin-top: 0;
  }
}
.p-solution-special-renovation .p-column__sub-heading br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-solution-special-renovation .p-column__sub-heading br {
    display: block;
  }
}
.p-solution-special-renovation .p-column__inner {
  border-top: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .p-solution-special-renovation .p-column__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
.p-solution-special-renovation .p-column-content {
  padding: 0;
}
.p-solution-special-renovation .p-column-content__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 295/1065;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column-content__inner {
    aspect-ratio: auto;
  }
}
.p-solution-special-renovation .p-column-content__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column-content__item {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
  }
}
.p-solution-special-renovation .p-column-content__item:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column-content__item:nth-child(2) {
    margin-top: 20px;
  }
}
.p-solution-special-renovation .p-column-content__item.is-active {
  opacity: 1;
}
.p-solution-special-renovation .p-column-content__item img {
  width: 100%;
}
.p-solution-special-renovation .p-column-area__title {
  padding: 5px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column-area__title {
    padding: 20px;
    text-align: center;
    font-size: 17px;
  }
}
.p-solution-special-renovation .p-column-area__title_num {
  font-size: 15px;
  font-family: var(--font-en);
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column-area__title_num {
    font-size: 32px;
  }
}
.p-solution-special-renovation .p-column-area__title_txt {
  font-size: 15px;
  font-weight: 800;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column-area__title_txt {
    font-size: 26px;
    display: inline-block;
  }
}
.p-solution-special-renovation .p-column-area__image-hover {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/2;
  /* ▼ スマホ（767px以下）のときに常に表示 ▼ */
}
.p-solution-special-renovation .p-column-area__image-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  display: block;
}
.p-solution-special-renovation .p-column-area__image-hover .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column-area__image-hover .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
}
.p-solution-special-renovation .p-column-area__image-hover .text_big {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-solution-special-renovation .p-column-area__image-hover .text_big {
    font-size: 32px;
    font-weight: 700;
  }
}
.p-solution-special-renovation .p-column-area__image-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  mix-blend-mode: multiply;
  transition: background 0.4s ease;
  pointer-events: none;
}
.p-solution-special-renovation .p-column-area__image-hover:hover .text {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(-5px);
  z-index: 997;
}
.p-solution-special-renovation .p-column-area__image-hover:hover::after {
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-solution-special-renovation .p-column-area__image-hover .text {
    opacity: 1;
    transform: translate(-50%, -50%);
    z-index: 997;
    width: 100%;
  }
  .p-solution-special-renovation .p-column-area__image-hover::after {
    background: rgba(0, 0, 0, 0.3);
  }
}
.p-solution-special-renovation .p-column-area {
  display: flex;
  width: 100%;
  border-top: 1px solid #000;
  box-sizing: border-box;
  align-items: stretch;
}
.p-solution-special-renovation .p-column-area__left, .p-solution-special-renovation .p-column-area__right {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}
.p-solution-special-renovation .p-column-area__left {
  border-right: 1px solid #000;
}

.p-solution-special-renovation .p-service-flow {
  padding-left: calc(24 / var(--sp-w) * 100%)
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-service-flow {
    padding-left: calc(60 / var(--pc-w) * 100%)
  }
}

.p-solution-special-renovation .p-service-flow__container {
  background-color: #fff
}

.p-solution-special-renovation .p-service-flow__hgroup {
  padding: 80px 17px 12px 8px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-service-flow__hgroup {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 80px 20px 20px
  }
}

.p-solution-special-renovation .p-service-flow__sub-heading {
  margin-top: 4px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-service-flow__sub-heading {
    margin-top: 9px
  }
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-service-flow__sub-heading {
    margin-top: 0
  }
}

.p-solution-special-renovation .p-service-flow__sub-heading br {
  display: none
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-service-flow__sub-heading br {
    display: block
  }
}

.p-solution-special-renovation .p-service-flow__inner {
  border-top: 1px solid #000
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-service-flow__inner {
    position: sticky;
    top: 100px
  }
}

.p-solution-special-renovation .p-service-flow-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.p-solution-special-renovation .p-service-flow-tabs__button {
  border: none;
  background-color: transparent;
  text-align: left;
  padding: 12px;
  display: block;
  font-family: var(--font-ja);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #000;
  -webkit-transition: border-bottom 0.1s ease-in-out;
  transition: border-bottom 0.1s ease-in-out
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-service-flow-tabs__button {
    display: none
  }
}

.p-solution-special-renovation .p-service-flow-tabs__button:first-child {
  border-right: 1px solid #000
}

.p-solution-special-renovation .p-service-flow-tabs__button.is-active {
  border-bottom-color: transparent
}

.p-solution-special-renovation .p-service-flow-tabs__button:not(.is-active) {
  color: #fff;
  -webkit-text-stroke: 0.5px #000;
  text-stroke: 0.5px #000
}

.p-solution-special-renovation .p-service-flow-content {
  padding: 32px 6.8376068376% 24px 9.1168091168%
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-service-flow-content {
    padding: 40px 4.0983606557% 40px 4.9180327869%
  }
}

.p-solution-special-renovation .p-service-flow-content__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 295/1065
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-service-flow-content__inner {
    aspect-ratio: auto
  }
}

.p-solution-special-renovation .p-service-flow-content__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-service-flow-content__item {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1
  }
}

.p-solution-special-renovation .p-service-flow-content__item:nth-child(2) {
  width: 100%
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-service-flow-content__item:nth-child(2) {
    margin-top: 20px
  }
}

.p-solution-special-renovation .p-service-flow-content__item.is-active {
  opacity: 1
}

.p-solution-special-renovation .p-service-flow-content__item img {
  width: 100%
}

.p-solution-special-renovation .p-future__text-wrapper {
  padding: 80px calc(32 / var(--sp-w) * 100%) 0
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-future__text-wrapper {
    padding: 120px calc(56 / var(--pc-w) * 100%) 0 calc(80 / var(--pc-w) * 100%)
  }
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-future__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 10.5769230769%;
    -moz-column-gap: 10.5769230769%;
    column-gap: 10.5769230769%
  }
}

.p-solution-special-renovation .p-future__heading {
  font-family: var(--font-ja);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-future__heading {
    font-size: 40px;
    line-height: 1.2
  }
}

.p-solution-special-renovation .p-future__text {
  margin-top: 24px;
  font-family: var(--font-ja);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-future__text {
    font-size: 14px;
    line-height: 1.5714285714
  }
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-future__text {
    margin-top: 0
  }
}

.p-solution-special-renovation .p-future__image {
  position: relative;
  margin-top: 54px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-future__image {
    padding-left: calc(80 / var(--pc-w) * 100%);
    padding-right: calc(56 / var(--pc-w) * 100%)
  }
}

.p-solution-special-renovation .p-future__image img {
  width: 100%;
  height: auto
}

.p-solution-special-renovation .p-future__overlay-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-future__overlay-image {
    padding-left: calc(80 / var(--pc-w) * 100%);
    padding-right: calc(56 / var(--pc-w) * 100%)
  }
}

.p-solution-special-renovation .p-future__overlay-image.is-active {
  opacity: 1
}

.p-solution-special-renovation .p-future__overlay-image img {
  width: 100%;
  height: auto
}

.p-solution-special-renovation .p-infotmation {
  padding: 48px calc(24 / var(--sp-w) * 100%) 100px calc(32 / var(--sp-w) * 100%)
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-infotmation {
    padding: 60px calc(56 / var(--pc-w) * 100%) 60px calc(80 / var(--pc-w) * 100%)
  }
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-infotmation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.9473684211% 1fr;
    grid-template-columns: 33.9473684211% 1fr
  }
}

.p-solution-special-renovation .p-infotmation__heading {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase
}

.p-solution-special-renovation .p-infotmation__content {
  margin-top: 60px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-infotmation__content {
    margin-top: 0
  }
}

.p-solution-special-renovation .p-infotmation__company-name {
  font-family: var(--font-ja);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-infotmation__company-name br {
    display: none
  }
}

.p-solution-special-renovation .p-infotmation-data {
  margin-top: 20px;
  font-family: var(--font-ja);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-infotmation-data {
    gap: 8px
  }
}

.p-solution-special-renovation .p-infotmation-data__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 105px 1fr;
  grid-template-columns: 105px 1fr
}

.p-solution-special-renovation .c-heading-sm {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .c-heading-sm {
    font-size: 32px;
    line-height: 1.25
  }
}

.p-solution-special-renovation .c-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .c-heading {
    font-size: 32px;
    line-height: 1.25
  }
}

.p-solution-special-renovation .c-sub-heading {
  font-family: var(--font-ja);
  font-size: 13px;
  font-weight: 700
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .c-sub-heading {
    font-size: 18px
  }
}

.p-solution-special-renovation .c-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .c-text {
    font-size: 14px;
    line-height: 1.5714285714
  }
}

.p-solution-special-renovation .c-en-heading {
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1;
  font-size: 24px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .c-en-heading {
    font-size: 64px
  }
}

.p-solution-special-renovation .c-en-heading--lg {
  font-size: 32px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .c-en-heading--lg {
    font-size: 64px
  }
}

.p-solution-special-renovation .c-hilight-heading {
  position: relative
}

.p-solution-special-renovation .c-hilight-heading .text-block {
  display: block
}

.p-solution-special-renovation .c-hilight-heading .heading {
  position: relative;
  z-index: 1
}

.p-solution-special-renovation .c-hilight-heading .heading span {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out
}

.p-solution-special-renovation .c-hilight-heading .heading span.is-black {
  opacity: 1
}

.p-solution-special-renovation .c-hilight-heading .heading-base {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff
}

.p-solution-special-renovation .c-hover-elem__wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block
}

.p-solution-special-renovation .c-hover-elem__text {
  position: relative;
  display: inline-block
}

.p-solution-special-renovation .c-hover-elem [data-text] {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0.85, 0.01, 0.4, 1)
}

.p-solution-special-renovation .c-hover-elem [data-text]:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  width: 100%
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .c-hover-elem:hover [data-text] {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

.p-solution-special-renovation .p-cta {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9000;
  height: 50px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-cta {
    bottom: 0
  }
}

.p-solution-special-renovation .p-cta__link {
  overflow: hidden;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: var(--font-ja);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6923076923
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-cta__link {
    font-size: 15px
  }
}

.p-solution-special-renovation .p-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
  padding: 12px 0
}

.p-solution-special-renovation .p-cta__item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.p-solution-special-renovation .p-cta__item:last-child {
  position: absolute;
  top: 0;
  margin-left: 8px;
  -webkit-animation: marquee2 20s linear infinite;
  animation: marquee2 20s linear infinite
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

.p-solution-special-renovation .p-download {
  min-height: 100vh;
  padding: 120px calc(24 / var(--sp-w) * 100%) 40px;
  overflow: hidden
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-download {
    padding: 133px calc(56 / var(--pc-w) * 100%) 80px calc(80 / var(--pc-w) * 100%)
  }
}

.p-solution-special-renovation .p-download__container {
  max-width: 1144px;
  margin: 0 auto
}

.p-solution-special-renovation .p-download__hgroup h1 {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-download__hgroup h1 {
    font-size: 64px
  }
}

.p-solution-special-renovation .p-download__hgroup p {
  margin-top: 4px;
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-download__hgroup p {
    font-size: 18px;
    line-height: 1.5555555556
  }
}

.p-solution-special-renovation .p-download__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 64px;
  margin-top: 40px
}

@media screen and (min-width:1024px) {
  .p-solution-special-renovation .p-download__inner {
    -ms-grid-columns: 32.8671328671% 1fr 1fr;
    grid-template-columns: 32.8671328671% 1fr;
    gap: 3.8461538462% 1fr
  }
}

.p-solution-special-renovation .p-download-side__inner {
  position: sticky;
  top: 100px
}

.p-solution-special-renovation .p-download-side__list {
  display: -ms-grid;
  display: grid;
  gap: 5px
}

.p-solution-special-renovation .p-download-side__item {
  position: relative;
  padding-left: 1em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .p-download-side__item {
    font-size: 14px;
    line-height: 1.5714285714
  }
}

.p-solution-special-renovation .p-download-side__item:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0
}

.p-solution-special-renovation .p-download-side__item span {
  color: #ff0000
}

.p-solution-special-renovation .p-download-side__image {
  margin-top: 30px;
  border: 1px solid #000
}

.p-solution-special-renovation .p-download-side__image img {
  width: 100%;
  height: auto
}

.p-solution-special-renovation .mktoForm {
  width: 100% !important;
  padding: 0 !important;
  border-top: 1px solid #000 !important
}

.p-solution-special-renovation .mktoForm .mktoLabel {
  position: relative;
  font-family: var(--font-ja) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  width: 100% !important;
  float: none !important;
  padding: 3px 8px 0 !important
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .mktoForm .mktoLabel {
    font-size: 14px !important;
    padding: 5px 20px 0 !important
  }
}

.p-solution-special-renovation .mktoForm .mktoLabel .mktoAsterix {
  position: absolute;
  top: -7px;
  left: 3px
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .mktoForm .mktoLabel .mktoAsterix {
    top: -9px;
    left: 10px
  }
}

.p-solution-special-renovation .mktoForm .mktoFormRow {
  background-color: #fff !important;
  padding: 16px 10px 16px 0 !important;
  border-bottom: dashed 1px #000 !important;
  width: 100%
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .mktoForm .mktoFormRow {
    padding: 20px 16px 20px 0 !important
  }
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(4) {
  padding: 16px 10px 5px 0 !important;
  border-bottom: none !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(5) {
  padding: 0 10px 16px 0 !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(8) {
  padding: 0 10px 16px 0 !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow .mktoClear {
  display: none !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(12) {
  border-bottom: none !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(13),
.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(14),
.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(15),
.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(16),
.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(17) {
  padding: 0 !important;
  border-bottom: none !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(17) {
  border-bottom: 1px solid #000 !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow .mktoField {
  border: none !important;
  border-left: 1px solid #000 !important;
  font-family: var(--font-ja) !important;
  font-size: 16px !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow .mktoField[type=email],
.p-solution-special-renovation .mktoForm .mktoFormRow .mktoField[type=tel],
.p-solution-special-renovation .mktoForm .mktoFormRow .mktoField[type=text] {
  padding: 4px 8px !important;
  height: auto !important;
  min-height: 32px !important;
  width: 100% !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow select {
  padding: 4px 8px !important;
  height: auto !important;
  min-height: 32px !important;
  width: 100% !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(7) {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: minmax(0, 1fr) !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 16px !important;
  padding: 16px 10px 5px 0 !important;
  border-bottom: none !important
}

@media screen and (min-width:600px) {
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(7) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 15px !important
  }
}

@media screen and (min-width:600px) {
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol:first-child {
    width: calc(31.8% + 111px);
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

@media screen and (min-width:600px) {
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

@media screen and (min-width:600px) {

  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol:nth-child(2) label,
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol:nth-child(3) label {
    display: none !important
  }
}

@media screen and (min-width:600px) {
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(7) .mktoFieldWrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
}

@media screen and (min-width:600px) {
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(7) select {
    min-width: 111px !important;
    width: 111px !important
  }
}

.p-solution-special-renovation .mktoForm .mktoFormRow .mktoFieldWrap {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 32.1100917431% 1fr !important;
  grid-template-columns: 32.1100917431% 1fr !important;
  float: none !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap,
.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoRadioList,
.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoRadioList {
  padding: 0 8px !important;
  margin-top: 10px !important;
  width: 100% !important
}

@media screen and (min-width:768px) {

  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoRadioList,
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoRadioList {
    padding: 0 20px !important;
    margin-top: 20px !important
  }
}

@media screen and (min-width:768px) {

  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoRadioList input,
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoRadioList input {
    margin-top: 2px
  }
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoCheckboxList,
.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoCheckboxList {
  padding: 0 8px !important;
  margin-top: 10px !important;
  width: 100% !important
}

@media screen and (min-width:768px) {

  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoCheckboxList,
  .p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoCheckboxList {
    padding: 0 20px !important;
    margin-top: 20px !important
  }
}

.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoCheckboxList input,
.p-solution-special-renovation .mktoForm .mktoFormRow:nth-child(11) .mktoFieldWrap .mktoCheckboxList input {
  margin-top: 2px
}

.p-solution-special-renovation .mktoForm .mktoButtonRow {
  position: relative;
  margin: 40px 0 0 0 !important;
  width: 100% !important;
  max-width: 260px !important;
  margin-left: auto !important;
  display: block !important
}

.p-solution-special-renovation .mktoForm .mktoButtonRow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/download/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none
}

.p-solution-special-renovation .mktoForm .mktoButtonRow .mktoButtonWrap {
  width: 100% !important;
  margin: 0 !important;
  display: block
}

.p-solution-special-renovation .mktoForm .mktoButtonRow .mktoButtonWrap button {
  display: block !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  background-color: #fff !important;
  border: none !important;
  text-shadow: none !important;
  font-family: var(--font-ja) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  color: #000 !important;
  padding: 10px !important;
  text-align: left !important;
  width: 100% !important
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .mktoForm .mktoButtonRow .mktoButtonWrap button {
    padding: 12px 20px !important
  }
}

.p-solution-special-renovation .mktoForm #FormCompanyName {
  margin-bottom: 0 !important
}

.p-solution-special-renovation .mktoForm .mktoFormCol {
  float: none !important;
  margin-bottom: 0 !important
}

.p-solution-special-renovation .mktoForm .mktoGutter {
  display: none !important
}

.p-solution-special-renovation .mktoForm .mktoHtmlText {
  font-family: var(--font-ja) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.6666666667 !important;
  -ms-grid-column-span: 2 !important;
  grid-column: span 2 !important;
  margin-top: 5px !important;
  padding: 0 8px !important;
  width: 100% !important
}

@media screen and (min-width:768px) {
  .p-solution-special-renovation .mktoForm .mktoHtmlText {
    padding: 0 20px !important
  }
}

.p-solution-special-renovation .mktoForm .mktoOffset {
  display: none !important
}

.p-solution-special-renovation .mktoForm .txt-area__confirm p span {
  font-family: var(--font-ja) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.6666666667 !important
}

.p-solution-special-renovation .mktoForm .txt-area__confirm p span a {
  margin-top: 10px !important;
  display: inline-block !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: underline
}

.p-solution-special-renovation-body {
  --font-en: "DM Sans", sans-serif;
  --font-ja: "Noto Sans JP", serif
}

.p-solution-special-renovation-body #hdArea {
  -webkit-transform: translateY(-89px);
  transform: translateY(-89px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

.p-solution-special-renovation-body #hdArea.is-opened {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media screen and (max-width:1024px) {
  .p-solution-special-renovation-body #hdArea {
    display: none !important
  }
}

.p-solution-special-renovation-body .hdSpace {
  display: none !important
}

.p-solution-special-renovation-body .p-main-title {
  display: none !important
}

.p-solution-special-renovation-body .pagetop {
  display: none !important
}

.p-solution-special-renovation-body #footer_bottom02 {
  display: none !important
}

.p-solution-special-renovation-body .p-page-top {
  display: none !important
}

.p-solution-special-renovation-body .p-footer__menu {
  display: none !important
}

.p-solution-special-renovation-body #footer02 {
  font-family: var(--font-ja);
  background-color: #e9e7e3;
  border-top: 1px solid #000
}

.p-solution-special-renovation-body #footer02 .footer_inner .nav li a {
  color: #000
}

.p-solution-special-renovation-body .p-footer__text {
  background-color: #e9e7e3;
  border-top: 1px solid #000
}

.p-solution-special-renovation-body .p-footer .p-footer__text .link-list__item>a {
  font-family: var(--font-ja);
  color: #000;
  font-size: 14px
}

.p-solution-special-renovation-body .p-footer .p-footer__text .link-list__item:not(:first-child) {
  border-color: #000
}

.p-solution-special-renovation-body #footer02 .footer_inner .copyright {
  font-family: var(--font-en);
  color: #000;
  font-size: 10px
}

.p-solution-special-renovation-body .p-footer .p-footer__text .copyright {
  font-family: var(--font-en);
  color: #000;
  font-size: 10px
}

.p-solution-special-renovation-body #footer02 .footer_inner .copyright img {
  display: none !important
}

.p-solution-special-renovation-body .p-footer .p-footer__text .link-list__item>a[target=_blank]:after {
  background-image: url("../images/arrow.svg");
  background-size: contain
}

.p-solution-special-renovation-body #footer02 .footer_inner .nav li {
  border-color: #000
}

#renovation-area {
  width: 100%;
}

#headBreadcrumb {
  display: none !important;
}

.p-solution-special-renovation .l-header.fixed-renovation {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9000;
}

/*# sourceMappingURL=style.css.map */