@charset "UTF-8";
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1E1D1C;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
  line-height: 1.8;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

p {
  line-height: 2;
  margin: 0.5em 0 1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/* ===============================================
# リンク
=============================================== */
a {
  color: #1E1D1C;
}
a:hover {
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax {
  pointer-events: none;
}

/* ===============================================
# リスト
=============================================== */
li {
  margin: 0 0 0.3em;
  line-height: 1.8;
}
li:last-child {
  margin-bottom: 0;
}

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

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

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

.lead {
  color: #1E1D1C;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #1E1D1C !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #1E1D1C;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col2 .col:not(:last-child) {
    margin-bottom: 0;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col:not(:last-child) {
    margin-bottom: 0;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

header {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #F3F2EE;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  z-index: 1000;
}
header .container {
  width: 100%;
  padding: 0 7.8125vw;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1023px) {
  header .container {
    width: 100%;
    max-width: calc(1000px + 9%);
  }
}
header .inner {
  position: relative;
}
@media (max-width: 1023px) {
  header .header {
    position: relative;
    width: 100%;
    z-index: 50;
  }
}
header .box {
  display: table;
  position: relative;
}
@media (max-width: 1023px) {
  header .box {
    width: 100%;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  header .title {
    display: table-cell;
    vertical-align: middle;
    min-height: 120px;
    padding: 1.875vw 0 1.875vw;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
  width: 305px;
  height: 46px;
}
@media (max-width: 1023px) {
  header .title a {
    width: 200px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  header .gnav {
    padding: 120px 36px;
  }
}
header .gnav nav > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  header .gnav nav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0em 1.125em;
  }
  header .gnav nav > ul li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  header .gnav nav > ul li {
    background: #FFF;
    margin: 0;
  }
  header .gnav nav > ul li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
header .gnav nav > ul li a {
  color: #1E1D1C;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "trajan-pro-3", serif;
}
@media (max-width: 1023px) {
  header .gnav nav > ul li a {
    color: #1E1D1C;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    line-height: 1;
    font-size: 18px;
  }
  header .gnav nav > ul li a span {
    display: inline;
    font-size: 10px;
    font-family: "ryo-gothic-plusn", sans-serif;
    line-height: 1.9;
  }
}
@media (min-width: 1024px) {
  header .gnav nav > ul li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #1E1D1C;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header .gnav nav > ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header .gnav nav > ul li a span {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 2%;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 1001;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #1E1D1C;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #1E1D1C;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #1E1D1C;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #1E1D1C;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/* ===============================================
# プルダウン
=============================================== */
header .gnav > nav > ul > li.has_under > a {
  position: relative;
}
header .gnav > nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1E1D1C;
  border-right: 1px solid #1E1D1C;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .gnav > nav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

header .gnav > nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
header .gnav > nav > ul > li > ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
header .gnav > nav > ul > li > ul a {
  background: rgba(30, 29, 28, 0.96);
}

@media (max-width: 1023px) {
  header .gnav > nav > ul > li > ul {
    margin-bottom: 1em;
    padding: 0 6%;
  }
  header .gnav > nav > ul > li > ul li {
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0.4em 4% 0.4em 15px;
  }
  header .gnav > nav > ul > li > ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #1E1D1C;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header .gnav > nav > ul > li > ul li:not(:last-child) {
    border-bottom: 0;
  }
  header .gnav > nav > ul > li > ul li:first-child {
    border-top: 0;
  }
}
@media (max-width: 1023px) {
  header .gnav > nav > ul > li > ul a {
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  header .gnav > nav > ul > li.has_under {
    position: relative;
  }
  header .gnav > nav > ul > li.has_under a {
    padding-right: 1.5em;
  }
  header .gnav > nav > ul > li.has_under a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > nav > ul > li.has_under a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > nav > ul > li.has_under ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    background: rgba(30, 29, 28, 0.9);
    z-index: 52;
    min-width: 230px;
  }
  header .gnav > nav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > nav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header .gnav > nav > ul > li.has_under ul li a {
    background: transparent;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
  }
}
#hero {
  padding: 0 6%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #hero {
    margin-bottom: 70px;
  }
}
#hero .hero_container {
  max-width: 1000px;
  padding-top: 120px;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  #hero .hero_container {
    padding-top: 40px;
  }
}
#hero .inner {
  position: relative;
}
#hero .box {
  background: #1E1D1C;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 57.805907173%;
  min-height: 548px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  #hero .box {
    min-height: auto;
    height: 200px;
    width: 100vw;
  }
}
#hero .mv_copy {
  position: absolute;
  inset: 0;
}
#hero .mv_copy img {
  max-width: 448px;
  width: 100%;
  top: auto;
  left: auto;
  right: 5.7142857143%;
  bottom: 8.431703204%;
  position: absolute;
}
@media (max-width: 1199px) {
  #hero .mv_copy img {
    max-width: none;
    width: 37.3333333333%;
  }
}
@media (max-width: 767px) {
  #hero .mv_copy img {
    width: 48%;
    bottom: 5.8666666667%;
    left: auto;
    right: 10.6666666667%;
    top: auto;
    max-width: 180px;
  }
}
#hero .hero_keywords {
  position: absolute;
  top: -14%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media (max-width: 1024px) {
  #hero .hero_keywords {
    right: -4%;
  }
}
@media (max-width: 767px) {
  #hero .hero_keywords {
    right: 0;
    top: -7%;
    gap: 10px;
  }
}
#hero .hero_keywords p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "trajan-pro-3", serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.117em;
  margin: 0;
}
@media (max-width: 767px) {
  #hero .hero_keywords p {
    font-size: 20px;
  }
}
#hero .hero_about {
  position: absolute;
  max-width: 333px;
  top: 38.3966244726%;
  left: 0;
}
@media (max-width: 1024px) {
  #hero .hero_about {
    left: -4%;
  }
}
@media (max-width: 767px) {
  #hero .hero_about {
    position: static;
    margin-top: 30px;
  }
}
#hero .hero_about .en {
  font-family: "trajan-pro-3", serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1;
}
@media (max-width: 767px) {
  #hero .hero_about .en {
    font-size: 13px;
  }
}
#hero .hero_about .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #hero .hero_about .name {
    font-size: 18px;
  }
}
#hero .hero_about .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #hero .hero_about .txt {
    font-size: 13px;
  }
}
#hero .hero_about .more a {
  margin-left: 0;
}
#hero .hero_skill {
  position: absolute;
  top: 60.6540084388%;
  right: 0;
  max-width: 335px;
}
@media (max-width: 1024px) {
  #hero .hero_skill {
    right: -4%;
  }
}
@media (max-width: 767px) {
  #hero .hero_skill {
    display: none;
  }
}
#hero .hero_skill p {
  font-family: "trajan-pro-3", serif;
  font-weight: 600;
  line-height: 1.875;
}

footer {
  background: #F3F2EE;
  color: #1E1D1C;
}
footer .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}
footer .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  footer .box {
    padding: 60px 0 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
footer .foot_logo {
  max-width: 100%;
  width: 308px;
}
footer .foot_logo img {
  max-width: 250px;
  display: block;
  margin-left: 0;
}
@media (max-width: 767px) {
  footer .foot_logo {
    width: 100%;
    padding: 30px 0;
    border-top: solid 1px rgba(123, 120, 117, 0.2);
    border-bottom: solid 1px rgba(123, 120, 117, 0.2);
  }
}
footer nav {
  width: calc(100% - 308px);
}
@media (max-width: 767px) {
  footer nav {
    width: 100%;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: right;
  margin: auto;
}
@media (max-width: 767px) {
  footer nav ul {
    text-align: left;
  }
}
footer nav ul li {
  display: inline-block;
  color: #1E1D1C;
  margin-bottom: 0;
  padding: 0 1em;
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
    padding: 0.8em 0;
  }
}
footer nav ul li a {
  color: #1E1D1C;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  font-family: "trajan-pro-3", serif;
  position: relative;
}
@media (max-width: 767px) {
  footer nav ul li a {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
    line-height: 1;
    font-size: 16px;
  }
  footer nav ul li a span {
    display: inline;
    font-size: 10px;
    font-family: "ryo-gothic-plusn", sans-serif;
    line-height: 1.9;
  }
}
@media (min-width: 768px) {
  footer nav ul li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #1E1D1C;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  footer nav ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer nav ul li a span {
    display: none;
  }
}
footer .copyright {
  text-align: center;
  color: #1E1D1C;
  padding: 0 10px 30px;
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 0 10px 30px;
  }
}
footer .copyright p {
  font-size: 12px;
  font-family: "trajan-pro-3", serif;
  color: #7B7875;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #1E1D1C;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1E1D1C;
  border-left: 2px solid #1E1D1C;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}

/* ---------------------
      pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: transparent;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
footer .pagetop:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: 1px #1E1D1C solid;
  border-right: 1px #1E1D1C solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  cursor: pointer;
}
footer .pagetop.active {
  opacity: 0.9;
  visibility: visible;
}
footer .pagetop.absolute {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media (max-width: 767px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  color: #1E1D1C;
  padding: 1.6666666667em 0.6666666667em;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "trajan-pro-3", serif;
}
@media (max-width: 767px) {
  .more a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.more a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #1E1D1C;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  will-change: width;
}
.more a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  top: 0;
  height: 1px;
  background-color: #1E1D1C;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  will-change: width;
}
.more a span {
  position: relative;
  display: table;
  margin: auto;
  padding: 0 2.9444444444em;
}
.more a span::before {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background: #1E1D1C;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50.5%;
  left: auto;
  right: 1px;
  margin: auto;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #1E1D1C;
}
.more a:hover::before, .more a:hover::after {
  width: 50%;
}
.more.left a {
  margin-left: 0;
  margin-right: auto;
}
.more.reverse a {
  color: #fff;
}
.more.reverse a::before, .more.reverse a::after {
  background-color: #fff;
}
.more.reverse a span::before {
  background: #fff;
}
.more.reverse a span:after {
  border-top: 1px solid #fff;
}

.more_b {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more_b a {
  display: block;
  color: #1E1D1C;
  padding: 1.2777777778em 0.6666666667em;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "trajan-pro-3", serif;
}
@media (max-width: 767px) {
  .more_b a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.more_b a::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #1E1D1C;
  will-change: width;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.more_b a span {
  position: relative;
  display: block;
}
.more_b a span::before {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background: #1E1D1C;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more_b a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50.5%;
  left: auto;
  right: 1px;
  margin: auto;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #1E1D1C;
}
.more_b a:hover::before {
  width: 0;
}
.more_b.left a {
  margin-left: 0;
  margin-right: auto;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  line-height: 1.8;
}
table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  padding: 1em;
}
@media (max-width: 767px) {
  .table-default td,
  .table-default th {
    padding: 0.7em 0.5em;
  }
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #1E1D1C;
}
.table-default th {
  background: #1E1D1C;
  color: #fff;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default tr:not(:last-child) td {
  border-bottom: 0;
}
.table-default tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}
.table-default tr:first-child th {
  border-bottom: 1px solid #fff;
}
.table-default tr:last-child th {
  border-bottom: 1px solid #1E1D1C;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-menu td,
.table-menu th {
  padding: 1em 1em;
  border-top: 1px solid #1E1D1C;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.table-menu tr:last-child th,
.table-menu tr:last-child td {
  border-bottom: 1px solid #1E1D1C;
}

.table-menu02 th,
.table-menu02 td {
  padding: 19px 40px;
}
@media (max-width: 767px) {
  .table-menu02 th,
  .table-menu02 td {
    padding: 16px 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .table-menu02 th:empty,
  .table-menu02 td:empty {
    display: none;
  }
}
.table-menu02 th {
  text-align: left;
  background: rgba(30, 29, 28, 0.1);
}
.table-menu02 th:nth-of-type(2) {
  background: rgba(30, 29, 28, 0.3);
}
.table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(30, 29, 28, 0.2);
}
@media (min-width: 768px) {
  .table-menu02 td {
    text-align: right;
  }
}
.table-menu02 thead th {
  background: rgba(30, 29, 28, 0.8);
  color: #fff;
}
.table-menu02 thead th:empty {
  background: rgba(30, 29, 28, 0.8);
}
.table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(30, 29, 28, 0.2);
}
.table-menu02 tbody th {
  border-top: 1px solid rgba(30, 29, 28, 0.2);
}
.table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(30, 29, 28, 0.1);
}
.table-menu02 tbody th + th {
  border-top: 1px solid rgba(30, 29, 28, 0.2);
}

.table-schedule {
  width: 100%;
}
.table-schedule thead {
  background: #1E1D1C;
}
.table-schedule tbody {
  color: #1E1D1C;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-schedule td,
.table-schedule th {
  border: 1px solid #1E1D1C;
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
.table-schedule thead th {
  background: #1E1D1C;
  color: #fff;
  border-bottom: 0;
}
.table-schedule thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-schedule thead th:first-child {
  border-left: 0;
}
.table-schedule thead th:not(:first-child) {
  border-bottom: 0;
}
.table-schedule thead td:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th {
  background: rgba(30, 29, 28, 0.15);
}
.table-schedule tbody th:not(:first-child) {
  border-left: 0;
}
.table-schedule tbody th + td {
  border-left: 0;
}
.table-schedule tbody tr:not(:first-child) > th {
  border-top: 0;
}
.table-schedule tbody tr:not(:first-child) > td {
  border-top: 0;
}
.table-schedule td {
  background: #fff;
}
.table-schedule td:not(:first-child) {
  border-left: 0;
}

.table-summary {
  width: 100%;
}
@media (max-width: 767px) {
  .table-summary {
    display: block;
    border-bottom: 1px solid #dbd8ce;
  }
}
@media (max-width: 767px) {
  .table-summary thead,
  .table-summary tbody {
    display: block;
  }
}
.table-summary tr {
  border-top: 1px solid #dbd8ce;
  border-bottom: 1px solid #dbd8ce;
}
.table-summary tr:first-of-type {
  border-top: 0;
}
@media (max-width: 767px) {
  .table-summary tr {
    border-top: 1px solid #dbd8ce;
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
.table-summary td,
.table-summary th {
  padding: 1.4em 1em;
  text-align: left;
}
@media (max-width: 767px) {
  .table-summary td,
  .table-summary th {
    display: block;
    padding: 0;
  }
}
.table-summary th {
  width: 26%;
  font-weight: 500;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .table-summary th {
    width: 100%;
    padding-left: 0;
  }
}
.table-summary th .en {
  font-family: "trajan-pro-3", serif;
  color: #7B7875;
  display: inline-block;
  font-size: 12px;
  margin-left: 2em;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
h2.js-text span,
.under_h1.js-text span {
  display: inline-block;
  will-change: transform, opacity;
}
h2.en,
.under_h1.en {
  font-family: "trajan-pro-3", serif;
  font-size: 64px;
  letter-spacing: 0.1em;
  color: #1E1D1C;
  font-weight: normal;
  margin: auto;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 767px) {
  h2.en,
  .under_h1.en {
    font-size: 32px;
  }
}
h2.en span.ja,
.under_h1.en span.ja {
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  display: block;
  letter-spacing: 0;
  margin-top: 0.625em;
}
@media (max-width: 767px) {
  h2.en span.ja,
  .under_h1.en span.ja {
    font-size: 15px;
  }
}
h2.left,
.under_h1.left {
  text-align: left;
}

.h2_ja {
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  display: block;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 1.25em;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .h2_ja {
    font-size: 15px;
  }
}

h3.archive_ttl {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #1E1D1C;
  margin: 0;
  margin-bottom: 0.2666666667em;
  word-wrap: break-word;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  h3.archive_ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
h3.single_h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #1E1D1C;
  margin: 0;
  margin-bottom: 0.3em;
  word-wrap: break-word;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  h3.single_h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h3.skill_h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #1E1D1C;
  margin: 0;
  margin-bottom: 0.7em;
  word-wrap: break-word;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  h3.skill_h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
h3.en {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 1.1111111111em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
  font-family: "trajan-pro-3", serif;
}
@media (max-width: 767px) {
  h3.en {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h3.en span.ja {
  display: block;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  h3.en span.ja {
    font-size: 14px;
  }
}

h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1E1D1C;
  line-height: 1.8;
  margin: 0 0 0.5em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.9em;
  background: #1E1D1C;
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(30, 29, 28, 0.2);
  border-radius: 4px;
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.6em;
  border-radius: 4px;
  height: 2.6em;
  font-size: 1em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 2.6em;
  color: #fff;
  text-indent: 0.55em;
  letter-spacing: 0.2em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0em);
  left: 20px;
  bottom: auto;
  margin: 0 auto;
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(30, 29, 28, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(30, 29, 28, 0.1);
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #1E1D1C;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #1E1D1C;
  border-right: 3px solid #1E1D1C;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  background: #1E1D1C;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.news-list {
  margin: 0;
}
@media (min-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.news-list dt,
.news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1.875em 0;
  border-bottom: 1px solid rgba(30, 29, 28, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding: 1em 0;
  }
}
.news-list dt:first-of-type,
.news-list dd:first-of-type {
  border-top: 1px solid rgba(30, 29, 28, 0.4);
}
@media (max-width: 767px) {
  .news-list dt,
  .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  .news-list dt {
    width: 160px;
    padding-left: 1.25em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  .news-list dd {
    padding-top: 0.5em;
  }
  .news-list dd:first-of-type {
    border-top: 0;
  }
}
.news-list a {
  text-decoration: none;
}
.news-list a:hover {
  text-decoration: underline;
}

.single-wrap > .container,
.archive-list > .container {
  max-width: 1240px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .single-wrap > .container,
  .archive-list > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.8em 0;
  border-bottom: 1px solid rgba(30, 29, 28, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(30, 29, 28, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(30, 29, 28, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(30, 29, 28, 0.1);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(30, 29, 28, 0.1);
  color: #1E1D1C;
  border: 1px solid #1e1d1c;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #1E1D1C;
  color: #FFF;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #1E1D1C;
  border-right: 1px solid #1E1D1C;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #1E1D1C;
  border-right: 1px solid #1E1D1C;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

body {
  background: #F3F2EE;
}

body:not(.home) main section {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  body:not(.home) main section {
    margin-bottom: 70px;
  }
}
body:not(.home) main section:last-child {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  body:not(.home) main section:last-child {
    margin-bottom: 120px;
  }
}
body:not(.home) main .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}

.row:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ===============================================
# ぱんくずリスト
=============================================== */
.bread {
  margin-top: 26px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
  }
}
.bread .container {
  max-width: calc(1200px + 12%) !important;
  padding: 0 6%;
}
.bread ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .bread ul > * {
    font-size: 12px;
  }
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.6em;
  height: 1px;
  position: absolute;
  top: 48%;
  left: calc(100% + 0.72em);
  right: auto;
  bottom: auto;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1E1D1C;
}
.bread a {
  text-decoration: none;
}

/* ===============================================
# 各下層調整
=============================================== */
@media (min-width: 768px) {
  #top-mv.under_mv .mv_text {
    margin-top: 50px;
  }
}

.under_h2 {
  font-family: "trajan-pro-3", serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  color: #1E1D1C;
  font-weight: normal;
  margin: auto;
  text-align: left;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .under_h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.under_h2 span.ja {
  font-size: 18px;
  font-family: "ryo-gothic-plusn", sans-serif;
  display: inline-block;
  letter-spacing: 0;
  margin-left: 1.2222222222em;
}
@media (max-width: 767px) {
  .under_h2 span.ja {
    font-size: 15px;
  }
}

.about_ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  display: inline-block;
  font-size: 26px;
}
@media (max-width: 767px) {
  .about_ttl {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.about_ttl span.en {
  font-size: 15px;
  font-family: "trajan-pro-3", serif;
  display: inline-block;
  letter-spacing: 0;
  margin-left: 1.3333333333em;
}
@media (max-width: 767px) {
  .about_ttl span.en {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .skill_box .about_ttl {
    margin-bottom: 16px;
  }
}
.skill_box .tools {
  font-family: "trajan-pro-3", serif;
}

/* ===============================================
# 投稿一覧
=============================================== */
.archive-works .archive_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 1.563vw;
}
@media (max-width: 767px) {
  .archive-works .archive_box {
    gap: 36px;
  }
}
.archive-works .archive_box > * {
  width: calc((100% - 3.126vw) / 3 - 1px);
}
@media (max-width: 1024px) {
  .archive-works .archive_box > * {
    width: calc((100% - 1.563vw) / 2 - 1px);
  }
}
@media (max-width: 767px) {
  .archive-works .archive_box > * {
    width: 100%;
  }
}
.archive-works .archive_item > a {
  text-decoration: none;
  display: block;
}
.archive-works .archive_item > a:hover .archive_thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-works .archive_thumbnail {
  overflow: hidden;
}
.archive-works .archive_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5974440895;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.archive-works .archive_text {
  margin-top: 12px;
}
.archive-works .archive_text a {
  text-decoration: none;
}
.archive-works .archive_text .archive_category {
  line-height: 1.5;
  font-family: "trajan-pro-3", serif;
  margin-bottom: 2px;
  font-size: 13px;
}
.archive-works .archive_text .archive_category span {
  color: #7b7875;
}
.archive-works .archive_text .archive_category span.time {
  display: inline-block;
  margin-left: 10px;
}
.archive-works .archive_text .archive_tag {
  font-size: 12px;
  color: #7b7875;
}
.archive-works .archive_text .archive_tag p {
  line-height: 1.5;
}

/* ===============================================
# 投稿詳細
=============================================== */
@media (min-width: 768px) {
  body:not(.home) .single_page section .container {
    max-width: calc(1000px + 12%);
  }
}

.single_contents .heading {
  position: relative;
  z-index: 0;
}
.single_contents .heading::before {
  content: "WORKS";
  display: block;
  font-family: "trajan-pro-3", serif;
  font-size: 129px;
  letter-spacing: 0.02em;
  color: #e6e7e3;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  top: -56px;
  bottom: auto;
  left: -140px;
  right: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .single_contents .heading::before {
    font-size: 70px;
    top: 0;
    left: -40px;
  }
}
.single_contents .heading .en.single {
  font-size: 40px;
  letter-spacing: 0em;
  color: #1E1D1C;
  font-weight: normal;
  margin: auto;
  text-align: center;
  line-height: 1.2;
  font-family: "ryo-gothic-plusn", sans-serif;
}
@media (max-width: 767px) {
  .single_contents .heading .en.single {
    font-size: 22px;
  }
}
.single_contents .heading .en.single .site_link a {
  font-size: 16px;
  text-decoration: none;
  color: #7b7875;
  display: table;
  margin: auto;
  font-family: "ryo-gothic-plusn", sans-serif;
  margin-top: 1.875em;
  background: url(/wp-content/uploads/tab.png) no-repeat right center/1em;
  padding-right: 1.75em;
}

.single_content_inner {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .single_content_inner {
    margin-top: 50px;
  }
}
.single_content_inner .single_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.8656716418;
  -o-object-position: center top;
     object-position: center top;
}
.single_content_inner .single_table {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .single_content_inner .single_table {
    margin-top: 40px;
  }
}
.single_content_inner .content_b {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .single_content_inner .content_b {
    margin-top: 60px;
  }
}
.single_content_inner .content_b .box:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single_content_inner .content_b .box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.single_content_inner .single_h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  display: inline-block;
  font-size: 28px;
  line-height: 1.2;
  padding-left: 0.7857142857em;
  position: relative;
}
@media (max-width: 767px) {
  .single_content_inner .single_h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.single_content_inner .single_h3::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #1E1D1C;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}
.single_content_inner .single_h3 span.en {
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
  display: inline-block;
  letter-spacing: 0;
  margin-left: 1.4285714286em;
  color: #7b7875;
}
@media (max-width: 767px) {
  .single_content_inner .single_h3 span.en {
    font-size: 13px;
  }
}
.single_content_inner .content_c {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .single_content_inner .content_c {
    margin-top: 60px;
  }
}
.single_content_inner .content_c .pc_design {
  width: 74.1%;
  padding-right: 1.5625vw;
}
.single_content_inner .content_c .pc_design img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.3838888889;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}
.single_content_inner .content_c .sp_design {
  width: 26.1%;
}
.single_content_inner .content_c .sp_design img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.145;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}

p.single_btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  p.single_btn {
    margin-top: 40px;
  }
}

/* ===============================================
# お問い合わせフォーム  
=============================================== */
.inquiry fieldset {
  margin: 0;
  border: 0;
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #1E1D1C;
  color: #FFF;
  background: #1E1D1C;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #1E1D1C;
  color: #1E1D1C;
  background: #FFF;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #FFF;
  background-color: #A3A29B;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .inquiry {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  max-width: 1240px;
  margin: 0 auto 70px !important;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

body {
  min-width: 1080px;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
.js-parallax {
  width: 100%;
}

[id^=top-] .container {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
}

#top-mv {
  position: relative;
  z-index: 1;
}
#top-mv .mv_text {
  padding: 0 7.8125vw;
  margin: 120px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  #top-mv .mv_text {
    margin: 40px auto 0;
  }
}
#top-mv .mv_txt {
  font-family: "trajan-pro-3", serif;
  font-size: clamp(16px, 1.317715959vw, 20px);
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media (max-width: 767px) {
  #top-mv .mv_txt {
    font-size: 12px;
  }
}
#top-mv .mv_keywords {
  font-family: "trajan-pro-3", serif;
  font-size: clamp(40px, 3.2210834553vw, 48px);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4166666667em;
  position: absolute;
  left: auto;
  right: 7.8125vw;
  top: -1.9791666667em;
  z-index: 1;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  #top-mv .mv_keywords {
    position: static;
    inset: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #top-mv .mv_keywords span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
#top-mv .mv_keywords .slideConts {
  opacity: 0;
}
#top-mv .mv_keywords .slide {
  -webkit-animation: slideAnime 2s ease forwards;
          animation: slideAnime 2s ease forwards;
}
@-webkit-keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top-mv .mv_keywords .txt1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#top-mv .mv_keywords .txt2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#top-mv .mv_keywords .txt3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#top-mv .mv_keywords .txt4 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#top-mv .mv_img_wrap {
  position: relative;
}
#top-mv .mv_scroll {
  position: absolute;
  top: 0;
  height: calc(100% - 120px);
  left: 3.6458333333vw;
}
#top-mv .mv_scroll .scroll_txt {
  display: block;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333em;
  letter-spacing: 0.05em;
  font-family: "trajan-pro-3", "Trajan Pro 3", serif;
}
@media (max-width: 767px) {
  #top-mv .mv_scroll .scroll_txt {
    font-size: 10px;
    top: 36px;
  }
}
#top-mv .mv_scroll .scroll_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: calc(100% - 90px);
  background-color: #1E1D1C;
}
@media (max-width: 767px) {
  #top-mv .mv_scroll .scroll_line {
    height: calc(100% - 50px);
  }
}
#top-mv .mv_img {
  margin-top: 50px;
  padding-left: 7.8125vw;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #top-mv .mv_img {
    margin-top: 30px;
  }
}
#top-mv .mv_img figure {
  overflow: hidden;
}
#top-mv .mv_img img {
  display: block;
  width: 100%;
  aspect-ratio: 1770/575;
}
@media (max-width: 767px) {
  #top-mv .mv_img img {
    aspect-ratio: 500/370;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#top-about {
  padding: 271px 0 227px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  position: relative;
  z-index: 0;
  margin-top: -100px;
}
@media (max-width: 767px) {
  #top-about {
    margin-top: -9.1264667536vw;
    padding: 100px 0 80px;
  }
}
#top-about .text_slider {
  overflow: hidden;
}
#top-about .loop_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
#top-about .loop_wrap div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: 164px;
  font-weight: 300;
  color: #e9eae6;
  font-family: "trajan-pro-3", serif;
  overflow: hidden;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #top-about .loop_wrap div {
    font-size: 70px;
  }
}
#top-about .loop_wrap div:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
#top-about .loop_wrap div:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
#top-about .box_wrap {
  margin-top: 155px;
}
@media (max-width: 767px) {
  #top-about .box_wrap {
    margin-top: 50px;
  }
}
#top-about .box {
  max-width: 870px;
  margin: auto;
}
@media (min-width: 768px) {
  #top-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #top-about .box > * {
    width: 50%;
  }
}
#top-about .f_about_ttl {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #top-about .f_about_ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
#top-about .text {
  font-size: 18px;
  line-height: 2.3333333333;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  #top-about .text {
    font-size: 15px;
  }
}
#top-about .more_b {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #top-about .more_b {
    margin-top: 30px;
  }
}
#top-about.is-active {
  color: #fff;
  background: #1E1D1C;
}
#top-about.is-active .loop_wrap div {
  color: #494643;
}
#top-about.is-active .more_b a {
  color: #fff;
}
#top-about.is-active .more_b a::before {
  background-color: #fff;
}
#top-about.is-active .more_b a span::before {
  background: #fff;
}
#top-about.is-active .more_b a span:after {
  border-top: 1px solid #fff;
}

#top-work {
  padding: 180px 0;
}
@media (max-width: 767px) {
  #top-work {
    padding: 70px 0;
  }
}
@media (min-width: 768px) {
  #top-work .container.wide {
    max-width: none;
    padding: 0;
  }
}
#top-work .text_box {
  max-width: calc(1560px + 6%);
  margin-right: 0;
  margin-left: auto;
  padding-left: 6%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #top-work .text_box {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #top-work .text_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #top-work .text_box > * {
    width: 50%;
  }
}
#top-work .heading {
  max-width: 600px;
}
@media (max-width: 767px) {
  #top-work .heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #top-work .heading h2 {
    margin-bottom: 0;
  }
}
#top-work .text {
  max-width: 600px;
}
#top-work .works_box {
  max-width: calc(1560px + 6%);
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 3.3854166667vw;
  padding-left: 6%;
}
@media (max-width: 767px) {
  #top-work .works_box {
    padding-left: 0;
    gap: 30px;
  }
}
#top-work .works_box > * {
  width: calc((100% - 3.3854166667vw * 2) / 3 - 1px);
}
@media (max-width: 767px) {
  #top-work .works_box > * {
    width: 100%;
  }
}
#top-work .works_link:hover .works_thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top-work .works_thumbnail {
  overflow: hidden;
}
#top-work .works_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5974440895;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#top-work .works_ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0;
}
#top-work .works_tag {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.4285714286em;
  color: #7b7875;
}
#top-work .btn_wrap {
  margin-top: 0;
}
#top-work .more {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #top-work .more {
    margin-top: 40px;
  }
}

#top-contact {
  background: #fff;
  padding: 110px 0 0;
}
@media (max-width: 767px) {
  #top-contact {
    padding: 70px 0 0;
  }
}
#top-contact .heading {
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  #top-contact .heading {
    padding-bottom: 60px;
  }
}
#top-contact .heading::before {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  background: #1E1D1C;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top-contact .heading::before {
    height: 30px;
  }
}
#top-contact .heading::after {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  #top-contact .heading::after {
    height: 30px;
  }
}
#top-contact .contact_bg {
  background: url(/wp-content/uploads/top_bg001.jpg) no-repeat center center/cover;
  padding: 120px 0 128px;
}
@media (max-width: 767px) {
  #top-contact .contact_bg {
    padding: 70px 0;
  }
}
#top-contact .contact_bg * {
  color: #fff;
}
#top-contact .more {
  margin-top: 56px;
}
@media (max-width: 767px) {
  #top-contact .more {
    margin-top: 30px;
  }
}

/* ===============================================
# アニメーション
=============================================== */
@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.textanimation span {
  -webkit-animation: showText 3s backwards;
          animation: showText 3s backwards;
  display: inline-block;
}

.textanimation > span {
  overflow: hidden;
}

.textanimation > span > span {
  -webkit-animation: showTextFromBottom 1s backwards;
          animation: showTextFromBottom 1s backwards;
}

/* ===============================================
# demo
=============================================== */
.demo_svg svg {
  background: yellow;
}
.demo_svg .circle {
  fill: skyblue;
  -webkit-animation: circle ease 1s infinite alternate;
          animation: circle ease 1s infinite alternate;
}

@-webkit-keyframes circle {
  0% {
    fill: skyblue;
    r: 15%;
    stroke: pink;
  }
  100% {
    fill: lime;
    r: 35%;
    stroke: orange;
  }
}

@keyframes circle {
  0% {
    fill: skyblue;
    r: 15%;
    stroke: pink;
  }
  100% {
    fill: lime;
    r: 35%;
    stroke: orange;
  }
}
.dot {
  -webkit-animation: dot linear 5s forwards;
          animation: dot linear 5s forwards;
}

@-webkit-keyframes dot {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -500;
  }
}

@keyframes dot {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -500;
  }
}/*# sourceMappingURL=main.css.map */