@charset "UTF-8";
a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
label,
legend,
li,
main,
mark,
nav,
ol,
p,
pre,
q,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}
img {
  border-style: none;
  vertical-align: bottom;
}
img,
video {
  max-width: 100%;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-search-decoration {
  display: none;
}
input:focus {
  outline-offset: -2px;
}
select::-ms-expand {
  display: none;
}
select::-webkit-search-decoration {
  display: none;
}
select:focus {
  outline-offset: -2px;
}
button {
  background-color: transparent;
}
textarea {
  resize: none;
}
textarea::-webkit-search-decoration {
  display: none;
}
textarea:focus {
  outline-offset: -2px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  background: #d2d2d2;
  color: #000;
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ,
    Osaka, ＭＳ Ｐゴシック, sans-serif;
  font-size: 16px;
}
body,
body *,
body :after,
body :before {
  box-sizing: border-box;
}
a {
  color: #000;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.7;
}
img {
  display: block;
  width: 100%;
}
.sp-only,
svg[class^="svg-"] {
  display: none;
}
.contents-wrapper {
  position: relative;
}
.footer {
  background: #fff;
  padding: 100px 0 40px;
}
.footer-logo {
  margin: 0 auto 80px;
  width: 280px;
}
.footer-contact {
  margin-bottom: 140px;
  padding: 0 20px;
}
.footer-contact-link {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  justify-content: center;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 auto 24px;
  max-width: 1536px;
  padding: 18px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.4s;
}
.footer-contact-link:after {
  background: url(../images/common/ico_link.png) no-repeat 50% / contain;
  content: "";
  height: 32px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}
.footer-contact-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footer-contact-text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.footer-copyright {
  color: #000;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  height: 140px;
  justify-content: space-between;
  left: 0;
  padding: 0 30px 0 60px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-logo {
  flex-shrink: 0;
  width: 160px;
}
.header-logo a {
  display: block;
}
.header .nav-btn,
.header .nav-head {
  display: none;
}
.header .nav-list {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header .nav-list-item {
  padding: 0 24px;
  position: relative;
}
.header .nav-list-item:not(:first-child):before {
  background: #000;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.header .nav-link {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.t-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.page-index .kv {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-index .kv-inner {
  overflow: hidden;
  position: relative;
  width: min(64vw, 500px);
}
.page-index .kv video {
  border: none;
  -webkit-filter: drop-shadow(0 0 hsla(0, 0%, 100%, 0));
  filter: drop-shadow(0 0 rgba(255, 255, 255, 0));
  height: auto;
  left: 50%;
  max-width: none;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
}
.page-index .kv-text {
  bottom: 1.5em;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 600;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.page-index .section-wrapper {
  overflow: hidden;
  padding: 280px 0 80px;
  position: relative;
}
.page-index .section-wrapper:before {
  aspect-ratio: 1920/7772;
  background: #d2d2d2 url(../images/index/bg.png) no-repeat top/contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.page-index .top-lead {
  margin: 0 auto 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-index .top-lead .en,
.page-index .top-lead .ja {
  color: #fff;
  font-size: clamp(13px, 1.1vw, 20px);
  line-height: 2;
  opacity: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
}
.page-index .top-lead .en.is-show,
.page-index .top-lead .ja.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .top-lead .ja {
  margin-bottom: 3em;
}
.page-index .section {
  color: #fff;
  display: flex;
}
.page-index .section-num {
  flex-shrink: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  padding-right: min(2vw, 40px);
  text-align: right;
  width: min(7.8vw, 150px);
}
.page-index .section-detail {
  flex-wrap: wrap;
}
.page-index .section-detail,
.page-index .section-title-wrap {
  display: flex;
}
.page-index .section-title-wrap {
  margin-bottom: 70px;
  width: 100%;
}
.page-index .section-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(66px, 10.4vw, 200px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.86;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 0.8s ease-out 0s;
}
.page-index .section-title.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .section-lead {
  font-size: clamp(20px, 2vw, 40px);
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.2s;
}
.page-index .section-lead.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .section-head {
  font-size: clamp(13px, 1.1vw, 20px);
  font-weight: 700;
  margin-bottom: 1em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0s;
}
.page-index .section-head.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .section-text {
  font-size: clamp(13px, 1.1vw, 20px);
  line-height: 1.6;
  margin-bottom: 1.5em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
}
.page-index .section-text.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .section-text-emp {
  font-size: clamp(13px, 1.1vw, 20px);
  font-weight: 600;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
}
.page-index .section-text-emp.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .policy {
  margin-bottom: 221px;
}
.page-index .policy .section-num {
  margin-top: 7.2vw;
}
.page-index .policy .section-lead {
  text-indent: -1em;
}
.page-index .policy .section-img {
  margin-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
  width: 70.36vw;
}
.page-index .policy .section-img.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .message {
  justify-content: space-between;
  margin-bottom: 260px;
  margin-right: 54px;
}
.page-index .message .section-num {
  margin-top: 16vw;
}
.page-index .message .section-detail {
  flex-direction: row-reverse;
}
.page-index .message .section-title-wrap {
  justify-content: flex-end;
}
.page-index .message .section-detail {
  flex-wrap: nowrap;
}
.page-index .message .section-textarea-detail {
  width: min(40.1vw, 770px);
}
.page-index .message .section-sign {
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.4;
  margin-top: 20px;
  opacity: 0;
  text-align: right;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
}
.page-index .message .section-sign.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .message .section-sign span {
  display: block;
}
.page-index .message .section-img {
  margin-right: 3vw;
  margin-top: calc(18vw + 70px);
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
  width: min(18.8vw, 362px);
}
.page-index .message .section-img.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .company {
  margin: 0 10vw 306px 0;
  position: relative;
}
.page-index .company:before {
  background: url(../images/index/bg_circle.png) no-repeat 50% / contain;
  content: "";
  height: 1561px;
  left: 50%;
  position: absolute;
  top: calc(50% + 148px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1561px;
  z-index: -1;
}
.page-index .company .section-num {
  margin-top: 5.4vw;
}
.page-index .company .section-detail {
  margin-left: 125px;
  width: 100%;
}
.page-index .company .section-address-wrap {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0s;
}
.page-index .company .section-address-wrap.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .company .section-address {
  display: flex;
  font-size: clamp(13px, 1vw, 20px);
  line-height: 1.6;
  width: 100%;
}
.page-index .company .section-address + .section-address {
  margin-top: 0.4em;
}
.page-index .company .section-address-head {
  font-weight: 700;
  width: 8em;
}
.page-index .company .section-address-detail {
  width: calc(100% - 8em);
}
.page-index .company .section-map {
  margin-top: 31px;
  max-width: 1408px;
  opacity: 0;
  position: relative;
  transition: all 0.8s ease-out 0.4s;
  width: 100%;
}
.page-index .company .section-map,
.page-index .company .section-map.is-show {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .company .section-map.is-show {
  opacity: 1;
}
.page-index .company .section-map-img .sp-map {
  display: none;
}
.page-index .company .section-map-access {
  bottom: 0;
  left: 0;
  max-width: 670px;
  position: absolute;
  width: 30.5vw;
}
.page-index .company .section-map-access-detail {
  align-items: center;
  display: flex;
}
.page-index .company .section-map-access-detail:first-of-type {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-index .company .section-map-access-detail dt {
  flex-shrink: 0;
  margin-right: 8px;
  width: 33px;
}
.page-index .company .section-map-access-detail dd {
  font-size: clamp(9px, 1.3vw, 13px);
  line-height: 1.3;
}
.page-index .member {
  margin-bottom: 283px;
  width: calc(100% - min(7.8vw, 150px));
}
.page-index .member .section-num {
  margin-top: 5.4vw;
}
.page-index .member .section-title-wrap {
  margin-bottom: 81px;
}
.page-index .member .section-member-wrap {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: calc(100% - min(2.1vw, 42px) * 2);
}
.page-index .member .section-member-wrap + .section-member-wrap {
  margin-top: 80px;
}
.page-index .member .section-member-wrap.freelance {
  color: #000;
}
.page-index .member .section-member {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
  width: calc(33.33333% - min(3.1vw, 60px) * 2 / 3);
}
.page-index .member .section-member.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .member .section-member-img {
  aspect-ratio: 472/315;
  margin-bottom: 42px;
  width: 100%;
}
.page-index .member .section-member-name-en {
  font-family: Poppins, sans-serif;
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95833;
  margin-bottom: 0.89em;
}
.page-index .member .section-member-name-ja {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.page-index .member .section-member-name-ja span {
  font-size: clamp(12px, 1vw, 15px);
  padding-top: 5px;
}
.page-index .member .section-member-birthplace {
  font-size: clamp(11px, 1vw, 14px);
  margin-bottom: 40px;
}
.page-index .member .section-member-text {
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}
.page-index .member .section-member-text .text {
  overflow-wrap: break-word;
  word-break: break-all;
}
.page-index .member .section-member .pc-shadow,
.page-index .member .section-member .text-shadow {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}
.page-index .member .section-subtitle {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: clamp(50px, 5.2vw, 100px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 65px auto 0.6em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
  width: calc(100% - min(2.1vw, 42px) * 2);
}
.page-index .member .section-subtitle.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .member .section-member-manager {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #000;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: repeat(3, auto);
  margin-bottom: 63px;
  margin-left: min(2.1vw, 42px);
  opacity: 0;
  padding-bottom: min(3.12vw, 60px);
  padding-top: min(2.13vw, 41px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
  width: min(38.43vw, 738px);
}
.page-index .member .section-member-manager.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .member .section-member-manager .position {
  font-family: Poppins, sans-serif;
  font-size: clamp(12px, 0.7vw, 13px);
  font-weight: 700;
  grid-column: 1/4;
  grid-row: 1/2;
  letter-spacing: -0.03em;
  margin-bottom: 0.5em;
}
.page-index .member .section-member-manager .name-en {
  font-family: Poppins, sans-serif;
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
  grid-column: 1/4;
  grid-row: 2/3;
  letter-spacing: -0.03em;
  line-height: 0.95833;
  margin-bottom: 0.8em;
}
.page-index .member .section-member-manager .name-ja {
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 500;
  grid-column: 1/2;
  grid-row: 3/4;
  margin-right: 1em;
}
.page-index .member .section-member-manager .tel {
  font-size: clamp(10px, 1vw, 20px);
  grid-column: 2/3;
  grid-row: 3/4;
}
.page-index .member .section-member-manager .tel:after {
  content: " /";
}
.page-index .member .section-member-manager .mail {
  font-size: clamp(10px, 1vw, 20px);
  grid-column: 3/4;
  grid-row: 3/4;
  padding-left: 0.5em;
}
.page-index .works {
  color: #000;
  margin-bottom: 302px;
  width: calc(100% - min(7.8vw, 150px));
}
.page-index .works .section-num {
  margin-top: 6.5vw;
}
.page-index .works .section-title-wrap {
  margin-bottom: clamp(40px, 4.1vw, 79px) !important;
  margin-left: min(2.1vw, 42px);
}
.page-index .works .section-detail {
  flex-grow: 1;
}
.page-index .works .section-contents {
  margin: 0 auto;
  width: calc(100% - min(2.1vw, 42px) * 2);
}
.page-index .works .section-contents + .section-contents {
  margin-top: 80px;
}
.page-index .works .section-contents .works-head {
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.78em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
  white-space: nowrap;
}
.page-index .works .section-contents .works-head.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .works .section-contents-detail {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
}
.page-index .works .section-contents-detail .iframe-wrap {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
  width: calc((100% - min(6vw, 120px)) / 3);
}
.page-index .works .section-contents-detail .iframe-wrap.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .works .section-contents-detail .iframe-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.page-index .works .section-contents-detail .iframe-wrap:empty {
  height: 0;
  margin: 0 !important;
}
.page-index .works .section-contents-detail .iframe-wrap:empty:before {
  content: none;
}
.page-index .works .section-contents-detail .iframe-wrap iframe,
.page-index .works .section-contents-detail .iframe-wrap img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.page-index .works .section-contents.single {
  -webkit-column-gap: min(3vw, 60px);
  -moz-column-gap: min(3vw, 60px);
  column-gap: min(3vw, 60px);
  display: grid;
  grid-template-columns: repeat(3, calc((100% - min(6vw, 120px)) / 3));
}
.page-index .works .section-contents.single .wide {
  grid-column: 1/3;
}
.page-index
  .works
  .section-contents.single
  .wide
  .iframe-wrap:not(:last-child) {
  margin-right: min(3vw, 60px);
}
.page-index .works .section-contents.single .iframe-wrap {
  background: #d0e5ea;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0.4s;
  width: 100%;
}
.page-index .works .section-contents.single .iframe-wrap.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .works .section-contents.single .iframe-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.page-index .works .section-contents.single .iframe-wrap iframe,
.page-index .works .section-contents.single .iframe-wrap img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.page-index .editing-room,
.page-index .meeting-room,
.page-index .office,
.page-index .studio {
  color: #000;
}
.page-index .editing-room .section-num,
.page-index .meeting-room .section-num,
.page-index .office .section-num,
.page-index .studio .section-num {
  margin-top: 8.8vw;
}
.page-index .editing-room .section-title-wrap,
.page-index .meeting-room .section-title-wrap,
.page-index .office .section-title-wrap,
.page-index .studio .section-title-wrap {
  margin-bottom: 62px;
}
.page-index .editing-room .section-title,
.page-index .meeting-room .section-title,
.page-index .office .section-title,
.page-index .studio .section-title {
  font-size: clamp(58px, 9.4vw, 160px);
}
.page-index .editing-room .section-detail,
.page-index .meeting-room .section-detail,
.page-index .office .section-detail,
.page-index .studio .section-detail {
  margin-left: 40px;
  margin-right: 40px;
}
.page-index .editing-room .section-office-contents,
.page-index .meeting-room .section-office-contents,
.page-index .office .section-office-contents,
.page-index .studio .section-office-contents {
  position: relative;
  width: 100%;
}
.page-index .editing-room .section-office-contents-text,
.page-index .meeting-room .section-office-contents-text,
.page-index .office .section-office-contents-text,
.page-index .studio .section-office-contents-text {
  font-size: clamp(13px, 1.73vw, 20px);
  margin-bottom: 62px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0s;
}
.page-index .editing-room .section-office-contents-text.is-show,
.page-index .meeting-room .section-office-contents-text.is-show,
.page-index .office .section-office-contents-text.is-show,
.page-index .studio .section-office-contents-text.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-index .editing-room .section-office-contents-slick,
.page-index .meeting-room .section-office-contents-slick,
.page-index .office .section-office-contents-slick,
.page-index .studio .section-office-contents-slick {
  margin-bottom: 0;
  width: clamp(300px, 66.6vw, 1280px);
}
.page-index .editing-room .section-office-contents .slick-dots,
.page-index .meeting-room .section-office-contents .slick-dots,
.page-index .office .section-office-contents .slick-dots,
.page-index .studio .section-office-contents .slick-dots {
  bottom: 0;
  display: flex;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-index .editing-room .section-office-contents .slick-dots li,
.page-index .meeting-room .section-office-contents .slick-dots li,
.page-index .office .section-office-contents .slick-dots li,
.page-index .studio .section-office-contents .slick-dots li {
  height: 12px;
  width: 12px;
}
.page-index .editing-room .section-office-contents .slick-dots li button,
.page-index .meeting-room .section-office-contents .slick-dots li button,
.page-index .office .section-office-contents .slick-dots li button,
.page-index .studio .section-office-contents .slick-dots li button {
  background: #fff;
  height: 100%;
  padding: 0;
  width: 100%;
}
.page-index .editing-room .section-office-contents .slick-dots li button:before,
.page-index .meeting-room .section-office-contents .slick-dots li button:before,
.page-index .office .section-office-contents .slick-dots li button:before,
.page-index .studio .section-office-contents .slick-dots li button:before {
  content: none;
}
.page-index
  .editing-room
  .section-office-contents
  .slick-dots
  li.slick-active
  button,
.page-index
  .meeting-room
  .section-office-contents
  .slick-dots
  li.slick-active
  button,
.page-index .office .section-office-contents .slick-dots li.slick-active button,
.page-index
  .studio
  .section-office-contents
  .slick-dots
  li.slick-active
  button {
  background: #000;
}
.page-index .editing-room,
.page-index .meeting-room,
.page-index .office {
  margin-bottom: clamp(100px, 26.6vw, 238px);
}
.page-index .office .section-num {
  margin-top: 5.4vw;
}
.page-index .office .section-num,
.page-index .office .section-title {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.page-index .office .section-office-contents-text {
  color: #fff;
  margin-left: 3.5em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}
.page-index .office .section-office-contents .slick-dots {
  left: calc(100% + 13px);
}
.page-index .editing-room {
  margin-left: 9.1vw;
}
.page-index .editing-room .section-num {
  margin-top: 5.4vw;
}
.page-index .editing-room .section-office-contents .slick-slider {
  margin-left: auto;
}
.page-index .editing-room .section-office-contents .slick-dots {
  right: calc(100% + 13px);
}
.page-index .meeting-room .section-num {
  margin-top: 13.4vw;
}
.page-index .meeting-room .section-detail {
  margin-left: 7.1vw;
}
.page-index .meeting-room .section-office-contents .slick-dots {
  bottom: auto;
  left: calc(100% + 13px);
  top: 0;
}
.page-index .studio {
  margin-bottom: 338px;
}
.page-index .studio .section-num {
  margin-top: 5.4vw;
}
.page-index .studio .section-title-wrap {
  align-items: flex-end;
}
.page-index .studio .section-title-wrap .section-office-contents-text {
  margin-bottom: 0;
}
.page-index .studio .section-title {
  margin-right: 0.5em;
}
.page-index .studio .section-office-contents .slick-slider {
  margin-left: auto;
}
.page-index .studio .section-office-contents .slick-dots {
  right: calc(100% + 13px);
}
.page-index .related {
  color: #000;
}
.page-index .related .section-num {
  margin-top: 16vw;
}
.page-index .related .section-title-wrap {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  display: flex;
  justify-content: flex-end;
}
.page-index .related .section-title {
  margin-right: 16px;
}
.page-index .related .section-related-logo-wrap {
  margin-left: -150px;
  width: 100vw;
}
.page-index .related .section-related-logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.page-index .related .section-related-logo-item {
  margin: 0 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s ease-out 0s;
  width: 200px;
}
.page-index .related .section-related-logo-item.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0px;
  outline: none;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "•";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .header .nav-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    z-index: 999;
  }
  .header .nav-btn span {
    background: #000;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
  }
  .header .nav-btn span:first-of-type {
    top: 0;
  }
  .header .nav-btn span:nth-of-type(2) {
    top: 5px;
  }
  .header .nav-btn span:nth-of-type(3) {
    bottom: 0;
  }
  .header .nav-btn.is-open span:first-of-type {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .header .nav-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .header .nav-btn.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  .header .nav-btn.is-open + .nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header .nav {
    background: #fff;
    height: 100vh;
    padding: 140px 20px 60px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.6s ease-in;
    width: 100%;
  }
  .header .nav-head {
    display: block;
    margin: 0 auto 60px;
    width: 120px;
  }
  .header .nav-list {
    display: block;
  }
  .header .nav-list-item {
    margin-bottom: 32px;
    padding: 0;
    text-align: center;
  }
  .header .nav-list-item:not(:first-child):before {
    content: none;
  }
  .header .nav-link {
    font-size: 18px;
  }
  .page-index .related .section-related-logo {
    width: 720px;
  }
}
@media only screen and (max-width: 1189px) {
  .page-index .company .section-map-img .pc-map {
    display: none;
  }
  .page-index .company .section-map-img .sp-map {
    display: block;
  }
  .page-index .company .section-map-access {
    margin-top: 1em;
    max-width: none;
    position: static;
    width: 100%;
  }
  .page-index .company .section-map-access-detail dt {
    width: 24px;
  }
}
@media only screen and (max-width: 1060px) {
  .page-index .editing-room .section-office-contents .slick-dots,
  .page-index .meeting-room .section-office-contents .slick-dots,
  .page-index .office .section-office-contents .slick-dots,
  .page-index .studio .section-office-contents .slick-dots {
    margin-left: -5px;
    margin-top: 8px;
    position: static;
  }
  .page-index .meeting-room .section-office-contents .slick-dots,
  .page-index .office .section-office-contents .slick-dots {
    margin-left: -5px;
  }
  .page-index .editing-room .section-office-contents .slick-dots,
  .page-index .studio .section-office-contents .slick-dots {
    margin-left: auto;
    margin-right: -5px;
  }
  .page-index .studio .section-title-wrap {
    flex-wrap: wrap;
  }
  .page-index .studio .section-title {
    margin-bottom: 62px;
  }
  .page-index .studio .section-office-contents-text {
    width: 100%;
  }
}
@media only screen and (max-width: 779px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .footer {
    padding: 50px 0 20px;
  }
  .footer-logo {
    margin-bottom: 30px;
    width: 100px;
  }
  .footer-contact {
    margin-bottom: 70px;
  }
  .footer-contact-link {
    font-size: 18px;
    margin-bottom: 12px;
    max-width: 480px;
    padding: 10px 20px;
  }
  .footer-contact-link:after {
    height: 14px;
    width: 14px;
  }
  .footer-contact-text {
    font-size: 11px;
  }
  .footer-copyright {
    font-size: 6px;
  }
  .header {
    height: 70px;
    padding: 0 30px;
  }
  .header-logo {
    width: 80px;
  }
  .header .nav-btn {
    right: 30px !important;
  }
  .header .nav {
    padding: 60px 20px !important;
  }
  .page-index .section-wrapper {
    padding: 88px 20px 15px;
  }
  .page-index .section-wrapper:before {
    background-size: cover;
  }
  .page-index .section {
    display: block;
  }
  .page-index .section-num {
    font-size: 11px;
    margin-bottom: 10px;
    text-align: left;
    width: auto;
  }
  .page-index .section-detail {
    display: block;
  }
  .page-index .section-title-wrap {
    margin-bottom: 30px !important;
  }
  .page-index .section-office-contents-text {
    margin-bottom: 23px !important;
  }
  .page-index .policy {
    margin-bottom: 120px;
  }
  .page-index .policy .section-num {
    margin-top: 0;
  }
  .page-index .policy .section-textarea {
    margin-left: calc(18px + 0.5em);
  }
  .page-index .policy .section-lead {
    margin-bottom: 20px;
  }
  .page-index .policy .section-text {
    margin-left: -0.5em;
  }
  .page-index .policy .section-img {
    margin-left: 18px;
    margin-top: 30px;
    width: 84.66vw;
  }
  .page-index .message {
    margin: 0 auto 141px;
    position: relative;
  }
  .page-index .message .section-num {
    left: 0;
    margin: 0;
    position: absolute;
    top: 9em;
  }
  .page-index .message .section-detail {
    margin: 0 18px;
  }
  .page-index .message .section-title-wrap {
    width: 87.2vw;
  }
  .page-index .message .section-textarea-detail {
    width: 100%;
  }
  .page-index .message .section-img {
    margin: -25px 0 0 -18px;
    width: max(41vw, 154px);
  }
  .page-index .company {
    margin: 0 0 120px;
  }
  .page-index .company:before {
    background-size: 780px 780px;
    top: calc(50% + 60px);
  }
  .page-index .company .section-detail {
    margin-left: 0;
  }
  .page-index .member {
    margin-bottom: 120px;
    width: 100%;
  }
  .page-index .member .section-member-wrap {
    color: #000;
    display: block;
    margin: 0 18px;
    width: auto;
  }
  .page-index .member .section-member-wrap .freelance .btn-more {
    color: #000;
  }
  .page-index .member .section-member-wrap .freelance .btn-more:after,
  .page-index .member .section-member-wrap .freelance .btn-more:before {
    background: #000;
  }
  .page-index .member .section-member {
    margin-bottom: 40px;
    width: 100%;
  }
  .page-index .member .section-member.sp-white {
    color: #fff;
  }
  .page-index .member .section-member.sp-white .btn-more {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  }
  .page-index .member .section-member.sp-white .btn-more:after,
  .page-index .member .section-member.sp-white .btn-more:before {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  }
  .page-index .member .section-member-img,
  .page-index .member .section-member-name-en {
    margin-bottom: 20px;
  }
  .page-index .member .section-member-name-ja {
    margin-bottom: 10px;
  }
  .page-index .member .section-member-name-ja + .section-member-text {
    margin-top: 21px;
  }
  .page-index .member .section-member-birthplace {
    margin-bottom: 16px;
  }
  .page-index .member .section-member-text {
    height: 5.25em;
    margin-top: 0;
    -webkit-mask-image: linear-gradient(180deg, #000 80%, transparent);
    mask-image: linear-gradient(180deg, #000 80%, transparent);
    overflow: hidden;
    transition: all 0.2s ease-out;
  }
  .page-index .member .section-member-text .text {
    line-height: 1.5;
  }
  .page-index .member .section-member-text.is-open {
    height: auto;
    -webkit-mask-image: linear-gradient(180deg, #000 80%, #000);
    mask-image: linear-gradient(180deg, #000 80%, #000);
  }
  .page-index .member .section-member.sp-black .pc-shadow {
    text-shadow: none;
  }
  .page-index .member .section-member .btn-more-wrap {
    margin-top: 13px;
  }
  .page-index .member .section-member .btn-more {
    border: none;
    color: #000;
    font-size: clamp(12px, 1.1vw, 16px);
    font-weight: 500;
    line-height: 1.2;
    margin-left: auto;
    padding-left: 1.5em;
    padding-top: 2px;
    position: relative;
  }
  .page-index .member .section-member .btn-more:after,
  .page-index .member .section-member .btn-more:before {
    background: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: rotate 0.2s;
    translate: 0 -50%;
    width: 12px;
  }
  .page-index .member .section-member .btn-more:after {
    rotate: 90deg;
  }
  .page-index .member .section-member .btn-more.is-open:after {
    rotate: 0deg;
  }
  .page-index .member .section-subtitle {
    margin: 50px 18px 0.6em;
    width: auto;
  }
  .page-index .member .section-member-manager {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    margin: 0 18px 41px;
    padding-bottom: min(7.73vw, 29px);
    padding-top: min(8.26vw, 31px);
    width: auto;
  }
  .page-index .member .section-member-manager .position {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 0.83em;
  }
  .page-index .member .section-member-manager .name-en {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 0.83em;
  }
  .page-index .member .section-member-manager .name-ja {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-bottom: 0.61em;
  }
  .page-index .member .section-member-manager .tel {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-bottom: 0.5em;
  }
  .page-index .member .section-member-manager .tel:after {
    content: none;
  }
  .page-index .member .section-member-manager .mail {
    grid-column: 1/2;
    grid-row: 5/6;
    padding-left: 0;
  }
  .page-index .works {
    margin-bottom: 120px;
    max-width: none;
    width: 100%;
  }
  .page-index .works .section-num {
    margin-bottom: 0.78em;
  }
  .page-index .works .section-detail,
  .page-index .works .section-title-wrap {
    margin-left: 0;
  }
  .page-index .works .section-contents {
    margin: 0;
    width: 100%;
  }
  .page-index .works .section-contents + .section-contents {
    margin-top: min(10.66vw, 80px);
  }
  .page-index .works .section-contents .works-head {
    margin-bottom: 0.9em;
  }
  .page-index .works .section-contents-detail {
    display: block;
  }
  .page-index .works .section-contents-detail .iframe-wrap {
    position: relative;
    width: 100%;
  }
  .page-index .works .section-contents-detail .iframe-wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
  }
  .page-index .works .section-contents-detail .iframe-wrap + .iframe-wrap {
    margin-top: min(5.33vw, 40px);
  }
  .page-index .works .section-contents-detail .iframe-wrap iframe,
  .page-index .works .section-contents-detail .iframe-wrap img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .page-index .works .section-contents.single {
    display: block;
  }
  .page-index .works .section-contents.single .section-contents-inner {
    margin-right: 0;
    margin-top: min(10.66vw, 80px);
    width: 100%;
  }
  .page-index .office .section-num {
    color: #000;
    text-shadow: none;
  }
  .page-index .office .section-detail {
    margin-left: 0;
  }
  .page-index .office .section-title {
    color: #000;
    text-shadow: none;
  }
  .page-index .office .section-office-contents-text {
    color: #000;
    margin-left: 1.3em;
    text-shadow: none;
  }
  .page-index .editing-room {
    margin-left: 0;
    position: relative;
  }
  .page-index .editing-room .section-num {
    left: 0;
    position: absolute;
    top: max(9.4vw, 58px);
  }
  .page-index .editing-room .section-detail {
    margin-left: 0;
  }
  .page-index .editing-room .section-title-wrap .section-title {
    margin-left: auto;
  }
  .page-index .meeting-room .section-detail {
    margin-left: 0;
  }
  .page-index .studio {
    margin-bottom: 120px;
    position: relative;
  }
  .page-index .studio .section-num {
    position: absolute;
    top: 0;
  }
  .page-index .studio .section-detail {
    margin-left: 0;
  }
  .page-index .studio .section-title-wrap {
    margin-left: 7.6vw;
  }
  .page-index .studio .section-title-wrap .section-title {
    margin-bottom: 30px;
  }
  .page-index .studio .section-title-wrap .section-office-contents-text {
    margin-bottom: 0 !important;
    width: calc(100% - 7.6vw);
  }
  .page-index .related {
    position: relative;
  }
  .page-index .related .section-num {
    left: 0;
    margin: 0;
    position: absolute;
    top: 9em;
  }
  .page-index .related .section-title {
    margin-right: -10px;
  }
  .page-index .related .section-related-logo-wrap {
    margin-left: 0;
    width: 100%;
  }
  .page-index .related .section-related-logo {
    justify-content: center;
    width: 360px !important;
  }
  .page-index .related .section-related-logo-item {
    margin: 0 10px 10px;
    width: 100px;
  }
}
@media only screen and (max-width: 779px) and (max-width: 429px) {
  .page-index .related .section-related-logo {
    justify-content: flex-start;
    width: 240px !important;
  }
}
@media only screen and (max-width: 779px) and (max-width: 460px) {
  .page-index .section-wrapper:before {
    background: #d2d2d2 url(../images/index/bg_sp.png) no-repeat top/cover;
    height: 1140vw;
  }
}
@media print {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 1280px;
}
