@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Space+Mono:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: inherit;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

select {
  background-color: transparent;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1em;
  height: 1em;
  border: 1px solid currentColor;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.15em;
  position: relative;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 0.075em;
  left: 0.325em;
  width: 0.4em;
  height: 0.65em;
  border: solid currentColor;
  border-width: 0 0.15em 0.15em 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input:disabled,
textarea:disabled,
select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

label {
  cursor: pointer;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
  opacity: 1;
}

html {
  font-size: 10px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  font-family: "Noto Sans JP", Helvetica, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #0A0A0A;
  min-height: 100vh;
  position: relative;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body::before {
  content: "";
  display: block;
  background: url(../img/common/texture_100-100_gray.png);
  position: absolute;
  top: 11.2rem;
  left: 2.9282576867vw;
  right: 2.9282576867vw;
  bottom: 2rem;
  z-index: -1;
}
@supports (-webkit-touch-callout: none) {
  body body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
img,
iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*============================
#header
============================*/
.headerWrap {
  height: 7.2rem;
}

#header {
  height: 7.2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: #0A0A0A solid 1px;
}
#header .headerInner {
  height: 7.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  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;
}
#header .headerInner #hdrLogo a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.2em;
}
@media (hover: hover) {
  #header .headerInner #hdrLogo a:hover {
    color: #B5B5B5;
  }
}
#header .headerInner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6rem;
}
#header .headerInner nav ul li a {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  position: relative;
  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;
  white-space: nowrap;
  width: 4.25em;
  height: 2.5em;
}
#header .headerInner nav ul li a .en {
  font-family: "Space Mono", monospace;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#header .headerInner nav ul li a .ja {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.4285714286;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(0.75em);
          transform: translateY(0.75em);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#header .headerInner nav ul li a.current {
  pointer-events: none;
}
#header .headerInner nav ul li a.current .en {
  color: #B5B5B5;
}
@media (hover: hover) {
  #header .headerInner nav ul li a:hover .en {
    color: #B5B5B5;
    font-size: 0.75em;
    -webkit-transform: translateY(-0.75em);
            transform: translateY(-0.75em);
  }
  #header .headerInner nav ul li a:hover .ja {
    opacity: 1;
    pointer-events: all;
  }
}
#header .headerInner .hdrContact a.btn {
  font-family: "Space Mono", monospace;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  background: #0A0A0A;
  border: #0A0A0A solid 1px;
  border-radius: 2em;
  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;
  gap: 0.625em;
  padding: 0.5em 1em;
  min-width: 8.5625em;
}
#header .headerInner .hdrContact a.btn::after {
  content: "";
  display: block;
  width: 1.625em;
  height: 1.625em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20data-name%3D%22grp%20820%22%20%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20data-name%3D%22oval%2010%22%20%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20stroke%3D%22none%22%20%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2212.5%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.828%206.134a.592.592%200%200%200-.629-.081L6%2011.784v1.108l5.128%202.05L14.416%2020h1.109l3.503-13.259a.592.592%200%200%200-.193-.6Zm-3.991%2012.809-2.825-4.347%204.348-4.762-.688-.628-4.383%204.8-4.226-1.692%2010.873-5.1Z%22%20data-name%3D%22Icon%20core-send%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  #header .headerInner .hdrContact a.btn:hover {
    color: #0A0A0A;
    background: #fff;
  }
  #header .headerInner .hdrContact a.btn:hover::after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20data-name%3D%22grp%20820%22%20%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%230A0A0A%22%20data-name%3D%22oval%2010%22%20%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20stroke%3D%22none%22%20%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2212.5%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%230A0A0A%22%20d%3D%22M18.828%206.134a.592.592%200%200%200-.629-.081L6%2011.784v1.108l5.128%202.05L14.416%2020h1.109l3.503-13.259a.592.592%200%200%200-.193-.6Zm-3.991%2012.809-2.825-4.347%204.348-4.762-.688-.628-4.383%204.8-4.226-1.692%2010.873-5.1Z%22%20data-name%3D%22Icon%20core-send%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.breadcrumb {
  position: fixed;
  z-index: 200;
  right: 0;
  top: 7.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  padding-top: 2em;
}
.breadcrumb::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 1em;
  left: 50%;
  background-image: repeating-linear-gradient(to bottom, #0A0A0A 0 1px, transparent 1px 4px);
}
.breadcrumb li {
  background: #0A0A0A;
}
.breadcrumb li a,
.breadcrumb li span {
  display: block;
  font-family: "Space Mono", monospace;
  padding: 1.2em 0.4em;
}
.breadcrumb li a {
  background: #B5B5B5;
}
@media (hover: hover) {
  .breadcrumb li a:hover {
    background: #0A0A0A;
  }
}

body.page #content {
  font-size: 1.6rem;
  line-height: 1.6;
}
body.page #content section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page #content section:first-child {
  padding-top: 12rem;
}
body.page #content section h1.title {
  font-size: min(2.9282576867vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.15em;
  font-weight: 500;
  padding: 0.5em 0 0.5em 1.25em;
  position: relative;
  border-left: #0A0A0A solid 1px;
}
body.page #content section h1.title .en {
  font-size: 0.5em;
  line-height: 1.45;
  letter-spacing: 0;
  font-family: "Space Mono", monospace;
  color: #B5B5B5;
  margin-bottom: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page #content section h1.title::after {
  content: "";
  display: block;
  width: 4px;
  height: 1.5em;
  background: #0A0A0A;
  position: absolute;
  bottom: 0.5em;
  left: 0;
}
body.page #content section #postContent {
  width: 100%;
  max-width: 926px;
  margin: 8rem auto 12rem;
}
body.page #content section #postContent h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 0.15em;
}
body.page #content section #postContent h2 + * {
  margin-top: 8rem;
}
body.page #content section #postContent h3 {
  line-height: 1.5;
  font-weight: 500;
  border-left: #0A0A0A solid 4px;
  padding-left: 0.875em;
}
body.page #content section #postContent h3 + * {
  margin-top: 2rem;
}
body.page #content section #postContent .block {
  margin-top: 6rem;
}
body.page #content section #postContent .block:first-child {
  margin-top: 0;
}
body.page #content section #postContent p {
  margin-top: 1.5em;
}
body.page #content section #postContent p:first-child {
  margin-top: 0;
}
body.page #content section #postContent .note {
  font-size: 1.2rem;
  margin-top: 0.5em;
}
body.page #content section #postContent .alignCenter {
  text-align: center;
}
@media (min-width: 961px) {
  body.page #content section #postContent .alignCenterPC {
    text-align: center;
  }
}
body.page #content section table {
  width: 100%;
}
body.page #content section table tbody tr th,
body.page #content section table tbody tr td {
  position: relative;
  padding: 2.4rem 0.8rem;
}
body.page #content section table tbody tr th::after,
body.page #content section table tbody tr td::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(to right, #0A0A0A 0 1px, transparent 1px 4px);
}
body.page #content section table tbody tr th {
  font-weight: 500;
  min-width: 20rem;
}
body.page #content section form input[type=text],
body.page #content section form input[type=email],
body.page #content section form input[type=tel],
body.page #content section form textarea {
  border: #0A0A0A solid 1px;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
  width: 100%;
}
body.page #content section form input[type=file]::-webkit-file-upload-button {
  padding: 0.3rem 0.6rem;
  background-color: #F7F7F7;
  color: #0A0A0A;
  border: #B5B5B5 solid 1px;
  border-radius: 2px;
  font-size: 1.3rem;
  cursor: pointer;
  margin-right: 0.8rem;
}
body.page #content section form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=zip-entry] {
  width: 14em;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=file-entry] {
  padding: 1.2rem 1.6rem;
  background: #fff;
  border: #B5B5B5 solid 1px;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] .wpcf7-list-item {
  margin: 0;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label {
  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;
  gap: 1rem;
  border-radius: 2rem;
  padding: 1rem 2rem;
  border: #0A0A0A solid 1px;
  background: #fff;
  line-height: 2rem;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label .acceptance {
  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;
  padding: 0.9rem;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label .acceptance::before {
  border-color: #fff;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label.checked {
  background: #0A0A0A;
  color: #fff;
}
body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label.checked .acceptance {
  border-color: #fff;
}
body.page #content section form .entry-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0.8rem;
}
body.page #content section form textarea {
  width: 100%;
}
body.page #content section form .privacy {
  background: rgba(10, 10, 10, 0.04);
  padding: 4rem;
  margin-top: 4rem;
}
body.page #content section form .btn_m button .label {
  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;
  gap: 1.4rem;
}
body.page #content section form .btn_m button .label::after {
  content: "";
  display: inline-block;
  width: 1.625em;
  height: 1.625em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20data-name%3D%22grp%20820%22%20%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20data-name%3D%22oval%2010%22%20%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20stroke%3D%22none%22%20%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2212.5%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.828%206.134a.592.592%200%200%200-.629-.081L6%2011.784v1.108l5.128%202.05L14.416%2020h1.109l3.503-13.259a.592.592%200%200%200-.193-.6Zm-3.991%2012.809-2.825-4.347%204.348-4.762-.688-.628-4.383%204.8-4.226-1.692%2010.873-5.1Z%22%20data-name%3D%22Icon%20core-send%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  body.page #content section form .btn_m button:hover .label:after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20data-name%3D%22grp%20820%22%20%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%230A0A0A%22%20data-name%3D%22oval%2010%22%20%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20stroke%3D%22none%22%20%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2212.5%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%230A0A0A%22%20d%3D%22M18.828%206.134a.592.592%200%200%200-.629-.081L6%2011.784v1.108l5.128%202.05L14.416%2020h1.109l3.503-13.259a.592.592%200%200%200-.193-.6Zm-3.991%2012.809-2.825-4.347%204.348-4.762-.688-.628-4.383%204.8-4.226-1.692%2010.873-5.1Z%22%20data-name%3D%22Icon%20core-send%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
body.page #content section form table tbody tr th {
  width: 26rem;
}
body.page #content section form table tbody tr th.required {
  position: relative;
}
body.page #content section form table tbody tr th.required::before {
  content: "必須";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  right: 0.8rem;
  background: #CC0000;
  padding: 0.3rem 1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 2em;
}

body.privacy-policy {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}
body.privacy-policy::before {
  display: none;
}
body.privacy-policy #postContent {
  padding-right: 0.5em;
}
body.privacy-policy #postContent .block {
  margin-top: 3rem;
}
body.privacy-policy #postContent .block:first-child {
  margin-top: 0;
}
body.privacy-policy #postContent p {
  margin-top: 1.25em;
}
body.privacy-policy #postContent p:first-child {
  margin-top: 0;
}
body.privacy-policy #postContent h2 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 0.15em;
}
body.privacy-policy #postContent h2 + * {
  margin-top: 4rem;
}
body.privacy-policy #postContent h3 {
  line-height: 1.5;
  font-weight: 500;
  border-left: #0A0A0A solid 4px;
  padding-left: 0.875em;
}
body.privacy-policy #postContent h3 + * {
  margin-top: 1rem;
}
body.privacy-policy #postContent ol {
  counter-reset: num;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
}
body.privacy-policy #postContent ol li {
  counter-increment: num;
  padding-left: 1em;
  text-indent: -1em;
}
body.privacy-policy #postContent ol li:before {
  content: counter(num) ". ";
}
body.privacy-policy #postContent ul {
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
}
body.privacy-policy #postContent .note {
  font-size: 1.2rem;
  margin-top: 0.5em;
}
body.privacy-policy #postContent .alignCenter {
  text-align: center;
}
body.privacy-policy #postContent .alignRight {
  text-align: right;
}
@media (min-width: 961px) {
  body.privacy-policy #postContent .alignCenterPC {
    text-align: center;
  }
}

/*============================
#footer
============================*/
#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: #B5B5B5 solid 1px;
  padding-top: 6rem;
}
#footer .footerInner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 2rem;
  background: #0A0A0A;
  width: 87.5549048316%;
  max-width: 1196px;
  gap: 4rem 0;
}
#footer .footerInner .logo a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.2em;
}
@media (hover: hover) {
  #footer .footerInner .logo a:hover {
    color: #B5B5B5;
  }
}
#footer .footerInner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.6rem;
}
#footer .footerInner nav ul li.menu_top {
  display: none;
}
#footer .footerInner nav ul li a {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  position: relative;
  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;
  white-space: nowrap;
}
#footer .footerInner nav ul li a.current {
  pointer-events: none;
}
#footer .footerInner nav ul li a.current .en {
  color: #B5B5B5;
}
#footer .footerInner nav ul li a .en {
  font-family: "Space Mono", monospace;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#footer .footerInner nav ul li a .ja {
  display: none;
}
@media (hover: hover) {
  #footer .footerInner nav ul li a:hover .en {
    color: #B5B5B5;
  }
}

.copyright {
  padding: 4.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.copyright .copy {
  font-size: 1.1rem;
  line-height: 2.2727272727;
  color: #B5B5B5;
}

/*============================
#content
============================*/
#content {
  font-size: 1.6rem;
  line-height: 1.6;
}
#content section .secInner {
  width: 90.775988287%;
  max-width: 1240px;
}
#content .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
#content .btn_s {
  width: 21.4375em;
}
#content .btn_s.short {
  width: 16.5em;
}
#content .btn_s a {
  display: block;
  font-size: 1.6rem;
  width: 100%;
  color: #fff;
  position: relative;
}
#content .btn_s a span {
  display: block;
  position: absolute;
  width: 100%;
  top: 1.25em;
  text-align: center;
  padding-right: 1em;
}
#content .btn_s a svg {
  width: 100%;
}
@media (hover: hover) {
  #content .btn_s a:hover {
    color: #0A0A0A;
  }
  #content .btn_s a:hover svg .baloon {
    fill: #fff;
  }
  #content .btn_s a:hover svg .icon {
    stroke: #0A0A0A;
  }
}
#content .btn_m {
  width: 21.875em;
}
#content .btn_m a,
#content .btn_m button {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  color: #fff;
  position: relative;
}
#content .btn_m a span,
#content .btn_m button span {
  display: block;
  position: absolute;
  width: 100%;
  top: 2.2222222222em;
  text-align: center;
}
#content .btn_m a svg,
#content .btn_m button svg {
  width: 100%;
}
#content .btn_m a[disabled],
#content .btn_m button[disabled] {
  pointer-events: none;
}
#content .btn_m a[disabled] svg .baloon,
#content .btn_m button[disabled] svg .baloon {
  fill: #B5B5B5;
  stroke: #B5B5B5;
}
@media (hover: hover) {
  #content .btn_m a:hover,
  #content .btn_m button:hover {
    color: #0A0A0A;
  }
  #content .btn_m a:hover svg .baloon,
  #content .btn_m button:hover svg .baloon {
    fill: #fff;
  }
  #content .btn_m a:hover svg .icon,
  #content .btn_m button:hover svg .icon {
    stroke: #0A0A0A;
  }
}
#content .btn_l {
  font-size: min(1.1713030747vw, 16px);
}
#content .btn_l a {
  display: block;
  width: 100%;
  position: relative;
}
#content .btn_l a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 1.875em;
  text-align: center;
}
#content .btn_l a .text .en {
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.25em;
}
#content .btn_l a .text .ja {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.15em;
  margin-bottom: 1.0833333333em;
}
#content .btn_l a svg {
  width: 100%;
}
@media (hover: hover) {
  #content .btn_l a:hover {
    color: #fff;
  }
  #content .btn_l a:hover svg .baloon {
    fill: #0A0A0A;
  }
}

/*============================
TOP
============================*/
#content.sitetop {
  /*==== #keyVisual ====*/
  /*==== #about ====*/
  /*==== #ourwork ====*/
  /*==== #company ====*/
}
#content.sitetop h2.title {
  font-size: min(2.9282576867vw, 40px);
  line-height: 1.45;
  letter-spacing: 0.15em;
  font-weight: 500;
  padding-bottom: 0.75em;
  position: relative;
}
#content.sitetop h2.title .en {
  font-size: 0.5em;
  line-height: 1.45;
  letter-spacing: 0;
  font-family: "Space Mono", monospace;
  color: #B5B5B5;
  margin-bottom: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
}
#content.sitetop h2.title .en::before {
  content: "● ";
  font-size: 0.4em;
  line-height: 3.625;
}
#content.sitetop h2.title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(to right, #0A0A0A 0 1px, transparent 1px 4px);
}
#content.sitetop #keyVisual {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
#content.sitetop #keyVisual .slides {
  width: 94.1434846266%;
  aspect-ratio: 1.664021164;
  max-width: 1258px;
  position: relative;
}
#content.sitetop #keyVisual .slides .slide {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
#content.sitetop #keyVisual .slides .slide .letters {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content.sitetop #keyVisual .slides .slide .letters svg {
  height: 10.2489019034vw;
  max-height: 140px;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#content.sitetop #keyVisual .slides .slide .letters svg .letter:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#content.sitetop #keyVisual .slides .slide .struct {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content.sitetop #keyVisual .slides .slide .struct img {
  position: relative;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
#content.sitetop #keyVisual .slides .slide .struct img[src*=A_escalator] {
  height: 92.5925925926%;
}
#content.sitetop #keyVisual .slides .slide.active {
  opacity: 1;
}
#content.sitetop #keyVisual .slides .slide.active .letters svg .letter {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#content.sitetop #keyVisual .slides .slide.active .struct img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#content.sitetop #keyVisual .desc {
  width: 94.1434846266%;
  aspect-ratio: 1.5725;
  max-width: 1258px;
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content.sitetop #keyVisual .desc .copy {
  font-size: min(1.9033674963vw, 26px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4230769231;
  position: absolute;
  top: 6.588579795vw;
  right: 4.831625183vw;
}
#content.sitetop #keyVisual .desc .text {
  font-size: min(1.1713030747vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  bottom: 1.4641288433vw;
  left: 3.2942898975vw;
}
#content.sitetop #keyVisual::before, #content.sitetop #keyVisual::after {
  content: "";
  display: block;
  width: 100vw;
  height: 23.4260614934vw;
  bottom: 5.8565153734vw;
  position: absolute;
  z-index: -1;
  left: 0;
  background: url(../img/index/bg_keyVisual.svg) 50%/contain no-repeat;
  -webkit-animation: scrollBg 30s linear infinite;
          animation: scrollBg 30s linear infinite;
}
#content.sitetop #keyVisual::after {
  left: 100vw;
}
@-webkit-keyframes scrollBg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollBg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#content.sitetop #about {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#content.sitetop #about .secInner {
  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;
  padding: 18rem 0 13rem;
}
#content.sitetop #about .secInner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40.3225806452%;
  padding-left: 4.39238653vw;
}
#content.sitetop #about .secInner .info .desc {
  margin-top: 6rem;
}
#content.sitetop #about .secInner .info .desc .btn_s {
  margin-top: 5rem;
}
#content.sitetop #about .secInner .img {
  position: absolute;
  font-size: 0.7320644217vw;
  width: 51.2445095168vw;
  height: 40em;
  right: 0;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: #0A0A0A solid 1px;
  border-right: none;
  border-radius: 20em 0 0 20em;
}
@media (max-width: 1024px) {
  #content.sitetop #about .secInner .img {
    width: 50%;
  }
}
#content.sitetop #about .secInner .img .slides {
  margin-left: 10.980966325vw;
  position: relative;
}
#content.sitetop #about .secInner .img .slides .slide {
  width: 31.6251830161vw;
  position: absolute;
  top: -7.3206442167vw;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#content.sitetop #about .secInner .img .slides .slide.active {
  opacity: 1;
}
#content.sitetop #ourwork {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: rgba(10, 10, 10, 0.05);
}
#content.sitetop #ourwork .secInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 8rem 4.39238653vw 0;
  border-left: #0A0A0A dashed 1px;
  border-right: #0A0A0A dashed 1px;
}
#content.sitetop #ourwork .secInner .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#content.sitetop #ourwork .secInner .info .desc {
  width: 46.8521229868vw;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#content.sitetop #ourwork .secInner .info .desc .btn_s {
  margin-top: 4rem;
}
#content.sitetop #ourwork .secInner .img {
  margin-top: 5rem;
}
#content.sitetop #company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content.sitetop #company .secInner {
  padding: 10rem 4.39238653vw 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content.sitetop #company .secInner .btn_l {
  width: 48.9247311828%;
}

/*============================
About
============================*/
#content.page-about #overview .secInner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10.752688172%;
  margin-top: 8rem;
}
#content.page-about #overview .secInner .info .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content.page-about #overview .secInner .info .flows {
  width: 48.9247311828%;
}
#content.page-about #overview .secInner .info .flows h3 {
  margin-bottom: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
#content.page-about #overview .secInner .info .flows h3::before {
  content: "● ";
  font-size: 0.5em;
  line-height: 3.2;
}
#content.page-about #overview .secInner .info .flows .arrow {
  position: relative;
  z-index: 2;
  width: 20.3125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 3rem;
  height: 2rem;
}
#content.page-about #overview .secInner .info .flows .flow {
  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;
  background: rgba(10, 10, 10, 0.05);
  padding: 1rem 3rem;
}
#content.page-about #overview .secInner .info .flows .flow .label {
  font-size: 1.4rem;
}
#content.page-about #overview .secInner .info .flows .flow ul {
  min-width: 20.3125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
#content.page-about #overview .secInner .info .flows .flow ul li {
  width: 5.9375em;
  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;
  background: #fff;
  padding: 2rem;
  position: relative;
}
#content.page-about #overview .secInner .info .flows .flow ul li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.707%209.191%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%230A0A0A%22%20data-name%3D%22grp%20720%22%3E%3Cpath%20d%3D%22M0%204.596h20%22%20data-name%3D%22path%202343%22%2F%3E%3Cpath%20d%3D%22M15.757%208.839%2020%204.596%2015.757.354%22%20data-name%3D%22path%202345%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content.page-about #overview .secInner .info .flows .flow ul li:first-child::before {
  display: none;
}
#content.page-about #overview .secInner .info .flows .flow.rokko {
  border: #0A0A0A solid 1px;
}
#content.page-about #overview .secInner .info .flows .flow.rokko ul li {
  border: #0A0A0A solid 1px;
}
#content.page-about #mainwork {
  padding: 8rem 0 12rem;
}
#content.page-about #mainwork .secInner {
  width: 100%;
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content.page-about #mainwork .secInner h2.title {
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
#content.page-about #mainwork .secInner .works-data {
  width: 100%;
  margin-top: 9rem;
}
#content.page-about #mainwork .secInner .works-data .works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(10, 10, 10, 0.02);
  border: #0A0A0A solid 1px;
}
#content.page-about #mainwork .secInner .works-data .works .work {
  width: 33.3333333333%;
  border-left: #0A0A0A solid 1px;
  position: relative;
}
#content.page-about #mainwork .secInner .works-data .works .work:first-child {
  border-left: none;
}
#content.page-about #mainwork .secInner .works-data .works .work h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 0 0.5em;
  position: absolute;
  top: -0.7em;
  left: 2em;
  background: #0A0A0A;
  -webkit-box-shadow: 0.25em 0.25em rgba(10, 10, 10, 0.3);
          box-shadow: 0.25em 0.25em rgba(10, 10, 10, 0.3);
}
#content.page-about #mainwork .secInner .works-data .works .work .summary {
  padding: 7rem clamp(16px, 2.196193265vw, 30px) 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements {
  border-top: #0A0A0A solid 1px;
  padding: 4rem clamp(16px, 2.196193265vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements h4 {
  font-weight: 500;
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(16px, 2.196193265vw, 30px);
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements ul li {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(10, 10, 10, 0.05);
  gap: 1.5rem;
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .icon img {
  width: 10rem;
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #fff;
  background: #0A0A0A;
  border-radius: 2em;
  padding: 0 0.5em;
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .score {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.2857142857em;
}
#content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .score .num {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 2.8571428571em;
  line-height: 1.475;
}
#content.page-about #mainwork .secInner .works-data p.note {
  text-align: right;
  padding: 0 2rem;
  font-size: 1.2rem;
  line-height: 2.1333333333;
}
#content.page-about #mainwork .secInner .bullet {
  padding: 1.7rem 0 4rem;
}
#content.page-about #mainwork .secInner .total {
  width: 51.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(10, 10, 10, 0.05);
  padding: 3rem;
}
#content.page-about #mainwork .secInner .total .label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65;
  color: #fff;
  background: #0A0A0A;
  border-radius: 2em;
  padding: 0 1.4rem;
}
#content.page-about #mainwork .secInner .total .score {
  font-size: 3.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.125em;
}
#content.page-about #mainwork .secInner .total .score .num {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.4875;
}
#content.page-about #mainwork .secInner .total .note {
  font-size: 1.2rem;
  line-height: 2.1333333333;
}
#content.page-about #mainwork .secInner .total .text {
  margin-top: 2rem;
  font-weight: 500;
}

/*============================
OurWork
============================*/
#content.page-ourwork section .secInner {
  width: 87.5549048316%;
  max-width: 1196px;
}
#content.page-ourwork #overview {
  margin-top: 4rem;
}
#content.page-ourwork #overview .secInner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-right: 4rem clamp(60px, 4.7584187408vw, 65px) 10rem;
}
#content.page-ourwork #overview .secInner .info:before {
  content: "";
  display: block;
  width: 87.5549048316vw;
  max-width: 1196px;
  height: 87.5549048316vw;
  max-height: 1196px;
  background: rgba(10, 10, 10, 0.02);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#content.page-ourwork #overview .secInner .info .visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 3rem;
}
#content.page-ourwork #overview .secInner .info .visual img {
  max-width: 100%;
}
#content.page-ourwork #overview .secInner .info .desc {
  width: 28.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
#content.page-ourwork #overview .secInner .info .desc .block .label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #fff;
  background: #0A0A0A;
  border-radius: 2em 2em 2em 0;
  padding: 0.3333333333em 1em;
}
#content.page-ourwork #overview .secInner .info .desc .block .text {
  margin-top: 3rem;
}
#content.page-ourwork #overview .secInner .info .desc .block .text .uline {
  text-decoration: underline;
}
#content.page-ourwork #overview .secInner .info .desc .img {
  padding-top: 3rem;
}
#content.page-ourwork #staff {
  padding: 10rem 0 0;
}
#content.page-ourwork #staff .secInner {
  width: 100%;
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(10, 10, 10, 0.02);
  border: #0A0A0A solid 1px;
}
#content.page-ourwork #staff .secInner h2.title {
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 0.15em;
}
#content.page-ourwork #staff .secInner .block-L {
  width: 32.9428989751vw;
  max-width: 450px;
  border-right: #0A0A0A solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
}
#content.page-ourwork #staff .secInner .block-L .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-top: 6rem;
  max-width: 270px;
}
#content.page-ourwork #staff .secInner .block-L .thumbs .thumb {
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  border: #0A0A0A solid 1px;
  overflow: hidden;
  position: relative;
}
#content.page-ourwork #staff .secInner .block-L .thumbs .thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #0A0A0A solid 2px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
}
#content.page-ourwork #staff .secInner .block-L .thumbs .thumb.active::after {
  opacity: 1;
}
#content.page-ourwork #staff .secInner .block-R {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#content.page-ourwork #staff .secInner .block-R .slides {
  position: relative;
  aspect-ratio: 1.5266666667;
}
#content.page-ourwork #staff .secInner .block-R .slides .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#content.page-ourwork #staff .secInner .block-R .slides .slide.active {
  opacity: 1;
}
#content.page-ourwork #staff .secInner .block-R .slides .slide .baloon {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  position: absolute;
  top: -2rem;
  left: 6rem;
}
#content.page-ourwork #staff .secInner .block-R .slides .slide .baloon span {
  position: absolute;
  width: 100%;
  padding: 2.5rem 3.5rem;
}
#content.page-ourwork #staff .secInner .block-R .slides .slide .baloon svg {
  height: 8em;
}
#content.page-ourwork #staff .secInner .block-R .slides .slide .img {
  height: 108.3333333333%;
  margin-right: 12.2270742358%;
}
@media (max-width: 1280px) {
  #content.page-ourwork #staff .secInner .block-R .slides .slide .img {
    margin-right: 3%;
  }
}
#content.page-ourwork #staff .secInner .block-R .slides .slide .img img {
  height: 100%;
  width: auto;
}
#content.page-ourwork #flow {
  padding: 11rem 0 15rem;
  overflow: hidden;
}
#content.page-ourwork #flow .secInner h2.title {
  font-size: 2.6rem;
  line-height: 1.4615384615;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
#content.page-ourwork #flow .secInner .lead {
  text-align: center;
  margin-top: 5.8rem;
}
#content.page-ourwork #flow .secInner .days {
  margin-top: 6rem;
  overflow: visible !important;
}
#content.page-ourwork #flow .secInner .days .slick-list {
  overflow: visible !important;
}
#content.page-ourwork #flow .secInner .days .day {
  width: 22.25em;
  margin-right: 6rem;
  border: #0A0A0A solid 1px;
  background: #fff;
  -webkit-box-shadow: 0.8em 0.8em 0 #B5B5B5;
          box-shadow: 0.8em 0.8em 0 #B5B5B5;
  position: relative;
}
#content.page-ourwork #flow .secInner .days .day .label {
  background: #0A0A0A;
  color: #fff;
  padding: 0 0.25em;
  position: absolute;
  left: 1.3rem;
  top: -1.6rem;
}
#content.page-ourwork #flow .secInner .days .day .label .num {
  font-family: "Space Mono", monospace;
  font-size: 1.375em;
  line-height: 1.5;
}
#content.page-ourwork #flow .secInner .days .day .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
}
#content.page-ourwork #flow .secInner .days .day .desc .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
#content.page-ourwork #flow .secInner .days .day .desc .img {
  width: 13rem;
  padding-bottom: 2.3rem;
}
#content.page-ourwork #flow .secInner .days .day .photo {
  padding: 0 3rem 3rem 3rem;
}
#content.page-ourwork #flow .secInner .days .day .photo a {
  display: none;
  position: relative;
}
#content.page-ourwork #flow .secInner .days .day .photo a img {
  width: 100%;
  aspect-ratio: 0.7570332481;
  -o-object-fit: cover;
     object-fit: cover;
}
#content.page-ourwork #flow .secInner .days .day .photo a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(10, 10, 10, 0.2);
}
#content.page-ourwork #flow .secInner .days .day .photo a .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  text-align: center;
}
#content.page-ourwork #flow .secInner .days .day .photo a .zoom::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m35.729%2039.268-9.892-9.9a16.254%2016.254%200%201%201%203.539-3.541l9.891%209.9a2.502%202.502%200%200%201-3.538%203.539Zm-30.73-23.02A11.251%2011.251%200%201%200%2016.251%204.999%2011.251%2011.251%200%200%200%205%2016.248Zm10%207.75v-6h-6v-3h6v-6h3v6h6v3h-6v6Z%22%20data-name%3D%22join%202%22%2F%3E%3C%2Fsvg%3E");
}
#content.page-ourwork #flow .secInner .days .day .photo a:nth-child(1) {
  display: block;
}
#content.page-ourwork #flow .secInner .days .slick-slide:last-child {
  margin-right: 0 !important;
}

.fancybox__caption {
  font-size: 1.6rem;
}

@media (min-width: 961px) {
  .forSP {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .forPC {
    display: none !important;
  }
  body::before {
    left: 5.1282051282vw;
    right: 5.1282051282vw;
  }
  body.nav-open {
    overflow: hidden;
  }
  /*============================
  #header
  ============================*/
  #header .headerInner {
    padding: 0 2rem;
  }
  #header .headerInner #hdrLogo a {
    font-size: 1.6rem;
  }
  #header .headerInner nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0A0A0A;
    z-index: 99;
    padding: 8rem 3.6rem 2rem;
    -webkit-transform: translateY(-5rem);
            transform: translateY(-5rem);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #header .headerInner nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
  }
  #header .headerInner nav ul li {
    border-bottom: #B5B5B5 dotted 1px;
  }
  #header .headerInner nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 1.9rem 2rem;
  }
  #header .headerInner nav ul li a .en {
    color: #B5B5B5;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
  #header .headerInner nav ul li a .ja {
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  #header .headerInner nav .hdrContact {
    margin-top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .headerInner nav .hdrContact a.btn {
    color: #0A0A0A;
    background: #B5B5B5;
    border-color: #B5B5B5;
    border-radius: 4em;
    padding: 2.9rem 2rem 2.9rem 4rem;
    min-width: 17.125em;
    width: 17.125em;
  }
  #header .headerInner nav .hdrContact a.btn::after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20data-name%3D%22grp%20820%22%20%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%230A0A0A%22%20data-name%3D%22oval%2010%22%20%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20stroke%3D%22none%22%20%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2212.5%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%230A0A0A%22%20d%3D%22M18.828%206.134a.592.592%200%200%200-.629-.081L6%2011.784v1.108l5.128%202.05L14.416%2020h1.109l3.503-13.259a.592.592%200%200%200-.193-.6Zm-3.991%2012.809-2.825-4.347%204.348-4.762-.688-.628-4.383%204.8-4.226-1.692%2010.873-5.1Z%22%20data-name%3D%22Icon%20core-send%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #header .headerInner #menuToggle {
    position: fixed;
    top: 1.4rem;
    right: 2rem;
    z-index: 100;
    width: 4.4rem;
    height: 4.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .headerInner #menuToggle::before, #header .headerInner #menuToggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #B5B5B5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .headerInner #menuToggle::after {
    width: 3.4rem;
  }
  #header.open .headerInner nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  #header.open .headerInner #menuToggle {
    gap: 0;
  }
  #header.open .headerInner #menuToggle::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header.open .headerInner #menuToggle::after {
    width: 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body.page #content section:first-child {
    padding-top: 10rem;
  }
  body.page #content section h1.title {
    font-size: min(6.1538461538vw, 40px);
    letter-spacing: 0.05em;
    padding: 0.8333333333em 0 0.8333333333em 0.5833333333em;
  }
  body.page #content section h1.title .en {
    font-size: 0.5833333333em;
  }
  body.page #content section h1.title::after {
    height: 1.4583333333em;
    bottom: 0.8333333333em;
  }
  body.page #content section #postContent h2 {
    font-size: 2.2rem;
  }
  body.page #content section table {
    display: block;
  }
  body.page #content section table tbody {
    display: block;
  }
  body.page #content section table tbody tr {
    display: block;
  }
  body.page #content section table tbody tr th,
  body.page #content section table tbody tr td {
    display: block;
    position: relative;
    padding: 1.8rem 0.8rem;
  }
  body.page #content section table tbody tr th::after,
  body.page #content section table tbody tr td::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: repeating-linear-gradient(to right, #0A0A0A 0 1px, transparent 1px 4px);
  }
  body.page #content section table tbody tr th {
    min-width: 0;
    background: rgba(10, 10, 10, 0.05);
  }
  body.page #content section form input[type=text],
  body.page #content section form input[type=email],
  body.page #content section form input[type=tel],
  body.page #content section form textarea {
    border-radius: 2rem;
    padding: 1rem 1.9rem;
    width: 100%;
  }
  body.page #content section form input[type=file]::-webkit-file-upload-button {
    padding: 0.3rem 0.6rem;
    background-color: #F7F7F7;
    color: #0A0A0A;
    border: #B5B5B5 solid 1px;
    border-radius: 2px;
    font-size: 1.3rem;
    cursor: pointer;
    margin-right: 0.8rem;
  }
  body.page #content section form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=zip-entry] {
    width: 14em;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=file-entry] {
    padding: 1.2rem 1.6rem;
    background: #fff;
    border: #B5B5B5 solid 1px;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] .wpcf7-list-item {
    margin: 0;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label {
    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;
    gap: 1rem;
    border-radius: 2rem;
    padding: 1rem 2rem;
    border: #0A0A0A solid 1px;
    background: #fff;
    line-height: 2rem;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label .acceptance {
    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;
    padding: 0.9rem;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label .acceptance::before {
    border-color: #fff;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label.checked {
    background: #0A0A0A;
    color: #fff;
  }
  body.page #content section form .wpcf7-form-control-wrap[data-name=acceptance] label.checked .acceptance {
    border-color: #fff;
  }
  body.page #content section form .entry-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem 0.8rem;
  }
  body.page #content section form textarea {
    width: 100%;
  }
  body.page #content section form .privacy {
    padding: 4rem 2rem 4rem 1.5rem;
  }
  body.page #content section form .btn_m button .label {
    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;
    gap: 1.4rem;
  }
  body.page #content section form .btn_m button .label::after {
    content: "";
    display: inline-block;
    width: 1.625em;
    height: 1.625em;
    background: 50%/contain no-repeat;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20data-name%3D%22grp%20820%22%20%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20data-name%3D%22oval%2010%22%20%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20stroke%3D%22none%22%20%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2212.5%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.828%206.134a.592.592%200%200%200-.629-.081L6%2011.784v1.108l5.128%202.05L14.416%2020h1.109l3.503-13.259a.592.592%200%200%200-.193-.6Zm-3.991%2012.809-2.825-4.347%204.348-4.762-.688-.628-4.383%204.8-4.226-1.692%2010.873-5.1Z%22%20data-name%3D%22Icon%20core-send%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  /*============================
  #footer
  ============================*/
  /*============================
  #content
  ============================*/
  /*============================
  TOP
  ============================*/
  /*============================
  About
  ============================*/
  /*============================
  OurWork
  ============================*/
}
@media (max-width: 960px) and (hover: hover) {
  body.page #content section form .btn_m button:hover .label:after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cg%20data-name%3D%22grp%20820%22%20%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%230A0A0A%22%20data-name%3D%22oval%2010%22%20%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20stroke%3D%22none%22%20%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2212.5%22%20%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%230A0A0A%22%20d%3D%22M18.828%206.134a.592.592%200%200%200-.629-.081L6%2011.784v1.108l5.128%202.05L14.416%2020h1.109l3.503-13.259a.592.592%200%200%200-.193-.6Zm-3.991%2012.809-2.825-4.347%204.348-4.762-.688-.628-4.383%204.8-4.226-1.692%2010.873-5.1Z%22%20data-name%3D%22Icon%20core-send%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@media (max-width: 960px) {
  body.page #content section form table tbody tr th {
    width: 100%;
  }
  body.privacy-policy #postContent h2 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  #footer .footerInner {
    width: 89.7435897436%;
  }
  #footer .footerInner .logo a {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  #footer .footerInner nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  #footer .footerInner nav .hdrContact {
    display: none;
  }
  #content section .secInner {
    width: 81.5384615385%;
  }
  #content .btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6rem;
  }
  #content .btn_s {
    width: 19.25em;
  }
  #content .btn_s.short {
    width: 16.5em;
  }
  #content .btn_m {
    width: 21.875em;
  }
  #content .btn_m a,
  #content .btn_m button {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    width: 100%;
    color: #fff;
    position: relative;
  }
  #content .btn_m a span,
  #content .btn_m button span {
    display: block;
    position: absolute;
    width: 100%;
    top: 2.2222222222em;
    text-align: center;
  }
  #content .btn_m a svg,
  #content .btn_m button svg {
    width: 100%;
  }
  #content .btn_m a[disabled],
  #content .btn_m button[disabled] {
    pointer-events: none;
  }
  #content .btn_m a[disabled] svg .baloon,
  #content .btn_m button[disabled] svg .baloon {
    fill: #B5B5B5;
    stroke: #B5B5B5;
  }
}
@media (max-width: 960px) and (hover: hover) {
  #content .btn_m a:hover,
  #content .btn_m button:hover {
    color: #0A0A0A;
  }
  #content .btn_m a:hover svg .baloon,
  #content .btn_m button:hover svg .baloon {
    fill: #fff;
  }
  #content .btn_m a:hover svg .icon,
  #content .btn_m button:hover svg .icon {
    stroke: #0A0A0A;
  }
}
@media (max-width: 960px) {
  #content .btn_l {
    font-size: min(3.5897435897vw, 18px);
  }
  #content .btn_l a .text {
    padding-bottom: 5.1282051282vw;
  }
  #content .btn_l a .text .en {
    font-size: 0.8571428571em;
    line-height: 1.4166666667;
    margin-bottom: 0.5em;
  }
  #content .btn_l a .text .ja {
    font-size: 1.4285714286em;
    line-height: 1.45;
    margin-bottom: 1em;
  }
  #content .btn_l a svg {
    width: 100%;
  }
  #content.sitetop {
    /*==== #keyVisual ====*/
    /*==== #about ====*/
    /*==== #ourwork ====*/
    /*==== #company ====*/
  }
  #content.sitetop h2.title {
    font-size: min(6.6666666667vw, 26px);
  }
  #content.sitetop h2.title .en {
    font-size: 0.5em;
    line-height: 1.45;
    letter-spacing: 0;
    font-family: "Space Mono", monospace;
    color: #B5B5B5;
    margin-bottom: 0.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4em;
  }
  #content.sitetop h2.title .en::before {
    content: "● ";
    font-size: 0.4em;
    line-height: 3.625;
  }
  #content.sitetop h2.title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: repeating-linear-gradient(to right, #0A0A0A 0 1px, transparent 1px 4px);
  }
  #content.sitetop #keyVisual {
    padding: 5rem 0 0;
  }
  #content.sitetop #keyVisual .slides {
    width: 100%;
    aspect-ratio: 1.3448275862;
  }
  #content.sitetop #keyVisual .slides .slide .letters svg {
    height: 11.0256410256vw;
  }
  #content.sitetop #keyVisual .slides .slide .struct img[src*=A_escalator] {
    height: 100%;
  }
  #content.sitetop #keyVisual .desc {
    width: 81.5384615385%;
    aspect-ratio: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 8rem 0 12.5rem;
  }
  #content.sitetop #keyVisual .desc .copy {
    font-size: min(6.6666666667vw, 26px);
    position: relative;
    top: auto;
    right: auto;
  }
  #content.sitetop #keyVisual .desc .text {
    font-size: min(4.1025641026vw, 16px);
    position: relative;
    top: auto;
    left: auto;
    margin-top: 2.1875em;
  }
  #content.sitetop #keyVisual .desc::after {
    content: "";
    display: block;
    width: 1px;
    height: 8rem;
    background: #0A0A0A;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  #content.sitetop #keyVisual::before, #content.sitetop #keyVisual::after {
    content: "";
    display: block;
    width: 175.3846153846vw;
    height: 77.4358974359vw;
    top: 45.641025641vw;
    bottom: auto;
  }
  #content.sitetop #keyVisual::after {
    left: 175.3846153846vw;
  }
  #content.sitetop #about .secInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0 10rem;
    gap: 8.6rem;
  }
  #content.sitetop #about .secInner .info {
    width: 81.5384615385vw;
    padding-left: 0;
  }
  #content.sitetop #about .secInner .info .desc .btn_s {
    margin-top: 4rem;
  }
  #content.sitetop #about .secInner .img {
    position: relative;
    font-size: 2.5641025641vw;
    width: 94.8717948718vw;
    height: 20em;
    right: -9.2307692308vw;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #content.sitetop #about .secInner .img .slides {
    margin-left: 19.7435897436vw;
  }
  #content.sitetop #about .secInner .img .slides .slide {
    width: 55.641025641vw;
    top: -16.9230769231vw;
  }
  #content.sitetop #ourwork .secInner {
    width: 89.7435897436vw;
    padding: 8rem 4.1025641026vw 0;
  }
  #content.sitetop #ourwork .secInner .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content.sitetop #ourwork .secInner .info .desc {
    width: 100%;
    margin-top: 6rem;
  }
  #content.sitetop #ourwork .secInner .img {
    margin-top: 4rem;
  }
  #content.sitetop #company .secInner {
    padding: 10rem 0 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  #content.sitetop #company .secInner .btn_l {
    width: 100%;
  }
  #content.page-about #overview .secInner .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  #content.page-about #overview .secInner .info .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #content.page-about #overview .secInner .info .flows {
    width: 100%;
  }
  #content.page-about #overview .secInner .info .flows h3 {
    gap: 0.875em;
  }
  #content.page-about #overview .secInner .info .flows .arrow {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #content.page-about #overview .secInner .info .flows .arrow svg {
    width: 40.251572327%;
    height: 25.1282051282vw;
    margin-top: 11.5384615385vw;
  }
  #content.page-about #overview .secInner .info .flows .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 4.6153846154vw;
    padding: 5.1282051282vw;
  }
  #content.page-about #overview .secInner .info .flows .flow .label {
    font-size: 3.5897435897vw;
  }
  #content.page-about #overview .secInner .info .flows .flow ul {
    width: 100%;
    min-width: 0;
    gap: 0;
  }
  #content.page-about #overview .secInner .info .flows .flow ul li {
    width: 26.9784172662%;
    height: 16.4102564103vw;
    padding: 2rem 0;
  }
  #content.page-about #overview .secInner .info .flows .flow ul li::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  #content.page-about #overview .secInner .info .flows .flow ul li:first-child::before {
    display: none;
  }
  #content.page-about #mainwork {
    padding: 8rem 0 12rem;
  }
  #content.page-about #mainwork .secInner h2.title {
    font-size: 2rem;
  }
  #content.page-about #mainwork .secInner .works-data .works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.6rem;
    border: none;
  }
  #content.page-about #mainwork .secInner .works-data .works .work {
    width: 100%;
    background: rgba(10, 10, 10, 0.02);
    border: #0A0A0A solid 1px !important;
  }
  #content.page-about #mainwork .secInner .works-data .works .work h3 {
    font-size: 1.8rem;
  }
  #content.page-about #mainwork .secInner .works-data .works .work .summary {
    padding: 6rem clamp(16px, 7.6923076923vw, 30px) 4rem;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content.page-about #mainwork .secInner .works-data .works .work .summary .img {
    max-width: 400px;
  }
  #content.page-about #mainwork .secInner .works-data .works .work .achievements {
    padding: 4rem clamp(16px, 7.6923076923vw, 30px);
  }
  #content.page-about #mainwork .secInner .works-data .works .work .achievements ul {
    gap: clamp(14px, 3.5897435897vw, 30px);
  }
  #content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
  }
  #content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .icon img {
    width: 10rem;
  }
  #content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .label {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4285714286;
    color: #fff;
    background: #0A0A0A;
    border-radius: 2em;
    padding: 0 0.5em;
  }
  #content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .score {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0.2857142857em;
  }
  #content.page-about #mainwork .secInner .works-data .works .work .achievements ul li .score .num {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-size: 2.8571428571em;
    line-height: 1.475;
  }
  #content.page-about #mainwork .secInner .works-data p.note {
    padding: 0 1rem;
    font-size: 1rem;
  }
  #content.page-about #mainwork .secInner .bullet {
    padding: 1.7rem 0 4rem;
    width: 12rem;
  }
  #content.page-about #mainwork .secInner .total {
    width: 79.4871794872vw;
  }
  #content.page-about #mainwork .secInner .total .label {
    font-size: 1.3rem;
  }
  #content.page-about #mainwork .secInner .total .note {
    font-size: 1rem;
  }
  #content.page-about #mainwork .secInner .total .text {
    margin-top: 2.4rem;
    font-weight: 700;
    text-align: left;
  }
  #content.page-ourwork section .secInner {
    width: 81.5384615385%;
  }
  #content.page-ourwork #overview {
    margin-top: 0;
    overflow: hidden;
  }
  #content.page-ourwork #overview .secInner .info {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 4rem 0 9rem;
  }
  #content.page-ourwork #overview .secInner .info:before {
    width: 306.6666666667vw;
    height: 306.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #content.page-ourwork #overview .secInner .info .visual {
    padding-top: 0;
    margin: 0 -3.6rem;
  }
  #content.page-ourwork #overview .secInner .info .visual img {
    max-width: 100vw;
  }
  #content.page-ourwork #overview .secInner .info .desc {
    margin-top: 6rem;
    width: 100%;
  }
  #content.page-ourwork #overview .secInner .info .desc .block .label {
    border-radius: 2rem 2rem 2rem 0;
  }
  #content.page-ourwork #overview .secInner .info .desc .img {
    padding-top: 4rem;
  }
  #content.page-ourwork #staff {
    padding: 0;
  }
  #content.page-ourwork #staff .secInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content.page-ourwork #staff .secInner h2.title {
    font-size: 2.2rem;
  }
  #content.page-ourwork #staff .secInner .block-L {
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: #0A0A0A solid 1px;
    padding: 6rem;
  }
  #content.page-ourwork #staff .secInner .block-L .title {
    width: 100%;
  }
  #content.page-ourwork #staff .secInner .block-L .thumbs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem 0;
    margin-top: 3.8rem;
  }
  #content.page-ourwork #staff .secInner .block-R .slides {
    aspect-ratio: auto;
    height: 47.8rem;
  }
  #content.page-ourwork #staff .secInner .block-R .slides .slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content.page-ourwork #staff .secInner .block-R .slides .slide .baloon {
    font-size: 1.6rem;
    position: absolute;
    top: -3rem;
    left: 3rem;
  }
  #content.page-ourwork #staff .secInner .block-R .slides .slide .baloon span {
    padding: 2.5rem 3rem;
  }
  #content.page-ourwork #staff .secInner .block-R .slides .slide .baloon svg {
    height: 8.3125em;
  }
  #content.page-ourwork #staff .secInner .block-R .slides .slide .img {
    height: 37.3rem;
    margin-right: auto;
    margin-left: auto;
  }
  #content.page-ourwork #staff .secInner .block-R .slides .slide .img img {
    height: 100%;
    width: auto;
  }
  #content.page-ourwork #flow {
    padding: 8rem 0 12rem;
  }
  #content.page-ourwork #flow .secInner .lead {
    text-align: left;
  }
  #content.page-ourwork #flow .secInner .days {
    margin-top: 6rem;
  }
  #content.page-ourwork #flow .secInner .days .day {
    width: 31.8rem;
    margin-right: 2rem;
  }
  #content.page-ourwork #flow .secInner .scroll {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    font-family: "Space Mono", monospace;
    margin: 2.7rem auto 0;
    width: 9.0909090909em;
    text-align: center;
    padding: 0.3636363636em;
    background: rgba(10, 10, 10, 0.1);
    border-radius: 2em;
    position: relative;
  }
  #content.page-ourwork #flow .secInner .scroll::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.6363636364em;
    right: -0.6363636364em;
    bottom: -0.6363636364em;
    left: -0.6363636364em;
    background: rgba(10, 10, 10, 0.1);
    z-index: -1;
    border-radius: 3em;
  }
  #content.page-ourwork #flow .secInner .scroll::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: 50%/contain no-repeat;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2081.208%2012.728%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%230A0A0A%22%20stroke-linecap%3D%22round%22%20data-name%3D%22grp%208305%22%3E%3Cpath%20d%3D%22M.5%206.364h80%22%20data-name%3D%22line%2010%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M74.843%2012.02%2080.5%206.363%2074.843.706%22%20data-name%3D%22path%202420%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    width: 7.2727272727em;
    height: 1.0281818182em;
    z-index: 1;
  }
}