@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.title_page.imagefull h2.page_title {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
#container.page #article section .content.title_page.imagefull h2.page_title span {
  grid-row: 2;
  grid-column: 1;
  align-self: start;
  justify-self: center;
}
#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 {
  grid-row: 1;
  align-self: end;
  color: hsl(0, 0%, 100%);
  padding-bottom: 2.6666666667vw;
}
#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: 2.7rem;
}
#container.page #article section .content.content_2 h3.color_bla {
  color: hsl(0, 0%, 0%);
}
#container.page #article section .content.content_2 h4 {
  margin: 5.3333333333vw 0 4vw;
}
#container.page #article section .content.content_2 h4 span {
  font-size: 2rem;
}
#container.page #article section .content.content_2 figure.vt {
  width: 53.3333333333vw;
  margin-left: auto;
}
#container.page #article section .content.content_2 .item {
  width: 80vw;
  padding-bottom: 24vw;
}
#container.page #article section .content.content_2 .item:first-of-type {
  display: grid;
  grid-template-columns: 1fr 80vw 1fr;
  width: 100%;
}
#container.page #article section .content.content_2 .item:first-of-type h3,
#container.page #article section .content.content_2 .item:first-of-type h4,
#container.page #article section .content.content_2 .item:first-of-type p {
  grid-column: 2;
}
#container.page #article section .content.content_2 .item:first-of-type figure {
  grid-row: 1;
  grid-column: 1/-1;
}
#container.page #article section .content.content_3 figure {
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  #container.page {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container.page #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page #article section .content.title_page.imagefull h2.page_title {
    grid-template-rows: 95px 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
  #container.page #article section .content.title_page.imagefull h2.page_title span {
    align-self: center;
    justify-self: end;
  }
  #container.page #article section .content.content_1 {
    padding-bottom: 64px;
  }
  #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 {
    grid-row: 1;
    align-self: end;
    color: hsl(0, 0%, 0%);
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
  }
  #container.page #article section .content.content_2 h3 span.num {
    position: absolute;
    z-index: 1;
    top: -48px;
    left: 0;
  }
  #container.page #article section .content.content_2 h4 {
    padding-top: 8px;
    margin: 0 0 16px;
  }
  #container.page #article section .content.content_2 h4 span {
    font-size: 1.5rem;
  }
  #container.page #article section .content.content_2 figure {
    width: 300px;
  }
  #container.page #article section .content.content_2 .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 64px;
    width: 100%;
    max-width: 800px;
    padding-bottom: 96px;
    transition: 0.3s;
  }
  #container.page #article section .content.content_2 .item.vt {
    grid-template-columns: 340px 1fr;
    column-gap: 0;
  }
  #container.page #article section .content.content_2 .item.vt figure {
    width: 200px;
    margin: 0 auto 0 0;
  }
  #container.page #article section .content.content_2 .item:first-of-type {
    grid-template-rows: repeat(2, max-content) 1fr;
    grid-template-columns: 32px 1fr 400px minmax(300px, 400px) 1fr 32px;
    column-gap: 0;
    align-items: start;
    max-width: 100%;
    padding: 64px 0 112px;
    box-sizing: border-box;
  }
  #container.page #article section .content.content_2 .item:first-of-type h3,
  #container.page #article section .content.content_2 .item:first-of-type h4,
  #container.page #article section .content.content_2 .item:first-of-type p {
    grid-column: 3;
  }
  #container.page #article section .content.content_2 .item:first-of-type h4 {
    padding-top: 0;
  }
  #container.page #article section .content.content_2 .item:first-of-type figure {
    grid-row: 1/4;
    grid-column: 4/-1;
    width: 100%;
  }
  #container.page #article section .content.content_3 figure {
    aspect-ratio: inherit;
  }
}
@media screen and (min-width: 1100px) {
  /* =================================================
     unique layout
  ================================================= */
  #container.page #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page #article section .content.content_1 {
    padding-bottom: 96px;
  }
  #container.page #article section .content.content_2 h3 {
    padding-bottom: 16px;
  }
  #container.page #article section .content.content_2 h3 span.num {
    font-size: 3.5rem;
    top: -64px;
  }
  #container.page #article section .content.content_2 h3 span.txt {
    font-size: 3.8rem;
  }
  #container.page #article section .content.content_2 h4 {
    margin-bottom: 24px;
  }
  #container.page #article section .content.content_2 h4 span {
    font-size: 2.1rem;
  }
  #container.page #article section .content.content_2 figure {
    width: 420px;
  }
  #container.page #article section .content.content_2 .item {
    column-gap: 88px;
    max-width: 1120px;
    padding-bottom: 144px;
  }
  #container.page #article section .content.content_2 .item.vt {
    grid-template-columns: 480px 1fr;
  }
  #container.page #article section .content.content_2 .item.vt figure {
    width: 280px;
  }
  #container.page #article section .content.content_2 .item:first-of-type {
    grid-template-columns: 32px 1fr 560px minmax(400px, 560px) 1fr 32px;
    min-height: 560px;
    padding: 96px 0 160px;
  }
}/*# sourceMappingURL=designphilosophy.css.map */