@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: "AcuminVariableConcept";
  font-weight: 400;
  src: url("../fonts/AcuminVariableConcept.woff2") format("woff2"), url("../fonts/AcuminVariableConcept.woff") format("woff"); }

@font-face {
  font-family: "Plain-Light";
  font-weight: 400;
  src: url("../fonts/Plain-Light.woff2") format("woff2"), url("../fonts/Plain-Light.woff") format("woff"); }

@font-face {
  font-family: "Portrait";
  font-weight: 400;
  src: url("../fonts/PortraitText-Regular.woff2") format("woff2"), url("../fonts/PortraitText-Regular.woff") format("woff"); }

/**
 * !!! 変数の定義 !!!
 * 変数は作りすぎず、デザインコンポーネント、もしくはシンボルを元に作成する
 * またGoogle Font等の特殊なウェブフォントの場合、そのフォント名を定義してわかりやすくする
 */
/**
 * !!! ブレークポイント !!!
 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none; }

/**
 * !!! browsersyncのアラートを非表示 !!!
 */
#__bs_notify__ {
  display: none !important; }

/**
 * !!! ページCSS基本設定 !!!
 * 基本的にこの箇所は操作しないようにする
 * ----------------ここから----------------
 */
html {
  font-size: 62.5%;
  font-family: Portrait, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-feature-settings: "palt"; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

.row {
  overflow: hidden;
  *zoom: 1; }

/**
 * ----------------ここまで----------------
 */
/**
 * !!! FlexBox Rule !!!
 * 都度scssを記載するのではなく、クラスで定義し、クラスの付け外しで管理すること。
 */
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/**
 * !!! Inner Rule !!!
 * 最初にデザインを確認し、存在するinnerパターンを作成すること
 * max-width指定のみだと、画面幅を縮小するときに余白が消えるため、paddingをつけること
 * 例) innerが1000pxであれば、
 *     max-width: 1060px;
 *     padding: 0 30px;
 */
.inner {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .inner {
      padding: 0 15px; } }

[data-trigger] {
  position: relative;
  top: 60px;
  -webkit-transition: top 1s, opacity 1s;
  -moz-transition: top 1s, opacity 1s;
  -o-transition: top 1s, opacity 1s;
  transition: top 1s, opacity 1s;
  opacity: 0; }
  [data-trigger].visible {
    top: 0;
    opacity: 1; }

.footer {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-top: 80px; } }
  .footer img {
    display: block;
    width: 220px;
    height: auto;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .footer img {
        width: 110px; } }
  .footer p {
    text-align: center;
    font-family: museo-sans, yu-gothic-pr6n, "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    margin-top: 140px; }
    @media only screen and (max-width: 767px) {
      .footer p {
        margin-top: 80px;
        font-size: 11px;
        font-size: 1.1rem; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .header {
      padding-top: 30px; } }
  .header > ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 48px; }
    @media only screen and (max-width: 767px) {
      .header > ul {
        display: none; } }
    .header > ul li {
      margin-left: 60px;
      display: inline-block;
      vertical-align: middle; }
      .header > ul li:nth-child(1) {
        margin-left: 0; }
      .header > ul li a {
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        font-family: AcuminVariableConcept, sans-serif; }
        @media only screen and (max-width: 767px) {
          .header > ul li a {
            font-size: 14px;
            font-size: 1.4rem; } }
  .header__brand {
    padding-left: 50px; }
    @media only screen and (max-width: 767px) {
      .header__brand {
        padding-left: 20px; } }
    .header__brand a {
      display: block; }
      .header__brand a img,
      .header__brand a svg {
        width: 180px;
        height: auto;
        display: block; }
        @media only screen and (max-width: 767px) {
          .header__brand a img,
          .header__brand a svg {
            width: 130px; } }
  .header__nav {
    font-size: 0;
    padding-right: 50px; }
    .header__nav ol li {
      display: inline-block;
      vertical-align: middle; }
      .header__nav ol li:nth-child(1) {
        padding-right: 20px;
        position: relative; }
        .header__nav ol li:nth-child(1):before {
          content: "";
          position: absolute;
          right: 10px;
          top: 0;
          bottom: 0;
          width: 1px;
          height: 12px;
          background: #fff; }
      .header__nav ol li a {
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        font-family: AcuminVariableConcept, sans-serif; }
        .header__nav ol li a.current {
          color: #fff;
          pointer-events: none; }
    .header__nav ul,
    .header__nav > div {
      display: inline-block;
      vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .header__nav ul {
        display: none; } }
    .header__nav ul li {
      margin-left: 60px;
      display: inline-block;
      vertical-align: middle; }
      .header__nav ul li:nth-child(1) {
        margin-right: 0; }
      .header__nav ul li a {
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        font-family: AcuminVariableConcept, sans-serif; }
        @media only screen and (max-width: 767px) {
          .header__nav ul li a {
            font-size: 14px;
            font-size: 1.4rem; } }
  .header__sp {
    padding-right: 20px;
    padding-top: 8px; }
    .header__sp a {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.03em;
      font-family: AcuminVariableConcept, sans-serif; }

.brands {
  background: #D9DADA;
  padding-bottom: 180px; }
  @media only screen and (max-width: 767px) {
    .brands {
      padding-bottom: 60px; } }
  .brands__row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 980px;
    margin: auto;
    margin-top: 80px; }
    @media only screen and (max-width: 767px) {
      .brands__row {
        margin-top: 0px; } }
    .brands__row > div {
      width: 25%; }
      @media only screen and (max-width: 767px) {
        .brands__row > div {
          width: 50%;
          margin-top: 42px; } }
      .brands__row > div:nth-child(1) img {
        height: 82px; }
        @media only screen and (max-width: 767px) {
          .brands__row > div:nth-child(1) img {
            height: 42px; } }
      .brands__row > div:nth-child(2) img {
        height: 90px; }
        @media only screen and (max-width: 767px) {
          .brands__row > div:nth-child(2) img {
            height: 46px; } }
      .brands__row > div:nth-child(3), .brands__row > div:nth-child(4) {
        opacity: 0.5; }
      .brands__row > div:nth-child(4) img {
        height: 21px; }
        @media only screen and (max-width: 767px) {
          .brands__row > div:nth-child(4) img {
            height: 16px; } }
      .brands__row > div img {
        display: block;
        height: 25px;
        margin: auto; }
        @media only screen and (max-width: 767px) {
          .brands__row > div img {
            height: 20px; } }

.common-title {
  text-align: center;
  padding-top: 150px; }
  @media only screen and (max-width: 767px) {
    .common-title {
      padding-top: 60px; } }
  .common-title strong,
  .common-title small {
    display: block; }
  .common-title strong {
    font-family: AcuminVariableConcept, sans-serif;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 767px) {
      .common-title strong {
        font-size: 18px;
        font-size: 1.8rem; } }
  .common-title small {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 767px) {
      .common-title small {
        font-size: 18px;
        font-size: 1.8rem; } }

.information {
  padding-bottom: 200px;
  background: #151515; }
  @media only screen and (max-width: 767px) {
    .information {
      padding-bottom: 60px; } }
  .information h2 {
    color: #fff; }
  .information table {
    width: 100%;
    max-width: 870px;
    margin: auto;
    margin-top: 80px;
    color: #fff;
    table-layout: fixed; }
    @media only screen and (max-width: 767px) {
      .information table {
        margin-top: 60px;
        display: block;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .information table tbody {
        display: block;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .information table tr {
        display: block;
        width: 100%; } }
    .information table tr:nth-child(8) th,
    .information table tr:nth-child(8) td, .information table tr:nth-child(9) th,
    .information table tr:nth-child(9) td {
      border: none; }
    .information table th,
    .information table td {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: top;
      line-height: 1.7;
      border-top: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      padding: 30px; }
      @media only screen and (max-width: 767px) {
        .information table th,
        .information table td {
          display: block;
          width: 100%;
          border: none;
          padding: 0;
          font-size: 14px;
          font-size: 1.4rem; } }
    .information table th {
      width: 200px; }
      @media only screen and (max-width: 767px) {
        .information table th {
          display: block;
          width: 100%;
          padding-top: 18px; } }
    @media only screen and (max-width: 767px) {
      .information table td {
        padding-bottom: 18px;
        border-bottom: 1px solid #fff;
        margin-top: 8px; } }
    .information table td img {
      display: block;
      width: 100%;
      margin-top: 0; }
    .information table td b,
    .information table td small {
      display: block; }
    .information table td b {
      margin-top: 32px;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .information table td b {
          font-size: 13px;
          font-size: 1.3rem;
          margin-top: 20px; } }
    .information table td small {
      font-size: 15px;
      font-size: 1.5rem;
      margin-top: 8px; }
      @media only screen and (max-width: 767px) {
        .information table td small {
          font-size: 12px;
          font-size: 1.2rem; } }
  .information img {
    display: block;
    max-width: 870px;
    margin: auto;
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .information img {
        width: 100%;
        margin-top: 32px; } }

.intro {
  background: #151515;
  padding: 150px 0 250px; }
  @media only screen and (max-width: 767px) {
    .intro {
      padding: 60px 0 60px;
      margin-top: -1px; } }
  .intro__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 150px; }
    @media only screen and (max-width: 767px) {
      .intro__inner {
        padding-bottom: 60px; } }
    .intro__inner h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #fff;
      line-height: 1.75;
      letter-spacing: 0.03em;
      width: 400px; }
      @media only screen and (max-width: 767px) {
        .intro__inner h2 {
          width: 100%;
          font-size: 26px;
          font-size: 2.6rem; } }
    .intro__inner div {
      width: calc(100% - 500px);
      max-width: 550px; }
      @media only screen and (max-width: 767px) {
        .intro__inner div {
          width: 100%;
          margin-top: 32px; } }
      .intro__inner div p {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        line-height: 1.571428571;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .intro__inner div p {
            font-size: 14px;
            font-size: 1.4rem; } }
      .intro__inner div strong {
        display: block;
        margin-top: 50px;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        line-height: 2; }
        @media only screen and (max-width: 767px) {
          .intro__inner div strong {
            font-size: 14px;
            font-size: 1.4rem;
            margin-top: 50px; } }
  .intro__video > p {
    text-align: center;
    display: block;
    color: #fff;
    font-family: AcuminVariableConcept, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 24px; }
  .intro__video--box {
    position: relative;
    background-image: url(../images/top/img01.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 42.4242424%;
    cursor: pointer; }
    .intro__video--box--video__label {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .intro__video--box--video__label svg {
        display: block;
        margin: auto;
        width: 100px;
        height: 100px; }
      .intro__video--box--video__label small {
        display: block;
        text-align: center;
        font-family: AcuminVariableConcept, sans-serif;
        color: #fff;
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 0.03em;
        margin-top: 14px; }

.modal-video {
  background: rgba(0, 0, 0, 0.75) !important; }

.mainvisual {
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../images/top/main.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .mainvisual {
      height: 75vh;
      /* 変数をサポートしていないブラウザのフォールバック */
      height: calc(var(--vh, 1vh) * 75);
      position: relative; } }
  .mainvisual__video {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .mainvisual__video:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.4); }
    .mainvisual__video video {
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      max-height: none; }
  .mainvisual h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .mainvisual h1 span {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
      clip-path: inset(0px 0px 99.9% 99.9%);
      overflow: hidden;
      height: 1px;
      width: 1px;
      padding: 0;
      border: 0; }
    .mainvisual h1 svg {
      display: block;
      width: 400px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .mainvisual h1 svg {
          width: 300px; } }

.middle {
  margin-top: 180px; }
  .middle > div {
    display: block;
    padding-top: 42.1150278%;
    background-image: url(../images/top/middle.jpg);
    background-size: cover;
    position: relative;
    background-position: center center; }
  .middle__video {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .middle__video:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.4); }
    .middle__video video {
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      max-height: none; }

.middle02 {
  position: relative; }
  .middle02 div {
    display: block;
    padding-top: 42.1150278%;
    background-image: url(../images/top/img04.jpg);
    background-size: cover;
    background-position: center center; }

.news {
  padding-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .news {
      padding-bottom: 60px; } }
  .news__box {
    max-width: 870px;
    margin: auto; }
    .news__box ul {
      margin-top: 80px;
      border-bottom: 1px solid #000; }
      @media only screen and (max-width: 767px) {
        .news__box ul {
          margin-top: 40px; } }
      .news__box ul li {
        display: block;
        padding: 32px;
        border-top: 1px solid #000; }
        @media only screen and (max-width: 767px) {
          .news__box ul li {
            padding: 20px 0; } }
        .news__box ul li a {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          align-items: center; }
          @media only screen and (min-width: 768px) {
            .news__box ul li a {
              -webkit-transition: opacity 0.3s;
              -moz-transition: opacity 0.3s;
              -o-transition: opacity 0.3s;
              transition: opacity 0.3s;
              opacity: 1; }
              .news__box ul li a:hover {
                opacity: 0.7; } }
          .news__box ul li a span {
            display: block;
            width: 121px;
            text-align: center;
            background: #ECECED;
            letter-spacing: 0.03em;
            font-size: 16px;
            font-size: 1.6rem;
            padding: 14px 0; }
            @media only screen and (max-width: 767px) {
              .news__box ul li a span {
                font-size: 12px;
                font-size: 1.2rem;
                display: inline-block;
                padding: 10px 0; } }
          .news__box ul li a strong {
            display: block;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.75;
            width: calc(100% - 150px); }
            @media only screen and (max-width: 767px) {
              .news__box ul li a strong {
                width: 100%;
                font-size: 14px;
                font-size: 1.4rem;
                margin-top: 18px; } }

.projects__row02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .projects__row02 {
      margin-top: 50px; } }
  .projects__row02 figure {
    width: 32%;
    background: #D9DADA;
    margin-top: 22px;
    padding: 22px; }
    @media only screen and (max-width: 767px) {
      .projects__row02 figure {
        width: 100%;
        margin-top: 20px; } }
    .projects__row02 figure:nth-child(1) div img {
      max-width: 90%; }
    .projects__row02 figure:nth-child(2) div img {
      max-width: 60%;
      opacity: 0.5; }
    .projects__row02 figure:nth-child(3) div img {
      max-width: 50%; }
    .projects__row02 figure:nth-child(4) div img {
      max-width: 80%;
      opacity: 0.5; }
    .projects__row02 figure:nth-child(5) div img {
      max-width: 40%; }
    .projects__row02 figure:nth-child(6) div img {
      max-width: 100%;
      opacity: 0.5; }
    .projects__row02 figure:nth-child(7) div img {
      max-width: 60%;
      opacity: 0.5; }
    .projects__row02 figure:nth-child(8) div img {
      max-width: 42%; }
    .projects__row02 figure:nth-child(9) div img {
      max-width: 28%; }
    .projects__row02 figure div {
      position: relative;
      padding-top: 86%; }
      .projects__row02 figure div svg,
      .projects__row02 figure div img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .projects__row02 figure figcaption {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      letter-spacing: 0.12em; }

.projects__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .projects__row {
      margin-top: 0; } }
  .projects__row > div {
    width: 48.8%; }
    @media only screen and (max-width: 767px) {
      .projects__row > div {
        width: 100%;
        margin-top: 30px; } }
    .projects__row > div figure img {
      display: block; }
    .projects__row > div figure figcaption > div {
      text-align: center; }
      .projects__row > div figure figcaption > div:nth-child(1) {
        padding-top: 32px; }
        @media only screen and (max-width: 767px) {
          .projects__row > div figure figcaption > div:nth-child(1) {
            padding-top: 32px; } }
        .projects__row > div figure figcaption > div:nth-child(1) em {
          font-size: 16px;
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            .projects__row > div figure figcaption > div:nth-child(1) em {
              font-size: 14px;
              font-size: 1.4rem; } }
        .projects__row > div figure figcaption > div:nth-child(1) h3 {
          font-size: 21px;
          font-size: 2.1rem;
          margin-top: 22px; }
          @media only screen and (max-width: 767px) {
            .projects__row > div figure figcaption > div:nth-child(1) h3 {
              margin-top: 12px;
              font-size: 16px;
              font-size: 1.6rem; } }
      .projects__row > div figure figcaption > div:nth-child(2) {
        width: 88%;
        margin: auto;
        margin-top: 32px;
        padding-top: 18px;
        border-top: 1px solid #868686;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 2.5; }
        @media only screen and (max-width: 767px) {
          .projects__row > div figure figcaption > div:nth-child(2) {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 2; } }

.vision {
  background: #151515;
  padding-top: 80px;
  margin-top: 160px;
  padding-bottom: 240px; }
  @media only screen and (max-width: 767px) {
    .vision {
      margin-top: 60px;
      padding-bottom: 80px; } }
  .vision .inner .common-title {
    color: #fff;
    padding-top: 74px; }
  .vision__row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1006px;
    margin: auto;
    padding-top: 74px; }
    @media only screen and (max-width: 767px) {
      .vision__row {
        padding-top: 37px; } }
    .vision__row > div:nth-child(1) {
      width: 57%;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .vision__row > div:nth-child(1) {
          width: 100%; } }
      .vision__row > div:nth-child(1) h3 {
        line-height: 1.4;
        font-size: 29px;
        font-size: 2.9rem; }
        @media only screen and (max-width: 767px) {
          .vision__row > div:nth-child(1) h3 {
            font-size: 22px;
            font-size: 2.2rem; } }
      .vision__row > div:nth-child(1) p {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        line-height: 1.571428571;
        color: #fff;
        margin-top: 60px; }
        @media only screen and (max-width: 767px) {
          .vision__row > div:nth-child(1) p {
            font-size: 14px;
            font-size: 1.4rem;
            margin-top: 32px; } }
    .vision__row > div:nth-child(2) {
      width: 40%;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .vision__row > div:nth-child(2) {
          width: 100%;
          margin-top: 64px; } }
      .vision__row > div:nth-child(2) svg {
        width: 70%;
        max-width: 240px; }
        @media only screen and (max-width: 767px) {
          .vision__row > div:nth-child(2) svg {
            width: 50%; } }

/**

 */
body.top {
  height: 100%;
  width: 100%; }
