@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellefair&display=swap");
/* =================================================
   unique layout
================================================= */
#container.page {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container.page #article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container.page #article section {
  /* -------------------------------------
     section_1
  */
}
#container.page #article section.section_1 .inner.section_inner {
  /* -------------------------------------
     content
  ------------------------------------- */
}
#container.page #article section.section_1 .inner.section_inner .content {
  /* -------------------------------------
     content_1
  */
  /* -------------------------------------
     consul
  */
  /* -------------------------------------
     reason
  */
  /* -------------------------------------
     works
  */
  /* -------------------------------------
     interview
  */
  /* -------------------------------------
     flow
  */
}
#container.page #article section.section_1 .inner.section_inner .content.bg_g {
  position: relative;
  z-index: 1;
}
#container.page #article section.section_1 .inner.section_inner .content.bg_g::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: hsl(0, 0%, 95%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#container.page #article section.section_1 .inner.section_inner .content h2.h2_1 {
  width: 92vw;
  padding-bottom: 0.5em;
  margin: 0 auto 10.6666666667vw;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
#container.page #article section.section_1 .inner.section_inner .content h2.h2_1 span {
  text-align: center;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 {
  padding-bottom: 10.6666666667vw;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 figure {
  width: 100%;
  height: auto;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 figure img {
  height: 100%;
  object-fit: cover;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 figure.movie {
  background: hsl(0, 0%, 0%);
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 figure.movie img {
  opacity: 0.7;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 .movie {
  position: relative;
  z-index: 1;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 .movie a,
#container.page #article section.section_1 .inner.section_inner .content.content_1 .movie a:link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 .movie a::after,
#container.page #article section.section_1 .inner.section_inner .content.content_1 .movie a:link::after {
  content: "";
  display: block;
  border: 5.3333333333vw solid transparent;
  border-right: none;
  border-left: 8vw solid rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 p.lead {
  text-align: center;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 .link {
  width: 80vw;
  margin: 6.6666666667vw auto 0;
  margin: 0 auto 8vw;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 .link span {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 0.5em;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  padding: 0;
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 .link span i {
  display: block;
  transform: translateY(0.4vw) rotate(90deg);
}
#container.page #article section.section_1 .inner.section_inner .content.content_1 .item {
  width: 92vw;
  margin-top: 10.6666666667vw;
}
#container.page #article section.section_1 .inner.section_inner .content.consul {
  padding: 10.6666666667vw 0;
  background: hsl(0, 0%, 95%);
}
#container.page #article section.section_1 .inner.section_inner .content.consul ol {
  padding-left: 1.5em;
  margin-top: 5.3333333333vw;
}
#container.page #article section.section_1 .inner.section_inner .content.consul ol li {
  font-size: 1.6rem;
}
#container.page #article section.section_1 .inner.section_inner .content.consul .item {
  width: 92vw;
}
#container.page #article section.section_1 .inner.section_inner .content.reason {
  padding: 10.6666666667vw 0 0;
}
#container.page #article section.section_1 .inner.section_inner .content.reason figure {
  margin: 0 auto 5.3333333333vw;
}
#container.page #article section.section_1 .inner.section_inner .content.reason h3 {
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto 1em;
}
#container.page #article section.section_1 .inner.section_inner .content.reason h3 span {
  text-align: center;
}
#container.page #article section.section_1 .inner.section_inner .content.reason h3 span i {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-size: 2.1rem;
  margin-right: 0.2em;
}
#container.page #article section.section_1 .inner.section_inner .content.reason .item {
  width: 92vw;
  margin: 0 auto 10.6666666667vw;
}
#container.page #article section.section_1 .inner.section_inner .content.works {
  width: 92vw;
  padding: 10.6666666667vw 4vw;
  margin: 10.6666666667vw auto 0;
}
#container.page #article section.section_1 .inner.section_inner .content.works h3 {
  margin-top: 0.5em;
}
#container.page #article section.section_1 .inner.section_inner .content.works h3 span {
  text-align: center;
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.5;
}
#container.page #article section.section_1 .inner.section_inner .content.works h4 {
  margin: 0.5em auto 0;
}
#container.page #article section.section_1 .inner.section_inner .content.works h4 span {
  text-align: center;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
}
#container.page #article section.section_1 .inner.section_inner .content.works figure {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
#container.page #article section.section_1 .inner.section_inner .content.works .item {
  margin-bottom: 5.3333333333vw;
}
#container.page #article section.section_1 .inner.section_inner .content.works .item.new h3 .txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#container.page #article section.section_1 .inner.section_inner .content.works .item.new h3 .txt::before {
  flex-shrink: 0;
  content: "New";
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0 0.1em 0.1em;
  margin-right: 0.5em;
  background: #B10020;
  box-sizing: border-box;
}
#container.page #article section.section_1 .inner.section_inner .content.interview {
  row-gap: 5.3333333333vw;
  column-gap: 4vw;
  padding: 10.6666666667vw 0 0;
  width: 92vw;
  margin: 0 auto;
}
#container.page #article section.section_1 .inner.section_inner .content.interview h3 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
#container.page #article section.section_1 .inner.section_inner .content.interview h3 span {
  line-height: 1.5;
}
#container.page #article section.section_1 .inner.section_inner .content.interview .link {
  grid-column: 1/-1;
  margin: 8vw auto 0;
}
#container.page #article section.section_1 .inner.section_inner .content.interview .item {
  padding: 8vw 6.6666666667vw;
  margin: 0 auto 5.3333333333vw;
  background: hsl(0, 0%, 95%);
}
#container.page #article section.section_1 .inner.section_inner .content.flow {
  padding: 10.6666666667vw 0 0;
}
#container.page #article section.section_1 .inner.section_inner .content.flow figure {
  margin: 0 auto 5.3333333333vw;
}
#container.page #article section.section_1 .inner.section_inner .content.flow h3 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 4vw;
  align-items: baseline;
  font-size: 1.6rem;
  width: 92vw;
  margin: 0 auto 1em;
  position: relative;
  z-index: 1;
}
#container.page #article section.section_1 .inner.section_inner .content.flow h3 span.num {
  letter-spacing: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 2.1rem;
  width: 8vw;
  background: hsl(0, 0%, 60%);
}
#container.page #article section.section_1 .inner.section_inner .content.flow h3 span.num::after {
  content: "";
  display: block;
  border: 4vw solid transparent;
  border-bottom: none;
  border-top: 2.6666666667vw solid hsl(0, 0%, 60%);
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
}
#container.page #article section.section_1 .inner.section_inner .content.flow p {
  padding-left: 12vw;
  margin-top: 1em;
}
#container.page #article section.section_1 .inner.section_inner .content.flow figure {
  padding-left: 12vw;
}
#container.page #article section.section_1 .inner.section_inner .content.flow .item {
  width: 92vw;
  padding-bottom: 10.6666666667vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#container.page #article section.section_1 .inner.section_inner .content.flow .item::after {
  content: "";
  display: block;
  height: 100%;
  border-left: 1px solid hsl(0, 0%, 80%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 4vw;
}
#container.page #article aside.bnr-renova .inner .content {
  width: 92vw;
  padding: 8vw 5.3333333333vw;
  margin: 0 auto;
  border: 1px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container.page #article aside.bnr-renova .inner .content h2 {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
#container.page #article aside.bnr-renova .inner .content h2 span {
  display: block;
  text-align: center;
}
#container.page #article aside.bnr-renova .inner .content h2 span.txt_2 {
  font-size: 1.6rem;
}
#container.page #article aside.bnr-renova .inner .content p.tel {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
}
#container.page #article aside.bnr-renova .inner .content p.tel span {
  white-space: nowrap;
  text-align: center;
  display: block;
}
#container.page #article aside.bnr-renova .inner .content p.tel span.txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#container.page #article aside.bnr-renova .inner .content p.tel span.txt i {
  display: block;
  width: 6.6666666667vw;
  margin-right: 0.5em;
}
#container.page #article aside.bnr-renova .inner .content p.tel span.txt .tellink {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-size: 2.1rem;
}
#container.page #article aside.bnr-renova .inner .content p.tel span.txt .tellink a,
#container.page #article aside.bnr-renova .inner .content p.tel span.txt .tellink a:link {
  text-decoration: none;
  color: hsl(0, 0%, 0%);
}
#container.page #article aside.bnr-renova .inner .content .link {
  width: 80vw;
  margin: 6.6666666667vw auto 0;
}
#container.page #article aside.bnr-renova .inner .content .link span {
  white-space: nowrap;
  grid-template-columns: repeat(2, max-content);
  column-gap: 0.5em;
  width: 100%;
}
#container.page #article aside.bnr-renova .inner .content .link span i {
  display: block;
  transform: translateY(0.2666666667vw) rotate(90deg);
}

@media screen and (min-width: 768px) {
  /* =================================================
      unique layout
  ================================================= */
  #container.page {
    /* -------------------------------------
        article
    ------------------------------------- */
  }
  #container.page #article {
    /* -------------------------------------
        section
    ------------------------------------- */
  }
  #container.page #article section {
    /* -------------------------------------
       section_1
    */
  }
  #container.page #article section.section_1 .inner.section_inner {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #container.page #article section.section_1 .inner.section_inner .content {
    /* -------------------------------------
       content_1
    */
    /* -------------------------------------
       consul
    */
    /* -------------------------------------
       reason
    */
    /* -------------------------------------
       works
    */
    /* -------------------------------------
       interview
    */
    /* -------------------------------------
       flow
    */
  }
  #container.page #article section.section_1 .inner.section_inner .content.bg_g::before {
    width: 100%;
  }
  #container.page #article section.section_1 .inner.section_inner .content h2.h2_1 {
    width: 100%;
    padding-bottom: 0.5em;
    margin: 0 auto 48px;
  }
  #container.page #article section.section_1 .inner.section_inner .content h2.h2_1 span {
    text-align: left;
  }
  #container.page #article section.section_1 .inner.section_inner .content.content_1 {
    padding-bottom: 64px;
  }
  #container.page #article section.section_1 .inner.section_inner .content.content_1 figure {
    aspect-ratio: 2/1;
  }
  #container.page #article section.section_1 .inner.section_inner .content.content_1 figure.movie {
    height: auto;
    aspect-ratio: auto;
  }
  #container.page #article section.section_1 .inner.section_inner .content.content_1 .movie a::after,
  #container.page #article section.section_1 .inner.section_inner .content.content_1 .movie a:link::after {
    border: 40px solid transparent;
    border-right: none;
    border-left: 60px solid rgba(255, 255, 255, 0.8);
  }
  #container.page #article section.section_1 .inner.section_inner .content.content_1 p.lead {
    text-align: color;
  }
  #container.page #article section.section_1 .inner.section_inner .content.content_1 .link {
    width: 320px;
    margin: 0 auto 48px;
  }
  #container.page #article section.section_1 .inner.section_inner .content.content_1 .link span i {
    transform: translateY(1px) rotate(90deg);
  }
  #container.page #article section.section_1 .inner.section_inner .content.content_1 .item {
    width: 100%;
    margin-top: 48px;
  }
  #container.page #article section.section_1 .inner.section_inner .content.consul {
    padding: 64px 32px;
    box-sizing: border-box;
  }
  #container.page #article section.section_1 .inner.section_inner .content.consul figure {
    grid-row: 1;
    grid-column: 2;
  }
  #container.page #article section.section_1 .inner.section_inner .content.consul ol {
    grid-row: 1;
    grid-column: 1;
    margin-top: 0;
  }
  #container.page #article section.section_1 .inner.section_inner .content.consul ol li {
    line-height: 2;
  }
  #container.page #article section.section_1 .inner.section_inner .content.consul .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    width: 100%;
  }
  #container.page #article section.section_1 .inner.section_inner .content.reason {
    padding: 64px 0 0;
  }
  #container.page #article section.section_1 .inner.section_inner .content.reason figure {
    grid-row: 1/-1;
    grid-column: 1;
    margin: 0;
  }
  #container.page #article section.section_1 .inner.section_inner .content.reason h3 {
    grid-row: 1;
    grid-column: 2;
    font-size: 1.8rem;
    width: 100%;
  }
  #container.page #article section.section_1 .inner.section_inner .content.reason h3 span {
    text-align: left;
  }
  #container.page #article section.section_1 .inner.section_inner .content.reason h3 span i {
    font-size: 2.4rem;
    margin-right: 0.75em;
  }
  #container.page #article section.section_1 .inner.section_inner .content.reason p {
    grid-row: 2;
  }
  #container.page #article section.section_1 .inner.section_inner .content.reason .item {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    width: 100%;
    margin: 0 auto 64px;
  }
  #container.page #article section.section_1 .inner.section_inner .content.works {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    width: 100%;
    padding: 64px 0;
    margin: 48px auto 0;
    box-sizing: border-box;
  }
  #container.page #article section.section_1 .inner.section_inner .content.works h2 {
    grid-column: 1/-1;
  }
  #container.page #article section.section_1 .inner.section_inner .content.works h3 {
    margin-top: 0.75em;
  }
  #container.page #article section.section_1 .inner.section_inner .content.works h4 {
    margin: 0.75em auto 0;
  }
  #container.page #article section.section_1 .inner.section_inner .content.works h4 span {
    font-size: 1.2rem;
  }
  #container.page #article section.section_1 .inner.section_inner .content.works .item {
    margin-bottom: 32px;
  }
  #container.page #article section.section_1 .inner.section_inner .content.works .item.new h3 .txt:before {
    transform: translateY(1px);
  }
  #container.page #article section.section_1 .inner.section_inner .content.interview {
    row-gap: 32px;
    column-gap: 32px;
    padding: 64px 0 0;
    width: 100%;
  }
  #container.page #article section.section_1 .inner.section_inner .content.interview h3 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  #container.page #article section.section_1 .inner.section_inner .content.interview .link {
    margin: 48px auto 0;
  }
  #container.page #article section.section_1 .inner.section_inner .content.interview .item {
    padding: 32px 48px;
    margin: 0 auto 32px;
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow {
    padding: 64px 0 0;
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow figure {
    grid-column: 2;
    margin: 0;
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow h3 {
    grid-column: 1/-1;
    column-gap: 32px;
    font-size: 1.8rem;
    width: 100%;
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow h3 span.num {
    font-size: 3.6rem;
    width: 60px;
    padding-top: 4px;
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow h3 span.num::after {
    border: 30px solid transparent;
    border-bottom: none;
    border-top: 20px solid hsl(0, 0%, 60%);
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow p {
    grid-column: 3;
    padding-left: 0;
    margin-top: 1em;
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow figure {
    padding-left: 0;
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow .item {
    display: grid;
    grid-template-columns: 44px repeat(2, 1fr);
    column-gap: 48px;
    width: 100%;
    padding-bottom: 64px;
  }
  #container.page #article section.section_1 .inner.section_inner .content.flow .item::after {
    left: 30px;
  }
  #container.page #article aside.bnr-renova .inner .content {
    width: 1056px;
    padding: 64px 64px 48px;
  }
  #container.page #article aside.bnr-renova .inner .content h2 {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
  #container.page #article aside.bnr-renova .inner .content h2 span {
    text-align: left;
  }
  #container.page #article aside.bnr-renova .inner .content h2 span.txt {
    margin-bottom: 1.5em;
  }
  #container.page #article aside.bnr-renova .inner .content h2 span.txt_2 {
    font-size: 2.4rem;
  }
  #container.page #article aside.bnr-renova .inner .content p.tel {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  #container.page #article aside.bnr-renova .inner .content p.tel span.txt i {
    width: 28px;
  }
  #container.page #article aside.bnr-renova .inner .content p.tel span.txt .tellink {
    font-size: 2.8rem;
  }
  #container.page #article aside.bnr-renova .inner .content p.tel span.txt_2 {
    transform: translateY(-3px);
  }
  #container.page #article aside.bnr-renova .inner .content .link {
    width: 340px;
    margin-top: 24px;
  }
  #container.page #article aside.bnr-renova .inner .content .link span i {
    transform: translateY(2px) rotate(90deg);
  }
}
@media screen and (min-width: 1056px) {
  #container.page #article section.section_1 .inner.section_inner .content.bg_g::before {
    width: 100vw;
  }
}/*# sourceMappingURL=renovation.css.map */