@charset "UTF-8";
/*==============================
-Import Files
===============================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==============================
 root.scss
===============================*/
:root {
  --container-desktop: 1170px;
  --grid-gutter: 16px;
}

/*==============================
-Variable
===============================*/
/* ======= mixin breakpoint ======= */
/* ======= prefix ======= */
/* ======= positioncenter ======= */
/* ==============================
-Global
=============================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 1px;
  height: 100%;
  font-feature-settings: "palt";
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a, a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  max-width: 100%;
}

h1 {
  font-size: 3.6rem;
  font-weight: bold;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
}

h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

h5 {
  font-size: 1.4rem;
  font-weight: bold;
}

h6 {
  font-size: 1.2rem;
  font-weight: bold;
}

p {
  font-size: 1.2rem;
}

a {
  font-size: 1.2rem;
}

#wpadminbar {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

/* ===== @class ===== */
.l-container {
  margin: 0 auto;
  max-width: calc( 1170px + 16px);
  padding: 0 calc( 16px / 2);
}
@media only screen and (max-width: 767px) {
  .l-container {
    max-width: calc(100%);
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container .l-full,
  .l-container .l-laid {
    margin-left: calc( 16px / -2);
    margin-right: calc( 16px / -2);
  }
}

.l-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: calc( 16px / -2);
  margin-right: calc( 16px / -2);
}

.l-full,
.l-laid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

[class*="-grid-"] {
  position: relative;
  font-size: 1rem;
}

.l-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 1)) - 16px);
}

.l-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 2)) - 16px);
}

.l-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 3)) - 16px);
}

.l-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 4)) - 16px);
}

.l-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 5)) - 16px);
}

.l-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 6)) - 16px);
}

.l-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 7)) - 16px);
}

.l-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 8)) - 16px);
}

.l-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 9)) - 16px);
}

.l-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 10)) - 16px);
}

.l-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 11)) - 16px);
}

.l-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 12)) - 16px);
}

.l-grid-auto {
  flex: 1;
  margin: 0 calc( 16px / 2);
}

.l-tile-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 1)));
}

.l-tile-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 2)));
}

.l-tile-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 3)));
}

.l-tile-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 4)));
}

.l-tile-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 5)));
}

.l-tile-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 6)));
}

.l-tile-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 7)));
}

.l-tile-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 8)));
}

.l-tile-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 9)));
}

.l-tile-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 10)));
}

.l-tile-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 11)));
}

.l-tile-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 12)));
}

.l-tile-grid-auto {
  flex: 1;
}

.l-offset-left-1 {
  margin-left: calc(( 100% / ( 12 / 1)));
}

.l-offset-left-2 {
  margin-left: calc(( 100% / ( 12 / 2)));
}

.l-offset-left-3 {
  margin-left: calc(( 100% / ( 12 / 3)));
}

.l-offset-left-4 {
  margin-left: calc(( 100% / ( 12 / 4)));
}

.l-offset-left-5 {
  margin-left: calc(( 100% / ( 12 / 5)));
}

.l-offset-left-6 {
  margin-left: calc(( 100% / ( 12 / 6)));
}

.l-offset-left-7 {
  margin-left: calc(( 100% / ( 12 / 7)));
}

.l-offset-left-8 {
  margin-left: calc(( 100% / ( 12 / 8)));
}

.l-offset-left-9 {
  margin-left: calc(( 100% / ( 12 / 9)));
}

.l-offset-left-10 {
  margin-left: calc(( 100% / ( 12 / 10)));
}

.l-offset-left-11 {
  margin-left: calc(( 100% / ( 12 / 11)));
}

.l-offset-left-12 {
  margin-left: calc(( 100% / ( 12 / 12)));
}

.l-offset-right-1 {
  margin-right: calc(( 100% / ( 12 / 1)));
}

.l-offset-right-2 {
  margin-right: calc(( 100% / ( 12 / 2)));
}

.l-offset-right-3 {
  margin-right: calc(( 100% / ( 12 / 3)));
}

.l-offset-right-4 {
  margin-right: calc(( 100% / ( 12 / 4)));
}

.l-offset-right-5 {
  margin-right: calc(( 100% / ( 12 / 5)));
}

.l-offset-right-6 {
  margin-right: calc(( 100% / ( 12 / 6)));
}

.l-offset-right-7 {
  margin-right: calc(( 100% / ( 12 / 7)));
}

.l-offset-right-8 {
  margin-right: calc(( 100% / ( 12 / 8)));
}

.l-offset-right-9 {
  margin-right: calc(( 100% / ( 12 / 9)));
}

.l-offset-right-10 {
  margin-right: calc(( 100% / ( 12 / 10)));
}

.l-offset-right-11 {
  margin-right: calc(( 100% / ( 12 / 11)));
}

.l-offset-right-12 {
  margin-right: calc(( 100% / ( 12 / 12)));
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-left-"] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-right-"] {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-grid-"] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px - 0.1px);
    max-width: calc(100% - 16px);
    margin-left: calc( 16px / 2);
    margin-right: calc( 16px / 2);
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-tile-grid-"] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ===== @mixin ===== */
/*==============================
-Import Project Scss Files
===============================*/
/* ===== Page ===== */
/*==============================
-Page
===============================*/
/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 60px 0;
  }
}

.p-404-title {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-404-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-404-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-404-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: .3s;
}
.p-404-leadlink:hover {
  text-decoration: underline;
  transition: .2s;
}

.p-top-section-title {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: .5rem;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-section-title {
    margin-top: 20px;
    font-size: 3rem;
    padding-bottom: 15px;
  }
}
.p-top-section-title::after {
  content: "";
  display: block;
  background-color: #b59f6e;
  width: 50px;
  height: 15px;
  margin: 20px auto 0 auto;
}
.p-top-section-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  .p-top-section-title span {
    font-size: 1.5rem;
    padding-top: 5px;
  }
}

.p-top-mainvisual-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-wrap {
    height: 80vh;
  }
}

.p-top-mainvisual-top-grid {
  width: 20%;
  height: 100%;
  display: grid;
  place-items: center;
}

.p-top-mainvisual-top-box {
  margin: 0 auto;
  padding: 0;
}

.p-top-mainvisual-bottom-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90vh;
  background-image: url("../images/mainvisual.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-bottom-box {
    height: 80vh;
  }
}

.p-top-mainvisual-catch {
  backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
  font-size: 3.6rem;
  writing-mode: vertical-rl;
  color: #000;
  letter-spacing: 1.5rem;
  -webkit-animation: p-top-mainvisual-text 2.3s ease 1s 1 alternate;
  -moz-animation: p-top-mainvisual-text 2.3s ease 1s 1 alternate;
  -ms-animation: p-top-mainvisual-text 2.3s ease 1s 1 alternate;
  -o-animation: p-top-mainvisual-text 2.3s ease 1s 1 alternate;
  animation: p-top-mainvisual-text 2.3s ease 1s 1 alternate;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-catch {
    font-size: 2.5rem;
    letter-spacing: .15rem;
    line-height: 0;
  }
}

@keyframes p-top-mainvisual-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-infection-wrap {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-infection-wrap .l-container {
    padding: 0 10px;
  }
}

.p-top-infection-header {
  color: #fff;
  font-size: 38px;
  letter-spacing: 3px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .p-top-infection-header {
    font-size: 25px;
  }
}

.p-top-infection-header-lead {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-top-infection-header-lead {
    font-size: 13px;
  }
}

.p-top-infection-box {
  background-color: #008DFF;
  padding: 20px;
}

.p-top-infection-grid {
  background-color: #fff;
  padding: 30px 20px 30px 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top-infection-grid {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}

.p-top-infection-subhead {
  font-size: 24px;
  color: #008DFF;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top-infection-subhead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-top-infection-lead {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top-infection-lead {
    font-size: 12px;
  }
}
.p-top-infection-lead + .p-top-infection-lead {
  padding-top: 3px;
}

.p-top-infection-lead i {
  position: absolute;
  left: -14px;
  padding-top: 3px;
  padding-right: 10px;
}
.p-top-infection-lead i::before {
  color: #A03C3C;
  content: "\f00c";
}

.p-top-about-wrap {
  padding: 50px 0;
  margin-top: 130px;
  -webkit-background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  -moz-background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  -ms-background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  -o-background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  background-size: 60% 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-top-about-wrap {
    margin-top: 80px;
  }
}

.p-top-about-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-top-about-flex-box {
    flex-wrap: wrap;
  }
}

.p-about-flexin-left-box {
  width: 45%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-about-flexin-left-box {
    width: 85%;
  }
}

.p-top-about-image {
  background-image: url("../images/about_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding-top: 62.25%;
}
@media only screen and (max-width: 767px) {
  .p-top-about-image {
    padding-top: 78.25%;
  }
}

.p-about-flexin-right-box {
  width: 52%;
  position: relative;
  padding-right: 15%;
}
@media only screen and (max-width: 767px) {
  .p-about-flexin-right-box {
    width: 100%;
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-top-about-title {
  font-size: 6rem;
  letter-spacing: .5rem;
  padding-bottom: 20px;
  border-bottom: 15px solid #b59f6e;
}
@media only screen and (max-width: 767px) {
  .p-top-about-title {
    margin-top: 20px;
    font-size: 4.5rem;
    padding-bottom: 15px;
  }
}
.p-top-about-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  .p-top-about-title span {
    font-size: 1.5rem;
    padding-top: 5px;
  }
}

.p-top-about-text {
  font-size: 1.5rem;
  letter-spacing: .15rem;
  line-height: 2.5;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-top-about-text {
    padding-top: 15px;
  }
}

.p-top-projects-wrap {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .p-top-projects-wrap {
    padding-top: 100px;
  }
}

.p-top-projects-box, .p-top-projects-box-left, .p-top-projects-box-right {
  -webkit-background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  -moz-background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  -ms-background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  -o-background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);
  background-size: 90% 60%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .p-top-projects-box, .p-top-projects-box-left, .p-top-projects-box-right {
    background-size: 76% 89%;
  }
}

.p-top-projects-box-left {
  background-position: bottom left;
}

.p-top-projects-box-right {
  background-position: bottom right;
}

.p-top-projects-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 28.25%;
}
@media only screen and (max-width: 767px) {
  .p-top-projects-image {
    padding-top: 48.25%;
  }
}

.p-top-projects-read {
  font-size: 2.9rem;
  letter-spacing: .3rem;
  margin-top: 30px;
  border-left: 15px solid #b59f6e;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-top-projects-read {
    font-size: 2rem;
    letter-spacing: .15rem;
  }
}

.p-top-projects-text {
  font-size: 1.5rem;
  letter-spacing: .15rem;
  padding-top: 15px;
  line-height: 2.5;
}

.p-top-projects-text-anchor {
  color: #986a03;
  font-size: 1.5rem;
  word-break: break-all;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-projects-text-anchor {
    display: block;
  }
}
.p-top-projects-text-anchor:hover {
  color: #b59f6e;
}

.p-top-company-wrap {
  padding-top: 180px;
}

.p-top-company-teble {
  width: 100%;
  margin-top: 50px;
}
.p-top-company-teble tr + tr {
  border-top: 1px solid #D6D6D6;
}
.p-top-company-teble th {
  background-color: #E5E5E5;
  vertical-align: middle;
  width: 35%;
  padding: 3.5rem 15px;
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-company-teble th {
    font-size: 1.3rem;
  }
}
.p-top-company-teble td {
  background-color: #EEEEEE;
  vertical-align: middle;
  width: 65%;
  font-size: 1.5rem;
  padding: 3.5rem 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-top-company-teble td {
    font-size: 1.3rem;
  }
}

.p-top-company-client-wrap {
  margin-top: 90px;
}

.p-top-company-client-title {
  background-color: #b59f6e;
  padding: 20px 15px;
  color: whitesmoke;
  font-size: 1.8rem;
  letter-spacing: .35rem;
  text-align: center;
}

.p-top-company-client-flexbox {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.p-top-company-client-flexbox li {
  width: 25%;
  padding: 0 15px;
  margin-top: 20px;
}

.p-top-contact-wrap {
  margin-top: 180px;
  background-color: #EEEEEE;
  padding: 90px 0 120px 0;
}

.p-top-contact-lead {
  font-size: 2rem;
  padding-top: 30px;
  letter-spacing: .2rem;
}
@media only screen and (max-width: 767px) {
  .p-top-contact-lead {
    padding-top: 15px;
    letter-spacing: .15rem;
    padding-top: 35px;
  }
}

.p-top-contact-text {
  font-size: 1.5rem;
  letter-spacing: .15rem;
  line-height: 1.8;
  padding-top: 20px;
}
.p-top-contact-text + .p-top-contact-text {
  padding-top: 10px;
}

.p-top-contact-text-tel {
  color: #333;
  font-size: 1.5rem;
  letter-spacing: .15rem;
  line-height: 1.8;
}

/* ===== Single ===== */
/*==============================
-Single
===============================*/
/*==============================
-Single
===============================*/
.s-postcontent-unit {
  margin-top: 40px;
}

.s-postcontent-title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-title {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.75;
  }
}

.s-postcontent-header {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-header {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-postcontent-lead {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1.75;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-lead {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.s-postcontent-notes {
  display: inline-block;
  background-color: #cc0000;
  padding: 2px 10px;
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.75;
  color: #ffffff;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-notes {
    font-size: 1.1rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-strong {
  font-weight: bold;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}

.s-postcontent-strike {
  text-decoration: line-through;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}

.s-postcontent-colored {
  color: #f00;
  text-decoration: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}

.s-postcontent-big {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-big {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-links {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2;
  text-decoration: underline;
  color: inherit;
  text-align: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  word-wrap: break-word;
}
.s-postcontent-links:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-links {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-linklead {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 2;
  color: inherit;
  text-align: inherit;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-linklead {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-inlinelink {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 20px;
  transition: ease .3s;
  word-wrap: break-word;
}
.s-postcontent-inlinelink:hover {
  text-decoration: underline;
  transition: ease .2s;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-inlinelink {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

/* ===== Component ===== */
/*==============================
-Component
===============================*/
/*==============================
-Component
===============================*/
.c-header-logo {
  position: fixed;
  font-size: 26px;
  font-weight: 600;
  top: 30px;
  left: 30px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .c-header-logo {
    position: absolute;
    font-size: 20px;
  }
}

.c-header-logo span {
  font-size: 32px;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .c-header-logo span {
    font-size: 25px;
  }
}

.c-header-wrap {
  position: fixed;
  padding: 20px;
  width: 100%;
  background-color: inherit;
  z-index: 9997;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-header-wrap {
    position: absolute;
    padding: 40px;
  }
}

.c-header-wrap.active {
  background-color: #fff;
}

.c-header-list {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  margin-left: auto;
}
@media only screen and (max-width: 1300px) {
  .c-header-list {
    width: 60%;
  }
}
@media only screen and (max-width: 1050px) {
  .c-header-list {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-list {
    display: none;
  }
}

.c-header-listin-anchor {
  width: 25%;
  padding: 2rem 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #111;
}
@media only screen and (max-width: 1050px) {
  .c-header-listin-anchor {
    font-size: 1.4rem;
  }
}

.c-header-list--bar {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-header-list--bar::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #b59f6e;
  width: 50%;
  height: 5px;
}

.c-header-list a:nth-child(1):hover ~ .c-header-list--bar {
  left: 0 !important;
}

.c-header-list a:nth-child(2):hover ~ .c-header-list--bar {
  left: 25% !important;
}

.c-header-list a:nth-child(3):hover ~ .c-header-list--bar {
  left: 50% !important;
}

.c-header-list a:nth-child(4):hover ~ .c-header-list--bar {
  left: 75% !important;
}

.c-header-list a:nth-child(5):hover ~ .c-header-list--bar {
  left: 80% !important;
}

.c-header-nav-wrap-sp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .c-header-nav-wrap-sp {
    display: block;
  }
}

.c-header-sp-bg {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #b59f6e;
  width: 80%;
  height: 100%;
  transition: .3s;
  -webkit-transition: .3s;
  z-index: 9997;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.36);
}

.c-header-sp-bg.active {
  right: 0;
}

.c-header-sp-list {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate3d(0, -50%, 0) perspective(0);
  backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
}

.c-header-sp-listin-anchor {
  display: block;
  text-align: right;
  color: whitesmoke;
  margin: 4rem 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.c-header-nav-toggle-wrap-sp {
  -webkit-background: #b59f6e;
  -moz-background: #b59f6e;
  -ms-background: #b59f6e;
  -o-background: #b59f6e;
  background: #b59f6e;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.36);
  transition: .4s;
  -webkit-transition: .4s;
  z-index: 9999;
}

.c-header-nav-toggle-wrap-sp:hover {
  cursor: pointer;
}

.c-header-nav-toggle-inner-sp {
  width: 30px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.c-header-nav-toggle-inner-sp span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: whitesmoke;
  border-radius: 5px;
  position: absolute;
  transition: .4s;
  -webkit-transition: .4s;
}

.c-header-nav-toggle-inner-sp span:nth-of-type(1) {
  top: 0;
}

.c-header-nav-toggle-inner-sp span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-header-nav-toggle-inner-sp span:nth-of-type(3) {
  bottom: 0;
}

.c-header-nav-toggle-inner-sp.active span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.c-header-nav-toggle-inner-sp.active span:nth-of-type(2) {
  opacity: 0;
}

.c-header-nav-toggle-inner-sp.active span:nth-of-type(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*==============================
-Loading
===============================*/
.c-loading-wrapper {
  position: fixed;
  background-color: #111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-animation: c-loading-end 1.4s ease-out 2.4s both;
  animation: c-loading-end 1.4s ease-out 2.4s both;
  z-index: -10;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes c-loading-end {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
@keyframes c-loading-end {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
.c-loading-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
  top: calc(50% - 30px);
  text-align: center;
}

.c-loading-areapicture {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .c-loading-areapicture {
    width: 250px;
    height: 250px;
  }
}

@-webkit-keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  30% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  35% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  60% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  65% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  90% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  95% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #cc0000;
    stroke: #cc0000;
  }
}
@keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke: #cc0000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #cc0000;
    stroke: #cc0000;
  }
}
.c-loading-line-cyber {
  fill: #cc0000;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-logo 2.4s ease-in 0.1s both;
  animation: c-loading-logo 2.4s ease-in 0.1s both;
  backface-visibility: hidden;
  transform: perspective(0);
}

.c-loading-line-cyber-text {
  fill: #cc0000;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-text 1.8s ease-in 1.0s both;
  animation: c-loading-text 1.8s ease-in 1.0s both;
  backface-visibility: hidden;
  transform: perspective(0);
}

@keyframes c-loading-text {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #cc0000;
    stroke: #cc0000;
  }
}
/*==============================
-Component
===============================*/
.c-text-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .c-text-btn-area {
    padding: 0 0 20px 0;
  }
}

.c-text-btn-item {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #111;
  border: 2px solid #111;
  z-index: 1;
  overflow: hidden;
  transition: ease .3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn-item:hover {
  transition: ease .2s;
  color: #111 !important;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .c-text-display-pc {
    display: none;
  }
}

.c-text-display-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-text-display-sp {
    display: block;
  }
}

.c-text-break-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-text-break-pc {
    display: none;
  }
}

.c-text-break-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-text-break-sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c-text-btn-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 6)) - 16px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 6)) - 16px);
    position: relative;
    margin: 0 calc( 16px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-text-arrow-area {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}

.c-text-arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 50px;
}

.c-text-arrow::before,
.c-text-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  content: '';
  vertical-align: middle;
}

.c-text-arrow-back::before {
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 50px solid transparent;
  border-left: 50px solid #111;
  transform: rotate3d(0, 0, 1, 90deg) perspective(0);
  backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
}

.c-text-default-title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px;
  padding: 0 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .c-text-default-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0 0 0 40px;
  }
}
.c-text-default-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 4px;
  transform: translate3d(0, -50%, 0) perspective(0);
  backface-visibility: hidden;
  background-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .c-text-default-title::before {
    width: 30px;
  }
}
.c-text-default-title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.c-text-default-titlein {
  visibility: visible !important;
}
.c-text-default-titlein::after {
  -webkit-animation: c-text-default-titlein 0.6s both 0.1s ease-in;
  animation: c-text-default-titlein 0.6s both 0.1s ease-in;
  visibility: visible !important;
}

@-webkit-keyframes c-text-default-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-default-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.c-text-title-area {
  display: block;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

.c-text-title {
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  padding: 5px 20px;
  color: #111;
  border: 2px solid #111;
}
@media only screen and (max-width: 767px) {
  .c-text-title {
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
.c-text-title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #111;
  width: 100%;
  height: 100%;
}

.c-text-titlein {
  visibility: visible !important;
}
.c-text-titlein::after {
  -webkit-animation: c-text-titlein 0.4s both 0.1s ease-in;
  animation: c-text-titlein 0.4s both 0.1s ease-in;
  visibility: visible !important;
}

@-webkit-keyframes c-text-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.c-text-bg-slidefade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: 10;
  margin-right: 0;
}

.c-text-bg-slidefade-fade {
  visibility: visible !important;
  -webkit-animation: c-text-bg-slidefade-fadein 0.6s both 0.6s ease-in;
  animation: c-text-bg-slidefade-fadein 0.6s both 0.6s ease-in;
}

@-webkit-keyframes c-text-bg-slidefade-fadein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-bg-slidefade-fadein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/*==============================
-Component Footer
===============================*/
.c-footer-wrap {
  background-color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
  margin-top: -50px;
}

.c-footer-inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.c-footer-inner small {
  font-size: 1.2rem;
  letter-spacing: .2rem;
  padding: 40px 0 20px;
  display: block;
  text-align: center;
  font-weight: 500;
}

.c-footer-logo-anchor {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .c-footer-logo-anchor {
    top: -50px;
    font-size: 18px;
  }
}

.c-footer-logo-anchor span {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .c-footer-logo-anchor span {
    font-size: 22px;
  }
}

.c-footer-list {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  margin-left: auto;
}
@media only screen and (max-width: 1300px) {
  .c-footer-list {
    width: 60%;
  }
}
@media only screen and (max-width: 1050px) {
  .c-footer-list {
    width: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-list {
    display: none;
  }
}

.c-footer-listin-anchor {
  width: 25%;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #111;
}
@media only screen and (max-width: 1050px) {
  .c-footer-listin-anchor {
    font-size: 1.4rem;
  }
}

.c-footer-bar {
  width: 100%;
  height: 10px;
  background-color: #b59f6e;
}

/* ======================================================
_custom.scss
====================================================== */
.a-fadein {
  -webkit-animation: a-fadein 0.8s both 0.4s ease;
  animation: a-fadein 0.8s both 0.4s ease;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
