@charset "UTF-8";
/* =======================
VARIABLES
* ======================= */
/* colors */
/* breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
/* =======================
 * Functions CLASS
 * ======================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  margin: 0;
}

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

a {
  text-decoration: none;
  color: #1b1b1b;
}

p {
  font-size: 14px;
}

ul {
  list-style: none;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/* ホバー可能なデバイスでのみ適用される */
@media (any-hover: hover) {
  .hoverLinkGood:hover {
    color: orangered;
  }
}
/*====================================================================
siteHeader
====================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.header__container {
  margin: 0 auto;
  padding: 2.5520833333vw 4.1666666667vw 1.6666666667vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 0.2604166667vw;
}
.header__logo {
  width: 100%;
  max-width: 9.4791666667vw;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .header__logo:hover {
    opacity: 0.5;
  }
}
.header__navMenuWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px 4px rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/contact/bg-thanks.png);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.header__navMenuWrapper.is-active {
  opacity: 1;
  visibility: visible;
}
.header__navMenuContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header__navMenu {
  width: 41.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.8645833333vw 0;
  list-style: none;
}
.header__navMenu-item {
  padding-left: 3.2291666667vw;
  width: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .header__navMenu-item:hover .header__navMenu-link {
    color: #d1c0a5;
  }
  .header__navMenu-item:hover .header__navMenu-link span {
    color: #d1c0a5;
  }
  .header__navMenu-item:hover:after {
    background-color: #d1c0a5;
  }
}
.header__navMenu-item:after {
  content: "";
  position: absolute;
  top: 1.0416666667vw;
  left: 0;
  width: 2.1875vw;
  height: 0.0520833333vw;
  background-color: #898989;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header__navMenu-link {
  font-size: 2.0833333333vw;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #917051;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header__navMenu-link span {
  margin-top: 1.0416666667vw;
  font-size: 1.0416666667vw;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header__companyInfo {
  width: 31.25vw;
  display: block;
}
.header__companyInfo__logo {
  margin-bottom: 1.6666666667vw;
  width: 15.625vw;
  display: block;
}
.header__companyInfo__address {
  margin-bottom: 2.0833333333vw;
  font-size: 1.5625vw;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  color: #fff;
}
.header__companyInfo__tel {
  margin-bottom: 1.6666666667vw;
  font-size: 1.5625vw;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.5;
  color: #fff;
}
.header__companyInfo__tel span, .header__companyInfo__tel a {
  font-size: 1.0416666667vw;
  color: #fff;
}
.header__companyInfo__snsIcon {
  display: none;
}
.header__menuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 11;
}
.header__menuLabel {
  margin-right: 1.3020833333vw;
  font-size: 0.8333333333vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
}
.header__menuBars {
  margin: 0 auto;
  width: 2.4479166667vw;
  height: 1.71875vw;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header__menuBar {
  width: 100%;
  height: 0.1041666667vw;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header__menuBar.top {
  margin-bottom: 0.6770833333vw;
}
.header__menuBar.middle {
  margin: 0 0 0.6770833333vw auto;
  width: 1.7708333333vw;
}
.header .bars-clicked .top {
  -webkit-transform: translateY(0.78125vw) rotateZ(45deg);
          transform: translateY(0.78125vw) rotateZ(45deg);
}
.header .bars-clicked .middle {
  width: 0;
}
.header .bars-clicked .bottom {
  -webkit-transform: translateY(-0.78125vw) rotateZ(-45deg);
          transform: translateY(-0.78125vw) rotateZ(-45deg);
}

/*====================================================================
Header SP
====================================================================*/
@media screen and (max-width: 767px) {
  .header__container {
    padding: 4.6875vw 6.25vw 3.125vw;
    gap: 1.5625vw;
  }
  .header__logo {
    max-width: 18.75vw;
  }
  .header__navMenuContainer {
    padding: 4.6875vw 6.25vw 3.125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__navMenu {
    width: 100%;
    gap: 4.6875vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__navMenu-item {
    padding-left: 9.375vw;
    width: calc(50% - 2.34375vw);
  }
  .header__navMenu-item:after {
    top: 1.875vw;
    left: 0;
    width: 6.25vw;
    height: 0.3125vw;
  }
  .header__navMenu-link {
    font-size: 4.6875vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: #917051;
  }
  .header__navMenu-link span {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
  }
  .header__companyInfo {
    margin: 12.5vw auto 0;
    width: 100%;
    text-align: center;
  }
  .header__companyInfo__logo {
    margin: 0 auto 6.25vw;
    width: 31.25vw;
  }
  .header__companyInfo__address {
    margin-bottom: 6.25vw;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 2;
    color: #fff;
  }
  .header__companyInfo__tel {
    margin-bottom: 6.25vw;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.5;
    color: #fff;
  }
  .header__companyInfo__tel span, .header__companyInfo__tel a {
    font-size: 3.125vw;
    color: #fff;
  }
  .header__companyInfo__snsIcon {
    margin: 0 1.5625vw 6.25vw;
    display: inline-block;
    letter-spacing: 0;
    font-size: 0;
    vertical-align: top;
  }
  .header__companyInfo .gr__btn {
    margin: 0 auto;
  }
  .header__menuWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__menuLabel {
    margin-right: 1.5625vw;
    font-size: 3.125vw;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #fff;
  }
  .header__menuBars {
    width: 6.25vw;
    height: 4.0625vw;
  }
  .header__menuBar {
    height: 0.3125vw;
  }
  .header__menuBar.top {
    margin-bottom: 1.71875vw;
  }
  .header__menuBar.middle {
    margin: 0 0 1.71875vw auto;
    width: 4.0625vw;
  }
  .header .bars-clicked .top {
    -webkit-transform: translateY(2.03125vw) rotateZ(45deg);
            transform: translateY(2.03125vw) rotateZ(45deg);
  }
  .header .bars-clicked .bottom {
    -webkit-transform: translateY(-2.03125vw) rotateZ(-45deg);
            transform: translateY(-2.03125vw) rotateZ(-45deg);
  }
}
/*====================================================================
siteSidebar
====================================================================*/
.sideBar {
  margin: 0 auto;
  padding: 22.34375vw 0 0;
  width: 100%;
  max-width: 5.0520833333vw;
  height: 100%;
  border-right: 0.0520833333vw solid rgba(67, 67, 67, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.sideBar--v2 {
  padding: 17.4479166667vw 0 0;
}
.sideBar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.8958333333vw;
}
.sideBar__snsItms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5104166667vw;
}
.sideBar__snsItm {
  width: 1.5625vw;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .sideBar__snsItm:hover {
    opacity: 0.5;
  }
}
.sideBar__scrollElem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sideBar__scrollElem p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 1.0416666667vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.sideBar__scrollElem span {
  display: block;
  margin-top: 1.0416666667vw;
  width: 0.1041666667vw;
  height: 5.46875vw;
  background-color: #fff;
}

/*====================================================================
siteSidebar SP
====================================================================*/
@media screen and (max-width: 767px) {
  .sideBar {
    display: none;
    padding: 31.25vw 0 0;
    max-width: 10.9375vw;
    border-right: 0.3125vw solid rgba(67, 67, 67, 0.6);
  }
  .sideBar--v2 {
    padding: 52.34375vw 0 0;
  }
  .sideBar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 29.6875vw;
  }
  .sideBar__snsItms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.6875vw;
  }
  .sideBar__snsItm {
    width: 4.6875vw;
  }
  .sideBar__scrollElem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sideBar__scrollElem p {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .sideBar__scrollElem span {
    margin-top: 3.125vw;
    width: 0.625vw;
    height: 15.625vw;
  }
}
/*====================================================================
siteFooter
====================================================================*/
.footer {
  margin: 0 auto;
  padding: 5.5208333333vw 0 1.5625vw;
  width: 100%;
}
.footer__container {
  margin: auto;
  width: 100%;
  max-width: 66.7708333333vw;
}
.footer__nav {
  margin-bottom: 4.6354166667vw;
  padding-bottom: 2.4479166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1041666667vw solid #d1c0a5;
}
.footer__logo {
  width: 100%;
  max-width: 9.4791666667vw;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .footer__logo:hover {
    opacity: 0.5;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9166666667vw;
}
.footer__link {
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .footer__link:hover {
    color: #917051;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer__copyright {
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #898989;
  text-align: center;
}

/*====================================================================
siteFooter SP
====================================================================*/
@media screen and (max-width: 767px) {
  .footer {
    padding: 12.5vw 0 14.0625vw;
  }
  .footer__container {
    max-width: 92%;
  }
  .footer__nav {
    margin-bottom: 12.5vw;
    padding-bottom: 6.25vw;
    border-bottom: 0.3125vw solid #d1c0a5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.5vw;
  }
  .footer__logo {
    max-width: 31.25vw;
  }
  .footer__links {
    gap: 6.25vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__link {
    margin: auto;
    width: calc(33.33% - 3.125vw);
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .footer__copyright {
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #898989;
  }
}
/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 16px;
  background-color: #0b0c10;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  width: 100vw;
}
body.menu-is-active {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    overflow-x: scroll;
  }
}

.lines-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.line1, .line2,
.cline1, .cline2, .cline3 {
  position: absolute;
  width: 0.0520833333vw;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.6);
}
@media screen and (max-width: 767px) {
  .line1, .line2,
  .cline1, .cline2, .cline3 {
    display: none;
  }
}

.line1 {
  top: 0;
  right: auto;
  bottom: auto;
  left: 5.0520833333vw;
}

.line2 {
  top: 0;
  right: 5.0520833333vw;
  bottom: auto;
  left: auto;
}

.cline2 {
  left: 50%;
  -webkit-transform: translateX(-0.0520833333vw);
          transform: translateX(-0.0520833333vw); /* half of line width for perfect center */
}

.cline1 {
  top: 0;
  right: auto;
  bottom: auto;
  left: 27.5520833333vw;
}

.cline3 {
  top: 0;
  right: 27.5520833333vw;
  bottom: auto;
  left: auto;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.m-pcDb {
  display: block;
}

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

.m-pcDin {
  display: inline;
}

.m-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-pcDt {
  display: table;
}

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

.m-spDb,
.m-spDib,
.m-spDin,
.m-spDf,
.m-spDt,
.m-spDtc {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-pcDb,
  .m-pcDib,
  .m-pcDin,
  .m-pcDf,
  .m-pcDt,
  .m-pcDtc {
    display: none;
  }
  .m-spDb {
    display: block;
  }
  .m-spDib {
    display: inline-block;
  }
  .m-spDin {
    display: inline;
  }
  .m-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-spDt {
    display: table;
  }
  .m-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
Text Helpers
------------------------------------------------*/
.u-txtBrown {
  color: #917051 !important;
}

.fwBold {
  font-weight: bold;
}

/*-----------------------------------------------
General Class Helpers
------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*-----------------------------------------------
Container
------------------------------------------------*/
.siteContainer {
  margin: auto;
  width: 100%;
  max-width: 89.7395833333vw;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .siteContainer {
    padding: 0;
    max-width: 90%;
  }
}

/*-----------------------------------------------
Anchor
------------------------------------------------*/
.anchor {
  position: relative;
}
.anchor__box {
  margin: auto;
  position: absolute;
  top: -2.6041666667vw;
  left: 0;
  right: 0;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  outline: none;
  pointer-events: none;
  cursor: default;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .anchor__box {
    top: -15.625vw;
    left: 0;
    right: 0;
    width: 15.625vw;
    height: 15.625vw;
  }
}

/*-----------------------------------------------
Image LazyLoad
------------------------------------------------*/
img.lazy {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
img.loaded-class {
  opacity: 1;
}

/*-----------------------------------------------
Section Heading PC
------------------------------------------------*/
.section__heading--center {
  text-align: center;
  width: 7.5520833333vw;
  margin: 0 auto;
}

.section__heading.center .section__heading__line {
  margin: 0 0 3.3854166667vw;
}
.section__heading.center .section__heading__ttl,
.section__heading.center .section__heading__subTtl {
  text-align: center;
}
.section__heading.child-pageKv .section__heading__ttl {
  margin-bottom: 0.8333333333vw;
}

.section__heading__line {
  margin-bottom: 3.3854166667vw;
  width: 0;
  max-width: 7.5520833333vw;
  height: 0.0520833333vw;
  background-color: #fff;
}

.animate__lineGrow {
  -webkit-animation-name: lineGrow;
          animation-name: lineGrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.section__heading__ttl {
  margin-bottom: 1.5104166667vw;
  font-size: 6.0416666667vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.75;
  color: #917051;
}
.section__heading__ttl.font2 {
  font-family: "EB Garamond", serif;
}

.section__heading__subTtl {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}

/*-----------------------------------------------
Section Heading SP
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section__heading--center {
    width: 25vw;
  }
  .section__heading.center .section__heading__line {
    margin: 0 auto 6.25vw;
  }
  .section__heading.child-pageKv .section__heading__ttl {
    margin-bottom: 3.125vw;
  }
  .section__heading__line {
    margin-bottom: 6.25vw;
    max-width: 25vw;
    height: 0.3125vw;
  }
  .section__heading__ttl {
    margin-bottom: 3.125vw;
    font-size: 10.9375vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 0.75;
    color: #917051;
  }
  .section__heading__subTtl {
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
}
/*-----------------------------------------------
Underlined Heading
------------------------------------------------*/
.heading__lined {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.28125vw;
}
.heading__lined h2 {
  padding-right: 2.1875vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 3.125vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.75;
  color: #917051;
  background-color: #0b0c10;
  position: relative;
  z-index: 2;
}
.heading__lined:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.1041666667vw;
  background-color: #917051;
}
.heading__lined span {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 0.75;
  color: #fff;
  z-index: 3;
}
.heading__lined.v2 {
  padding: 0 0 1.5625vw;
}
.heading__lined.v2 h2 {
  background-color: transparent;
  letter-spacing: 0.025em;
}
.heading__lined.v2:after {
  top: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  bottom: 0;
}
.heading__lined.minSpace {
  gap: 1.7708333333vw;
}
@media screen and (max-width: 767px) {
  .heading__lined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125vw;
  }
  .heading__lined h2 {
    padding-right: 3.125vw;
    font-size: 6.25vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #917051;
  }
  .heading__lined:after {
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 0.625vw;
  }
  .heading__lined span {
    font-size: 2.8125vw;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #fff;
  }
  .heading__lined.v2 {
    padding: 0 0 4.6875vw;
  }
  .heading__lined.minSpace {
    gap: 3.125vw;
  }
}

/*-----------------------------------------------
GR Common Button
------------------------------------------------*/
.gr__btn {
  width: 100%;
  max-width: 15.5208333333vw;
  min-height: 3.8541666667vw;
  border: 0.0520833333vw solid #917051;
  background-color: #a6937c;
  border-radius: 0.0520833333vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gr__btn:after, .gr__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.7708333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7708333333vw;
  height: 0.1041666667vw;
  background-color: #917051;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gr__btn:before {
  right: 0;
}
.gr__btn:hover {
  background-color: #5E5549;
  color: #fff;
}
.gr__btn:hover:before {
  background-color: #000000;
}
.gr__btn:hover:after {
  background-color: #898989;
}
.gr__btn.transparent-btn {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .gr__btn.transparent-btn:hover {
    background-color: #5E5549;
  }
}
@media screen and (max-width: 767px) {
  .gr__btn.transparent-btn.active {
    background-color: #5E5549;
  }
}
@-webkit-keyframes btnHover {
  from {
    background-color: transparent;
  }
  to {
    background-color: #5E5549;
  }
}
@keyframes btnHover {
  from {
    background-color: transparent;
  }
  to {
    background-color: #5E5549;
  }
}
.gr__btn.colored-btn {
  max-width: 17.7083333333vw;
  color: #000000;
  background-color: #917051;
}
.gr__btn.colored-btn:hover {
  background-color: #917051;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gr__btn {
    max-width: 40.625vw;
    min-height: 9.375vw;
    border: 0.3125vw solid #917051;
    border-radius: 0.3125vw;
    font-size: 2.8125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .gr__btn:after, .gr__btn:before {
    right: -5.3125vw;
    width: 5.3125vw;
    height: 0.3125vw;
  }
  .gr__btn:before {
    right: 0;
  }
  .gr__btn.colored-btn {
    max-width: 46.875vw;
  }
}

/*====================================================================
KeyVisual PC
====================================================================*/
.kv {
  margin: 0;
  width: 100%;
  position: relative;
}
.kv--v2 {
  padding-top: 10.4166666667vw;
  min-height: 34.375vw;
  text-align: center;
}
.kv--v2 .kv__headings {
  position: relative;
  top: auto;
  left: auto;
  max-width: 100%;
  z-index: 2;
}
.kv--v2 .kv__heading {
  margin-bottom: 1.5625vw;
  font-size: 5.2083333333vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
}
.kv--v2 .kv__subHeading {
  margin-bottom: 0;
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
}
.kv.worksPageKV {
  padding-top: 0;
  height: 26.0416666667vw;
  min-height: 0;
}
.kv.worksPageKV .siteContainer {
  height: 100%;
}
.kv.worksPageKV .siteContainer .kv__heading {
  padding-top: 10.4166666667vw;
}
.kv.worksPageKV .siteContainer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90.0520833333vw;
  height: 100%;
  background-color: #898989;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/works/kv.png);
}
.kv__heroImg {
  max-width: 81.09375vw;
  height: 47.3958333333vw;
  background-color: #898989;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.kv .zoomSlider {
  position: relative;
  margin-left: auto;
  width: 100%;
  max-width: 81.09375vw;
  height: 47.3958333333vw;
  overflow: hidden;
}
.kv .zoomSlider.active .slide {
  -webkit-animation: slideshow 48s ease infinite;
          animation: slideshow 48s ease infinite;
}
.kv .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.kv .slide:nth-of-type(1) {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}
.kv .slide:nth-of-type(2) {
  -webkit-animation-delay: 6s !important;
          animation-delay: 6s !important;
}
.kv .slide:nth-of-type(3) {
  -webkit-animation-delay: 12s !important;
          animation-delay: 12s !important;
}
.kv .slide:nth-of-type(4) {
  -webkit-animation-delay: 18s !important;
          animation-delay: 18s !important;
}
.kv .slide:nth-of-type(5) {
  -webkit-animation-delay: 24s !important;
          animation-delay: 24s !important;
}
.kv .slide:nth-of-type(6) {
  -webkit-animation-delay: 30s !important;
          animation-delay: 30s !important;
}
.kv .slide:nth-of-type(7) {
  -webkit-animation-delay: 36s !important;
          animation-delay: 36s !important;
}
.kv .slide:nth-of-type(8) {
  -webkit-animation-delay: 42s !important;
          animation-delay: 42s !important;
}
.kv .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes slideshow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideshow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
.kv__headings {
  position: absolute;
  top: 17.2916666667vw;
  left: 9.7916666667vw;
  width: auto;
  max-width: 100%;
  z-index: 2;
}
.kv__subHeading {
  margin-bottom: 2.4479166667vw;
  font-size: 1.3541666667vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
}
.kv__heading {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #fff;
}

/*====================================================================
keyVisual SP
====================================================================*/
@media screen and (max-width: 767px) {
  .kv--v2 {
    padding-top: 31.25vw;
    min-height: 93.75vw;
  }
  .kv--v2 .kv__heading {
    margin-bottom: 6.25vw;
    font-size: 15.625vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 0.75;
    color: #fff;
  }
  .kv--v2 .kv__subHeading {
    font-size: 5vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #fff;
  }
  .kv.worksPageKV {
    height: 93.75vw;
  }
  .kv.worksPageKV .siteContainer .kv__heading {
    padding-top: 31.25vw;
  }
  .kv.worksPageKV .siteContainer:after {
    width: 100%;
  }
  .kv__heroImg {
    max-width: 100%;
    height: 125vw;
  }
  .kv .zoomSlider {
    max-width: 100%;
    height: 125vw;
  }
  .kv__headings {
    margin: auto;
    padding: 0 3.125vw;
    top: 46.875vw;
    left: 0;
    right: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kv__subHeading {
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #fff;
  }
  .kv__heading {
    font-size: 6.25vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.5;
    color: #fff;
  }
}
/*====================================================================
Common BG
====================================================================*/
.lineBg {
  margin: 0;
  padding: 0;
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top center;
}

.fade-image {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.fade-image.visible {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .lineBg {
    margin: 0;
    padding: 0;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
    background-image: url("./../images/common/line-bg-sp.png");
  }
}
.contentEditor h1, .contentEditor h2, .contentEditor h3, .contentEditor h4, .contentEditor h5, .contentEditor h6 {
  font-weight: 600;
  line-height: 1.4;
  margin: 1.5em 0 0.5em;
}
.contentEditor h1 {
  font-size: 2rem;
}
.contentEditor h2 {
  font-size: 1.75rem;
}
.contentEditor h3 {
  font-size: 1.5rem;
}
.contentEditor h4 {
  font-size: 1.25rem;
}
.contentEditor h5 {
  font-size: 1rem;
}
.contentEditor h6 {
  font-size: 0.875rem;
}
.contentEditor p {
  margin-bottom: 1.5em;
}
.contentEditor ul, .contentEditor ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
.contentEditor li {
  margin-bottom: 0.5em;
}
.contentEditor li::marker {
  color: #917051;
}
.contentEditor ul {
  list-style: disc;
}
.contentEditor a {
  color: #917051;
  text-decoration: underline;
}
.contentEditor a:hover {
  opacity: 0.75;
}
.contentEditor img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 1em 0;
}
.contentEditor strong {
  font-weight: bold;
}
.contentEditor blockquote {
  border-left: 4px solid #ccc;
  margin: 1.5em 0;
  padding-left: 1em;
  color: #666;
  font-style: italic;
}
.contentEditor code {
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  font-family: monospace;
  font-size: 0.95em;
}
.contentEditor .alignleft {
  float: left;
  margin-right: 1.5em;
}
.contentEditor .alignright {
  float: right;
  margin-left: 1.5em;
}
.contentEditor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contentEditor .wp-block {
  margin-bottom: 1.5em;
}
.contentEditor .wp-block-image img {
  margin-bottom: 0;
}
.contentEditor .wp-block-button__link {
  background: #917051;
  color: #fff;
  padding: 0.6em 1.2em;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}
.contentEditor .wp-block-button__link:hover {
  opacity: 0.75;
}

/* HTML: <div class="loader"></div> */
.loaderScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loaderLogo {
  width: 10.4166666667vw;
}

.loaderDot, .loaderDot:before, .loaderDot:after {
  border-radius: 50%;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: bblFadInOut 1.8s infinite ease-in-out;
          animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loaderDot {
  color: #917051;
  font-size: 0.5208333333vw;
  letter-spacing: 0;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.loaderDot:before,
.loaderDot:after {
  content: "";
  position: absolute;
  top: 0;
}

.loaderDot:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.loaderDot:after {
  left: 3.5em;
}

@media screen and (max-width: 767px) {
  .loaderLogo {
    width: 28.125vw;
  }
  .loaderDot {
    font-size: 1.875vw;
  }
  .loaderDot, .loaderDot:before, .loaderDot:after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@-webkit-keyframes bblFadInOut {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes bblFadInOut {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
.chartMainWrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 51.0416666667vw;
  color: #fff;
}
.chartMainWrapper * {
  color: #fff;
}

.chartHeading {
  color: #fff;
  font-size: 2.3958333333vw;
  padding-bottom: 0.5208333333vw;
  border-bottom: 0.1041666667vw solid #fff;
}

.chartLegend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.0833333333vw 1.5625vw 2.6041666667vw;
}
.chartLegend__left, .chartLegend__right {
  width: 50%;
}
.chartLegend__loc {
  margin-top: 2.6041666667vw;
  font-size: 1.4583333333vw;
  letter-spacing: 0.1em;
  -webkit-transform: translateX(-1.5625vw);
          transform: translateX(-1.5625vw);
}
.chartLegend__ind {
  margin-top: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4583333333vw;
}
.chartLegend__ind1, .chartLegend__ind2 {
  position: relative;
}
.chartLegend__ind1 {
  margin-right: 2.6041666667vw;
  padding-left: 4.1666666667vw;
}
.chartLegend__ind1:before {
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 2.6041666667vw;
  height: 4.6875vw;
  background-color: #7f7e80;
}
.chartLegend__ind2 {
  padding-left: 4.6875vw;
}
.chartLegend__ind2:before {
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-radius: 50%;
  width: 3.125vw;
  height: 3.125vw;
  background-color: #8d6f52;
}

.chart-container {
  margin: 2.8125vw auto 2.0833333333vw;
  width: 100%;
  max-width: 52.0833333333vw;
  position: relative;
}

.chartWrapper {
  margin: 0 auto;
  padding: 0 0.5208333333vw 0;
  width: 46.6666666667vw;
  position: relative;
  border-bottom: 0.15625vw solid #7f7e80;
  -webkit-transform: translateX(1.0416666667vw);
          transform: translateX(1.0416666667vw);
}
.chartWrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  width: 0.15625vw;
  height: 118%;
  background-color: #7f7e80;
}

.chart-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.chart-grid .grid-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.15625vw;
  background-color: #7f7e80;
}
.chart-grid .grid-line:nth-child(1) {
  top: 0;
}
.chart-grid .grid-line:nth-child(2) {
  top: 16.66%;
}
.chart-grid .grid-line:nth-child(3) {
  top: 33.33%;
}
.chart-grid .grid-line:nth-child(4) {
  top: 50%;
}
.chart-grid .grid-line:nth-child(5) {
  top: 66.66%;
}
.chart-grid .grid-line:nth-child(6) {
  top: 83.33%;
}

.chart-num {
  position: absolute;
  top: -6%;
  left: -4%;
  right: auto;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.chart-num .grid-num {
  position: absolute;
  left: 0;
  right: auto;
  height: 100%;
  color: #fff;
  font-size: 1.3020833333vw;
}
.chart-num .grid-num:nth-child(1) {
  top: 0;
}
.chart-num .grid-num:nth-child(2) {
  top: 16.66%;
}
.chart-num .grid-num:nth-child(3) {
  top: 33.33%;
}
.chart-num .grid-num:nth-child(4) {
  top: 50%;
}
.chart-num .grid-num:nth-child(5) {
  top: 66.66%;
}
.chart-num .grid-num:nth-child(6) {
  top: 83.33%;
}

.chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 15.625vw;
  position: relative;
}
.chart .bar {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  background-color: #7f7e80;
  height: 0;
  width: 12.5%;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
.chart .bar:not(:last-of-type) {
  margin-right: 4%;
}
.chart .bar .bubble {
  position: absolute;
  top: -3.5416666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #8d6f52;
  border-radius: 50%;
  width: 3.125vw;
  height: 3.125vw;
  line-height: 2.0833333333vw;
  text-align: center;
  color: #fff;
  font-size: 1.40625vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart .bar::after {
  content: attr(data-label);
  position: absolute;
  bottom: -2.4479166667vw;
  left: -2%;
  width: 100%;
  text-align: center;
  font-size: 1.3020833333vw;
  color: #fff;
}

.chartDesc {
  margin: 5.2083333333vw auto 0;
  font-size: 1.5625vw;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transform: translateX(1.25vw);
          transform: translateX(1.25vw);
}

@media screen and (max-width: 767px) {
  .chartMainWrapper {
    margin-top: 6.25vw;
    max-width: 93.75vw;
  }
  .chartHeading {
    margin: 0 auto;
    max-width: 90.625vw;
  }
  .chartHeading {
    font-size: 5vw;
    padding-bottom: 2.5vw;
    border-bottom: 0.3125vw solid #fff;
  }
  .chartLegend {
    padding: 4.6875vw 1.5625vw 4.6875vw;
  }
  .chartLegend__loc {
    margin-top: 3.125vw;
    font-size: 3.75vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .chartLegend__ind {
    margin-top: 4.6875vw;
    font-size: 3.125vw;
  }
  .chartLegend__ind1 {
    margin-right: 4.6875vw;
    padding-left: 7.8125vw;
  }
  .chartLegend__ind1:before {
    width: 4.6875vw;
    height: 7.8125vw;
  }
  .chartLegend__ind2 {
    padding-left: 9.375vw;
  }
  .chartLegend__ind2:before {
    width: 6.25vw;
    height: 6.25vw;
  }
  .chart-container {
    margin: 16.875vw auto 5.625vw;
    width: 100%;
    max-width: 90.625vw;
  }
  .chartWrapper {
    margin: 0 auto;
    padding: 0 2.5vw 0;
    width: 81.25vw;
    border-bottom: 0.625vw solid #7f7e80;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .chartWrapper::before {
    width: 0.625vw;
    height: 118%;
  }
  .chart-grid .grid-line {
    height: 0.625vw;
  }
  .chart-num {
    top: -3%;
    left: -4%;
  }
  .chart-num .grid-num {
    font-size: 3.125vw;
  }
  .chart {
    height: 62.5vw;
  }
  .chart .bar:not(:last-of-type) {
    margin-right: 2%;
  }
  .chart .bar .bubble {
    top: -7.5vw;
    width: 6.25vw;
    height: 6.25vw;
    line-height: 1.35;
    font-size: 2.8125vw;
  }
  .chart .bar::after {
    content: attr(data-label);
    bottom: -5.625vw;
    font-size: 2.1875vw;
    min-width: 8.75vw;
  }
  .chartDesc {
    margin: 12.5vw auto 0;
    font-size: 2.5vw;
    line-height: 1.75;
    letter-spacing: 0.035em;
    color: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*====================================================================
home PC
====================================================================*/
.about {
  margin: 7.8125vw auto 0;
  width: 100%;
  position: relative;
}
.about:after {
  content: "";
  position: absolute;
  top: 6.3020833333vw;
  left: -5.1041666667vw;
  width: 100%;
  max-width: 95vw;
  height: 37.4479166667vw;
  background-image: url(../images/pages/top/about/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.about .about__heading {
  padding-left: 15.2083333333vw;
}
.about__body {
  margin: 4.3229166667vw 0 0;
  padding-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.7916666667vw;
}
.about__img {
  width: 100%;
  max-width: 44.8958333333vw;
  height: 33.8541666667vw;
  background-color: #898989;
  background-image: url(../images/pages/top/about/img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about__contents {
  padding-top: 6.09375vw;
  display: block;
}
.about__desc {
  margin-bottom: 3.90625vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
}

.service {
  margin: 7.9166666667vw auto 0;
  width: 100%;
  position: relative;
}
.service .service__heading {
  margin-bottom: 3.9583333333vw;
}
.service__items__block {
  display: block;
}
.service__items__block.reform {
  margin-top: 3.6979166667vw;
}
.service__items {
  margin-top: 2.5520833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.7708333333vw;
}
.service__item {
  width: calc(100% - 0.2951388889vw);
  text-align: center;
}
.service__item__img {
  margin-bottom: 2.1875vw;
  width: 100%;
  height: 19.7916666667vw;
  background-color: #898989;
  background-size: contain;
}
.service__item__ttl {
  margin-bottom: 0.8333333333vw;
  font-size: 1.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #917051;
}
.service__item__subTtl {
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.service__viewMoreBtn {
  margin: 5.1041666667vw auto 0;
}

.works {
  margin: 7.9166666667vw auto 7.9166666667vw;
  width: 100%;
}
.works .siteContainer:after {
  margin: auto;
  content: "";
  position: absolute;
  top: 6.3020833333vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 32.4479166667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/top/works/bg.png);
}
.works__container {
  margin: auto;
  width: 69.7395833333vw;
  position: relative;
  z-index: 2;
}
.works .works__heading {
  margin-bottom: 3.9583333333vw;
}
.works__items {
  margin-top: 7.9166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.1354166667vw;
}
.works__item {
  width: calc(100% - 0.3645833333vw);
}
.works__item__ttl {
  margin-bottom: 2.96875vw;
  padding-top: 1.71875vw;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: relative;
}
.works__item__ttl:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5520833333vw;
  height: 0.0520833333vw;
  background-color: #fff;
}
.works__item__img {
  margin-bottom: 2.1875vw;
  width: 100%;
  height: 20.8333333333vw;
  background-color: #898989;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.works__item__desc {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
}
.works__viewMoreBtn {
  margin: 3.3333333333vw auto 0;
}

.contact {
  margin: 0;
  padding: 5.8333333333vw 0 5.8854166667vw;
  width: 100%;
  position: relative;
}
.contact:after {
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 32.4479166667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/top/contact/bg.png);
  z-index: 1;
}
.contact .siteContainer {
  z-index: 2;
}
.contact__container {
  margin: auto;
  width: 69.7395833333vw;
  position: relative;
  z-index: 2;
}
.contact .contact__heading {
  margin-bottom: 3.9583333333vw;
}
.contact__viewMoreBtn {
  margin: 3.125vw auto 0;
}

.news {
  margin-top: -3.0208333333vw;
  margin-left: auto;
  padding: 0 3.6979166667vw 0 0;
  width: 48.75vw;
  min-height: 6.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.8645833333vw;
  background-color: #1b1b1b;
  position: relative;
  z-index: 2;
}
.news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.8645833333vw;
}
@media screen and (min-width: 768px) {
  .news a:hover .news__date, .news a:hover .news__ttl {
    color: #917051;
  }
}
.news .gr__btn {
  margin-top: -1.5625vw;
  padding: 0 6.25vw;
  height: 7.8125vw;
  width: 100%;
  min-width: 100%;
  background-color: #1b1b1b;
}
.news .gr__btn:after {
  width: 3.6458333333vw;
  right: -3.6458333333vw;
}
.news__date {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #d1c0a5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news__ttl {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #d1c0a5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news__ttl.arrowRight {
  position: relative;
  padding-right: 1.0416666667vw;
}
.news__ttl.arrowRight::after {
  margin: auto;
  content: "";
  position: absolute;
  top: 0.3125vw;
  right: 0;
  left: auto;
  bottom: auto;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
  border-top: 0.3645833333vw solid transparent;
  border-bottom: 0.3645833333vw solid transparent;
  border-left: 0.4166666667vw solid #d1c0a5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news__ttl.arrowRight:hover::after {
  border-left-color: #917051;
}

/*====================================================================
home SP
====================================================================*/
@media screen and (max-width: 767px) {
  .about {
    margin: 23.4375vw auto 0;
  }
  .about__container {
    margin: auto;
    max-width: 92%;
  }
  .about:after {
    top: 9.375vw;
    max-width: 100%;
    height: 112.34375vw;
  }
  .about .about__heading {
    padding-left: 7.8125vw;
  }
  .about__body {
    margin: 12.96875vw 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.25vw;
  }
  .about__img {
    width: 100%;
    max-width: 100%;
    height: 101.5625vw;
  }
  .about__contents {
    padding: 0 7.8125vw;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about__desc {
    margin-bottom: 6.25vw;
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #fff;
  }
  .service {
    margin: 31.25vw auto 0;
  }
  .service .service__heading {
    margin-bottom: 11.875vw;
  }
  .service__items__block.reform {
    margin-top: 10.9375vw;
  }
  .service__items {
    margin-top: 4.6875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.375vw;
  }
  .service__item {
    width: 100%;
  }
  .service__item__img {
    margin-bottom: 3.125vw;
    height: 62.5vw;
  }
  .service__item__ttl {
    margin-bottom: 2.5vw;
    font-size: 4.0625vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #917051;
  }
  .service__item__subTtl {
    font-size: 3.4375vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .service__viewMoreBtn {
    margin: 10.9375vw auto 0;
  }
  .works {
    margin: 31.25vw auto 31.25vw;
  }
  .works .siteContainer:after {
    top: 11.875vw;
    height: 93.75vw;
    width: 104%;
    left: -2%;
  }
  .works__container {
    width: 100%;
  }
  .works .works__heading {
    margin-bottom: 6.25vw;
  }
  .works__items {
    margin-top: 23.75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.375vw;
  }
  .works__item {
    width: 90%;
  }
  .works__item__ttl {
    margin-bottom: 3.125vw;
    padding-top: 3.125vw;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .works__item__ttl:after {
    width: 22.65625vw;
    height: 0.15625vw;
  }
  .works__item__img {
    margin-bottom: 3.125vw;
    height: 62.5vw;
  }
  .works__item__desc {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #fff;
  }
  .works__viewMoreBtn {
    margin: 10.9375vw auto 0;
  }
  .contact {
    padding: 12.5vw 0 12.5vw;
  }
  .contact:after {
    height: 100%;
  }
  .contact__container {
    width: 100%;
  }
  .contact .contact__heading {
    margin-bottom: 0;
  }
  .contact__viewMoreBtn {
    margin: 6.25vw auto 0;
  }
  .news {
    margin: -9.375vw 0 0 auto;
    padding: 0 9.375vw 0 0;
    width: 90%;
    min-height: 18.75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.6875vw;
    width: 100%;
  }
  .news .gr__btn {
    margin-top: -4.6875vw;
    padding: 0 4.6875vw;
    height: 23.4375vw;
    font-size: 3.75vw;
  }
  .news .gr__btn:after {
    width: 4.6875vw;
    right: -4.6875vw;
  }
  .news__date {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #d1c0a5;
  }
  .news__ttl {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.5;
    color: #d1c0a5;
  }
  .news__ttl.arrowRight {
    position: relative;
    padding-right: 4.6875vw;
  }
  .news__ttl.arrowRight::after {
    top: 0.9375vw;
    border-top: 1.25vw solid transparent;
    border-bottom: 1.25vw solid transparent;
    border-left: 1.5625vw solid #d1c0a5;
  }
  .news__ttl.arrowRight:hover::after {
    border-left-color: #d1c0a5;
  }
}
/*====================================================================
about Page PC
====================================================================*/
.aboutCnt {
  margin: 0 auto;
  padding: 0 0 8.28125vw;
}
.aboutCnt__intr {
  margin: 0 auto;
  width: 100%;
  display: block;
}
.aboutCnt__intr h2 {
  padding-top: 2.7604166667vw;
  margin-bottom: 2.1875vw;
  font-size: 1.875vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: relative;
}
.aboutCnt__intr h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5520833333vw;
  height: 0.0520833333vw;
  background-color: #917051;
}
.aboutCnt__intr p {
  margin-bottom: 4.21875vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
.aboutCnt__contents {
  margin: 9.3229166667vw auto 0;
  display: block;
}
.aboutCnt__contents__block {
  margin-bottom: 7.8645833333vw;
}
.aboutCnt__contents__block:last-child {
  margin: 0;
}
.aboutCnt__contents__block__items {
  margin: 4.53125vw auto 0;
  width: 78.6458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.125vw 2.34375vw;
  position: relative;
}
.aboutCnt__contents__block__items.wConnect:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.125vw;
  height: 3.125vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/img-x-connector.png);
}
.aboutCnt__contents__item {
  padding: 0.2604166667vw 5.2083333333vw;
  width: 37.96875vw;
  height: 15.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-row: 1;
  grid-row: 1;
}
.aboutCnt__contents__item__ttl {
  margin-bottom: 1.0416666667vw;
  font-size: 1.875vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.aboutCnt__contents__item__subTtl {
  margin-bottom: 1.25vw;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #917051;
}
.aboutCnt__contents__item__desc {
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
.aboutCnt__contents__block__desc {
  margin-top: 2.6041666667vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}

/*-----------------------------------------------
about Page SP
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .aboutCnt {
    padding: 0 0 31.25vw;
  }
  .aboutCnt__intr h2 {
    padding-top: 6.25vw;
    margin-bottom: 6.25vw;
    font-size: 6.25vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #fff;
  }
  .aboutCnt__intr h2:before {
    width: 31.25vw;
    height: 0.3125vw;
  }
  .aboutCnt__intr p {
    margin-bottom: 9.375vw;
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
  .aboutCnt__contents {
    margin: 31.25vw auto 0;
  }
  .aboutCnt__contents__block {
    margin-bottom: 12.5vw;
  }
  .aboutCnt__contents__block__items {
    margin: 9.375vw auto 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9.375vw 6.25vw;
  }
  .aboutCnt__contents__block__items.wConnect:after {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .aboutCnt__contents__item {
    padding: 3.125vw 6.25vw;
    width: 100%;
    height: auto;
    min-height: 62.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutCnt__contents__item__ttl {
    margin-bottom: 3.125vw;
    font-size: 5.625vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .aboutCnt__contents__item__subTtl {
    margin-bottom: 4.375vw;
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #917051;
  }
  .aboutCnt__contents__item__desc {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
  .aboutCnt__contents__block__desc {
    margin-top: 15.625vw;
    font-size: 3.4375vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
}
/*====================================================================
service PC
====================================================================*/
.serviceSec {
  margin: 7.8125vw auto 0;
  width: 100%;
  position: relative;
}
.serviceSec__intr {
  margin: auto;
  width: 69.7395833333vw;
}
.serviceSec__intr:after {
  content: "";
  position: absolute;
  top: 6.3020833333vw;
  left: 0;
  width: 100%;
  max-width: 95vw;
  height: 37.4479166667vw;
  background-image: url(../images/pages/service/bg-intr.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.serviceSec .serviceSec__heading.relIndex {
  position: relative;
  z-index: 3;
}
.serviceSec__intr__body {
  margin: 13.8020833333vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.3333333333vw;
  position: relative;
  z-index: 2;
}
.serviceSec__intr__img {
  width: 100%;
  max-width: 33.125vw;
  height: 26.4583333333vw;
  background-color: #898989;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 3.0208333333vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.serviceSec__contents {
  margin: 7.8125vw auto 7.8125vw;
  display: block;
}
.serviceSec__contents__block {
  margin-bottom: 7.8125vw;
}
.serviceSec__contents__block:last-child {
  margin-bottom: 0;
}
.serviceSec__contents__block.flow--version .serviceSec__contents__block__items {
  gap: 4.2708333333vw;
}
.serviceSec__contents__block.flow--version .serviceSec__contents__item {
  padding: 2.96875vw 3.0208333333vw;
  width: 69.7916666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  gap: 1.0416666667vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.serviceSec__contents__block.flow--version .serviceSec__contents__item:after {
  margin: auto;
  content: "";
  position: absolute;
  bottom: -2.7604166667vw;
  left: 0;
  right: 0;
  width: 9.0625vw;
  height: 1.1979166667vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/service/icon-flow-arrow.png);
}
.serviceSec__contents__block.flow--version .serviceSec__contents__item:last-child:after {
  display: none;
}
.serviceSec__contents__block.flow--version .serviceSec__contents__item__details {
  padding: 0 1.0416666667vw 0 0 !important;
  width: 25.1041666667vw;
}
.serviceSec__contents__block.flow--version .serviceSec__contents__item__ttl {
  margin-bottom: 2.0833333333vw;
}
.serviceSec__contents__block.flow--version .serviceSec__contents__item__img {
  width: 36.09375vw;
  height: 25vw;
  background-color: #898989;
}
.serviceSec__contents__block__items {
  margin: 4.53125vw 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.15625vw;
  position: relative;
}
.serviceSec__contents__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serviceSec__contents__item:nth-child(even) .serviceSec__contents__item__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.serviceSec__contents__item:nth-child(even) .serviceSec__contents__item__details {
  padding-right: 3.3333333333vw;
  padding-left: 15.625vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.serviceSec__contents__item__img {
  margin: 0;
  width: 50%;
  height: 30.9375vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #898989;
}
.serviceSec__contents__item__details {
  padding-left: 3.8541666667vw;
  padding-right: 14.0625vw;
  width: 50%;
}
.serviceSec__contents__item__ttl {
  margin-bottom: 1.0416666667vw;
  font-size: 1.875vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.serviceSec__contents__item__subTtl {
  margin-bottom: 1.25vw;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #917051;
}
.serviceSec__contents__item__desc {
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
.serviceSec__contents__block__desc {
  margin-top: 2.6041666667vw;
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}

/*-----------------------------------------------
ervice SP
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .serviceSec {
    margin: 9.375vw auto 0;
  }
  .serviceSec__intr {
    width: 90%;
  }
  .serviceSec__intr:after {
    top: 10.9375vw;
    max-width: 100%;
    height: 109.375vw;
  }
  .serviceSec__intr__body {
    margin: 9.375vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.25vw;
  }
  .serviceSec__intr__img {
    max-width: 100%;
    height: 62.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 7.8125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .serviceSec__contents {
    margin: 31.25vw auto 25vw;
  }
  .serviceSec__contents__block {
    margin-bottom: 31.25vw;
  }
  .serviceSec__contents__block:last-child {
    margin-bottom: 0;
  }
  .serviceSec__contents__block.flow--version .serviceSec__contents__block__items {
    gap: 12.5vw;
  }
  .serviceSec__contents__block.flow--version .serviceSec__contents__item {
    padding: 6.25vw 6.25vw 9.375vw;
    width: 100%;
    gap: 3.125vw;
  }
  .serviceSec__contents__block.flow--version .serviceSec__contents__item:after {
    bottom: -9.375vw;
    width: 21.875vw;
    height: 6.25vw;
  }
  .serviceSec__contents__block.flow--version .serviceSec__contents__item__details {
    padding: 0 !important;
    width: 100%;
  }
  .serviceSec__contents__block.flow--version .serviceSec__contents__item__ttl {
    margin-bottom: 3.125vw;
  }
  .serviceSec__contents__block.flow--version .serviceSec__contents__item__img {
    width: 100%;
    height: 62.5vw;
  }
  .serviceSec__contents__block__items {
    margin: 12.5vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.9375vw;
  }
  .serviceSec__contents__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceSec__contents__item:nth-child(even) .serviceSec__contents__item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .serviceSec__contents__item:nth-child(even) .serviceSec__contents__item__details {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .serviceSec__contents__item__img {
    margin-bottom: 3.125vw;
    width: 100%;
    height: 62.5vw;
  }
  .serviceSec__contents__item__details {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .serviceSec__contents__item__ttl {
    margin-bottom: 3.125vw;
    font-size: 6.25vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .serviceSec__contents__item__subTtl {
    margin-bottom: 4.375vw;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #917051;
  }
  .serviceSec__contents__item__desc {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
  .serviceSec__contents__block__desc {
    margin-top: 6.25vw;
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
}
/*====================================================================
company PC
====================================================================*/
.companyPage__main {
  margin: 0;
  padding: 0;
}

.companySec {
  position: relative;
}
.companySec:before {
  content: "";
  position: absolute;
  width: 95vw;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: url("./../images/pages/company/company-sec-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.companySec * {
  color: #fff;
}
.companySec__container {
  margin: 0 auto;
  padding: 7.8125vw 4.6875vw 7.8125vw 0;
  width: 100%;
  max-width: 66.6666666667vw;
  position: relative;
}
.companySec__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.companySec__bodyLeft {
  width: 31.5104166667vw;
}
.companySec__fig {
  margin-top: 0.5208333333vw;
}
.companySec__bodyRight {
  padding-left: 5.46875vw;
  width: calc(100% - 31.5104166667vw);
}
.companySec__tableInfo {
  width: 100%;
  border-collapse: collapse;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
}
.companySec__tableInfo tr {
  border-bottom: 1px solid #917051;
}
.companySec__tableInfo tr th, .companySec__tableInfo tr td {
  padding: 0.8333333333vw 0.8333333333vw 0.625vw;
  vertical-align: top;
}
.companySec__tableInfo tr th {
  font-size: 0.9375vw;
  color: #917051;
}
.companySec__tableInfo tr:nth-child(1) th {
  width: 7.1875vw;
}
.companySec__tableInfo__group {
  font-size: 0.8333333333vw;
  line-height: 2.25;
}
.companySec__tableInfo__group:not(:last-of-type) {
  margin-bottom: 0.78125vw;
}
.companySec__tableInfo__subhead {
  color: #917051;
  display: block;
}
.companySec__tableInfo__address {
  display: block;
  line-height: 1.62;
}

.companyHistory__container {
  margin: 0 auto;
  padding: 7.8125vw 0 3.90625vw 0;
}
.companyHistory__table {
  margin-top: 2.6041666667vw;
  text-align: left;
}
.companyHistory__table * {
  font-weight: normal;
  line-height: 1.35;
  color: #fff;
  letter-spacing: 0.01em;
}
.companyHistory__table th, .companyHistory__table td {
  padding: 0.625vw 1.5625vw;
}
.companyHistory__table th {
  padding-left: 3.125vw;
  font-family: "EB Garamond", serif;
  font-size: 0.9375vw;
  color: #917051;
}
.companyHistory__table td {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 0.8333333333vw;
}

.companySales__container {
  margin: 0 auto;
  padding: 3.90625vw 0 3.90625vw 0;
}
.companySales__body {
  margin: 2.6041666667vw auto 0;
}
.companySales__graph {
  margin: 2.7083333333vw auto 0;
  width: 66.6666666667vw;
}
.companySales__graph img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.companyCorpo__container {
  margin: 0 auto;
  padding: 3.90625vw 0 3.90625vw 0;
}
.companyCorpo__mapContent {
  width: 100%;
  padding-top: 5.2083333333vw;
}
.companyCorpo__mapContentWrapper {
  margin: 0 auto;
  max-width: 45.3125vw;
  position: relative;
}
.companyCorpo__mapContent__desc {
  position: absolute;
  padding: 1.1458333333vw;
  background-color: #000000;
  width: 16.9270833333vw;
  min-height: 8.9583333333vw;
  color: #fff;
}
.companyCorpo__mapContent__descTitle {
  font-size: 1.0416666667vw;
  line-height: 1.2;
  letter-spacing: 0.2em;
  display: block;
}
.companyCorpo__mapContent__descText {
  margin-top: 0.5208333333vw;
  font-size: 0.8333333333vw;
  line-height: 2;
  letter-spacing: 0.1em;
  display: block;
}
.companyCorpo__mapContent__desc--1 {
  bottom: 44%;
  left: -35%;
}
.companyCorpo__mapContent__desc--2 {
  bottom: 56%;
  right: -31%;
}
.companyCorpo__mapContent__desc--3 {
  bottom: 19%;
  right: -31%;
}
.companyCorpo__map {
  position: relative;
  margin: 2.7083333333vw auto;
  width: 72.9166666667vw;
}
.companyCorpo__map img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
.companyCorpo__mapHeader {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -4.9479166667vw;
  color: #fff;
}
.companyCorpo__mapHeader p {
  margin-top: 1.6666666667vw;
  padding-left: 1.9270833333vw;
  font-size: 0.8333333333vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.companyCorpo__mapHeader .companyCorpo__mapTextNote {
  margin-top: 0.78125vw;
  font-size: 0.7291666667vw;
}
.companyCorpo__mapHeading {
  padding-left: 1.9270833333vw;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 1.25vw;
  line-height: 1.35;
  letter-spacing: 0.02em;
  position: relative;
}
.companyCorpo__mapHeading:before {
  position: absolute;
  content: "";
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  top: 0.15625vw;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #917051;
}
.companyCorpo__mapImgSp {
  display: none !important;
}

.companySdg p {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  color: #fff;
  font-size: 0.8333333333vw;
  line-height: 1.86;
  letter-spacing: 0.02em;
}
.companySdg__container {
  margin: 0 auto;
  padding: 3.90625vw 0 10.8854166667vw 0;
}
.companySdg__body {
  margin: 3.125vw auto 0;
  padding: 0 3.125vw;
}
.companySdg__logo {
  margin: 4.4791666667vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.companySdg__logoLeft {
  margin: 0 2.8125vw 0 0;
  width: 29.9479166667vw;
}
.companySdg__logoLeft__item {
  width: 100%;
}
.companySdg__logoRight {
  width: 29.4791666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.companySdg__logoRight__item {
  width: 5.46875vw;
}

@media screen and (max-width: 767px) {
  .companySec:before {
    width: 100%;
    background-position: top center;
  }
  .companySec__bg {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 95vw;
  }
  .companySec__bg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .companySec__container {
    margin: 0 auto;
    padding: 15.625vw 0 15.625vw 0;
    width: 100%;
    max-width: 87.5vw;
  }
  .companySec__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .companySec__bodyLeft {
    width: 87.5vw;
  }
  .companySec__fig {
    margin-top: 0;
  }
  .companySec__bodyRight {
    padding-left: 0;
    width: 100%;
  }
  .companySec__tableInfo {
    margin-top: 9.375vw;
    width: 100%;
  }
  .companySec__tableInfo tr th, .companySec__tableInfo tr td {
    padding: 3.125vw 1.875vw 2.5vw;
  }
  .companySec__tableInfo tr th {
    font-size: 4.0625vw;
    text-align: left;
  }
  .companySec__tableInfo tr:nth-child(1) th {
    width: 28.125vw;
  }
  .companySec__tableInfo__group {
    font-size: 3.4375vw;
  }
  .companySec__tableInfo__group:not(:last-of-type) {
    margin-bottom: 4.6875vw;
  }
  .companyHistory__container {
    margin: 0 auto;
    padding: 15.625vw 0 7.8125vw 0;
  }
  .companyHistory__table {
    margin-top: 15.625vw;
    text-align: left;
  }
  .companyHistory__table * {
    font-weight: normal;
    line-height: 1.35;
    color: #fff;
    letter-spacing: 0.01em;
  }
  .companyHistory__table th, .companyHistory__table td {
    padding: 3.125vw 2.5vw 2.5vw;
  }
  .companyHistory__table th {
    padding-left: 0;
    font-size: 4.0625vw;
  }
  .companyHistory__table td {
    font-size: 3.75vw;
  }
  .companySales .siteContainer {
    max-width: 100%;
  }
  .companySales .heading__lined {
    margin: 0 auto;
    max-width: 90%;
  }
  .companySales__container {
    margin: 0 auto;
    padding: 7.8125vw 0 7.8125vw 0;
  }
  .companySales__graph {
    margin: 7.8125vw auto 0;
    width: 100%;
  }
  .companyCorpo__container {
    margin: 0 auto;
    padding: 7.8125vw 0 7.8125vw 0;
  }
  .companyCorpo__mapContent {
    padding-top: 6.25vw;
  }
  .companyCorpo__mapContentWrapper {
    max-width: initial;
  }
  .companyCorpo__mapContent__desc {
    position: initial;
    padding: 4.6875vw 2.5vw;
    width: 90.625vw;
    color: #fff;
  }
  .companyCorpo__mapContent__descTitle {
    font-size: 4.0625vw;
    line-height: 1.2;
  }
  .companyCorpo__mapContent__descText {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }
  .companyCorpo__mapContent__desc--1 {
    margin-top: 6.25vw;
    bottom: 44%;
    left: -35%;
  }
  .companyCorpo__mapContent__desc--2 {
    margin-top: 3.125vw;
    bottom: 56%;
    right: -31%;
  }
  .companyCorpo__mapContent__desc--3 {
    margin-top: 3.125vw;
    bottom: 19%;
    right: -31%;
  }
  .companyCorpo__map {
    padding-top: 12.5vw;
    position: relative;
    margin: 7.8125vw auto;
    width: 100%;
  }
  .companyCorpo__mapHeader {
    position: initial;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    color: #fff;
  }
  .companyCorpo__mapHeader p {
    margin-top: 4.6875vw;
    padding-left: 4.6875vw;
    font-size: 2.8125vw;
  }
  .companyCorpo__mapHeader .companyCorpo__mapTextNote {
    margin-top: 2.5vw;
    font-size: 2.5vw;
  }
  .companyCorpo__mapHeading {
    padding-left: 4.6875vw;
    font-size: 3.4375vw;
  }
  .companyCorpo__mapHeading:before {
    position: absolute;
    content: "";
    width: 3.125vw;
    height: 3.125vw;
    top: 1.25vw;
  }
  .companyCorpo__mapImgPc {
    display: none !important;
  }
  .companyCorpo__mapImgSp {
    width: 87.5vw;
    display: block !important;
  }
  .companySdg p {
    font-size: 4.375vw;
  }
  .companySdg__container {
    margin: 0 auto;
    padding: 7.8125vw 0 15.625vw 0;
  }
  .companySdg__body {
    margin: 9.375vw auto 0;
    padding: 0;
  }
  .companySdg__logo {
    margin: 15.625vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .companySdg__logoLeft {
    margin: 0 auto;
    width: 87.5vw;
  }
  .companySdg__logoLeft__item {
    width: 100%;
  }
  .companySdg__logoRight {
    margin: 6.25vw auto 0;
    width: 87.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .companySdg__logoRight__item {
    width: 14.0625vw;
  }
}
/*====================================================================
works PC
====================================================================*/
.worksCase {
  margin: 7.8125vw auto 0;
  width: 100%;
  position: relative;
}
.worksCase__contents {
  margin: 0 auto 7.7083333333vw;
  display: block;
}
.worksCase__contents__block {
  margin-bottom: 7.8125vw;
}
.worksCase__contents__block:last-child {
  margin-bottom: 0;
}
.worksCase__contents__block__items {
  margin: 4.53125vw 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.8125vw;
  position: relative;
  z-index: 2;
}
.worksCase__contents__item {
  padding-top: 7.7604166667vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.9479166667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.worksCase__contents__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95.2604166667vw;
  height: 37.4479166667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/works/bg-item.png);
  z-index: -1;
}
.worksCase__contents__item:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.worksCase__contents__item:nth-child(even):after {
  left: 0;
  right: auto;
}
.worksCase__contents__item:nth-child(even) .worksCase__contents__item__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.worksCase__contents__item:nth-child(even) .worksCase__contents__item__details {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.worksCase__contents__item__img {
  margin: 0;
  width: 44.8958333333vw;
  height: 33.8541666667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #898989;
}
.worksCase__contents__item__details {
  width: 23.9583333333vw;
}
.worksCase__contents__item__number {
  margin-bottom: 1.4583333333vw;
  padding-bottom: 1.4583333333vw;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #917051;
  border-bottom: 0.0520833333vw solid #917051;
}
.worksCase__contents__item__date {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #917051;
}
.worksCase__contents__item__ttl {
  margin-top: 1.0416666667vw;
  font-size: 1.3541666667vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
.worksCase__contents__item__subTtl {
  margin-bottom: 0.2604166667vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
.worksCase__contents__item__desc {
  margin-top: 1.0416666667vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
.worksCase__contents__item__btn {
  margin: 1.875vw 0 0;
}

/*-----------------------------------------------
works SP
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .worksCase {
    margin: 9.375vw auto 0;
    width: 100%;
    position: relative;
  }
  .worksCase__contents {
    margin: 0 auto 31.25vw;
    display: block;
  }
  .worksCase__contents__block {
    margin-bottom: 46.875vw;
  }
  .worksCase__contents__block:last-child {
    margin-bottom: 0;
  }
  .worksCase__contents__block__items {
    margin: 31.25vw 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.375vw;
  }
  .worksCase__contents__item {
    padding: 6.25vw 6.25vw 9.375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.9375vw;
  }
  .worksCase__contents__item:after {
    width: 100%;
    height: 100%;
  }
  .worksCase__contents__item:nth-child(even) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .worksCase__contents__item:nth-child(even):after {
    left: 0;
    right: 0;
  }
  .worksCase__contents__item:nth-child(even) .worksCase__contents__item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .worksCase__contents__item:nth-child(even) .worksCase__contents__item__details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .worksCase__contents__item__img {
    width: 100%;
    height: 62.5vw;
  }
  .worksCase__contents__item__details {
    width: 100%;
  }
  .worksCase__contents__item__number {
    margin-bottom: 3.75vw;
    padding-bottom: 3.75vw;
    font-size: 4.0625vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #917051;
    border-bottom: 0.3125vw solid #917051;
  }
  .worksCase__contents__item__date {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #917051;
    text-align: right;
  }
  .worksCase__contents__item__ttl {
    margin-top: 3.125vw;
    font-size: 6.25vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
  .worksCase__contents__item__subTtl {
    margin-bottom: 1.5625vw;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
  }
  .worksCase__contents__item__desc {
    margin-top: 3.125vw;
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #fff;
  }
  .worksCase__contents__item__btn {
    margin: 6.25vw 0 0;
  }
}
/*====================================================================
workDetails PC
====================================================================*/
.workDetails {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.workDetails__container {
  margin: 0 auto 7.8125vw;
  width: 66.71875vw;
}
.workDetails__contents__details {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.workDetails__contents__item__img {
  margin: 0 auto 1.9791666667vw;
  width: 46.875vw;
  height: 23.9583333333vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #898989;
  position: relative;
}
.workDetails__contents__item__imgItem {
  width: 100%;
  height: 23.9583333333vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #898989;
}
.workDetails__contents__item__details {
  width: 100%;
}
.workDetails__contents__item__number {
  margin-bottom: 1.4583333333vw;
  padding-bottom: 1.3020833333vw;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #917051;
  border-bottom: 0.0520833333vw solid #917051;
}
.workDetails__contents__item__date {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #917051;
  text-align: right;
}
.workDetails__contents__item__ttl {
  margin-top: 1.0416666667vw;
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.workDetails__contents__item__tag {
  margin: 1.3020833333vw 0 2.65625vw;
  padding: 0.2604166667vw 1.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-height: 1.6666666667vw;
  border: 0.0520833333vw solid #917051;
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #917051;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.workDetails__contents__item__desc {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
.workDetails__contents__item__btn {
  margin: 1.875vw 0 0;
}
.workDetails__col__itms {
  margin: 4.4791666667vw auto 40px;
  width: 57.34375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
}
.workDetails__col__itm {
  padding: 1.9270833333vw 2.1354166667vw 1.875vw;
  gap: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/works/details/bg-col-items.png);
}
.workDetails__col__itm__img {
  width: 21.0416666667vw;
  height: 14.9479166667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #898989;
}
.workDetails__col__itm__contents {
  width: 29.1666666667vw;
}
.workDetails__col__itm__contents__ttl {
  margin-bottom: 0.78125vw;
  font-size: 1.875vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.35;
  color: #fff;
}
.workDetails__col__itm__contents__desc {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
}
.workDetails__col__itm__contents__desc p {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.workDetails__voice {
  margin: auto;
  padding: 1.875vw 3.2291666667vw 3.0729166667vw;
  width: 57.34375vw;
  border-top: 0.0520833333vw solid #917051;
  border-bottom: 0.0520833333vw solid #917051;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.workDetails__voice__heading {
  margin-bottom: 0.5208333333vw;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #917051;
  position: relative;
}
.workDetails__voice__heading:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.2291666667vw;
  width: 2.34375vw;
  height: 0.0520833333vw;
  background-color: #917051;
}
.workDetails__voice__subHeading {
  margin-bottom: 3.3854166667vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
}
.workDetails__voice__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.workDetails__voice__details {
  width: 30.5729166667vw;
}
.workDetails__voice__details__ttl {
  margin-bottom: 0.8333333333vw;
  padding-bottom: 1.0416666667vw;
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  border-bottom: 0.0520833333vw solid #917051;
}
.workDetails__voice__details__desc {
  padding-right: 3.4895833333vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
}
.workDetails__voice__img {
  width: 21.0416666667vw;
  height: 14.9479166667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #898989;
}
.workDetails__voice__dataBox {
  margin: 1.9791666667vw auto 0;
  padding: 2.0833333333vw 3.90625vw 1.9791666667vw 4.7916666667vw;
  min-height: 10.8854166667vw;
  background-color: rgba(145, 112, 81, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.workDetails__voice__dataBox__label {
  padding-right: 4.6875vw;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #917051;
}
.workDetails__voice__dataBox__list {
  padding-left: 4.1666666667vw;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.3020833333vw 0;
  position: relative;
}
.workDetails__voice__dataBox__list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0520833333vw;
  height: 100%;
  background-color: #917051;
}
.workDetails__voice__dataBox__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
}
.workDetails__voice__dataBox__list li span {
  font-size: 0.8333333333vw;
}
.workDetails__backBtn {
  margin: 2.6041666667vw auto 0;
}

/*====================================================================
workDetails SP
====================================================================*/
@media screen and (max-width: 767px) {
  .workDetails__container {
    margin: 0 auto 31.25vw;
    width: 90%;
  }
  .workDetails__contents__item__img {
    margin: 0 auto 6.25vw;
    width: 100%;
    height: 62.5vw;
  }
  .workDetails__contents__item__imgItem {
    width: 100%;
    height: 62.5vw;
  }
  .workDetails__contents__item__details {
    width: 100%;
  }
  .workDetails__contents__item__number {
    margin-bottom: 4.375vw;
    padding-bottom: 4.375vw;
    font-size: 4.6875vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #917051;
    border-bottom: 0.3125vw solid #917051;
  }
  .workDetails__contents__item__date {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #917051;
  }
  .workDetails__contents__item__ttl {
    margin-top: 6.25vw;
    font-size: 6.25vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
  }
  .workDetails__contents__item__tag {
    margin: 4.6875vw 0 7.8125vw;
    padding: 1.5625vw 4.6875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 7.8125vw;
    border: 0.3125vw solid #917051;
    font-size: 2.8125vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #917051;
  }
  .workDetails__contents__item__desc {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #fff;
  }
  .workDetails__contents__item__btn {
    margin: 10.9375vw 0 0;
  }
  .workDetails__col__itms {
    margin: 12.5vw auto 12.5vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.375vw;
  }
  .workDetails__col__itm {
    padding: 6.25vw 6.25vw 9.375vw;
    gap: 6.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workDetails__col__itm__img {
    width: 100%;
    height: 62.5vw;
  }
  .workDetails__col__itm__contents {
    width: 100%;
  }
  .workDetails__col__itm__contents__ttl {
    margin-bottom: 4.6875vw;
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.35;
    color: #fff;
  }
  .workDetails__col__itm__contents__desc {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #fff;
  }
  .workDetails__col__itm__contents__desc p {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
  }
  .workDetails__voice {
    padding: 6.25vw 6.25vw 9.375vw;
    width: 100%;
    border-top: 0.3125vw solid #917051;
    border-bottom: 0.3125vw solid #917051;
  }
  .workDetails__voice__heading {
    margin-bottom: 3.125vw;
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #917051;
  }
  .workDetails__voice__heading:after {
    left: -12.5vw;
    width: 9.375vw;
    height: 0.3125vw;
  }
  .workDetails__voice__subHeading {
    margin-bottom: 9.375vw;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #fff;
  }
  .workDetails__voice__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workDetails__voice__details {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .workDetails__voice__details__ttl {
    margin-bottom: 3.125vw;
    padding-bottom: 3.125vw;
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    border-bottom: 0.3125vw solid #917051;
  }
  .workDetails__voice__details__desc {
    padding-right: 0;
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #fff;
  }
  .workDetails__voice__img {
    margin-bottom: 6.25vw;
    width: 100%;
    height: 62.5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .workDetails__voice__dataBox {
    margin: 15.625vw auto 0;
    padding: 6.25vw 4.6875vw 9.375vw;
    min-height: 62.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workDetails__voice__dataBox__label {
    padding-right: 0;
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #917051;
  }
  .workDetails__voice__dataBox__list {
    margin-top: 6.25vw;
    padding-top: 6.25vw;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125vw 0;
  }
  .workDetails__voice__dataBox__list:after {
    left: 0;
    right: 0;
    width: 100%;
    height: 0.3125vw;
  }
  .workDetails__voice__dataBox__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    text-align: center;
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #fff;
  }
  .workDetails__voice__dataBox__list li span {
    font-size: 3.4375vw;
  }
  .workDetails__backBtn {
    margin: 10.9375vw auto 0;
  }
}
/*====================================================================
contactUs PC
====================================================================*/
.contactUs {
  margin: 0 auto;
  width: 100%;
}
.contactUs.complete-page .contactUs__container {
  padding: 7.65625vw 0 6.7708333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}
.contactUs.complete-page .contactUs__container:after {
  background-image: url(../images/pages/contact/bg-thanks.png);
}
.contactUs.complete-page .contactUs__intr {
  width: 57.3958333333vw;
}
.contactUs.complete-page .contactUs__backBtn {
  margin-top: 5.4166666667vw;
}
.contactUs__container {
  padding: 7.8125vw 0 12.34375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.1666666667vw;
  position: relative;
}
.contactUs__container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/contact/bg.png);
}
.contactUs__intr {
  width: 22.8125vw;
  position: relative;
  z-index: 2;
}
.contactUs__intr h2 {
  margin-bottom: 1.5625vw;
  padding-top: 1.5625vw;
  font-size: 1.0416666667vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.8;
  color: #fff;
  border-top: 0.0520833333vw solid #917051;
}
.contactUs__intr p {
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #a0a0a0;
}
.contactUs__form {
  width: 30.5208333333vw;
  position: relative;
  z-index: 2;
}
.contactUs__fields {
  display: block;
}
.contactUs__field {
  margin-bottom: 2.65625vw;
  display: block;
  position: relative;
}
.contactUs__field:last-child {
  margin-bottom: 0;
}
.contactUs__field label {
  margin-bottom: 1.25vw;
  padding-bottom: 0.9375vw;
  width: 100%;
  display: block;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  border-bottom: 0.0520833333vw solid #fff;
}
.contactUs__field input,
.contactUs__field textarea {
  padding: 1.8229166667vw 1.8229166667vw 1.9791666667vw;
  width: 100%;
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
  border: 0.0520833333vw solid #434343;
  background-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactUs__field input:-moz-placeholder-shown, .contactUs__field textarea:-moz-placeholder-shown {
  font-size: 0.8333333333vw;
  color: #a0a0a0;
}
.contactUs__field input:-ms-input-placeholder, .contactUs__field textarea:-ms-input-placeholder {
  font-size: 0.8333333333vw;
  color: #a0a0a0;
}
.contactUs__field input:placeholder-shown,
.contactUs__field textarea:placeholder-shown {
  font-size: 0.8333333333vw;
  color: #a0a0a0;
}
.contactUs__field textarea {
  min-height: 16.9791666667vw;
  resize: none;
}
.contactUs__field .error-text {
  margin-top: 0.78125vw;
  font-size: 0.7291666667vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #D7000F;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: -1.1458333333vw;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.contactUs__field.has-error .error-text {
  opacity: 1;
}
.contactUs__backBtn {
  margin: 2.6041666667vw auto 0;
}

/*====================================================================
contactUs SP
====================================================================*/
@media screen and (max-width: 767px) {
  .contactUs.complete-page .contactUs__container {
    padding: 9.375vw 6.25vw 12.5vw;
  }
  .contactUs.complete-page .contactUs__intr {
    width: 100%;
  }
  .contactUs.complete-page .contactUs__backBtn {
    margin-top: 10.9375vw;
  }
  .contactUs__container {
    padding: 9.375vw 6.25vw 12.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.375vw;
  }
  .contactUs__intr {
    width: 100%;
  }
  .contactUs__intr h2 {
    margin-bottom: 3.125vw;
    padding-top: 3.125vw;
    font-size: 4.6875vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.8;
    color: #fff;
    border-top: 0.3125vw solid #917051;
  }
  .contactUs__intr p {
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #a0a0a0;
  }
  .contactUs__form {
    width: 100%;
  }
  .contactUs__field {
    margin-bottom: 9.375vw;
  }
  .contactUs__field label {
    margin-bottom: 4.375vw;
    padding-bottom: 3.125vw;
    font-size: 3.125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #fff;
    border-bottom: 0.3125vw solid #fff;
  }
  .contactUs__field input,
  .contactUs__field textarea {
    padding: 3.125vw 3.125vw 3.125vw;
    font-size: 2.8125vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 2;
    color: #fff;
    border: 0.3125vw solid #434343;
  }
  .contactUs__field input:-moz-placeholder-shown, .contactUs__field textarea:-moz-placeholder-shown {
    font-size: 2.8125vw;
  }
  .contactUs__field input:-ms-input-placeholder, .contactUs__field textarea:-ms-input-placeholder {
    font-size: 2.8125vw;
  }
  .contactUs__field input:placeholder-shown,
  .contactUs__field textarea:placeholder-shown {
    font-size: 2.8125vw;
  }
  .contactUs__field textarea {
    min-height: 46.875vw;
  }
  .contactUs__field .error-text {
    margin-top: 1.5625vw;
    bottom: -4.6875vw;
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1;
    color: #D7000F;
  }
  .contactUs__backBtn {
    margin: 10.9375vw auto 0;
  }
}
.reviews {
  margin: 1.9791666667vw auto 7.3958333333vw;
  width: 100%;
}
.reviews__container {
  margin: auto;
  width: 66.6666666667vw;
  position: relative;
  z-index: 2;
}
.reviews .reviews__heading {
  margin-bottom: 3.9583333333vw;
}
.reviews__items {
  margin-top: 7.9166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.reviews__item {
  width: calc(33.33% - 1.3541666667vw);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reviews__item:not(:nth-child(3n)) {
    margin-right: 2.03125vw;
  }
  .reviews__item:nth-child(n+4) {
    margin-top: 4.1666666667vw;
  }
}
.reviews__item__date {
  margin-bottom: 1.3541666667vw;
  font-size: 0.9375vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
.reviews__item__ttl {
  margin-bottom: 1.3541666667vw;
  font-size: 1.3541666667vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  position: relative;
}
.reviews__item__img {
  margin-bottom: 1.875vw;
  width: 100%;
  height: 20.8333333333vw;
  background-color: #898989;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reviews__item__desc {
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #fff;
}
.reviews__tags {
  margin-bottom: 0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.reviews__tags__item {
  margin-bottom: 0.78125vw;
  padding: 0.7291666667vw 0.9375vw 0.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 0.8333333333vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #917051;
  border: 0.0520833333vw solid #917051;
  background-color: #0b0c10;
}
.reviews__tags__item:not(:last-of-type) {
  margin-right: 1.0416666667vw;
}
.reviews__viewMoreBtn {
  margin: 3.3333333333vw auto 0;
}

@media screen and (min-width: 768px) {
  .reviewsPage .kv--v2 .kv__subHeading {
    font-size: 16px;
  }
  .reviewsPage .kv--v2 {
    min-height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    margin: 0 auto 15.625vw;
  }
  .reviews__container {
    width: 100%;
  }
  .reviews__items {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90vw;
  }
  .reviews__item {
    width: 100%;
  }
  .reviews__item:not(:last-of-type) {
    margin-bottom: 12.5vw;
  }
  .reviews__item__date {
    margin-bottom: 4.6875vw;
    font-size: 3.125vw;
  }
  .reviews__item__ttl {
    margin-bottom: 4.6875vw;
    font-size: 4.375vw;
  }
  .reviews__item__img {
    margin-bottom: 4.6875vw;
    width: 100%;
    height: 82.8125vw;
    background-color: #898989;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .reviews__item__desc {
    font-size: 3.4375vw;
  }
  .reviews__tags {
    margin-bottom: 1.5625vw;
    font-size: 2.8125vw;
  }
  .reviews__tags__item {
    margin-bottom: 2.5vw;
    padding: 2.5vw 3.125vw 1.875vw;
    font-size: 2.8125vw;
    border: 0.3125vw solid #917051;
  }
  .reviews__tags__item:not(:last-of-type) {
    margin-right: 2.5vw;
  }
  .reviews__viewMoreBtn {
    margin: 10.9375vw auto 0;
  }
}