@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: 700;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

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

html[lang=ja] .p-privacy-policy, html[lang=ja] .p-contact-address-item--tokyo, html[lang=ja] .p-about-content-story__text, html[lang=ja] .p-about-content-profile-item__text, html[lang=ja] .p-single-news, html[lang=ja] .c-news, html[lang=ja] .c-form {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

.p-about-links {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-about-links-item__wrapper::before, .p-archive-works-nav-item__inner::after, .l-header-logo__img {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.l-header-logo__img {
  aspect-ratio: 114/65;
}

html, body {
  color: #2c2c2c;
  background-color: #ffffff;
  height: 100%;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
  word-break: break-word;
}
a:hover {
  opacity: 0.6;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.6;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
  object-fit: contain;
}

span {
  font-weight: inherit;
}

#wpadminbar {
  position: fixed !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

/* js
------------------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  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 {
  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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1330px) {
  .l-wrapper {
    width: calc(100% - 50px);
  }
}

.l-header {
  width: 100%;
  height: 120px;
  position: relative;
  z-index: 22;
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 90px;
  }
}
.l-header__wrapper {
  height: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-header__wrapper {
    padding: 0 25px;
  }
}
.l-header-logo {
  max-width: max-content;
  font-size: 0;
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
}
.l-header-logo__img {
  background-color: #231815;
  mask-image: url(../img/common/logo.svg);
  width: 114px;
  display: block;
}
.l-header-nav {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__wrapper {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.l-header__lang-btn {
  font-size: 1.2rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 40px;
}
.l-header-lang {
  font-size: 1.2rem;
  display: flex;
  align-items: baseline;
  column-gap: 20px;
}
@media screen and (max-width: 960px) {
  .l-header-lang {
    display: none;
  }
}
.l-header-lang-item:nth-of-type(n+2)::before {
  content: "/";
  color: #2c2c2c;
  margin-right: 20px;
  display: inline-block;
}
.l-header-lang-item__text {
  display: inline-block;
}
.l-header-lang-item__text:not(.is-active) {
  color: #ababab;
}
.l-header-gnavBtn {
  width: 40px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header-gnavBtn {
    width: 33px;
  }
}
.l-header-gnavBtn i {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.l-header-gnavBtn i::before, .l-header-gnavBtn i::after {
  content: "";
  background-color: #2c2c2c;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: background-color 0.2s, transform 0.2s;
}
.l-header-gnavBtn i::before {
  transform: translateY(-12px);
}
.l-header-gnavBtn i::after {
  transform: translateY(12px);
}
.l-header-gnavBtn.is-open i::before {
  inset: 0;
  margin: auto;
  transform: translateY(0) rotate(45deg);
}
.l-header-gnavBtn.is-open i::after {
  inset: 0;
  margin: auto;
  transform: translateY(0) rotate(-45deg);
}
.l-header--rev .l-header-logo__img {
  background-color: #ffffff;
}
.l-header--rev .l-header-nav {
  color: #ffffff;
}
.l-header--rev .l-header__lang-btn {
  font-size: 1.2rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 40px;
}
.l-header--rev .l-header-lang {
  color: #ffffff;
}
.l-header--rev .l-header-lang-item:nth-of-type(n+2)::before {
  color: #ffffff;
}
.l-header--rev .l-header-gnavBtn i::before, .l-header--rev .l-header-gnavBtn i::after {
  content: "";
  background-color: #ffffff;
}
.l-header--rev .l-header-gnavBtn.is-open i::before, .l-header--rev .l-header-gnavBtn.is-open i::after {
  background-color: #2c2c2c;
}

html.gnav-active .l-header-logo__img,
body.gnav-active .l-header-logo__img {
  background-color: #231815;
}
html.gnav-active .l-header-nav, html.gnav-active .l-header-lang,
body.gnav-active .l-header-nav,
body.gnav-active .l-header-lang {
  visibility: hidden;
}

.l-gnav {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-gnav {
    padding-top: 90px;
  }
}
.l-gnav.is-active {
  display: block;
  z-index: 19;
}
.l-gnav__wrapper {
  height: 100%;
  padding: 140px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  overflow-x: auto;
}
.l-gnav-list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.l-gnav-list__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.l-gnav-list-item {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.l-gnav-list-item__inner {
  padding-left: 20px;
  position: relative;
}
.l-gnav-list-item__inner::before {
  content: "";
  background-color: #2c2c2c;
  width: 7px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-gnav-list__privacy {
  color: #7f7f7f;
  font-size: 1.2rem;
  line-height: 2.6;
  letter-spacing: 0.1em;
}
.l-gnav-lang {
  font-size: 1.2rem;
  display: flex;
  align-items: baseline;
  column-gap: 20px;
}
.l-gnav-lang-item:nth-of-type(n+2)::before {
  content: "/";
  color: #2c2c2c;
  margin-right: 20px;
  display: inline-block;
}
.l-gnav-lang-item__text {
  display: inline-block;
}
.l-gnav-lang-item__text:not(.is-active) {
  color: #ababab;
}

html.gnav-active {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.l-main {
  width: 100%;
  height: auto;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-footer {
  background-color: #ffffff;
  width: 100%;
  padding: 130px 0 110px 0;
  position: sticky;
  top: 100vh;
  top: 100dvh;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 140px 0 40px 0;
  }
}
.l-footer__wrapper {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 1591px) {
  .l-footer__wrapper {
    max-width: none;
    padding: 0 155px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
}
.l-footer-contact {
  background-color: #ffffff;
  width: 220px;
  height: 90px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  display: grid;
  place-content: center;
  border: 3px #2c2c2c solid;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .l-footer-contact {
    display: none;
  }
}
.l-footer-contact:hover {
  color: #ffffff;
  background-color: #2c2c2c;
  opacity: 1;
}
.l-footer-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer-content {
    row-gap: 40px;
  }
}
.l-footer-nav {
  font-size: 1.4rem;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .l-footer-nav {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.l-footer-nav__wrapper {
  display: flex;
  gap: 40px 30px;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__wrapper {
    flex-direction: column;
  }
}
.l-footer-privacy-copyright {
  color: #7f7f7f;
  line-height: 2.6;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0 20px;
}
.l-footer--home {
  background-color: transparent;
  padding: 30px 0;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-footer--home {
    padding: 10px 0;
  }
}
.l-footer--home .l-footer__wrapper {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .l-footer--home .l-footer__wrapper {
    padding: 0 25px;
  }
}
.l-footer--home .l-footer-privacy-copyright {
  color: #ffffff;
  font-size: 1.2rem;
}

/* object
------------------------------------------------------ */
/* component */
.c-form__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.c-form-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-form-item {
    display: flex;
    flex-direction: column;
  }
}
.c-form-item__dt {
  line-height: 2.6;
  display: flex;
  flex-direction: column;
  column-gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-form-item__dt {
    flex-direction: row;
    align-items: baseline;
  }
}
.c-form-item__dt-required {
  color: #b91615;
  font-size: 1.2rem;
  line-height: 1;
}
.c-form-item__dd {
  line-height: 2;
}
.c-form-item__dd input[type=text],
.c-form-item__dd input[type=email],
.c-form-item__dd input[type=tel],
.c-form-item__dd textarea {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px #d9d9d9 solid;
}
.c-form-item__dd textarea {
  height: 18.5em;
  resize: vertical;
}
.c-form__btn {
  background-color: #ffffff;
  width: 220px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 60px auto 0 130px;
  border: 1px #2c2c2c solid;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-form__btn {
    margin: 60px auto 0 auto;
  }
}
.c-form__btn:hover {
  color: #ffffff;
  background-color: #2c2c2c;
}
.c-form .error {
  color: #b91615;
}

html[lang=ja] .c-form-item {
  grid-template-columns: 160px 1fr;
}
html[lang=ja] .c-form__btn {
  font-weight: 400;
  margin: 60px auto 0 190px;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .c-form__btn {
    margin: 60px auto 0 auto;
  }
}

.c-news__wrapper {
  display: block;
}
.c-news__title {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .c-news__title {
    font-size: 2rem;
  }
}
.c-news__date {
  color: #7f7f7f;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

html[lang=ja] .c-news__title {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
}

.c-works {
  transition: opacity 0.2s;
}
.c-works__wrapper {
  display: block;
}
.c-works__img {
  width: 100%;
  aspect-ratio: 400/270;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.c-works__img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.c-works__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-works__cat {
  background-color: #eeeeee;
  max-width: max-content;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
  padding: 2px 10px;
  transition: opacity 0.2s;
}
.c-works__title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}
.c-works__info {
  margin-top: 10px;
  display: flex;
  column-gap: 21px;
  transition: opacity 0.2s;
}
.c-works__info-item {
  color: #7f7f7f;
  font-size: 1.4rem;
  line-height: 2;
  position: relative;
}
.c-works__info-item:nth-of-type(n+2)::before {
  content: "";
  background-color: #eeeeee;
  width: 1px;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11px;
  margin: auto;
}
.c-works:hover .c-works__wrapper {
  opacity: 1;
}
.c-works:hover .c-works__img::after {
  opacity: 1;
}
.c-works:hover .c-works__cat, .c-works:hover .c-works__title, .c-works:hover .c-works__info {
  opacity: 0.6;
}
.c-works.is-hide {
  opacity: 0;
}

/* project */
.p-page__wrapper {
  display: grid;
  grid-template-columns: 1fr 61.71875%;
  gap: 60px 40px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-page__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-page-title {
  position: sticky;
  top: 130px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-page-title {
    position: static;
  }
}
.p-page-title__text {
  font-family: "Playfair Display", serif;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-page-content {
  font-size: 1.4rem;
}

.wp-pagenavi {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 60px;
    justify-content: center;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  width: 56px;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 54px;
  text-align: center;
  border: 1px #2c2c2c solid;
}
.wp-pagenavi .current {
  color: #ffffff;
  background-color: #2c2c2c;
}
.wp-pagenavi .page {
  background-color: #ffffff;
}

.p-post {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.p-post h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-post h2 {
    line-height: 1.6;
  }
}
.p-post h2:not(:first-of-type) {
  margin-top: 30px;
}
.p-post h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
.p-post h3::before {
  content: "";
  background-color: #7f7f7f;
  width: 3px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-post h3 {
    line-height: 1.6;
  }
}
.p-post h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-post h4 {
    line-height: 1.6;
  }
}
.p-post p {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .p-post p {
    line-height: 2;
  }
}
.p-post p a {
  text-decoration: underline;
}
.p-post ul {
  line-height: 2.6;
  margin-left: 1.5em;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .p-post ul {
    line-height: 2;
  }
}
.p-post ul a {
  text-decoration: underline;
}
.p-post .wp-block-image {
  margin: 10px auto;
}
.p-post .wp-block-gallery {
  margin: 10px auto;
  display: grid;
  gap: 20px 30px !important;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-gallery {
    margin: 0 auto;
    gap: 20px !important;
  }
}
.p-post .wp-block-gallery .wp-block-image {
  width: 100% !important;
  margin: 0;
}
.p-post .wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-post .wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-post .wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.p-post .wp-block-buttons {
  margin-top: 30px;
}
.p-post .wp-block-buttons .wp-block-button {
  width: 100%;
}
.p-post .wp-block-buttons .wp-block-button__link {
  max-width: 280px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px;
  border: 1px #2c2c2c solid;
  border-radius: 0;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-buttons .wp-block-button__link {
    max-width: 240px;
    padding: 5px 10px;
  }
}
.p-post .wp-block-buttons .wp-block-button__link:hover {
  color: #ffffff;
  background-color: #2c2c2c;
  opacity: 1;
}

html[lang=ja] .p-post {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
}
html[lang=ja] .p-post h2,
html[lang=ja] .p-post h3,
html[lang=ja] .p-post h4 {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-post h2,
  html[lang=ja] .p-post h3,
  html[lang=ja] .p-post h4 {
    line-height: 2;
  }
}
html[lang=ja] .p-post h2 {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
html[lang=ja] .p-post p,
html[lang=ja] .p-post ul {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-post p,
  html[lang=ja] .p-post ul {
    line-height: 2;
  }
}

.p-home {
  height: 100%;
  margin-top: -120px;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-home {
    margin-top: -90px;
  }
}
.p-home-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0) 30%);
  pointer-events: none;
  z-index: 10;
}
.p-home-bg__wrapper {
  width: 100%;
  height: 100%;
}
.p-home-bg-item {
  width: 100%;
  height: 100dvh;
}
.p-home-bg-item__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.p-home-bg-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}
.p-home-bg-item.is-active .p-home-bg-item__img img {
  animation: zoom 8s linear 0s normal both;
}
.p-home__wrapper {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  display: grid;
  place-content: center;
  position: relative;
}
.p-home__lead {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home__lead {
    text-align: left;
  }
}
.p-home__lead-dt {
  font-family: "Playfair Display", serif;
  font-size: min(6rem, 13.3333333333vw);
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.p-home__lead-dd {
  font-size: 1.6rem;
  line-height: 2;
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.p-archive-works__title {
  display: none;
}
.p-archive-works-nav {
  font-size: 1.6rem;
  margin-bottom: 80px;
}
.p-archive-works-nav__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 40px;
}
@media screen and (max-width: 960px) {
  .p-archive-works-nav__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-works-nav__wrapper {
    gap: 20px;
  }
}
.p-archive-works-nav-item {
  height: 100%;
}
.p-archive-works-nav-item__inner {
  height: 100%;
  line-height: 1.4;
  padding: 10px 28px 10px 0;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px #7f7f7f solid;
}
.p-archive-works-nav-item__inner::after {
  content: "";
  background-color: #7f7f7f;
  mask-image: url(../img/common/icon_arrow01.svg);
  width: 8px;
  aspect-ratio: 8/13;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .p-archive-works-nav-item:first-of-type {
    grid-area: 1/1/2/3;
  }
}
@media screen and (max-width: 960px) {
  .p-archive-works-nav-item:first-of-type .p-archive-works-nav-item__inner {
    width: calc((100% - 20px) / 2);
  }
}
.p-archive-works__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media screen and (max-width: 960px) {
  .p-archive-works__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-works__posts {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
.p-archive-works__empty {
  font-size: 1.4rem;
  line-height: 2.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive-works__empty {
    line-height: 2;
  }
}

.p-single-works {
  padding-top: 50px;
}
.p-single-works__wrapper {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-single-works__wrapper {
    padding-bottom: 0;
  }
}
.p-single-works-bg {
  width: 100%;
}
.p-single-works-bg-item {
  width: 100%;
  aspect-ratio: 1600/680;
}
@media screen and (max-width: 768px) {
  .p-single-works-bg-item {
    aspect-ratio: 900/480;
  }
}
.p-single-works-bg-item__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-single-works-bg-item__img::after {
  content: "";
  background: linear-gradient(0, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-single-works-bg-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-single-works-dots {
  width: 100%;
  max-width: 1330px;
  font-size: 0;
  margin: 0 auto;
  padding: 0 25px;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1591px) {
  .p-single-works-dots {
    max-width: none;
    padding: 0 155px;
  }
}
@media screen and (max-width: 960px) {
  .p-single-works-dots {
    margin: 20px auto 0 auto;
    position: static;
  }
}
.p-single-works-dots .slick-dots {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 15px;
}
@media screen and (max-width: 960px) {
  .p-single-works-dots .slick-dots {
    padding: 0;
  }
}
.p-single-works-dots .slick-dots li button {
  background-color: #7f7f7f;
  width: 10px;
  height: 10px;
  transition: width 0.2s, height 0.2s;
}
.p-single-works-dots .slick-dots li.slick-active button {
  background-color: #2c2c2c;
  width: 15px;
  height: 15px;
}
.p-single-works-content {
  color: #ffffff;
  font-size: 1.4rem;
  position: absolute;
  bottom: 105px;
  left: 110px;
}
@media screen and (max-width: 960px) {
  .p-single-works-content {
    color: #2c2c2c;
    margin: 40px auto 0 auto;
    position: static;
  }
}
@media screen and (max-width: 960px) {
  .p-single-works-content__wrapper {
    margin-top: 40px;
    padding: 0 25px;
  }
}
.p-single-works__cat {
  max-width: max-content;
  font-size: 1.2rem;
  text-align: center;
  padding: 6px 15px;
  border: 1px rgba(255, 255, 255, 0.8) solid;
}
@media screen and (max-width: 960px) {
  .p-single-works__cat {
    margin-bottom: 20px;
    border-color: rgba(44, 44, 44, 0.8);
  }
}
.p-single-works__title {
  font-family: "Playfair Display", serif;
  font-size: 4.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .p-single-works__title {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
.p-single-works__place {
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-single-works__place {
    margin-top: 20px;
  }
}
.p-single-works__date {
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-single-works__date {
    margin-top: 0;
  }
}
.p-single-works__back {
  width: 100%;
  max-width: 150px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 20px;
  margin-left: 20px;
  display: block;
  border-bottom: 1px #eee solid;
}

.p-archive-news__posts {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-archive-news__posts {
    row-gap: 40px;
  }
}
.p-archive-news__empty {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .p-archive-news__empty {
    line-height: 2;
  }
}

.p-single-news__mv {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-single-news__mv {
    width: calc(100% + 50px);
    margin: -30px auto 80px auto;
    position: relative;
    left: -25px;
  }
}
.p-single-news__title {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 768px) {
  .p-single-news__title {
    line-height: 1.6;
  }
}
.p-single-news__date {
  color: #7f7f7f;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-single-news__content {
  margin-top: 40px;
}
.p-single-news__content.p-post h1,
.p-single-news__content.p-post h2,
.p-single-news__content.p-post h3,
.p-single-news__content.p-post h4,
.p-single-news__content.p-post h5,
.p-single-news__content.p-post h6 {
  font-family: "Playfair Display", serif;
}
.p-single-news__content.p-post h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-single-news__content.p-post h1:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-single-news__content.p-post h1 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.p-single-news__content.p-post h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-single-news__content.p-post h5 {
    line-height: 1.6;
  }
}
.p-single-news__content.p-post h6 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #7f7f7f;
}
@media screen and (max-width: 768px) {
  .p-single-news__content.p-post h6 {
    line-height: 1.6;
  }
}
.p-single-news__content.p-post p {
  line-height: 2;
}
.p-single-news__content.p-post p + p {
  margin-top: 1em;
}
.p-single-news__content.p-post em {
  font-style: italic;
}
.p-single-news__content.p-post ul.wp-block-list,
.p-single-news__content.p-post ol.wp-block-list {
  line-height: 2;
  margin-left: 1.5em;
  padding-left: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-single-news__content.p-post ul.wp-block-list,
  .p-single-news__content.p-post ol.wp-block-list {
    line-height: 2;
  }
}
.p-single-news__content.p-post ul.wp-block-list li,
.p-single-news__content.p-post ol.wp-block-list li {
  margin-top: 0.35em;
}
.p-single-news__content.p-post ul.wp-block-list li:first-child,
.p-single-news__content.p-post ol.wp-block-list li:first-child {
  margin-top: 0;
}
.p-single-news__content.p-post ul.wp-block-list a,
.p-single-news__content.p-post ol.wp-block-list a {
  text-decoration: underline;
}
.p-single-news__content.p-post ul.wp-block-list {
  list-style-type: disc;
  list-style-position: outside;
}
.p-single-news__content.p-post ol.wp-block-list {
  list-style-type: decimal;
  list-style-position: outside;
}
.p-single-news__content.p-post .wp-block-image img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-single-news__content.p-post .wp-block-video {
  margin: 10px auto;
}
.p-single-news__content.p-post .wp-block-video video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-single-news__content.p-post .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-single-news__content.p-post .wp-block-columns {
    flex-direction: column;
    gap: 24px;
  }
}
.p-single-news__content.p-post .wp-block-column {
  flex: 1;
  min-width: 0;
}
.p-single-news__content.p-post .wp-block-table {
  margin: 20px 0;
  overflow-x: auto;
}
.p-single-news__content.p-post .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.p-single-news__content.p-post .wp-block-table th,
.p-single-news__content.p-post .wp-block-table td {
  border: 1px solid #eeeeee;
  padding: 25px 16px;
  text-align: left;
}
.p-single-news__content.p-post .wp-block-table th {
  background-color: #f7f7f7;
  font-weight: 700;
}
.p-single-news__content.p-post .wp-block-separator {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #eeeeee;
  max-width: 100%;
}
.p-single-news__content.p-post .wp-block-quote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 3px solid #7f7f7f;
  background-color: #fafafa;
}
.p-single-news__content.p-post .wp-block-quote p {
  margin: 0 0 10px;
}
.p-single-news__content.p-post .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.p-single-news__content.p-post .wp-block-quote cite {
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  color: #7f7f7f;
  margin-top: 10px;
}
.p-single-news__back {
  width: 100%;
  max-width: 320px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 140px auto 0 auto;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px #eee solid;
}
@media screen and (max-width: 768px) {
  .p-single-news__back {
    margin: 80px auto 0 auto;
  }
}

html[lang=ja] .p-single-news__title {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  letter-spacing: 0;
}
html[lang=ja] .p-single-news__content.p-post h1,
html[lang=ja] .p-single-news__content.p-post h2,
html[lang=ja] .p-single-news__content.p-post h3,
html[lang=ja] .p-single-news__content.p-post h4,
html[lang=ja] .p-single-news__content.p-post h5,
html[lang=ja] .p-single-news__content.p-post h6 {
  font-family: "Zen Old Mincho", serif;
}
html[lang=ja] .p-single-news__content.p-post h1 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-single-news__content.p-post h1 {
    line-height: 2;
  }
}
html[lang=ja] .p-single-news__content.p-post h5,
html[lang=ja] .p-single-news__content.p-post h6 {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-single-news__content.p-post h5,
  html[lang=ja] .p-single-news__content.p-post h6 {
    line-height: 2;
  }
}

.p-about {
  margin-top: -120px;
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .p-about {
    margin-top: -90px;
  }
}
.p-about-header {
  color: #ffffff;
  background-image: url(../img/pages/about/header_bg_pc.png);
  background-image: url(../img/pages/about/header_bg_pc.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 665px;
}
@media screen and (min-width: 1601px) {
  .p-about-header {
    height: 41.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-header {
    background-image: url(../img/pages/about/header_bg_sp.png);
    background-image: url(../img/pages/about/header_bg_sp.webp);
    height: auto;
    aspect-ratio: 450/290;
  }
}
.p-about-header .l-wrapper {
  height: 100%;
  padding-bottom: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 1601px) {
  .p-about-header .l-wrapper {
    padding-bottom: 18.0722891566vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-header .l-wrapper {
    padding-bottom: 15.5555555556vw;
  }
}
.p-about-header__title {
  font-family: "Playfair Display", serif;
  font-size: 7.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-header__title {
    font-size: 3.4rem;
  }
}
.p-about-content {
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  .p-about-content {
    padding-top: 60px;
  }
}
.p-about-story__title {
  font-family: "Playfair Display", serif;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-about-story__title {
    margin-bottom: 40px;
  }
}
.p-about-story__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: min(460px, 38.3333333333vw) 1fr;
  align-items: flex-start;
  gap: 40px 70px;
}
@media screen and (max-width: 768px) {
  .p-about-story__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-about-story__img {
  max-width: 460px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-story__img {
    max-width: 300px;
  }
}
.p-about-story__text {
  font-size: 1.4rem;
  line-height: 2.6;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-about-story__text {
    line-height: 2;
    padding: 0 25px 0 70px;
  }
}
.p-about-story__text p + p {
  margin-top: 1.5em;
}
.p-about-profile {
  max-width: 1530px;
  margin: 130px auto 0 auto;
  padding: 0 25px 0 125px;
}
@media screen and (max-width: 768px) {
  .p-about-profile {
    margin: 80px auto 0 auto;
    padding: 0 25px;
  }
}
.p-about-profile__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px min(110px, 7.1895424837vw);
}
@media screen and (max-width: 768px) {
  .p-about-profile__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.p-about-profile-item:nth-of-type(2) {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-about-profile-item:nth-of-type(2) {
    margin-top: 0;
  }
}
.p-about-profile-item__img {
  max-width: 240px;
  margin: 0 min(175px, 11.4379084967vw) 50px 0;
}
@media screen and (max-width: 768px) {
  .p-about-profile-item__img {
    max-width: 220px;
    margin: 0 auto 40px 0;
  }
}
.p-about-profile-item__name {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.p-about-profile-item__text {
  font-size: 1.3rem;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .p-about-profile-item__text {
    line-height: 2;
  }
}
.p-about-links {
  color: #ffffff;
  background-image: url(../img/pages/about/links_bg_pc.png);
  background-image: url(../img/pages/about/links_bg_pc.webp);
  width: 100%;
  margin-top: 200px;
  padding: 570px 0 70px 0;
}
@media screen and (max-width: 960px) {
  .p-about-links {
    padding: 240px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-links {
    background-image: url(../img/pages/about/links_bg_sp.png);
    background-image: url(../img/pages/about/links_bg_sp.webp);
    padding: 120px 0 0 0;
  }
}
.p-about-links__wrapper {
  background-color: rgba(44, 44, 44, 0.2);
  min-height: 500px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px #ffffff solid;
}
@media screen and (max-width: 960px) {
  .p-about-links__wrapper {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
}
.p-about-links-item {
  height: 100%;
  position: relative;
}
.p-about-links-item:nth-of-type(n+2)::before {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
}
@media screen and (max-width: 960px) {
  .p-about-links-item:nth-of-type(n+2)::before {
    width: 100%;
    height: 1px;
    top: -1px;
    left: 0;
  }
}
.p-about-links-item__wrapper {
  height: 100%;
  padding: 90px clamp(25px, 3.75vw, 60px);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about-links-item__wrapper {
    min-height: 440px;
    padding: 60px 25px 150px 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-links-item__wrapper {
    min-height: 500px;
  }
}
.p-about-links-item__wrapper::before {
  content: "";
  background-color: #ffffff;
  mask-image: url(../img/common/icon_arrow02.svg);
  width: 32px;
  aspect-ratio: 32/59;
  position: absolute;
  bottom: 30px;
  right: 36px;
}
@media screen and (max-width: 960px) {
  .p-about-links-item__wrapper::before {
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-about-links-item__text-dt {
  font-family: "Playfair Display", serif;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-links-item__text-dt {
    margin-bottom: 30px;
  }
}
.p-about-links-item__text-dd {
  font-size: 1.4rem;
  line-height: 2.6;
}

html[lang=ja] .p-about-content-story__text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-about-content-story__text {
    line-height: 2;
  }
}
html[lang=ja] .p-about-content-profile-item__text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-about-content-profile-item__text {
    line-height: 2;
  }
}

.p-contact-address {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.p-contact-address-item {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .p-contact-address-item {
    line-height: 2;
  }
}
.p-contact-address-item__column {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 2em;
}
.p-contact-address-item--nyc {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-contact-address-item--nyc {
    line-height: 1.6;
  }
}
.p-contact-form {
  margin-top: 60px;
}
.p-contact-form .screen-reader-response {
  display: none !important;
}
.p-contact-form .wpcf7-not-valid-tip {
  color: #b91615;
}
.p-contact-form .wpcf7-response-output {
  color: #b91615;
  margin: 40px auto 0 130px;
}
@media screen and (max-width: 768px) {
  .p-contact-form .wpcf7-response-output {
    margin: 40px auto 0 auto;
  }
}
.p-contact-confirm .c-form-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.p-contact-confirm .c-form-item__dt-required {
  display: none;
}

html[lang=ja] .p-contact-address-item--tokyo {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-contact-address-item--tokyo {
    line-height: 2;
  }
}

.p-thanks .c-form__btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-privacy-policy-lead__dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy-lead__dt {
    line-height: 1.6;
  }
}
.p-privacy-policy-lead__dd {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy-lead__dd {
    line-height: 2;
  }
}
.p-privacy-policy-item {
  margin-top: 50px;
}
.p-privacy-policy-item__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy-item__title {
    line-height: 1.6;
  }
}
.p-privacy-policy-item__text {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy-item__text {
    line-height: 2;
  }
}
.p-privacy-policy-item__list {
  line-height: 2.6;
  list-style-type: disc;
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy-item__list {
    line-height: 2;
  }
}
.p-privacy-policy-contact {
  background-color: #eeeeee;
  margin-top: 60px;
  padding: 30px;
}
.p-privacy-policy-contact__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy-contact__title {
    line-height: 1.6;
  }
}
.p-privacy-policy-contact__address {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy-contact__address {
    line-height: 2;
  }
}

html[lang=ja] .p-privacy-policy .p-privacy-policy-lead__dt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-privacy-policy .p-privacy-policy-lead__dt {
    line-height: 2;
  }
}
html[lang=ja] .p-privacy-policy .p-privacy-policy-lead__dd {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-privacy-policy .p-privacy-policy-lead__dd {
    line-height: 2.6;
  }
}
html[lang=ja] .p-privacy-policy .p-privacy-policy-item__title {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-privacy-policy .p-privacy-policy-item__title {
    line-height: 2;
  }
}
html[lang=ja] .p-privacy-policy .p-privacy-policy-item__text {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-privacy-policy .p-privacy-policy-item__text {
    line-height: 2;
  }
}
html[lang=ja] .p-privacy-policy .p-privacy-policy-item__list {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-privacy-policy .p-privacy-policy-item__list {
    line-height: 2;
  }
}
html[lang=ja] .p-privacy-policy .p-privacy-policy-contact__title {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-privacy-policy .p-privacy-policy-contact__title {
    line-height: 2;
  }
}
html[lang=ja] .p-privacy-policy .p-privacy-policy-contact__address {
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  html[lang=ja] .p-privacy-policy .p-privacy-policy-contact__address {
    line-height: 2.6;
  }
}

/* utility */
.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
.u-displaySpOnly--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

.u-text-l {
  text-align: left;
}
.u-text-c {
  text-align: center;
}
.u-text-r {
  text-align: right;
}

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