@charset "UTF-8";
.c-req-button {
  display: flex;
}
.c-req-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #c0bc5d;
  color: #fff;
  position: relative;
}
@media (hover) {
  .c-req-button a {
    transition: filter 0.3s ease;
  }
  .c-req-button a:hover {
    filter: brightness(0.8);
  }
}
.c-req-button a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background: url(../images/common/conv-arrow.svg) center center/contain no-repeat;
  width: 16px;
  height: 16px;
  right: 20px;
}

.container img {
  max-width: 100%;
}
.container * {
  box-sizing: border-box;
}

:root {
  --header-h: 64px;
}
@media screen and (max-width: 900px) {
  :root {
    --header-h: 48px: ;
  }
}

/* main--wrap */
.main--wrap {
  background: var(--main-color);
  color: #000;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main--wrap {
    padding-top: 40px;
  }
}
.main--wrap h2 {
  font-size: 18px;
  margin: 0 auto;
  padding-left: 20px;
  text-align: center;
  z-index: 1;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .main--wrap h2 {
    padding-bottom: 40px;
  }
}
.main--wrap h2 .oswald {
  font-size: 761%;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main--wrap h2 .oswald {
    font-size: 327%;
  }
}
.main--wrap h2 img {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .main--wrap h2 img {
    max-width: 50%;
    margin-top: 10px;
  }
}
.main--wrap--image {
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main--wrap--image {
    width: 100%;
  }
}

/* main--wrap */
.sec * {
  box-sizing: border-box;
}
.sec img {
  max-width: 100%;
}
.sec--inner {
  max-width: 1200px !important;
  box-sizing: content-box;
}
.sec mark {
  font: inherit;
  background: linear-gradient(0deg, rgba(226, 187, 61, 0.32) 0.75em, transparent 0.75em);
}

.intro {
  background: url(../images/renovation/intro-bg.jpg) center top/100% auto repeat;
}
@media screen and (max-width: 767px) {
  .intro {
    background-size: 200% auto;
  }
}
.intro--inner {
  padding-block: 150px !important;
}
@media screen and (max-width: 767px) {
  .intro--inner {
    padding-block: 60px !important;
  }
}
.intro--title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro--title {
    font-size: 16px;
  }
}
.intro--title::after {
  content: "";
  width: 2.2777777778em;
  aspect-ratio: 41/5;
  background: #333;
  display: block;
  margin: 2em auto 0;
}
.intro--title2 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro--title2 {
    font-size: 24px;
  }
}
.intro--lead {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro--lead {
    font-size: 16px;
    line-height: 1.75;
  }
}

.tab {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .tab {
    flex-direction: column;
  }
}
.tab--img {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .tab--img {
    width: 100%;
  }
}
.tab--img img {
  height: 100%;
  object-fit: cover;
}
.tab--inner {
  width: 50%;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .tab--inner {
    width: 100%;
  }
}
.tab--list {
  max-width: 100%;
  width: 780px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 40px;
  counter-reset: li;
}
@media screen and (max-width: 767px) {
  .tab--list {
    gap: 15px;
  }
}
.tab--list--item {
  counter-increment: li;
  background: #f5f5f5;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  --bg: #f5f5f5;
  --color: var(--main-color);
  --border: #e3e3e3;
  background: var(--bg);
  border: 1px solid var(--border);
}
.tab--list--item:nth-child(2n) {
  --bg: var(--main-color);
  --color: #FFF;
  --border: var(--main-color);
}
@media screen and (hover) {
  .tab--list--item {
    transition: all 0.3s ease;
  }
  .tab--list--item:hover {
    opacity: 0.7;
  }
}
.tab--list--item--inner {
  display: flex;
  align-items: center;
  color: inherit;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .tab--list--item--inner {
    flex-direction: column;
  }
}
.tab--list--item--1 {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: dashed 1px;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .tab--list--item--1 {
    width: 100%;
    border-right: none;
    border-bottom: dashed 1px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.tab--list--item--1--img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .tab--list--item--1--img {
    width: 80px;
  }
}
.tab--list--item--1--text {
  width: 120px;
  margin: auto;
  padding: 0 10px;
  text-align: center;
}
.tab--list--item--1--text--title {
  font-size: 14px;
  font-weight: 700;
}
.tab--list--item--1--text--en {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .tab--list--item--1--text--en img {
    transform: scale(0.75);
  }
}
.tab--list--item--1--text::before {
  content: counter(li, decimal-leading-zero);
  font-family: "Oswald", "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 46px;
  color: var(--color);
  border-bottom: solid 5px;
  padding-bottom: 1px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab--list--item--1--text::before {
    font-size: 36px;
  }
}
.tab--list--item--2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-left: 25px;
  width: calc(100% - 290px - 25px);
}
@media screen and (max-width: 767px) {
  .tab--list--item--2 {
    width: auto;
    margin: 0;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: center;
  }
}

.cont--list {
  counter-reset: li;
}
.cont--list--item {
  counter-increment: li;
  --bg: #f5f5f5;
  --color: var(--main-color);
  --border: #e3e3e3;
  background: var(--bg);
  border: 1px solid var(--border);
}
.cont--list--item:nth-child(2n-1) {
  --bg: var(--main-color);
  --color: #FFF;
  --border: var(--main-color);
}
.cont--list--item--inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px !important;
}
@media screen and (max-width: 767px) {
  .cont--list--item--inner {
    flex-direction: column;
    gap: 30px;
  }
}
.cont--list--item--text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .cont--list--item--text {
    width: 100%;
  }
}
.cont--list--item--text--head {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.cont--list--item--text--head--title {
  font-size: 16px;
  font-weight: 700;
}
.cont--list--item--text--head--en {
  transform: scale(1.1);
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .cont--list--item--text--head--en img {
    transform: scale(1);
  }
}
.cont--list--item--text--head::before {
  content: counter(li, decimal-leading-zero);
  font-family: "Oswald", "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 35px;
  color: var(--color);
  border-bottom: solid 5px;
  padding-bottom: 1px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.25em;
  text-align: center;
}
.cont--list--item--text--subtitle {
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .cont--list--item--text--subtitle {
    font-size: 24px;
  }
}
.cont--list--item--text--subtitle span {
  background: linear-gradient(0deg, var(--color) 0.2em, transparent 0.2em);
}
.cont--list--item--text--lead {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cont--list--item--text--lead {
    font-size: 14px;
  }
}
.cont--list--item--img {
  width: 54.5833333333%;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img {
    width: 100%;
  }
}
.cont--list--item--img--caption {
  padding-top: 5px;
  font-size: 10px;
  text-align: right;
}
.cont--list--item--img--ba {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cont--list--item--img--ba--arrow {
  border: none;
  margin: 0;
  padding: 0;
  border-left: 14px solid #000;
  border-block: 7px solid transparent;
  margin-bottom: 12%;
  width: 0;
  height: 0;
}
.cont--list--item--img--ba--before {
  width: 37.7099236641%;
  position: relative;
}
.cont--list--item--img--ba--before::after {
  content: "Before";
  position: absolute;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 3px 1em;
  left: 0;
  bottom: 0;
}
.cont--list--item--img--ba--after {
  width: 55.8778625954%;
  position: relative;
}
.cont--list--item--img--ba--after::after {
  content: "After";
  position: absolute;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 3px 1em;
  left: 0;
  bottom: 0;
}
.cont--list--item--img--repair1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--repair1 {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.cont--list--item--img--repair1--item {
  width: 31.9083969466%;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--repair1--item {
    width: calc(33.33% - 6.67px);
  }
}
.cont--list--item--img--repair2 {
  margin-top: 20px;
  padding: 19px 19px;
  border: 1px solid #707070;
}
.cont--list--item--img--repair2--head {
  margin-bottom: 10px;
  width: fit-content;
  color: #fff;
  border-radius: 6px;
  background: #c0bc5d;
  padding: 0.25em 0.5em;
}
.cont--list--item--img--repair2--list {
  display: flex;
  gap: 5px 1em;
  font-size: 14px;
  flex-wrap: wrap;
}
.cont--list--item--img--check--list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--check--list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.cont--list--item--img--check--list--item {
  width: 31.9083969466%;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--check--list--item {
    width: 100%;
    overflow: hidden;
  }
}
.cont--list--item--img--check--list--item--img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--check--list--item--img {
    float: left;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
.cont--list--item--img--check--list--item--title {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--check--list--item--title {
    margin-left: calc(50% + 10px);
    text-align: left;
    font-size: 14px;
  }
}
.cont--list--item--img--check--list--item--lead {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--check--list--item--lead {
    font-size: 12px;
    margin-left: calc(50% + 10px);
  }
}
.cont--list--item--img--aftercare--list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--aftercare--list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.cont--list--item--img--aftercare--list--item {
  width: 31.7557251908%;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 14px;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--aftercare--list--item {
    width: 100%;
    overflow: hidden;
  }
}
.cont--list--item--img--aftercare--list--item--img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--aftercare--list--item--img {
    float: left;
    width: calc(40% - 10px);
    margin-bottom: 0;
  }
}
.cont--list--item--img--aftercare--list--item--title {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--aftercare--list--item--title {
    margin-left: calc(40% + 10px);
    text-align: left;
    font-size: 16px;
    min-height: auto;
  }
}
.cont--list--item--img--aftercare--list--item--lead {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cont--list--item--img--aftercare--list--item--lead {
    font-size: 12px;
    margin-left: calc(40% + 10px);
  }
}

.qanda {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .qanda {
    flex-direction: column;
  }
}
.qanda--left {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .qanda--left {
    width: 100%;
  }
}
.qanda--left--img {
  position: sticky !important;
  top: var(--header-h);
  height: calc(100svh - var(--header-h));
}
@media screen and (max-width: 1200px) {
  .qanda--left--img {
    position: relative !important;
  }
}
.qanda--left--img img {
  height: 100%;
  object-fit: cover;
}
.qanda--left--img--title {
  font-size: 61px;
  color: #FFF;
  border-bottom: solid 4px;
  padding-bottom: 1px;
  line-height: 1;
  position: absolute;
  text-align: center;
  width: fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .qanda--left--img--title {
    font-size: 36px;
  }
}
.qanda--inner {
  width: 50%;
  align-self: center;
  padding: 100px 20px;
}
@media screen and (max-width: 1200px) {
  .qanda--inner {
    width: 100%;
    padding: 30px 20px;
  }
}
.qanda--head {
  max-width: 100%;
  width: 700px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .qanda--head {
    margin-bottom: 30px;
  }
}
.qanda--head--en {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .qanda--head--en {
    margin-bottom: 10px;
  }
  .qanda--head--en img {
    transform-origin: left center;
    transform: scale(0.75);
  }
}
.qanda--head--title {
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .qanda--head--title {
    font-size: 24px;
  }
}
.qanda--head--title mark {
  background: linear-gradient(0deg, #DFDB96 0.25em, transparent 0.25em);
}
.qanda--head--lead {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .qanda--head--lead {
    font-size: 14px;
  }
}
.qanda--list {
  max-width: 100%;
  width: 700px;
  margin: auto;
  counter-reset: li;
  border-top: 1px solid #606060;
}
.qanda--list--item {
  counter-increment: li;
  border-bottom: 1px solid #606060;
}
.qanda--list--item--q {
  padding: 30px 0;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
@media screen and (max-width: 767px) {
  .qanda--list--item--q {
    font-size: 16px;
    padding-block: 20px;
  }
}
.qanda--list--item--q::before {
  content: "Q" counter(li);
  font-family: "Oswald", "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin-right: 1.5em;
  background: linear-gradient(0deg, #DEDB96 0.3em, transparent 0.3em);
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .qanda--list--item--q::before {
    font-size: 20px;
    margin-right: 1em;
  }
}
.qanda--list--item--q::after {
  content: "＋";
  font-size: 24px;
  position: absolute;
  height: fit-content;
  width: fit-content;
  inset: 0;
  margin: auto 0;
  left: auto;
  font-weight: 400;
  padding-top: 0.2em;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .qanda--list--item--q::after {
    font-size: 20px;
  }
}
.is-opened .qanda--list--item--q::after {
  content: "－";
}
.qanda--list--item--a {
  padding-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .qanda--list--item--a {
    flex-wrap: wrap;
  }
}
.qanda--list--item--a::before {
  content: "A" counter(li);
  font-family: "Oswald", "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  margin-right: 1.5em;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .qanda--list--item--a::before {
    font-size: 20px;
    margin-right: 1em;
  }
}
.qanda--list--item--a--lead {
  font-size: 14px;
  width: 54.6875%;
  max-width: 350px;
  margin-right: 20px;
  line-height: 1.6;
}
@media not (max-width: 767px) {
  .qanda--list--item--a--lead:not(:has(+ .qanda--list--item--a--img)) {
    width: calc(87.1875% + 20px);
    max-width: 578px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .qanda--list--item--a--lead {
    width: calc(100% - 3em);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .qanda--list--item--a--lead:not(:has(+ .qanda--list--item--a--img)) {
    margin-bottom: 0;
  }
}
.qanda--list--item--a--img {
  width: 32.5%;
  max-width: 208px;
}
.qanda--list--item--a--img figcaption {
  text-align: right;
  font-size: 10px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .qanda--list--item--a--img {
    font-size: 14px;
    width: calc(100% - 3em);
    margin-left: 3em;
  }
}/*# sourceMappingURL=renovation.css.map */