@charset "UTF-8";
/*
//@include linkarrow();
@mixin linkarrow($d:'sp', $c:$monocolor){

    @if $d == 'sp'{

        &:before,
        &:after{
            content: "";
            display: block;
            border-top: 1px solid $c;
            position: absolute;
            z-index: 9;
            top: 50%;
            //right: size(80/-2);
            $right: math.div(80 , -2);
            right: size( $right );
            transform-origin: right bottom;
            //opacity: 0.4;
        }
        &:before{
            width: size(30);
            transform: translateY(-50%) rotate(40deg);
        }
        &:after{
            width: size(80);
            transform: translateY(-50%);
        } 
    }
    @else if $d == 'pc'{

        &:before,
        &:after{
            //right: (96px/-2);
            right: ( math.div(96px , -2) );
        }
        &:before{
            width: 24px;
        }
        &:after{
            width: 96px;
        }
    }
}
*/
/* =================================================
   unique layout
================================================= */
#container.page {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container.page #article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container.page #article section .content.content_1 {
  padding-bottom: 16vw;
}
#container.page #article section .content.content_1 p {
  text-align: center;
}
#container.page #article section .content.content_2 {
  padding-bottom: 8vw;
}
#container.page #article section .content.content_2 h3 {
  text-align: center;
  margin: 5.3333333333vw 0 4vw;
}
#container.page #article section .content.content_2 h3 span.num {
  font-family: "FOT-筑紫Aヴィンテージ明L Pr6N R", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
  line-height: 1.75;
}
#container.page #article section .content.content_2 h3 span.txt {
  font-size: 2rem;
}
#container.page #article section .content.content_2 p {
  text-align: center;
}
#container.page #article section .content.content_2 .item {
  padding-bottom: 24vw;
}
#container.page #article section .content.flow {
  width: 93.3333333333vw;
  padding-bottom: 8vw;
  margin: 0 auto;
}
#container.page #article section .content.flow .page_content_title {
  margin: 13.3333333333vw auto 8vw;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
#container.page #article section .content.flow .page_content_title span {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5;
}
#container.page #article section .content.flow h3,
#container.page #article section .content.flow h4,
#container.page #article section .content.flow p {
  grid-column: 2;
}
#container.page #article section .content.flow h3 {
  margin-top: 6.6666666667vw;
}
#container.page #article section .content.flow h3 span.txt {
  font-size: 1.4rem;
}
#container.page #article section .content.flow h4 {
  margin: 2.6666666667vw 0 4vw;
}
#container.page #article section .content.flow h4 span.txt {
  font-size: 2rem;
  line-height: 1.75;
}
#container.page #article section .content.flow figure {
  grid-column: 1/-1;
}
#container.page #article section .content.flow .item {
  display: grid;
  grid-template-columns: 6.4vw 1fr;
  padding-bottom: 10.6666666667vw;
  margin-bottom: 6.6666666667vw;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
#container.page #article section .content.flow .item:last-of-type {
  margin-bottom: 0;
  border: none;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  #container.page {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container.page #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page #article section .content.content_1 {
    padding-bottom: 96px;
  }
  #container.page #article section .content.content_1 p {
    text-align: center;
  }
  #container.page #article section .content.content_2 {
    padding-bottom: 0;
  }
  #container.page #article section .content.content_2 h3,
  #container.page #article section .content.content_2 p {
    grid-column: 3;
  }
  #container.page #article section .content.content_2 h3 {
    grid-row: 1;
    text-align: left;
    margin: 0 0 16px;
  }
  #container.page #article section .content.content_2 h3 span.num {
    margin-bottom: 0.35em;
  }
  #container.page #article section .content.content_2 p {
    text-align: left;
  }
  #container.page #article section .content.content_2 figure {
    grid-row: 1/3;
    grid-column: 4/-1;
    width: 100%;
  }
  #container.page #article section .content.content_2 .item {
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-template-columns: 32px 1fr 400px minmax(300px, 400px) 1fr 32px;
    column-gap: 0;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-height: 560px;
    padding: 72px 0;
    box-sizing: border-box;
  }
  #container.page #article section .content.content_2 .item:nth-of-type(even) {
    grid-template-columns: 32px 1fr minmax(300px, 400px) 80px 320px 1fr 32px;
  }
  #container.page #article section .content.content_2 .item:nth-of-type(even) h3,
  #container.page #article section .content.content_2 .item:nth-of-type(even) p {
    grid-column: 5/7;
  }
  #container.page #article section .content.content_2 .item:nth-of-type(even) figure {
    grid-column: 1/4;
  }
  #container.page #article section .content.flow {
    width: 100%;
    max-width: 800px;
    padding: 0 32px;
  }
  #container.page #article section .content.flow .page_content_title {
    margin: 48px auto 0;
  }
  #container.page #article section .content.flow .page_content_title span {
    font-size: 1.8rem;
  }
  #container.page #article section .content.flow h3 {
    grid-row: 1;
    text-align: left;
    margin: 0 0 16px;
  }
  #container.page #article section .content.flow h3 span.txt {
    font-size: 1.2rem;
  }
  #container.page #article section .content.flow h4 {
    margin: 0 0 16px;
  }
  #container.page #article section .content.flow h4 span.txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #container.page #article section .content.flow p {
    text-align: left;
  }
  #container.page #article section .content.flow figure {
    grid-row: 1/4;
    grid-column: 1;
  }
  #container.page #article section .content.flow .item {
    grid-template-columns: minmax(300px, 350px) 1fr;
    column-gap: 32px;
    align-items: start;
    padding: 48px 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  #container.page #article section .content.flow .item:last-of-type {
    border-bottom: 1px solid hsl(0, 0%, 0%);
  }
}
@media screen and (min-width: 1100px) {
  #container.page #article section .content.content_1 {
    padding-bottom: 112px;
  }
  #container.page #article section .content.content_2 h3 {
    margin: 0 0 24px;
  }
  #container.page #article section .content.content_2 h3 span.num {
    font-size: 3.5rem;
  }
  #container.page #article section .content.content_2 h3 span.txt {
    font-size: 2.5rem;
  }
  #container.page #article section .content.content_2 .item {
    grid-template-columns: 32px 1fr 480px minmax(300px, 480px) 1fr 32px;
    padding: 160px 0;
  }
  #container.page #article section .content.content_2 .item:nth-of-type(even) {
    grid-template-columns: 32px 1fr minmax(300px, 480px) 110px 370px 1fr 32px;
  }
  #container.page #article section .content.flow {
    max-width: 1120px;
  }
  #container.page #article section .content.flow .page_content_title span {
    font-size: 2.5rem;
  }
  #container.page #article section .content.flow h3 {
    margin: 0 0 16px;
  }
  #container.page #article section .content.flow h3 span.txt {
    font-size: 1.7rem;
  }
  #container.page #article section .content.flow h4 span.txt {
    font-size: 2rem;
  }
  #container.page #article section .content.flow .item {
    grid-template-columns: minmax(350px, 490px) 1fr;
    column-gap: 48px;
    padding: 64px 0;
  }
}/*# sourceMappingURL=renovation.css.map */