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

  base

* =================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
* {
  touch-action: manipulation;
}

html {
  scrollbar-gutter: stable;
}

body {
  color: #000;
  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: 17px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background: #fff;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
body.is-noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
body.bg-gray {
  background: #E6E7E5;
}

main {
  overflow: hidden;
}

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

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

p {
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  p {
    line-height: 1.8;
  }
}
p + p {
  margin-top: 1.5em;
}

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

.font-en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  transform: scaleX(0.95);
  display: inline-block;
}

/*------------------
  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: 1100px;
  width: 90%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-container {
    width: calc(100% - 40px);
  }
}

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

.inner870 {
  max-width: 870px;
  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;
}

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

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

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

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

/*------------------
  button
------------------*/
.p-btn1 {
  display: inline-flex;
  justify-content: space-between;
  gap: 4em;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 15px 1em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn1:hover {
    opacity: 0.8;
  }
  .p-btn1:hover img {
    transform: translateX(5px);
  }
}
.p-btn1 img {
  transition: 0.3s;
  width: 26px;
}
.p-btn1.wh {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.p-btn1.wh img {
  filter: brightness(0);
  transition: filter 0.3s;
}
.p-btn1.icon2 {
  gap: 10px;
}
.p-btn1.icon2 img:first-child {
  margin-right: 0;
}
.p-btn1.icon2 img:last-child {
  margin-left: 1em;
}

/*------------------
  heading
------------------*/
.p-hn1 {
  font-size: clamp(20px, 2.6075619296vw, 30px);
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-hn1 {
    margin: 0 20px 50px;
  }
}

/*------------------
  page header
------------------*/
.page-header1__ttl {
  font-size: clamp(30px, 3.9113428944vw, 40px);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  border-bottom: solid 5px #e6e6e6;
  display: flex;
  align-items: flex-end;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .page-header1__ttl {
    font-size: clamp(20px, 6.25vw, 30px);
  }
}
.page-header1__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-header1__inner {
    flex-direction: column-reverse;
  }
}
.page-header1__inner > .left {
  flex: 0 0 50%;
}
.page-header1__inner > .right {
  flex: 0 0 calc(50% + 130px);
  margin-right: calc(130px * -1);
  margin-left: auto;
}
@media (max-width: 1360px) {
  .page-header1__inner > .right {
    flex: 0 0 calc(50% + 12.5%);
    margin-right: calc(12.5% * -1);
  }
}
@media (max-width: 992px) {
  .page-header1__inner > .right {
    flex: 0 0 calc(50% + 5.5555555556%);
    margin-right: calc(5.5555555556% * -1);
  }
}
@media (max-width: 767px) {
  .page-header1__inner > .right {
    flex: 0 0 auto;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-header1__inner > .right img {
    aspect-ratio: 2/1;
    object-fit: cover;
  }
}
.page-header2__ttl {
  text-align: center;
  font-size: clamp(24px, 3.1290743155vw, 32px);
  letter-spacing: 0.2em;
}
.page-header2__ttl span {
  margin-bottom: clamp(15px, 1.9556714472vw, 30px);
  font-size: clamp(15px, 1.9556714472vw, 18px);
  display: block;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.page-header2__ttl span::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: #000;
  margin: 10px auto 0;
}

/*------------------
  bread
// ------------------*/
.page-bread {
  padding-top: clamp(100px, 13.037809648vw, 150px);
}
@media (max-width: 767px) {
  .page-bread {
    padding-top: 80px;
  }
}
.page-bread .aioseo-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-bread .aioseo-breadcrumbs .aioseo-breadcrumb {
  font-size: 14px;
  color: #000;
}
.page-bread .aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #888;
  text-decoration: none;
}
.page-bread .aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
  text-decoration: underline;
}
.page-bread .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  font-size: 14px;
  color: #999;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: clamp(13px, 1.6949152542vw, 14px);
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  color: #777;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: #ccc;
  font-size: 12px;
}
.breadcrumb__item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb__item a:hover {
    color: #000;
    text-decoration: underline;
  }
}
.breadcrumb__item[aria-current=page] {
  color: #333;
  pointer-events: none;
}

/*------------------
  Coming Soon
// ------------------*/
.coming-soon p {
  text-align: center;
  font-size: 40px;
}
@media (max-width: 767px) {
  .coming-soon p {
    font-size: 7vw;
  }
}
.coming-soon__link {
  text-align: center;
}

/*------------------
  aos
// ------------------*/
[data-aos=fade] {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate(0) !important;
}
[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: #000;
}
.site-header .logo img,
.site-header .header-sub-nav img {
  filter: brightness(0);
  transition: filter 0.3s;
}
.site-header .menu-trigger span {
  background-color: #000;
}
.header-wh .site-header:not(.is-scrolled) {
  color: #fff;
}
.header-wh .site-header:not(.is-scrolled) .logo img,
.header-wh .site-header:not(.is-scrolled) .header-sub-nav img {
  filter: none;
}
.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;
}
.header-wh .site-header:not(.is-scrolled) .logo-default {
  display: block;
}
.header-wh .site-header:not(.is-scrolled) .logo-scrolled {
  display: none;
}
.site-header.is-scrolled {
  color: #000;
  background: #fff;
}
.site-header.is-scrolled .logo-default {
  display: none;
}
.site-header.is-scrolled .logo-scrolled {
  display: block;
}
@media (max-width: 767px) {
  .site-header.is-open .logo img {
    filter: none !important;
  }
}

.logo-default {
  display: none;
}

.logo-scrolled {
  display: block;
}

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

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

/* -----------------------
header-sub-nav (右上メニュー)
----------------------- */
@media (max-width: 992px) {
  .header-sub-nav {
    display: none;
  }
}
.header-sub-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6075619296vw, 35px);
}
.header-sub-nav ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: inherit;
}
.header-sub-nav ul li a img {
  height: auto;
  transition: transform 0.3s, filter 0.3s;
  width: 1.8em;
}
.header-sub-nav ul li a span {
  letter-spacing: 0.15em;
  position: relative;
  font-size: clamp(12px, 1.5645371578vw, 16px);
}
.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;
  }
}
.header-sub-nav ul li:nth-child(3) a img {
  width: 22px;
}

/* -----------------------
  ハンバーガーボタン
----------------------- */
.menu-trigger {
  width: 27px;
  height: 20px;
  position: relative;
  z-index: 1200;
  cursor: pointer;
}
.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: #fff !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: 100dvh;
  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: 30%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 80px 40px 60px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 992px) {
  .main-nav .nav-inner {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main-nav .nav-inner {
    width: 100%;
    padding: 100px 40px 120px;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
}
.main-nav .nav-list li a {
  color: #fff;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .main-nav .nav-list li a:hover {
    opacity: 0.6;
  }
}
.main-nav .nav-list1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .main-nav .nav-list1 {
    display: block;
  }
}
.main-nav .nav-list1 li a {
  font-size: 18px;
}
.main-nav .nav-list1 li a::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .main-nav .nav-list1 li a::before {
    display: none;
  }
}
.main-nav .nav-list1 li a img {
  width: 1em;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .main-nav .nav-list1 li {
    width: 100%;
    border-bottom: 1px solid #fff;
    display: block;
  }
  .main-nav .nav-list1 li a {
    width: 100%;
    justify-content: center;
    padding: 1.5em 0;
    font-size: 16px;
    line-height: 1;
  }
}
.main-nav .nav-list2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .main-nav .nav-list2 {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .main-nav .nav-list2 {
    flex-direction: column;
  }
}
.main-nav .nav-list2 li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-nav .nav-list2 li:not(:last-child) {
    margin-bottom: 0;
  }
}
.main-nav .nav-list2 li a {
  font-size: 18px;
  gap: 15px;
}
@media (max-width: 767px) {
  .main-nav .nav-list2 li a {
    font-size: 16px;
  }
}
.main-nav .nav-list2 li:nth-child(1) img {
  width: 30px;
}
.main-nav .nav-list2 li:nth-child(2) img {
  width: 26px;
}
.main-nav .nav-list3 {
  margin-bottom: 20px;
}
.main-nav .nav-list3 li a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .main-nav .nav-list3 li a {
    justify-content: center;
  }
}
.main-nav .nav-list4 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .main-nav .nav-list4 {
    justify-content: center;
    gap: 30px;
  }
}
.main-nav .nav-list4 li {
  display: flex;
  align-items: center;
}
.main-nav .nav-list4 li:nth-child(1) img {
  width: 20px;
}
@media (max-width: 767px) {
  .main-nav .nav-list4 li:nth-child(1) img {
    width: 2em;
  }
}
.main-nav .nav-list4 li:nth-child(2) img {
  width: 18px;
}
@media (max-width: 767px) {
  .main-nav .nav-list4 li:nth-child(2) img {
    width: 1.8em;
  }
}
.main-nav .nav-list4 li:nth-child(3) img {
  width: 19px;
}
@media (max-width: 767px) {
  .main-nav .nav-list4 li:nth-child(3) img {
    width: 2.2em;
  }
}
.main-nav .nav-list4 li:nth-child(4) img {
  width: 24px;
}
@media (max-width: 767px) {
  .main-nav .nav-list4 li:nth-child(4) img {
    width: 2.2em;
  }
}

#top-event {
  scroll-margin-top: 120px;
}
@media (max-width: 767px) {
  #top-event {
    scroll-margin-top: 80px;
  }
}

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

  footer

* =================================================== */
/*------------------
  footer
------------------*/
footer {
  background: #E6E7E5;
  padding: 0 20px;
}

.footer__logo {
  max-width: 400px;
  margin: 0 auto 30px;
}
.footer__catch {
  font-size: 17px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer__catch {
    font-size: clamp(12px, 3.75vw, 17px);
  }
}
.footer__sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer__sns ul li:nth-child(1) img {
  width: 30px;
}
@media (max-width: 767px) {
  .footer__sns ul li:nth-child(1) img {
    width: 2em;
  }
}
.footer__sns ul li:nth-child(2) img {
  width: 28px;
}
@media (max-width: 767px) {
  .footer__sns ul li:nth-child(2) img {
    width: 1.8em;
  }
}
.footer__sns ul li:nth-child(3) img {
  width: 38px;
}
@media (max-width: 767px) {
  .footer__sns ul li:nth-child(3) img {
    width: 2.2em;
  }
}
.footer__sns ul li img {
  filter: brightness(0);
  transition: filter 0.3s;
}
.footer__sns ul a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__sns ul a:hover {
    opacity: 0.5;
  }
}
.footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: solid 1px #000;
  margin-top: 50px;
  padding-top: 50px;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__inner {
    display: block;
    padding-top: 30px;
  }
}
.footer__inner > .left {
  flex-basis: 60%;
}
@media (max-width: 767px) {
  .footer__inner > .left {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px;
  }
}
.footer__inner > .right {
  flex-basis: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1290px) {
  .footer__inner > .right {
    flex-basis: 35%;
  }
}
@media (max-width: 992px) {
  .footer__inner > .right {
    flex-basis: 30%;
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__inner > .right {
    flex-basis: 35%;
    display: flex;
  }
}
.footer__ttl {
  font-size: 25px;
  margin-bottom: 30px;
}
.footer__ttl span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.footer__add {
  line-height: 2;
  margin-bottom: 30px;
}
.footer__add a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer__add {
    font-size: 12px;
  }
}
.footer__tel {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
}
@media (max-width: 767px) {
  .footer__tel {
    font-size: clamp(26px, 8.125vw, 35px);
  }
}
.footer__tel span {
  font-size: 23px;
}
@media (max-width: 767px) {
  .footer__tel span {
    font-size: clamp(18px, 5.625vw, 23px);
  }
}
.footer__time {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__time {
    font-size: 12px;
  }
}
.footer__area {
  line-height: 2;
  font-size: clamp(12px, 1.5645371578vw, 14px);
}
@media (max-width: 767px) {
  .footer__area {
    font-size: 12px;
  }
}
.footer__area small {
  font-size: 12px;
}
@media (max-width: 992px) {
  .footer__nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    margin-bottom: 0;
  }
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__nav ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .footer__nav ul li a {
    font-size: 12px;
  }
}
.footer__nav ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #000;
  margin-right: 15px;
}
.footer__nav ul li a img {
  filter: brightness(0);
  transition: filter 0.3s;
  width: 1em;
  margin-left: 8px;
}
.footer__nav2 {
  margin-bottom: 20px;
}
.footer__nav2 ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__nav2 ul li a {
  font-size: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__nav2 ul li a {
    font-size: 12px;
  }
}
.footer__nav2 ul li img {
  filter: brightness(0);
  transition: filter 0.3s;
}
.footer__nav2 ul li:nth-child(1) img {
  width: 30px;
}
.footer__nav2 ul li:nth-child(2) img {
  width: 26px;
}
.footer__nav3 ul a {
  font-size: 12px;
}
.footer__copy {
  padding-bottom: 50px;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copy {
    padding-bottom: 70px;
  }
}
.footer__fix {
  display: none;
}
@media (max-width: 767px) {
  .footer__fix {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
  }
}
.footer__fix > div {
  position: relative;
}
.footer__fix > div::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #000;
}
.footer__fix > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: clamp(10px, 3.125vw, 12px);
  height: 100%;
}
.footer__fix > div:first-child img {
  width: 1.2em;
}
.footer__fix > div:nth-child(2) img {
  width: 1.8em;
  filter: brightness(0);
  transition: filter 0.3s;
}
.footer__fix > div:nth-child(3)::after {
  background: none;
}
.footer__fix > div:nth-child(3) img {
  width: 1.6em;
  filter: brightness(0);
  transition: filter 0.3s;
}

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

  top

* =================================================== */
/*------------------
  bread
------------------*/
.top-bread {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1360px) {
  .top-bread {
    left: 2%;
  }
}
.top-bread span {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  margin-bottom: 10px;
  display: block;
}
.top-bread::after {
  content: "";
  width: 1px;
  height: 80px;
  background: #000;
}

/*------------------
  ttl
------------------*/
.top-ttl {
  border-bottom: solid 3px #fff;
  position: relative;
  max-width: 800px;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-ttl span {
  font-size: clamp(40px, 5.2151238592vw, 50px);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .top-ttl span {
    font-size: clamp(24px, 7.5vw, 40px);
  }
}
.top-ttl img {
  width: 30%;
  position: absolute;
}
@media (max-width: 767px) {
  .top-ttl img {
    width: 40%;
  }
}

/*------------------
  txt
------------------*/
.top-txt {
  font-size: clamp(14px, 1.8252933507vw, 22px);
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  margin-bottom: 20px;
}

/*------------------
  kv
------------------*/
.top-kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media (max-width: 767px) {
  .top-kv {
    height: calc(100vh - 40px);
  }
}
.top-kv .swiper {
  width: 100%;
  height: 100%;
}
.top-kv .swiper-slide {
  overflow: hidden;
}
.top-kv .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 7s linear;
}
.top-kv .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-kv .swiper-slide-active .slide-img {
  transform: scale(1.15);
}
.top-kv .swiper-pagination {
  bottom: 40px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  display: flex;
  gap: 12px;
  z-index: 20;
}
.top-kv .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  background: #fff;
  opacity: 0.4;
  border-radius: 0;
  margin: 0 !important;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top-kv .swiper-pagination .swiper-pagination-bullet {
    width: 3em;
  }
}
.top-kv .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.top-kv__copy {
  position: absolute;
  top: 40%;
  left: 16%;
  z-index: 30;
  color: #fff;
  text-align: left;
  width: auto;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .top-kv__copy {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.top-kv__copy .main-copy {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top-kv__copy .main-copy {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
.top-kv__copy .sub-copy {
  font-size: 13px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.top-kv__copy .sub-copy::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 767px) {
  .top-kv__copy .sub-copy {
    font-size: 3vw;
  }
}
.top-kv__banner a {
  position: absolute;
  right: 4%;
  bottom: 60px;
  z-index: 40;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 15px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  gap: 10px;
}
@media (max-width: 767px) {
  .top-kv__banner a {
    bottom: 80px;
    width: 25%;
    flex-direction: column;
    aspect-ratio: 1/1;
    padding: 10px;
  }
}
.top-kv__banner a:hover {
  background-color: #333;
}
.top-kv__banner a:hover .banner-icon {
  transform: translateX(5px);
}
.top-kv__banner a .banner-text {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media (max-width: 767px) {
  .top-kv__banner a .banner-text {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
.top-kv__banner a .banner-text .ja {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-kv__banner a .banner-text .ja {
    display: block;
    margin-bottom: 5px;
    font-size: 3.8vw;
  }
}
.top-kv__banner a .banner-text .en {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .top-kv__banner a .banner-text .en {
    display: block;
    font-size: 3vw;
  }
}
.top-kv__banner a .banner-icon {
  width: 35px;
  height: auto;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .top-kv__banner a .banner-icon {
    width: 40%;
    margin-top: auto;
    margin-left: auto;
  }
}
.top-kv__banner a .banner-icon img {
  width: 100%;
  height: auto;
}
.top-kv__scroll {
  position: absolute;
  left: 40px;
  top: 60%;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .top-kv__scroll {
    display: none;
  }
}
.top-kv__scroll span {
  font-family: "Roboto", 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;
  }
}
/*------------------
  greeting
------------------*/
.top-greeting {
  background: url("../img/page/front-page/greeting.jpg") no-repeat center center/cover;
  aspect-ratio: 2730/1530;
  display: flex;
}
@media (max-width: 767px) {
  .top-greeting {
    background: url("../img/page/front-page/greeting_sp.jpg") no-repeat center center/cover;
    aspect-ratio: 1500/2180;
  }
}
.top-greeting__inner {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .top-greeting__inner {
    justify-content: center;
  }
}
.top-greeting__txt {
  width: 30%;
}
@media (max-width: 767px) {
  .top-greeting__txt {
    width: 50%;
  }
}

/*------------------
  model house
------------------*/
.top-model {
  position: relative;
  overflow: hidden;
}
.top-model::after {
  position: absolute;
  content: "";
  background: #E6E7E5;
  width: 65%;
  height: 65%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .top-model::after {
    height: 100%;
  }
}
.top-model__inner {
  position: relative;
}
.top-model__img {
  position: relative;
  z-index: 1;
}
.top-model__img1 {
  top: 0;
  right: 0;
  width: 87.5%;
  margin-left: auto;
  margin-top: 0;
  margin-right: -12.5%;
}
@media (max-width: 1360px) {
  .top-model__img1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-model__img1 {
    margin-right: -6%;
    margin-top: 6%;
    width: 90%;
  }
}
.top-model__img1 img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .top-model__img1 img {
    aspect-ratio: 4/3;
  }
}
.top-model__img2 {
  width: 35%;
  margin-left: auto;
}
@media (max-width: 1360px) {
  .top-model__img2 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .top-model__img2 {
    width: 80%;
  }
}
.top-model__img3 {
  width: 25%;
  margin-left: 25%;
  margin-top: -5%;
}
@media (max-width: 1360px) {
  .top-model__img3 {
    width: 30%;
    margin-left: 15%;
  }
}
@media (max-width: 767px) {
  .top-model__img3 {
    margin-top: 10%;
    margin-left: 6%;
    width: 60%;
  }
}

/*------------------
  works
------------------*/
.top-works {
  background: #E6E7E5;
  margin-top: clamp(200px, 26.075619296vw, 300px);
}
@media (max-width: 767px) {
  .top-works {
    margin-top: 60%;
  }
}
.top-works__inner {
  position: relative;
}
.top-works__header {
  margin-top: -15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top-works__header {
    margin-top: -30%;
  }
}
.top-works__header__img {
  position: relative;
}
.top-works__header__img1 {
  width: 70%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-works__header__img1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .top-works__header__img1 img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
.top-works__header__img2 {
  width: 12%;
  z-index: 2;
  margin-left: auto;
  margin-top: -45%;
  margin-right: 40%;
}
@media (max-width: 767px) {
  .top-works__header__img2 {
    width: 30%;
    margin-right: 10%;
    margin-top: -85%;
  }
}
.top-works__header__img3 {
  width: 25%;
  margin-left: 15%;
  margin-top: -2%;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-works__header__img3 {
    width: 30%;
    margin-top: 30%;
    margin-left: 10%;
  }
}
.top-works__info {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-works__info {
    padding: 0 20px;
  }
}
.top-works__catch {
  margin-top: -5%;
  width: 10%;
  margin-left: auto;
  max-width: 120px;
}
@media (max-width: 992px) {
  .top-works__catch {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .top-works__catch {
    width: 20%;
    margin-top: -40%;
  }
}
.top-works__ttl {
  margin-bottom: 30px;
  margin-top: -10%;
}
@media (max-width: 767px) {
  .top-works__ttl {
    margin-top: 10%;
    margin-bottom: 20px;
  }
}
.top-works__txt {
  margin-bottom: 20px;
}
.top-works__link {
  text-align: center;
}

/*------------------
  gallery
------------------*/
.top-gallery {
  position: relative;
}
.top-gallery .top-bread {
  top: 0;
}
@media (max-width: 767px) {
  .top-gallery .top-bread {
    top: -10%;
  }
}
.top-gallery::after {
  position: absolute;
  content: "";
  background: #E6E7E5;
  width: 100%;
  height: 25%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .top-gallery::after {
    height: 12%;
  }
}
.top-gallery__inner {
  position: relative;
}
.top-gallery__flex {
  display: flex;
  flex-direction: column;
}
.top-gallery__img {
  position: relative;
  z-index: 1;
}
.top-gallery__img1 {
  width: 25%;
  margin-left: auto;
}
.top-gallery__img1 video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
}
@media (max-width: 767px) {
  .top-gallery__img1 {
    width: 40%;
    margin-right: 4%;
  }
}
.top-gallery__img2 {
  width: 40%;
  margin-top: -40%;
  margin-left: 15%;
}
@media (max-width: 767px) {
  .top-gallery__img2 {
    width: 40%;
    margin-left: 0;
    margin-top: -50%;
  }
}
.top-gallery__img3 {
  width: 30%;
  margin-left: 33%;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .top-gallery__img3 {
    width: 30%;
    margin-left: 20%;
    margin-top: -5%;
  }
}
.top-gallery__img4 {
  width: 25%;
  margin-left: 0;
  margin-top: -15%;
  z-index: 2;
}
.top-gallery__img4 video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
}
@media (max-width: 767px) {
  .top-gallery__img4 {
    margin-top: 10%;
    margin-left: 4%;
    width: 40%;
  }
}

/*------------------
  event
------------------*/
.top-event {
  background: #E6E7E5;
  position: relative;
  padding-top: 50px;
  padding-bottom: 10%;
}
@media (max-width: 767px) {
  .top-event {
    margin-top: 40%;
    padding-bottom: 30%;
  }
}
.top-event::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105%;
  top: -5%;
  left: 0;
  background: #E6E7E5;
}
@media (max-width: 767px) {
  .top-event::after {
    height: 100%;
    top: 0;
  }
}
.top-event__inner {
  position: relative;
  z-index: 1;
}
.top-event__header {
  margin-top: -15%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top-event__header {
    margin-top: -30%;
  }
}
.top-event__header__img {
  position: relative;
}
.top-event__header__img1 {
  width: 40%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-event__header__img1 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .top-event__header__img1 img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
.top-event__header__img2 {
  width: 12%;
  z-index: 2;
  margin-left: auto;
  margin-right: 35%;
  margin-top: -5%;
}
@media (max-width: 767px) {
  .top-event__header__img2 {
    width: 30%;
    margin-top: -7%;
    margin-right: auto;
    margin-left: 10%;
  }
}
.top-event__info {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-event__info {
    padding: 0 20px;
  }
}
.top-event__catch {
  margin-top: -20%;
  width: 4%;
  margin-left: auto;
  max-width: 120px;
}
@media (max-width: 767px) {
  .top-event__catch {
    width: 8%;
    margin-top: -40%;
    margin-right: 10%;
  }
}
.top-event__ttl {
  margin-top: -10%;
}
@media (max-width: 767px) {
  .top-event__ttl {
    width: 100%;
    margin-top: 0;
  }
}
.top-event__txt {
  margin-bottom: 20px;
}
.top-event__arichive {
  position: relative;
  z-index: 1;
}
.top-event__link {
  text-align: center;
}

/*------------------
  movie
------------------*/
.top-movie {
  position: relative;
  padding-top: 30px;
}
.top-movie__inner {
  position: relative;
  z-index: 1;
}
.top-movie__header {
  margin-top: -10%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top-movie__header {
    margin-top: -20%;
  }
}
.top-movie__header__img {
  position: relative;
}
.top-movie__header__img1 {
  width: 40%;
  margin-left: auto;
  margin-right: 2%;
}
@media (max-width: 1600px) {
  .top-movie__header__img1 {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .top-movie__header__img1 {
    width: 70%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top-movie__header__img1 img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
.top-movie__header__img2 {
  width: 12%;
  z-index: 2;
  margin-left: auto;
  margin-top: -10%;
  margin-right: -6%;
}
@media (max-width: 1600px) {
  .top-movie__header__img2 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top-movie__header__img2 {
    width: 30%;
    margin-top: -10%;
    margin-right: auto;
    margin-left: 15%;
  }
}
.top-movie__info {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-movie__info {
    padding: 0 20px;
  }
}
.top-movie__catch {
  margin-top: -18%;
  width: 10%;
  margin-right: 10%;
  margin-left: auto;
  max-width: 120px;
}
@media (max-width: 992px) {
  .top-movie__catch {
    margin-right: 15%;
  }
}
@media (max-width: 767px) {
  .top-movie__catch {
    width: 20%;
    margin-top: -60%;
    margin-right: 10%;
  }
}
.top-movie__ttl {
  margin-top: -18%;
}
@media (max-width: 767px) {
  .top-movie__ttl {
    margin-top: 10%;
  }
}
.top-movie .top-ttl {
  border-bottom: solid 3px #E6E7E5;
}
.top-movie__txt {
  margin-bottom: 30px;
}
.top-movie__arichive {
  margin-top: 80px;
}
.top-movie__link {
  text-align: center;
}

/*------------------
  concept
------------------*/
/*------------------
  staff
------------------*/
.top-staff__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-staff__inner {
    flex-direction: column-reverse;
  }
}
.top-staff__inner > .left {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-staff__inner > .left {
    width: 70%;
    margin-top: -20%;
  }
}
.top-staff__inner > .left img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.top-staff__inner > .right {
  flex-basis: 60%;
  margin-left: -10%;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .top-staff__inner > .right {
    margin-left: 0;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    width: 100%;
    margin-left: auto;
  }
}
.top-staff__inner > .right > a {
  padding: clamp(60px, 7.8226857888vw, 100px) clamp(20px, 2.6075619296vw, 60px) clamp(90px, 11.7340286832vw, 200px) clamp(90px, 11.7340286832vw, 150px);
  position: relative;
  display: flex;
  flex-direction: column;
  background: #E6E7E5;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-staff__inner > .right > a:hover {
    background: #C6E5F6;
  }
}
@media (max-width: 767px) {
  .top-staff__inner > .right > a {
    padding: clamp(40px, 12.5vw, 60px) 40px clamp(100px, 31.25vw, 150px);
  }
}
.top-staff__ttl {
  width: 100%;
}
.top-staff__ttl span {
  font-size: clamp(30px, 3.9113428944vw, 35px);
}
@media (max-width: 767px) {
  .top-staff__ttl span {
    font-size: clamp(18px, 5.625vw, 22px);
    letter-spacing: 0;
  }
}
.top-staff__ttl img {
  margin-top: -5%;
}
@media (max-width: 767px) {
  .top-staff__ttl img {
    width: 30%;
  }
}
.top-staff__link {
  display: flex;
  gap: 20px;
  font-size: 13px;
}
.top-staff__link img {
  width: 26px;
  filter: brightness(0);
  transition: filter 0.3s;
}

/*------------------
  info
------------------*/
.top-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .top-info {
    display: block;
  }
}
.top-info > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-info > div > a {
    aspect-ratio: 2/1;
  }
}
.top-info > div > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .top-info > div > a:hover::before {
    opacity: 1;
  }
}
.top-info > div:first-child > a {
  background: url("../img/page/front-page/company.jpg") no-repeat center center/cover;
}
.top-info > div:last-child > a {
  background: url("../img/page/front-page/recruit.jpg") no-repeat center center/cover;
}
.top-info > div:last-child .top-info__link img {
  width: 1.2em;
}
.top-info__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-info__en {
  font-size: 14px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-info__en {
    margin-bottom: 10px;
  }
}
.top-info__en::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 10px auto 0;
}
.top-info__ja {
  font-size: 25px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: clamp(30px, 3.9113428944vw, 70px);
}
@media (max-width: 767px) {
  .top-info__ja {
    font-size: 20px;
  }
}
.top-info__link {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.top-info__link img {
  width: 26px;
}

/*------------------
  kodawari
------------------*/
.top-kodawari {
  position: relative;
}
.top-kodawari__flex {
  display: flex;
  flex-direction: column;
}
.top-kodawari__img {
  position: relative;
  z-index: 1;
}
.top-kodawari__img1 {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-kodawari__img1 {
    width: 60%;
    order: 1;
  }
}
.top-kodawari__img2 {
  width: 20%;
  margin-top: -8%;
  margin-left: auto;
  margin-right: 40%;
}
@media (max-width: 767px) {
  .top-kodawari__img2 {
    width: 40%;
    margin-right: 40%;
    margin-top: -8%;
    order: 2;
  }
}
.top-kodawari__img3 {
  width: 30%;
  margin-top: -20%;
}
@media (max-width: 767px) {
  .top-kodawari__img3 {
    width: 40%;
    margin-top: 10%;
    margin-left: 4%;
    order: 3;
  }
}
.top-kodawari__img3 video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
}
.top-kodawari__img4 {
  width: 20%;
  margin-left: 18%;
  margin-top: 10%;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-kodawari__img4 {
    margin-top: -10%;
    margin-left: 10%;
    width: 40%;
    order: 6;
  }
}
.top-kodawari__img5 {
  width: 25%;
  margin-left: auto;
  margin-right: 10%;
  margin-top: -10%;
  overflow: hidden;
  aspect-ratio: 720/980;
}
@media (max-width: 767px) {
  .top-kodawari__img5 {
    width: 40%;
    margin-left: auto;
    margin-right: 4%;
    margin-top: 10%;
    order: 5;
  }
}
.top-kodawari__img5 video {
  width: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.top-kodawari__txt {
  margin-top: -25%;
  margin-right: 20%;
  margin-left: auto;
  line-height: 2.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.8252933507vw, 25px);
}
@media (max-width: 767px) {
  .top-kodawari__txt {
    margin-top: 10%;
    margin-left: 6%;
    margin-right: 6%;
    order: 4;
  }
}

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

  model house

* =================================================== */
/*------------------
  header
------------------*/
.modelhouse-header .page-header1__ttl span {
  width: 30%;
  max-width: 400px;
  margin-bottom: -3.5%;
}
@media (max-width: 767px) {
  .modelhouse-header .page-header1__ttl span {
    width: 40%;
    margin-bottom: -5%;
  }
}

/*------------------
  hero
------------------*/
.modelhouse-hero {
  position: relative;
}
.modelhouse-hero__sakura {
  position: absolute;
  right: 0;
  max-width: 600px;
}
.modelhouse-hero__box {
  margin-top: -15%;
  position: relative;
  z-index: 2;
  background: #404040;
  color: #fff;
  width: 38%;
  padding: 20px clamp(20px, 2.6075619296vw, 40px) clamp(30px, 3.9113428944vw, 60px) clamp(30px, 3.9113428944vw, 60px);
}
@media (max-width: 767px) {
  .modelhouse-hero__box {
    width: 70%;
    background: none;
    padding: 0;
    margin-left: 6%;
    color: #000;
  }
}
@media (max-width: 767px) {
  .modelhouse-hero__box__img {
    background: #404040;
    max-width: 100%;
  }
}
.modelhouse-hero__box__img img {
  margin-left: -30%;
  width: 80%;
}
@media (max-width: 767px) {
  .modelhouse-hero__box__img img {
    margin-left: -10%;
    margin-top: -10%;
    width: 60%;
  }
}
.modelhouse-hero__box__ttl span {
  display: block;
  font-size: clamp(24px, 3.1290743155vw, 35px);
  font-family: "Noto Serif JP", serif;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .modelhouse-hero__box__ttl span {
    font-size: clamp(16px, 5vw, 24px);
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modelhouse-hero__box__ttl {
    background: #404040;
    color: #fff;
    padding: 0 3em 1.5em 20px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.modelhouse-hero__box__txt {
  font-size: clamp(14px, 1.8252933507vw, 22px);
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  margin-bottom: 20px;
}
.modelhouse-hero__box__link a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .modelhouse-hero__box__link a {
    color: #000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .modelhouse-hero__box__link a:hover {
    color: #715e4e;
  }
}
.modelhouse-hero__box__link img {
  width: 10%;
}
@media (max-width: 767px) {
  .modelhouse-hero__box__link img {
    filter: brightness(0);
    transition: filter 0.3s;
  }
}

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

  concept

* =================================================== */
/*------------------
  hero
------------------*/
.concept-hero {
  position: relative;
}
.concept-hero__inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  min-width: 340px;
  background: #fff;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .concept-hero__inner {
    min-width: auto;
    width: 35%;
  }
}
.concept-hero__inner > a {
  transition: 0.3s;
  display: block;
  background: #fff;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .concept-hero__inner > a {
    aspect-ratio: 4/3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .concept-hero__inner > a:hover {
    background: #E6E7E5;
  }
}
.concept-hero__img {
  position: absolute;
  top: 7%;
  width: 55%;
  margin-left: -5%;
}
@media (max-width: 767px) {
  .concept-hero__img {
    margin-top: -5%;
  }
}
.concept-hero__ttl {
  font-size: clamp(24px, 3.1290743155vw, 35px);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .concept-hero__ttl {
    font-size: clamp(12px, 3.75vw, 20px);
    letter-spacing: 0.1em;
  }
}
.concept-hero__link {
  position: absolute;
  top: 70%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
}
.concept-hero__link img {
  width: 26px;
  filter: brightness(0);
  transition: filter 0.3s;
}
.concept-hero__bg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.concept-hero__bg1 {
  aspect-ratio: 1360/730;
  background: url("../img/page/concept/hero1.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .concept-hero__bg1 {
    aspect-ratio: 4/3;
  }
}
.concept-hero__bg2 {
  aspect-ratio: 1360/730;
  grid-column-start: 1;
  grid-row-start: 2;
  background: url("../img/page/concept/hero2.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .concept-hero__bg2 {
    aspect-ratio: 4/3;
    grid-column-start: auto;
    grid-row-start: auto;
  }
}
.concept-hero__bg3 {
  aspect-ratio: 1360/1460;
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
  background: url("../img/page/concept/hero3.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .concept-hero__bg3 {
    aspect-ratio: 8/3;
    grid-row: auto;
    grid-row-start: auto;
    grid-column: span 2/span 2;
  }
}

.concept-hero__inner[data-aos=fade] {
  transform: translate(-50%, -50%) !important;
}
.concept-hero__inner[data-aos=fade].aos-animate {
  transform: translate(-50%, -50%) !important;
}

/*------------------
  about
------------------*/
.concept-about {
  background: url("../img/page/concept/bg.jpg") repeat-y left top/30%;
}
@media (max-width: 767px) {
  .concept-about {
    padding-bottom: 30%;
  }
}

/*------------------
  greeting
------------------*/
.concept-greeting {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .concept-greeting {
    flex-direction: column;
  }
}
.concept-greeting > .left {
  flex-basis: 60%;
  background: #fff;
  margin-right: -10%;
  z-index: 1;
  margin-top: 5%;
  padding: clamp(60px, 7.8226857888vw, 100px) 60px;
}
@media (max-width: 767px) {
  .concept-greeting > .left {
    width: 100%;
    padding: 40px 40px 100px;
  }
}
.concept-greeting > .left p {
  line-height: 2.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.8252933507vw, 19px);
}
.concept-greeting > .right {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .concept-greeting > .right {
    width: 90%;
    margin-top: -20%;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
}
.concept-greeting > .right video {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/*------------------
  index
------------------*/
.concept-index__ttl {
  max-width: 176px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .concept-index__ttl {
    width: 40%;
  }
}
.concept-index__flex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .concept-index__flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.concept-index__flex > div {
  aspect-ratio: 20/25;
}
@media (max-width: 767px) {
  .concept-index__flex > div {
    aspect-ratio: auto;
  }
}
.concept-index__flex > div > a {
  display: block;
  height: 100%;
  background: #404040;
  color: #fff;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .concept-index__flex > div > a {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
    justify-content: space-between;
  }
}
@media (hover: hover) and (pointer: fine) {
  .concept-index__flex > div > a:hover {
    background: #222;
  }
  .concept-index__flex > div > a:hover .concept-index__arrow {
    transform: translate(0, 5px);
  }
}
.concept-index__num {
  position: absolute;
  top: 15%;
  width: 100%;
  font-size: clamp(14px, 1.8252933507vw, 23px);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .concept-index__num {
    width: 2.5em;
    position: relative;
    top: 0;
  }
}
.concept-index__num::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1.2em;
  height: 1px;
  background: #fff;
}
.concept-index__catch {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(10px, 1.3037809648vw, 18px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .concept-index__catch {
    position: static;
    transform: translate(0, 0);
    font-size: 3vw;
    text-align: left;
    flex-grow: 0;
  }
}
.concept-index__arrow {
  position: absolute;
  bottom: clamp(10px, 1.3037809648vw, 20px);
  width: clamp(14px, 1.8252933507vw, 20px);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .concept-index__arrow {
    position: static;
    width: 20px;
    transform: translateX(0);
    display: flex;
    align-items: center;
  }
}

/*------------------
  head
------------------*/
.concept-head {
  display: flex;
}
.concept-head__even {
  flex-direction: row-reverse;
}
.concept-head > .left {
  flex-basis: 80%;
}
@media (max-width: 767px) {
  .concept-head > .left {
    flex-basis: 70%;
  }
}
@media (max-width: 767px) {
  .concept-head > .left img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
.concept-head > .right {
  flex-basis: 20%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .concept-head > .right {
    flex-basis: 30%;
    padding-top: 0;
  }
}
.concept-head__num {
  font-size: clamp(14px, 1.8252933507vw, 17px);
  color: #999;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.concept-head__ttl {
  width: 15%;
  max-width: 32px;
}

/*------------------
  body
------------------*/
.concept-body__odd {
  background: url("../img/page/concept/bg.jpg") no-repeat right top/30%;
}
@media (max-width: 767px) {
  .concept-body__odd {
    background: none;
  }
}
@media (max-width: 767px) {
  .concept-body__odd .concept-body__inner > .right {
    background: url("../img/page/concept/bg.jpg") no-repeat right top/30%;
    margin-right: calc(50% - 50vw);
  }
}
.concept-body__even {
  background: url("../img/page/concept/bg.jpg") no-repeat left top/30%;
}
@media (max-width: 767px) {
  .concept-body__even {
    background: none;
  }
}
.concept-body__even .concept-body__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .concept-body__even .concept-body__inner > .right {
    background: url("../img/page/concept/bg.jpg") no-repeat left top/30%;
    margin-left: calc(50% - 50vw);
  }
}
.concept-body__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .concept-body__inner {
    display: block;
  }
}
.concept-body__inner > .left {
  flex-basis: 35em;
  padding-top: 5%;
}
@media (max-width: 992px) {
  .concept-body__inner > .left {
    flex-basis: 60%;
  }
}
@media (max-width: 767px) {
  .concept-body__inner > .left {
    padding-top: 0;
    padding-bottom: 15%;
  }
}
.concept-body__inner > .right {
  flex-basis: 40%;
}
.concept-body__ttl {
  font-size: 23px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .concept-body__ttl {
    font-size: 20px;
  }
}
.concept-body__txt p {
  font-size: 17px;
  line-height: 2.6;
}
@media (max-width: 767px) {
  .concept-body__txt p {
    line-height: 2;
    font-size: 14px;
  }
}

#concept-01 .concept-body {
  margin-top: 5%;
  padding-bottom: 15%;
}
@media (max-width: 767px) {
  #concept-01 .concept-body {
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #concept-01 .concept-body__inner > .right {
    padding-top: 5%;
    padding-bottom: 30%;
  }
}
#concept-01 .concept-body__img1 {
  margin-top: -20%;
  width: 70%;
  margin-right: -20%;
  margin-left: auto;
}
@media (max-width: 992px) {
  #concept-01 .concept-body__img1 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #concept-01 .concept-body__img1 {
    margin-top: 10%;
    width: 45%;
    margin-right: 6%;
  }
}
#concept-01 .concept-body__img2 {
  margin-top: 5%;
  width: 40%;
  margin-left: auto;
  margin-right: 40%;
}
@media (max-width: 767px) {
  #concept-01 .concept-body__img2 {
    width: 30%;
    margin-left: auto;
    margin-right: 35%;
  }
}

#concept-02 .concept-body {
  padding-bottom: 10%;
}
@media (max-width: 767px) {
  #concept-02 .concept-body {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #concept-02 .concept-body__inner > .left {
    padding-bottom: 20%;
  }
}
@media (max-width: 767px) {
  #concept-02 .concept-body__inner > .right {
    padding-top: 5%;
    padding-bottom: 30%;
  }
}
#concept-02 .concept-body__img1 {
  margin-top: -15%;
  width: 80%;
  margin-left: -6%;
}
@media (max-width: 767px) {
  #concept-02 .concept-body__img1 {
    margin-top: -10%;
    width: 45%;
    margin-left: 6%;
  }
}
#concept-02 .concept-body__img2 {
  margin-top: 20%;
  width: 40%;
  margin-left: 40%;
}
@media (max-width: 767px) {
  #concept-02 .concept-body__img2 {
    width: 35%;
    margin-top: 10%;
    margin-left: 25%;
  }
}

#concept-03 .concept-body {
  margin-top: 5%;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #concept-03 .concept-body {
    margin-top: 0;
  }
}
#concept-03 .concept-body__inner > .left {
  padding-top: 0;
  padding-bottom: 20%;
}
@media (max-width: 767px) {
  #concept-03 .concept-body__inner > .left {
    padding-bottom: 20%;
  }
}
#concept-03 .concept-body__inner > .right {
  padding-bottom: 20%;
}
@media (max-width: 767px) {
  #concept-03 .concept-body__inner > .right {
    padding-top: 5%;
    padding-bottom: 20%;
  }
}
#concept-03 .concept-body__img1 {
  margin-top: -20%;
  width: 70%;
  margin-right: -14%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #concept-03 .concept-body__img1 {
    margin-top: -15%;
    width: 45%;
    margin-right: 6%;
  }
}
#concept-03 .concept-body__img2 {
  margin-top: 5%;
  width: 40%;
  margin-left: auto;
  margin-right: 40%;
}
@media (max-width: 767px) {
  #concept-03 .concept-body__img2 {
    width: 30%;
    margin-right: 35%;
  }
}

#concept-04 .concept-head > .right {
  padding-top: 0;
  margin-top: -3%;
}
@media (max-width: 767px) {
  #concept-04 .concept-head > .right {
    margin-top: 0;
  }
}

.concept-body-04__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .concept-body-04__inner {
    flex-direction: column-reverse;
  }
}
.concept-body-04__inner > .left {
  margin-left: -5.5555555556%;
  flex-basis: 35%;
}
@media screen and (min-width: 1361px) {
  .concept-body-04__inner > .left {
    margin-left: -130px;
  }
}
@media screen and (max-width: 1360px) and (min-width: 1101px) {
  .concept-body-04__inner > .left {
    margin-left: -12.5%;
  }
}
@media (max-width: 1100px) {
  .concept-body-04__inner > .left {
    margin-left: -12.5%;
  }
}
@media (max-width: 992px) {
  .concept-body-04__inner > .left {
    margin-left: -5.5%;
  }
}
@media (max-width: 767px) {
  .concept-body-04__inner > .left {
    flex-basis: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    background: url("../img/page/concept/bg.jpg") no-repeat left top/30%;
    padding-bottom: 20%;
  }
}
.concept-body-04__inner > .right {
  border: green;
  flex-basis: 36em;
  padding-bottom: 20%;
}
@media (max-width: 992px) {
  .concept-body-04__inner > .right {
    flex-basis: 60%;
  }
}
.concept-body-04 .concept-body__img3 {
  width: 40%;
  margin-top: -10%;
  margin-left: -10%;
}
@media (max-width: 767px) {
  .concept-body-04 .concept-body__img3 {
    margin-left: 4%;
  }
}
.concept-body-04 .concept-body__img4 {
  width: 25%;
  margin-top: -10%;
  margin-left: 40%;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .concept-body-04 .concept-body__img4 {
    margin-left: 55%;
  }
}
.concept-body-04 .concept-body__img5 {
  aspect-ratio: 720/980;
  overflow: hidden;
}
.concept-body-04 .concept-body__img5 video {
  width: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .concept-body-04 .concept-body__img5 {
    width: 50%;
    margin-left: auto;
  }
}

#concept-05 .concept-body {
  margin-top: 5%;
  padding-bottom: 15%;
}
@media (max-width: 767px) {
  #concept-05 .concept-body {
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #concept-05 .concept-body__inner > .left {
    padding-bottom: 20%;
  }
}
@media (max-width: 767px) {
  #concept-05 .concept-body__inner > .right {
    padding-top: 5%;
    padding-bottom: 20%;
  }
}
#concept-05 .concept-body__img1 {
  margin-top: -20%;
  width: 40%;
  margin-right: -10%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #concept-05 .concept-body__img1 {
    margin-top: -15%;
    width: 25%;
    margin-right: 10%;
  }
}
#concept-05 .concept-body__img2 {
  margin-top: -10%;
  width: 50%;
  margin-left: auto;
  margin-right: 35%;
}
@media (max-width: 767px) {
  #concept-05 .concept-body__img2 {
    width: 30%;
    margin-right: 40%;
  }
}

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

  company

* =================================================== */
/*------------------
  header
------------------*/
.company-header .page-header1__ttl span {
  width: 50%;
  margin-bottom: -8%;
}
@media (max-width: 767px) {
  .company-header .page-header1__ttl span {
    height: 40%;
  }
}

/*------------------
  about
------------------*/
.company-about__sec + .company-about__sec {
  margin-top: 100px;
}
.company-about__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.company-about__ttl img {
  width: auto;
  height: 56px;
}
@media (max-width: 767px) {
  .company-about__ttl img {
    height: 40px;
  }
}
.company-about__txt {
  font-size: clamp(20px, 2.6075619296vw, 30px);
  font-family: "Noto Serif JP", serif;
  line-height: 2.2;
  text-align: center;
}

/*------------------
  tsuyomi
------------------*/
.company-tsuyomi {
  background: #E6E7E5;
  position: relative;
  overflow-x: clip;
}
.company-tsuyomi::before {
  position: absolute;
  content: "RENOVA GIFU POINT";
  right: 0;
  top: 10px;
  white-space: nowrap;
  color: #fff;
  font-size: 68px;
  font-family: "Roboto", sans-serif;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .company-tsuyomi::before {
    font-size: 8vw;
  }
}
.company-tsuyomi__ttl {
  position: relative;
  z-index: 1;
}

/*------------------
  point
------------------*/
.company-point {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  margin-top: 20%;
}
@media (max-width: 767px) {
  .company-point {
    flex-direction: column;
  }
}
.company-point > .left {
  flex: 0 0 50%;
  position: relative;
}
.company-point > .left::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  left: calc(100% - 680px);
  width: 1020px;
}
@media (max-width: 767px) {
  .company-point > .left {
    width: calc(90% + 20px);
    margin-left: -20px;
    padding: 0 30px;
    background: #fff;
    flex: 0 0 auto;
  }
  .company-point > .left::before {
    display: none;
  }
}
.company-point > .right {
  flex: 0 0 43%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .company-point > .right {
    width: calc(100% + 20px);
    flex: 0 0 auto;
    margin-left: 10px;
    margin-top: -80px;
  }
}
.company-point__even {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .company-point__even {
    flex-direction: column;
  }
}
.company-point__even > .left::before {
  left: auto;
  right: calc(100% - 680px);
}
@media (max-width: 767px) {
  .company-point__even > .left {
    margin-left: auto;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .company-point__even > .right {
    margin-left: -20px;
    margin-right: 10px;
  }
}
.company-point__even .company-point__en {
  right: 0;
  left: auto;
}
.company-point__box {
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  .company-point__box {
    padding: 100px 0 120px;
  }
}
.company-point__en {
  position: absolute;
  top: -8%;
  left: -10%;
  width: 15em;
}
@media (max-width: 767px) {
  .company-point__en {
    width: 13em;
    top: -5%;
  }
}
.company-point__sub {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.company-point__sub::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
}
.company-point__ttl {
  font-size: clamp(24px, 3.1290743155vw, 35px);
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .company-point__ttl {
    font-size: clamp(18px, 5.625vw, 24px);
  }
}
.company-point__txt p {
  font-size: clamp(15px, 1.9556714472vw, 17px);
  line-height: 2.6;
}
@media (max-width: 767px) {
  .company-point__txt p {
    line-height: 2;
  }
}

#company-point-01 .company-point__img1 {
  width: 80%;
  margin-left: auto;
  margin-top: -20%;
}
@media (max-width: 767px) {
  #company-point-01 .company-point__img1 {
    width: 50%;
    margin-top: 0;
  }
}
#company-point-01 .company-point__img2 {
  width: 35%;
  margin-top: -75%;
  margin-left: -25%;
}
@media (max-width: 767px) {
  #company-point-01 .company-point__img2 {
    margin-top: -45%;
    margin-left: 0;
  }
}
#company-point-01 .company-point__img3 {
  width: 30%;
  margin-top: 25%;
}
@media (max-width: 767px) {
  #company-point-01 .company-point__img3 {
    margin-top: 5%;
    margin-left: auto;
    margin-right: 35%;
  }
}

#company-point-02 .company-point__img1 {
  position: relative;
  z-index: 1;
  width: 40%;
  margin-left: auto;
  margin-top: -10%;
}
@media (max-width: 767px) {
  #company-point-02 .company-point__img1 {
    width: 40%;
    margin-right: 10px;
    margin-left: auto;
    margin-top: 0;
  }
}
#company-point-02 .company-point__img2 {
  margin-top: 7em;
  width: 90%;
  margin-left: 0;
}
@media (max-width: 767px) {
  #company-point-02 .company-point__img2 {
    width: 80%;
    margin-top: -20%;
    margin-left: 0;
  }
}

#company-point-03 .company-point__img1 {
  width: 80%;
  margin-left: auto;
  margin-top: 10%;
}
@media (max-width: 767px) {
  #company-point-03 .company-point__img1 {
    width: 70%;
    margin-top: 0;
  }
}
#company-point-03 .company-point__img2 {
  width: 35%;
  margin-top: -25%;
  margin-left: 0;
}
@media (max-width: 767px) {
  #company-point-03 .company-point__img2 {
    margin-top: -15%;
    margin-left: 4%;
  }
}

#company-point-04 .company-point__img1 {
  position: relative;
  z-index: 1;
  width: 30%;
  margin-left: auto;
  margin-top: 10%;
}
@media (max-width: 767px) {
  #company-point-04 .company-point__img1 {
    width: 25%;
    margin-right: 20%;
    margin-top: 0;
  }
}
#company-point-04 .company-point__img2 {
  margin-top: -25%;
  width: 90%;
  margin-left: 0;
}
@media (max-width: 767px) {
  #company-point-04 .company-point__img2 {
    width: 70%;
    margin-top: -20%;
    margin-left: 0;
  }
}

/*------------------
  message
------------------*/
.company-message__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company-message__flex {
    flex-direction: column-reverse;
  }
}
.company-message__flex > .left {
  flex-basis: 61.5%;
}
@media (max-width: 767px) {
  .company-message__flex > .left {
    margin: 0 20px;
  }
}
.company-message__flex > .right {
  flex-basis: 33%;
}
@media (max-width: 767px) {
  .company-message__flex > .right {
    margin: 20px;
  }
}
.company-message__txt p {
  font-size: clamp(15px, 1.9556714472vw, 17px);
  line-height: 2.6;
}
@media (max-width: 767px) {
  .company-message__txt p {
    line-height: 2;
  }
}
.company-message__sub {
  width: 50%;
  position: relative;
  z-index: 1;
  margin-left: -30px;
  margin-top: -30px;
}
.company-message__img {
  margin-top: -50px;
  margin-bottom: 10px;
}
.company-message__name {
  width: 60%;
  margin-left: auto;
}

/*------------------
  info
------------------*/
.company-info__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company-info__flex {
    flex-direction: column-reverse;
  }
}
.company-info__flex > .left {
  flex-basis: 65%;
}
.company-info__flex > .right {
  flex-basis: 35%;
}
@media (max-width: 767px) {
  .company-info__flex > .right {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.company-info__list dl {
  display: grid;
  grid-template-columns: 10em auto;
}
@media (max-width: 767px) {
  .company-info__list dl {
    display: block;
    margin: 0 20px;
  }
}
.company-info__list dl dt {
  text-align: right;
  padding: 20px 20px 20px 0;
  border-right: solid 1px #777;
  color: #777;
  font-weight: normal;
}
@media (max-width: 767px) {
  .company-info__list dl dt {
    text-align: left;
    border-bottom: solid 1px #777;
    border-right: none;
    padding: 0 0 5px;
  }
}
.company-info__list dl dd {
  padding: 20px 0 20px 20px;
}
@media (max-width: 767px) {
  .company-info__list dl dd {
    padding: 5px 0 2em;
  }
}
.company-info__map iframe {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .company-info__map iframe {
    aspect-ratio: 4/3;
  }
}

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

  post

* =================================================== */
/*------------------
  header
------------------*/
.works-header .page-header1__ttl span {
  width: 20%;
  margin-bottom: -2%;
}
@media (max-width: 767px) {
  .works-header .page-header1__ttl span {
    height: 40%;
  }
}

.movie-header .page-header1__ttl span {
  width: 20%;
  margin-bottom: -3%;
}
@media (max-width: 767px) {
  .movie-header .page-header1__ttl span {
    height: 40%;
  }
}

.event-header .page-header1__ttl span {
  width: 20%;
  margin-bottom: -2%;
}
@media (max-width: 767px) {
  .event-header .page-header1__ttl span {
    height: 40%;
  }
}

/*------------------
  post index
------------------*/
.post-index__list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  gap: 20px 0;
}
@media (max-width: 992px) {
  .post-index__list ul {
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
    gap: 10px 0;
  }
}
@media (max-width: 767px) {
  .post-index__list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-index__list ul li {
  border-left: solid 1px #777;
}
.post-index__list ul li:nth-child(5n) {
  border-right: solid 1px #777;
}
@media (max-width: 992px) {
  .post-index__list ul li:nth-child(5n) {
    border-right: none;
  }
  .post-index__list ul li:nth-child(3n) {
    border-right: solid 1px #777;
  }
}
@media (max-width: 767px) {
  .post-index__list ul li:nth-child(3n) {
    border-right: none;
  }
  .post-index__list ul li:nth-child(2n) {
    border-right: solid 1px #777;
  }
}
.post-index__list ul li:last-child {
  border-right: solid 1px #777;
}
.post-index__list ul li.active a {
  background: #eee;
}
.post-index__list ul li a {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: clamp(15px, 1.9556714472vw, 17px);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-index__list ul li a:hover {
    background: #eee;
  }
}

/*------------------
  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: #715e4e;
  }
  .post-archive > div > a:hover .post-archive__img img {
    transform: scale(1.1);
  }
}
.post-archive__img {
  overflow: hidden;
}
.post-archive__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.post-archive__img .play {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.post-archive__body {
  padding: 20px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.post-archive__ttl {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-archive__ttl {
    font-size: 14px;
  }
}
.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;
}
@media (max-width: 767px) {
  .post-archive__cat {
    font-size: 11px;
    padding: 3px 5px;
  }
}
.post-archive__year {
  font-size: 13px;
}
@media (max-width: 767px) {
  .post-archive__year {
    font-size: 12px;
  }
}
.post-archive__day {
  font-size: 14px;
  margin-top: 10px;
}
.post-archive__link {
  margin-top: 30px;
}
.post-archive__link > a {
  display: inline-flex;
  gap: 3em;
  border: solid 1px #000;
  font-size: 12px;
  padding: 5px 10px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .post-archive__link > a {
    font-size: 10px;
    padding: 3px 5px;
    gap: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-archive__link > a:hover {
    background: #eee;
  }
}
.post-archive__link > a img {
  width: 26px;
  filter: brightness(0);
  transition: filter 0.3s;
}
.post-archive__en {
  font-size: 21px;
  color: #c9c9c9;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 992px) {
  .post-archive__en {
    font-size: 12px;
  }
}
.post-archive__job {
  font-size: 17px;
}
@media (max-width: 992px) {
  .post-archive__job {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .post-archive__job {
    font-size: 12px;
  }
}

/*------------------
  works archive
------------------*/
.works-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5.2151238592vw, 60px) 0;
}
@media (max-width: 767px) {
  .works-archive {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works-archive .post-archive__img {
  aspect-ratio: 4/3;
}
.works-archive .post-archive__body {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .works-archive .post-archive__body {
    padding: 20px 40px;
  }
}
.works-archive .post-archive__ttl {
  margin-top: 10px;
}
.works-archive .post-archive__info {
  border-top: solid 1px #000;
  margin-top: 10px;
  padding-top: 20px;
}
.works-archive .post-archive__cat {
  background: #000;
  color: #fff;
}

/*------------------
  event archive
------------------*/
.event-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5.2151238592vw, 60px) clamp(20px, 2.6075619296vw, 60px);
}
.event-archive > div > a {
  display: block;
}
@media (max-width: 767px) {
  .event-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}
.event-archive .post-archive__img {
  aspect-ratio: 1/0.7071;
}
.event-archive .post-archive__info {
  margin-bottom: 10px;
}
.event-archive .post-archive__cat {
  border: solid 1px #000;
}

/*------------------
  movie archive
------------------*/
.movie-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5.2151238592vw, 60px) clamp(40px, 5.2151238592vw, 60px);
}
@media (max-width: 767px) {
  .movie-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}
.movie-archive > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.movie-archive .post-archive__img {
  aspect-ratio: 9/16;
  overflow: hidden;
  position: relative;
}
.movie-archive .post-archive__img video,
.movie-archive .post-archive__img .video-thumb,
.movie-archive .post-archive__img > img:not(.play) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  z-index: 1;
  transform: scale(1.05);
}
.movie-archive .post-archive__img .video-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .movie-archive .post-archive__img .video-overlay-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .movie-archive .post-archive__img .video-overlay-link:hover ~ video,
  .movie-archive .post-archive__img .video-overlay-link:hover ~ .video-thumb,
  .movie-archive .post-archive__img .video-overlay-link:hover ~ img:not(.play) {
    transform: scale(1.1);
  }
}
.movie-archive .post-archive__img img.play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  pointer-events: none;
  transition: 0.3s;
}
.movie-archive .post-archive__info {
  border-top: solid 1px #000;
  margin-top: 10px;
  padding-top: 20px;
}
.movie-archive .post-archive__cat {
  background: #000;
  color: #fff;
}
.movie-archive .post-archive__link {
  margin-top: 40px;
}
.movie-archive .post-archive__link a {
  width: 50%;
}
@media (max-width: 1290px) {
  .movie-archive .post-archive__link a {
    width: auto;
  }
}

/*------------------
  staff archive
------------------*/
.staff-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5.2151238592vw, 60px) clamp(20px, 2.6075619296vw, 60px);
}
.staff-archive > div > a {
  display: block;
}
@media (max-width: 767px) {
  .staff-archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.staff-archive .post-archive__img {
  aspect-ratio: 1/1;
}
.staff-archive .post-archive__ttl {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .staff-archive .post-archive__ttl {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .staff-archive .post-archive__ttl {
    font-size: 20px;
  }
}
.staff-archive .post-archive__en {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .staff-archive .post-archive__en {
    margin-bottom: 10px;
  }
}

/*------------------
  single
------------------*/
.post-single__sprit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-single__sprit {
    display: block;
  }
}
.post-single__sprit__ttl {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: clamp(50px, 6.518904824vw, 80px);
  line-height: 0.7;
}
@media (max-width: 767px) {
  .post-single__sprit__ttl {
    font-size: 9vw;
  }
}
.post-single__sprit > .left {
  flex-basis: 10%;
}
@media (max-width: 767px) {
  .post-single__sprit > .left {
    display: none;
  }
}
.post-single__sprit > .right {
  flex-basis: 85%;
}
.post-single__cat {
  margin-top: 50px;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .post-single__cat {
    margin-top: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-single__cat:hover {
    background: #222;
  }
}
.post-single__cat a {
  display: block;
}
.post-single__tag ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .post-single__tag ul {
    margin-top: 10px;
  }
}
.post-single__tag ul li {
  border: solid 1px #777;
  font-size: 12px;
  padding: 5px 10px;
  color: #777;
}
.post-single__tag ul li a {
  display: block;
}
.post-single__ttl {
  font-size: clamp(20px, 2.6075619296vw, 30px);
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post-single__ttl {
    font-size: 18px;
  }
}
.post-single__en {
  color: #c9c9c9;
  font-family: "Roboto", sans-serif;
}
.post-single__table table {
  width: 100%;
  border: solid 1px #777;
  font-size: 14px;
}
@media (max-width: 767px) {
  .post-single__table table {
    font-size: 12px;
  }
}
.post-single__table table tr {
  border-bottom: solid 1px #777;
}
.post-single__table table th {
  background: #eee;
  text-align: center;
  padding: 20px;
  width: 10em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .post-single__table table th {
    padding: 10px;
  }
}
.post-single__table table td {
  padding: 20px;
}
@media (max-width: 767px) {
  .post-single__table table td {
    padding: 10px;
  }
}
.post-single__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 767px) {
  .post-single__flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.post-single__flex > .right {
  margin-top: 1em;
}
.post-single__list__ttl {
  font-size: clamp(18px, 2.3468057366vw, 20px);
  margin-bottom: 10px;
}
.post-single__list dl {
  border-top: solid 1px #888;
  display: grid;
  grid-template-columns: 8em auto;
}
.post-single__list dl dt {
  padding: 15px 10px;
  font-weight: normal;
  border-bottom: solid 1px #888;
}
.post-single__list dl dd {
  padding: 15px 10px;
  border-bottom: solid 1px #888;
}
.post-single__contents section + section {
  margin-top: clamp(70px, 9.1264667536vw, 150px);
}
.post-single__contents a {
  color: #715e4e;
  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: 10px;
}
.post-single__contents h2 {
  font-size: 200%;
  margin-bottom: 10px;
}
.post-single__contents h3 {
  font-size: 180%;
  line-height: 1.2;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 10px;
}
@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: #715e4e;
  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: 10px;
}
.post-single__contents h5,
.post-single__contents h6 {
  margin-bottom: 10px;
}
.post-single__contents ol,
.post-single__contents ul {
  padding: 40px;
  background-color: #eee;
  line-height: 1.6;
  list-style-position: inside;
}
@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;
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: unset;
}
.post-single__movie {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  line-height: 0;
}
.post-single__movie__inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}
.post-single__movie__inner--yoko .video-thumb {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.post-single__movie__inner--tate .video-thumb,
.post-single__movie__inner--tate .video--tate {
  aspect-ratio: 9/16 !important;
  width: auto !important;
  height: 500px !important;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .post-single__movie__inner--tate .video-thumb,
  .post-single__movie__inner--tate .video--tate {
    height: 400px;
  }
}
.post-single__movie__inner .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 10;
  pointer-events: none;
}
.post-single__movie__inner .video-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.post-single__movie__inner video {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transform: none;
  image-rendering: -webkit-optimize-contrast;
}
.post-single__movie__inner .video-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
  object-fit: cover;
  transform: scale(1);
}
.post-single__img__ttl {
  text-align: center;
  border-bottom: solid 1px #000;
  padding-bottom: clamp(10px, 1.3037809648vw, 20px);
  margin-bottom: clamp(20px, 2.6075619296vw, 40px);
  font-size: clamp(20px, 2.6075619296vw, 25px);
  font-family: "Roboto", sans-serif;
}
.post-single__img__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.post-single__img__flex > div {
  width: 100%;
}
.post-single__img__flex > div img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 767px) {
  .post-single__img__flex > div img {
    aspect-ratio: auto;
  }
}
.post-single__img__flex > div:nth-child(n+4) {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .post-single__img__flex > div:nth-child(n+4) {
    width: 100%;
  }
}
.post-single__img__flex > div:nth-child(n+4) img {
  aspect-ratio: 3/4;
}
@media (max-width: 767px) {
  .post-single__img__flex > div:nth-child(n+4) img {
    aspect-ratio: auto;
  }
}
.post-single__link {
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .post-single__link .p-btn1:hover img:first-child {
    transform: translateX(0);
  }
}
.post-single__before .post-single__img__flex > div:nth-child(n+2) {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .post-single__before .post-single__img__flex > div:nth-child(n+2) {
    width: 100%;
  }
}
.post-single__before .post-single__img__flex > div:nth-child(n+2) img {
  aspect-ratio: 3/4;
}
@media (max-width: 767px) {
  .post-single__before .post-single__img__flex > div:nth-child(n+2) img {
    aspect-ratio: auto;
  }
}
.post-single__favo__ttl {
  border-bottom: solid 1px #000;
  margin-bottom: clamp(20px, 2.6075619296vw, 40px);
  font-size: clamp(24px, 3.1290743155vw, 30px);
  font-family: "Roboto", sans-serif;
}
.post-single__favo__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .post-single__favo__flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.post-single__favo__flex img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.post-single__job {
  font-size: 14px;
}
@media (max-width: 767px) {
  .post-single__job {
    font-size: 12px;
  }
}

/*------------------
  staff single
------------------*/
.staff-single__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .staff-single__inner {
    flex-direction: column-reverse;
  }
}
.staff-single__inner > .left {
  flex-basis: 55%;
}
.staff-single__inner > .right {
  flex-basis: 40%;
}
@media (max-width: 992px) {
  .staff-single__inner > .right {
    width: 50%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .staff-single__inner > .right {
    width: 100%;
    display: flex;
    gap: 20px;
  }
}
.staff-single__name {
  font-size: 14px;
  margin-bottom: 10px;
}
.staff-single__profile dl {
  display: grid;
  grid-template-columns: 8.5em auto;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .staff-single__profile dl {
    font-size: 14px;
  }
}
.staff-single__profile dl dt {
  color: #888;
  border-right: solid 1px #888;
  text-align: right;
  padding: 1em 10px;
  font-weight: normal;
}
.staff-single__profile dl dd {
  padding: 1em 10px;
}
.staff-single .post-single__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.staff-single .post-single__ttl {
  line-height: 1;
  border-bottom: solid 3px #000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 767px) {
  .staff-single .post-single__ttl {
    font-size: 22px;
  }
}
.staff-single .post-single__ttl span {
  font-size: 17px;
}
@media (max-width: 767px) {
  .staff-single .post-single__ttl span {
    font-size: 12px;
  }
}

/*------------------
  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;
}

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

  staff

* =================================================== */
/*------------------
  header
------------------*/
.staff-header .page-header1__inner > .left .page-header1__ttl {
  gap: 0;
  font-size: clamp(30px, 3.0241935484vw, 40px);
}
@media (max-width: 992px) {
  .staff-header .page-header1__inner > .left .page-header1__ttl {
    font-size: clamp(30px, 3.9113428944vw, 40px);
  }
}
@media (max-width: 767px) {
  .staff-header .page-header1__inner > .left .page-header1__ttl {
    font-size: clamp(20px, 6.25vw, 30px);
  }
}
.staff-header .page-header1__ttl span {
  width: 30%;
  max-width: 200px;
  margin-bottom: -3.5%;
}
@media (max-width: 767px) {
  .staff-header .page-header1__ttl span {
    margin-bottom: -5%;
  }
}

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

  contact

* =================================================== */
/*------------------
  header
------------------*/
.contact-header p {
  text-align: center;
  font-size: clamp(18px, 2.3468057366vw, 22px);
}
@media (max-width: 767px) {
  .contact-header p {
    font-size: 14px;
  }
}

/*------------------
  body
------------------*/
.contact-body {
  border-top: solid 1px #777;
  border-bottom: solid 1px #777;
}
.contact-body table {
  width: 100%;
}
.contact-body table th {
  text-align: right;
  width: 30%;
  padding: 30px 20px;
  font-size: clamp(15px, 1.9556714472vw, 17px);
}
@media (max-width: 767px) {
  .contact-body table th {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.contact-body table td {
  padding: 30px 20px;
  font-size: clamp(15px, 1.9556714472vw, 21px);
}
@media (max-width: 767px) {
  .contact-body table td {
    display: block;
    width: 100%;
    padding: 0 0 3em 0;
  }
}

/*------------------
  policy
------------------*/
.contact-policy {
  margin: 50px 0;
  background: #E6E7E5;
  padding: clamp(30px, 3.9113428944vw, 60px) 20px clamp(30px, 3.9113428944vw, 50px);
  text-align: center;
  font-size: clamp(14px, 1.8252933507vw, 17px);
}
.contact-policy p + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .contact-policy {
    padding: 20px 10px;
  }
}
.contact-policy a {
  color: #009FE8;
  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
------------------*/
.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
  width: 300px;
  margin: 0 auto;
  font-size: 20px;
}
@media (max-width: 767px) {
  .submit-btn {
    width: 80%;
  }
}
.mwform-confirm .submit-btn {
  display: none;
}
.submit-btn::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/icon/next.svg") no-repeat center/contain;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .submit-btn:hover::before {
    transform: translateX(5px);
  }
}

/*------------------
  contact
------------------*/
.contact .hissu {
  background: #777;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 5px;
}
.contact__flex {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 10px 30px;
  justify-content: flex-start;
}
.contact__flex2 {
  grid-template-columns: repeat(2, auto);
}
.contact__flex3 {
  grid-template-columns: repeat(3, auto);
}
@media (max-width: 767px) {
  .contact__flex3 {
    grid-template-columns: repeat(2, auto);
  }
}
.contact__add {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact__add input[type=tel] {
  width: 20%;
}
@media (max-width: 767px) {
  .contact__add input[type=tel] {
    width: calc(100% - 20px);
  }
}
@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 {
  border: solid 1px #777;
  box-sizing: content-box;
  padding: 10px;
}

input[type=text],
input[type=email],
textarea {
  width: calc(100% - 20px);
}
input[type=text]:nth-child(n+2),
input[type=email]: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;
}

@media (max-width: 767px) {
  .mwform-tel-field input[type=text] {
    width: 20% !important;
  }
}
@media (max-width: 320px) {
  .mwform-tel-field input[type=text] {
    width: 18% !important;
  }
}
.mwform-tel-field input[type=text]:nth-child(n+2) {
  margin-top: 0;
}

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.1s;
}
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.1s ease-in-out;
}
input[type=radio]:checked + span:after {
  transform: translateY(-50%) scale(1);
}

input[type=checkbox] + span,
input[type=radio] + span {
  touch-action: manipulation;
}

/*------------------
  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 {
  border-top: solid 1px #777;
  border-bottom: solid 1px #777;
}
.contact-thanks__ttl {
  text-align: center;
  font-size: clamp(24px, 3.1290743155vw, 43px);
}
.contact-thanks__name {
  display: grid;
  grid-template-columns: 8em auto;
  padding: 10px;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-thanks__name {
    display: block;
    padding: 0;
    background: none;
  }
}
.contact-thanks__name > div {
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-thanks__name > div {
    padding: 0;
    display: block;
    color: #000;
  }
}
.contact-thanks__name > .left {
  border-right: solid 1px #fff;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-thanks__name > .left {
    border-right: none;
    margin-bottom: 5px;
  }
}
.contact-thanks__name > .right {
  font-size: clamp(20px, 2.6075619296vw, 30px);
  padding-left: 20px;
}
@media (max-width: 767px) {
  .contact-thanks__name > .right {
    font-size: 16px;
    color: #ccc;
    padding: 15px 10px;
    background: #000;
  }
}
.contact-thanks__subttl {
  text-align: center;
  font-size: clamp(18px, 2.3468057366vw, 27px);
  line-height: 2;
}
.contact-thanks__txt p {
  font-size: clamp(16px, 2.0860495437vw, 27px);
  text-align: center;
}
.contact-thanks__txt p small {
  font-size: clamp(12px, 1.5645371578vw, 18px);
}
.contact-thanks__link {
  text-align: center;
}
.contact-thanks .mw_wp_form {
  display: none;
}

/*------------------
  plugnin
------------------*/
.mw_wp_form_preview .datepicker-native input {
  display: none;
}

.mw_wp_form_confirm .datepicker-native input {
  display: none;
}

@media (max-width: 767px) {
  .datepicker-native {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
  }
  .datepicker-native input[type=date] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 10px 40px 10px 12px !important;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
  }
  .datepicker-native input[type=date]::-webkit-date-and-time-value {
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 24px;
  }
  .datepicker-native::after {
    content: "🗓";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
    color: #666;
  }
}

@media (max-width: 767px) {
  .mw_wp_form_confirm .datepicker-native::after {
    display: none;
  }
}

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

  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;
}