@charset "UTF-8";
/* =================================================== *

  base

* =================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: "Gotham";
  src: url("../font/Gotham-Book.woff2") format("woff2"), url("../font/gotham-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scrollbar-gutter: stable;
}

body {
  color: #333;
  font-family: "Noto Sans JP", メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, icomoon, sans-serif;
  font-weight: normal;
  min-height: 100dvh;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: #fff;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
body.is-noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
body.bg-gy {
  background: #e5e5e5;
}

a[href*=tel] {
  pointer-events: none;
}
@media (max-width: 992px) {
  a[href*=tel] {
    pointer-events: auto;
  }
}

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

p {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
p + p {
  margin-top: 1.5em;
}

/*------------------
  font
------------------*/
.font-min {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}

.font-en {
  font-family: "Gotham", sans-serif;
  letter-spacing: 0.2em;
  display: inline-block;
}

[class*=font-en],
.footer-contact__ttl span.en,
a {
  line-height: 1.1 !important;
  _display: inline-block;
}

@supports (-webkit-hyphens: none) {
  .font-en,
  .en {
    padding-top: 0.15em;
  }
}
/*------------------
  display
------------------*/
._sp {
  display: none;
}

._tb {
  display: none;
}

._tb-sp {
  display: none;
}

@media (max-width: 992px) {
  ._pc {
    display: none;
  }
  ._tb {
    display: block;
  }
  ._tb-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  ._pc-tb {
    display: none;
  }
  ._tb {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*------------------
  inner
------------------*/
.l-container {
  max-width: 1400px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container {
    width: calc(100% - 40px);
  }
}

.l-container-wide {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-container-wide {
    width: 100%;
  }
}

.l-container-max {
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container-max {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container-max {
    width: calc(100% - 40px);
  }
}

.inner1920 {
  max-width: 1920px;
  margin-inline: auto;
}

.inner1200 {
  max-width: 1200px;
  margin-inline: auto;
}

.inner1000 {
  max-width: 1000px;
  margin-inline: auto;
}

.inner800 {
  max-width: 800px;
  margin-inline: auto;
}

/*------------------
  wraper
------------------*/
.l-wrapper {
  padding: clamp(70px, 9.1264667536vw, 150px) 0;
}

.l-wrapper-top {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.l-wrapper-bottom {
  padding-bottom: clamp(70px, 9.1264667536vw, 150px);
}

.l-wrapper-100 {
  padding: clamp(50px, 6.518904824vw, 100px) 0;
}

.l-wrapper-top-100 {
  padding-top: clamp(50px, 6.518904824vw, 100px);
}

.l-wrapper-bottom-100 {
  padding-bottom: clamp(50px, 6.518904824vw, 100px);
}

.l-wrapper-70 {
  padding: clamp(50px, 6.518904824vw, 70px) 0;
}

.l-wrapper-top-70 {
  padding-top: clamp(50px, 6.518904824vw, 70px);
}

.l-wrapper-bottom-70 {
  padding-bottom: clamp(50px, 6.518904824vw, 70px);
}

.l-wrapper-50 {
  padding: clamp(30px, 3.9113428944vw, 50px) 0;
}

.l-wrapper-top-50 {
  padding-top: clamp(30px, 3.9113428944vw, 50px);
}

.l-wrapper-bottom-50 {
  padding-bottom: clamp(30px, 3.9113428944vw, 50px);
}

.l-wrapper-30 {
  padding: clamp(15px, 1.9556714472vw, 30px) 0;
}

.l-wrapper-top-30 {
  padding-top: clamp(15px, 1.9556714472vw, 30px);
}

.l-wrapper-bottom-30 {
  padding-bottom: clamp(15px, 1.9556714472vw, 30px);
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

/*------------------
  split
------------------*/
.page-split {
  padding-top: clamp(150px, 19.556714472vw, 200px);
  display: grid;
  grid-template-columns: clamp(250px, 25vw, 350px) 1fr;
  gap: clamp(30px, 3.9113428944vw, 100px);
}
@media (max-width: 767px) {
  .page-split {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    padding: 25% 0 10%;
  }
}
.page-split .page-header {
  padding: 0 0 clamp(30px, 3.9113428944vw, 50px);
}
.page-split > .left {
  position: sticky;
  top: 100px;
  height: fit-content;
  width: 100%;
}
@media (max-width: 767px) {
  .page-split > .left {
    position: relative;
    top: 0;
  }
}

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

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

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

a.underline {
  color: #888;
  text-decoration: underline;
}

/*------------------
  button
------------------*/
.p-btn1 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  color: #000;
  font-size: 18px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn1:hover .p-arrow {
    transform: translateX(5px);
  }
}
.p-btn1.wh {
  color: #fff;
}
.p-btn1.bk {
  background: #000;
  color: #fff;
  padding: 10px;
  width: 300px;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-btn1.bk {
    width: 70%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-btn1.bk:hover {
    background: #444;
  }
}

/*------------------
  heading
------------------*/
.p-hn1 {
  display: flex;
  gap: 20px;
  align-items: last baseline;
}
@media (max-width: 992px) {
  .p-hn1 {
    display: block;
  }
}
.p-hn1 span {
  display: block;
}
.p-hn1 span.en {
  font-size: clamp(50px, 5.0403225806vw, 95px);
  font-family: "Gotham", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .p-hn1 span.en {
    font-size: clamp(50px, 6.518904824vw, 76px);
  }
}
@media (max-width: 767px) {
  .p-hn1 span.en {
    font-size: clamp(40px, 5.2151238592vw, 60px);
  }
}
.p-hn1 span.ja {
  font-family: "Noto Serif JP", serif;
}
.p-hn1.wh {
  color: #fff;
}

/*------------------
  page header
------------------*/
.page-header {
  padding: clamp(150px, 19.556714472vw, 200px) 0 clamp(80px, 10.4302477184vw, 120px);
  background: #fff;
}
@media (max-width: 767px) {
  .page-header {
    padding: 25% 0 10%;
  }
}
.page-header h2 {
  font-size: clamp(70px, 5.46875vw, 85px);
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1360px) {
  .page-header h2 {
    font-size: 6vw;
    min-font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page-header h2 {
    font-size: clamp(30px, 9.375vw, 85px);
  }
}

/*------------------
  arrow
------------------*/
.p-arrow {
  display: inline-block;
  position: relative;
  width: clamp(50px, 6.518904824vw, 100px);
  height: 1px;
  background-color: currentColor;
  vertical-align: middle;
  transition: 0.3s;
}
.p-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: right top;
}
.p-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: currentColor;
  transform: rotate(-35deg);
  transform-origin: right bottom;
}
.p-arrow.arrow--short {
  width: clamp(25px, 3.259452412vw, 50px);
}
.p-arrow.arrow--long {
  width: clamp(100px, 13.037809648vw, 150px);
}

/*------------------
  aos
------------------*/
[data-aos=fade] {
  transform: translate(0) !important;
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos=fade].aos-animate {
  opacity: 1;
  transform: translate(0) !important;
}

/* =================================================== *
  header
 * =================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.5s, color 0.5s;
  background-color: transparent;
  color: #fff;
}
.site-header .logo img,
.site-header .header-sub-nav img {
  transition: filter 0.3s;
}
.site-header .menu-trigger span {
  background-color: #000;
}
.header-wh .site-header:not(.is-scrolled) .logo img,
.header-wh .site-header:not(.is-scrolled) .header-sub-nav img {
  filter: brightness(0) invert(1);
}
.header-wh .site-header:not(.is-scrolled) .header-sub-nav ul li a {
  color: #fff;
}
.header-wh .site-header:not(.is-scrolled) .menu-trigger span {
  background-color: #fff;
}
.site-header.is-scrolled {
  color: #000;
  background: #fff;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 4%;
}
@media (max-width: 767px) {
  .header-inner {
    height: 80px;
  }
}
.header-inner .logo {
  position: relative;
  z-index: 100;
  transition: filter 0.3s;
  max-width: 90px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .header-inner .logo {
    width: 50%;
    max-width: 60px;
  }
}
.header-inner .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .header-right {
    margin-left: auto;
    display: flex;
    visibility: visible;
    opacity: 1;
  }
}

/* -----------------------
header-sub-nav (右上メニュー)
----------------------- */
@media (max-width: 767px) {
  .header-sub-nav {
    display: none;
  }
}
.header-sub-nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-sub-nav ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: #000;
}
.header-sub-nav ul li a i {
  transition: transform 0.3s, filter 0.3s;
  font-size: 1.4em;
}
.header-sub-nav ul li a span {
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.header-sub-nav ul li a span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header-sub-nav ul li a:hover {
    opacity: 0.8;
  }
  .header-sub-nav ul li a:hover span::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

/* -----------------------
  ハンバーガーボタン
----------------------- */
.menu-trigger {
  width: 27px;
  height: 20px;
  position: relative;
  z-index: 1200;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .menu-trigger {
    display: block;
  }
}
.menu-trigger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.4s ease;
}
.menu-trigger span:nth-child(1) {
  top: 0;
}
.menu-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-trigger span:nth-child(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #000 !important;
}
.menu-trigger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(-45deg);
}
.menu-trigger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}
.menu-trigger.active span:nth-child(3) {
  bottom: 9px;
  transform: rotate(45deg);
}

/* -----------------------
  メインナビ（右から出る）
----------------------- */
.main-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 1050;
  transition: right 0.5s ease;
  display: flex;
  justify-content: flex-end;
  transition: right 0.8s cubic-bezier(0.2, 0, 0.5, 0);
}
@supports not (height: 100dvh) {
  .main-nav {
    height: 100vh;
  }
}
.main-nav.is-active {
  right: 0;
  transition: right 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.main-nav .nav-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 15% 40px 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.main-nav .nav-logo {
  max-width: 500px;
  width: 50%;
  margin-bottom: 5%;
}
.main-nav .nav-list li a {
  color: #000;
}
.main-nav .nav-list1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 60px;
}
.main-nav .nav-list1 li a {
  display: block;
  text-align: center;
}
.main-nav .nav-list1 li a span {
  display: block;
}
.main-nav .nav-list1 li a span.en {
  font-size: 7vw;
  font-family: "Gotham", sans-serif;
}
.main-nav .nav-list1 li a span.ja {
  font-family: "Noto Serif JP", serif;
  font-size: 3vw;
}
.main-nav .nav-list2 p {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.main-nav .nav-list2 .nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav .nav-list2 .nav-list li {
  display: flex;
  align-items: center;
}
.main-nav .nav-list2 .nav-list li i {
  font-size: 2em;
}

/* =================================================== *

  footer

* =================================================== */
/*------------------
  contact
------------------*/
.footer-contact {
  background: url("../img/page/contact.jpg") no-repeat center center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.footer-contact__inner {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 3.9113428944vw, 60px);
}
@media (max-width: 767px) {
  .footer-contact__inner {
    flex-direction: column;
  }
}
.footer-contact__inner > .left {
  flex-grow: 0;
}
.footer-contact__inner > .right {
  flex-grow: 1;
  display: flex;
  gap: 5em;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 3em;
}
@media (max-width: 992px) {
  .footer-contact__inner > .right {
    gap: 5.2em;
  }
}
@media (max-width: 767px) {
  .footer-contact__inner > .right {
    margin-top: 0;
    gap: 2em;
  }
}
.footer-contact__ttl {
  line-height: 1.2;
}
.footer-contact__ttl span {
  display: block;
  position: static !important;
}
.footer-contact__ttl span.ja {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}
.footer-contact__ttl span.en {
  font-size: clamp(50px, 6.518904824vw, 76px);
  letter-spacing: 0;
  font-family: "Gotham", sans-serif;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .footer-contact__ttl span.en {
    font-size: clamp(40px, 12.5vw, 76px);
  }
}
.footer-contact__line {
  display: flex;
}
@media (max-width: 767px) {
  .footer-contact__line {
    display: block;
  }
}
.footer-contact__line > .left {
  flex-grow: 1;
  position: relative;
}
.footer-contact__line > .left::before, .footer-contact__line > .left::after {
  content: "";
  position: absolute;
  background: #fff;
}
@media (max-width: 767px) {
  .footer-contact__line > .left::before, .footer-contact__line > .left::after {
    position: relative;
  }
}
.footer-contact__line > .right {
  height: 100%;
  flex-grow: 0;
  width: clamp(300px, 23.2558139535vw, 400px);
}
@media (max-width: 767px) {
  .footer-contact__line > .right {
    width: 100%;
  }
}
.footer-contact__line a {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  border: solid 1px #fff;
  padding: 10px;
  font-size: clamp(14px, 1.8252933507vw, 23px);
  font-family: "Gotham", sans-serif;
  transition: 0.3s;
  line-height: 1;
  min-height: 2em;
}
.footer-contact__line a span {
  display: block;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  .footer-contact__line a {
    font-size: 16px;
  }
}
.footer-contact__line a i {
  font-size: 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .footer-contact__line a:hover {
    background: rgba(0, 0, 0, 0.5);
    border: solid 1px #ccc;
  }
}
.footer-contact__line1 > .left::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.footer-contact__line2 > .left::before {
  top: -7em;
  right: 50%;
  width: 2px;
  height: calc(7.1em + 50%);
}
@media (max-width: 992px) {
  .footer-contact__line2 > .left::before {
    top: -6.7em;
    height: calc(6.8em + 50%);
  }
}
.footer-contact__line2 > .left::after {
  top: 50%;
  right: 0;
  width: 50%;
  height: 2px;
}
@media (max-width: 992px) {
  .footer-contact__line2 > .left::after {
    top: 50%;
  }
}

/*------------------
  footer
------------------*/
footer {
  background: #141414;
  color: #fff;
}

.footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(100px, 13.037809648vw, 200px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(30px, 3.9113428944vw, 80px);
}
@media (max-width: 767px) {
  .footer__inner {
    gap: clamp(30px, 9.375vw, 50px);
    display: flex;
    flex-direction: column;
  }
}
.footer__inner > .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer__inner > .left {
    align-items: center;
  }
}
.footer__inner > .right {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__inner > .right {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 30%;
    margin: 0 auto;
  }
}
.footer__nav + .footer__nav {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .footer__nav + .footer__nav {
    margin-top: 20px;
  }
}
.footer__nav ul {
  display: flex;
  gap: clamp(10px, 1.3037809648vw, 20px);
}
@media (max-width: 767px) {
  .footer__nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.footer__nav ul li a span {
  font-size: clamp(10px, 1.3037809648vw, 16px);
  font-family: "Gotham", sans-serif;
  position: relative;
}
@media (max-width: 767px) {
  .footer__nav ul li a span {
    font-size: 14px;
  }
}
.footer__nav ul li a span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav ul li a:hover {
    opacity: 0.8;
  }
  .footer__nav ul li a:hover span::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.footer__nav2 ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer__nav2 ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__nav2 ul li a span {
  font-size: clamp(10px, 1.3037809648vw, 11px);
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .footer__nav2 ul li a span {
    font-size: 14px;
  }
}
.footer__sns {
  display: flex;
  width: 100%;
  gap: clamp(10px, 1.3037809648vw, 30px);
  align-items: center;
}
@media (max-width: 767px) {
  .footer__sns {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__sns p {
  font-family: "Gotham", sans-serif;
  font-size: clamp(10px, 1.3037809648vw, 16px);
}
@media (max-width: 767px) {
  .footer__sns p {
    font-size: 14px;
  }
}
.footer__sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.3037809648vw, 20px);
}
.footer__sns ul i:first-of-type {
  color: #888;
}
.footer__sns ul a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__sns ul a:hover {
    opacity: 0.5;
  }
}
.footer__copy {
  padding-bottom: 50px;
  font-size: 10px;
  text-align: center;
}

/* =================================================== *

  top

* =================================================== */
/*------------------
  loading
------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.loading__logo {
  width: 200px;
  opacity: 0;
  transform: scale(0.9);
  animation: logoFadeInScale 2.5s ease forwards;
}
@media (max-width: 767px) {
  .loading__logo {
    width: 100px;
  }
}
.loading__logo img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes logoFadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
/*------------------
  kv
------------------*/
.top-kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .top-kv {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.top-kv__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-kv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-kv__copy {
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: 30;
  color: #333;
  text-align: left;
  width: auto;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .top-kv__copy {
    top: 15%;
    left: 6%;
  }
}
.top-kv__copy .main-copy {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .top-kv__copy .main-copy {
    font-size: 5vw;
    margin-left: 15px;
  }
}
.top-kv__copy .sub-copy {
  font-size: 14px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 5px;
}
.top-kv__copy .sub-copy::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: currentColor;
}
@media (max-width: 767px) {
  .top-kv__copy .sub-copy {
    font-size: 3vw;
  }
}
.top-kv__scroll {
  position: absolute;
  left: 40px;
  bottom: 5%;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media (max-width: 992px) {
  .top-kv__scroll {
    display: none;
  }
}
.top-kv__scroll span {
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  transform: rotate(90deg);
  margin-bottom: 25px;
  display: block;
}
.top-kv__scroll::after {
  content: "";
  width: 1px;
  height: 80px;
  background: #fff;
  animation: scroll-line-stretch 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  transform-origin: top;
}

@keyframes scroll-line-stretch {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/*------------------
  concept
------------------*/
.top-concept {
  overflow: hidden;
}
.top-concept__flex {
  display: flex;
  align-items: center;
  gap: clamp(30px, 3.9113428944vw, 60px);
}
@media (max-width: 767px) {
  .top-concept__flex {
    padding-top: 0;
    flex-direction: column;
  }
}
.top-concept__flex > .left {
  flex-basis: 100%;
}
.top-concept__flex > .right {
  flex-grow: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .top-concept__flex > .right {
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 992px) {
  .top-concept__flex > .right img {
    aspect-ratio: 7/8;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .top-concept__flex > .right img {
    aspect-ratio: auto;
  }
}
.top-concept__txt p {
  line-height: 2.4;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 992px) {
  .top-concept__txt p {
    line-height: 2;
  }
}
@media (max-width: 992px) {
  .top-concept__ttl {
    margin-bottom: 20px;
  }
}

/*------------------
  service
------------------*/
.top-service {
  background: #000;
  color: #fff;
}
.top-service__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(60px, 7.8226857888vw, 100px);
}
@media (max-width: 767px) {
  .top-service__list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    border-top: solid 1px #fff;
  }
}
.top-service__list ul li a {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
  padding: 40px 0;
  gap: 30px;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .top-service__list ul li a {
    padding: 20px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-service__list ul li a:hover .p-arrow {
    transform: translateX(5px);
  }
}
.top-service__list ul li:nth-child(1) a, .top-service__list ul li:nth-child(2) a {
  border-top: solid 1px #fff;
}
@media (max-width: 767px) {
  .top-service__list ul li:nth-child(1) a, .top-service__list ul li:nth-child(2) a {
    border-top: none;
  }
}
.top-service__num {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
}
@media (max-width: 767px) {
  .top-service__num {
    font-size: 16px;
  }
}
.top-service__arrow {
  margin-left: auto;
}
.top-service__arrow .p-arrow {
  transition: 0.3s;
}

/*------------------
  our
------------------*/
.top-our__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(10px, 1.3037809648vw, 30px);
}
@media (max-width: 992px) {
  .top-our__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.top-our__inner > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
@media (max-width: 992px) {
  .top-our__inner > div {
    grid-template-rows: auto auto auto;
  }
}
.top-our__img {
  margin-bottom: 2em;
  align-self: start;
}
.top-our__img img {
  aspect-ratio: 5/3;
  object-fit: cover;
  width: 100%;
}
.top-our__body {
  padding: 0 clamp(10px, 1.3037809648vw, 20px);
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .top-our__body {
    padding: 0;
    margin-bottom: 0x;
  }
}
.top-our__body__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  min-height: 2em;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .top-our__body__ttl {
    min-height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.top-our__txt {
  border-top: solid 1px #000;
  padding-top: 2em;
}
@media (max-width: 992px) {
  .top-our__txt {
    padding-top: 1em;
  }
}
.top-our__txt p {
  line-height: 1.6;
}
@media (max-width: 992px) {
  .top-our__txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-our__txt p {
    text-align: left;
  }
}

/*------------------
  works
------------------*/
.top-works {
  background: #000;
  color: #fff;
}
.top-works__archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 0;
}
@media (max-width: 992px) {
  .top-works__archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .top-works__archive {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
}
.top-works__archive > div a {
  display: block;
  color: #fff;
}
.top-works__archive__img {
  margin-bottom: 20px;
}
.top-works__archive__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.top-works__archive__cat {
  text-align: center;
}
.top-works__link {
  text-align: center;
}

/*------------------
  news
------------------*/
.top-news__header {
  display: flex;
  align-items: center;
  gap: 30px;
}
.top-news__header > .right {
  margin-left: auto;
}
.top-news__archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .top-news__archive {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-news__archive > div a {
  display: flex;
  background: #000;
  color: #fff;
  padding: 20px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  gap: 30px;
}
@media (max-width: 992px) {
  .top-news__archive > div a {
    flex-direction: column;
    gap: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-news__archive > div a:hover {
    background: #eee;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgb(221, 221, 221);
    color: #000;
  }
}
.top-news__archive > div a > .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (max-width: 992px) {
  .top-news__archive > div a > .left {
    padding: 0;
  }
}
.top-news__archive > div a > .right {
  flex-basis: 50%;
  flex-shrink: 0;
  margin-left: auto;
}
.top-news__archive__img {
  height: 100%;
}
.top-news__archive__img img {
  height: 100%;
  object-fit: cover;
}
.top-news__archive__date {
  margin-bottom: 10px;
}
.top-news__archive__ttl {
  font-family: "Noto Serif JP", serif;
}
.top-news__archive__arrow {
  margin-top: auto;
}

/* =================================================== *

  about

* =================================================== */
/*------------------
  header
------------------*/
.about-header {
  background: url("../img/page/about/header.jpg") no-repeat center center/cover;
  aspect-ratio: 2/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .about-header {
    aspect-ratio: 16/9;
    padding: 20% 0 10%;
  }
}
.about-header__ttl {
  color: #fff;
}

/*------------------
  greeting
------------------*/
.about-greeting__img {
  width: 30%;
  max-width: 200px;
  margin: 0 auto;
}
.about-greeting__txt p {
  line-height: 2.4;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .about-greeting__txt p {
    text-align: left;
  }
}

/*------------------
  slider
------------------*/
.about-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.about-swiper .swiper-slide {
  width: 500px;
  height: auto;
}
@media (max-width: 992px) {
  .about-swiper .swiper-slide {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .about-swiper .swiper-slide {
    width: 200px;
  }
}
.about-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

/*------------------
  .about-member
------------------*/
.about-member {
  background: #141414;
  color: #fff;
}
.about-member__list {
  display: flex;
  align-items: center;
  gap: clamp(30px, 3.9113428944vw, 100px);
}
.about-member__list + .about-member__list {
  margin-top: clamp(40px, 5.2151238592vw, 60px);
}
@media (max-width: 992px) {
  .about-member__list + .about-member__list {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .about-member__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-member__list > .left {
  flex-basis: 60%;
  max-width: 600px;
  flex-shrink: 1;
  top: 20px;
}
@media (max-width: 992px) {
  .about-member__list > .left {
    width: 80%;
    margin: 0 auto;
  }
}
.about-member__list > .right {
  flex-basis: 70%;
}
@media (max-width: 992px) {
  .about-member__list > .right {
    width: 100%;
  }
}
.about-member__job {
  font-size: clamp(18px, 1.814516129vw, 20px);
  font-family: "Noto Serif JP", serif;
  margin-bottom: clamp(15px, 1.9556714472vw, 30px);
}
@media (max-width: 992px) {
  .about-member__job {
    font-size: clamp(18px, 2.3468057366vw, 20px);
  }
}
.about-member__name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(15px, 1.5120967742vw, 30px);
}
@media (max-width: 767px) {
  .about-member__name {
    display: block;
  }
}
.about-member__name span {
  display: block;
}
.about-member__name span.en {
  font-size: clamp(24px, 2.4193548387vw, 35px);
  font-family: "Gotham", sans-serif;
}
@media (max-width: 992px) {
  .about-member__name span.en {
    font-size: clamp(30px, 3.9113428944vw, 36px);
  }
}
.about-member__name span.ja {
  font-size: clamp(12px, 1.2096774194vw, 21px);
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 992px) {
  .about-member__name span.ja {
    font-size: clamp(14px, 1.8252933507vw, 20px);
  }
}
.about-member__txt p {
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}

/*------------------
  service
------------------*/
.about-company {
  background: #555;
  color: #fff;
}
.about-company__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(60px, 7.8226857888vw, 100px);
}
@media (max-width: 992px) {
  .about-company__list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    border-top: solid 1px #fff;
  }
}
.about-company__list ul li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
  padding: 40px 0;
  gap: 30px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 992px) {
  .about-company__list ul li {
    border-top: none;
    padding: 20px 0;
  }
}
.about-company__list ul li:nth-child(1), .about-company__list ul li:nth-child(2) {
  border-top: solid 1px #fff;
}
@media (max-width: 992px) {
  .about-company__list ul li:nth-child(1), .about-company__list ul li:nth-child(2) {
    border-top: none;
  }
}
.about-company__list ul li dl {
  display: grid;
  align-items: center;
  grid-template-columns: 8em auto;
}
@media (max-width: 767px) {
  .about-company__list ul li dl {
    display: grid;
  }
}
.about-company__list ul li dl dt {
  font-weight: 400;
}
@media (max-width: 767px) {
  .about-company__list ul li dl dt {
    margin-bottom: 0;
  }
}
.about-company__list ul li dl dd {
  line-height: 1.8;
}

/* =================================================== *

  policy

* =================================================== */
/*------------------
  list
------------------*/
.policy-list dl dt {
  font-size: 23px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .policy-list dl dt {
    font-size: 18px;
  }
}
.policy-list dl dd {
  margin-bottom: 3em;
}

/* =================================================== *

  post

* =================================================== */
/*------------------
  aside
------------------*/
.post-aside__ttl {
  font-family: "Gotham", sans-serif;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.post-aside__list ul li a {
  display: block;
  padding: 10px 0;
  font-family: "Gotham", sans-serif;
  transition: 0.3s;
  font-size: 12px;
  color: #aaa;
}
@media (hover: hover) and (pointer: fine) {
  .post-aside__list ul li a:hover {
    font-weight: 700;
    color: #000;
  }
}
.post-aside__list ul li.current a {
  font-weight: 700;
  color: #000;
}
.post-aside__select select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  padding: 10px;
  font-size: 12px;
}
.post-aside__taglist ul {
  gap: 10px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .post-aside__taglist ul {
    margin-top: 0;
  }
}
.post-aside__taglist ul li a {
  border: solid 1px #aaa;
  font-size: 11px;
  padding: 5px 10px;
  display: block;
  color: #aaa;
}
@media (max-width: 767px) {
  .post-aside__taglist ul li a {
    font-size: 11px;
    padding: 3px 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-aside__taglist ul li a:hover {
    border: solid 1px #444;
    color: #000;
  }
}
.post-aside__taglist ul li.current a {
  border: solid 1px #444;
  color: #000;
}

/*------------------
  post archive
------------------*/
.post-archive > div > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-archive > div > a:hover {
    color: #888;
  }
  .post-archive > div > a:hover .post-archive__img img {
    transform: scale(1.05);
  }
}
.post-archive__img {
  overflow: hidden;
  position: relative;
}
.post-archive__img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: 0.3s;
}
.post-archive__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post-archive__ttl {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
.post-archive__info {
  display: flex;
  align-items: center;
  gap: 15px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .post-archive__info {
    gap: 5px;
  }
}
.post-archive__cat {
  padding: 5px 10px;
  font-size: 12px;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .post-archive__cat {
    font-size: 11px;
    padding: 3px 5px;
  }
}
.post-archive__day {
  font-size: 12px;
  margin-top: auto;
  color: #888;
  font-family: "Gotham", sans-serif;
}

/*------------------
  news archive
------------------*/
.news-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6075619296vw, 40px);
}
@media (max-width: 767px) {
  .news-archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-archive > div a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgb(221, 221, 221);
  }
  .news-archive > div a:hover .post-archive__img img {
    transform: scale(1);
  }
}
.news-archive .post-archive__cat {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100vh;
  font-size: 10px;
}
@media (max-width: 767px) {
  .news-archive .post-archive__cat {
    top: 5px;
    left: 5px;
  }
}

/*------------------
  works archive
------------------*/
.works-archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6075619296vw, 40px);
}
@media (max-width: 992px) {
  .works-archive {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.works-archive > div:first-child {
  grid-column: span 2;
}
@media (max-width: 992px) {
  .works-archive > div:first-child {
    grid-column: span 1;
  }
}
.works-archive .post-archive__info {
  justify-content: space-between;
}
.works-archive .post-archive__body {
  padding: 20px 0 0;
}

/*------------------
  single
------------------*/
.post-single__img {
  max-width: 80%;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .post-single__img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.post-single__movie {
  margin: 0 auto 50px;
}
.post-single__movie a {
  position: relative;
  display: block;
  overflow: hidden;
}
.post-single__movie a::after {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  z-index: 2;
}
.post-single__movie a:hover::after {
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}
.post-single__movie a:hover img {
  filter: brightness(0.8);
}
.post-single__movie img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.post-single__info {
  display: flex;
  gap: 20px;
}
.post-single__label {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2.0860495437vw, 20px);
  font-weight: 700;
}
@media (max-width: 992px) {
  .post-single__label {
    font-size: 12px;
  }
}
.post-single__data {
  font-family: "Gotham", "Noto Sans JP", メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, icomoon, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .post-single__data a:hover {
    text-decoration: underline;
  }
}
.post-single__data dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
}
.post-single__data dl dt {
  color: #888;
  font-weight: 400;
}
.post-single__data dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-single__cat {
  margin-bottom: 20px;
}
.post-single__cat span a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-single__cat span a:hover {
    background: #444;
  }
}
.post-single__tag ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-single__tag ul li a {
  border: solid 1px #777;
  font-size: 12px;
  padding: 5px 10px;
  color: #777;
  display: block;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-single__tag ul li a:hover {
    background: #eee;
  }
}
.post-single__ttl {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post-single__ttl {
    font-size: 18px;
  }
}
.post-single__contents {
  border-bottom: solid 1px #888;
  font-family: "Gotham", "Noto Sans JP", メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, icomoon, sans-serif;
  padding-top: 30px;
}
.post-single__contents section + section {
  margin-top: clamp(70px, 9.1264667536vw, 150px);
}
.post-single__contents a {
  color: #dc3545;
  text-decoration: underline;
}
.post-single__contents p {
  margin-bottom: 1em;
}
.post-single__contents h1 {
  font-size: 200%;
  border-bottom: solid 2px #888;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
.post-single__contents h2 {
  font-size: 200%;
  margin-bottom: 1em;
}
.post-single__contents h3 {
  font-size: 180%;
  line-height: 1.2;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .post-single__contents h3 {
    padding-left: 1em;
  }
}
.post-single__contents h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1em;
  background: #888;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .post-single__contents h3::before {
    width: 6px;
    height: 1em;
  }
}
.post-single__contents h4 {
  font-size: 150%;
  color: #C99509;
  margin-bottom: 1em;
}
.post-single__contents h5,
.post-single__contents h6 {
  margin-bottom: 1em;
}
.post-single__contents ol,
.post-single__contents ul {
  padding: 40px;
  background-color: #eee;
  line-height: 1.6;
  list-style-position: inside;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .post-single__contents ol,
  .post-single__contents ul {
    padding: 28px 20px;
  }
}
.post-single__contents ol li + li,
.post-single__contents ul li + li {
  margin-top: 0.5rem;
}
.post-single__contents ol {
  list-style-type: decimal;
}
.post-single__contents ol li {
  text-indent: -1em;
  padding-left: 1.2em;
}
.post-single__contents ul {
  list-style-type: disc;
}
.post-single__contents ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.post-single__contents figcaption {
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: unset;
}
.post-single__connect__ttl {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  font-size: 18px;
}
.post-single__connect__archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.3037809648vw, 30px);
}
.post-single__connect__archive > div a {
  border: solid 1px #888;
}
@media (max-width: 992px) {
  .post-single__connect .post-archive__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

/*------------------
  works single
------------------*/
.works-single__member__ttl {
  font-family: "Gotham", sans-serif;
  margin-bottom: 30px;
}
.works-single__member a {
  color: #dc3545;
  text-decoration: underline;
}
.works-single__member ul {
  margin-left: 1em;
}
.works-single__member ul li {
  list-style: disc;
  font-family: "Noto Serif JP", serif;
}
.works-single__member ul li + li {
  margin-top: 0.5em;
}

/*------------------
  pagination
------------------*/
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .pagination .nav-links {
    gap: 4px;
  }
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  font-size: 15px;
  transition: all 0.3s ease;
  color: #333;
}
@media (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.pagination .nav-links .page-numbers:hover:not(.dots):not(.current) {
  text-decoration: underline;
}
.pagination .nav-links .page-numbers.current {
  color: #000;
  text-decoration: underline;
}
.pagination .nav-links .page-numbers.dots {
  border: none;
}

/*------------------
  pager
------------------*/
.post-navigation__links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .post-navigation__links {
    flex-direction: column;
  }
}
.post-navigation__item {
  width: 50%;
}
@media (max-width: 767px) {
  .post-navigation__item {
    width: 100%;
  }
}
.post-navigation__item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  padding: 15px;
  background: #eee;
  transition: 0.3s;
  height: 100%;
}
.post-navigation__item a:hover {
  background: #e5e5e5;
}
.post-navigation__item--next {
  text-align: right;
  align-items: flex-end;
  margin-left: auto;
}
.post-navigation__label {
  color: #888;
  font-size: 0.8em;
  margin-bottom: 5px;
}
.post-navigation__title {
  font-size: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*------------------
  wp block
------------------*/
/* YouTubeブロックを強制的にレスポンシブ＆横幅100%にする */
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9の比率を維持 */
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block-library-spacer__resize-container {
  background: #333;
  position: relative;
}

.block-library-spacer__resize-container:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "スペーサー";
  color: #ccc;
}

.block-library-spacer__resize-container.is-selected {
  background: #555;
}

/* =================================================== *

  contact

* =================================================== */
/*------------------
  split
------------------*/
.contact-split {
  padding-top: clamp(50px, 6.518904824vw, 100px);
}
@media (max-width: 1360px) {
  .contact-split {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 992px) {
  .contact-split {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .contact-split {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .contact-split > .left {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.contact-split > .right {
  background: #fff;
  padding: 0 clamp(20px, 2.6075619296vw, 60px);
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 992px) {
  .contact-split.page-split > .left {
    position: relative;
    top: 0;
  }
}

/*------------------
  aside
------------------*/
.contact-aside__txt p {
  font-size: clamp(10px, 1.0080645161vw, 12px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .contact-aside__txt p {
    font-size: 12px;
  }
}
.contact-aside__tel {
  font-family: "Noto Serif JP", serif;
  margin: 30px 0;
}
.contact-aside__tel span {
  display: block;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.2177419355vw, 32px);
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .contact-aside__tel span {
    font-size: 30px;
    justify-content: center;
  }
}

/*------------------
  body
------------------*/
.contact-body {
  padding: 40px 0;
}
.contact-body dl dt {
  padding-bottom: 1em;
  padding-top: 2em;
}
.contact-body dl dt:first-child {
  padding-top: 0;
}
.contact-body dl dd {
  padding-bottom: 2em;
  border-bottom: solid 1px #e5e5e5;
}

/*------------------
  policy
------------------*/
.contact-policy {
  background: #efefef;
  padding: clamp(30px, 3.9113428944vw, 60px) 20px clamp(30px, 3.9113428944vw, 50px);
  text-align: center;
}
.contact-policy p + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .contact-policy {
    padding: 20px 10px;
  }
}
.contact-policy a {
  color: #888;
  text-decoration: underline;
}
.contact-policy input[type=checkbox] {
  display: none;
}
.contact-policy input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 2.2em;
  cursor: pointer;
  text-align: left;
  line-height: 1.5;
}
.contact-policy input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4em;
  height: 1.4em;
  border: 2px solid #777;
  background: #fff;
  box-sizing: border-box;
}
.contact-policy input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 0.7em;
  height: 0.7em;
  background: #777;
  transition: transform 0.2s;
}
.contact-policy input[type=checkbox]:checked + span:after {
  transform: translateY(-50%) scale(1);
}
.contact-policy .mwform-checkbox-field {
  display: inline-block;
  margin-top: 15px;
}

/*------------------
  btn
------------------*/
.contact-btn {
  padding-top: 30px;
  text-align: center;
}

/*------------------
  contact
------------------*/
.contact .hissu {
  color: #dc3545;
  font-size: 10px;
  margin-left: 0.5em;
}
.contact__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.contact__flex label {
  font-size: 12px;
}
.contact__add {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .contact__add #zip {
    width: 30%;
  }
}
.contact .small {
  font-size: 12px;
}
.contact .error {
  display: block;
  width: 100%;
  margin: 10px 0;
}

/*------------------
  設定
------------------*/
input,
textarea {
  box-sizing: content-box;
  padding: 15px 10px;
  background: #efefef;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: calc(100% - 20px);
}
input[type=text]:nth-child(n+2),
input[type=email]:nth-child(n+2),
input[type=tel]:nth-child(n+2),
textarea:nth-child(n+2) {
  margin-top: 15px;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #777;
  font-size: 14px;
}

select {
  width: auto;
  box-sizing: content-box;
  border: solid 1px #777;
  text-align: left;
  padding: 10px 20px 10px 10px;
  margin-left: auto;
  cursor: pointer;
  font-size: 16px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(119, 119, 119, 0.8);
  background: #fff;
  box-sizing: border-box;
}
input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 12px;
  height: 12px;
  background: #777;
  transition: transform 0.2s;
}
input[type=checkbox]:checked + span:before {
  border-color: #777;
}
input[type=checkbox]:checked + span:after {
  transform: translateY(-50%) scale(1);
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
input[type=radio] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #777;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
input[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  background: #777;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
input[type=radio]:checked + span:after {
  transform: translateY(-50%) scale(1);
}

/*------------------
  mw wp form
------------------*/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

#autozip {
  display: none !important;
}

.mw_wp_form_input .preview-txt {
  display: none;
}
.mw_wp_form_input .input-txt {
  display: block;
}

.mw_wp_form_preview .preview-txt {
  display: block;
}
.mw_wp_form_preview .input-txt {
  display: none;
}

/*------------------
  thanks
------------------*/
.contact-thanks__ttl {
  text-align: center;
  font-size: clamp(20px, 2.6075619296vw, 30px);
}
.contact-thanks__subttl {
  text-align: center;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  line-height: 2;
}
.contact-thanks__txt {
  display: flex;
  justify-content: center;
}
.contact-thanks__link {
  text-align: center;
}
.contact-thanks .mw_wp_form {
  display: none;
}