@charset "UTF-8";
/* --------
[コーディングルール]
・基本classのみ使用し、idはアンカーやJSで使用
・class名、フォルダ名、ファイル名はハイフン(-）区切り
・トップページはロゴを<h1>、他のページはロゴを<p>でページタイトルを<h1>にする
・メディアクエリーはPCファーストで、@media (max-width: 767px) {}を使用
-------- */
/* reset -------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 13px;
  color: #000;
  /*
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  */
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
address,
small,
i {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

ol,
ul,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img,
object,
embed {
  border: 0;
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

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

th {
  text-align: left;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

/* all -------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0;
  padding-top: 71.42%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }

  .over {
    transition: opacity 0.3s;
  }

  .over:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }
}
/* footer -------- */


.footer-inner {
  position: relative;
  /* max-width: 990px; */
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 180px;
}

.footer .logo {
  position: relative;
  z-index: 2;
  float: left;
  padding-top: 35px;
}

.footer .gnav {
  position: absolute;
  left: 230px;
  /*0*/
  z-index: 1;
  top: 48px;
  /*44px*/
  /*width: 100%;
  text-align: center;*/
}

.footer .gnav li {
  display: inline-block;
}

.footer .gnav a {
  display: inline-block;
  padding: 10px 6px;
  /*font-family: "Barlow Condensed";*/
  font-size: 18px;
  /*23px*/
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.footer .sns {
  position: relative;
  z-index: 2;
  float: right;
  padding-top: 120px;
  /*59px→100px */
}

.footer .sns li {
  float: left;
  margin-left: 19px;
  /*15px*/
}

.footer .sns li a {
  display: inline-block;
}

.footer .sns li.contact {
  position: relative;
  top: -5px;
  margin-left: 32px;
  /*24px*/
}

.footer .sns li.contact a {
  padding: 0 22px;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  background-color: #fff;
}

.footer .sns li.privacy {
  position: absolute;
  right: 5px;
  bottom: -30px;
  /*-70px*/
}

.footer .sns li.privacy a {
  line-height: 1;
  padding: 0 9px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  /*font-family: "Barlow Condensed";*/
  font-size: 15px;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.footer .copyright {
  clear: both;
  padding-top: 35px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  /*font-family: "Barlow Condensed";*/
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1000px) {
  /*  .footer .logo {
      width: 125px;
      padding-top: 47px;
    }
    .footer .gnav {
      padding-left: 170px;
      font-size: 20px;
      text-align: left;
    }
    .footer .gnav a {
      padding: 10px 4px;
    }*/
}
@media (max-width: 950px) {
  /*  .footer .sns {
      padding-top: 99px;
    }
    .footer .sns li.privacy {
      bottom: -30px;
    }*/
}
@media (max-width: 930px) {
  /*  .footer .gnav {
      padding-left: 100px;
    }*/
  /* .footer .sns {
     padding-top: 99px;
   }*/
  .footer .sns li.privacy {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    height: 370px;
    /*384px*/
    padding: 0 20px;
  }

  .footer .logo {
    position: absolute;
    left: 20px;
    bottom: 34px;
    float: none;
    padding: 0;
  }

  .footer .gnav {
    position: relative;
    left: auto;
    top: auto;
    text-align: left;
    padding: 22px 0 0 7px;
  }

  .footer .gnav li {
    display: block;
    float: left;
    width: 50%;
  }

  .footer .gnav a {
    display: block;
    padding: 10px 6px;
    font-size: 18px;
  }

  .footer .sns {
    float: none;
    padding-top: 15px;
    padding-left: 12px;
    padding-bottom: 20px;
    /*25px*/
    border-bottom: 1px solid #fff;
  }

  .footer .sns li {
    margin-left: 0;
    margin-right: 15px;
  }

  .footer .sns li.contact {
    position: relative;
    float: right;
    top: -5px;
    width: 50%;
    margin: 0;
  }

  .footer .sns li.contact a {
    padding: 0 45px 0 10px;
    font-size: 18px;
  }

  .footer .sns li.privacy {
    right: 5px;
    bottom: -97px;
    margin: 0;
  }

  .footer .sns li.privacy a {
    padding: 0 5px;
    font-size: 12px;
  }

  .footer .copyright {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 8px;
    /*font-family: "Barlow Condensed";*/
    color: #fff;
  }
}
.totop {
  text-align: center;
  margin-top: 100px;
}

.totop a {
  display: inline-block;
  /*font-family: "Barlow Condensed";*/
  font-size: 18px;
  text-decoration: none;
}

.totop a:before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
}

/* header -------- */
.header-wrap {
  height: 100px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
  opacity: 0.85;
}

.header-inner {
  position: relative;
  /* max-width: 990px; */
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  /* 0 15px*/
  height: 100px;
}

.header-inner h1 {
  display: block;
  width: 400px;
  position: absolute;
  top: 21px;
  left: 180px;
  color: #555;
}

@media (max-width: 767px) {
  .header-inner h1 {
    display: block;
    width: 100%;
    top: 55px;
    left: 0;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    background-color: #111;
  }
}
.header .logo {
  position: relative;
  z-index: 2;
  float: left;
  padding-top: 7px;
  /*17px*/
}

.header .gnav {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 50px;
  /*22px*/
  width: 100%;
  text-align: center;
  letter-spacing: -0.4em;
}

.header .gnav li {
  display: inline-block;
  letter-spacing: normal;
  width: 12.5%;
  /*16.6666667%*/
}

@media (min-width: 768px) {
  .header .gnav li.sp {
    display: none;
  }
}

.header .gnav a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  /*10px 6px*/
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  /*23px*/
}

.header .sns {
  position: relative;
  z-index: 2;
  float: right;
  padding-top: 15px;
  /*37px*/
}

.header .sns li {
  float: left;
  margin-left: 10px;
  /*17px*/
}

.header .sns li a {
  display: block;
}

.header .icon-tel {
  position: absolute;
  top: -33px;
  right: 120px;
  width: 205px;
  height: 22px;
}

.header .icon-tel img {
  width: 205px;
  height: auto;
}

.header .logo img.pc {
  width: 130px;
  height: auto;
}

@media (min-width: 768px) {
  body.admin-bar .header {
    top: 32px;
  }

  .header .gnav a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 2px;
    margin-top: -1px;
    /* background-color: #cf1e28; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header .gnav a:hover:after {
    left: 0;
    width: 100%;
  }

  .header .gnav a.current:after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .header .gnav {
    padding-left: 0;
    /* 100px*/
  }
}
@media (max-width: 767px) {
  .header-wrap {
    height: 55px;
  }

  body.admin-bar .header-wrap {
    height: 0;
  }

  .header-inner {
    height: 55px;
  }

  .header .logo {
    padding-top: 10px;
  }

  .header .gnav {
    display: none;
    top: 0;
    left: auto;
    right: 0;
    width: 200px;
    /*160px*/
    padding-left: 0;
    background-color: #000;
  }

  .header .gnav ul {
    padding: 60px 0 20px;
  }

  .header .gnav li {
    display: block;
    width: inherit;
  }

  .header .gnav a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    /* text-align: left; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  

  .header .gnav li.contact a span {
    display: block;
    background-color: #fff;
    text-align: center;
  }

  .header .gnav li.lang {
    text-align: center;
  }

  .header .gnav li.lang a {
    display: inline-block;
    position: relative;
  }

  .header .gnav li.lang a.jp {
    padding: 10px 8px 10px 10px;
  }

  .header .gnav li.lang a.jp:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    width: 1px;
    height: 17px;
    background-color: #fff;
  }

  .header .gnav li.lang a.en {
    padding: 10px 10px 10px 5px;
  }

  .header .sns {
    padding: 17px 60px 0 0;
    /*17px 40px 0 0*/
  }

  .header .sns li {
    margin-left: 13px;
  }

  .header .sns li a {
    position: relative;
  }

  .header .sns li a .close {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
  }

  body.is-sp-nav-open .header .sns li a .close {
    opacity: 1;
  }

  .header .sp-menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }

  .header .sp-menu a {
    display: block;
    width: 55px;
    height: 55px;
  }

  .header .sp-menu span,
.header .sp-menu span:before,
.header .sp-menu span:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #000;
    transition: 0.3s;
  }

  .header .sp-menu span:before {
    content: "";
    margin-top: -8px;
  }

  .header .sp-menu span:after {
    content: "";
    margin-top: 6px;
  }

  body.is-sp-nav-open .header .sp-menu span {
    background: transparent;
  }

  body.is-sp-nav-open .header .sp-menu span:before {
    margin-top: -2px;
    margin-left: -2px;
    height: 2px;
    width: 26px;
    background: #fff;
    transform: rotate(-135deg);
  }

  body.is-sp-nav-open .header .sp-menu span:after {
    margin-top: -2px;
    margin-left: -2px;
    height: 2px;
    width: 26px;
    background: #fff;
    transform: rotate(-45deg);
  }
}
/* --------
[content.cssについて]
・コンテンツの共通レイアウトと共通タグを記述
・共通タグは必ず.page-allを付ける（.page-allを外すと解除できるため）
-------- */
/* layout -------- */
.content {
  line-height: 1.86;
  font-size: 15px;
}

.content-inner {
  overflow: hidden;
  padding: 0 0 40px;
}

.content-title {
  line-height: 1;
  padding: 20px 0;
  font-size: 120px;
  /*font-family: "Barlow Condensed";*/
  text-align: center;
}

.content-bread ul {
  max-width: 980px;
  margin: 0 auto;
  padding: 15px;
}

.content-bread li {
  display: inline-block;
}

@media (max-width: 767px) {
  .content {
    font-size: 11px;
  }

  .content-title {
    font-size: 45px;
  }

  .content-inner {
    padding: 0 0 30px;
  }
}
/* wordpress editor -------- */
.page-all .aligncenter {
  display: block;
  margin: 0 auto;
}

.page-all .alignright {
  float: right;
}

.page-all .alignleft {
  float: left;
}

.page-all img[class*=wp-image-],
.page-all img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

/* tag -------- */
.page-all a {
  color: #03c;
  text-decoration: none;
}

.page-all a:hover {
  color: #69f;
}

.page-all h2 {
  margin: 30px 0 20px;
  font-size: 80px;
  /*font-family: "Barlow Condensed";*/
  letter-spacing: 0.02em;
  text-align: center;
}

.page-all h3 {
  margin: 30px 0 20px;
  font-size: 50px;
  /*font-family: "Barlow Condensed";*/
  text-align: center;
}

.page-all p,
.page-all ul,
.page-all ol,
.page-all table {
  margin-bottom: 20px;
}

.page-all li {
  margin-bottom: 10px;
}

.page-all ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.page-all ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.page-all hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #999;
}

.page-all table {
  width: 100%;
}

.page-all th {
  width: 150px;
  padding: 10px 20px;
  border: 1px solid #999;
  background-color: #eee;
}

.page-all td {
  padding: 10px 20px;
  border: 1px solid #999;
}

@media (max-width: 767px) {
  .page-all h2 {
    font-size: 27px;
  }
}
/* --------
[page.cssについて]
・各ページごとのCSSを記述
・必ず.page-homeなど各ページごとのclassを付ける
-------- */
/* common -------- */
.visual img {
  width: 100%;
}

.visual-slider {
  width: 100%;
}

.visual-slider .slick-slide {
  padding: 0;
}

.visual-slider .slick-slide img {
  width: 100%;
}

.page-title {
  /*font-family: "Barlow Condensed";*/
  font-size: 85px;
  line-height: 1;
  text-align: center;
  margin: 30px 0px;
}

.totop {
  text-align: center;
  margin-top: 100px;
}

.totop a {
  display: inline-block;
  /*font-family: "Barlow Condensed";*/
  font-size: 18px;
  text-decoration: none;
}

.totop a:before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .page-title {
    margin: 20px 0 10px;
    font-size: 45px;
  }

  .totop {
    margin-top: 40px;
  }

  .totop a {
    font-size: 14px;
  }

  .totop a:before {
    height: 40px;
  }
}
/* pagenav */
.pagenav {
  text-align: center;
}

.pagenav a,
.pagenav .current {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 10px;
  padding: 0;
  border: 1px solid #000000;
  text-align: center;
  line-height: 48px;
  /*font-family: "Barlow Condensed";*/
  font-size: 30px;
  text-decoration: none;
  color: #000000;
}

.pagenav a:hover,
.pagenav .current {
  width: 48px;
  height: 48px;
  border: 1px solid #000000;
  background-color: #000000;
  text-align: center;
  line-height: 48px;
  /*font-family: "Barlow Condensed";*/
  font-size: 30px;
  text-decoration: none;
  color: #ffffff;
}

.pagenav .previouspostslink,
.pagenav .nextpostslink {
  line-height: 48px;
  /*font-family: "Barlow Condensed";*/
  font-size: 30px;
  text-decoration: none;
  color: #000000;
  border: none;
}

.pagenav .extend {
  border: none;
}

.pagenav .extend:before {
  content: "・・・";
}

@media (max-width: 767px) {
  .pagenav a,
.pagenav span,
.pagenav a:hover,
.pagenav .current,
.pagenav .previouspostslink,
.pagenav .nextpostslink {
    margin: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
  }
}
/* page-home -------- */
.page-home .content-inner {
  overflow: hidden;
}

/* sec */
.page-home .sec .container {
  position: relative;
}

.page-home .sec h2 {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 5;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: right top;
  -webkit-transform-origin: right top;
  line-height: 1;
  font-size: 120px;
  /*font-family: "Barlow Condensed";*/
}

.page-home .about-sec h2,
.page-home .project-sec h2 {
  right: 130px;
}

.page-home .sec .ini {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  /*font-family: "Barlow Condensed";*/
}

@media (min-width: 768px) {
  .page-home .sec a.image-over:hover {
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    transition: opacity 0.3s;
  }
}
.page-home .sec .link span {
  display: inline-block;
  background-color: #000;
  width: 130px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  font-size: 20px;
  /*font-family: "Barlow Condensed";*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-home .sec .wide {
  position: relative;
  height: 0;
  padding-top: 24.84%;
}

.page-home .sec .wide p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page-home .sec .wide p:last-child {
  opacity: 0;
  animation: home-wide 5s 1.5s infinite alternate linear;
  -webkit-animation: home-wide 5s 1.5s infinite alternate linear;
}

@keyframes home-wide {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.page-home .sec .wide img {
  width: 100%;
}

@media (max-width: 767px) {
  .page-home .sec h2 {
    right: 100%;
    margin-right: 10px;
    font-size: 55px;
  }

  .page-home .about-sec h2,
.page-home .project-sec h2 {
    right: 50px;
    margin-right: 0;
  }

  .page-home .sec .ini img {
    max-height: 110px;
  }

  .page-home .sec .link span {
    font-size: 16px;
  }

  .page-home .sec .wide {
    padding-top: 40%;
    overflow: hidden;
  }

  .page-home .sec .wide p {
    margin: 0 -30%;
  }
}
/* visual-sec */
.page-home .visual-sec {
  display: none;
  position: relative;
}

.page-home .visual-sec .skip {
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 10;
}

.page-home .visual-sec .skip a {
  color: #fff;
  font-size: 20px;
  /*font-family: "Barlow Condensed";*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-home .visual-sec .scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  font-size: 18px;
  /*font-family: "Barlow Condensed";*/
}

.page-home .visual-sec .scroll:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 1px;
  height: 80px;
  background-color: #000;
}

@media (max-width: 767px) {
  .page-home .visual-sec {
    overflow: visible;
  }

  .page-home .visual-sec .skip {
    right: 27%;
    bottom: 5px;
  }

  .page-home .visual-sec .skip a {
    font-size: 16px;
  }

  .page-home .visual-sec .scroll {
    position: relative;
    bottom: auto;
    padding-top: 8px;
    font-size: 14px;
  }

  .page-home .visual-sec .scroll:after {
    bottom: -40px;
    height: 40px;
  }
}
/* visual-sec2 */
.page-home .visual-sec2 .home-slider .slick-slide {
  padding: 0;
  text-align: center;
  background-color: #000;
}

.page-home .visual-sec2 .home-slider .slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

.page-home .visual-sec2 .home-slider .slick-slide .image {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-home .visual-sec2 .text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-home .visual-sec2 .text {
  margin-bottom: 70px;
  padding-top: 164px;
}

.page-home .visual-sec2 .btn span {
  display: inline-block;
  background-color: #fff;
}

.page-home .visual-sec2 .btn a {
  display: inline-block;
  width: 130px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  /*font-family: "Barlow Condensed";*/
  text-align: center;
}

.page-home .visual-sec2 .scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  font-size: 18px;
  /*font-family: "Barlow Condensed";*/
}

.page-home .visual-sec2 .scroll:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 1px;
  height: 80px;
  background-color: #000;
}

@media (max-width: 767px) {
  .page-home .visual-sec2 .home-slider .slick-slide .image {
    height: 340px;
  }

  .page-home .visual-sec2 .text-wrap {
    text-align: center;
  }

  .page-home .visual-sec2 .text {
    margin-bottom: 40px;
    padding-top: 70px;
  }

  .page-home .visual-sec2 .btn span {
    display: inline-block;
    background-color: #fff;
  }

  .page-home .visual-sec2 .btn a {
    width: 110px;
    font-size: 16px;
  }

  .page-home .visual-sec2 .scroll {
    position: relative;
    bottom: auto;
    padding-top: 8px;
    font-size: 14px;
  }

  .page-home .visual-sec2 .scroll:after {
    bottom: -40px;
    height: 40px;
  }
}
/* news-sec */
.page-home .news-sec {
  padding: 130px 0 30px;
}

.page-home .news-sec .container {
  min-height: 385px;
}

.page-home .news-sec h2 {
  top: 30px;
}

.page-home .news-sec .news-list {
  position: absolute;
  right: 0;
  top: 85px;
  width: 35%;
}

.page-home .news-sec .news-list a {
  display: block;
}

.page-home .news-sec .news-list .date {
  margin-bottom: 10px;
  font-size: 23px;
  /*font-family: "Barlow Condensed";*/
}

.page-home .news-sec .news-list .date span {
  display: block;
  max-width: 200px;
  border-bottom: 1px solid #000;
}

.page-home .news-sec .news-list .text {
  font-size: 18px;
}

@media (max-width: 767px) {
  .page-home .news-sec {
    padding: 65px 0 10px;
  }

  .page-home .news-sec .container {
    min-height: 262px;
  }

  .page-home .news-sec h2 {
    top: 60px;
  }

  .page-home .news-sec .news-list {
    top: 144px;
    width: 100%;
    padding-left: 60px;
  }

  .page-home .news-sec .news-list .date {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .page-home .news-sec .news-list .date span {
    max-width: 100px;
  }

  .page-home .news-sec .news-list .text {
    font-size: 12px;
  }
}
/* page-news -------- */
.page-news .box {
  margin-bottom: 100px;
  -webkit-display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
}

.page-news .box .thumb {
  width: 400px;
  padding-right: 50px;
}

.page-news .box .text-wrap {
  width: 560px;
  position: relative;
}

.page-news .box .text-wrap .date {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.page-news .box .text-wrap .title {
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-news .box .text-wrap .title .label {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 15px;
}

.page-news .box .text-wrap .title h2 {
  font-size: 16px;
  display: inline-block;
}

.page-news .box .text-wrap .text {
  font-size: 14px;
  line-height: 1.86;
  padding-bottom: 40px;
}

.page-news .box .text-wrap .more {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.page-news .box .text-wrap .more a {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .page-news .page-title {
    margin-bottom: 40px;
  }

  .page-news .box {
    max-width: 390px;
    margin: 0 auto 45px;
    -webkit-display: block;
    -ms-display: block;
    -webkit-display: block;
    display: block;
  }

  .page-news .box .thumb {
    width: auto;
    padding: 0 20px 20px;
  }

  .page-news .box .text-wrap {
    width: auto;
  }

  .page-news .box .text-wrap .date {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .page-news .box .text-wrap .date .label {
    display: inline-block;
    margin-left: 10px;
  }

  .page-news .box .text-wrap .title h2 {
    font-size: 13px;
  }

  .page-news .box .text-wrap .text {
    padding-bottom: 20px;
    font-size: 11px;
  }

  .page-news .box .text-wrap .more {
    position: relative;
    text-align: right;
  }

  .page-news .box .text-wrap .more a {
    font-size: 16px;
  }
}
/* about-sec */
.page-home .about-sec {
  padding-bottom: 185px;
}

.page-home .about-sec .box1 {
  position: relative;
  clear: both;
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 40px;
}

.page-home .about-sec .box1 .image {
  float: left;
  width: 52.25%;
}

.page-home .about-sec .box1 .text1 {
  position: absolute;
  left: 57.65%;
  bottom: 70px;
  font-size: 20px;
}

.page-home .about-sec .box1 .link {
  position: absolute;
  left: 57.65%;
  bottom: 0;
}

@media (max-width: 767px) {
  .page-home .about-sec {
    padding-bottom: 69px;
  }

  .page-home .about-sec h2 {
    top: 60px;
  }

  .page-home .about-sec .box1 {
    padding-top: 56px;
  }

  .page-home .about-sec .box1 .image {
    float: none;
    width: auto;
    padding-right: 50px;
  }

  .page-home .about-sec .box1 .box-inner {
    padding: 15px 15px 0 20px;
  }

  .page-home .about-sec .box1 .text1 {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .page-home .about-sec .box1 .link {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: right;
    padding-right: 20px;
  }
}
/* goodstory-sec */
.page-home .goodstory-sec {
  padding-top: 120px;
  padding-bottom: 130px;
}

.page-home .goodstory-sec .ini {
  top: 160px;
}

.page-home .goodstory-sec h2 {
  width: 530px;
}

.page-home .goodstory-sec .topmes {
  position: absolute;
  left: 19%;
  top: 0;
  font-size: 20px;
}

.page-home .goodstory-sec .box .box-inner {
  position: relative;
}

.page-home .goodstory-sec .box .text1 {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 50px;
  /*font-family: "Barlow Condensed";*/
}

.page-home .goodstory-sec .box .text2 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 28px;
}

.page-home .goodstory-sec .box .text3 {
  max-width: 600px;
  font-size: 18px;
}

.page-home .goodstory-sec .box1 {
  float: right;
  max-width: 787px;
  padding: 290px 0 125px;
}

.page-home .goodstory-sec .box1 .image {
  margin-bottom: 40px;
}

.page-home .goodstory-sec .box1 .link {
  position: absolute;
  right: 0;
  top: 15px;
}

.page-home .goodstory-sec .box2 {
  position: relative;
  clear: both;
  max-width: 1030px;
  margin: 0 auto 145px;
  padding: 0 0 0;
}

.page-home .goodstory-sec .box2 .image {
  float: left;
  width: 59%;
}

.page-home .goodstory-sec .box2 .box-inner {
  float: right;
  width: 38.5%;
}

.page-home .goodstory-sec .box2 .text1 {
  margin-top: -10px;
}

.page-home .goodstory-sec .box2 .link {
  position: absolute;
  left: 61.5%;
  bottom: 0;
}

@media (max-width: 767px) {
  .page-home .goodstory-sec {
    padding-top: 60px;
    padding-bottom: 69px;
  }

  .page-home .goodstory-sec .ini {
    top: 0;
  }

  .page-home .goodstory-sec h2 {
    width: 300px;
  }

  .page-home .goodstory-sec .topmes {
    position: relative;
    left: auto;
    font-size: 13px;
    padding: 140px 0 0 40px;
  }

  .page-home .goodstory-sec .box .text1 {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .page-home .goodstory-sec .box .text2 {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .page-home .goodstory-sec .box .text3 {
    font-size: 12px;
  }

  .page-home .goodstory-sec .box1 {
    padding: 55px 0 42px;
  }

  .page-home .goodstory-sec .box1 .image {
    margin: 20px -20px 20px 25px;
  }

  .page-home .goodstory-sec .box1 .link {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    text-align: right;
  }

  .page-home .goodstory-sec .box2 {
    margin-bottom: 59px;
  }

  .page-home .goodstory-sec .box2 .image {
    float: none;
    width: auto;
    margin: 0 40px 25px 0;
  }

  .page-home .goodstory-sec .box2 .box-inner {
    float: none;
    width: auto;
    padding: 0 20px;
  }

  .page-home .goodstory-sec .box2 .text1 {
    margin-top: 0;
  }

  .page-home .goodstory-sec .box2 .link {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 15px;
    padding: 0 20px;
    text-align: right;
  }
}
/* page-goodstory -------- */
.page-goodstory .sec2 {
  padding-top: 15px;
}

.page-goodstory .sec2 .box {
  margin-bottom: 10px;
}

.page-goodstory .sec2 .box a {
  display: block;
}

.page-goodstory .sec2 .box-inner {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-goodstory .sec2 .box .info {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
}

.page-goodstory .sec2 .box .info h2 {
  line-height: 1.2;
  /*font-family: "Barlow Condensed";*/
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .page-goodstory .sec2 .box-inner {
    height: 150px;
  }

  .page-goodstory .sec2 .box .info {
    left: 15px;
    top: 50%;
    font-size: 14px;
  }

  .page-goodstory .sec2 .box .info h2 {
    font-size: 36px;
  }
}
/* project-sec */
.page-home .project-sec .sec-inner {
  padding: 165px 0 155px;
  text-align: center;
}

.page-home .project-sec .link {
  margin-top: -30px;
  margin-left: 16.8%;
  text-align: left;
}

@media (max-width: 767px) {
  .page-home .project-sec h2 {
    top: 64px;
  }

  .page-home .project-sec .sec-inner {
    padding: 134px 0 70px;
  }

  .page-home .project-sec .image {
    margin: 0 -20px;
  }

  .page-home .project-sec .link {
    margin-top: 20px;
    margin-left: 0;
    text-align: right;
  }
}
/* page-project -------- */
.page-project .catnav-sec {
  z-index: 9;
}

.page-project .catnav-sec .catnav {
  padding-top: 20px;
  margin-bottom: 3%;
}

.page-project .catnav-sec .catnav li {
  float: left;
  width: 19.5%;
  margin-right: 0.5%;
  margin-bottom: 1%;
}

.page-project .catnav-sec .catnav li:nth-child(6n+1) {
  /*clear: both;*/
}

.page-project .catnav-sec .catnav li:nth-child(9n) {
  margin-right: 0;
}

.page-project .catnav-sec .catnav a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #b4b4b5;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-project .catnav-sec .catnav .current a {
  background-color: #000000;
}

@media screen and (max-width: 1000px) {
  .page-project .catnav-sec .catnav {
    padding-bottom: 20px;
  }

  .page-project .catnav-sec .catnav li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .page-project .catnav-sec .catnav li:nth-child(3n+1) {
    clear: both;
  }

  .page-project .catnav-sec .catnav li:nth-child(3n) {
    margin-right: 0;
  }

  .page-project .catnav-sec .catnav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-project .catnav-sec .catnav {
    padding-bottom: 40px;
  }

  .page-project .catnav-sec .catnav li {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }

  .page-project .catnav-sec .catnav li:nth-child(3n+1) {
    clear: none;
  }

  .page-project .catnav-sec .catnav li:nth-child(3n) {
    margin-right: 2.5%;
  }

  .page-project .catnav-sec .catnav li:nth-child(2n+1) {
    clear: both;
  }

  .page-project .catnav-sec .catnav li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .page-project .boxes {
    display: flex;
    justify-content: space-between;
  }
}
.page-project .box {
  position: relative;
  margin-bottom: 42px;
  width: 32%;
}

.page-project .box .wide-images {
  margin-bottom: 30px;
}

.page-project .box .wide-images .image1 {
  position: relative;
  float: left;
  width: 44%;
  overflow: hidden;
}

.page-project .box .wide-images .image1 span {
  position: relative;
  display: block;
  height: 1px;
  padding-top: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-project .box.is-even .wide-images .image1 {
  width: 55%;
}

.page-project .box.is-even .wide-images .image1 span {
  padding-top: 64%;
}

.page-project .box .wide-images .image2 {
  position: relative;
  float: right;
  width: 55%;
  overflow: hidden;
}

.page-project .box .wide-images .image2 span {
  position: relative;
  display: block;
  height: 1px;
  padding-top: 64%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-project .box.is-even .wide-images .image2 {
  width: 44%;
}

.page-project .box.is-even .wide-images .image2 span {
  padding-top: 80%;
}

.page-project .box .wide-images span {
  transition: all 0.3s;
  cursor: pointer;
}

.page-project .box .wide-images span:hover {
  z-index: 1;
  transform: scale(1.05);
}

.page-project .box-inner {
  position: relative;
  -webkit-display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.page-project .box-inner .text-wrap.sp {
  cursor: pointer;
}

.page-project .box-inner:hover .text-wrap.pc h2 {
  color: #fff;
  background-color: #b4b4b5;
  transition: background-color 0.5s;
  transition: color 0.3s;
}

.page-project .box-inner:hover .text-wrap.pc .btn-more {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.page-project .box .thumb {
  order: 1;
}

.page-project .box .text-wrap {
  order: 2;
}

.page-project .box.is-odd .thumb {
  order: 1;
}

@media all and (-ms-high-contrast: none) {
  .page-project .box.is-odd .thumb {
    order: 1;
    height: 100%;
  }
}
.page-project .box.is-odd .text-wrap {
  order: 2;
}

.page-project .box.is-even .thumb {
  order: 2;
}

.page-project .box.is-even .text-wrap {
  order: 1;
}

.page-project .box .text-wrap-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page-project .box .btn-more {
  position: absolute;
  left: 60%;
  bottom: 5px;
}

.page-project .box .thumb {
  width: 100%;
}

.page-project .box.is-even .thumb {
  padding-right: 0;
  padding-left: 50px;
}

.page-project .box .thumb .project-slider .slick-slide {
  padding: 0;
}

.page-project .box .thumb .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transition: opacity 0.3s;
}

.page-project .box .thumb .bg img {
  width: 100%;
}

.project-slider-modal .slick-slide span {
  display: block;
  height: 0;
  padding-top: 66.64%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.project-slider-modal .slick-slide img {
  width: 100%;
}

.project-slider-modal-arrows div.slick-prev,
.project-slider-modal-arrows div.slick-next,
.project-slider-modal-arrows .slick-prev:before,
.project-slider-modal-arrows .slick-next:before {
  display: none;
}

.project-slider-modal-arrows .slick-prev {
  left: 20px;
  transform: translateX(0);
  width: 20px;
  height: 20px;
}

.project-slider-modal-arrows .slick-prev:after {
  content: "＜";
  display: inline-block;
  font-size: 20px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.project-slider-modal-arrows .slick-next {
  right: 20px;
  transform: translateX(0);
  width: 20px;
  height: 20px;
}

.project-slider-modal-arrows .slick-next:after {
  content: "＞";
  display: inline-block;
  font-size: 20px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.page-project .box .text-wrap {
  width: 100%;
  position: relative;
}

.page-project .box .text-wrap-inner {
  position: relative;
}

.page-project .box .text-wrap .cat {
  min-height: 30px;
  margin-top: 5px;
}

.page-project .box .text-wrap .cat a {
  width: 90px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s;
}

.page-project .box .text-wrap .cat a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.page-project .box .text-wrap .title {
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-project .box .text-wrap .title .label {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 15px;
}

.page-project .box .text-wrap h2 {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}

.page-project .box .text-wrap .label {
  margin-bottom: -5px;
  /*font-family: "Barlow Condensed";*/
  font-size: 10px;
  color: #9fa0a0;
}

.page-project .box .text-wrap .more {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.page-project .box .text-wrap .more a {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-project .box .text-wrap .arrow {
  position: absolute;
  right: 0;
  top: 50%;
}

.page-project .box .text-wrap .arrow .slick-prev {
  display: none;
}

.page-project .box .text-wrap .arrow .slick-next {
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  line-height: 1.5;
  position: relative;
  top: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 59px;
  height: 25px;
  background: url(../images/project/slider-next.png) no-repeat center center;
  background-size: 59px 25px;
}

.page-project .box.is-even .text-wrap .arrow .slick-next {
  background-image: url(../images/project/slider-next2.png);
}

.page-project .box .text-wrap .total {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 82px;
  font-size: 50px;
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
}

.page-project .box .text-wrap .total .num1 {
  position: absolute;
  left: 4px;
  top: -16px;
}

.page-project .box .text-wrap .total .num2 {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.page-project .box .text-wrap .total:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

@media screen and (max-width: 767px) {
  .page-project .page-title {
    margin-bottom: 40px;
  }

  .page-project .page-title img {
    width: 185px;
  }

  .page-project .box .text-wrap .cat {
    min-height: 30px;
    margin-top: -20px;
    /*margin-bottom: 5px;*/
  }

  /*  .page-project .sec2{
      padding-left: 25px;
      padding-right: 25px;
    }*/
  .page-project .project-slider-sp {
    margin-bottom: 30px;
  }

  .page-project .box {
    max-width: 490px;
    margin: -55px auto 45px;
    padding-top: 55px;
    width: 100%;
  }

  .page-project .box-inner {
    -webkit-display: block;
    -ms-display: block;
    -webkit-display: block;
    display: block;
    padding: 0;
  }

  .page-project .box .thumb {
    width: auto;
    padding: 0 0 20px;
  }

  .page-project .box.is-even .thumb {
    padding: 0 0 20px;
  }

  .page-project .box .text-wrap {
    width: auto;
  }

  .page-project .box .text-wrap .cat {
    /*margin-bottom: 10px;*/
  }

  .page-project .box .text-wrap .cat a {
    width: 90px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }

  .page-project .box .text-wrap h2 {
    font-size: 14px;
  }

  .page-project .box .text-wrap .label {
    font-size: 11px;
  }

  .page-project .box .text-wrap .more {
    position: relative;
    text-align: right;
    margin-top: -32px;
  }

  .page-project .box .text-wrap .more a {
    font-size: 16px;
  }

  .page-project .box .text-wrap .arrow {
    top: 0;
  }

  .page-project .box.is-even .text-wrap .arrow .slick-next {
    background-image: url(../images/project/slider-next.png);
  }

  .page-project .box .text-wrap .total {
    bottom: auto;
    top: 45px;
    font-size: 25px;
    width: 50px;
    height: 50px;
  }

  .page-project .box .text-wrap .total:before {
    width: 64px;
  }

  .page-project .box .text-wrap .total .num1 {
    top: -2px;
  }

  .page-project .box .text-wrap .total .num2 {
    bottom: -5px;
    right: 4px;
  }

  .project-slider-modal .slick-slide {
    padding: 0;
  }

  .project-slider-modal-arrows .slick-prev {
    left: 8px;
  }

  .project-slider-modal-arrows .slick-next {
    right: 8px;
  }

  .project-slider-sp-wrap {
    position: relative;
  }

  .project-slider-sp .slick-slide span {
    display: block;
    height: 0;
    padding-top: 66.64%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .project-slider-sp .slick-slide img {
    width: 100%;
  }

  .project-slider-sp-arrows div.slick-prev,
.project-slider-sp-arrows div.slick-next,
.project-slider-sp-arrows .slick-prev:before,
.project-slider-sp-arrows .slick-next:before {
    display: none;
  }

  .project-slider-sp-arrows .slick-prev {
    left: 20px;
    transform: translateX(0);
    width: 20px;
    height: 20px;
  }

  .project-slider-sp-arrows .slick-prev:after {
    content: "＜";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    color: #000;
  }

  .project-slider-sp-arrows .slick-next {
    right: 20px;
    transform: translateX(0);
    width: 20px;
    height: 20px;
  }

  .project-slider-sp-arrows .slick-next:after {
    content: "＞";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    color: #000;
  }

  .project-slider-sp .slick-slide {
    padding: 0;
  }

  .project-slider-sp-arrows .slick-prev {
    left: -22px;
  }

  .project-slider-sp-arrows .slick-next {
    right: -22px;
  }
}
/* page-project-single -------- */
.page-project-single h2 {
  font-size: 80px;
  text-align: center;
  margin: 30px 0 25px;
  /*font-family: "Barlow Condensed";*/
}

.page-project-single .box {
  margin-bottom: 100px;
  -webkit-display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
}

.page-project-single .box.is-odd .thumb {
  order: 1;
}

.page-project-single .box.is-odd .text-wrap {
  order: 2;
}

.page-project-single .box.is-even .thumb {
  order: 2;
}

.page-project-single .box.is-even .text-wrap {
  order: 1;
}

.page-project-single .box .thumb {
  width: 530px;
  padding-right: 50px;
}

.page-project-single .box.is-even .thumb {
  padding-right: 0;
  padding-left: 50px;
}

.page-project-single .box .thumb .project-slider .slick-slide {
  padding: 0;
}

.page-project-single .box .thumb .bg {
  background-repeat: no-repeat;
  background-position: center center;
}

.page-project-single .box .thumb .bg img {
  width: 100%;
}

.page-project-single .box .text-wrap {
  width: 430px;
  position: relative;
}

.page-project-single .box .text-wrap .cat {
  min-height: 30px;
  margin-bottom: 25px;
}

.page-project-single .box .text-wrap .cat a {
  display: inline-block;
  width: 130px;
  height: 30px;
  margin-right: 5px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s;
}

.page-project-single .box .text-wrap .cat a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.page-project-single .box .text-wrap .title {
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-project-single .box .text-wrap .title .label {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 15px;
}

.page-project-single .box .text-wrap .copy {
  margin-top: -8px;
  margin-bottom: 50px;
  font-size: 18px;
}

.page-project-single .box .text-wrap h3 {
  font-size: 18px;
}

.page-project-single .box .text-wrap .label {
  margin-top: 10px;
  margin-bottom: -5px;
  /*font-family: "Barlow Condensed";*/
  font-size: 16px;
  color: #9fa0a0;
}

.page-project-single .box .text-wrap .more {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.page-project-single .box .text-wrap .more a {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-project-single .box .text-wrap .arrow {
  position: absolute;
  right: 0;
  top: 50%;
}

.page-project-single .box .text-wrap .arrow .slick-prev {
  display: none;
}

.page-project-single .box .text-wrap .arrow .slick-next {
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  line-height: 1.5;
  position: relative;
  top: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 59px;
  height: 25px;
  background: url(../images/project/slider-next.png) no-repeat center center;
  background-size: 59px 25px;
}

.page-project-single .box.is-even .text-wrap .arrow .slick-next {
  background-image: url(../images/project/slider-next2.png);
}

.page-project-single .box .text-wrap .total {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 82px;
  font-size: 50px;
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
}

.page-project-single .box .text-wrap .total .num1 {
  position: absolute;
  left: 4px;
  top: -16px;
}

.page-project-single .box .text-wrap .total .num2 {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.page-project-single .box .text-wrap .total:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.page-project-single .story-con p {
  line-height: 1.9;
  margin-bottom: 45px;
}

.page-project-single .story-con .image p {
  margin: 90px 0;
}

.page-project-single .story-con .text-image-cols .col1 {
  float: left;
  width: 45%;
}

.page-project-single .story-con .text-image-cols .col2 {
  float: right;
  width: 50%;
}

.page-project-single .story-con .image-text-cols .col1 {
  float: left;
  width: 50%;
}

.page-project-single .story-con .image-text-cols .col2 {
  float: right;
  width: 45%;
}

.page-project-single .story-con .text-simage-cols .col1 {
  float: left;
  width: 58.5%;
}

.page-project-single .story-con .text-simage-cols .col2 {
  float: right;
  width: 36.5%;
}

.page-project-single .story-con .simage-text-cols .col1 {
  float: left;
  width: 36.5%;
}

.page-project-single .story-con .simage-text-cols .col2 {
  float: right;
  width: 58.5%;
}

.page-project-single .story-con .image-image-cols .col1 {
  float: left;
  width: 48%;
}

.page-project-single .story-con .image-image-cols .col2 {
  float: right;
  width: 48%;
}

.page-project-single .story-con .image-ltext-cols {
  position: relative;
}

.page-project-single .story-con .image-ltext-cols .col1 {
  width: 58.5%;
}

.page-project-single .story-con .image-ltext-cols .col1 p {
  margin: 70px 0;
}

.page-project-single .story-con .image-ltext-cols .col2 {
  position: absolute;
  left: 63%;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-project-single .story-con .image-ltext-cols .col2 p {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.page-project-single .story-con .ltext p {
  margin: 55px 0;
  font-size: 23px;
  text-align: center;
}

.page-project-single .next-sec {
  display: none;
}

.page-project-single .next-sec .box {
  position: relative;
  border: 2px solid #040000;
}

.page-project-single .next-sec .bg-cover {
  padding-top: 45%;
}

.page-project-single .next-sec .thumb {
  width: 440px;
  padding-right: 40px;
}

.page-project-single .next-sec .text-wrap1 {
  width: 170px;
  padding-right: 20px;
  padding-top: 30px;
}

.page-project-single .next-sec .text-wrap2 {
  width: 350px;
  padding-top: 15px;
}

.page-project-single .next-sec .link {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 20px;
  /*font-family: "Barlow Condensed";*/
}

@media screen and (max-width: 767px) {
  .page-project-single h2 {
    margin: -10px 0 10px;
    font-size: 27px;
  }

  .page-project-single .page-title {
    margin-bottom: 40px;
  }

  .page-project-single .sec1 .copy {
    max-width: 390px;
    margin: 0 auto 30px;
    font-size: 12px;
  }

  .page-project-single .sec2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-project-single .story-con .image {
    overflow: hidden;
    margin: 70px -20px 45px;
  }

  .page-project-single .story-con .image p {
    margin: 0 -30% 0;
  }

  .page-project-single .story-con .text-image-cols .col1 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .text-image-cols .col2 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .text-image-cols .col2 p {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
  }

  .page-project-single .story-con .image-text-cols .col1 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .image-text-cols .col1 p {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
  }

  .page-project-single .story-con .image-text-cols .col2 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .text-simage-cols .col1 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .text-simage-cols .col2 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .text-simage-cols .col2 p {
    margin-bottom: 20px;
    margin-left: -20px;
    padding-right: 125px;
  }

  .page-project-single .story-con .simage-text-cols .col1 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .simage-text-cols .col1 p {
    margin-bottom: 20px;
    margin-right: -20px;
    padding-left: 125px;
    text-align: right;
  }

  .page-project-single .story-con .simage-text-cols .col2 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .image-image-cols .col1 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .image-image-cols .col1 p {
    margin-bottom: 20px;
    margin-left: -20px;
    padding-right: 70px;
  }

  .page-project-single .story-con .image-image-cols .col2 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .image-image-cols .col2 p {
    margin-right: -20px;
    padding-left: 70px;
    text-align: right;
  }

  .page-project-single .story-con .image-ltext-cols {
    position: relative;
  }

  .page-project-single .story-con .image-ltext-cols .col1 {
    width: auto;
  }

  .page-project-single .story-con .image-ltext-cols .col1 p {
    margin: 20px 0;
  }

  .page-project-single .story-con .image-ltext-cols .col2 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .page-project-single .story-con .image-ltext-cols .col2 p {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    font-size: 13px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .page-project-single .story-con .ltext p {
    margin: 45px 0;
    font-size: 13px;
  }

  .page-project-single .box {
    max-width: 390px;
    margin: 0 auto 45px;
    -webkit-display: block;
    -ms-display: block;
    -webkit-display: block;
    display: block;
  }

  .page-project-single .box .thumb {
    width: auto;
    padding: 0 10px 20px;
  }

  .page-project-single .box.is-even .thumb {
    padding: 0 0 20px;
  }

  .page-project-single .box .text-wrap {
    width: auto;
  }

  .page-project-single .box .text-wrap .cat {
    margin-bottom: 10px;
  }

  .page-project-single .box .text-wrap .cat a {
    width: 90px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }

  .page-project-single .box .text-wrap h3 {
    font-size: 14px;
  }

  .page-project-single .box .text-wrap .label {
    font-size: 11px;
  }

  .page-project-single .box .text-wrap .more {
    position: relative;
    text-align: right;
    margin-top: -32px;
  }

  .page-project-single .box .text-wrap .more a {
    font-size: 16px;
  }

  .page-project-single .box .text-wrap .arrow {
    top: 0;
  }

  .page-project-single .box.is-even .text-wrap .arrow .slick-next {
    background-image: url(../images/project/slider-next.png);
  }

  .page-project-single .box .text-wrap .total {
    bottom: auto;
    top: 45px;
    font-size: 25px;
    width: 50px;
    height: 50px;
  }

  .page-project-single .box .text-wrap .total:before {
    width: 64px;
  }

  .page-project-single .box .text-wrap .total .num1 {
    top: -2px;
  }

  .page-project-single .box .text-wrap .total .num2 {
    bottom: -5px;
    right: 4px;
  }

  .page-project-single .box .text-wrap .add-col .col1 {
    float: left;
    width: 49%;
  }

  .page-project-single .box .text-wrap .add-col .col2 {
    float: right;
    width: 49%;
  }

  .page-project-single .next-sec .box .thumb {
    padding: 0;
  }

  .page-project-single .next-sec .box .text-wrap .cat {
    min-height: 0;
  }

  .page-project-single .next-sec .box .text-wrap1 {
    padding: 10px 10px 10px 15px;
  }

  .page-project-single .next-sec .box .text-wrap2 {
    padding: 0;
  }

  .page-project-single .next-sec .box .text-wrap2 p {
    display: none;
  }

  .page-project-single .next-sec .box .text-wrap2 .link {
    display: block;
    font-size: 18px;
    right: 15px;
    bottom: 5px;
  }
}
/* page-goodstory -------- */
.page-goodstory .sec2 {
  padding-top: 15px;
}

.page-goodstory .sec2 .box {
  margin-bottom: 10px;
}

.page-goodstory .sec2 .box a {
  display: block;
}

.page-goodstory .sec2 .box-inner {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-goodstory .sec2 .box .info {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
}

.page-goodstory .sec2 .box .info h2 {
  line-height: 1.2;
  /*font-family: "Barlow Condensed";*/
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .page-goodstory .sec2 .box-inner {
    height: 150px;
  }

  .page-goodstory .sec2 .box .info {
    left: 15px;
    top: 50%;
    font-size: 14px;
  }

  .page-goodstory .sec2 .box .info h2 {
    font-size: 36px;
  }
}
/* member-sec */
.page-home .member-sec .sec-inner {
  padding: 240px 0 120px;
  text-align: center;
}

.page-home .member-sec .image-wrap {
  position: relative;
  max-width: 601px;
  margin: 0 auto;
}

.page-home .member-sec .image {
  position: relative;
  height: 0;
  padding-top: 93.34%;
}

.page-home .member-sec .image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s 0s linear;
  -webkit-transition: opacity 1.5s 0s linear;
}

.page-home .member-sec .image img.is-current {
  opacity: 1;
}

/*
.page-home .member-sec .image img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
.page-home .member-sec .image img:nth-child(1) {
	animation: home-member1 15s 0s infinite normal linear;
	-webkit-animation: home-member1 15s 0s infinite normal linear;
}
@keyframes home-member1 {
	0% {opacity: 1; z-index: 1;}
	84% {opacity: 1; z-index: 1;}
	85% {opacity: 0; z-index: 1;}
	86.66% {opacity: 0; z-index: 2;}
	100% {opacity: 1; z-index: 2;}
}
@-webkit-keyframes home-member1 {
	0% {opacity: 1; z-index: 1;}
	84% {opacity: 1; z-index: 1;}
	85% {opacity: 0; z-index: 1;}
	86.66% {opacity: 0; z-index: 2;}
	100% {opacity: 1; z-index: 2;}
}
.page-home .member-sec .image img:nth-child(2) {
	opacity: 0;
	animation: home-member2 15s 0s infinite normal linear;
	-webkit-animation: home-member2 15s 0s infinite normal linear;
}
@keyframes home-member2 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	33.33% {opacity: 1;}
	100% {opacity: 1;}
}
@-webkit-keyframes home-member2 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	33.33% {opacity: 1;}
	100% {opacity: 1;}
}
.page-home .member-sec .image img:nth-child(3) {
	opacity: 0;
	animation: home-member3 15s 0s infinite normal linear;
	-webkit-animation: home-member3 15s 0s infinite normal linear;
}
@keyframes home-member3 {
	0% {opacity: 0;}
	53.33% {opacity: 0;}
	66.66% {opacity: 1;}
	100% {opacity: 1;}
}
@-webkit-keyframes home-member3 {
	0% {opacity: 0;}
	20% {opacity: 0;}
	33.33% {opacity: 1;}
	100% {opacity: 1;}
}
*/
.page-home .member-sec .next {
  position: absolute;
  right: -2px;
  bottom: -8px;
  z-index: 3;
}

@media (max-width: 767px) {
  .page-home .member-sec h2 {
    top: 64px;
  }

  .page-home .member-sec .sec-inner {
    padding: 140px 0 87px;
  }

  .page-home .member-sec .image {
    margin: 0 -10px;
  }

  .page-home .member-sec .next {
    right: -10px;
    bottom: -25px;
  }
}
/* bnr-sec */
.page-home .bnr-sec .bnr {
  position: relative;
  width: 49%;
  height: 0;
  padding-top: 16.66%;
}

.page-home .bnr-sec .bnr1 {
  float: left;
}

.page-home .bnr-sec .bnr2 {
  float: right;
}

.page-home .bnr-sec .bnr a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  color: #fff;
  font-size: 40px;
  /*font-family: "Barlow Condensed";*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-home .bnr-sec .bnr1 a {
  background-image: url(../images/home/bnr-bg1.jpg);
}

.page-home .bnr-sec .bnr2 a {
  background-image: url(../images/home/bnr-bg2.jpg);
}

.page-home .bnr-sec .bnr a span {
  display: block;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-home .bnr-sec .bnr a span b {
  display: block;
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.text-sec {
  max-width: 960px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-sec p {
  font-size: 20px;
}

@media (max-width: 767px) {
  .page-home .bnr-sec .bnr {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 34%;
  }

  .page-home .bnr-sec .bnr a {
    font-size: 18px;
  }

  .text-sec {
    max-width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-sec p {
    font-size: 13px;
  }
}
/* page-privacy -------- */
.page-privacy h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  border-bottom: 1px solid #000000;
  margin: 40px 0px 20px;
}

.page-privacy p {
  font-size: 15px;
  line-height: 1.6;
}

.page-privacy ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.page-privacy ul li {
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .page-privacy .page-title {
    margin-top: 30px;
    font-size: 27px;
  }

  .page-privacy h2 {
    font-size: 12px;
    margin: 40px 0px 10px;
  }

  .page-privacy p {
    font-size: 11px;
  }

  .page-privacy ul li {
    font-size: 11px;
  }
}
/* page-about -------- */
.page-about .sec {
  margin-bottom: 100px;
}

.page-about .sec .subtitle {
  /*font-family: "Barlow Condensed";*/
  font-size: 50px;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.02em;
}

.page-about .visual-slider {
  background: url(../images/about/visual-bg.jpg);
  background-size: cover;
}

.underline {
  position: relative;
  padding-bottom: 20px;
}

.underline:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.page-about .text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.page-about .catch {
  /*font-family: "Barlow Condensed";*/
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.page-about .catch-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}

.page-about .block01 {
  overflow: hidden;
}

.page-about .block01 .thumb {
  float: left;
  width: 31.45%;
}

.page-about .block01 .thumb-cap {
  margin-top: 10px;
  line-height: 1.5;
}

.page-about .block01 .sign {
  display: block;
  text-align: right;
  margin-top: 20px;
}

.page-about .block01 .text-wrap {
  float: right;
  width: 63.33%;
}

.page-about .block01 .text-wrap .text {
  text-align: left;
  margin-bottom: 1em;
}

.page-about .block01 .text-wrap .text:last-child {
  margin-bottom: 0px;
}

.page-about .block02 {
  overflow: hidden;
  margin-top: 60px;
}

.page-about .block02 .img {
  margin-bottom: 30px;
}

.page-about .block02 .left {
  width: 33.33%;
  float: left;
  padding: 0 2%;
}

.page-about .block02 .left2 {
  width: 33.33%;
  float: left;
  padding: 0 2%;
}

.page-about .block02 .right {
  width: 33.33%;
  float: left;
  padding: 0 2%;
}

.page-about .block02 .tex02 {
  font-size: 15px;
  line-height: 1.87;
}

.page-about table {
  width: 100%;
}

.page-about table th {
  width: 280px;
  background-color: #efefef;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  padding: 20px 0px 10px;
  border-bottom: 1px solid #040000;
}

.page-about table td {
  text-align: left;
  font-size: 18px;
  line-height: 1.67;
  padding: 20px 0px 10px 40px;
  border-bottom: 1px solid #040000;
}

.page-about table a {
  text-decoration: underline;
}

.page-about table a:hover {
  text-decoration: none;
}

.page-about .map {
  text-align: center;
}

.page-about #gmap {
  width: 100%;
  height: 365px;
}

.page-about .sec1 {
  margin-bottom: 70px;
}

.page-about .sec6 {
  margin-bottom: 150px;
}

.page-about .sec7 .subtitle {
  margin-bottom: 50px;
}

.page-about .sec8 {
  margin-bottom: -30px;
}

@media (max-width: 767px) {
  .page-about .visual-slider {
    background: url(../images/about/sp-visual-bg.jpg);
    background-size: cover;
  }

  .page-about .sec {
    margin-bottom: 40px;
  }

  .page-about .sec .page-title {
    margin-top: 20px;
  }

  .page-about .sec .subtitle {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .underline {
    padding-bottom: 15px;
  }

  .underline:after {
    width: 50px;
    height: 2px;
  }

  .page-about .catch {
    font-size: 30px;
  }

  .page-about .catch-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .page-about .text {
    font-size: 12px;
  }

  .page-about .sec1 {
    margin-bottom: 40px;
  }

  .page-about .block01 .thumb {
    float: none;
    width: 75%;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .page-about .block01 .sign {
    margin-top: 10px;
  }

  .page-about .block01 .sign img {
    max-width: 120px;
  }

  .page-about .block01 .text-wrap {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }

  .page-about .block02 {
    margin-top: 40px;
  }

  .page-about .block02 .img {
    margin-bottom: 15px;
    text-align: center;
  }

  .page-about .block02 .left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }

  .page-about .block02 .left2 {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }

  .page-about .block02 .right {
    float: none;
    width: auto;
  }

  .page-about .block02 .tex02 {
    font-size: 12px;
  }

  .page-about table th {
    width: 77px;
    font-size: 10px;
    padding: 10px 0px 10px;
  }

  .page-about table td {
    font-size: 10px;
    padding: 10px 0px 10px 15px;
  }
}
/* page-recruit -------- */
.page-recruit .sec {
  margin-bottom: 100px;
}

.page-recruit .sec .subtitle {
  /*font-family: "Barlow Condensed";*/
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}

.page-recruit .text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.page-recruit .page-title {
  margin-bottom: 50px;
}

.page-recruit .catch {
  /*font-family: "Barlow Condensed";*/
  font-size: 115px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.page-recruit .catch-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page-recruit .sec {
    margin-bottom: 40px;
  }

  .page-recruit .sec .page-title {
    margin-top: 20px;
  }

  .page-recruit .sec .subtitle {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .page-recruit .text {
    font-size: 12px;
  }

  .page-recruit .catch {
    margin-top: 20px;
    font-size: 34px;
  }

  .page-recruit .catch-text {
    margin: 30px 0 20px;
    font-size: 16px;
  }
}
.page-recruit .intervie {
  margin-top: 60px;
}

.page-recruit .intervie li {
  float: left;
  width: 31.25%;
  margin-right: 3.12%;
  margin-bottom: 5%;
}

.page-recruit .intervie li:nth-child(3n) {
  margin-right: 0;
}

.page-recruit .intervie li a {
  display: block;
}

.page-recruit .intervie li .inner {
  position: relative;
  min-height: 110px;
  line-height: 1.2;
  padding-top: 5px;
  text-align: right;
}

.page-recruit .intervie li .num {
  position: absolute;
  left: 0;
  top: 9px;
  line-height: 1;
  /*font-family: "Barlow Condensed";*/
}

.page-recruit .intervie li .text1 {
  margin-bottom: 8px;
  font-size: 20px;
  /*font-family: "Barlow Condensed";*/
}

.page-recruit .intervie li .text1 small {
  display: block;
  font-size: 15px;
}

.page-recruit .intervie li .text2 {
  margin-bottom: 5px;
}

.page-recruit .intervie li .text1.ls-s {
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .page-recruit .intervie {
    max-width: 350px;
    margin: 20px auto 0;
    padding: 0 25px;
  }

  .page-recruit .intervie li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20%;
  }

  .page-recruit .intervie li .inner {
    min-height: 0;
  }

  .page-recruit .intervie li .num img {
    width: 50px;
  }

  .page-recruit .intervie li .text1 {
    margin-bottom: 3px;
    font-size: 18px;
  }

  .page-recruit .intervie li .text1 small {
    font-size: 13px;
  }

  .page-recruit .intervie li .text2 {
    margin-bottom: 5px;
  }
}
.body-recruit .remodal {
  background-color: #000;
  color: #fff;
  text-align: left;
}

.body-recruit .remodal .col1 {
  position: relative;
  width: 40.69%;
  float: left;
  padding: 56px 0 76px;
}

.body-recruit .remodal .col2 {
  width: 53.48%;
  float: right;
  padding: 56px 0 76px;
}

.body-recruit .remodal .num {
  position: absolute;
  left: 0;
  top: 9px;
  line-height: 1;
  /*font-family: "Barlow Condensed";*/
}

.body-recruit .remodal .text1 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  /*font-family: "Barlow Condensed";*/
}

.body-recruit .remodal .text1 small {
  display: block;
  font-size: 15px;
}

.body-recruit .remodal .names {
  position: absolute;
  left: 0;
  bottom: 0;
}

.body-recruit .remodal .text2 {
  font-size: 18px;
}

.body-recruit .remodal .text3 {
  font-size: 22px;
}

.body-recruit .remodal .text {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .body-recruit .remodal .cols {
    max-width: 350px;
    margin: 0 auto;
  }

  .body-recruit .remodal .col1 {
    width: auto;
    float: none;
    padding: 36px 0 56px;
  }

  .body-recruit .remodal .col2 {
    width: auto;
    float: none;
    padding: 20px 0 0;
  }

  .body-recruit .remodal .num {
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 1;
    /*font-family: "Barlow Condensed";*/
  }

  .body-recruit .remodal .num img {
    width: 50px;
  }

  .body-recruit .remodal .text1 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    /*font-family: "Barlow Condensed";*/
  }

  .body-recruit .remodal .text1 small {
    display: block;
    font-size: 11px;
  }

  .body-recruit .remodal .names {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .body-recruit .remodal .text2 {
    font-size: 12px;
  }

  .body-recruit .remodal .text3 {
    font-size: 13px;
  }

  .body-recruit .remodal .text {
    font-size: 12px;
    line-height: 1.8;
  }
}
.page-recruit .about {
  margin-top: 60px;
}

.page-recruit .about .box {
  display: table;
  width: 100%;
  margin-bottom: 80px;
}

.page-recruit .about .box .thumb {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.page-recruit .about .box .text-wrap {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.page-recruit .about .box .text-wrap.right {
  padding-left: 90px;
}

.page-recruit .about .box .text-wrap.left {
  padding-right: 90px;
}

.page-recruit .about .box .text-wrap .title {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 20px;
}

.page-recruit .about .box .text-wrap .text01 {
  font-size: 15px;
  line-height: 1.87;
}

@media (max-width: 767px) {
  .page-recruit .about {
    margin-top: 25px;
  }

  .page-recruit .about .box {
    max-width: 480px;
    margin: 0 auto 30px;
  }

  .page-recruit .about .box .thumb {
    display: block;
    width: auto;
  }

  .page-recruit .about .box .text-wrap {
    display: block;
    width: auto;
    padding: 20px 0 0 20px;
  }

  .page-recruit .about .box .text-wrap.right {
    padding-left: 20px;
  }

  .page-recruit .about .box .text-wrap.left {
    padding-right: 0;
  }

  .page-recruit .about .box .text-wrap .title {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 10px;
  }

  .page-recruit .about .box .text-wrap .text01 {
    font-size: 11px;
    line-height: 1.87;
  }
}
.page-recruit .sec4 .subtitle-text1 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}

.page-recruit .sec4 .subtitle-text2 {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.87;
  text-align: center;
}

@media (max-width: 767px) {
  .page-recruit .sec4 .subtitle-text1 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .page-recruit .sec4 .subtitle-text2 {
    font-size: 11px;
  }
}
.page-recruit .entry {
  margin-top: 80px;
}

.page-recruit .entry .block {
  margin-bottom: 100px;
}

.page-recruit .entry .block:last-child {
  margin-bottom: 0px;
}

.page-recruit .entry .title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.21em;
}

.page-recruit .entry a.ac-menu {
  display: block;
  text-decoration: none;
  position: relative;
}

.page-recruit .entry a.ac-menu:after {
  content: "";
  display: block;
  background: url(../images/recruit/icon_plus.png) left top no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.page-recruit .entry a.ac-menu.active:after {
  background-image: url(../images/recruit/icon_minus.png);
}

.page-recruit .entry .ac-content {
  background-color: #000000;
  color: #ffffff;
  padding: 0px 30px 30px;
  font-size: 18px;
  letter-spacing: 0.11em;
  display: none;
}

/*.page-recruit .entry .ac-content.open{
	display: block;
}*/
.page-recruit .entry .label {
  padding: 15px 0px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  letter-spacing: 0.11em;
}

.page-recruit .entry .label .en {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0.06em;
  padding-right: 10px;
}

.page-recruit .entry .label .en .small {
  font-size: 75%;
}

.page-recruit .entry .label .ja {
  font-size: 15px;
}

.page-recruit .entry table.job {
  width: 100%;
}

.page-recruit .entry table.job th {
  width: 220px;
  padding: 15px 0px;
  border-bottom: 1px solid #ffffff;
  vertical-align: top;
}

.page-recruit .entry table.job td {
  padding: 15px 0px;
  border-bottom: 1px solid #ffffff;
  vertical-align: top;
}

.page-recruit .entry .btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.page-recruit .entry .btn-wrap a.btn {
  display: inline-block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  text-decoration: none;
}

.page-recruit .entry table.faq {
  width: 100%;
}

.page-recruit .entry table.faq tr.a th,
.page-recruit .entry table.faq tr.a td {
  border-bottom: 1px solid #ffffff;
}

.page-recruit .entry table.faq th {
  width: 220px;
  padding-top: 20px;
  vertical-align: top;
}

.page-recruit .entry table.faq td {
  padding-top: 20px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .page-recruit .entry {
    margin-top: 40px;
  }

  .page-recruit .entry .block {
    margin-bottom: 40px;
  }

  .page-recruit .entry .title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .page-recruit .entry .label {
    padding: 15px 0px 5px;
    font-size: 11px;
  }

  .page-recruit .entry .label .en {
    display: block;
    font-size: 18px;
  }

  .page-recruit .entry .label .ja {
    display: block;
    font-size: 11px;
  }

  .page-recruit .entry a.ac-menu:after {
    top: auto;
    bottom: 2px;
  }

  .page-recruit .entry .ac-content {
    padding: 0 10px 30px;
    font-size: 10px;
  }

  .page-recruit .entry table.job th {
    width: 70px;
    padding: 10px 0;
  }

  .page-recruit .entry table.job td {
    padding: 10px 0;
  }

  .page-recruit .entry .btn-wrap a.btn {
    width: 220px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }

  .page-recruit .entry table.faq th {
    width: 70px;
    padding: 10px 0;
  }

  .page-recruit .entry table.faq td {
    padding: 10px 0;
  }
}
table.apply {
  width: 100%;
}

table.apply th {
  width: 250px;
  border-bottom: 1px solid #000000;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.11em;
  text-align: left;
  vertical-align: top;
}

table.apply td {
  border-bottom: 1px solid #000000;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.11em;
  vertical-align: top;
}

@media (max-width: 767px) {
  table.apply th {
    font-size: 10px;
    width: 70px;
    padding: 10px 0;
  }

  table.apply td {
    font-size: 10px;
    padding: 10px 0;
  }
}
.slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .slick-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.slick-slide a {
  display: block;
}

.slick-prev {
  left: 50%;
  transform: translateX(-385px);
}

.slick-next {
  right: 50%;
  transform: translateX(385px);
}

.page-recruit .work {
  position: relative;
  margin-top: 50px;
}

.page-recruit .work .slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots {
  display: inline-block;
  top: -30px;
  right: 50%;
  width: auto;
  height: 30px;
  transform: translateX(350px);
}

.slick-dots li {
  margin: 0px;
}

@media (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 70px;
  }

  .slick-prev {
    width: 12px;
    left: 12px;
    transform: translateX(-50%);
  }

  .slick-next {
    width: 12px;
    right: 12px;
    transform: translateX(50%);
  }

  .slick-dots {
    display: inline-block;
    top: -30px;
    right: 20px;
    width: auto;
    height: 30px;
    transform: translateX(0);
  }
}
/* page-contact -------- */
.page-contact .container {
  max-width: 700px;
}

.page-contact .sec3.container {
  max-width: 990px;
}

.page-contact .sec {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.page-contact .sec3 {
  z-index: 1;
}

.page-contact .sec p {
  margin-bottom: 1em;
}

.page-contact .sec a {
  color: #007aaa;
}

.page-contact .sec a:hover {
  text-decoration: underline;
}

.page-contact .sec .subtitle {
  /*font-family: "Barlow Condensed";*/
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0.02em;
}

.page-contact .wpcf7-form {
  margin-top: -140px;
  padding-top: 140px;
}

.page-contact .wpcf7-form table {
  width: 100%;
}

.page-contact .wpcf7-form table th {
  width: 280px;
  background-color: #efefef;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  padding: 20px 0px 10px;
  border-bottom: 1px solid #040000;
}

.page-contact .wpcf7-form table td {
  text-align: left;
  font-size: 18px;
  line-height: 1.67;
  padding: 20px 0px 10px 40px;
  border-bottom: 1px solid #040000;
}

.page-contact .wpcf7-form .req {
  color: #e50012;
}

.page-contact .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
}

.page-contact .wpcf7-form input[type=text],
.page-contact .wpcf7-form input[type=tel],
.page-contact .wpcf7-form input[type=email],
.page-contact .wpcf7-form textarea {
  border: 1px solid #ddd;
  margin-bottom: 8px;
  padding: 5px 10px;
  font-size: 15px;
  width: 100%;
}

.page-contact .wpcf7-form span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

.page-contact .wpcf7-form .submit-wrap {
  margin-top: 30px;
  text-align: center;
}

.page-contact .wpcf7-form input[type=submit],
.page-contact .wpcf7-form input[type=button] {
  display: inline-block;
  background-color: #000;
  width: 180px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 0 10px;
  padding: 8px;
  cursor: pointer;
}

.page-contact .wpcf7-form .ajax-loader {
  display: block;
  margin: 10px auto 0;
}

.page-contact .wpcf7-form .wpcf7c-conf {
  background: none;
  border: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

@media (max-width: 767px) {
  .page-contact .sec {
    margin-bottom: 40px;
  }

  .page-contact .sec .page-title {
    margin-top: 20px;
  }

  .page-contact .sec .subtitle {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .page-contact .wpcf7-form table th {
    display: block;
    width: 100%;
    font-size: 10px;
    padding: 10px 10px 10px;
    border-bottom: none;
  }

  .page-contact .wpcf7-form table td {
    display: block;
    width: 100%;
    font-size: 10px;
    padding: 10px 0;
  }

  .page-contact .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 10px;
  }

  .page-contact .wpcf7-form input[type=text],
.page-contact .wpcf7-form input[type=tel],
.page-contact .wpcf7-form input[type=email],
.page-contact .wpcf7-form textarea {
    margin-bottom: 0;
    padding: 5px;
    font-size: 12px;
  }

  .page-contact .wpcf7-form input[type=submit],
.page-contact .wpcf7-form input[type=button] {
    margin: 0 10px 10px;
  }
}
/* page-contact
float-contact
  -------- */
.float-contact table {
  font-size: 18px;
  border-top: 1px solid #000;
  width: 100%;
}

.float-contact table th {
  line-height: 1.6em;
  width: 240px;
  padding: 25px 10px 15px;
  vertical-align: top;
  font-weight: bold;
  border-bottom: 1px solid #000;
  background-color: #efefef;
}

.float-contact table td {
  line-height: 1.6em;
  padding: 25px 0 15px 10px;
  vertical-align: top;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.float-contact table td .kome {
  line-height: 1.4em;
}

.float-contact .req {
  color: #e50012;
}

.float-contact .error {
  font-size: 16px;
  color: #e50012;
}

.float-contact .mwform-radio-field {
  display: inline-block;
}

.float-contact p.submit-wrap {
  text-align: center;
  margin-top: 30px;
}

.float-contact .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 10px;
}

/* iOSでのデフォルトスタイルをリセット */
.float-contact input[type=submit],
.float-contact input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.float-contact input[type=submit]::-webkit-search-decoration,
.float-contact input[type=button]::-webkit-search-decoration {
  display: none;
}

.float-contact input[type=submit]::focus,
.float-contact input[type=button]::focus {
  outline-offset: -2px;
}

.float-contact input[type=text],
.float-contact input[type=tel],
.float-contact input[type=email],
.float-contact textarea {
  border: 1px solid #ddd;
  margin-bottom: 8px;
  padding: 5px 10px;
  font-size: 15px;
  width: 100%;
}

.float-contact input[type=text].your-tel {
  width: inherit;
}

.page-contact .float-contact input[type=submit].your-send {
  display: none;
}

.float-contact input[type=submit],
.float-contact input[type=button] {
  display: inline-block;
  background-color: #000;
  width: 180px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 0 10px;
  padding: 8px;
  cursor: pointer;
}

.page-contact-send .message-box {
  border: 1px solid #aaa;
  background-color: #fafafa;
  padding: 15px 0;
  margin-bottom: 15px;
}

.page-contact-send .message-box p {
  text-align: center;
}

.page-contact-send .thanks-box p {
  margin-bottom: 1em;
}

.page-contact-send .thanks-box a {
  color: #19aaeb;
  text-decoration: underline;
}

.page-contact-send .thanks-box a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .float-contact table {
    font-size: 12px;
    border-top: none;
    border-bottom: 1px solid #000;
  }

  .float-contact table th {
    display: block;
    width: auto;
    padding: 5px 10px;
    border-top: 1px solid #000;
    border-bottom: none;
  }

  .float-contact table td {
    display: block;
    padding: 15px 10px;
    border-bottom: none;
  }

  .float-contact .error {
    font-size: 12px;
  }

  .float-contact input[type=text],
.float-contact input[type=tel],
.float-contact input[type=email],
.float-contact textarea {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 12px;
  }

  .float-contact input[type=submit],
.float-contact input[type=button] {
    margin: 0 10px 10px;
  }
}
/* page-staff -------- */

.page-staff .sec,
.page-staff-new .sec{
  margin-bottom: 100px;
}

.page-staff .sec .subtitle,
.page-staff-new .sec .subtitle {
  /*font-family: "Barlow Condensed";*/
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}

.page-staff .text,
.page-staff-new .text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.page-staff .page-title,
.page-staff-new .page-title {
  margin-bottom: 50px;
}

.page-staff .catch,
.page-staff-new .catch {
  /*font-family: "Barlow Condensed";*/
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.page-staff .catch-text,
.page-staff-new .catch-text{
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page-staff .sec,
  .page-staff-new .sec {
    margin-bottom: 40px;
  }

  .page-staff .sec2.container,
  .page-staff-new .sec2.container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-staff .sec .page-title,
  .page-staff-new .sec .page-title {
    margin-top: 20px;
  }

  .page-staff .sec .subtitle,
  .page-staff-new .sec .subtitle {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .page-staff .text,
  .page-staff-new .text {
    font-size: 12px;
  }

  .page-staff .catch,
  .page-staff-new .catch {
    margin-top: 20px;
    font-size: 30px;
  }

  .page-staff .catch-text,
  .page-staff-new .catch-text {
    margin: 30px 0 20px;
    font-size: 16px;
  }
}
.page-staff .intervie,
.page-staff-new .intervie {
  margin-top: 60px;
}

.page-staff .intervie li,
.page-staff-new .intervie li {
  float: left;
  width: 31.25%;
  margin-right: 3.12%;
  margin-bottom: 5%;
}

.page-staff .intervie li:nth-child(3n),
.page-staff-new .intervie li:nth-child(3n) {
  margin-right: 0;
}

.page-staff .intervie li a,
.page-staff-new .intervie li a {
  display: block;
}

.page-staff .intervie li .inner,
.page-staff-new .intervie li .inner {
  position: relative;
  min-height: 110px;
  line-height: 1.2;
  padding-top: 5px;
  text-align: right;
}

/*renew*/
/*
.page-staff-new .intervie li .inner { text-align: left; }
*/

.page-staff .intervie li .num,
.page-staff-new .intervie li .num {
  float: left;
  padding-top: 9px;
  /*position: absolute;
  left: 0;
  top: 9px;*/
  line-height: 1;
  /*font-family: "Barlow Condensed";*/
}

.page-staff .intervie li .text1,
.page-staff-new .intervie li .text1 {
  margin-bottom: 8px;
  font-size: 20px;
  /*font-family: "Barlow Condensed";*/
}

/*renew*/
.page-staff-new .intervie li .text1 { font-size: 24px; }

.page-staff .intervie li .text1 small,
.page-staff-new .intervie li .text1 small {
  display: block;
  font-size: 15px;
}

.page-staff .intervie li .text2,
.page-staff-new .intervie li .text2 {
  margin-bottom: 5px;
  font-size: 10px;
}

/*renew*/
.page-staff .intervie li .text2,
.page-staff-new .intervie li .text2 { font-size: 12px; }

.page-staff .intervie li .text3,
.page-staff-new .intervie li .text3 {
  font-weight: bold;
  /*font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;*/
}

/*renew*/
.page-staff .intervie li .text3,
.page-staff-new .intervie li .text3 { font-size: 18px; font-weight: 700; }

.page-staff .intervie li .text1.ls-s,
.page-staff-new .intervie li .text1.ls-s {
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .page-staff .intervie,
  .page-staff-new .intervie {
    /*max-width: 350px;*/
    margin: 20px auto 0;
    padding: 0 0;
    /*0 25px*/
    letter-spacing: -0.4em;
  }

  .page-staff .intervie li,
  .page-staff-new .intervie li {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 5%;
    /*20%*/
  }

  .page-staff .intervie li .inner,
  .page-staff-new .intervie li .inner {
    min-height: 0;
  }

  .page-staff .intervie li .num img,
  .page-staff-new .intervie li .num img {
    width: 50px;
  }

  .page-staff .intervie li .text1,
  .page-staff-new .intervie li .text1 {
    margin-bottom: 3px;
    font-size: 15px;
    /*18px*/
  }
  
  /*renew*/
  .page-staff .intervie li .text1,
  .page-staff-new .intervie li .text1 { font-size: 16px; }
  

  .page-staff .intervie li .text1 small,
  .page-staff-new .intervie li .text1 small {
    font-size: 13px;
  }

  .page-staff .intervie li .text2,
  .page-staff-new .intervie li .text2 {
    margin-bottom: 5px;
  }
  
  /*renew*/
  .page-staff .intervie li .text2,
  .page-staff-new .intervie li .text2 { font-size: 10px; }
  

  .page-staff .intervie li .text3,
  .page-staff-new .intervie li .text3 {
    font-size: 14px;
    font-weight: bold;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  }
  
  /*renew*/
  .page-staff .intervie li .text3,
  .page-staff-new .intervie li .text3 { font-size: 15px; }
  

  .page-staff .intervie li:nth-child(3n),
  .page-staff-new .intervie li:nth-child(3n) {
    margin-right: 2%;
  }
}
.body-staff .remodal,
.body-staff-new .remodal {
  background-color: #000;
  color: #fff;
  text-align: left;
}

.body-staff .remodal .col1,
.body-staff-new .remodal .col1 {
  position: relative;
  width: 40.69%;
  float: left;
  padding: 56px 0 76px;
}

.body-staff .remodal .col2,
.body-staff-new .remodal .col2 {
  width: 53.48%;
  float: right;
  padding: 56px 0 76px;
}

/*renew*/
.body-staff-new .remodal .col1 { width: 53.48%; }
.body-staff-new .remodal .col2 { width: 40.69%; }

.body-staff .remodal .num,
.body-staff-new .remodal .num {
  position: absolute;
  left: 0;
  top: 9px;
  line-height: 1;
  /*font-family: "Barlow Condensed";*/
}

.body-staff .remodal .text1,
.body-staff-new .remodal .text1 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  /*font-family: "Barlow Condensed";*/
  text-align: right;
  line-height: 1.2em;
  margin-left: 94px;
}

 /*renew*/
.body-staff .remodal .text1,
.body-staff-new .remodal .text1 { position: static; margin-left: 0; margin-bottom: .5em; font-size: 24px; text-align: left; }

.body-staff .remodal .text1 small,
.body-staff-new .remodal .text1 small {
  display: block;
  font-size: 15px;
}

.body-staff .remodal .names,
.body-staff-new .remodal .names {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*renew*/ 
.body-staff .remodal .names,
.body-staff-new .remodal .names { position: static; margin-bottom: .5em; }

.body-staff .remodal .text2,
.body-staff-new .remodal .text2 {
  font-size: 14px;
  /*18px*/
}

.body-staff .remodal .text3,
.body-staff-new .remodal .text3 {
  font-size: 22px;
  font-weight: bold;
  /*font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;*/
}

/*renew*/
.body-staff .remodal .text3,
.body-staff-new .remodal .text3 { margin-bottom: 1.5em; font-size: 28px; }

.body-staff .remodal .text,
.body-staff-new .remodal .text {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .body-staff .remodal .cols,
  .body-staff-new .remodal .cols {
    max-width: 350px;
    margin: 0 auto;
  }

  .body-staff .remodal .col1,
  .body-staff-new .remodal .col1 {
    width: auto;
    float: none;
    padding: 36px 0 56px;
  }
  
  /*renew*/
  .body-staff .remodal .col1,
  .body-staff-new .remodal .col1 { padding: 24px 0 15px; }

  .body-staff .remodal .col2,
  .body-staff-new .remodal .col2 {
    width: auto;
    float: none;
    padding: 20px 0 0;
  }

  .body-staff .remodal .num,
  .body-staff-new .remodal .num {
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 1;
    /*font-family: "Barlow Condensed";*/
  }

  .body-staff .remodal .num img,
  .body-staff-new .remodal .num img {
    width: 50px;
  }

  .body-staff .remodal .text1,
  .body-staff-new .remodal .text1 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    /*font-family: "Barlow Condensed";*/
    margin-left: 50px;
  }
  
  /*renew*/
  .body-staff .remodal .text1,
  .body-staff-new .remodal .text1 { position: static; margin-bottom: .5em; font-size: 22px; margin-left: 0; }
  

  .body-staff .remodal .text1 small,
  .body-staff-new .remodal .text1 small {
    display: block;
    font-size: 11px;
  }

  .body-staff .remodal .names,
  .body-staff-new .remodal .names {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  /*renew*/
.body-staff .remodal .names,  
.body-staff-new .remodal .names { position: static; margin-bottom: .5em; }

  .body-staff .remodal .text2,
  .body-staff-new .remodal .text2 {
    font-size: 12px;
  }

  .body-staff .remodal .text3,
  .body-staff-new .remodal .text3 {
    font-size: 13px;
  }
  
  /*renew*/
.body-staff .remodal .text3,
.body-staff-new .remodal .text3 { margin-bottom: 1em; font-size: 20px; }

  .body-staff .remodal .text,
  .body-staff-new .remodal .text {
    font-size: 12px;
    line-height: 1.8;
  }
}



@media (max-width: 767px) {
  .proList li {
    width: 100%;
    margin-bottom: 100px;
  }

  .proList li:nth-child(3n) {
    margin-right: 0;
  }

  .proList li a {
    display: block;
    width: 100%;
  }

  .proList li a .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    height: 250px;
  }

  .proList li a .text-wrap {
    display: block;
    text-align: center;
    color: #FFF;
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0px;
  }

  .proList li a .text-wrap .text-wrap-inner {
    padding: 1em;
    background-color: black;
  }

  .proList li a .text-wrap .cat {
    opacity: 1;
    padding: 0.3em 2em;
    margin-bottom: 0.5em;
    /*font-family: "Barlow Condensed";*/
    background-color: #FFF;
    color: #111;
    font-size: 1em;
    line-height: 1;
    display: inline-block;
  }

  .proList li a .text-wrap h2 {
    opacity: 1;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
  }

  .proList li a .text-wrap p {
    opacity: 1;
    margin-bottom: 0em;
    font-size: 0.8em;
    display: block;
  }
}
@media (min-width: 768px) {
  .proList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .proList li {
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
  }

  .proList li:nth-child(3n) {
    margin-right: 0;
  }

  .proList li a {
    display: block;
    width: 100%;
  }

  .proList li a .bg {
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
    height: 300px;
  }

  .proList li a .text-wrap {
    padding: 5em 2em 0;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    color: #FFF;
    width: 100%;
    height: 300px;
    transition: all 0.05s ease-in-out 0.05s;
  }

  .proList li a .text-wrap .cat {
    opacity: 0;
    padding: 0.3em 2em;
    margin-bottom: 0.5em;
    /*font-family: "Barlow Condensed";*/
    background-color: #FFF;
    color: #111;
    font-size: 1em;
    line-height: 1;
    display: inline-block;
    transition: all 0.05s ease-in-out 0.05s;
  }

  .proList li a .text-wrap h2 {
    opacity: 0;
    transition: all 0.05s ease-in-out 0.05s;
  }

  .proList li a .text-wrap p {
    opacity: 0;
    transition: all 0.05s ease-in-out 0.05s;
  }

  .proList li a:hover .text-wrap {
    display: block;
    padding: 5em 2em 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #FFF;
    width: 100%;
    height: 300px;
    transition: all 0.05s ease-in-out 0.05s;
  }

  .proList li a:hover .text-wrap .cat {
    opacity: 1;
    padding: 0.3em 2em;
    margin-bottom: 0.5em;
    /*font-family: "Barlow Condensed";*/
    background-color: #FFF;
    color: #111;
    font-size: 1em;
    line-height: 1;
    display: inline-block;
    transition: all 0.05s ease-in-out 0.05s;
  }

  .proList li a:hover .text-wrap h2 {
    opacity: 1;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    transition: all 0.05s ease-in-out 0.05s;
  }

  .proList li a:hover .text-wrap p {
    opacity: 1;
    margin-bottom: 0em;
    font-size: 0.8em;
    display: block;
    transition: all 0.05s ease-in-out 0.05s;
  }
}
.page-about .block02 .left,
.page-about .block02 .left2,
.page-about .block02 .right {
  width: calc((100% / 3) - 4%);
}
@media (max-width: 767px) {
  .page-about .block02 .left,
.page-about .block02 .left2,
.page-about .block02 .right {
    width: 100%;
    padding: 0;
  }
}

/*
.post-type-archive-project .header .gnav li.contact a,
.tax-project-category .header .gnav li.contact a,
.single-project .header .gnav li.contact a {
  line-height: 0;
}
*/

.page-project .catnav-sec .catnav li span {
  opacity: 0;
}

.page-project .catnav-sec .catnav li.current a {
  background-color: #000 !important;
}

.page-project .catnav-sec .catnav li.all a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat01.svg) no-repeat center/auto 12px;
}

.page-project .catnav-sec .catnav li.food a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat02.svg) no-repeat center/auto 12px;
}

.page-project .catnav-sec .catnav li.nightclub a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat03.svg) no-repeat center/auto 12px;
}

.page-project .catnav-sec .catnav li.salon a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat04.svg) no-repeat center/auto 12px;
}

.page-project .catnav-sec .catnav li.clinic a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat05.svg) no-repeat center/auto 12px;
}

.page-project .catnav-sec .catnav li.office a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat06.svg) no-repeat center/auto 12px;
}

.page-project .catnav-sec .catnav li.shop a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat07.svg) no-repeat center/auto 12px;
}

.page-project .catnav-sec .catnav li.house a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat08.svg) no-repeat center/auto 12px;
}

.page-project .catnav-sec .catnav li.others a {
  background:#b4b4b5 url(/wp-content/themes/ak-co/images/project/cat09.svg) no-repeat center/auto 12px;
}