/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer components {
  .pf-outline, .pf-footer, .pf-section {
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .portfolio {
    overflow-x: hidden;
    padding-bottom: 0;
    font-size: 1em;
    visibility: hidden;
  }
  .portfolio.is-loaded {
    visibility: visible;
  }
  .l-pf {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 80em) {
    .l-pf {
      max-width: 960px;
    }
  }
  .pf-section {
    clear: both;
    background-color: #fff;
    font-size: 1.5em;
  }
  .pf-section p {
    margin: 0;
    color: #666;
    font-size: 1em;
    font-family: "Iropke Batang", serif;
    line-height: 1.8;
    letter-spacing: -0.025em;
  }
  @media (min-width: 48em) {
    .pf-section {
      font-size: 1.6em;
    }
  }
  @media (min-width: 80em) {
    .pf-section p {
      font-size: 1.125em;
    }
  }
  .pf-sub-h {
    margin-bottom: 0.6em;
    padding-top: 1.2em;
    color: #191919;
    font-weight: normal;
    font-size: 1.786em;
    line-height: 1.5;
    text-align: center;
  }
  @media (min-width: 48em) {
    .pf-sub-h {
      font-size: 2em;
      letter-spacing: -0.04em;
    }
  }
  @media (min-width: 64em) {
    .pf-sub-h {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em;
      font-size: 2.25em;
      text-align: left;
    }
  }
  @media (min-width: 80em) {
    .pf-sub-h {
      max-width: 960px;
      margin-bottom: 1.8em;
      padding-top: 1.8em;
    }
  }
  .pf-footer {
    padding: 2.5em 0 3em;
    background-color: #3a3b3c;
    border-bottom: 1px solid #555;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
  }
  .pf-footer p {
    margin: 0 0 0.7em;
    font-size: 1.5em;
  }
  @media (min-width: 48em) {
    .pf-footer {
      padding: 3.6em 0 3.2em;
      font-size: 1.4em;
    }
  }
  @media (min-width: 64em) {
    .pf-footer p {
      font-size: 2.6em;
      letter-spacing: -0.05em;
    }
  }
  .pf-nav-list {
    display: none;
  }
  @media (min-width: 64em) {
    .pf-nav {
      display: block;
      font-size: 1.5em;
    }
    .pf-nav.is-fixed {
      height: 50px;
    }
    .pf-nav.is-fixed .pf-nav-list {
      position: fixed;
      top: 0;
      left: 80px;
      right: 0;
      z-index: 20;
    }
    .pf-nav.has-no-last .pf-nav-item {
      width: 25%;
    }
    .pf-nav-list {
      display: block;
      overflow: hidden;
      position: relative;
      z-index: 10;
      background-color: #fff;
      -webkit-box-shadow: 0 8px 16px rgba(58, 59, 60, 0.2);
      -moz-box-shadow: 0 8px 16px rgba(58, 59, 60, 0.2);
      box-shadow: 0 8px 16px rgba(58, 59, 60, 0.2);
    }
    .pf-nav-item {
      float: left;
      width: 20%;
    }
    .pf-nav-item:first-child .pf-nav-a {
      border-left: 0;
    }
    .pf-nav-a {
      display: block;
      padding: 14px 0;
      border-left: 1px solid #3a3b3c;
      font-weight: bold;
      text-align: center;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .pf-nav-a:hover {
      text-decoration: none;
    }
    .pf-nav-a.is-current, .pf-nav-a:hover {
      border-left-color: #555;
      background-color: #3a3b3c;
      color: #fff;
    }
  }
  @media (min-width: 80em) {
    .pf-nav {
      font-size: 1.6em;
    }
    .pf-nav-a {
      padding: 18px 0;
    }
    .pf-nav.is-fixed .pf-nav-list {
      left: 90px;
    }
  }
  .pf-header {
    overflow: hidden;
    position: relative;
    right: 0;
    min-height: 1200px;
    height: 300vh;
    height: calc(300vh - 150px);
    color: #fff;
    background-color: #3a3b3c;
    text-align: center;
  }
  .pf-header-bg {
    overflow: hidden;
    position: fixed;
    top: 40px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .pf-header-bg__img {
    max-width: none;
  }
  .pf-header-bg.is-hidden {
    position: absolute;
    visibility: hidden;
    z-index: -1;
  }
  .pf-header .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media (min-width: 64em) {
    .pf-header {
      border-bottom: 1px solid #3a3b3c;
    }
    .pf-header-bg {
      top: 70px;
      left: 60px;
      right: -20px;
      bottom: -20px;
    }
  }
  @media (min-width: 80em) {
    .pf-header-bg {
      left: 70px;
    }
  }
  .pf-headline {
    position: relative;
    z-index: 2;
    white-space: nowrap;
  }
  .pf-headline-cell {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  .pf-headline:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .pf-headline {
    min-height: 400px;
    height: 33%;
    height: calc(100vh - 50px);
    font-size: 1.4em;
  }
  .pf-headline .pf-guide {
    position: absolute;
    left: 0;
    bottom: 18%;
    width: 100%;
    font-size: 2.4em;
    text-align: center;
    opacity: 0.5;
  }
  .pf-headline .pf-guide:before {
    content: "\e813";
    speak: none;
    font-weight: normal;
    font-family: "fontello";
  }
  .pf-headline-cell:before {
    content: attr(data-text);
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    font-family: "Roboto", sans-serif;
    text-align: center;
    letter-spacing: 2px;
    -webkit-text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  }
  .pf-headline h1 {
    padding: 0 1em 2em;
    font-weight: normal;
    font-size: 1.88em;
    letter-spacing: -0.05em;
    line-height: 1.5;
  }
  @media (min-width: 64em) {
    .pf-headline {
      height: calc(100vh - 90px);
    }
    .pf-headline .pf-guide {
      font-size: 3.2em;
    }
    .pf-headline-cell:before {
      display: block;
      position: static;
      margin-bottom: 5em;
    }
    .pf-headline h1 {
      width: 70%;
      margin: 0 auto;
      padding-bottom: 2em;
      font-size: 4vw;
    }
  }
  @media (min-width: 80em) {
    .pf-headline .pf-guide {
      font-size: 3.6em;
    }
    .pf-headline-cell:before {
      position: static;
      display: block;
      margin-bottom: 3em;
      font-size: 1.2em;
    }
    .pf-headline h1 {
      max-width: 960px;
      font-size: 3.8em;
    }
  }
  .pf-outline {
    white-space: nowrap;
  }
  .pf-outline-cell {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  .pf-outline:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .pf-outline {
    min-height: 400px;
    height: 33%;
    height: 100vh;
    height: calc(100vh - 50px);
    font-size: 1.2em;
  }
  @media (min-width: 64em) {
    .pf-outline {
      font-size: 1.5em;
    }
  }
  .pf-outline__summary p {
    padding: 0 8% 0 10%;
    font-size: 1.4em;
    font-weight: normal;
    font-family: "Iropke Batang", serif;
    line-height: 1.8;
    text-align: left;
    -webkit-text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
  }
  .pf-outline__summary .func {
    margin-top: 3em;
  }
  @media (min-width: 48em) {
    .pf-outline__summary p {
      font-size: 1.6em;
    }
  }
  @media (min-width: 64em) {
    .pf-outline__summary p {
      padding: 0 15% 0 20%;
    }
  }
  .pf-outline__desc {
    padding: 0 12.5%;
    font-size: 1.25em;
    text-align: left;
  }
  .pf-outline__desc dt {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 1.05em;
    white-space: nowrap;
    font-weight: bold;
  }
  .pf-outline__desc dt:first-child {
    margin-top: 0;
  }
  @media (min-width: 64em) {
    .pf-outline__desc {
      min-width: 50%;
      max-width: 800px;
      font-size: 1.4em;
      -webkit-text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
      -moz-text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
      text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    }
    .pf-outline__desc dt {
      margin-bottom: 0.2em;
    }
    .pf-outline__desc dd {
      font-weight: normal;
    }
  }
  .photostack {
    overflow: hidden;
    position: relative;
    background: #ddd;
    text-align: center;
  }
  .js .photostack {
    height: 320px;
  }
  @media (min-width: 37.5em) {
    .js .photostack {
      height: 360px;
    }
  }
  @media (min-width: 48em) {
    .js .photostack {
      height: 420px;
    }
  }
  @media (min-width: 64em) {
    .js .photostack {
      height: 560px;
    }
  }
  @media (min-width: 80em) {
    .js .photostack {
      height: 620px;
    }
  }
  .photostack-start {
    cursor: pointer;
  }
  .photostack-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .photostack-title {
    margin: 12px 0 0 0;
    color: #a7a0a2;
    font-weight: normal;
    font-size: 12px;
  }
  @media (min-width: 64em) {
    .photostack-title {
      margin: 20px 0 0 0;
      font-size: 16px;
    }
  }
  .photostack-img {
    outline: none;
    display: block;
    width: 100%;
    background: #f9f9f9;
  }
  .photostack figure {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.4em;
    height: 16.4em;
    margin: 0 auto;
    border: 0.92em solid #fff;
    background: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
  .photostack figure[data-dummy] {
    pointer-events: none;
  }
  .photostack p {
    color: #555;
    font-size: 1em;
    font-family: "Iropke Batang", serif;
  }
  .js .photostack figure {
    position: absolute;
    display: block;
    margin: 0;
  }
  .photostack-quote {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    padding: 3.6em 0.8em 0;
    margin: 0;
    background-color: #eee;
    text-align: center;
  }
  .photostack-quote p {
    margin: 0;
  }
  .photostack-quote:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 1em;
    left: 50%;
    background: url(../images/_icons/quotation.png) center center no-repeat;
    background-size: 27px;
    margin-left: -13px;
  }
  @media (min-width: 37.5em) {
    .photostack figure {
      font-size: 15px;
    }
  }
  @media (min-width: 48em) {
    .photostack figure {
      font-size: 16px;
    }
  }
  @media (min-width: 64em) {
    .photostack figure {
      width: 17em;
      height: 19em;
      font-size: 18px;
      border-width: 1em;
    }
    .photostack-quote {
      padding-top: 5.2em;
      padding-left: 1.8em;
      padding-right: 1.8em;
    }
    .photostack-quote p {
      font-size: 1em;
      line-height: 1.7;
    }
    .photostack-quote:after {
      top: 1.5em;
      width: 50px;
      height: 50px;
      margin-left: -25px;
      background-size: auto;
    }
  }
  @media (min-width: 80em) {
    .photostack figure {
      font-size: 20px;
    }
  }
  .photostack nav {
    position: absolute;
    width: 100%;
    bottom: 12px;
    z-index: 10;
    text-align: center;
    left: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  @media (min-width: 48em) {
    .photostack nav {
      bottom: 20px;
    }
  }
  @media (min-width: 64em) {
    .photostack nav {
      bottom: 40px;
    }
  }
  .photostack-start nav {
    opacity: 0;
  }
  .photostack nav span {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 1px solid #555;
    background: #555;
    border-radius: 50%;
    text-align: center;
  }
  @media (min-width: 64em) {
    .photostack nav span {
      width: 12px;
      height: 12px;
      margin: 0 7px;
    }
  }
  .photostack nav span.current {
    border: 1px solid #999;
    background: #fff;
  }
  .photostack nav span.current.flip {
    -webkit-transform: scale(1) rotateY(-180deg) translateZ(-1px);
    transform: scale(1) rotateY(-180deg) translateZ(-1px);
    background: #555;
  }
  .photostack nav span.flippable::after {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .js .photostack::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
  }
  .js .photostack-start::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .js .photostack::after {
    content: "View Gallery";
    font-weight: 400;
    position: absolute;
    border: 3px solid #fff;
    text-align: center;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 101;
  }
  .js .photostack::before, .js .photostack::after {
    opacity: 0;
    visibility: hidden;
  }
  .js .photostack-start::before, .js .photostack-start:hover::after, .touch .photostack-start::after {
    opacity: 1;
    visibility: visible;
  }
  .js .photostack figure {
    cursor: pointer;
  }
  .js .photostack figure[data-dummy], .js .photostack figure.photostack-current {
    pointer-events: none;
  }
  .photostack figure .photostack-img img {
    opacity: 0.9;
  }
  .photostack figure .photostack-img {
    background-color: rgba(0, 0, 0, 0.5);
  }
  figure.photostack-current .photostack-img img {
    opacity: 1;
  }
  .photostack-transition figure {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
  }
  .photostack-perspective {
    -webkit-perspective: 1800px;
    perspective: 1800px;
  }
  .photostack-perspective > div, .photostack-perspective figure {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .photostack-perspective figure, .photostack-perspective figure div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .photostack-perspective figure.photostack-flip {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .csstransformspreserve3d figure.photostack-flip .photostack-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: block;
  }
  .no-csstransformspreserve3d figure.photostack-showback .photostack-back {
    display: block;
  }
  .no-js .photostack figure {
    box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .no-js .photostack figure::after {
    display: none;
  }
  .no-js .photostack figure:nth-child(3n) {
    -webkit-transform: translateX(-10%) rotate(5deg);
    transform: translateX(-10%) rotate(5deg);
  }
  .no-js .photostack figure:nth-child(3n-2) {
    -webkit-transform: translateY(10%) rotate(-3deg);
    transform: translateY(10%) rotate(-3deg);
  }
  .pf-interview .pf-sub-h {
    display: none;
  }
  @media (min-width: 64em) {
    .pf-interview .pf-sub-h {
      display: block;
    }
  }
  .photostack button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 45px;
    margin-top: -25px;
    padding: 0;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
  }
  .photostack-prev {
    left: 0;
  }
  .photostack-prev:before {
    content: "\e811";
    speak: none;
    font-weight: normal;
    font-family: "fontello";
    color: #fff;
  }
  .photostack-next {
    right: 0;
  }
  .photostack-next:before {
    content: "\e80d";
    speak: none;
    font-weight: normal;
    font-family: "fontello";
    color: #fff;
  }
  @media (min-width: 25em) {
    .photostack button {
      width: 40px;
      height: 60px;
      margin-top: -35px;
      font-size: 32px;
    }
  }
  @media (min-width: 64em) {
    .photostack button {
      display: none;
    }
  }
  .pf-brainstorming {
    display: none;
  }
  .pf-brainstorming .l-pf {
    padding: 0;
  }
  .pf-brainstorming .pf-sub-h {
    margin-bottom: 0;
  }
  @media (min-width: 48em) {
    .pf-brainstorming {
      display: block;
    }
  }
  @media (min-width: 64em) {
    .pf-brainstorming {
      padding-bottom: 0;
    }
  }
  .brainstorming svg {
    display: block;
  }
  .brainstorming .node text {
    pointer-events: none;
    text-anchor: middle;
  }
  .brainstorming .link {
    fill: #a18069;
    stroke: #ccc;
    stroke-width: 1.5px;
  }
  .svg .brainstorming-list {
    display: none;
  }
  .brainstorming .node-d0 {
    r: 68;
  }
  .brainstorming .node-d0 text {
    font-size: 14px;
  }
  .brainstorming .node-d1 {
    r: 48;
  }
  .brainstorming .node-d1 circle {
    stroke: #444;
  }
  .brainstorming .node-d2 {
    r: 5;
  }
  .brainstorming .node-d2 text {
    font-size: 13px;
  }
  @media (min-width: 64em) {
    .brainstorming .node-d0 {
      r: 100;
    }
    .brainstorming .node-d0 text {
      font-size: 17px;
    }
    .brainstorming .node-d1 {
      r: 60;
    }
    .brainstorming .node-d2 text {
      font-size: 14px;
    }
  }
  @media (min-width: 80em) {
    .brainstorming .node-d0 text {
      font-size: 18px;
    }
  }
  .pf-conclusion {
    background-color: #eee;
    padding-bottom: 2em;
  }
  .pf-conclusion ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pf-conclusion li {
    padding: 16px 20px;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .pf-conclusion .h {
    margin-bottom: 0.4em;
    color: #3a3b3c;
    font-size: 1em;
  }
  .pf-conclusion .num {
    display: none;
  }
  .pf-conclusion .title {
    font-size: 1.357em;
    font-weight: normal;
  }
  .pf-conclusion p {
    margin: 0;
  }
  @media (max-width: 63.99em) {
    .pf-conclusion {
      background-image: none !important;
    }
  }
  @media (min-width: 64em) {
    .pf-conclusion {
      background-size: cover;
      padding-top: 0;
      padding-bottom: 5em;
    }
    .pf-conclusion .pf-sub-h {
      color: #fff;
    }
    .pf-conclusion ul {
      max-width: 950px;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0;
    }
    .pf-conclusion li {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px;
      padding: 2.8em 3.2em 2.5em 330px;
    }
    .pf-conclusion .h {
      position: absolute;
      left: 60px;
      width: 190px;
      top: 2.5em;
      margin-bottom: 0;
      padding-left: 70px;
      color: #2c2d2e;
    }
    .pf-conclusion .num {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #3a3b3c;
      font-style: normal;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 3.25em;
      line-height: 1;
    }
    .pf-conclusion .title {
      word-break: keep-all;
      word-wrap: break-word;
      font-size: 1.5em;
      letter-spacing: -0.048em;
    }
  }
  @media (min-width: 80em) {
    .pf-conclusion li {
      padding-left: 360px;
    }
    .pf-conclusion .h {
      top: 2.74em;
      left: 76px;
      padding-left: 78px;
    }
  }
  @media (min-width: 64em) {
    .pf-act {
      padding-bottom: 0;
    }
  }
  .pf-act-box {
    position: relative;
    z-index: 2;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 5%;
    background-color: #fff;
  }
  .pf-act-box .h {
    color: #3a3b3c;
    font-size: 1.357em;
    line-height: 1.2;
    word-break: keep-all;
  }
  .pf-act-box .num {
    display: none;
  }
  .pf-act-box .title {
    font-weight: normal;
  }
  @media (min-width: 64em) {
    .pf-act-box {
      margin: 0;
      padding-left: 0;
      padding-right: 0;
    }
    .pf-act-box .num {
      display: block;
      position: absolute;
      top: -1.2em;
      color: #3a3b3c;
      font-style: normal;
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      font-size: 0.7em;
    }
    .pf-act-box .h {
      position: relative;
      margin-top: -0.05em;
      margin-bottom: 0.8em;
      font-size: 1.75em;
    }
  }
  .pf-act-image-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pf-act-image-list li {
    margin-bottom: 10px;
  }
  .pf-act-image-list img {
    width: 100%;
  }
  @media (min-width: 80em) {
    .pf-act-image-list {
      max-width: 800px;
      margin: 0 auto;
    }
  }
  .pf-act--type1 {
    padding-bottom: 20px;
  }
  @media (min-width: 64em) {
    .pf-act--type1 {
      display: flex;
      flex-flow: row wrap;
    }
    .pf-act--type1 .l-pf {
      order: 1;
      max-width: 800px;
    }
    .pf-act--type1 .img {
      order: 2;
      width: 100%;
      text-align: center;
    }
    .pf-act--type1 .p {
      margin-bottom: 0;
    }
  }
  @media (min-width: 80em) {
    .pf-act--type1 .l-pf {
      max-width: 960px;
    }
  }
  .pf-act--type2 {
    position: relative;
    padding-bottom: 2em;
    background: url(../images/archive/portfolio/act_bg.png);
  }
  .pf-act--type2 .visual {
    text-align: center;
  }
  .pf-act--type2 .visual--x .visual-img {
    position: relative;
    z-index: 2;
  }
  .pf-act--type2 .pf-act-box {
    margin-top: -20px;
  }
  .pf-act--type2 .pf-act-box .h {
    margin-bottom: 0.8em;
  }
  .pf-act--type2 .act-video {
    display: none;
  }
  @media (min-width: 64em) {
    .pf-act--type2 {
      padding-bottom: 0;
    }
    .pf-act--type2.is-dark .num, .pf-act--type2.is-dark .title, .pf-act--type2.is-dark .p {
      color: #fff;
    }
    .pf-act--type2 .pf-act-box {
      position: absolute;
      top: 18%;
      left: 50%;
      width: 30%;
      margin-top: 0;
      margin-left: 6em;
      background: transparent;
    }
    .pf-act--type2 .visual {
      padding-top: 120px;
    }
    .pf-act--type2 .act-video {
      display: block;
      position: absolute;
      top: 202px;
      left: 50%;
      margin-left: -272px;
      width: 240px;
    }
    .pf-act--type2 .act-video--x {
      top: 162px;
      width: 226px;
      margin-left: -292px;
      border-radius: 27px;
    }
  }
  .pf-act--type3 {
    padding-top: 1.5em;
    padding-bottom: 2em;
  }
  .pf-act--type3 .act-video {
    width: 100%;
    vertical-align: top;
  }
  @media (min-width: 48em) {
    .pf-act--type3 {
      padding-top: 2em;
    }
  }
  @media (min-width: 64em) {
    .pf-act--type3 {
      padding-top: 4.5em;
      padding-bottom: 4.5em;
    }
  }
  .pf-outcome {
    padding-bottom: 40px;
    background-color: #f6ff00;
    color: #3a3b3c;
  }
  @media (min-width: 64em) {
    .pf-outcome {
      padding-bottom: 100px;
    }
  }
  .l-outcome {
    zoom: 1;
  }
  .l-outcome:before {
    content: "";
    display: block;
  }
  .l-outcome:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-outcome {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
  }
  @media (min-width: 37.5em) {
    .l-outcome {
      width: 64%;
      margin: 0 auto;
    }
  }
  @media (min-width: 64em) {
    .l-outcome {
      max-width: 800px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  .outcome-panel {
    white-space: nowrap;
  }
  .outcome-panel-cell {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  .outcome-panel:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .outcome-panel {
    position: relative;
    margin-bottom: 18px;
  }
  .outcome-panel .outcome-point {
    display: none;
    font-family: "Iropke Batang", serif;
  }
  @media (min-width: 64em) {
    .outcome-panel {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      right: 0;
      height: 100%;
      width: 35.5%;
      border-top: 3px solid;
      border-bottom: 3px solid;
    }
    .outcome-panel .outcome-point {
      display: block;
      font-size: 5.4em;
      font-weight: normal;
      letter-spacing: -0.05em;
      word-break: keep-all;
      word-wrap: break-word;
    }
  }
  .outcome-content {
    margin: 0.2em 0;
    color: #555;
    font-family: "Iropke Batang", serif;
    font-size: 15px;
    word-break: keep-all;
    word-wrap: break-word;
  }
  @media (min-width: 64em) {
    .outcome-content {
      font-size: 16px;
    }
  }
  @media (min-width: 80em) {
    .outcome-content {
      font-size: 17px;
    }
  }
  .outcome-chart {
    zoom: 1;
  }
  .outcome-chart:before {
    content: "";
    display: block;
  }
  .outcome-chart:after {
    content: "";
    display: table;
    clear: both;
  }
  .outcome-chart {
    position: relative;
    padding-right: 45%;
  }
  @media (min-width: 64em) {
    .outcome-chart {
      float: left;
      width: 52.5%;
    }
  }
  .outcome-banner {
    white-space: nowrap;
  }
  .outcome-banner-cell {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  .outcome-banner:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .outcome-banner {
    position: absolute;
    right: 0;
    width: 38%;
    height: 100%;
    font-size: 2.1em;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .outcome-banner .outcome-point {
    font-family: "Iropke Batang", serif;
    font-weight: normal;
  }
  @media (min-width: 37.5em) {
    .outcome-banner {
      height: 210px;
      line-height: 210px;
      font-size: 3em;
      border-top-width: 2px;
      border-bottom-width: 2px;
    }
  }
  @media (min-width: 64em) {
    .outcome-banner {
      display: none;
    }
  }
  .chart-fig {
    float: left;
    width: 50%;
    color: #3a3b3c;
    text-align: center;
    word-break: keep-all;
    word-wrap: break-word;
  }
  @media (min-width: 64em) {
    .chart-fig {
      text-align: left;
    }
  }
  .chart-box {
    position: relative;
    margin-right: 10px;
    height: 110px;
    background-color: #e1e5ee;
  }
  @media (min-width: 37.5em) {
    .chart-box {
      height: 214px;
    }
  }
  @media (min-width: 64em) {
    .chart-box {
      height: 320px;
    }
  }
  .chart-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #2c2d2e;
  }
  .chart-num {
    display: block;
    margin-right: 10px;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
  }
  @media (min-width: 48em) {
    .chart-num {
      font-size: 2.1em;
    }
  }
  @media (min-width: 64em) {
    .chart-num {
      padding-top: 12px;
      font-size: 3.2em;
    }
  }
  .chart-caption {
    display: block;
    margin-right: 10px;
    line-height: 1.2;
    font-size: 0.9em;
    font-weight: bold;
  }
  @media (min-width: 64em) {
    .chart-caption {
      font-size: 1.2em;
    }
  }
  .pf-awards {
    background: #fff;
  }
  .pf-awards .pf-sub-h {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .award {
    zoom: 1;
  }
  .award:before {
    content: "";
    display: block;
  }
  .award:after {
    content: "";
    display: table;
    clear: both;
  }
  .award {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .award-img {
    float: left;
    width: 30%;
    margin-right: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
  .award-desc {
    word-break: keep-all;
    word-wrap: break-word;
  }
  .award-desc dt {
    margin-bottom: 0.7em;
    color: #2c2d2e;
    font-size: 1.4em;
  }
  @media (min-width: 48em) {
    .award {
      width: 80%;
      max-width: 800px;
      padding-left: 0;
      padding-right: 0;
    }
    .award-img {
      float: none;
      position: absolute;
      left: 0;
      width: 25%;
      margin: 0;
    }
    .award-desc {
      min-height: 180px;
      padding-left: 27%;
      font-size: 15px;
    }
    .award-desc dt {
      padding-left: 50px;
      font-weight: normal;
      font-size: 1.75em;
    }
    .award-desc dd {
      padding-left: 50px;
    }
  }
  @media (min-width: 64em) {
    .award {
      padding-bottom: 80px;
    }
    .award-img {
      width: 38%;
    }
    .award-desc {
      padding-left: 40%;
      font-size: 16px;
    }
  }
  .pf-review {
    padding: 1em 0;
    border-top: 1px solid #cccdce;
    background-color: #f5f5f5;
  }
  @media (min-width: 64em) {
    .pf-review {
      padding: 5em 0;
      background-color: #fff;
    }
  }
  .project-review {
    zoom: 1;
  }
  .project-review:before {
    content: "";
    display: block;
  }
  .project-review:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (min-width: 64em) {
    .project-review {
      max-width: 800px;
      width: 80%;
      margin: 0 auto;
    }
  }
  .project-review-fig {
    display: none;
  }
  @media (min-width: 64em) {
    .project-review-fig {
      display: block;
      float: left;
      width: 40%;
    }
  }
  .project-review--caption {
    margin-top: 0.5em;
    color: #767676;
    font-size: 12px;
  }
  .project-review-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
  @media (min-width: 64em) {
    .project-review-content {
      float: right;
      width: 60%;
      margin-top: -0.4em;
      padding: 0 0 0 50px;
    }
  }
  .project-review--h {
    margin-bottom: 1em;
    color: #3a3b3c;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
  .project-review--er {
    color: #999;
    font-size: 12px;
    font-weight: bold;
  }
  .project-review--body {
    padding: 1em 0;
  }
  @media (min-width: 64em) {
    .project-review--h {
      font-size: 2.125em;
    }
    .project-review--er {
      display: none;
    }
    .project-review--body {
      padding: 0;
    }
  }
  .project-review--text {
    color: #3a3b3c;
    font-family: "Iropke Batang", serif;
    line-height: 1.8;
  }
  @media (min-width: 64em) {
    .project-review--text:first-child:before {
      content: "";
      display: inline-block;
      width: 3.6em;
      height: 1px;
      margin-right: 2.4em;
      margin-top: -1px;
      border-top: 1px solid #999;
      vertical-align: middle;
    }
  }
  .pf-footer__btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.8em 2.4em;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 1em;
    line-height: 1.3;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
