@charset "UTF-8";
/*---base------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pc {
  display: block !important;
}

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

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: inline-block;
}

a:hover {
  cursor: pointer;
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.container {
  overflow-x: hidden;
}
.float_this {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

#works_single .mgb05 {
  margin-bottom: 5px;
}

#works_single .mgb10 {
  margin-bottom: 10px;
}

#works_single .mgb15 {
  margin-bottom: 15px;
}

#works_single .mgb20 {
  margin-bottom: 20px;
}

#works_single .mgb25 {
  margin-bottom: 25px;
}

#works_single .mgb30 {
  margin-bottom: 30px;
}

#works_single .mgb40 {
  margin-bottom: 40px;
}

#works_single .mgb45 {
  margin-bottom: 45px;
}

#works_single .mgb50 {
  margin-bottom: 50px;
}

#works_single .mgb55 {
  margin-bottom: 55px;
}

#works_single .mgb60 {
  margin-bottom: 60px;
}

#works_single .mgb65 {
  margin-bottom: 65px;
}

#works_single .mgb70 {
  margin-bottom: 70px;
}

#works_single .mgb75 {
  margin-bottom: 75px;
}

#works_single .mgb80 {
  margin-bottom: 80px;
}

#works_single .mgb85 {
  margin-bottom: 85px;
}

#works_single .mgb90 {
  margin-bottom: 90px;
}

#works_single .mgb95 {
  margin-bottom: 95px;
}

#works_single .mgb100 {
  margin-bottom: 100px;
}

#works_single .mgb105 {
  margin-bottom: 5px;
}

#works_single .mgb110 {
  margin-bottom: 10px;
}

#works_single .mgb115 {
  margin-bottom: 15px;
}

#works_single .mgb120 {
  margin-bottom: 20px;
}

#works_single .mgb125 {
  margin-bottom: 25px;
}

#works_single .mgb130 {
  margin-bottom: 30px;
}

#works_single .mgb140 {
  margin-bottom: 40px;
}

#works_single .mgb145 {
  margin-bottom: 45px;
}

#works_single .mgb150 {
  margin-bottom: 50px;
}

#works_single .mgb155 {
  margin-bottom: 55px;
}

#works_single .mgb160 {
  margin-bottom: 60px;
}

#works_single .mgb165 {
  margin-bottom: 65px;
}

#works_single .mgb170 {
  margin-bottom: 70px;
}

#works_single .mgb175 {
  margin-bottom: 75px;
}

#works_single .mgb180 {
  margin-bottom: 80px;
}

#works_single .mgb185 {
  margin-bottom: 85px;
}

#works_single .mgb190 {
  margin-bottom: 90px;
}

#works_single .mgb195 {
  margin-bottom: 95px;
}

#works_single .mgb200 {
  margin-bottom: 100px;
}

/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption,
li,
a {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pc {
  display: block !important;
}

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

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: inline-block;
}

a:hover {
  cursor: pointer;
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.container {
  overflow-x: hidden;
}

.float_this {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

#works_single .mgb05 {
  margin-bottom: 5px;
}

#works_single .mgb10 {
  margin-bottom: 10px;
}

#works_single .mgb15 {
  margin-bottom: 15px;
}

#works_single .mgb20 {
  margin-bottom: 20px;
}

#works_single .mgb25 {
  margin-bottom: 25px;
}

#works_single .mgb30 {
  margin-bottom: 30px;
}

#works_single .mgb40 {
  margin-bottom: 40px;
}

#works_single .mgb45 {
  margin-bottom: 45px;
}

#works_single .mgb50 {
  margin-bottom: 50px;
}

#works_single .mgb55 {
  margin-bottom: 55px;
}

#works_single .mgb60 {
  margin-bottom: 60px;
}

#works_single .mgb65 {
  margin-bottom: 65px;
}

#works_single .mgb70 {
  margin-bottom: 70px;
}

#works_single .mgb75 {
  margin-bottom: 75px;
}

#works_single .mgb80 {
  margin-bottom: 80px;
}

#works_single .mgb85 {
  margin-bottom: 85px;
}

#works_single .mgb90 {
  margin-bottom: 90px;
}

#works_single .mgb95 {
  margin-bottom: 95px;
}

#works_single .mgb100 {
  margin-bottom: 100px;
}

#works_single .mgb105 {
  margin-bottom: 5px;
}

#works_single .mgb110 {
  margin-bottom: 10px;
}

#works_single .mgb115 {
  margin-bottom: 15px;
}

#works_single .mgb120 {
  margin-bottom: 20px;
}

#works_single .mgb125 {
  margin-bottom: 25px;
}

#works_single .mgb130 {
  margin-bottom: 30px;
}

#works_single .mgb140 {
  margin-bottom: 40px;
}

#works_single .mgb145 {
  margin-bottom: 45px;
}

#works_single .mgb150 {
  margin-bottom: 50px;
}

#works_single .mgb155 {
  margin-bottom: 55px;
}

#works_single .mgb160 {
  margin-bottom: 60px;
}

#works_single .mgb165 {
  margin-bottom: 65px;
}

#works_single .mgb170 {
  margin-bottom: 70px;
}

#works_single .mgb175 {
  margin-bottom: 75px;
}

#works_single .mgb180 {
  margin-bottom: 80px;
}

#works_single .mgb185 {
  margin-bottom: 85px;
}

#works_single .mgb190 {
  margin-bottom: 90px;
}

#works_single .mgb195 {
  margin-bottom: 95px;
}

#works_single .mgb200 {
  margin-bottom: 100px;
}

.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 4%, 0);
    transform: translate3d(0, 4%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 4%, 0);
    transform: translate3d(0, 4%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* =========================================================
Webフォント指定
========================================================= */
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/wrec/wp-content/themes/wp-recra/font/NotoSerifJP-Light.woff.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/wrec/wp-content/themes/wp-recra/font/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/wrec/wp-content/themes/wp-recra/font/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/wrec/wp-content/themes/wp-recra/font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}

/*--- フォントサイズvw設定 -----------------------------------------------------*/
html {
  width: 100vw !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
}

body {
  width: 100vw !important;
  font-family: "Noto Serif Japanese", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.78;
  color: #000000;
  background: #fff;
  transform: none;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

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

img a:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus, a:hover {
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 0;
  width: 100vw;
  overflow-x: hidden;
}

@media screen and (min-width: 767px) {
  .container {
    margin-top: 7.72231vw !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: 18.5vw !important;
  }
}

.home .container {
  position: relative;
  z-index: 0;
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .home .container {
    padding-top: 0 !important;
  }
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

/*--- google map レスポンシブ-----------------------------------------------------*/
.google_map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 100%;
  /* padding-topでもOK */
  overflow: hidden;
}

.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}

/*--- google map レスポンシブ-----------------------------------------------------*/
/*--- ナビゲーション -----------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes hoverIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes hoverOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(110%);
  }
}

.header__top__logo {
  width: 9vw;
  margin: 0 0.5vw 0 1.28vw;
  display: block;
}

.header__top__logo a {
  display: block;
}

.header__top__logo a img {
  display: block;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 11.23076923vw;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .header {
    height: 12.96296296vw;
    padding: 0 4.166666667vw;
  }
}

@media screen and (min-width: 768px) {
  .header {
    justify-content: center;
  }
  .header .nav-toggle {
    display: none;
  }
  .header .header__nav {
    position: relative;
    display: flex;
  }
}

.header__logo {
  width: 14.30769231vw;
  margin-right: 7.1vw;
}

@media screen and (max-width: 767px) {
  .header__logo {
    position: absolute;
    width: 25.09259259vw;
    margin: 0.3703703704vw 0 0 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

.header__logo img {
  display: block;
}

.header__nav {
  display: none;
  height: 100%;
}

.header__nav__search {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2B2B2B;
  background-image: linear-gradient(to bottom, #2b2b2b 0, #000001 100%);
  align-items: center;
}

.header__nav__search.is-active {
  display: flex;
}

.header__nav__search__form {
  position: relative;
  display: flex;
  height: 2.375rem;
  width: calc(100% - 44px - .8rem);
  background-color: #363636;
}

.header__nav__search__form__text {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: 0;
  padding-left: .8rem;
  color: white;
}

.header__nav__search__form__submit {
  position: absolute;
  top: 0;
  right: .8rem;
  height: 100%;
  width: 20px;
  border: 0;
  text-indent: -999px;
}

.header__nav__search__close {
  display: flex;
  height: 100%;
  width: 2.6875rem;
  margin-left: auto;
  border: none;
  background-size: cover;
  outline: 0;
}

.header__nav__list {
  display: flex;
  align-items: baseline;
  height: 100%;
}

.header__nav__item {
  height: auto;
  margin: 0 1.1620553357vw;
}

.header__nav__item:first-child {
  margin-left: 0;
}

.header__nav__item:last-child {
  margin-right: 0;
}

.header__nav__item:last-child .header__nav__item__link {
  padding-right: 0;
}

.header__nav__item--icons {
  display: flex;
  height: 100%;
  margin-left: auto;
}

.header__nav__item__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #221815;
  font-size: 20px;
  font-size: 0.79051vw;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}

.header__nav__item__link:hover {
  border-bottom: 1px solid #000000;
}

.header__nav__item__link--icon img {
  width: 20px;
}

.header__nav__item__link--icon:after {
  display: none;
}

.header__nav__item_sns {
  width: 70vw;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin: 0 auto 0;
  position: relative;
  z-index: 10;
  top: 1.1vw;
}

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

.header__nav__item_sns .header__nav__item_sns_item {
  display: block;
}

.header__nav__item_sns .header__nav__item_sns_item .header__nav__item__link {
  width: 1.1067193676vw;
  margin: 0 0 0 0.9407114626vw;
  display: block;
  border-bottom: 0 solid #ffffff;
}

.header__nav__item_sns .header__nav__item_sns_item:first-child .header__nav__item__link {
  margin: 0 0 0;
}

.header__nav__item_sns .header__nav__item_sns_item:hover {
  border-bottom: 0 solid #ffffff;
}

.page-template-page-news-php .item__link_news,
.single-format-standard .item__link_news,
.date.archive .item__link_news,
.page-template-page-project .item__link_proj,
.project-template-default.single .item__link_proj,
.page-template-page-concept .item__link_conc,
.page-template-page-company .item__link_com,
.page-template-page-contact .item__link_cont {
  border-bottom: 1px solid #000000;
}

.nav-toggle {
  display: block;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: transparent;
}

.nav-toggle {
  position: absolute;
  right: 7.240741vw;
  top: 35.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 100;
}

.nav-toggle__open,
.nav-toggle__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}

.menuWrapper {
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
}

#menuButton {
  display: block;
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: -5.5px;
  bottom: 0;
  left: 0;
  right: -20px;
  width: 6.203703704vw;
  height: 0.5555555556vw;
  margin: auto;
  background: #000000;
}

#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000000;
}

#menuButton::before {
  z-index: 2;
  transform: translate(0, -2.03704vw);
  content: "";
}

#menuButton::after {
  z-index: 2;
  transform: translate(0, 2.03704vw);
  content: "";
}

#menuButton span {
  opacity: 1;
  transition: opacity 350ms 50ms;
}

#menuButton::before,
#menuButton::after {
  transition: transform 350ms;
}

.is-active #menuButton span {
  opacity: 0;
  transition: opacity 350ms;
}

.is-active #menuButton::before {
  transform: rotate(45deg);
}

.is-active #menuButton::after {
  transform: rotate(-45deg);
}

.nav {
  position: absolute;
  right: 0;
  overflow-y: hidden;
  top: 18.396296vw;
  display: flex;
  flex-direction: column;
  width: 0;
  background: #f7f7f7;
  transition: all ease-out .4s;
  transform: translateX(0);
  opacity: 0;
  z-index: -10;
}

@media screen and (max-width: 767px) {
  .nav.is-open {
    width: 41.98148148vw;
    opacity: 1;
    transform: translateX(0);
    z-index: 100;
  }
}

.nav__list {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .nav__list {
    padding: 0.2777777778vw 0 6.944444444vw;
  }
}

@media screen and (max-width: 767px) {
  .is-open .nav__list {
    height: auto;
  }
}

.nav__item {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  opacity: 0;
  transform: translateX(5vw);
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}

.nav.is-open .nav__item:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.nav.is-open .nav__item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

.nav.is-open .nav__item:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.nav.is-open .nav__item:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}

.nav.is-open .nav__item:nth-child(5) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.nav.is-open .nav__item:nth-child(6) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}

.nav.is-open .nav__item:nth-child(7) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.nav.is-open .nav__item:nth-child(8) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}

.nav__item_sns {
  display: flex;
  margin: 5.555555554vw 8.333333333vw 0 8.333333333vw;
}

.nav__item_sns .nav__item_sns_item {
  width: 4.444444444vw;
  display: block;
  margin: 0 0 0 4.259259259vw;
}

.is-open .nav__item {
  height: auto;
}

.nav__item__last .nav__item__wrapper {
  border-bottom: 0px solid #797979;
}

.nav__item__wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #000000;
  text-shadow: 0 0 0 transparent;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 84.33333px;
  font-size: 3.33333vw;
  margin: 0 8.333333333vw;
  padding: 4.16666666621vw 0;
  border-bottom: 1px solid #797979;
}

.nav__item__wrapper .nav__item__icon {
  opacity: .5;
}

.nav__item__wrapper:active,
.nav__item__wrapper.is-selected .nav__item__icon {
  opacity: 1;
}

.nav__item__icon {
  width: 2rem;
  margin-right: 0.8rem;
  pointer-events: none;
}

.nav--right {
  position: absolute;
  top: 3.75rem;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 3.75rem);
  width: calc(100% - (2rem + 0.8rem * 2));
  background-color: #08367E;
  color: white;
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.75);
  transition: all ease-out .2s;
  transform: translateX(100%);
  opacity: .1;
}

.nav--right.is-open {
  opacity: 1;
  transform: translateX(0);
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80%;
  text-transform: uppercase;
  color: white;
}

#fixedbox {
  width: 100vw;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  background: #ffffff;
  padding: 1.3vw 0 1.8vw;
  margin: 0 auto;
  z-index: 999;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #fixedbox {
    padding: 2.9801639584vw 0 2.7801639584vw;
  }
}

@media screen and (min-width: 767px) {
  #fixedbox {
    opacity: 1;
  }
}

#fixedbox.nav_fedein {
  opacity: 1;
  z-index: 10;
  width: 100vw;
}

.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.home .is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}

/*--- ナビゲーション -----------------------------------------------------*/
/*--- TOP&オールプロジェクト -----------------------------------------------------*/
.content_sec_wrap {
  margin: 0.5533596838vw auto 0;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap {
    margin: 2.037037037vw auto 0;
  }
}

.content_sec_wrap .content_sec {
  width: 70vw;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  background: #f7f7f7;
  margin: 0 auto 0.5533596838vw;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec {
    width: 100%;
    margin: 0 auto 2.037037037vw;
    flex-flow: column nowrap;
    display: block;
  }
}

.content_sec_wrap .content_sec_img {
  width: 44.268774704vw;
  box-sizing: border-box;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_img {
    width: 100%;
    padding: 8.333333333vw 8.333333333vw 0 8.333333333vw;
  }
}

.content_sec_wrap .content_sec_img img {
  line-height: 0;
}

.content_sec_wrap .content_sec_text {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  background: #f7f7f7;
  padding: 0 3.64vw 0 5.0469169961vw;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_text {
    width: 83.333333334vw;
    margin: 0 auto;
    flex: none;
    padding: 12.4074074044vw 0 34.722222225vw 0;
  }
}

.content_sec_wrap .content_sec_text .content_sec_title_en {
  font-size: 32.2px;
  font-size: 1.27273vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.24rem;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_text .content_sec_title_en {
    font-size: 106.07407px;
    font-size: 4.19265vw;
    line-height: 1.7;
    letter-spacing: 0.15rem;
  }
}

.content_sec_wrap .content_sec_text .content_sec_time {
  font-size: 16.8px;
  font-size: 0.66403vw;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_text .content_sec_time {
    font-size: 70.27778px;
    font-size: 2.77778vw;
    margin: 0.2777777778vw 0 0;
  }
}

.content_sec_wrap .content_sec_text .content_sec_title_news {
  margin: 0.968379447vw 0 0;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_text .content_sec_title_news {
    margin: 4.70371vw 0 0 !important;
  }
}

.content_sec_wrap .content_sec_text .content_sec_title {
  font-size: 28.84px;
  font-size: 1.13992vw;
  line-height: 1.6;
  margin: 1.57707509918vw 0 0;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1vw;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_text .content_sec_title {
    font-size: 137.55556px;
    font-size: 5.43698vw;
    line-height: 1.6;
    margin: 3.6203703725vw 0 0 -0.2rem;
    letter-spacing: 0.01rem;
    -moz-font-feature-settings: "none";
    -webkit-font-feature-settings: "none";
    font-feature-settings: "none";
  }
}

.content_sec_wrap .content_sec_text .content_sec_line {
  display: block;
  background: #000000;
  width: 5px;
  height: 1px;
  margin: 0.5533596838vw 0 0 0.2vw;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_text .content_sec_line {
    width: 4px;
    margin: 4.074074074vw 0 4.351851852vw 0.2vw;
  }
}

.content_sec_wrap .content_sec_text .content_sec_txt {
  font-size: 20px;
  font-size: 0.79051vw;
  line-height: 1.8;
  margin: 0.47035573123vw 0 0;
  letter-spacing: 0.02rem;
  width: 17vw;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_text .content_sec_txt {
    width: 100%;
    font-size: 93.7037px;
    font-size: 3.7037vw;
    line-height: 1.95;
    margin: 0 0 0;
    -moz-font-feature-settings: 'palt' 1;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.04rem;
    text-align: justify;
  }
}

.content_sec_wrap .content_sec_text .content_sec_link {
  width: 14.211343871vw;
  display: block;
  margin: 0.99604743056vw 0 0;
}

@media screen and (max-width: 767px) {
  .content_sec_wrap .content_sec_text .content_sec_link {
    width: 100%;
    margin: 7.013888889vw 0 0;
  }
}

/*--- TOP&オールプロジェクト -----------------------------------------------------*/
/*--- ページ メインヴィジュアル -----------------------------------------------------*/
.page_mainv {
  position: relative;
}

.page_mainv .page_mainv_title_wrap {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 2.213438735vw 0;
  width: 43.87351779vw;
}

@media screen and (max-width: 767px) {
  .page_mainv .page_mainv_title_wrap {
    width: 83.33333333vw;
    padding: 5vw 0;
  }
}

.page_mainv .page_mainv_title_wrap .page_mainv_title {
  font-size: 52px;
  font-size: 2.05534vw;
  text-align: center;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bolder;
  letter-spacing: 1vw;
  margin: 0 -0.85vw 0 0;
}

@media screen and (max-width: 767px) {
  .page_mainv .page_mainv_title_wrap .page_mainv_title {
    font-size: 121.81481px;
    font-size: 4.81481vw;
    letter-spacing: 1.5vw;
  }
}

.page_mainv .page_mainv_title_wrap .page_mainv_title_en {
  font-size: 20px;
  font-size: 0.79051vw;
  text-align: center;
  font-weight: normal;
  margin: 0.1976284585vw auto 0;
}

@media screen and (max-width: 767px) {
  .page_mainv .page_mainv_title_wrap .page_mainv_title_en {
    font-size: 46.85185px;
    font-size: 1.85185vw;
    margin: 0.7407407407vw auto 0;
  }
}

/*--- ページ メインヴィジュアル -----------------------------------------------------*/
/*--- フッター -----------------------------------------------------*/
.footer_sec {
  width: 70vw;
  margin: 0 auto 0;
}

@media screen and (max-width: 767px) {
  .footer_sec {
    width: 100%;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_sec_guide_copyright {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 8.8888888886vw 0 0;
  }
}

.footer_sec_guide {
  display: flex;
  align-items: center;
  margin: 0vw auto 0;
}

@media screen and (max-width: 767px) {
  .footer_sec_guide {
    width: 83.33333333vw;
    margin: 0 auto 0;
  }
}

.footer_sec_guide .footer_sec_guide_link {
  font-family: 'Ropa Sans', sans-serif;
  line-height: 1;
  display: flex;
}

.footer_sec_guide .footer_sec_guide_link a {
  font-size: 16.8px;
  font-size: 0.66403vw;
  color: #000000;
  padding: 0 0.60869565218vw;
  line-height: 1.05;
  font-weight: normal;
  font-family: 'Ropa Sans', sans-serif;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
  .footer_sec_guide .footer_sec_guide_link a {
    font-size: 65.59259px;
    font-size: 2.59259vw;
    padding: 0 2.12962963vw;
  }
}

.footer_sec_guide .footer_sec_guide_link:first-child a {
  padding: 0 0.6vw 0 0;
}

@media screen and (max-width: 767px) {
  .footer_sec_guide .footer_sec_guide_link:first-child a {
    padding: 0 2.12962963vw 0 0;
  }
}

.footer_sec_guide .separated {
  font-size: 15.4px;
  font-size: 0.6087vw;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: block;
}

@media screen and (max-width: 767px) {
  .footer_sec_guide .separated {
    font-size: 60px;
    font-size: 2.37154vw;
  }
}

.footer_sec_addcopy {
  width: 100%;
  color: #000000;
  background: #f7f7f7;
  padding: 6.6403162056vw 0 2.7944664034vw;
}

@media screen and (max-width: 767px) {
  .footer_sec_addcopy {
    padding: 12.96296296vw 0 8.148148148vw;
    display: flex;
    justify-content: center;
  }
}

.footer_sec_addcopy .footer_sec_addcopy_inr {
  width: 63.110671939vw;
  display: flex;
  margin: 0 auto;
  align-items: flex-start;
  line-height: 1.05;
}

@media screen and (max-width: 767px) {
  .footer_sec_addcopy .footer_sec_addcopy_inr {
    width: 83.33333333vw;
    flex-flow: column nowrap;
    justify-content: center;
    margin: 0;
  }
}

.footer_sec_addcopy .footer_sec_addcopy_contact {
  width: 14.221343871vw;
  padding: 0.5533596838vw 0;
  line-height: 0;
  background: #000000;
  display: block;
  margin: 0 1.6600790514vw 0 0;
}

@media screen and (max-width: 767px) {
  .footer_sec_addcopy .footer_sec_addcopy_contact {
    width: 100%;
    font-size: 70.27778px;
    font-size: 2.77778vw;
    padding: 3.148148148vw 0;
    margin: 7.9629629626vw 0 0;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

.footer_sec_addcopy .footer_sec_addcopy_contact img {
  width: 1.134387352vw;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer_sec_addcopy .footer_sec_addcopy_contact img {
    width: 6.481481481vw;
  }
}

.footer_sec_addcopy .footer_sec_addcopy_address_contact {
  width: 30.158102765vw;
}

@media screen and (max-width: 767px) {
  .footer_sec_addcopy .footer_sec_addcopy_address_contact {
    width: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.footer_sec_addcopy .footer_sec_addcopy_address_contact .footer_sec_addcopy_address {
  font-size: 16.8px;
  font-size: 0.66403vw;
  line-height: 1.66666667;
  letter-spacing: 0.1rem;
  margin: -0.15rem 0 0 0;
  width: 29.5vw;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .footer_sec_addcopy .footer_sec_addcopy_address_contact .footer_sec_addcopy_address {
    width: 100%;
    font-size: 65.59259px;
    font-size: 2.59259vw;
    line-height: 2;
    letter-spacing: 0.01rem;
    margin: 0;
  }
  .footer_sec_addcopy .footer_sec_addcopy_address_contact .footer_sec_addcopy_address br {
    display: block;
  }
}

.footer_sec_addcopy .footer_sec_addcopy_copyright {
  font-size: 16.8px;
  font-size: 0.66403vw;
  margin-left: auto;
  font-family: 'Ropa Sans', sans-serif;
  letter-spacing: 0.05rem;
  display: block;
  line-height: 1.2;
  margin-top: 0.4vw;
}

@media screen and (max-width: 767px) {
  .footer_sec_addcopy .footer_sec_addcopy_copyright {
    font-size: 65.59259px;
    font-size: 2.59259vw;
    margin: 0.7407407407vw 0 0;
    display: block;
  }
}

/*--- フッター -----------------------------------------------------*/
/*--- ページトップ ボタン -----------------------------------------------------*/
#page-top {
  width: 1.18vw;
  position: fixed;
  bottom: 3.05vw;
  right: 17vw;
}

#page-top a:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #page-top {
    width: 4.537037037vw;
    position: fixed;
    bottom: 8.148148148vw;
    right: 8.333333333vw;
  }
}

/*--- ページトップ ボタン -----------------------------------------------------*/
/*--- ページタイトル 共通 -----------------------------------------------------*/
.page_title_wrap {
  width: 70vw;
  margin: 0 auto;
  text-align: left;
  padding: 4vw 0 0;
}

@media screen and (max-width: 767px) {
  .page_title_wrap {
    width: 83.33333333vw;
    padding: 14.4444444458vw 0 0;
  }
}

.page_title_wrap .page_title {
  height: 1.2173913045vw;
  display: block;
}

@media screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    height: 4.074074074vw;
  }
}

.page_title_wrap .page_title img {
  width: auto !important;
  height: 100% !important;
  display: block;
}

.page_title_wrap .page_sub_txt {
  font-size: 24.54851px;
  font-size: 0.9703vw;
  text-align: left;
  margin: 0.9960474307vw 0 0 -0.07rem;
  display: block;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .page_title_wrap .page_sub_txt {
    font-size: 103.07407px;
    font-size: 4.07407vw;
    margin: 9.9999999975vw 0 0 0;
  }
}

/*--- ページタイトル -----------------------------------------------------*/
/*--- プロジェクト ページタイトル 個別設定 -----------------------------------------------------*/
#project_page_title {
  margin-bottom: 4.279vw;
}

@media screen and (max-width: 767px) {
  #project_page_title {
    margin-bottom: 6.388888889vw;
  }
}

/*--- プロジェクト ページタイトル 個別設定 -----------------------------------------------------*/
/*--- COMPANY ページタイトル 個別設定 -----------------------------------------------------*/
#message_page_title {
  padding: 12.41106719vw 0 0;
}

@media screen and (max-width: 767px) {
  #message_page_title {
    padding: 65.3703703712vw 0 0;
  }
}

/*--- COMPANY ページタイトル 個別設定 -----------------------------------------------------*/
/*--- PRIVACY POLICY ページタイトル 個別設定 -----------------------------------------------------*/
#privacypolicy_page_title .page_sub_txt {
  font-size: 24.54851px;
  font-size: 0.9703vw;
  line-height: 2;
  margin-top: 3.77vw;
}

@media screen and (max-width: 767px) {
  #privacypolicy_page_title .page_sub_txt {
    font-size: 65.59259px;
    font-size: 2.59259vw;
    margin-top: 9.475962524vw;
  }
}

/*--- PRIVACY POLICY ページタイトル 個別設定 -----------------------------------------------------*/
/*--- CONTACT ページタイトル 個別設定 -----------------------------------------------------*/
/*--- CONTACT ページタイトル 個別設定 -----------------------------------------------------*/
/*--- CONCEPT ページタイトル 個別設定 -----------------------------------------------------*/
#concept_page_title {
  padding: 4.26086956554vw 0 0;
}

@media screen and (max-width: 767px) {
  #concept_page_title {
    width: 91.75926vw;
    padding: 19.259259261vw 0 0;
  }
}

/*--- CONCEPT ページタイトル 個別設定 -----------------------------------------------------*/
/*--- works 一覧ページ -----------------------------------------------------*/
/*--- works 一覧ページ -----------------------------------------------------*/
/*--- PROJECT 個別記事 -----------------------------------------------------*/
.project_single_content {
  width: 70vw;
  margin: 0 auto 12.6138613878vw;
}

@media screen and (max-width: 767px) {
  .project_single_content {
    width: 83.333333334vw;
    margin: 0 auto 27.77777778vw;
  }
}

.project_single_content .project_single_head {
  display: flex;
  justify-content: space-between;
  margin: 2.70297029752vw auto 0;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head {
    flex-flow: column nowrap;
    margin: 6.018518518vw auto 0;
  }
}

.project_single_content .project_single_head .project_single_title {
  width: 31.5346534696vw;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_title {
    width: 83.333333334vw;
  }
}

.project_single_content .project_single_head .project_single_title .project_number {
  font-size: 40.08317px;
  font-size: 1.58431vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_title .project_number {
    font-size: 112.44444px;
    font-size: 4.44444vw;
  }
}

.project_single_content .project_single_head .project_single_title .project_title_en {
  font-size: 54.11089px;
  font-size: 2.13877vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.6;
  margin: 0.2vw auto 0;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_title .project_title_en {
    font-size: 149.92593px;
    font-size: 5.92593vw;
    margin: 0.462962963vw auto 0;
  }
}

.project_single_content .project_single_head .project_single_title .project_title {
  font-size: 21.04158px;
  font-size: 0.83168vw;
  margin: 0.69306930696vw auto 0;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_title .project_title {
    font-size: 56.22222px;
    font-size: 2.22222vw;
    margin: 1.851851852vw auto 0;
  }
}

.project_single_content .project_single_head .project_single_txt {
  width: 36.6287128758vw;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_txt {
    width: 83.333333334vw;
  }
}

.project_single_content .project_single_head .project_single_txt .project_single_title_txt {
  font-size: 35.06931px;
  font-size: 1.38614vw;
  line-height: 1.6;
  letter-spacing: 0.01rem;
  margin: 0 0 0 -0.2rem;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_txt .project_single_title_txt {
    font-size: 137.55556px;
    font-size: 5.43698vw;
    margin: 14.81481481vw 0 0 -0.2rem;
    line-height: 1.6;
  }
}

.project_single_content .project_single_head .project_single_txt .project_single_title_txt br {
  display: none;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_txt .project_single_title_txt br {
    display: block;
  }
}

.project_single_content .project_single_head .project_single_txt .project_single_line {
  width: 3px;
  height: 1px;
  display: block;
  background: #000;
  margin: 1.03960396045vw 0 0.76237623766vw 0.1rem;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_txt .project_single_line {
    margin: 2.962962963vw 0 2.962962963vw;
  }
}

.project_single_content .project_single_head .project_single_txt .project_single_project_txt {
  font-size: 24.54851px;
  font-size: 0.9703vw;
  line-height: 2;
  letter-spacing: 0.05rem;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_txt .project_single_project_txt {
    font-size: 93.7037px;
    font-size: 3.7037vw;
    line-height: 1.95;
    -moz-font-feature-settings: 'palt' 1;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.04rem;
    text-align: justify;
  }
}

.project_single_content .project_single_head .project_single_txt .buy_btn_head a {
  width: 19.44615385vw;
  font-size: 24.54851px;
  font-size: 0.9703vw;
  background: #e30839;
  color: #ffffff;
  padding: 0.6vw 0 0.7vw;
  margin: 1.62871287146vw 0 0;
  letter-spacing: 0.04rem;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_head .project_single_txt .buy_btn_head a {
    width: 100%;
    font-size: 107.75926px;
    font-size: 4.25926vw;
    width: 100%;
    text-align: center;
    margin: 7.5vw auto 0;
    padding: 3.518518519vw 3vw 3.333333333vw;
  }
}

.project_single_content .project_single_content_sec {
  margin: 8.66336633707vw auto 0;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec {
    margin: 27.68518519vw auto 0;
  }
}

.project_single_content .project_single_content_sec p {
  font-size: 24.54851px;
  font-size: 0.9703vw;
  line-height: 2;
  letter-spacing: 0.005rem;
  word-break: break-all;
}

.project_single_content .project_single_content_sec p > img {
  margin: 1.73267326741vw auto 0;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec p > img {
    margin: 1.73267326741vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec p {
    font-size: 93.7037px;
    font-size: 3.7037vw;
    -moz-font-feature-settings: 'palt';
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    letter-spacing: 0.04rem;
    text-align: justify !important;
    line-height: 1.95;
  }
}

.project_single_content .project_single_content_sec p a {
  color: #000000;
  letter-spacing: 0.1rem;
}

.project_single_content .project_single_content_sec p a:hover {
  cursor: pointer;
}

.project_single_content .project_single_content_sec .title {
  font-size: 35.06931px;
  font-size: 1.38614vw;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .title {
    font-size: 137.55556px;
    font-size: 5.43698vw;
    text-align: left;
    letter-spacing: 0.01rem;
    line-height: 1.6;
    -moz-font-feature-settings: 'none';
    -webkit-font-feature-settings: 'none';
    font-feature-settings: 'none';
  }
}

.project_single_content .project_single_content_sec .title:after {
  content: " ";
  width: 4px;
  height: 1px;
  display: block;
  margin: 0.98099009888vw auto 0.90099009888vw;
  background: #000;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .title:after {
    margin: 4.074074074vw 0 4.351851852vw 1vw;
  }
}

.project_single_content .project_single_content_sec .txt {
  text-align: left;
  width: 44.7029702966vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .txt {
    width: 83.333333334vw;
  }
}

.project_single_content .project_single_content_sec .buybtn {
  text-align: center;
  background: #f7f7f7;
  padding: 1.73267326741vw 0;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .buybtn {
    background: transparent;
    padding: 0;
  }
}

.project_single_content .project_single_content_sec .buybtn a {
  width: 19.44615385vw;
  font-size: 24.54851px;
  font-size: 0.9703vw;
  background: #e30839;
  color: #ffffff;
  padding: 0.6vw 0 0.7vw;
  margin: 0 auto 0;
  letter-spacing: 0.04rem;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .buybtn a {
    font-size: 107.75926px;
    font-size: 4.25926vw;
    width: 100%;
    text-align: center;
    margin: 0vw auto 0;
    padding: 3.518518519vw 3vw 3.333333333vw;
  }
}

.project_single_content .project_single_content_sec .buybtn a:hover {
  cursor: pointer;
}

.project_single_content .project_single_content_sec .reupcy {
  font-size: 38.57624px;
  font-size: 1.52475vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .reupcy {
    text-align: left;
    font-size: 112.51472px;
    font-size: 4.44722vw;
  }
}

.project_single_content .project_single_content_sec .reupcy:before {
  content: " ";
  display: inline-block;
  background-image: url("/wrec/wp-content/themes/wp-recra/images/base/recra_icon.png");
  background-size: 1.24752475236vw 1.31683168358vw;
  position: relative;
  width: 1.24752475236vw;
  height: 1.31683168358vw;
  top: 0.1vw;
  right: 1.31683168358vw;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .reupcy:before {
    display: none;
  }
}

.project_single_content .project_single_content_sec .delivery {
  text-align: center;
  font-size: 31.56238px;
  font-size: 1.24752vw;
  text-decoration: underline;
  margin: 1.03960396045vw auto 0;
  line-height: 1.4;
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .delivery {
    text-align: left;
    font-size: 140.55556px;
    font-size: 5.55556vw;
    margin: 4.62962963vw auto 0;
    letter-spacing: -0.005rem;
  }
}

.project_single_content .project_single_content_sec .adres {
  text-align: center;
  margin: 0.62376237626vw auto 0;
}

@media screen and (max-width: 767px) {
  .project_single_content .project_single_content_sec .adres {
    text-align: left;
    margin: 6.666666667vw auto 0;
  }
}

/*--- works 個別記事 -----------------------------------------------------*/
/*--- NEWS ページ -----------------------------------------------------*/
.news_content {
  width: 70vw;
  display: flex;
  justify-content: space-between;
  margin: 3.74257425738vw auto 7.13861386157vw;
}

.news_content a {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .news_content {
    flex-direction: column;
    width: 83.33333333vw;
    margin: 9.4444444425vw auto 21.759259257vw;
  }
}

.news_content_main {
  width: 44.7029702966vw;
}

@media screen and (max-width: 767px) {
  .news_content_main {
    width: 83.33333333vw;
  }
}

.news_content_sec {
  margin: 9.87623762031vw 0 0;
}

@media screen and (max-width: 767px) {
  .news_content_sec {
    margin: 30.740740744vw 0 0;
  }
}

.news_content_sec:first-child {
  margin: 0;
}

.news_content_sec .news_content_titlebox {
  margin: 0 0 2.87623762391vw;
}

@media screen and (max-width: 767px) {
  .news_content_sec .news_content_titlebox {
    margin: 0 0 7.592592592vw;
  }
}

.news_content_sec .news_content_titlebox .news_content_title {
  font-size: 45.5901px;
  font-size: 1.80198vw;
  font-weight: normal;
  padding: 0 0 0.83168316835vw;
  line-height: 1.46153846154;
  border-bottom: 1px solid #7f7f7f;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 767px) {
  .news_content_sec .news_content_titlebox .news_content_title {
    font-size: 137.55556px;
    font-size: 5.43698vw;
    line-height: 1.6;
    padding: 0 0 3.703703704vw;
    letter-spacing: 0.01rem;
    -moz-font-feature-settings: "none";
    -webkit-font-feature-settings: "none";
    font-feature-settings: "none";
  }
}

.news_content_sec .news_content_titlebox .news_content_time {
  font-size: 17.53465px;
  font-size: 0.69307vw;
  display: block;
  margin: 1.03877227693vw 0 0;
}

@media screen and (max-width: 767px) {
  .news_content_sec .news_content_titlebox .news_content_time {
    font-size: 70.27778px;
    font-size: 2.77778vw;
    margin: 4.0740740733vw 0 0;
  }
}

.news_content_sec .news_content_txtbox {
  font-size: 24.54851px;
  font-size: 0.9703vw;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .news_content_sec .news_content_txtbox {
    font-size: 93.7037px;
    font-size: 3.7037vw;
    line-height: 1.95;
    letter-spacing: 0.05rem;
  }
}

.news_content_sec .news_content_txtbox p {
  font-size: 24.54851px;
  font-size: 0.9703vw;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .news_content_sec .news_content_txtbox p {
    font-size: 93.7037px;
    font-size: 3.7037vw;
    -moz-font-feature-settings: 'palt';
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    letter-spacing: 0.04rem;
    text-align: justify !important;
    line-height: 1.95;
  }
}

.page_nav {
  display: flex;
  margin: 5.9603960399vw 0 0;
}

@media screen and (max-width: 767px) {
  .page_nav {
    margin: 18.14814815vw 0 0;
    justify-content: space-between;
  }
}

.page_nav .page_previous {
  margin: 0 2.42574257438vw 0 0;
  display: block;
  line-height: 1;
}

.page_nav .page_previous a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 26.30198px;
  font-size: 1.0396vw;
}

@media screen and (max-width: 767px) {
  .page_nav .page_previous a {
    font-size: 89.01852px;
    font-size: 3.51852vw;
  }
}

.page_nav .page_next {
  line-height: 1;
  display: block;
}

.page_nav .page_next a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 26.30198px;
  font-size: 1.0396vw;
}

@media screen and (max-width: 767px) {
  .page_nav .page_next a {
    font-size: 89.01852px;
    font-size: 3.51852vw;
  }
}

.sidebar {
  width: 17.9851485137vw;
  margin: 0.41584158417vw 0 0;
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: 83.33333333vw;
  }
}

.sidebar .sidebar_content .sidebar_content_title {
  width: 100%;
  font-size: 31.56238px;
  font-size: 1.24752vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding: 0 0 1.35148514832vw;
  border-bottom: 1px solid #7f7f7f;
}

@media screen and (max-width: 767px) {
  .sidebar .sidebar_content .sidebar_content_title {
    font-size: 89.01852px;
    font-size: 3.51852vw;
    padding: 0 0 3.7037037033vw;
    letter-spacing: 0.15rem;
  }
}

.sidebar .sidebar_content .sidebar_content_title img {
  display: block;
}

.sidebar .sidebar_content .sidebar_content_list {
  margin: 1.49009901033vw 0 0;
}

@media screen and (max-width: 767px) {
  .sidebar .sidebar_content .sidebar_content_list {
    margin: 2.314814814vw 0 0;
  }
}

.sidebar .sidebar_content .sidebar_content_list li a {
  text-indent: -1em;
  margin: 0 0 0 -0.35069306932vw;
  font-size: 26.30198px;
  font-size: 1.0396vw;
  color: #000000;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .sidebar .sidebar_content .sidebar_content_list li a {
    font-size: 65.59259px;
    font-size: 2.59259vw;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .title_content {
    margin: 16.388888893vw 0 0;
  }
}

.sidebar .title_content .title_content_list li a {
  padding: 0.24257425743vw 0 0.81178951229vw 1em;
  line-height: 1.6;
}

.sidebar .title_content .title_content_list li a:before {
  content: "・";
}

.sidebar .archives_content {
  margin: 4.43564356493vw 0 0;
}

@media screen and (max-width: 767px) {
  .sidebar .archives_content {
    margin: 6.8518518538vw 0 0;
  }
}

.sidebar .archives_content .archives_content_title img {
  width: 0.38672562905vw;
}

@media screen and (max-width: 767px) {
  .sidebar .archives_content .archives_content_title img {
    width: 11.2962963vw;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .archives_content .archives_content_list {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .archives_content .archives_content_list li {
    width: 100%;
  }
}

.sidebar .archives_content .archives_content_list li a {
  padding: 0.13861386139vw 0 0.81178951229vw 1em;
}

/*--- NEWS ページ -----------------------------------------------------*/
/*--- コンタクトフォーム7 -----------------------------------------------------*/
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

/*--- コンタクトフォーム7 -----------------------------------------------------*/
/*--- 404 -----------------------------------------------------*/
.article_404 {
  text-align: center;
  padding: 5vw 0 10vw;
}

/*--- 404 -----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */