@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Varela&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  scroll-padding-top: 70px;
}

* {
  font-family: "Noto Sans JP", "Varela", sans-serif;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page {
  display: contents;
}

a {
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

main:not(#top) {
  padding-top: 100px;
}

main:not(#top)#page-rental {
  padding-top: 0px;
}

main:not(#top)#page-bar,
main:not(#top)#page-village,
main:not(#top)#page-restaurant {
  padding-top: 0px;
}

.content-inner {
  padding: 140px 16px 0;
  max-width: 1112px;
  margin: auto;
}

.inner {
  padding: 0 16px;
  max-width: 1112px;
  margin: auto;
}

.page-top {
  background-color: #fff;
}

main:not(#top)#archive-works .content-inner {
  padding: 0px 16px 0;
}

main:not(#top)#page-village .content-inner {
  padding: 70px 16px 0;
}

main:not(#top)#archive-works .content-inner.page-top-inner {
  padding: 0 16px;
}

main:not(#top)#taxonomy-works .content-inner {
  padding: 0px 16px 0;
}

main:not(#top) .content-inner.page-top-inner {
  padding: 0 16px;
}

main:not(#top) .content-inner.bar-inner {
  padding: 0px 16px;
}

main:not(#top) .content-inner {
  padding: 0 16px;
}

.sp {
  display: none;
}

span.inline {
  display: inline;
}

h1 {
  font-size: 5.25rem;
  color: #d21010;
  font-weight: 400;
  text-transform: uppercase;
}

img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

h1 span {
  font-size: 1.25rem;
  color: #222;
  display: block;
  margin-bottom: 20px;
}

h2 {
  font-weight: 900;
}

h2 span {
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2 span.red.block {
  color: #d21010;
}

#page-service h3 {
  font-weight: 600;
  font-family: Varta;
  margin-top: 30px;
}

h3 {
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1.1;
}

h2.black {
  color: #222;
}

.col {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.space {
  background-color: #f6f6f6;
  height: 20vh;
}

.page__title {
  padding: 100px 0 250px;
  letter-spacing: 0.04em;
}

.page__title h1 {
  letter-spacing: 0.04em;
  font-weight: normal;
  line-height: 1;
}

#page-rental h2 span {
  margin-bottom: 0;
}

.recruit__top__main + .pin-spacer {
  background: #f6f6f6;
}

#page-404 {
  color: #222;
}

a.red__btn {
  display: block;
  margin: auto;
  width: 280px;
  height: 72px;
  border-radius: 36px;
  position: relative;
  background: #d21010;
  -webkit-transition: color 0.1s, top 0.1s, left 0.1s, -webkit-transform 0.1s;
  transition: color 0.1s, top 0.1s, left 0.1s, -webkit-transform 0.1s;
  transition: color 0.1s, top 0.1s, left 0.1s, transform 0.1s;
  transition: color 0.1s, top 0.1s, left 0.1s, transform 0.1s,
    -webkit-transform 0.1s;
  overflow: hidden;
}

a.red__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
}

a.red__btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 340px;
  height: 240px;
  background: #ed6b6b;
  border-radius: 50%;
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

a.red__btn > span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}

a.red__btn:hover > span {
  color: #fff;
}

a.red__btn:hover::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a.red__btn:hover::after {
  background: url("/wp-content/themes/es/public_html/assets/img/btn-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 6px;
  top: 52%;
}

.bottom__buttons {
  background-color: inherit;
}

.bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 140px 16px 140px;
  max-width: 1112px;
  margin-inline: auto;
}

.bottom-inner a {
  width: 47.5%;
  border-bottom: 2px solid #222;
  display: inline-block;
}

.bottom-inner a:hover {
  color: red;
}

.bottom__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 175px;
}

.bottom__button h2 span {
  color: red;
  margin-bottom: 5px;
}

.bottom__button img {
  max-width: 100px;
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
  align-self: center;
}

.red__circle {
  width: 100px;
  height: 100px;
  position: relative;
  background-color: #d21010;
  border-radius: 50%;
  margin: auto 0;
}

.red__circle::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bottom-inner a:hover .red__circle::after {
  background: url("/wp-content/themes/es/public_html/assets/img/btn-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 12px;
  top: 52%;
}

.callout {
  border-bottom: 3px solid #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 25px;
}

.callout::before {
  position: absolute;
  right: 41%;
  bottom: -38px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-color: #222222 transparent transparent transparent;
  border-width: 35px 0px 2px 37px;
}

.callout::after {
  position: absolute;
  right: 41.6%;
  bottom: -29px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-color: #e4e3e3 transparent transparent transparent;
  border-width: 33px 0px 0 34px;
}

.pre-next-btn {
  position: absolute;
  bottom: 2%;
  right: 120px;
}

#page-bar .pre-next-btn {
  bottom: 18%;
}

.prev-btn,
.next-btn {
  width: 52px;
  height: 52px;
  display: inline-block;
}

.next-btn {
  margin-left: 30px;
}

path,
circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

path:hover,
circle:hover {
  fill-opacity: 0.7;
}

main#top .pre-next-btn {
  bottom: 0;
}

footer .content-inner {
  padding: 20px 16px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.footer {
  font-size: 15px;
  background: #222222;
  color: #fff;
  padding-bottom: 20px;
}

.footer__logo {
  display: inline-block;
  height: 130px;
  width: 130px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__address {
  margin-top: 10px;
}

.footer__address p {
  font-size: 2rem;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.item {
  color: white;
  margin: 5px;
  width: calc(50% - 80px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

nav.footer-nav ul li {
  position: relative;
  width: 128px;
}

nav.footer-nav ul li a {
  padding: 20px 8px 20px;
  font-size: 16px;
}

nav.footer-nav ul li.dropdown__list {
  width: 100%;
}

nav.footer-nav ul li.dropdown__list a {
  padding: 10px 8px;
  white-space: nowrap;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 150px;
}

.footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sns ul li img {
  width: 30px;
  height: auto;
}

.footer-sns ul li + li {
  margin-left: 20px;
}

.footer-sns ul li {
  height: 100%;
}

.footer-sns ul li:nth-child(2) a img {
  width: 46px;
}

.footer-sns ul li a {
  height: 100%;
  display: inline-block;
}

.footer-sns ul li a img {
  height: 100%;
}

a.red__btn.footer-contact {
  position: absolute;
  right: 0;
  bottom: 0;
}

.dropdown__lists {
  display: none;
  /*デフォルトでは非表示の状態にしておく*/
  width: 250%;
  position: absolute;
  top: 60px;
  left: -70%;
  z-index: 3;
}

.toggle-menu:hover .dropdown__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

.dropdown__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  position: fixed;
  background-color: #222222;
  z-index: 9999;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.header__logo.drawer__logo {
  position: fixed;
  top: 10px;
}

.header__logo {
  font-size: 24px;
  font-weight: 700;
  color: white;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__items a {
  color: white;
  font-size: 24px;
}

.nav__items li + li {
  margin-left: 40px;
}

.Nav-Item {
  position: relative;
}

.Nav-Item-Sub {
  position: absolute;
  top: 100%;
  left: -325%;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  /* padding-left: 14px; */
  width: 90vw;
  height: auto;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.Nav-Item-Sub-Item {
  letter-spacing: 0.05em;
  color: #000;
  font-size: 16px;
}

.Nav-Item-Sub-Item-Link {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.Nav-Item-Sub-Item-Link p {
  color: #222;
  font-weight: 900;
}

.Nav-Item.isParent:hover .Nav-Item-Sub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scale__img {
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.scale__img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  /* ゆっくり変化させる */
}

.scale__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  /* 拡大 */
}

.pagination {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 38px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-numbers {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px;
  line-height: 27px;
  color: #333333;
  text-decoration: none;
  margin-right: 5px;
}

.pagination .page-numbers:hover {
  color: #d21010;
}

.pagination .current {
  padding: 15px 13px;
  color: #d21010;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333333;
}

.pagination .prev:hover,
.pagination .next:hover {
  color: #d21010;
}

.pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*==================================================
　5-2-6 3本線が回転して×に
===================================*/

.hamburger {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 9999;
  display: none;
  padding: 20px;
  cursor: pointer;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/

.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 26px;
  border-radius: 5px;
  top: 0;
}

/*ボタン内側*/

.openbtn span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.openbtn span:nth-of-type(1) {
  top: 0px;
  width: 32px;
}

.openbtn span:nth-of-type(2) {
  top: 12px;
  width: 32px;
}

.openbtn span:nth-of-type(3) {
  top: 24px;
  width: 32px;
}

/*activeクラスが付与されると線が回転して×になる*/

body.drawer-opened .openbtn span:nth-of-type(1) {
  top: 4px;
  left: 0px;
  -webkit-transform: translateY(6px) rotate(-155deg);
  transform: translateY(6px) rotate(-155deg);
  width: 32px;
}

body.drawer-opened .openbtn span:nth-of-type(2) {
  opacity: 0;
}

body.drawer-opened .openbtn span:nth-of-type(3) {
  top: 16px;
  left: 0px;
  -webkit-transform: translateY(-6px) rotate(155deg);
  transform: translateY(-6px) rotate(155deg);
  width: 32px;
}

.tel {
  border-top: 1px solid #fff;
  padding-top: 20px;
  width: 90%;
  margin: auto;
}

/* Loading背景画面設定　*/

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/

#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.related-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.related-item {
  width: 100%;
}

.related-item-img {
  height: 150px;
}

.related-item-img img {
  height: 100%;
}

h2.black {
  line-height: 72px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.callout__img {
  margin-top: 20px;
}

.callout span.red {
  margin-bottom: 15px;
  font-weight: 700;
}

h2 span {
  line-height: 42px;
}

.red {
  color: #d21010;
}

.mv__wrap {
  background-image: url("/wp-content/themes/es/public_html/assets/img/background@2x.png");
  background-position-x: 40%;
  background-position-y: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222;
}

#hero-image.lazyload {
  position: sticky;
  overflow: hidden;
}

#hero-image.lazyload #myHeading {
  content: "";
  color: #222;
  position: absolute;
  font-size: 8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0%;
  bottom: 20%;
  height: 300px;
  line-height: 1.2;
  font-weight: 700;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.flow__text {
  margin-left: 50px;
}

.flow__text2 {
  margin: 300px 0 0 20%;
  color: #222222;
}

#hero-image h2.black {
  color: #222222;
}

#hero-image #main-text {
  padding-top: 33vh;
  padding-bottom: 40vh;
  font-weight: 900;
}

.main__text--ja {
  background-color: #fff;
  opacity: 0.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #222;
  padding: 5px 20px;
  margin-left: 60px;
  margin-top: -40px;
}

.main__text--column {
  background-color: #222;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  opacity: 0.7;
  margin-top: -100px;
  padding: 5px 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 200px;
}

.flow__text3 {
  margin-top: 200px;
}

.flow__text4 {
  margin-top: 200px;
}

#main-text {
  position: relative;
  height: 100vh;
  /* 適切な高さに設定してください */
  overflow: hidden;
}

#dropdown-trigger {
  position: relative;
}

/* 無限スクロール */

.loop {
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 50%;
  left: 0;
}

@-webkit-keyframes loop1 {
  from {
    -webkit-transform: translatey(100%);
    transform: translatey(100%);
  }

  to {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }
}

@keyframes loop1 {
  from {
    -webkit-transform: translatey(100%);
    transform: translatey(100%);
  }

  to {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }
}

@-webkit-keyframes loop2 {
  from {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    -webkit-transform: translatey(-200%);
    transform: translatey(-200%);
  }
}

@keyframes loop2 {
  from {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    -webkit-transform: translatey(-200%);
    transform: translatey(-200%);
  }
}

.loop__text {
  -webkit-animation: loop1 20s -10s infinite linear;
  animation: loop1 20s -10s infinite linear;
  height: 100vh;
  display: block;
  padding-top: 80px;
}

.loop__text2 {
  -webkit-animation: loop2 20s infinite linear;
  animation: loop2 20s infinite linear;
}

.main-text {
  margin-top: 100px;
  padding-left: 100px;
  font-size: 2rem;
  line-height: 1.5;
}

.main-text.loop--first {
  padding-top: 0;
  margin-top: 0;
}

.main-text.black {
  padding-left: 350px;
  font-size: 2rem;
  color: #222;
}

.main-text.black.loop--first {
  padding-top: 0;
  margin-top: 0;
}

#drawer-opened .header__logo {
  display: none;
}

#myHeading span {
  display: inline-block;
  margin-left: 15px;
}

.about__top__inner {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.white.callout {
  position: relative;
  padding: 1rem 0;
  border-bottom: 3px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  font-size: 3rem;
  grid-column: 1/2;
  grid-row: 1/2;
}

.white.callout span {
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
}

.white.callout::before {
  position: absolute;
  right: 40%;
  bottom: -38px;
  width: 0;
  height: 0;
  content: "";
  border-width: 37px 34px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.white.callout::after {
  position: absolute;
  right: 40.6%;
  bottom: -29px;
  width: 0;
  height: 0;
  content: "";
  border-width: 30px 28px 0 0;
  border-style: solid;
  border-color: #222222 transparent transparent transparent;
}

a.red__btn.about__top__btn {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 80px 0 0 auto;
}

.about__top__text {
  font-size: 2rem;
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 80px;
  line-height: 1.5;
}

#page-service .service__img .top_interview_title_sec {
  padding-top: 80px;
}

.service__top__inner {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service__flex {
  background: #222222;
  padding-bottom: 100px;
}

h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  font-size: 3rem;
}

h2 span {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
}

.service__top__main {
  padding: 80px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.service__top__main .content-inner {
  padding: 20px 0 200px;
  position: absolute;
}

.service__top__main ._img {
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
}

.image__button {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 20%;
  padding: 20px;
  right: 20%;
  -webkit-transition: bottom 0.2s, right 0.2s;
  transition: bottom 0.2s, right 0.2s;
  opacity: 0.6;
}

.image__button:hover {
  bottom: 21%;
  right: 19%;
}

.top_interview_title_sec:hover .image__button {
  bottom: 21%;
  right: 19%;
}

.top_interview ._item ._img:hover + .image__button {
  bottom: 21%;
  right: 19%;
}

a.red__btn.service__top__btn {
  display: block;
  margin: auto 0 0 auto;
}

h3 {
  font-size: 8rem;
}

h3 span {
  font-size: 2rem;
  display: block;
  margin-top: 30px;
}

h3 span span {
  font-size: 1.2rem;
  display: inline;
  margin-left: 20px;
}

.area6 {
  overflow: hidden;
}

.wrap6 {
  display: block;
}

.service__top__main {
  height: 100vh;
}

html,
body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  /* overflow-scrolling: touch; */
  font-family: "Signika Negative", sans-serif, Arial;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.top_interview {
  height: 1000vh;
  width: 100%;
}

.top_interview ._item {
  background: #1a1a1a;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.top_interview ._item + * {
  margin-top: 50vh;
}

.top_interview ._item ._top_bar {
  content: "";
  display: block;
  background: #e8301e;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.top_interview ._item ._img {
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
  color: #fff;
}

.top_interview ._item ._img h3 {
  color: #fff;
}

.top_interview ._item ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center 20%;
  transform-origin: center 20%;
}

.top_interview_title_sec {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.top_interview_title_sec ._jp {
  line-height: 1.1;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.top_interview_title_sec ._title {
  position: absolute;
  top: 0;
  right: 4.8125vw;
}

.top_interview_title_sec ._title .hover {
  opacity: 1;
}

.top_interview_title_sec ._title a,
.top_interview_title_sec ._title ._text_wrap {
  display: block;
}

.top_interview_title_sec ._title ._text_wrap > *:first-of-type {
  margin-top: -0.1em;
}

.top_interview_title_sec ._title ._text_wrap > *:nth-of-type(2) {
  margin-top: -0.2em;
}

.top_interview_title_sec ._title ._big {
  display: inline-block;
  font-size: 9.375vw;
}

.top_interview_title_sec ._title ._mid {
  display: inline-block;
  font-size: 6.8vw;
}

.top_interview_title_sec ._title ._small {
  display: inline-block;
  font-size: 4.5vw;
}

.top_interview_title_sec ._title ._info {
  display: inline-block;
  position: relative;
  margin-left: 2.5vw;
  padding-right: 3.125vw;
  -webkit-transform: translateY(-16%);
  transform: translateY(-16%);
}

.top_interview_title_sec ._title ._info ._year {
  font-size: 1.5vw;
}

.top_interview_title_sec ._title ._info ._name {
  font-size: 2.75vw;
  color: #e8e4e4;
}

.top_interview_title_sec ._title ._info .all_arrow {
  width: 2.1875vw;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top_interview_item_02 ._text_wrap._text_wrap._text_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 0 0.2em;
}

.top_interview_item_02 ._text_wrap._text_wrap._text_wrap > ._jp {
  width: 1em;
  line-height: 1;
}

.top_interview_item_02 ._text_wrap._text_wrap._text_wrap > ._jp > * {
  display: inline-block;
  text-align: center;
}

.top_interview_item_02 ._text_wrap._text_wrap._text_wrap > * {
  margin-top: 0;
}

.top_interview_item_02 ._info {
  margin-top: -4vw;
}

.top_interview_item_03 ._info_wrap {
  margin-top: 2vw;
  text-align: right;
  display: block;
  width: 100%;
}

.top_interview_item_03 ._info {
  margin-left: auto;
  text-align: left;
}

.top_interview_col_item {
  width: 15vw;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_interview_col_item ._jp {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.top_interview_col_item ._line {
  width: 1em;
  line-height: 1;
  font-size: 6.875vw;
}

.top_interview_col_item ._line > * {
  display: inline-block;
  text-align: center;
}

.interview_end {
  width: 100%;
  height: 1px;
}

.slide-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border: 1px solid black;
  background: rgba(0, 0, 0, 0.1);
}

.service__img {
  position: relative;
}

.service__img .top_interview_title_sec {
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
}

.service__img:not(:first-child) {
  border-top: 50px solid #d21010;
}

.mission__top {
  color: #222;
  position: relative;
}

.mission__top::before {
  content: "";
  position: absolute;
  height: 500px;
  top: 30%;
  width: 560px;
  left: 0;
  background-image: url(/wp-content/themes/es/public_html/assets/img/red_triangle-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.mission__top::after {
  content: "";
  position: absolute;
  height: 600px;
  top: 40%;
  width: 250px;
  right: 0px;
  background-image: url(/wp-content/themes/es/public_html/assets/img/red_triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mission__top .callout {
  border-bottom: 3px solid #222;
  grid-column: 1/2;
  grid-row: 1/2;
  line-height: 1.5;
}

.mission__top .callout::before {
  border-color: #222222 transparent transparent transparent;
  border-width: 35px 0px 2px 37px;
}

.mission__top .callout::after {
  border-color: #fff transparent transparent transparent;
  border-width: 33px 0px 0 34px;
}

span.red.inline {
  display: inline;
  font-size: 3rem;
}

.mission__top__inner {
  display: grid;
  grid-template-rows: 0.5fr 1fr;
  grid-template-columns: 2fr 1fr;
  padding-top: 50px;
}

.mission__top__btn {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: 80px;
  margin-left: auto;
}

.mission__top__text {
  font-size: 2rem;
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 80px;
  line-height: 1.5;
  padding: 0 100px;
  font-weight: 900;
  position: relative;
  z-index: 3;
}

.mission__top__text p + p {
  margin-top: 50px;
}

.works__top {
  color: #222;
  height: 100vh;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.works__top__inner {
  padding-top: 140px;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  grid-template-rows: 100px 1fr;
  grid-template-columns: 2fr 1fr;
}

.works__top__btn {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: 30px;
  margin-left: auto;
}

.works__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 60px;
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 250px;
  left: 0;
  gap: 0 60px;
  padding: 0 10%;
}

.works__card {
  background: #f6f6f6;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px #ccc;
  box-shadow: 0 2px 5px #ccc;
  width: 320px;
  border: 1px solid transparent;
  overflow: hidden;
}

.works__card-img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 320/280;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works__card-content {
  padding: 15px 12px 10px;
  height: 165px;
}
.works__card-content.bar__card-content {
  padding: 15px 12px 10px;
  height: 120px;
}

.works__card-title {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
}

.works__card-text {
  color: #777;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.2em;
  margin-top: 8px;
}
.works__card-text.bar__card-text {
  margin-top: 8px;
}

.works__card-link {
  text-align: center;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#works .page__works__right .works__card-link {
  gap: 12px;
  justify-content: flex-start;
}

.works__card-link p:first-child,
#works .page__works__right .works__card-link p {
  color: red;
  font-size: 1rem;
  border: 1px solid red;
  border-radius: 30px;
  padding: 0 10px;
}

.works__card:hover {
  border: 1px solid red;
  border-radius: 10px;
}

.works__card-link p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0.9rem;
}

.prev-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.next-button {
  margin-left: 20px;
}

.content-inner.works__top__inner a.red__btn {
  margin-bottom: 0;
}

.recruit__top__main {
  position: relative;
  border-radius: 16px;
  height: 420px;
  width: 90vw;
  margin: 100px auto;
  overflow: hidden;
}

.imgbox picture {
  content: "";
  position: absolute;
  border-radius: 16px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.imgbox picture img {
  height: 100%;
  width: 100%;
}

.recruit__top__inner {
  padding: 50px 0 0;
  display: grid;
  height: 100%;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.recruit__top__inner h2 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.recruit__flex {
  grid-column: 2/4;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruit__flex::after {
  content: "";
  position: absolute;
  background-color: #222;
  border-top-left-radius: 20px;
  width: 150%;
  height: 140%;
  right: -30%;
  bottom: -60px;
  z-index: -1;
}

.recruit__flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

a.red__btn.mission__top__btn {
  margin: auto;
}

.works__top.news__top {
  background-color: #f6f6f6;
  color: #222;
}

.community {
  margin-top: 140px;
}

.community__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin-top: 120px;
}

.community__card {
  text-align: center;
}

.community__card p {
  font-size: 1rem;
}

.community__img {
  position: relative;
  aspect-ratio: 1;
  min-width: 320px;
  width: 100%;
  max-height: 320px;
  height: 100%;
}

.community__img img {
  height: 100%;
}

.community__img .vision__sub {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
  line-height: 1;
}

.bar__cta {
  margin-top: 140px;
  position: relative;
}

.bar__cta h3 {
  position: absolute;
  top: 20%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bar__cta h3 span {
  border-radius: 8px;
  background-color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 20px 16px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bar__cta h3 span.red {
  margin: 0;
  padding: 0;
}

.cta__img {
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.cta__black {
  position: absolute;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75%;
  top: 50%;
  background-color: #222;
  border-radius: 10px;
}

.cta__black a {
  margin-right: 50px;
  display: block;
  margin-left: auto;
}

.earn__container {
  margin-top: 80px;
}

.earn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.earn__content + .earn__content {
  margin-top: 40px;
}

.earn__img {
  width: 100%;
  max-width: 480px;
}

.earn__main {
  text-align: center;
}

.earn__main span {
  font-size: 1rem;
  font-weight: 700;
}

.earn__title {
  padding: 17px 28px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #222;
}

.earn__title span {
  font-size: 2rem;
}

.earn__sub {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin: 32px auto 20px;
}

.earn__bold {
  font-size: 1.25rem;
  font-weight: bold;
}

.earn__bold span {
  font-size: 1.25rem;
}

.earn__image__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 1rem;
}

.image__left {
  font-weight: bold;
  width: 100%;
  max-width: 120px;
}

.image__right {
  line-height: 1.5;
  font-weight: 700;
}

.earn__image__line {
  height: 25px;
}

main:not(#top) .works__top .content-inner {
  padding: 0 16px;
}

.example {
  color: #222;
  height: 100vh;
  position: relative;
  width: 100%;
}

.works__top.example {
  margin-top: 240px;
}

.example__top__inner {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.example__top__inner a {
  display: inline-block;
}

.works__cards.example__cards {
  margin-top: 0;
  padding: 0 10%;
}

.example__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 60px;
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 80px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 220px;
  left: 0;
  gap: 0 60px;
  padding: 0 10%;
}

.facility {
  margin-top: 140px;
}

.facility__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(358px, 1fr));
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 40px;
  margin-top: 80px;
}

.facility__card {
  border-radius: 10px;
  position: relative;
}

.facility__card__main {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 95%;
  height: 32%;
  padding: 5px 5px 15px;
}

.facility__card__main p {
  font-size: 1rem;
  padding: 0 15px;
  line-height: 1.6;
}

.facility__card__title {
  font-size: 1.25rem;
  font-weight: bold;
}

.facility__card__img {
  height: 20px;
}

.left {
  text-align: left;
}

.village__faq.bar__faq {
  margin-top: 240px;
}

span.bold {
  font-weight: bold;
}

#page-bar {
  color: #222;
  background-color: #f5f5f5;
  overflow: hidden;
}

#page-bar .callout::after {
  border-color: #f5f5f5 transparent transparent transparent;
}

.meal {
  margin-top: 140px;
}

.meal__cards {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.meal__card {
  position: relative;
  text-align: center;
}

.meal__main {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.meal__main .vision__sub {
  margin: 30px auto 0;
}

.meal__main.meal__reverse {
  left: 10%;
  right: auto;
}

.meal__card__title {
  font-size: 2rem;
  font-weight: bold;
}
.bar-inner {
  max-width: 1112px;
  margin: auto;
  padding: 0px 16px;
}
.content-inner.bar-inner {
  margin-top: 100px;
}

.bar__resolution .callout::after {
  border-color: #f5f5f5 transparent transparent transparent;
}

.bar__resolution h2 {
  margin-bottom: 100px;
}

.resolution__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 13px;
  margin-top: 40px;
}

.resolution__card {
  padding: 20px 10px;
  text-align: center;
  background-color: #fff;
}

.resolution__card span {
  color: red;
  display: block;
  margin: 20px auto;
  font-size: 2rem;
  font-weight: bold;
}

.resolution__card p {
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(95%, transparent),
    color-stop(0%, #222)
  );
  background: linear-gradient(transparent 95%, #222 0%);
  display: inline;
  padding-bottom: 1px;
}

.resolution__card p span + span {
  margin-top: 10px;
}

.resolution__card p span {
  position: relative;
}

.resolution__card p span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #222;
}

.resolution__img {
  width: 100%;
  margin: auto;
}

.village__bottom {
  margin-top: 140px;
  position: relative;
}

.village__bottom .village__about__title {
  position: absolute;
  top: -5%;
  left: 3%;
}

.village__bottom__img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.village__bottom__img h2.village__about__title {
  margin-top: 0;
}

.village__access__img {
  position: relative;
  margin-top: -10%;
  width: 100%;
}

.village__loopSlide {
  position: relative;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.village__loopSlide ul {
  padding: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.village__loopSlide ul:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
  animation: slide1 60s -30s linear infinite;
}

.village__loopSlide ul:last-child {
  -webkit-animation: slide2 60s linear infinite;
  animation: slide2 60s linear infinite;
}

.village__loopSlide ul .slick-slide {
  margin-left: 40px;
}

.village__loopSlide ul li {
  display: inline-block;
  width: 100%;
  min-width: 150px;
  margin-right: 40px;
  list-style: none;
  text-align: center;
}

.village__loopSlide ul li:not(:last-child) {
  margin-right: 0;
}

.village__loopSlide ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.loop__img1 {
  margin-top: 150px;
}

.loop__img3 {
  margin-top: 200px;
}

.village__about {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.village__about__title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: clamp(200px, 17.33vw, 260px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translateX(min(20px, 1.3vw));
  transform: translateX(min(20px, 1.3vw));
  gap: 0 30px;
  margin-top: -200px;
}

.village__about__title span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  vertical-align: top;
  display: inline-block;
  padding: 20px 0;
  background: #fff;
  line-height: 2;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  border-radius: 8px;
}

.village__about__title span.red {
  padding: 0;
}

.village__about__main {
  margin-left: 100px;
}

.village__about__main h3.callout {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.village__about__main p {
  margin-top: 100px;
  font-size: 1.25rem;
}

.village__contents {
  margin-top: 140px;
}

.contents__container {
  background-image: url("/wp-content/themes/es/public_html/assets/img/village/TV.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 50px;
  padding: 0px 110px 100px 110px;
  background-color: #e4e3e3;
  height: 86.1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
}

.contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents__box {
  text-align: center;
  width: 30%;
}

.contents__box .vision__sub {
  margin: 20px auto 5px;
}

.contents__box p {
  font-size: 1rem;
  text-align: left;
}

.contents__box__img {
  position: relative;
}

.contents__box__img p {
  position: absolute;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  bottom: -16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.TV {
  position: relative;
}

.contents__inner {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 0 50px;
}

.village__entry {
  margin-top: 140px;
}

.entry__main {
  margin-top: 100px;
}

.entry__main h3 {
  font-size: 2rem;
  text-align: center;
  border-bottom: 4px solid #222;
  padding-bottom: 10px;
}

.entry__main p {
  margin-top: 32px;
}

.entry__container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry__phase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  width: 45%;
}

.phase__left {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: red;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phase__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 100px;
  max-width: 240px;
  padding: 17px 0;
  width: 100%;
}

.phase__center ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #222;
}

.phase__center ul li p {
  margin-left: 10px;
  font-size: 16px;
  margin-top: 0;
}

.phase__center ul li span {
  position: absolute;
  top: 5%;
  right: 20%;
  top: 7%;
  line-height: 1.5;
  right: 5%;
  font-size: 0.875rem;
}

.phase__center ul li + li {
  margin-top: 5px;
}

.phase__center ul li p {
  position: relative;
}

.phase__center ul li p span {
  position: absolute;
  top: -4px;
  line-height: 1.5;
  right: -160%;
  font-size: 0.875rem;
  white-space: nowrap;
}

.entry__icon {
  max-width: 40px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.village__faq {
  margin-top: 140px;
}

.faq__inner {
  margin-top: 80px;
}

.qa dt,
.qa dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 10px 0 10px 10px;
}

.qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.qa dt::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50px;
}

.qa dd::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: red;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50px;
}

.village__member {
  margin-top: 140px;
}

.village__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.village__member__card {
  background-color: #fff;
  position: relative;
  padding: 10px;
  width: 365px;
  height: 480px;
  border-radius: 20px;
}

.village__member__container {
  position: absolute;
  top: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}

.village__member__container p {
  text-align: left;
  margin-top: 20px;
}

.village__member__img {
  background-color: #d9d9d9;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
}

.village__member__name {
  font-weight: bold;
  font-size: 1.5rem;
}

.village__member__name span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

.village__member__position {
  border-bottom: 1px solid red;
  display: inline;
  font-size: 1rem;
}

#page-village {
  background: #e4e3e3;
  color: #222;
  overflow: hidden;
}

.village__mv {
  height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
}

.village__mv img {
  max-height: 100%;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.village__slick-img {
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}

main:not(#top)#page-village .village__philosophy .content-inner {
  padding: 40px 16px;
}

.village__philosophy {
  margin-top: 120px;
}

.philosophy__container {
  width: 100vw;
  margin: 100px calc(50% - 50vw) 0;
  background-color: #fff;
  border-top: 8px solid red;
  border-bottom: 8px solid red;
}

.philosophy__container .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.philosophy__content {
  width: 30%;
}

.philosophy__circle {
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.philosophy__circle img {
  border-radius: 50%;
}

.overlap-circle {
  position: absolute;
  /* 絶対位置を使用して重ねます */
  border-radius: 50%;
  /* 円形にします */
  max-width: 20rem;
  width: 100%;
  border: 1px solid red;
  aspect-ratio: 1/1;
  /* 縦横比を1:1に保つ */
  z-index: -1;
}

.circle1 {
  left: 18%;
  /* 中心から左に50pxずらします */
}

.circle2 {
  left: 54%;
  /* 中心から右に50pxずらします */
}

.village__plan {
  margin-top: 140px;
}

.plan__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
  gap: 32px;
}

.plan__card {
  width: 23%;
  min-width: 240px;
}

.plan__card .vision__sub {
  font-size: 1.25rem;
  text-align: center;
}

.plan__card .vision__sub .red.red__line {
  display: inline;
}

.plan__card .vision__sub .black__line {
  display: inline;
}

.plan__card__top {
  text-align: center;
  margin: 0 auto 50px;
  width: 60%;
}

.plan__card__top.plan__card__top1 {
  margin-bottom: 30px;
  padding-top: 20px;
}

.plan__card__top.plan__card__top2 {
  margin-bottom: 30px;
  padding-top: 20px;
  width: 40%;
}

.plan__card__top.plan__card__top3 {
  margin-bottom: 30px;
  width: 30%;
}

.plan__card__top.plan__card__top4 {
  width: 40%;
  margin: 0 auto 40px 62px;
}

.plan__history {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: 4%;
  padding: 5px;
  font-size: 1rem;
  font-weight: bold;
  max-width: 80px;
  width: 100%;
  height: auto;
  text-align: center;
}

.plan__card__img {
  position: relative;
}

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

.plan3 {
  margin-top: -8px;
}

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

.village__privilege {
  margin-top: 140px;
}

.privilege__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 80px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.privileges {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privilege {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 110px 12px 25px;
}

.privilege picture {
  position: absolute;
  left: 10%;
  top: 0;
  width: 18%;
}

.privilege .vision__sub {
  text-align: center;
  margin: 20px auto;
}

.privilege__vertical {
  position: absolute;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 1.25rem;
  top: 20px;
  left: 15%;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.privilege__vertical span {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.privilege__slides {
  margin-right: calc(50% - 50vw);
  width: 200%;
}

.slide {
  position: relative;
}

.slide img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 879/1051;
  height: 100%;
  width: 100%;
  border-radius: 20px 0 0 20px;
}

h3.village__about__title.privilege__title {
  position: absolute;
  top: 20%;
  left: 5%;
  width: clamp(200px, 15.33vw, 260px);
  height: 100%;
}

h3.village__about__title.privilege__title span {
  padding: 20px 0;
}

h3.village__about__title.privilege__title span.red {
  padding: 0;
  margin: 0;
}

h3.village__about__title.privilege__title span span {
  margin-left: 0;
}

.privilege__slides {
  overflow: hidden;
  position: relative;
  height: 1051px;
}

.privilege__slides .slide {
  position: absolute;
  -webkit-animation: slideshow 15s infinite;
  animation: slideshow 15s infinite;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.privilege__slides .slide:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.privilege__slides .slide:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.privilege__slides .slide:nth-child(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@-webkit-keyframes slideshow {
  33.33% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  66.66% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slideshow {
  33.33% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  66.66% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    opacity: 0;
  }
}

.village__schedule {
  margin-top: 140px;
}

.village__schedule h2 {
  text-align: center;
  margin: 0 auto;
}

.schedule__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  position: relative;
}

.vertical__line {
  width: 2%;
}

.vertical__line img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.schedule__contents {
  display: block;
}

.time__schedule {
  font-weight: bold;
  margin: 30px 0 10px;
}

.schedule__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 20px;
  padding: 20px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule__left {
  width: 30%;
}

.schedule__center {
  width: 30%;
}

.schedule__center h3 {
  font-size: 2rem;
  font-weight: bold;
}

.schedule__center ul {
  list-style: disc;
  margin-bottom: 0;
}

.schedule__right {
  width: 30%;
}

.village__vision {
  margin-top: 140px;
}

.vision__container {
  margin-top: 120px;
}

.vision__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vision__content.__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.vision__img {
  width: 46%;
  position: relative;
}

.vision__img img + img {
  position: absolute;
  content: "";
  top: 5%;
  left: 5%;
  width: 20%;
  height: auto;
  background-size: contain;
}

.vision__main {
  text-align: center;
  width: 50%;
}

.vision__main h3 {
  font-size: 1.8rem;
  border: 1px solid #222;
  border-radius: 20px;
  padding: 10px 30px;
  width: 100%;
  background-color: #fff;
  white-space: nowrap;
}

.vision__main p {
  text-align: left;
}

.vision__sub {
  color: #222;
  font-weight: bold;
  font-size: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}

span.red__line {
  color: red;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: inherit;
  display: inline-block;
  line-height: 18px;
}

span.black__line {
  color: #222;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: inherit;
  line-height: 18px;
  display: inline-block;
}

span.black__line,
span.red__line {
  line-height: 24px;
}

.vision__line {
  margin: 40px 0;
  height: 10px;
}

.category__buttons {
  position: relative;
  padding: 30px 0;
}

.category__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -1;
}

.category__buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.category__buttons ul li a {
  border: 1px solid #222;
  border-radius: 50px;
  color: #222;
  padding: 5px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category__buttons ul li a:hover {
  color: #fff;
  background-color: red;
  border: 1px solid red;
}

.page__works__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 40px;
  margin-top: 60px;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination a {
  display: inline-block;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  color: black;
  font-weight: 400;
}

.pagination a:hover,
.pagination a:focus {
  color: red;
}

.pagination__prev::before {
  content: "<";
}

.pagination__next::before {
  content: ">";
}

.pagination__items {
  margin: 0;
  padding: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  counter-reset: pagination;
  margin: 0 1px;
}

.pagination__items li {
  position: absolute;
  top: -100vh;
  counter-increment: pagination;
  margin: 0 15px;
}

.pagination__items li:first-child,
.pagination__items li:last-child {
  position: static;
}

.pagination__items li.is-active {
  position: static;
}

.pagination__items li.is-active:not(:nth-child(1)):not(:nth-child(2))::before {
  content: "...";
  display: inline-block;
  padding: 0.5rem 0.7rem;
  background-color: #eee;
  margin-right: 2px;
}

.pagination__items li.is-active + li,
.pagination__items li.is-active + li + li {
  position: static;
}

.pagination__items
  li.is-active
  + li
  + li:not(:last-child):not(:nth-last-child(2))::after {
  content: "...";
  display: inline-block;
  padding: 0.5rem 0.7rem;
  margin-left: 2px;
}

.pagination__items a::before {
  content: counter(pagination);
}

.pagination__items .is-active a {
  color: red;
}

.prev:hover .my-custom-class {
  stroke: red;
}

.next:hover .my-custom-class {
  stroke: red;
}

.page__works__right p {
  color: #000;
}

.page__works__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 60px;
}

.page__works__left {
  width: 45%;
}

.page__works__right {
  width: 45%;
}

.page__works__right h1 {
  color: #000;
  font-size: 32px;

  font-weight: 700;
  line-height: 1;
}

.works__link {
  color: blue;
}

.page__works__right .works__card-link {
  padding: 13px 0 46px 0;
}

.page__works__right p {
  font-size: 16px;
  line-height: 24px;
}

.page__works__contents {
  margin-top: 80px;
}

.page__works__contents h2,
.page__works__contents p {
  color: #000;
}

.page__works__contents h2 {
  font-size: 32px;
  margin: 20px 0;
}

.page__works__contents p {
  font-size: 16px;
}

.wp-block-image {
  margin-top: 50px;
}

main:not(#top) .content-inner.works__top__inner.single__inner {
  padding: 70px 16px 0;
}

.works__cards.other__cards {
  top: 180px;
}

.single__inner .pre-next-btn {
  bottom: 8%;
}

#works .content-inner .bottom-inner {
  margin-top: 0;
}

main#works .content-inner.single-inner {
  padding: 0px 16px;
}

main#page-about {
  background: #f6f6f6;
}

main:not(#top)#page-about .content-inner {
  max-width: 1100px;
}

.video__wrap {
  position: relative;
  height: 100vh;
}

.video__wrap h1 {
  position: absolute;
  left: 0%;
  top: 12%;
  z-index: 1;
}

.video__wrap h1 span {
  color: #fff;
}

.video__wrap video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 calc(50% - 50vw);
}

.about-main {
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}

.about-main::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/es/public_html/assets/img/about/square.svg");
  background-position: center;
  background-position-y: center;
  background-size: contain;
  width: 85%;
  height: 85%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

main:not(#top)#page-about .content-inner.about-main-inner {
  max-width: 1300px;
  padding: 87px 16px 186px;
}

.about-main__wrap {
  display: grid;
  position: relative;
  z-index: 1;
}

.about-main__mission {
  gap: 40px;
  grid-template-columns: 1fr 7fr 1fr;
}

.about-main__vision {
  gap: 20px;
  grid-template-columns: 1.2fr 7fr 1fr;
}

.about-main__value {
  grid-template-columns: 1.2fr 7fr 1.4fr;
}

.about-main__value p {
  padding: 0 30px;
}

.about-main__wrap + .about-main__wrap {
  margin-top: 78px;
}

.about-main__left {
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.about-main__center {
  grid-column: 2/3;
  text-align: center;
}

.about-main__red {
  color: #d21010;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about-main__black {
  margin-top: 40px;
}

.about-main__black h2 {
  color: #000;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  margin-inline: auto;
}

.about-main__black p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-top: 36px;
}

.about-main__right {
  grid-column: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

main:not(#top)#page-about .about-mission .content-inner {
  padding: 0 16px;
}

.about-mission {
  background: #f6f6f6;
}

.about-mission h2 {
  margin-inline: auto;

  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 40px;
  margin-bottom: -45px;
}

.about-mission h2 span.red.inline {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-mission__wrap {
  background-image: url("/wp-content/themes/es/public_html/assets/img/about/bgred-pc.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-mission__inner {
  padding: 82px 16px 57px;
  max-width: 1080px;
  margin: auto;
}

.about-mission__inner h3 {
  color: #fff;
  text-align: center;

  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-mission__inner p {
  color: #fff;

  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 41px;
  width: 74%;
  margin-left: auto;
}

#page-404 p {
  text-align: center;
  font-size: 2rem;
  margin-top: 100px;
}

.page__top {
  text-align: center;
  margin-top: 50px;
  font-size: 1.5rem;
  margin-bottom: 200px;
}

.page__top a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page__top a:hover {
  opacity: 0.7;
}

.about-purpose {
  background-image: url("/wp-content/themes/es/public_html/assets/img/about/bg-mission.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  padding: 80px 0 220px;
}

.purpose-sub {
  color: #fff;

  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}

.purpose-sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92%;
  height: 4px;
  background: #d21010;
}

.purpose-main {
  color: #fff;

  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-top: 70px;
}

.purpose-main p:nth-child(even) {
  padding-left: 10vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.purpose-main span {
  color: #fff;

  font-size: 4rem;
  display: inline-block;
}

.about-entertaining {
  background: #d21010;
}

.about-cool {
  background: #000;
}

.about-introduction h2 {
  font-weight: 700;
}

main:not(#top) .about-introduction .content-inner {
  padding: 98px 16px 146px;
}

h2 span.black {
  color: #000;
  font-size: 48px;
  font-weight: 700;
}

.about-sub {
  color: #fff;
  text-align: center;

  font-size: 32px;
  font-weight: 700;
  margin-top: 30px;
  line-height: normal;
}

.introduction__wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}

.introduction__card {
  aspect-ratio: 320/447;
  width: calc(33.3333% - 40px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.introduction__img img {
  aspect-ratio: 320/280;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: -2px;
}

.introduction__body {
  padding: 12px;
}

.introduction__body h3 {
  color: #222;

  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.introduction__body h3 span {
  margin-top: 0;
  font-size: 1.25rem;
  display: inline-block;
}

.introduction__body p {
  color: #222;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}

.about-community .callout {
  padding-bottom: 20px;
}

.about-community .callout::after {
  border-color: #f6f6f6 transparent transparent transparent;
}

.about-community h2 {
  margin-top: 112px;
  color: #222;
}

.about-community .vision__container {
  margin-top: 80px;
}

.village__vision.about-community {
  margin: 100px 0 130px;
  background: #f6f6f6;
}

.big-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.big-title p {
  color: #000;

  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.big-title span {
  color: #d21010;
  text-align: center;

  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  white-space: nowrap;
}

.multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 20px;
  max-width: 98px;
  width: 100%;
  height: auto;
}

.vision__main.community__main {
  color: #222;
}

.vision__main.community__main h3 {
  padding: 17px;
}

.community__main__wrap {
  margin-top: 32px;
}

.community__main__wrap p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.community__name {
  margin-top: 18px;
}

.community__name p {
  color: #000;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.vision__img.about-community__img {
  aspect-ratio: 480/360;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.vision__img.about-community__img img {
  height: 100%;
}

.aboutES {
  background-color: #fff;
}

.aboutES__wrap {
  padding: 80px 0 109px;
}

main:not(#top)#page-about .aboutES .content-inner {
  padding: 0px 16px 32px;
  max-width: 832px;
}

.aboutES__content {
  text-align: center;
  position: relative;
}

.aboutES__content + .aboutES__content {
  margin-top: 40px;
}

.aboutES__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 8px;
  background: #d21010;
}

.aboutES__content:last-child::after {
  right: 0;
  left: auto;
}

.aboutES__content h2 {
  color: #000;
  text-align: center;

  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-inline: auto;
}

.aboutES__content h2 span.red {
  margin-bottom: 0;
  font-size: 3rem;
  display: inline-block;
}

.aboutES__content p {
  color: #000;
  text-align: center;

  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.aboutES__content p.aboutES__text {
  font-size: 1.25rem;
}

.about-greeting {
  background: #f6f6f6;
}

main:not(#top)#page-about .about-greeting .content-inner {
  padding: 90px 16px 0;
}

.intro-representative {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(210, 16, 16, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(210, 16, 16, 0.4);
  width: 100%;
  margin-inline: auto;
  padding: 10px 0;
  margin-top: 40px;
}

.representative__img {
  aspect-ratio: 540/360;
  width: 50%;
  margin-inline: auto;
}

.representative__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  margin-top: 20px;
}

.representative__position {
  color: #000;

  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.representative__name {
  color: #000;

  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.greeting__text {
  margin-top: 40px;
}

.greeting__text p {
  color: #000;

  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.greeting__text p + p {
  margin-top: 20px;
}

.news {
  width: 100%;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__title {
  font-size: 24px;
  font-weight: 700;
  color: #44bb39;
}

.blog-detail dl {
  background-color: #f4f6f8;
  padding: 15px 20px;
}

.blog-detail dl dt {
  padding: 0;
  font-weight: bold;
}

.grid-container {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 修正 */
  position: relative;
  overflow: hidden;
}

.grid-item a {
  display: inline-block;
  /* ここがポイント */
  height: 180px;
  width: 280px;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.grid-item a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 100%;
}

.grid-item a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.grid-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.bottom__txt {
  cursor: pointer;
  position: absolute;
  font-size: 3rem;
  top: 25px;
  left: 25px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.bottom__txt span {
  font-size: 1.5rem;
  display: block;
  margin-top: 10px;
}

.bg-left {
  --bg: 100%;
}

.bg-left::before {
  -webkit-clip-path: inset(0% var(--bg) 0% 0%);
  clip-path: inset(0% var(--bg) 0% 0%);
}

.works__text {
  margin-left: 100px;
  font-size: 1.5rem;
}

.post__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.post--list-title {
  padding: 0 20px;
  border: 1px solid #0d1c51;
  border-radius: 5px;
  font-weight: 900;
}

.post--list-time {
  margin-left: 20px;
}

.post--list-time time {
  font-size: 1rem;
}

.works__lient {
  margin-top: 10px;
  font-size: 1.1rem;
  margin-bottom: 0;
}

a.badge.badge-outline {
  border: none;
  color: #0d1c51;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 900;
}

.post--list-cat {
  font-size: 1.2rem;
}

.works__client {
  margin-top: 10px;
}

#wp-calendar #today {
  background-color: #6699ff;
}

#wp-calendar {
  font-weight: bold;
}

#wp-calendar th[title="日曜日"],
#wp-calendar td:last-of-type {
  color: red;
}

#wp-calendar th {
  text-align: center;
  font-weight: bold;
}

.rpwe-title a {
  font-size: 1.2rem;
}

.wp-calendar-nav {
  display: none;
}

.cat-item {
  list-style-type: none;
}

.categories {
  list-style-type: none;
}

.category-title {
  font-size: 1.2rem;
  font-weight: 200;
  margin-bottom: 12px;
}

.wp-block-calendar td,
.wp-block-calendar th {
  border: none;
}

main#page-contact .content-inner {
  padding: 70px 16px 0;
}

#myInput {
  font-family: "Noto Sans JP";
}

.Form {
  background-color: #f5f5f5;
  width: 100%;
  padding: 80px 0;
}

.wpcf7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.contact-form__dl {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.1019607843);
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.1019607843);
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  color: #222;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 10px;
  margin-left: 10px;
  padding: 0 8px;
  width: 44px;
  line-height: 1.75;
  display: inline-block;
  text-align: center;
  background: transparent;
  font-size: 12px;
  border: 1px solid #d21010;
  color: #d21010;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

label.is-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact__wrap {
  margin-top: 77px;
  margin-bottom: 177px;
}

.contact__inner {
  max-width: 688px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact__ttl {
  font-size: 28px;
  color: #382620;
  font-family: "Noto Serif JP", serif;
}

.contact__title {
  padding-left: 0;
}

.contact__txt {
  color: #382620;
  margin-top: 24px;
  text-align: left;
  margin-bottom: 78px;
}

.contact__form {
  margin: 0 auto;
  max-width: 100%;
}

.contact-form__dl {
  margin: 0;
  padding: 0;
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row__textbox {
  margin-bottom: 0;
}

.contact-form__radio .radio__bottom {
  margin-bottom: 0;
}

.contact-form__radio [type="radio"] {
  display: none;
}

.contact-form__radio span {
  padding-left: 33px;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.contact-form__radio span::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border: 1px solid 002349;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}

.contact-form__radio span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f07317;
  left: 5.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  display: none;
  cursor: pointer;
}

.contact-form__radio [type="radio"]:checked + span::after {
  display: block;
}

.wpcf7-form-control.wpcf7-radio [type="radio"] {
  display: none;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  color: #222;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #fff;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio span {
  padding-left: 33px;
  display: block;
  position: relative;
}

.contact-form__input.radio__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-form-control.wpcf7-radio span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #d21010;
  left: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  display: none;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio [type="radio"]:checked + span::after {
  display: block;
}

.contact-form__label .contact__radio {
  line-height: 21px;
}

.one__row {
  height: 100%;
  -webkit-filter: drop-shadow(0px 1px 0px #cac9c9);
  filter: drop-shadow(0px 1px 0px #cac9c9);
  margin-bottom: 2px;
}

.contact-form__label {
  max-width: 222px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 29px 0;
  color: #222;
  background-color: #f5f5f5;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form__label label {
  cursor: pointer;
  font-weight: bold;
}

.contact-form__label label.is-required {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  padding-left: 0;
}

.wpcf7-list-item {
  margin: 0;
}

.contact-form__input {
  width: calc(100% - 199px);
  margin: 0;
  padding: 0;
  text-align: left;
}

input[type="tel"] {
  max-width: 320px;
  width: 100%;
}

.contact-form__input [type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  color: #222;
  text-align: left;
  font-family: inherit;
  font-size: 16px;
  max-width: 320px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form__input [type="text"]::-webkit-input-placeholder,
.contact-form__input [type="email"]::-webkit-input-placeholder,
.contact-form__input [type="tel"]::-webkit-input-placeholder,
.contact-form__input textarea::-webkit-input-placeholder {
  text-align: left;
}

.contact-form__input [type="text"]::-moz-placeholder,
.contact-form__input [type="email"]::-moz-placeholder,
.contact-form__input [type="tel"]::-moz-placeholder,
.contact-form__input textarea::-moz-placeholder {
  text-align: left;
}

.contact-form__input [type="text"]:-ms-input-placeholder,
.contact-form__input [type="email"]:-ms-input-placeholder,
.contact-form__input [type="tel"]:-ms-input-placeholder,
.contact-form__input textarea:-ms-input-placeholder {
  text-align: left;
}

.contact-form__input [type="text"]::-ms-input-placeholder,
.contact-form__input [type="email"]::-ms-input-placeholder,
.contact-form__input [type="tel"]::-ms-input-placeholder,
.contact-form__input textarea::-ms-input-placeholder {
  text-align: left;
}

.contact-form__input [type="text"]::placeholder,
.contact-form__input [type="email"]::placeholder,
.contact-form__input [type="tel"]::placeholder,
.contact-form__input textarea::placeholder {
  text-align: left;
}

::-webkit-input-placeholder {
  color: #222;
}

::-moz-placeholder {
  color: #222;
}

:-ms-input-placeholder {
  color: #222;
}

::-ms-input-placeholder {
  color: #222;
}

::placeholder {
  color: #222;
}

.contact-form__input [type="email"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  max-width: 320px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form__input select {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
}

.contact-form__input textarea {
  min-height: 280px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: white;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  color: #222;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"] {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 280px;
  height: 72px;
  border-radius: 36px;
  position: relative;
  background: #d21010;
  -webkit-transition: color 0.1s, top 0.1s, left 0.1s, -webkit-transform 0.1s;
  transition: color 0.1s, top 0.1s, left 0.1s, -webkit-transform 0.1s;
  transition: color 0.1s, top 0.1s, left 0.1s, transform 0.1s;
  transition: color 0.1s, top 0.1s, left 0.1s, transform 0.1s,
    -webkit-transform 0.1s;
  overflow: hidden;
}

.contact__privacy {
  font-size: 14px;
  margin-top: 35px;
  line-height: 1.347;
}

.btn__contact {
  margin: 0 auto;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  max-width: 280px;
  height: 72px;
  width: 100%;
  font-family: "Noto Sans CJK JP";
}
.btn__contact.disabled,
.btn__contact.disabled #myInput {
  cursor: not-allowed;
}

.btn__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.btn__contact .wpcf7-submit {
  font-family: "Noto Sans CJK JP";
}

.disabled input[type="submit"] {
  background: #ed6b6b;
}

.btn__contact::before,
.btn__contact.disabled:hover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 340px;
  height: 240px;
  background: #ed6b6b;
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn__contact.enabled:hover {
  cursor: pointer;
}

.btn__text {
  pointer-events: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #222;
}

.btn__contact:hover::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.btn__contact::after,
.btn__contact.disabled:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}

.btn__contact:hover::after {
  background: url("/wp-content/themes/es/public_html/assets/img/btn-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 6px;
  top: 52%;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-radio span + span {
  margin-left: 20px;
}

.wpcf7-form dd {
  background-color: #fff;
  padding: 20px;
}

body label {
  margin-bottom: 0;
}

.wrap__textarea {
  max-width: 720px;
}

.wpcf7-form-control {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(34, 34, 34, 0.1));
  filter: drop-shadow(0px 0px 10px rgba(34, 34, 34, 0.1));
}

.contact-form__check {
  margin: 44px auto;
  text-align: center;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-form__check label {
  cursor: pointer;
}

.contact-form__check label span a {
  text-decoration: underline;
}

.contact-form__check [type="checkbox"] {
  width: 25px;
  height: 25px;
  opacity: 0;
}

.contact-form__check span {
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #222;
}

.contact-form__check span.wpcf7-list-item::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 0px;
  border: 2px solid #222222;
  border-radius: 2px;
  background: transparent;
  z-index: 2;
}

.contact-form__check ~ span::after {
  content: "";
  width: 8px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -14px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  display: none;
}

#checkmark {
  position: relative;
}

select:not([size]):not([multiple]) {
  color: #222;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "Varela", sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Noto Sans JP", "Varela", sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", "Varela", sans-serif;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", "Varela", sans-serif;
}

input::placeholder,
textarea::placeholder,
option {
  font-family: "Noto Sans JP", "Varela", sans-serif;
}

#checkmark.checked::before {
  content: "";
  width: 8px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -24px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
}

.contact-form__check [type="checkbox"]:checked ~ span::after {
  display: block;
}

.contact-form__check [type="checkbox"]:checked + span::after {
  display: block;
}

.wrap__textarea .wpcf7-form-control-wrap {
  max-width: 720px;
}

.thanks__wrap {
  color: #222;
  background-color: #fff;
  padding: 100px 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

main#page-rental {
  background-color: #f6f6f6;
  overflow: hidden;
}

.bg-rental {
  background-image: url("/wp-content/themes/es/public_html/assets/img/rental/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.about__rental {
  color: #222;
}

.about__rental__inner h2 span {
  color: #d21010;
}

.about__rental__inner .callout::after {
  border-color: #fff transparent transparent transparent;
  right: 41.3%;
}

.about__rental__text {
  color: #222;
}

.about__rental__text p + p {
  margin-top: 20px;
}

.village__loopSlide.rental__slide {
  margin-top: 60px;
}

.village__loopSlide ul li.loop__rental {
  max-width: 480px;
}

.loop__rental {
  aspect-ratio: 480/360;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.access h2 {
  color: #222;
}

.access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-top: 30px;
}

.access__container {
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access__container {
    margin: auto;
  }
}

.access__map {
  position: relative;
  padding-top: 75%;
  margin-top: 12px;
  height: 0;
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__info {
  width: 80%;
}

.access__info ul li {
  border-bottom: 1px solid #d21010;
  padding-bottom: 12px;
  color: #000;
  font-size: 16px;
  max-width: 400px;
  width: 100%;
  text-align: left;
}

.access__info ul li + li {
  margin-top: 20px;
}

.access .callout::after {
  border-color: #f5f5f5 transparent transparent transparent;
  border-width: 33px 0px 0 34px;
}

.price h2 {
  color: #222;
}

.price__container {
  border-top: 8px solid var(--unnamed, #d21010);
  border-bottom: 8px solid var(--unnamed, #d21010);
  background: #fff;
}

.price__inner {
  padding: 40px 175px 40px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.price__left {
  width: 60%;
}

.price__left p {
  color: #222;
  margin: 15px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.price__content__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price__content__up p {
  color: #222;
  margin-left: 20px;
  font-weight: 700;
}

.price__content__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0 10px;
  margin-top: 16px;
}

.price__content__image {
  width: 120px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
}

.price__red {
  background: var(--unnamed, #d21010);
  height: 4px;
  width: 100%;
  margin: 20px 0 16px;
}

.resolution__rental__inner {
  color: #222;
  max-width: 1200px;
  margin: auto;
}

.resolution .content-inner h2 {
  color: #222;
}

.resolution__contents {
  background-color: #fff;
  padding: 40px 60px;
}

.resolution__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.resolution__content + .resolution__content {
  margin-top: 40px;
}

.resolution__main {
  width: 51%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resolution__main p {
  font-size: 16px;
  font-weight: 700;
}

.resolution__main h3,
.resolution__main h3 span.red.inline {
  font-size: 2rem;

  font-weight: 700;
  letter-spacing: 2px;
  line-height: 42px;
  max-width: 548px;
  white-space: nowrap;
}

.resolution__line {
  height: 12px;
}

.rental-resolution__img {
  width: 35%;
  aspect-ratio: 358/200;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.rental-resolution__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.rental-resolution__img {
  height: 100%;
}

.resolution__line img {
  width: 100%;
}

.use-space h2,
.use-space p {
  color: #222;
}

.space__text {
  margin-top: 20px;
}

.subtitle {
  color: #222;
}

.subtitle,
.subtitle span.red.inline {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  margin-top: 30px;
  line-height: 42px;
  letter-spacing: 2px;
}

.space__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 40px;
  gap: 36px;
}

.space__card {
  position: relative;
  min-width: 240px;
  height: 180px;
}

.space__card p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 32px;

  font-weight: 700;
  width: 100%;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  /* 上側の影 */
}

.bar__resolution.worries {
  color: #222;
}

.bar__resolution.worries h2 {
  margin-bottom: 0;
}

.border_line {
  -webkit-text-decoration: #222 underline 1px;
  text-decoration: #222 underline 1px;
}

.resolution__card.worries__card {
  border-radius: 10px;
}

.resolution__card.worries__card p {
  text-align: left;
}

.resolution__card.worries__card p span {
  border-bottom: none;
}

.worries__img {
  width: 100%;
}

#page-rental .fv {
  background-image: url("/wp-content/themes/es/public_html/assets/img/rental/fv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  height: 100vh;
}

main#page-rental .content-inner {
  padding: 140px 16px 0px;
}

#page-rental h2 {
  letter-spacing: 0.02em;
}

.company-overview {
  background: #f6f6f6;
}

main:not(#top) .company-overview .content-inner {
  padding: 100px 16px 60px;
}

.company__table {
  margin-top: 30px;
}

.company__table dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.company__table dl div:first-child dt,
.company__table dl div:first-child dd {
  border-top: 1px solid #000;
}

.company__table dt,
.company__table dd {
  border-bottom: 1px solid #000;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.company__table dt {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
}

.company__table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  width: calc(70% - 8px);
}

main:not(#top) .history {
  padding: 100px 16px 60px;
}

.history-wrap {
  padding: 54px 0 138px;
  position: relative;
}

.history__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}

.history__lists:not(:first-child) {
  margin-top: -4px;
}

.history__list {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: calc(56% - 80px);
  margin-top: -4px;
}

.history__list span {
  color: #d21010;
  font-family: Varta;
  font-size: 16px;
}

.history__list p {
  color: #000;

  font-size: 1.25rem;
  position: relative;
}

.history__list p::after {
  content: "";
  background-image: url("/wp-content/themes/es/public_html/assets/img/company/history.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 32px;
  height: 13px;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history__list.history__list__even p {
  position: relative;
}

.history__list.history__list__even p::before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/es/public_html/assets/img/company/history-vertical-sp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2px;
  height: 199px;
  top: -70px;
  left: calc(100% + 38px);
}

.history__list.history__list__even p::after {
  left: auto;
  right: -38px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.history__list.history__list__even {
  margin-top: 42px;
  width: 44%;
  text-align: right;
}

main:not(#top) .company-group {
  padding: 75px 0 120px;
}

.company-group {
  background: #f6f6f6;
}

.group__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 182px;
}

.group__content + .group__content {
  margin-top: 52px;
}

.group__img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
  max-width: 358px;
}

.group__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.group__text h3 {
  color: #000;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.group__text p {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.group__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.company-character {
  background: #d21010;
  padding: 80px 0;
}

.company-character h2,
.company-character span {
  color: #fff;
}

.character__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 104px;
}

.character__img {
  width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.character__img p {
  color: #fff;
  font-family: Noto Serif JP;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  margin-top: 20px;
}

.character__main {
  border-radius: 20px;
  background: #fff;
  padding: 20px 20px 20px 33px;
}

.character__title {
  color: #000;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.character__info__wrap {
  margin-top: 18px;
}

.character__info__wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
}

.character__info__wrap dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.character__info__wrap dl div dt {
  border-radius: 2px;
  background: #222;
  color: #fff;
  padding: 8px;
  line-height: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.character__info__wrap dl div dd {
  color: #222;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.restaurant-store {
  margin-top: 80px;
}

main#page-restaurant {
  background: #f6f6f6;
  position: relative;
  z-index: -3;
}

.restaurant__mv {
  height: 100vh;
  overflow: hidden;
}

.restaurant__mv img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 100%;
  width: 100%;
  height: 100vh;
}

.store__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  margin-top: 20px;
}

.store__item {
  width: calc(50% - 30px);
}

.store__img {
  aspect-ratio: 480/360;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.store__name {
  color: #d21010;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.store__text {
  color: #222;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 12px;
}

.bg-white {
  position: relative;
  margin-top: 140px;
}

.bg-white::after {
  content: "";
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(25%, #fff),
    color-stop(25%, #f6f6f6),
    to(#f6f6f6)
  );
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 25%,
    #f6f6f6 25%,
    #f6f6f6 100%
  );
  left: 0;
  width: 100%;
  height: 96%;
  z-index: -2;
  top: 0;
}

main:not(#top) .restaurant-bar .content-inner {
  padding: 0 16px;
}

.bar__body {
  margin-top: -219px;
  position: relative;
}

.bar__top {
  padding: 6.25rem 10rem 6.25rem 11rem;
  margin-right: auto;
  background: #fff;
  width: 76.8%;
  margin-left: calc(50% - 50vw);
}

h2 span.block {
  color: #222;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bar__sub {
  color: #222;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bar__text {
  color: #222;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.bar__points {
  margin-top: 120px;
}

.bar__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}

.bar__point + .bar__point {
  margin-top: 80px;
}

.bar__point.point__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.point__img {
  width: calc(50% - 10.5px);
  border-radius: 20px;
  overflow: hidden;
}

.point__body {
  width: calc(50% - 10.5px);
}

.point__num {
  color: #d21010;
  font-family: Varta;
  font-size: 11.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180px;
  /* 100% */
}

.point__title {
  color: #222;

  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.point__text {
  color: #222;

  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.restaurant-access {
  border-radius: 20px;
  background: #f6f6f6;
}

main:not(#top) .restaurant-access .content-inner {
  padding: 60px 16px;
}

.access__location {
  color: #000;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 43.98%;
  margin-top: 12px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reserve {
  margin-top: 179px;
  position: relative;
  width: 100%;
}

.reserve::after {
  content: "";
  position: absolute;
  background: #222;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 279px;
  z-index: -1;
}

.reserve-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 80px;
  padding-left: 5.5vw;
  padding-right: 12.5vw;
  padding-bottom: 71px;
}

.reserve__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  width: calc(61% - 40px);
}

.reserve__img {
  aspect-ratio: 320/416;
  width: calc(50% - 40px);
  border-radius: 20px;
  overflow: hidden;
}

.reserve__body h2 {
  background-color: #fff;
  color: #222;
  -webkit-font-feature-settings: "vert" on;
  font-feature-settings: "vert" on;

  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 18px 16px;
  border-radius: 8px;
}

.reserve__body h2 span {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 0;
}

a.red__btn.reserve__btn {
  margin: 32px auto 0;
}

main:not(#top) .content-inner.group-store {
  margin-top: 40px;
}

.bg-black {
  background: #222;
  position: relative;
  z-index: -2;
  margin-top: 20px;
}

.bg-black .bar__points {
  margin-top: 60px;
}

.restaurant-bar.restaurant-craft {
  background: #222;
  color: #fff;
  padding-bottom: 140px;
}

.bar__top.craft__top {
  background: #222;
}

.restaurant-bar.restaurant-craft h2 {
  color: #fff;
}

.restaurant-bar.restaurant-craft h2 span.block {
  color: #fff;
}

.restaurant-bar.restaurant-craft .bar__sub {
  color: #fff;
}

.restaurant-bar.restaurant-craft .bar__text {
  color: #fff;
}

.restaurant-bar.restaurant-craft .point__num {
  color: rgba(255, 255, 255, 0.6);
}

.restaurant-bar.restaurant-craft .point__title {
  color: #fff;
}

.restaurant-bar.restaurant-craft .point__text {
  color: #fff;
}

.reserve.reserve02::after {
  background: #f6f6f6;
  border-radius: 20px 20px 0 0;
}

.culture__main__img {
  aspect-ratio: 1080/680;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 40px;
}

h3.culture__main__title {
  color: #000;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
}

.culture__main__text {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 20px;
}

.culture__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 40px;
  margin-top: 60px;
}

.culture__img {
  aspect-ratio: 320/200;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.recruit-job {
  margin-top: 140px;
}

.job__wrap {
  margin-top: 27px;
}

.job__item {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.1);
}

.job__title {
  color: #000;

  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.job__text {
  color: #000;

  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.open_button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.job-open,
.job-close {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
  color: #d21010;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.job-open::after {
  content: "";
  background-image: url("/wp-content/themes/es/public_html/assets/img/recruit/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: -20px;
}

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal_content p {
  padding-top: 0;
}

.modal__item {
  padding: 20px 0;
  border-bottom: 2px solid #222;
}

.modal__item:first-child {
  padding: 0 0 20px 0;
}

.close_button {
  color: #d21010;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  padding: 30px;
}

.close_button::after {
  content: "";
  background-image: url("/wp-content/themes/es/public_html/assets/img/recruit/minus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  right: 0px;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overscroll-behavior-y: contain;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  margin-top: 300px;
  margin-bottom: 50px;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*下に動く*/
}

/*アイコンを表示*/

.open-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d0";
  padding-left: 8px;
}

/*ラベルホバー時*/

.open-button:hover {
  color: #ffffff;
  background-color: #4f96f6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal_title2 {
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after {
  content: "";
  position: absolute;
  bottom: 0;
}

a.red__btn.recruit__btn {
  margin-inline: auto;
  margin-top: 80px;
}

main:not(#top) .recruit-member .content-inner {
  padding: 80px 0 80px 16px;
  max-width: 90%;
  margin-right: calc(50% - 50vw);
}

.recruit-member {
  border-radius: 20px;
  background: #d21010;
}

h2.white {
  font-weight: 700;
}

span.white {
  font-weight: 700;
}

/* モーダルのCSS */

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

main#page-recruit .slick-list {
  padding-right: 100px;
}

main#page-recruit .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-top: 25px;
}

.member-link {
  padding: 1em;
}

main#page-recruit .slick-slide:not(:first-child) {
  margin-left: 2em;
}

main#page-recruit .slick-slide:nth-child(odd) {
  margin-top: 60px;
}

main#page-recruit .slick-slide:nth-child(3n) {
  margin-top: 100px;
}

.member__img {
  border-radius: 20px;
}

.slick-slide:nth-child(3n + 1) .member__img {
  border-radius: 50%;
}

h3.member-name__white {
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3.member-name__black {
  color: #000;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.member__department {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 11px;
}

.slick-next {
  right: 100px;
  width: 100px;
  height: 100px;
  bottom: -140px;
  top: auto;
}

.slick-prev {
  left: -40px;
  width: 100px;
  height: 100px;
  bottom: -138px;
  top: auto;
}

.slick-next:before,
.slick-prev:before {
  content: "";
  background-image: url("/wp-content/themes/es/public_html/assets/img/recruit/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  bottom: 0px;
  width: 100px;
  height: 100px;
  display: block;
}

.slick-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body {
  padding-right: 0;
}

html.remodal-is-locked {
  overflow: initial;
}

html.remodal-is-locked body {
  padding-right: 17px !important;
  overflow: hidden;
}

html.remodal-is-locked header {
  padding-right: 17px;
}

.remodal {
  max-width: 1080px;
  width: 100%;
}

.remodal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 115px 30px 115px 60px;
  gap: 4.875rem;
}

.remodal__left {
  text-align: left;
  width: 38%;
}

.remodal__right {
  text-align: left;
}

.member__thinking {
  color: #000;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.member__job {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.member__comment {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.member__department.department__black {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

main:not(#top) .recruit-culture .content-inner,
main:not(#top) .recruit-welfare .content-inner {
  padding: 0 16px;
}

main:not(#top) .recruit-mission .content-inner {
  padding: 100px 16px 0;
}

main#page-recruit {
  background: #f6f6f6;
}

main#page-recruit .page-top {
  background: #fff;
}

.recruit-mission-inner {
  max-width: 865px;
  width: 100%;
  margin: auto;
}

.mission__about {
  color: #222;
  text-align: center;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.recruit-mission__img {
  margin-top: 40px;
  aspect-ratio: 1080/680;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

#page-recruit section.recruit-member,
#page-recruit section.recruit-culture,
#page-recruit section.recruit-welfare {
  margin-top: 140px;
}

.welfare__item {
  border-bottom: 2px solid #222;
  padding-bottom: 20px;
}

.welfare__item + .welfare__item {
  margin-top: 40px;
}

.welfare__item__title {
  color: #d21010;

  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.welfare__text {
  color: #000;

  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
}

html {
  font-family: "Noto Sans JP", "Varela", sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #222;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: " ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 2px;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand,
input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="tel"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
input:focus[type="text"],
input:focus[type="email"],
input:focus[type="tel"],
textarea:focus,
select:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #67b0f2;
  outline: none;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.card-img-bottom {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.baguetteBox-button {
  background-color: transparent;
}

.baguetteBox-button:focus,
.baguetteBox-button:active,
.baguetteBox-button:hover {
  outline: none;
  background-color: transparent;
}

html {
  font-size: 15px;
}

body {
  font-family: "Spectral", "ro-nikkatsu-sei-kai-std", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic,
    "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  line-height: 180%;
}

.notice {
  color: #ec4c4c;
}

.pos-r {
  position: relative;
}

.ov-h {
  overflow: hidden;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-size: 16px;
}

.mw_wp_form_confirm .select-wrap:after {
  content: none;
}

.mw_wp_form_confirm .form-group > div {
  padding-top: calc(0.8rem - 2px);
}

.mw_wp_form_confirm .input-group-file input {
  display: none;
}

.mw_wp_form_confirm .input-group-file .input-group-btn {
  display: none;
}

.mw_wp_form_confirm #policy-check {
  display: none;
}

.form-group {
  margin-bottom: 20px;
}

.select-wrap {
  position: relative;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-wrap:after {
  z-index: 3;
  position: absolute;
  right: 15px;
  top: 0;
  content: "\e902";
  font-family: "icomoon";
  line-height: 3.05rem;
  color: #999;
  font-size: 0.6rem;
  pointer-events: none;
}

.select-wrap select {
  position: relative;
  z-index: 1;
  background: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
}

select:focus,
select:hover,
select:active {
  outline: none;
}

textarea {
  height: auto;
}

select::-ms-expand {
  display: none;
}

.mwform-radio-field label,
.radio {
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  cursor: pointer;
  font-weight: normal;
}

.mwform-radio-field label.radio-block,
.radio.radio-block {
  display: block;
  padding-right: 0;
}

.input-group-file input[type="file"] {
  display: none;
}

.mw_wp_form input[type="file"] {
  display: none;
}

span.mwform-file-delete {
  width: 0px;
}

iframe {
  max-width: 100%;
}

.iframe-content {
  position: relative;
  width: 100%;
  padding: 60% 0 0 0;
}

.iframe-content iframe,
.iframe-content > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-content iframe label,
.iframe-content > div label {
  width: auto;
  display: inline;
}

.iframe-content iframe img,
.iframe-content > div img {
  max-width: none;
}

.card--image {
  position: relative;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  line-height: 0;
  font-size: 1px;
}

.card--image:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.card--image.square:before {
  padding-top: 100%;
}

.card--image.card-bgsct {
  background-size: contain;
}

.card-hover {
  overflow: hidden;
}

.card {
  border-radius: 0;
  border: none;
  background-color: #eee;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem 0.8rem;
}

#hamburger {
  display: none;
  -webkit-transform: translateZ(0);
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 10000;
  cursor: pointer;
  width: 25px;
}

#hamburger .icon-bar:nth-child(2) {
  width: 20px;
}

#hamburger .icon-bar:nth-child(3) {
  width: 15px;
}

#overlay {
  opacity: 0;
}

#drawer {
  display: none;
  z-index: 9998;
  padding: 160px 48px;
}

#page,
.fixed-content {
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: left;
  transition-property: left;
}

body.drawer-opened #hamburger :nth-child(1) {
  background-color: #fff;
  width: 25px;
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
}

body.drawer-opened #hamburger :nth-child(2) {
  -webkit-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
  opacity: 0;
}

body.drawer-opened #hamburger :nth-child(3) {
  background-color: #fff;
  width: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.single-pagenavi {
  margin-bottom: 20px;
  background: #fff;
  display: table;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.single-pagenavi > a,
.single-pagenavi > span {
  display: table-cell;
  max-width: 1px;
  text-decoration: none;
  color: #111;
  position: relative;
}

.single-pagenavi > a.arrow-left a:before,
.single-pagenavi > span.arrow-left a:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  left: 15px;
  top: 50%;
  line-height: 100%;
  margin-top: -5px;
}

.single-pagenavi > a.arrow-right a:after,
.single-pagenavi > span.arrow-right a:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 100%;
  margin-top: -5px;
}

.single-pagenavi > a a,
.single-pagenavi > span a {
  text-decoration: none;
  display: block;
  padding: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 0.8rem;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.single-pagenavi > a a:hover,
.single-pagenavi > span a:hover {
  text-decoration: underline;
}

.wp-pagenavi {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.wp-pagenavi > span,
.wp-pagenavi > a {
  vertical-align: middle;
  display: inline-block;
  display: inline;
  padding: 0 10px;
  margin-right: 5px;
  line-height: 28px;
  background: #fff;
  color: #452f62;
  border-radius: 2px;
  border: 1px solid #452f62;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wp-pagenavi a:hover {
  background: #452f62;
  color: #fff;
  border-color: #452f62;
}

.wp-pagenavi span {
  background: #452f62;
  color: #fff;
  border-color: #452f62;
}

.wp-pagenavi span.extend {
  background: #eee;
  color: #636c72;
  padding: 0 8px;
  border-color: #eceeef;
  font-size: 12px;
}

#breadcrumb {
  font-size: 12px;
  text-align: right;
  padding-top: 10px;
  margin-bottom: 50px;
}

#breadcrumb .breadcrumb li {
  display: inline-block;
  float: none;
}

.blog-share {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  color: #191919;
  border-top: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  text-align: center;
  padding: 50px 0 40px;
  position: relative;
}

.blog-share h4 {
  font-size: 1rem;
  padding: 10px 0;
}

blockquote {
  background: #fafafa;
  border-left: 3px solid #b7d0dc;
  font-size: 0.9rem;
  color: #333;
  padding: 10px 20px;
}

blockquote p {
  margin-bottom: 0;
}

.blog-single-title {
  padding: 1.3rem 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.blog-single-time {
  color: #666;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}

.blog-single-time:after {
  content: " ｜";
}

.blog-body {
  padding: 15px 0 20px 0;
}

.blog-body img {
  margin: 0 0 10px;
}

.blog-detail {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
}

.blog-detail dl {
  background-color: #f4f6f8;
  padding: 15px 20px;
}

.blog-detail dt {
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: left center;
}

.blog-detail dt.detail-time {
  background-image: url("../../img/main/icon-time.svg");
}

.blog-detail dt.detail-problem {
  background-image: url("../../img/main/icon-problem.svg");
}

.blog-detail dt.detail-note {
  background-image: url("../../img/main/icon-note.svg");
}

.blog-detail dt.detail-person {
  background-image: url("../../img/main/icon-person.svg");
}

.blog-detail dt.detail-voice {
  background-image: url("../../img/main/icon-voice.svg");
}

.blog-detail dd {
  line-height: 150%;
  font-size: 0.9rem;
}

.blog-slider {
  margin-bottom: 20px;
}

.blog-slider .slide-image {
  background-color: #eceeef;
}

.slide-image {
  background-color: #eceeef;
}

_:-ms-lang(x):before,
.slide-image .card--image:before {
  padding-top: 500px;
}

.slide-image-single {
  background-color: #eceeef;
}

.blog-list-box {
  margin-bottom: 1rem;
}

.blog-list {
  padding: 25px 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-list .blog-list-image {
  padding-right: 20px;
  width: 120px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.blog-list .blog-list-thumbnail:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.blog-list .blog-list-time {
  line-height: 150%;
  vertical-align: top;
  font-size: 1.2rem;
  letter-spacing: 1px;
  max-width: 100px;
  -ms-flex: 0 0 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.blog-list .blog-list-title {
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 1px;
}

.blog-list .blog-list-title a {
  color: #111;
  text-decoration: none;
}

.blog-list .blog--list-time {
  font-size: 0.8rem;
  margin-bottom: 10px;
  display: block;
}

.blog-list .blog-list-body {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -ms-flex: 0 0 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.blog-list .blog-list-body a {
  text-decoration: none;
}

.blog-list .blog-list-body .cat {
  line-height: 25px;
}

.blog-list .blog-list-detail {
  font-size: 0.8rem;
  color: #72a3bb;
}

#blog h4.section-title {
  font-size: 2rem;
}

.blog-detail,
.blog-body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#side ul {
  padding: 0;
  list-style: none;
}

#side .side-title {
  margin-bottom: 10px;
  padding: 15px 0;
  border-bottom: 2px solid #111;
  font-weight: bold;
  font-size: 1.05rem;
}

#side .side-title.no-border {
  border: none;
}

#side .cat-list {
  background: #fff;
}

#side .cat-list li a {
  display: block;
  color: #111;
  padding: 10px 0;
  padding-left: 30px;
  background: #fff;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}

#side .cat-list li ul li {
  border-bottom: none;
}

#side .cat-list li ul li a {
  padding: 10px 20px;
  padding-left: 40px;
}

#side .cat-list li ul li a:before {
  content: none;
}

#page {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  width: 100%;
}

#loading-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

#page {
  position: relative;
  left: 0;
}

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#header .header--bg {
  background-color: transparent;
  padding: 1.8rem 0;
  position: relative;
  z-index: 2;
  background-color: transparent;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: top, background-color;
  transition-property: top, background-color;
}

#header .header--bg .header--inner {
  width: 90%;
  margin: 0 auto;
}

#header .header--bg #header--logo {
  max-width: 180px;
}

#header .header--bg h1#logo {
  font-size: 1px;
  padding: 0;
  margin: 0;
}

#header.headroom--not-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#header.headroom--not-top .header--bg {
  padding: 8px 0 10px;
  background-color: #032137;
}

#header.headroom--not-top .header--bg h1#logo {
  padding-top: 7px;
}

#header #header-nav {
  position: absolute;
  right: 0;
  top: 20px;
  list-style: none;
  width: 380px;
  padding: 0;
  margin: 0;
}

#header #header-nav li {
  white-space: nowrap;
  font-size: 0.8rem;
}

#header #header-nav li a {
  text-decoration: none;
}

#header #header-nav li a:hover {
  text-decoration: none;
}

#header #header-nav li img {
  vertical-align: middle;
  margin-right: 5px;
}

nav {
  text-align: right;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  padding: 12px 20px 8px;
  display: block;
  letter-spacing: 1.4px;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}

nav ul li a span {
  position: relative;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

nav ul li a span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus {
  text-decoration: none;
}

nav ul li a:hover span::after,
nav ul li a:active span::after,
nav ul li a:focus span::after {
  width: calc(100% - 4px);
  left: 0;
}

nav ul li.insta-link a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.5rem;
}

nav ul li.insta-link a i {
  vertical-align: middle;
  line-height: 1.5rem;
}

nav ul li.fb-link a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.5rem;
}

nav ul li.fb-link a i {
  vertical-align: middle;
  line-height: 1.5rem;
}

#footer #bottom {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
  margin-bottom: -100px;
}

#footer #bottom.lazyloaded {
  background-image: url("../../img/footer/bg-bottom.jpg");
}

#footer #bottom .tel {
  text-align: left;
}

#footer #bottom .tel a {
  color: #fff;
}

#footer .footer-body {
  margin-top: -20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #032137;
}

#footer .footer-body a {
  color: #fff;
}

#footer .footer-body .sns-links {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-body .sns-links li {
  display: inline-block;
}

#footer .footer-body .sns-links li.insta-link,
#footer .footer-body .sns-links li.fb-link {
  font-size: 1.3rem;
}

#footer .footer-body .sns-links li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#footer .footer-body .sns-links li a:hover,
#footer .footer-body .sns-links li a:active,
#footer .footer-body .sns-links li a:focus {
  text-decoration: none;
  color: #e8e8e8;
}

#footer .footer-body .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

#footer .footer-body .footer-nav li {
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 15px;
}

#footer .footer-body .footer-nav li span {
  padding: 0 0 10px 0;
  display: block;
}

#footer .footer-body .footer-nav li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#footer .footer-body .footer-nav li a:hover {
  text-decoration: none;
  color: #e8e8e8;
}

#footer .footer-body .footer-nav ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 5px;
}

#footer #copyright {
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 2px;
}

#hero-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mainImage {
  position: static;
  background-color: #222222;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mainImage h2 {
  color: #fff;
  padding-top: 200px;
  padding-bottom: 250px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 3rem;
  margin: auto;
}

#mainImage h2 span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 15px;
  letter-spacing: 2px;
}

.content--wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.large-title {
  color: #452f62;
  font-size: 4rem;
  letter-spacing: 4px;
  font-weight: bold;
}

.large-title span {
  font-size: 1rem;
  display: block;
  letter-spacing: 1px;
  color: #333;
  font-weight: normal;
  padding-top: 10px;
}

.section-title {
  color: #452f62;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.section-title span {
  font-size: 1rem;
  display: block;
  letter-spacing: 1px;
  color: #333;
  font-weight: normal;
  padding-top: 10px;
}

.btn-more {
  min-width: 250px;
  font-size: 1rem;
}

.tab {
  display: none;
}

#mainImage h2 {
  text-transform: uppercase;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin: 30px 0;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (min-width: 767px) {
  .contact__tell {
    line-height: 1;
  }

  .contact-form__label label {
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md-justify-between {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 960px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1024px) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 1140px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media (max-width: 1400px) {
  nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 1240px) {
  nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  nav ul li.insta-link a {
    font-size: 1.2rem;
  }

  nav ul li.fb-link a {
    font-size: 1.2rem;
  }
}

@media (max-width: 1199px) {
  _:-ms-lang(x):before,
  .slide-image .card--image:before {
    padding-top: 450px;
  }

  #header .header--bg #header--logo {
    max-width: 140px;
    padding-top: 7px;
  }

  nav ul li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1100px) {
  .mv__wrap {
    background-position-x: 70%;
  }

  #hero-image.lazyload #myHeading {
    font-size: 80px;
    bottom: 25%;
    height: 250px;
  }
}

@media (max-width: 1033px) {
  nav ul li a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1000px) {
  .contents__inner {
    gap: 30px;
    padding: 0 30px;
  }

  .contents__box p {
    line-height: 18px;
  }

  .price__inner {
    padding: 40px 80px 40px 30px;
  }

  .resolution__main h3,
  .resolution__main h3 span.red.inline {
    font-size: 1.5rem;
  }

  .bar__top {
    padding: 3.125rem 5rem 3.125rem 5.5rem;
  }
}

@media screen and (max-width: 991px) {
  main:not(#top) {
    padding-top: 80px;
  }

  a.red__btn.pc {
    display: none;
  }

  header {
    position: absolute;
    background-color: #222222;
    z-index: 9999;
    height: 80px;
  }

  .header__logo img {
    width: 60px;
    height: 60px;
  }

  .hamburger {
    display: block;
  }

  .main-text.black {
    padding-left: 0;
    font-size: 2rem;
  }

  .phase__center {
    margin-left: 40px;
  }

  .phase__center ul li p span {
    position: static;
    display: block;
    line-height: 1.5;
    font-size: 0.875rem;
  }

  .vision__main h3 {
    font-size: 1.3rem;
  }

  .introduction__wrap {
    gap: 30px;
  }

  .introduction__card {
    aspect-ratio: initial;
    width: calc(33.3333% - 20px);
  }

  .big-title__wrap {
    display: block;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .big-title p {
    font-size: 60px;
    white-space: normal;
  }

  .big-title p.big-title__community {
    letter-spacing: -5.7px;
  }

  .big-title span {
    font-size: 40px;
  }

  .multiple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 29px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 29px;
    margin-inline: auto;
  }

  #overlay {
    background: #000;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -999;
    left: 0;
    top: 0px;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
  }

  .tab {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .phase__center ul li p {
    font-size: 20px;
  }
  .phase__center ul li p span {
    font-size: 16px;
  }
  .entry__phase {
    max-width: 500px;
  }
  .phase__center {
    max-width: 315px;
  }
  .phase__left {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }

  html {
    font-size: 14px;
  }

  .no-gutters-sm {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters-sm > .col,
  .no-gutters-sm > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .gutters-sm {
    margin-right: 5px;
    margin-left: 5px;
  }

  .gutters-sm > .col,
  .gutters-sm > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pt120,
  .pt130,
  .pt140,
  .pt150 {
    padding-top: 60px;
  }

  .pb120,
  .pb130,
  .pb140,
  .pb150 {
    padding-bottom: 60px;
  }

  .mw_wp_form_confirm .form-group > label {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mw_wp_form_confirm .form-group > div {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: calc(0.8rem - 2px);
  }

  #hamburger {
    display: block;
  }

  #drawer {
    display: block;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    position: fixed;
    right: -240px;
    top: 0;
    width: 240px;
    height: 100%;
    overflow-y: scroll;
    background: #222;
  }

  #drawer ul a {
    margin: auto;
    display: block;
    margin-top: 100px;
  }

  #drawer::-webkit-scrollbar {
    display: none;
  }

  #drawer h4 {
    color: #fff;
    margin-top: 10px;
    border-bottom: 1px solid #666;
    padding: 5px 20px;
    margin-bottom: 5px;
  }

  #drawer h4:before {
    left: 8px;
  }

  #drawer ul.dw-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    padding-bottom: 10px;
  }

  #drawer ul.dw-nav li {
    width: 100%;
    text-align: left;
    display: block;
  }

  #drawer ul.dw-nav li span {
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 20px;
    display: block;
  }

  #drawer ul.dw-nav li ul {
    margin-left: 20px;
    padding: 0;
  }

  #drawer ul.dw-nav li.list-divider {
    border-top: 1px solid #333;
    padding: 5px 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #drawer ul.dw-nav li a {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 18px;
  }

  #drawer .sns-links {
    border-top: 1px solid #333;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    text-align: center;
  }

  #drawer .sns-links li {
    display: inline-block;
  }

  #drawer .sns-links li.insta-link,
  #drawer .sns-links li.fb-link {
    font-size: 1.7rem;
  }

  #drawer .sns-links li a {
    display: block;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #drawer .sns-links li a:hover,
  #drawer .sns-links li a:active,
  #drawer .sns-links li a:focus {
    text-decoration: none;
    color: #e8e8e8;
  }

  #drawer .tel {
    color: #fff;
  }

  #drawer .tel a {
    color: #fff;
  }

  #drawer .tel a:hover,
  #drawer .tel a:active,
  #drawer .tel a:focus {
    text-decoration: none;
  }

  body.drawer-opened #overlay {
    z-index: 9999;
    left: -240px;
    opacity: 0.4;
    cursor: pointer;
  }

  body.drawer-opened #page,
  body.drawer-opened #header {
    left: -240px;
  }

  body.drawer-opened .fixed-content {
    left: -240px;
  }

  body.drawer-opened {
    overflow: hidden;
    height: 100px;
  }

  body.drawer-opened #drawer {
    z-index: 9997;
    right: 0;
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    overflow: hidden;
  }

  _:-ms-lang(x):before,
  .slide-image .card--image:before {
    padding-top: 350px;
  }

  #side {
    padding-left: 20px;
    padding-right: 20px;
  }

  #side .side-select-wrapper .select-wrap select {
    border-bottom: none;
  }

  #side .side-select-wrapper > .select-wrap:first-child {
    border-top: 1px solid #111;
  }

  #header .container {
    width: 100%;
  }

  #header .header--bg {
    padding: 1rem 0;
  }

  #header .header--bg #header--logo {
    max-width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #footer #bottom {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 990px) {
  .mv__wrap {
    background-position-x: 70%;
  }

  #hero-image.lazyload #myHeading {
    font-size: 80px;
    bottom: 15%;
    height: 250px;
  }
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  a.red__btn.pc {
    display: none;
  }

  h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
  }

  .callout {
    width: 100%;
  }

  h3 {
    font-size: 3.75rem;
  }

  h2 {
    font-size: 24px;
  }

  h2 span {
    font-size: 20px;
  }

  h3 span span {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }

  h1 span {
    margin-bottom: 10px;
  }

  .page__title {
    padding: 38px 0 140px 5vw;
  }

  .bottom-inner {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 16px;
  }

  .bottom-inner a {
    width: 100%;
    border-bottom: 2px solid #222;
  }

  .bottom-inner a:hover {
    color: red;
  }

  .bottom-inner a + a {
    margin-top: 50px;
  }

  .footer-link {
    margin-left: 0;
  }

  .item {
    width: 40%;
  }

  .toggle-menu:hover .dropdown__lists {
    display: none;
  }

  .footer-top {
    margin-top: 28px;
  }

  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav.footer-nav ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  nav.footer-nav ul li a {
    padding: 10px 10px 10px;
    font-size: 18px;
  }

  .footer-links {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  a.red__btn.footer-contact {
    position: relative;
    margin-bottom: 60px;
  }

  h2.black {
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 28px;
  }

  span.red.inline {
    font-size: 28px;
  }

  h2 span {
    margin-bottom: 0;
  }

  .callout span.red {
    margin-bottom: 0;
  }

  .callout {
    padding-bottom: 20px;
  }

  .callout::before {
    right: 58%;
  }

  .callout::after {
    right: 58.6%;
  }

  .mv__wrap {
    background-image: url(/wp-content/themes/es/public_html/assets/img/background_sp.png);
    background-size: cover;
    background-position-x: 0px;
    background-position-y: 40%;
  }

  #hero-image.lazyload #myHeading {
    line-height: 1;
    right: -10%;
    bottom: 5%;
    font-size: 60px;
  }

  .about__top__inner {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .about__top__inner h2.callout {
    position: relative;
    padding: 1rem 0;
    border-bottom: 3px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.5;
    font-size: 2rem;
    grid-row: 1/2;
  }

  .about__top__btn {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-top: 80px;
    margin: auto;
  }

  .about__top__text {
    font-size: 1.5rem;
    grid-row: 2/3;
    margin-top: 80px;
    line-height: 1.5;
  }

  a.red__btn.about__top__btn {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 80px auto 0;
  }

  .image__button {
    right: 10%;
  }

  .image__button:hover {
    right: 9%;
  }

  .top_interview_title_sec:hover .image__button {
    right: 9%;
  }

  .service__flex .content-inner.service__top__inner {
    padding-top: 0px;
  }

  .content-inner.service__top__inner {
    padding-top: 140px;
  }

  .service__top__inner {
    padding-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
  }

  a.red__btn.service__top__btn {
    display: block;
    margin: 30px auto 0;
  }

  .top_interview_title_sec ._title ._text_wrap > *:nth-of-type(2) {
    margin-top: -0.4em;
  }

  .top_interview_title_sec ._title {
    position: absolute;
    left: 16px;
    bottom: 8px;
    top: auto;
    right: auto;
  }

  .top_interview_title_sec ._title br.sp {
    display: block;
  }

  .top_interview_title_sec ._title ._big {
    font-size: 100px;
  }

  .top_interview_title_sec ._title ._mid {
    font-size: 60px;
  }

  .top_interview_title_sec ._title ._small {
    font-size: 40px;
  }

  .top_interview_title_sec ._title ._info {
    -webkit-transform: none;
    transform: none;
    margin-top: 1vw;
    margin-left: 0;
    padding-right: 40px;
  }

  .top_interview_title_sec ._title ._info ._year {
    font-size: 4.2666666667vw;
  }

  .top_interview_title_sec ._title ._info ._name {
    display: inline-block;
    line-height: 1;
    margin-top: 0.05em;
    font-size: 7.4666666667vw;
  }

  .top_interview_title_sec ._title ._info .all_arrow {
    width: 35px;
  }

  .top_interview_item_02 ._text_wrap ._jp {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }

  .top_interview_item_02 ._title {
    width: calc(100% - 16px);
  }

  .top_interview_item_02 ._info {
    width: auto;
  }

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

  .top_interview_col_item {
    width: 28vw;
  }

  .top_interview_col_item ._line {
    font-size: 13.3333333333vw;
  }

  .service-bg {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #page-service .service__img .top_interview_title_sec {
    padding-top: 20px;
  }

  .mission__top {
    color: #222;
    position: relative;
  }

  .mission__top::before,
  .mission__top::after {
    display: none;
  }

  .mission__top .callout {
    border-bottom: 3px solid #222;
    grid-column: 1/2;
    grid-row: 1/2;
    line-height: 1.5;
  }

  .mission__top .callout::before {
    border-color: #222222 transparent transparent transparent;
    border-width: 35px 0px 2px 37px;
  }

  .mission__top .callout::after {
    border-color: #fff transparent transparent transparent;
    border-width: 33px 0px 0 34px;
  }

  .mission__top__inner {
    display: grid;
    grid-template-rows: 0.5fr 1fr 0.5fr;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .mission__top__btn {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 80px;
    margin: auto;
  }

  .mission__top__text {
    font-size: 1.5rem;
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 80px;
    line-height: 1.5;
    padding: 0;
  }

  .mission__top__text:last-child {
    margin-top: 50px;
  }

  .works__top {
    height: 100%;
  }

  .works__top.example h2 {
    margin-bottom: 80px;
  }

  .works__top__inner {
    padding-top: 240px;
    display: grid;
    grid-template-rows: 100px 1fr 100px;
    grid-template-columns: 1fr;
  }

  .works__top__btn {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: auto;
  }

  .works__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 20px;
    width: 100%;
    position: static;
    padding: 0;
  }

  .works__card {
    margin: auto;
    max-width: 320px;
    width: 100%;
  }

  .recruit__top__main {
    position: relative;
    border-radius: 0;
    width: 100%;
    margin: auto;
    overflow: hidden;
  }

  .recruit__top__inner {
    padding: 30px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    display: grid;
  }

  .recruit__top__inner h2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .recruit__flex p {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .recruit__flex {
    display: block;
    grid-column: 1/2;
    grid-row: 2/4;
  }

  .recruit__flex::after {
    width: 100%;
    height: 140%;
    right: -30%;
    bottom: -60px;
    z-index: -1;
  }

  .news__top__inner {
    display: grid;
    grid-template-rows: 100px 3fr 100px;
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .news__top__inner h2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .news__top__btn {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 50px auto 0;
  }

  .facebook__timeline {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .top-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .community__cards {
    overflow: scroll;
  }

  .cta__black a {
    margin-left: 30%;
  }

  .cta__black {
    position: absolute;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    height: 50%;
    top: 75%;
  }

  .bar__cta {
    margin-top: 140px;
    position: relative;
  }

  .bar__cta h3 {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bar__cta h3 span {
    font-size: 1.5rem;
    padding: 20px 16px;
  }

  .bar__cta h3 span.red {
    margin: 0;
    padding: 0;
  }

  .earnings {
    margin-top: 100px;
  }

  .earn__container {
    margin-top: 80px;
  }

  .earn__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .earn__content:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .earn__title {
    margin-top: -140px;
  }

  .meal {
    height: 70vh;
  }

  .meal__main {
    position: relative;
    background-color: #fff;
    opacity: 0.9;
    -webkit-transform: none;
    transform: none;
    padding: 20px;
    right: auto;
    margin-top: -15%;
    top: auto;
  }

  .meal__main.meal__reverse {
    left: auto;
  }

  .meal__cards {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
  }

  .meal__card {
    position: relative;
    text-align: center;
    width: 100%;
    min-width: 390px;
  }

  .content-inner.bar-inner {
    margin-top: 80px;
  }

  .resolution__cards {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin-top: 30px;
  }

  .village__access__img {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-top: 100px;
  }

  .village__bottom {
    margin-bottom: 0;
  }

  .village__bottom .village__about__title {
    position: absolute;
    top: -10%;
    left: -4%;
  }

  .village__bottom__img h2.village__about__title {
    left: 2%;
  }

  .village__loopSlide {
    margin-top: 10%;
  }

  .village__about {
    color: #222;
    display: block;
  }

  h2.village__about__title {
    width: clamp(85px, 17.33vw, 260px);
    -webkit-transform: translateX(min(20px, 1.3vw));
    transform: translateX(min(20px, 1.3vw));
    gap: 0 10px;
    margin-left: 30px;
    margin-top: -330px;
  }

  h2.village__about__title span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.05em;
    vertical-align: top;
    display: inline-block;
    padding: 20px 0 20px;
    background: #fff;
    line-height: 2;
    font-size: 2rem;
  }

  .village__about__main {
    margin-left: 0;
  }

  .village__about__main h3 {
    margin: auto;
  }

  .village__about__main p {
    margin-top: 70px;
    font-size: 1.25rem;
  }

  .contents__container {
    background-image: url("/wp-content/themes/es/public_html/assets/img/village/TV_sp.png");
    padding: 0px;
    background-size: cover;
  }

  .contents__inner {
    display: block;
    gap: 60px;
    top: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contents__box {
    width: 100%;
  }

  .contents__box + .contents__box {
    margin-top: 20px;
  }

  .TV {
    margin-top: 80px;
  }

  .entry__main {
    margin-top: 60px;
  }

  .entry__container {
    display: block;
  }

  .entry__phase {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .entry__phase + .entry__phase {
    margin-top: 20px;
  }

  .phase__center {
    margin-left: 40px;
  }

  .entry__main h3 {
    line-height: 32px;
    border-bottom: 2px solid #222;
  }

  .qa dt,
  .qa dd {
    margin: 10px 0 10px 0px;
  }

  .village__member {
    overflow-x: scroll;
    margin-top: 140px;
  }

  .village__members {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .village__member__card {
    min-width: 320px;
  }

  .philosophy__container .content-inner {
    display: block;
  }

  .philosophy__content {
    width: 60%;
    text-align: center;
  }

  .philosophy__content p {
    position: relative;
    white-space: nowrap;
  }

  .philosophy__content:nth-child(2) {
    margin-left: auto;
  }

  .philosophy__content:not(:first-child) {
    margin-top: -60px;
  }

  .philosophy__circle {
    margin: auto;
  }

  .village__plan {
    height: 100vh;
    position: relative;
  }

  .plan__container {
    position: absolute;
    margin-top: 10px;
  }

  .plan2 {
    margin-top: 7px;
  }

  .plan3 {
    margin-top: 40px;
  }

  .plan4 {
    margin-top: 47px;
  }

  .privilege__sp:not(:first-child) {
    margin-top: 40px;
  }

  .privilege__img {
    width: 90%;
    margin-left: auto;
  }

  .privilege {
    width: 90%;
    margin-right: auto;
    margin-top: -40px;
    position: relative;
    padding: 80px 12px 25px;
  }

  .privilege__container {
    width: 100vw;
    margin: 80px calc(50% - 50vw) 0;
  }

  .privilege__vertical {
    top: 5px;
  }

  .village__schedule {
    margin-top: 0;
  }

  .schedule__container {
    display: block;
  }

  .schedule__right {
    width: 40%;
  }

  .schedule__center {
    width: 50%;
  }

  .schedule__center ul li {
    white-space: nowrap;
  }

  .schedule__content {
    padding: 20px 17px 20px 30px;
  }

  .vision__content {
    display: block;
    position: relative;
  }

  .vision__img {
    width: 90%;
    margin: auto;
    position: relative;
  }

  .vision__img img + img {
    position: absolute;
    content: "";
    top: 5%;
    left: 5%;
    width: 20%;
    height: auto;
    background-size: contain;
  }

  .vision__main {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -20px;
  }

  .vision__main h3 {
    font-size: 2rem;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 10px 30px;
    width: 100%;
    background-color: #fff;
  }

  .vision__main p {
    text-align: left;
  }

  .vision__sub {
    margin: 10px auto;
  }

  .category__buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
  }

  .category__buttons ul li a {
    padding: 0px 10px;
    font-size: 10px;
    display: block;
  }

  main#works .content-inner.single-inner {
    padding: 80px 16px;
  }

  .page__works__contents p {
    line-height: 24px;
  }

  .page__works__top {
    display: block;
  }

  .page__works__left {
    width: 100%;
  }

  .page__works__left img {
    width: 100%;
  }

  .page__works__right {
    width: 100%;
  }

  .page__works__right h1 {
    margin-top: 20px;
  }

  .page__works__right .works__card-link {
    padding: 13px 0 25px 0;
  }

  .page__works__cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }

  main:not(#top) .content-inner.about-main-inner {
    padding: 30px 16px 80px;
  }

  .about-main::after {
    background-size: cover;
    width: 100%;
  }

  .about-main__wrap {
    grid-template-rows: 1fr 0.5fr;
  }

  .about-main__wrap + .about-main__wrap {
    margin-top: 20px;
  }

  .about-main__mission {
    gap: 0px;
    grid-template-columns: 1fr 0.5fr 1fr;
  }

  .about-main__vision {
    gap: 0px;
    grid-template-columns: 1fr 0.5fr 1fr;
  }

  .about-main__value {
    grid-template-columns: 1fr 0.5fr 1fr;
    grid-template-rows: 0.6fr 0.5fr;
  }

  .about-main__value .about-main__left {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .about-main__value .about-main__left img {
    height: 80%;
  }

  .about-main__left {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-left: auto;
  }

  .about-main__center {
    display: contents;
  }

  .about-main__red {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
  }

  .about-main__black {
    grid-column: 1/4;
    grid-row: 2/3;
    margin-top: 20px;
  }

  .about-main__right {
    grid-column: 3/4;
    grid-row: 1/2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-main__black h2 {
    font-size: 20px;
  }

  .about-main__black p {
    margin-top: 28px;
  }

  main:not(#top)#page-about .about-mission .content-inner {
    padding: 0 16px 60px;
  }

  .about-mission__inner p {
    margin-right: auto;
    width: 100%;
  }

  .about-mission__inner {
    padding: 40px 16px;
  }

  .about-mission__wrap {
    background-image: url("/wp-content/themes/es/public_html/assets/img/about/bgred-sp.svg");
    background-position: center;
    background-size: cover;
  }

  .about-mission h2 span.red.inline {
    font-size: 24px;
  }

  .about-mission h2 {
    font-size: 24px;
  }

  .about-purpose {
    padding: 40px 0 110px;
  }

  .purpose-sub::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #d21010;
  }

  .purpose-main {
    font-size: 5rem;
  }

  .purpose-sub {
    font-size: 2.5rem;
  }

  .purpose-main p:nth-child(even) {
    padding-left: 0%;
    white-space: normal;
  }

  main:not(#top) .about-introduction .content-inner {
    padding: 30px 16px 58px;
  }

  .about-introduction h2 {
    font-size: 24px;
  }

  h2 span.black {
    font-size: 24px;
  }

  .about-sub {
    font-size: 20px;
    margin-top: 10px;
  }

  .introduction__body h3 {
    font-size: 20px;
  }

  .introduction__body h3 span {
    font-size: 20px;
  }

  .introduction__body p {
    font-size: 16px;
  }

  .introduction__wrap {
    margin-top: 55px;
    display: block;
  }

  .introduction__card {
    aspect-ratio: 320/447;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }

  .introduction__card + .introduction__card {
    margin-top: 60px;
  }

  .village__vision.about-community {
    margin: 70px 0 40px;
    background: #f6f6f6;
  }

  .about-community h2 {
    margin-top: 58px;
  }

  .community__main__wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .community__name {
    margin-top: 0;
  }

  .community__main__wrap .community__name p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 0;
  }

  .community__main__wrap p {
    margin-top: 20px;
  }

  .vision__main.community__main h3 {
    padding: 11px;
    font-size: 20px;
  }

  .about-community span.red.inline {
    font-size: 24px;
  }

  .aboutES__wrap {
    padding: 66px 0 40px;
  }

  .aboutES__content + .aboutES__content {
    margin-top: 56px;
  }

  .aboutES__content p {
    margin-top: 49px;
  }

  main:not(#top)#page-about .aboutES .content-inner {
    padding: 0px 16px 38px;
  }

  main:not(#top)#page-about .about-greeting .content-inner {
    padding: 73px 16px 0;
  }

  .intro-representative {
    padding: 17px 21px 26px;
    margin-top: 20px;
  }

  .representative__img {
    aspect-ratio: 540/360;
    width: 100%;
    margin-inline: auto;
  }

  .representative__img img {
    margin-inline: auto;
    width: 100%;
  }

  .greeting__text {
    margin-top: 15px;
  }

  .works__text {
    font-size: 1.2rem;
  }

  .Form {
    width: 100%;
    margin: 0;
  }

  label.is-required {
    display: block;
    width: 100%;
  }

  .wpcf7-form-control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
  }

  .contact-form__label {
    margin: auto;
    margin-bottom: 8px;
    padding: 10px 0;
  }

  .one__row {
    -webkit-filter: none;
    filter: none;
  }

  .wpcf7-form dd {
    -webkit-filter: drop-shadow(0px 1px 0px #cac9c9);
    filter: drop-shadow(0px 1px 0px #cac9c9);
  }

  .contact-form__check .wpcf7-form-control-wrap {
    padding: 0;
  }

  .wpcf7-form-control-wrap {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .wpcf7-form-control.wpcf7-radio {
    margin-top: 0;
    display: inline;
  }
  .wpcf7-radio span + span {
    margin-left: 0;
  }
  .contact-form__input input[type="text"],
  .contact-form__input input[type="tel"],
  .contact-form__input input[type="email"] {
    max-width: 100%;
    height: 40px;
  }

  .village__loopSlide.rental__slide {
    margin-top: 40px;
  }

  .village__loopSlide ul li {
    margin-right: 20px;
  }

  .village__loopSlide ul .slick-slide {
    margin-left: 20px;
  }

  .access__wrap {
    display: block;
    gap: 64px;
    margin-top: 20px;
  }

  .access__map {
    max-width: 620px;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .access__info {
    margin-top: 30px;
    width: 100%;
  }

  .access__info ul li {
    margin: auto;
    width: 100%;
    max-width: 620px;
  }

  .price__inner {
    padding: 40px 10px 40px;
    display: block;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .blueprint {
    margin: auto;
  }

  .blueprint img {
    margin: auto;
  }

  .price__left {
    width: 100%;
  }

  .price__left p {
    color: #222;
    margin: 15px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .price__content__images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resolution__rental__inner {
    margin-top: 40px;
  }

  .resolution__contents {
    padding: 40px 18px;
  }

  .resolution__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .resolution__content + .resolution__content {
    margin-top: 40px;
  }

  .resolution__main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0;
  }

  .resolution__main p {
    margin: 10px auto 30px;
  }

  .resolution__main h3,
  .resolution__main h3 span.red.inline {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 20px;
    text-align: center;
    margin: auto;
  }

  .rental-resolution__img {
    width: 100%;
  }

  .space__cards {
    overflow-x: scroll;
    height: 100%;
    overflow-y: hidden;
  }

  .subtitle,
  .subtitle span.red.inline {
    font-size: 20px;
    margin-top: 30px;
    line-height: 28px;
    letter-spacing: 2px;
  }

  main#page-rental .content-inner {
    padding: 80px 16px 0px;
  }

  #page-rental .fv {
    background-image: url("/wp-content/themes/es/public_html/assets/img/rental/fv-sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    height: 100vh;
  }

  main:not(#top) .company-overview .content-inner {
    padding: 38px 16px 52px;
  }

  .company__table {
    margin-top: 40px;
  }

  main:not(#top) .history {
    padding: 30px 0 65px;
  }

  main:not(#top) .content-inner.history-inner {
    padding: 0px 16px 20px;
  }

  .history-wrap {
    padding-left: 50px;
    max-width: 402px;
    margin-inline: auto;
    padding-bottom: 68px;
  }

  .history-wrap::before {
    content: "";
    position: absolute;
    background: url("/wp-content/themes/es/public_html/assets/img/company/history-vertical-sp.svg");
    background-size: cover;
    width: 2px;
    height: 100%;
    top: -0.7%;
    left: 14px;
  }

  .history__lists {
    display: block;
    gap: 20px;
  }

  .history__lists:not(:first-child) {
    margin-top: -4px;
  }

  .history__list {
    width: 90%;
    margin-top: 7px;
  }

  .history__list span {
    font-size: 12px;
  }

  .history__list p {
    font-size: 0.75rem;
    white-space: normal;
    position: relative;
  }

  .history__list p::after {
    content: "";
    background-image: url("/wp-content/themes/es/public_html/assets/img/company/history.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 13px;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .history__list.history__list__even p::after {
    left: -35px;
    right: auto;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .history__list.history__list__even {
    margin-top: 7px;
    width: 80%;
    text-align: initial;
  }

  .history__list.history__list__even p::before {
    content: none;
  }

  main:not(#top) .company-group {
    padding: 30px 0 35px;
  }

  .group__wrap {
    margin-top: 80px;
  }

  .group__content {
    display: block;
    gap: 20px;
    max-width: 358px;
    margin-inline: auto;
  }

  .group__content + .group__content {
    margin-top: 30px;
  }

  .group__img {
    margin: auto;
  }

  .group__main {
    text-align: center;
    margin-top: 20px;
  }

  .group__text h3 {
    font-size: 16px;
  }

  .group__text p {
    text-align: left;
    font-size: 16px;
  }

  .company-character {
    padding: 40px 0 18px;
  }

  .character__wrap {
    display: block;
    gap: 10px;
    border-radius: 20px;
    background: #fff;
    padding: 15px 0 15px 13px;
  }

  .character__img {
    border: 1px solid #333;
    border-radius: 50%;
    margin: auto;
    min-width: 152px;
  }

  .character__info__wrap dl {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 15px;
  }

  .character__main {
    padding: 0px 7px 0px 0px;
  }

  .character__info__wrap dl div {
    gap: 8px;
  }

  .character__info__wrap dl div dt {
    font-size: 12px;
  }

  .character__info__wrap dl div dd {
    font-size: 12px;
  }

  main#page-restaurant {
    background: #fff;
  }

  .store__wrap {
    gap: 20px;
    margin-top: 20px;
  }

  .store__item {
    width: calc(50% - 11px);
  }

  .store__name {
    font-size: 16px;
  }

  .store__text {
    font-size: 14px;
  }

  main:not(#top) .restaurant-bar .content-inner {
    padding: 0 16px 40px;
  }

  .bar__points {
    margin-top: 40px;
  }

  .bg-white {
    margin-top: 80px;
  }

  .bg-white::after {
    content: none;
  }

  h2.black {
    width: 100%;
  }

  .bar__body {
    margin-top: -94px;
  }

  .bar__top {
    padding: 20px;
    margin-right: auto;
    background: #fff;
    width: 92%;
    margin-left: 0;
  }

  .bar__point {
    display: block;
    gap: 21px;
  }

  .point__text {
    margin-top: 10px;
  }

  .point__img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .point__body {
    width: 100%;
    margin-top: 20px;
  }

  h2 span.block {
    font-size: 16px;
  }

  .bar__sub {
    font-size: 20px;
  }

  .bar__text {
    font-size: 14px;
    margin-top: 12px;
  }

  .point__num {
    font-size: 90px;
    line-height: 90px;
    /* 100% */
  }

  .point__title {
    font-size: 20px;
  }

  .point__text {
    font-size: 16px;
  }

  .bar__point + .bar__point {
    margin-top: 40px;
  }

  main:not(#top) .restaurant-access .content-inner {
    padding: 16px;
  }

  .access__location {
    font-size: 16px;
  }

  .reserve {
    margin-top: 40px;
    margin-bottom: 82px;
  }

  .reserve-inner {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }

  .reserve__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    width: 100%;
  }

  .reserve__img {
    aspect-ratio: 320/416;
    width: calc(50% - 11px);
  }

  .reserve__body {
    margin-top: 20px;
  }

  .reserve__body h2 {
    margin-inline: auto;
    font-size: 24px;
    padding: 5px 16px;
  }

  .reserve__body h2 span {
    font-size: 24px;
  }

  .reserve::after {
    height: 300px;
  }

  a.red__btn.reserve__btn {
    margin: 16px auto 0;
  }

  a.red__btn.reserve__btn span {
    font-size: 20px;
  }

  .bg-black {
    margin-top: 80px;
  }

  .restaurant-bar.restaurant-craft {
    padding-bottom: 0px;
  }

  .bg-black .bar__points {
    margin-top: 20px;
  }

  h3.culture__main__title {
    font-size: 20px;
  }

  .culture__imgs {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 14px;
    margin-top: 20px;
  }

  .culture__img {
    border-radius: 6.591px;
  }

  .recruit-job {
    margin-top: 80px;
  }

  main:not(#top) .recruit-member .content-inner {
    padding: 40px 0 40px 16px;
    max-width: 100%;
    margin-right: auto;
  }

  main#page-recruit .slick-slide:not(:first-child) {
    margin-left: 0;
  }

  .recruit-member h2 {
    padding-right: 16px;
  }

  .member-slider {
    margin-left: -16px;
  }

  .slick-prev {
    left: 0;
    width: 60px;
    height: 60px;
    bottom: -66px;
  }

  .slick-prev:before {
    bottom: 0;
    width: 60px;
    height: 60px;
  }

  .slick-next {
    right: 0px;
    width: 60px;
    height: 60px;
    bottom: -65px;
  }

  .slick-next:before {
    bottom: 0;
    width: 60px;
    height: 60px;
  }

  .remodal__wrap {
    padding: 56px 15px 56px 30px;
    gap: 2rem;
  }

  .remodal {
    padding: 20px;
  }

  main#page-recruit .slick-slide:nth-child(odd) {
    margin-top: 30px;
  }

  main#page-recruit .slick-slide:nth-child(3n) {
    margin-top: 50px;
  }

  #page-recruit section.recruit-member,
  #page-recruit section.recruit-culture,
  #page-recruit section.recruit-welfare {
    margin-top: 80px;
  }

  main:not(#top) .recruit-mission .content-inner {
    padding: 80px 16px 0;
  }

  .mission__about {
    font-size: 16px;
    text-align: left;
  }

  .recruit-mission__img {
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .content-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  html {
    font-size: 12px;
  }

  .no-gutters-xs {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters-xs > .col,
  .no-gutters-xs > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .gutters-xs-10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .gutters-xs-10 > .col,
  .gutters-xs-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gutters-xs-5 {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gutters-xs-5 > .col,
  .gutters-xs-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .mw_wp_form_confirm .form-group {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
  }

  .mw_wp_form_confirm .form-group > label {
    padding-bottom: 0;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .mwform-radio-field label,
  .radio {
    display: inline-block;
    margin-bottom: 3px;
  }

  .iframe-content {
    padding-top: 50%;
  }

  .table-responsive {
    -ms-overflow-x: auto;
    overflow-x: auto;
  }

  .table-responsive table {
    border: 1px solid #e8e8e8;
  }

  .table-responsive table > thead > tr > th,
  .table-responsive table > thead > tr > td,
  .table-responsive table > tbody > tr > th,
  .table-responsive table > tbody > tr > td {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }

  table.table > thead > tr > th,
  table.table > thead > tr > td,
  table.table > tbody > tr > th,
  table.table > tbody > tr > td {
    padding: 0.5rem 1rem;
  }

  table.table-sm-block {
    border-bottom: none;
    display: block;
  }

  table.table-sm-block > thead,
  table.table-sm-block > tbody,
  table.table-sm-block > thead > tr,
  table.table-sm-block > tbody > tr,
  table.table-sm-block > thead > tr > th,
  table.table-sm-block > thead > tr > td,
  table.table-sm-block > tbody > tr > th,
  table.table-sm-block > tbody > tr > td {
    display: block;
    width: 100%;
    border: none;
  }

  table.table-sm-block > tbody > tr > th {
    background-color: #fafafa;
  }

  table.table-sm-block > tbody > tr > th,
  table.table-sm-block > tbody > tr > td {
    border-bottom: 1px solid #e8e8e8;
  }

  #hamburger {
    top: 16px;
    right: 15px;
  }

  .single-pagenavi {
    border-bottom: none;
    display: block;
  }

  .single-pagenavi > a,
  .single-pagenavi > span {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .single-pagenavi > a a,
  .single-pagenavi > span a {
    padding: 10px 30px;
  }

  .wp-pagenavi > span,
  .wp-pagenavi > a {
    margin-bottom: 10px;
  }

  .blog-share {
    padding: 30px 0;
  }

  .blog-detail {
    padding: 10px 0;
    margin-bottom: 10px;
  }

  _:-ms-lang(x):before,
  .slide-image .card--image:before {
    padding-top: 300px;
  }

  .blog-list {
    padding: 10px 0;
  }

  .blog-list .blog-list-image {
    padding-right: 10px;
    width: 90px;
  }

  .blog-list .blog-list-thumbnail {
    width: 80px;
    height: 80px;
  }

  .blog-list .blog-list-time {
    max-width: 80px;
  }

  .blog-list .blog-list-title {
    margin-bottom: 0px;
  }

  .blog-list .blog--list-time {
    display: inline;
  }

  #side .cat-list li a {
    padding: 10px 20px;
  }

  #side .cat-list li a:before {
    margin-top: -10px;
  }

  #header .header--bg #header--logo {
    max-width: 130px;
    padding-top: 0;
    padding-bottom: 7px;
  }

  #footer .footer-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #footer .footer-body .sns-links {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
  }

  #footer .footer-body .sns-links li.insta-link,
  #footer .footer-body .sns-links li.fb-link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 766px) {
  .contact__wrap {
    margin-top: 45px;
    margin-bottom: 167px;
  }

  .contact__ttl {
    font-size: 20px;
  }

  .contact__txt {
    text-align: left;
    font-size: 14px;
    margin-bottom: 56px;
    margin-top: 21px;
  }

  .contact-form__row {
    display: block;
  }

  .contact-form__radio {
    margin-top: 18px;
  }

  .contact-form__radio span {
    margin-bottom: 14px;
  }

  .contact-form__label {
    width: 100%;
    margin-bottom: 8px;
  }

  .contact-form__input.radio__input {
    margin-top: 20px;
  }

  .contact-form__input {
    width: 100%;
    margin-top: -1px;
  }

  .contact-form__input [type="text"] {
    padding: 13px 16px;
  }

  .contact-form__input textarea {
    height: 197px;
  }

  #checkmark {
    font-size: 14px;
  }

  .contact__privacy {
    line-height: 1.714;
    margin-top: 15px;
  }

  .btn__contact {
    margin: 0 auto;
    padding-right: 15px;
  }
}

@media screen and (max-width: 600px) {
  .top_interview_title_sec ._title ._big {
    font-size: 21.3333333333vw;
  }

  .top_interview_title_sec ._title ._mid {
    font-size: 13.3333333333vw;
  }

  .top_interview_title_sec ._title ._small {
    font-size: 10.6666666667vw;
  }

  .top_interview_title_sec ._title ._info ._year {
    font-size: 5.3333333333vw;
  }

  .top_interview_title_sec ._title ._info ._name {
    line-height: 1;
    font-size: 9.6vw;
  }
}

@media (max-width: 575px) {
  .gutters-xs {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gutters-xs > .col,
  .gutters-xs > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }

  #header .header--bg h1#logo {
    padding-left: 8px;
  }

  #footer .footer-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #mainImage h2 {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .minw250 {
    min-width: 200px;
  }

  .content--wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .large-title {
    font-size: 3rem;
  }

  .btn-more {
    min-width: 200px;
  }
}

@media (max-width: 545px) {
  _:-ms-lang(x):before,
  .slide-image .card--image:before {
    padding-top: 250px;
  }

  .blog-list .blog-list-image {
    width: 70px;
  }

  .blog-list .blog-list-thumbnail {
    width: 60px;
    height: 60px;
  }

  .blog-list .blog-list-body {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }

  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }

  .Form-Item-Label.isMsg {
    margin-top: 0;
  }

  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }

  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }

  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

@media screen and (max-width: 430px) {
  .bottom__button {
    height: 100px;
  }

  .bottom__button h2 span {
    margin-bottom: 0;
  }

  .red__circle {
    width: 50px;
    height: 50px;
  }

  .red__circle::after {
    width: 8px;
    height: 8px;
  }

  .bottom-inner a:hover .red__circle::after {
    width: 24px;
  }

  .mv__wrap {
    background-image: url(/wp-content/themes/es/public_html/assets/img/background_sp.png);
    background-size: cover;
    background-position-x: 0px;
    background-position-y: -100px;
  }

  #hero-image.lazyload #myHeading {
    font-size: 50px;
    height: 200px;
  }
}

@media screen and (max-width: 376px) {
  #hero-image.lazyload {
    position: sticky;
  }

  #hero-image.lazyload #myHeading {
    font-size: 3rem;
    right: 2%;
    bottom: 18%;
    height: 100px;
    line-height: 1.2;
    font-weight: 900;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #hero-image.lazyload #myHeading span {
    margin-left: 10px;
  }

  #hero-image #main-text {
    padding-top: 20vh;
  }

  .main__text--ja {
    margin-left: auto;
    margin-right: 16px;
    padding: 20px 10px;
  }

  .main__text--column {
    margin-top: -80%;
    padding: 20px 30px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 0px;
  }

  .loop {
    left: 40px;
    width: 60%;
  }

  .main__text--column {
    margin-left: 52px;
  }

  .flow__text2 {
    margin: 40vh 0 0 40%;
  }

  .page__works__cards {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .category__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    /* For Firefox */
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px 30px;
  }

  .category__buttons::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Edge */
  }

  .category__buttons li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* Prevent shrinking of items */
  }

  .category__button {
    display: block;
    padding: 10px;
    /* Adjust as needed */
  }
}

@media screen and (max-width: 375px) {
  .pg-service {
    display: block;
  }

  .btn.btn-works {
    margin-top: 30px;
  }

  .btn::before {
    display: none;
  }

  .footer {
    font-size: 1rem;
  }

  .copyright {
    font-size: 1.2rem;
    width: 96vw;
    margin: 0 calc(43% - 42vw);
  }

  .footer-link li a {
    padding-left: 25px;
  }

  .header__inner {
    padding: 0 15px;
  }

  .facility__cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }

  .facility__card__img {
    height: 6px;
  }

  .facility__card__main {
    height: auto;
  }

  .facility__card__main p {
    padding: 0;
  }

  .schedule__content {
    padding: 20px 17px 20px 25px;
  }

  .grid-container {
    width: 100%;
  }

  .grid-item {
    width: 100%;
  }

  .grid-item a {
    display: inline-block;
    /* ここがポイント */
    height: 180px;
    width: 100%;
  }

  .grid-item img {
    height: 100%;
    width: 100%;
  }

  .works__text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  h1 {
    font-size: 64px;
  }

  h1 span {
    font-size: 24px;
  }

  h2.black {
    line-height: 1.2;
  }

  .main__text--ja {
    font-size: 20px;
  }

  #hero-image #main-text {
    padding-top: 20vh;
  }

  .mv__wrap {
    background-position-x: 2px;
    background-position-y: 100%;
  }

  .main__text--column {
    font-size: 20px;
  }

  #hero-image.lazyload #myHeading {
    right: 0%;
    bottom: 9%;
    font-size: 60px;
  }

  .main-text.black {
    padding-left: 0;
    font-size: 40px;
  }

  .flow__text2 {
    margin: 200px 0 0 20%;
    color: #222222;
  }

  #hero-image.lazyload #myHeading {
    right: 0%;
    bottom: 15%;
    font-size: 80px;
  }

  .about__top__inner h2.callout {
    font-size: 50px;
  }

  .white.callout span {
    font-size: 40px;
  }

  .about__top__inner {
    grid-template-rows: 0.5fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .about__top__text {
    font-size: 40px;
  }

  a.red__btn > span {
    font-size: 20px;
  }

  a.red__btn {
    width: 300px;
    height: 72px;
    border-radius: 36px;
  }

  h2 {
    font-size: 50px;
  }

  h2 span {
    font-size: 32px;
  }

  h3 {
    font-size: 60px;
  }

  .mission__top__inner {
    grid-template-rows: 0.2fr 1fr 0.5fr;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  span.red.inline {
    font-size: 50px;
  }

  .mission__top__text {
    font-size: 32px;
  }

  .works__cards {
    display: block;
  }

  .works__card {
    max-width: 500px;
    width: 100%;
    display: block;
  }

  #top .works__card + .works__card {
    margin-top: 50px;
  }

  .works__card-title {
    font-size: 24px;
  }

  .works__card-text {
    color: #777;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.2em;
  }

  .works__card-link p:first-child {
    font-size: 16px;
  }

  .works__card-link p {
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .works__card-link {
    line-height: 1.75;
  }

  .category__buttons ul li a {
    line-height: 2;
    font-size: 16px;
  }

  .recruit__top__main {
    margin-top: 100px;
  }

  .recruit__flex p {
    font-size: 28px;
  }

  h2.village__about__title span {
    font-size: 48px;
  }

  h2.village__about__title {
    margin-left: 70px;
    margin-top: -496px;
  }

  .village__about__main h3.callout {
    font-size: 48px;
  }

  .village__about__main p {
    font-size: 24px;
    line-height: 1.75;
  }

  .vision__sub {
    font-size: 36px;
    line-height: 1;
  }

  .vision__sub span.black__line,
  .vision__sub span.red__line {
    line-height: 36px;
  }

  .contents__box p {
    line-height: 1.75;
    font-size: 24px;
  }

  .TV picture img {
    height: 2100px;
    width: 100%;
  }

  .contents__inner {
    top: 52%;
  }

  .entry__main h3 {
    font-size: 36px;
    line-height: 1.75;
  }

  .entry__main p {
    font-size: 24px;
    line-height: 1.75;
  }

  .qa dt,
  .qa dd {
    font-size: 24px;
    line-height: 1.75;
  }

  .qa dt::before,
  .qa dd::before {
    width: 50px;
    height: 50px;
  }

  .village__member__container,
  .village__member__name span {
    font-size: 20px;
    line-height: 1.75;
  }

  .village__member__name {
    font-size: 36px;
  }

  .village__members {
    gap: 30px;
  }

  .village__member__card {
    height: 560px;
  }

  .village__member__container p {
    font-size: 20px;
    line-height: 1.75;
  }

  .village__member__position {
    font-size: 24px;
    line-height: 1.75;
  }

  .philosophy__content p {
    white-space: normal;
    font-size: 24px;
    line-height: 1.75;
  }

  .plan__history {
    line-height: 1.75;
    font-size: 16px;
    height: 46%;
  }

  .plan__card .vision__sub {
    font-size: 24px;
    line-height: 1.75;
  }

  .plan__card p {
    font-size: 16px;
    line-height: 1.75;
  }

  .privilege__img img {
    width: 100%;
  }

  .privilege__vertical {
    font-size: 32px;
    left: 10%;
  }

  .privilege picture {
    left: 6%;
    width: 14%;
  }

  .privilege {
    width: 80%;
    padding: 150px 12px 25px;
  }

  .privilege p {
    font-size: 20px;
    line-height: 1.75;
  }

  .vision__sub {
    line-height: 1.75;
  }

  .schedule__center h3 {
    font-size: 36px;
  }

  .schedule__center ul li {
    font-size: 24px;
    line-height: 1.75;
  }

  .schedule__center ul {
    padding-left: 25px;
    margin-top: 10px;
  }

  .vision__main h3 {
    font-size: 36px;
  }

  span.black__line,
  span.red__line {
    line-height: 48px;
  }

  .vision__main p {
    font-size: 24px;
    line-height: 1.75;
  }

  .about-mission__inner h3 {
    font-size: 52px;
  }

  .about-mission__inner p {
    font-size: 24px;
  }

  h2.black,
  .about-mission h2 span.red.inline {
    font-size: 48px;
  }

  .purpose-sub {
    font-size: 58px;
  }

  .purpose-main {
    font-size: 3rem;
  }

  .purpose-main span {
    font-size: 2rem;
  }

  .about-introduction h2 {
    font-size: 48px;
  }

  h2 span.black {
    font-size: 48px;
  }

  .about-community span.red.inline {
    font-size: 48px;
  }

  .aboutES__content h2,
  .aboutES__content h2 span.red {
    font-size: 2rem;
  }

  .aboutES__content p {
    font-size: 48px;
  }

  .aboutES__content p.aboutES__text {
    font-size: 36px;
  }

  .greeting__text p {
    font-size: 24px;
  }

  .contact-form__input {
    width: 100%;
  }

  .contact-form__label {
    margin: auto;
    font-size: 24px;
    line-height: 1;
    padding: 12px 0;
    max-width: 260px;
  }

  .btn__text {
    font-size: 24px;
  }

  .contact-form__check span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .contact-form__row {
    display: block;
  }

  input[type="tel"] {
    padding: 0.8rem 0.5rem;
  }

  .about__rental__text {
    font-size: 24px;
    line-height: 1.75;
  }

  .resolution__card.worries__card p {
    font-size: 24px;
    line-height: 1.75;
  }

  .access__container {
    margin: auto;
  }

  .access__info ul li {
    line-height: 1.75;
  }

  .price__left p {
    font-size: 24px;
    line-height: 1.75;
  }

  .resolution__main h3 {
    line-height: 1.25;
    white-space: normal;
  }

  .resolution__main p {
    font-size: 24px;
    line-height: 1.75;
  }

  .space__text {
    font-size: 24px;
    line-height: 1.75;
  }

  .resolution__card.worries__card {
    font-size: 36px;
    line-height: 1;
  }

  .company__table dt,
  .company__table dd {
    font-size: 24px;
    line-height: 1.75;
  }

  .history__list.history__list__even {
    width: 100%;
  }

  .history-wrap {
    max-width: 100%;
  }

  .group__text h3 {
    font-size: 20px;
  }

  #drawer ul.dw-nav li a {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .contact-form__label {
    margin: 0;
  }
}

@media (hover: none) {
  a.red__btn:hover::before {
    top: 100%;
    left: 50%;
    -webkit-transform: none;
    transform: none;
  }

  a.red__btn:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
  }

  .btn__contact::before {
    content: none;
  }
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse;
  }

  .table td,
  .table th {
    background-color: #fff;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd;
  }
}

/*# sourceMappingURL=style.css.map */
#page-bartender body {
  font-family: "Noto Serif JP", sans-serif;
  overflow: hidden;
}
#page-bartender .page-bartender-section-ttl {
  position: relative;
  z-index: 2;
}
.page-bartender-fv__wrapper {
  height: 800px;
  position: relative;
  overflow: hidden;
}
.page-bartender-fv__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 35, 73, 0.3);
  z-index: 2;
}
#page-bartender video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#page-bartender .page-bartender-section-ttl .en {
  font-family: "Noto Serif JP", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(70px, 3vw, 70px);
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
  transform: matrix(1, 0, -0.21, 0.98, 0, 0);
}
#page-bartender .page-bartender-section-ttl .en-insta {
  font-family: "Noto Serif JP", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(70px, 3vw, 70px);
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: capitalize;
  transform: matrix(1, 0, -0.21, 0.98, 0, 0);
}
.page-bartender-fv__video-sp {
  display: none;
}
@media (max-width: 768px) {
  #page-bartender .page-bartender-section-ttl .en {
    font-size: clamp(40px, 3vw, 48px);
  }
  .page-bartender-fv__video-pc {
    display: none;
  }
  .page-bartender-fv__video-sp {
    display: block;
  }
}
#page-bartender .page-bartender-section-ttl .jp {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
}
#page-bartender ._center {
  text-align: center;
  margin: 0 auto;
}
#page-bartender ._blue {
  color: #002349;
}
#page-bartender .fv {
  background-image: url("/wp-content/themes/es/public_html/assets/img/bartender/bartender-mv-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  height: 800px;
  position: relative;
}
#page-bartender.fv.fv-inner.slider {
  position: relative;
  height: 800px; /* スライダーの高さを設定 */
  overflow: hidden; /* 追加 */
}
#page-bartender .fv picture img {
  width: 80%;
  height: 864px;
  object-fit: cover;
}
@media screen and (max-width: 1340px) {
  #page-bartender .fv picture img {
    width: 100%;
    height: 864px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  #page-bartender .fv picture img {
    width: 100%;
    height: 864px;
    object-fit: cover;
  }
  #page-bartender .fv {
    height: 650px;
  }
  #page-bartender .fv .slider {
    height: 650px;
  }
}
main:not(#top)#page-bartender {
  padding-top: 0px;
}
#page-bartender .fv-ttl {
  position: absolute;
  bottom: 100px;
  right: 10%;
  text-align: right;
  z-index: 5;
}

#page-bartender .fv-ttl img {
  max-width: 490px;
  width: 90%;
  height: auto;
  object-fit: cover;
}
#page-bartender .fv-ttl .jp {
  color: #fff;
  text-align: right;
  margin-right: 30px;
  font-family: "Noto Sans JP", serif;
  font-style: italic;
}
@media screen and (max-width: 1280px) {
  #page-bartender .fv-ttl {
    right: 10px;
    bottom: 50px;
  }
  #page-bartender .fv-ttl .jp {
    right: 10px;
  }
  #page-bartender .fv-ttl img {
    width: 70%;
  }
}
/* バーテンダーお問い合わせ */
.page-bartender-contact {
  background: linear-gradient(122.5deg, #265076 4.88%, #1c1f32 81.97%);
  padding: 130px 0;
}
.form-page-bartender {
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.contact-form-bartender__input {
  background: transparent !important;
  padding: 12px 0 !important;
}
.contact-form-bartender__row .is-required {
  flex-direction: column;
}
.contact-form-bartender__row {
  padding-top: 30px;
}
.contact-form__check-white.contact-form__check span.wpcf7-list-item:before {
  border: 2px solid #fff;
}
.contact-form__check-white #checkmark a {
  color: #fff !important;
  font-family: "Noto Serif JP", sans-serif;
}
.contact-form__check-white #checkmark {
  color: #fff !important;
  font-family: "Noto Serif JP", sans-serif;
}
.contact-form__check-white {
  margin: 50px auto 30px;
}
.contact-form-bartender__label .Form-Item-Label-Required {
  color: #fff !important;
  border: 1px solid #9c7c43;
  background-color: #9c7c43 !important;
  border-radius: 5px;
  margin-left: 20px;
  padding: 2px 15px;
  width: 60px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  background: 0 0;
  font-weight: 700;
  font-size: 14px;
}
.contact-form-bartender__label .contact__text,
.contact-form-bartender__label .contact__tell,
.contact-form-bartender__label .contact__radio {
  font-weight: 700;
  font-size: clamp(18px, 3vw, 20px);

  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.3;
}
.contact-form-bartender__input.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: clamp(18px, 3vw, 20px);
  max-width: none;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.7;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 5px;
}

.contact-form-bartender__row.one__row,
.contact-form-bartender__input.one__input,
.contact-form-bartender__row.one__row .radio__input {
  filter: none;
}

.contact-form-bartender__input {
  filter: none !important;
}
#page-bartender #checkmark.checked::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.contact-form-bartender__input ::placeholder {
  color: #accaeb !important;
  font-family: "Noto Serif JP", sans-serif;
}
.contact-form-bartender__input
  .wpcf7-form-control.wpcf7-radio
  .wpcf7-list-item-label {
  position: relative;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
.wpcf7-form-control.wpcf7-radio span:after {
  background: #002349;
}
.btn__contact-bartender {
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 280px;
  height: 72px;
  width: 100%;
}
.btn__contact-bartender input[type="submit"] {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 20px 80px 20px 100px;
  height: 72px;
  border-radius: 5px;
  position: relative;
  background: #9c7c43;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif !important;
}
.wpcf7-spinner {
  display: block;
}
.btn__contact-bartender:before,
.btn__contact-bartender.disabled:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  content: "";
  display: inline-block;
  background: url(../img/bartender/mail-icon.png);
  width: 19px;
  height: 15px;
  margin-right: 5px;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  color: white;
}
.btn__text-lp {
  position: absolute;
  left: 56%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page-bartender-contact {
    padding: 80px 0;
  }
  .contact-form-bartender__input .wpcf7-form-control-wrap {
    display: flex !important;
    flex-direction: column !important;
  }
}

/* バーテンダーよくある質問 */
.page-bartender-faq {
  background-image: url(../img/bartender/faq-bg.jpg);
  padding: 100px 0 130px;
  background-position: 50%;
}
.page-bartender-faq .inner {
  max-width: 1000px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.accordion__panel {
  padding: 20px;
  margin-top: 10px;
  display: flex;
}
.accordion__panel.faq__a-icon {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
  color: #fff;
  font-weight: 500;
  flex-shrink: 0;
  vertical-align: middle;
}
.faq__a-wrapper {
  display: flex;
}

.faq__answer {
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  margin-left: 15px;
  font-family: "Noto Serif JP", serif;
}

/*答えを隠す*/
.accordion__panel {
  display: none;
}

.page-bartender-faq__item {
  width: 100%;
}
.page-bartender-faq__faq__q-icon {
  font-size: clamp(30px, 3vw, 40px);
  color: #fff;
  font-weight: 400;
  flex-shrink: 0;
  vertical-align: middle;
  font-family: "Roboto", serif;
  font-style: italic;
}
.page-bartender-faq__faq__question {
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 0px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
.page-bartender-faq__faq__q-text {
  font-size: clamp(16px, 2.8vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  margin-left: 15px;
  text-align: left;
  flex-grow: 1;
  font-family: "Noto Serif JP", serif;
}
.page-bartender-faq__js-accordion--close {
  display: none;
}
.page-bartender-faq__accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.page-bartender-faq__js-accordion {
  position: relative;
  padding: 12px 20px 12px 0px;
  border-bottom: 1px solid #9c7c43;
  width: 100%;
  margin-top: 31px;
}
.page-bartender-faq__js-accordion::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #9c7c43;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.page-bartender-faq__js-accordion::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #9c7c43;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.page-bartender-faq__js-accordion.page-bartender-faq__is-accordion--open::before {
  transform: rotate(90deg);
}
.page-bartender-faq__js-accordion.page-bartender-faq__is-accordion--open::after {
  transform: rotate(-180deg);
}
.page-bartender-faq__js-accordion.page-bartender-faq__is-accordion--open
  + .page-bartender-faq__accordion-box {
  height: auto;
  opacity: 1;
}
.page-bartender-faq__faq__answer {
  line-height: 1.7;
  font-size: clamp(14px, 3vw, 18px);
  text-align: left;
  margin: 15px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}

/* バーテンダーご利用の流れ */

.page-bartender-flow {
  padding: 130px 0;
  background-image: url("../img/bartender/flow-bg.jpg") !important;
  width: 100%;
  text-align: center;
}
.page-bartender-flow__inner {
  position: relative;
  max-width: 1000px;
  padding: 80px 30px 0;
  margin-right: auto;
  margin-left: auto;
}
.page-bartender-flow__table {
  display: flex;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  box-shadow: 10px 10px 22px #01013c29;
}
.page-bartender-flow__table-ttl-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9c7c43;
}
.page-bartender-flow__table-img-wrapper {
  max-width: 220px;
}
.page-bartender-flow__table-img-wrapper img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}
.page-bartender-flow__table-txt {
  text-align: left;
  padding-top: 24px;
  font-size: clamp(14px, 3vw, 16px);
  color: #002349;
}
.page-bartender-flow__table-ttl {
  font-size: clamp(20px, 3vw, 24px);
  color: #002349;
  font-weight: 700;
}
.page-bartender-flow-number {
  font-size: clamp(50px, 3vw, 64px);
  color: #9c7c43;
  line-height: 1;
  letter-spacing: 3.2px;
  margin-right: 24px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.page-bartender-under-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #002349;
  margin: 28px auto;
}
.page-bartender-flow__table-body {
  padding: 21px 80px 27px 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-bartender-flow {
    padding: 80px 0;
  }
  .page-bartender-flow__inner {
    padding: 50px 30px 0;
  }
  .page-bartender-flow__table-body {
    padding: 20px 30px 40px;
  }
  .page-bartender-under-arrow {
    margin: 10px auto;
  }
  .page-bartender-flow__table {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  .page-bartender-flow__table-img-wrapper {
    max-width: none;
  }
  .page-bartender-flow__table-img-wrapper img {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 12 / 9;
  }
  .page-bartender-flow__table-ttl {
    font-size: clamp(18px, 3vw, 20px);
  }
}

/* バーテンダーアバウトセクション */
.page-bartender-about {
  padding: 130px 0 105px;
  background-image: url("../img/bartender/bartender-about-bg.jpg") !important;
  background-color: #002349;
  background-position: 50%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-bartender-about .inner {
  position: relative;
  max-width: 1250px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-bartender-about__moji {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: clamp(160px, 3vw, 200px);
  color: #0b3664;
  opacity: 0.4;
  line-height: 1;
  font-family: Noto Serif JP;
}
.page-bartender-about__inner {
  display: flex;
  gap: 5%;
  margin-top: 60px;
}
.page-bartender-about__body {
  width: 40%;
}
.page-bartender-sub-ttl {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
}
.page-bartender-about__txt {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  margin-top: 36px;
}
.page-bartender-about__pic {
  max-width: 745px;
}
.page-bartender-about__pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .page-bartender-about__body {
    width: 100%;
  }
  .page-bartender-about__txt {
    margin-top: 20px;
    font-size: clamp(14px, 3vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .page-bartender-about {
    padding: 80px 0 0;
    background-image: url("../img/bartender/about-bg1-sp.jpg") !important;
    width: 100%;
  }
  .page-bartender-about__inner {
    flex-direction: column;
  }
  .page-bartender-about__body {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-bartender-about__txt {
    margin-top: 20px;
    font-size: clamp(14px, 3vw, 16px);
  }
  .page-bartender-about__pic {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page-bartender-about__moji {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-size: clamp(60px, 3vw, 80px);
    color: #0b3664;
    opacity: 0.4;
    line-height: 1;
    font-family: Noto Serif JP;
  }
}
/* バーテンダーyoutubeセクション */
.page-bartender-youtube {
  padding: 0 0 130px;
  background-image: url("../img/bartender/bartender-video-bg.jpg") !important;
  width: 100%;
  text-align: center;
}
.page-bartender-youtube .inner {
  position: relative;
  max-width: 1000px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .page-bartender-youtube {
    padding: 130px 0;
  }
}
/* バーテンダーserviceセクション */
.page-bartender-service {
  background: linear-gradient(122.5deg, #265076 4.88%, #1c1f32 81.97%);
  padding: 130px 0;
  width: 100%;
  text-align: center;
}
.page-bartender-service .inner {
  position: relative;
  max-width: 1000px;
  padding: 0 50px;
  margin-right: auto;
  margin-left: auto;
}
.page-bartender-section-ttl-txt {
  margin-top: 38px;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  position: relative;
  text-align: center;
  z-index: 2;
}
.page-bartender-service__txt {
  margin-top: 38px;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  text-align: left;
}
.page-bartender-service__card-wrapper {
  margin-top: 130px;
}
.page-bartender-service__card + .page-bartender-service__card {
  margin-top: 100px;
}
.page-bartender-service__card {
  display: flex;
  gap: 5%;
  position: relative;
}
.page-bartender-service__card._reverse {
  flex-direction: row-reverse;
  gap: 7%;
}
.page-bartender-service__bg {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  margin-left: calc(50% - 50vw);
}
.page-bartender-service__bg_reverse {
  position: absolute;
  top: -200px;
  right: 0;
  width: 100%;
  margin-right: calc(50% - 50vw);
}
.page-bartender-service__body {
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-bartender-service__pic {
  position: relative;
  z-index: 1;
}
.page-bartender-service__sub-ttl {
  position: relative;
  text-align: left;
  margin-bottom: 36px;
}
.page-bartender-service__sub-ttl .num {
  position: absolute;
  top: -80px;
  left: -40px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-size: 128px;
  line-height: 1;
  width: 200px;
  margin-top: 0;
  background: linear-gradient(
    96.58deg,
    rgba(238, 191, 71, 0.4) 2.55%,
    rgba(237, 199, 65, 0.4) 15.08%,
    rgba(243, 217, 146, 0.4) 25.65%,
    rgba(237, 211, 128, 0.4) 37.78%,
    rgba(245, 228, 151, 0.4) 53.83%,
    rgba(249, 243, 211, 0.4) 65.96%,
    rgba(227, 206, 104, 0.4) 73.4%,
    rgba(236, 197, 70, 0.4) 80.84%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-bartender-service__sub-ttl .jp {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 32px);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-bartender-service {
    padding: 80px 0;
  }
  .page-bartender-service__card {
    flex-direction: column;
  }
  .page-bartender-service__card._reverse {
    flex-direction: column;
  }

  .page-bartender-service__body {
    margin-bottom: 30px;
  }
  .page-bartender-service__bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page-bartender-service__bg_reverse {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page-bartender-service__card-wrapper {
    margin-top: 80px;
  }
  .page-bartender-service__sub-ttl .num {
    position: absolute;
    top: -50px;
    left: -20px;
    font-size: 88px;
  }
  .page-bartender-service__txt {
    margin-top: -20px;
  }
}

/* バーテンダーsceneセクション */
.page-bartender-scene {
  padding: 130px 0;
  background-image: url("../img/bartender/faq-bg.jpg");
  width: 100%;
  text-align: center;
}
.page-bartender-scene .inner {
  position: relative;
  max-width: 1250px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-bartender-scene__card-wrapper {
  display: flex;
  gap: 5%;
}
.page-bartender-scene__card {
  width: calc((100% - 5%) / 3);
}
.page-bartender-scene__card:nth-child(2) {
  margin-top: 50px;
}
.page-bartender-scene__card:nth-child(3) {
  margin-top: 100px;
}
.page-bartender-scene__body {
  margin-top: 20px;
}
.page-bartender-scene__card-sub-ttl {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 24px);
  text-align: center;
}

.page-bartender-scene__card-txt {
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-bartender-scene {
    padding: 80px 0;
    background-image: url("../img/bartender/scene-sp-bg.png");
  }
  .page-bartender-scene__card-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .page-bartender-scene__card {
    margin-top: 60px !important;
    width: 100%;
    max-width: 400px;
  }
}
/* バーテンダーrecordセクション */
.page-bartender-record {
  padding: 130px 0;

  background-color: #002349;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-bartender-record .inner {
  max-width: 1060px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-bartender-record__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-bartender-record__moji {
  position: absolute;
  top: 130px;
  left: 0;
  font-weight: 500;
  font-size: clamp(160px, 3vw, 180px);
  color: #0b3664;
  opacity: 0.4;
  line-height: 1;
  font-family: Noto Serif JP;
}
.page-bartender-record__list {
  position: relative;
  z-index: 2;
  margin-left: auto;
  max-width: 60%;
  margin-top: 150px;
}
.page-bartender-record__item {
  text-align: left;
  list-style-type: disc;
  font-weight: 500;
  line-height: 1.7;
  font-size: clamp(14px, 3vw, 18px);
}
.page-bartender-sp-only-br {
  display: none;
}
@media screen and (max-width: 1068px) {
  .page-bartender-record {
    padding: 80px 0;
  }
  .page-bartender-record__list {
    max-width: 100%;
    margin-top: 50px;
  }
  .page-bartender-record__item {
    margin: 0 0 0 30px;
  }
  .page-bartender-record__moji {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-size: clamp(80px, 3vw, 80px);
    color: #0b3664;
    opacity: 0.4;
    line-height: 1;
    font-family: Noto Serif JP;
  }
  .page-bartender-sp-only-br {
    display: block;
  }
}

/* バーテンダーpriceセクション */
.page-bartender-price {
  padding: 130px 0;
  background-image: url("../img/bartender/bartender-video-bg.jpg") !important;
  width: 100%;
  text-align: center;
}
.page-bartender-price .inner {
  position: relative;
  max-width: 1120px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}

.page-bartender-price__card-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-bartender-price__card {
  width: calc((100% - 40px) / 2);
  margin-top: 60px;
}
.page-bartender-price__sub-ttl {
  font-weight: 700;
  font-size: clamp(18px, 3vw, 24px);
  padding: 16px 0;
  font-family: Noto serif JP;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.page-bartender-price__price {
  font-weight: 400;
  font-size: clamp(28px, 3vw, 36px);
  font-family: Noto serif JP;
  margin-top: 20px;
}
.page-bartender-price__yen {
  font-size: clamp(20px, 3vw, 24px);
  font-family: Noto serif JP;
}

.page-bartender-price__txt {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  text-align: left;
  margin-top: 13px;
  font-family: Noto serif JP;
}
.page-bartender-price__txt._txt-later {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .page-bartender-price__card {
    width: 100%;
  }
  .page-bartender-price {
    padding: 80px 0;
  }
}
/* バーテンダーintroセクション */
.page-bartender-intro {
  padding: 130px 0;
  background-color: #002349;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.page-bartender-intro .inner {
  max-width: 1160px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-bartender-intro__card-wrapper {
  margin-top: 80px;
}
.page-bartender-intro__card {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  isolation: isolate;
}
.page-bartender-intro__card._reverse {
  flex-direction: row;
}
.page-bartender-intro__card + .page-bartender-intro__card {
  margin-top: 60px;
}
.page-bartender-intro__body {
  padding: 2em 4em;
  margin-top: 150px;
  text-align: left;
  margin-left: -5em;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #002349;
}
.page-bartender-intro__card._reverse {
  position: relative;
}
.page-bartender-intro__body._reverse {
  margin-right: -5em !important;
  margin-left: 0;
}
.page-bartender-intro__explain {
  font-weight: 700;
  font-size: clamp(16px, 3vw, 20px);
}
.page-bartender-intro__name {
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
}
.page-bartender-intro__txt {
  font-weight: 500;
  font-size: clamp(16px, 3vw, 20px);
  margin-top: 2em;
}
.page-bartender-intro__box {
  position: absolute;
  top: 100px;
  right: -40px;
  width: 650px;
  height: 380px;
  background: #848452;
  opacity: 0.2;
  z-index: 1;
}
.page-bartender-intro__box._reverse {
  top: 100px;
  left: -40px;
  width: 650px;
  height: 380px;
}
.page-bartender-intro__card picture {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1316px) {
  .page-bartender-intro__body {
    padding: 2em;
  }
  .page-bartender-intro__box {
    position: absolute;
    top: 100px;
    right: -40px;
    width: 650px;
    height: 250px;
    background: #848452;
    opacity: 0.2;
    z-index: 1;
  }
  .page-bartender-intro__box._reverse {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .page-bartender-intro {
    padding: 80px 0;
  }
  .page-bartender-intro__card,
  .page-bartender-intro__card._reverse {
    display: flex;
    flex-direction: column;
  }
  .page-bartender-intro__box,
  .page-bartender-intro__box._reverse {
    width: 300px;
    height: 580px;
    top: -30px;
  }
  .page-bartender-intro__body {
    padding: 2em 1.5em;
    margin-top: 0px;
    margin-left: 0em;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #002349;
  }
}
/* バーテンダーinstagramセクション */
.page-bartender-instagram {
  padding: 130px 0;
  background-image: url("../img/bartender/instagram-bg.jpg") !important;
  width: 100%;
  text-align: center;
}
.page-bartender-instagram .inner {
  position: relative;
  max-width: 1100px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-bartender-instagram #sb_instagram {
  margin-top: 80px;
}
.page-bartender-instagram #sb_instagram .sbi_follow_btn a {
  background: #fff !important;
  color: #002349;
  margin-top: 80px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-bartender-instagram {
    padding: 40px 0;
  }
  .page-bartender-instagram #sb_instagram {
    margin-top: 20px;
  }
  .page-bartender-instagram #sb_instagram .sbi_follow_btn a {
    margin-top: 40px;
  }
  #page-bartender .page-bartender-section-ttl .en-insta {
    font-size: clamp(40px, 3vw, 48px);
  }
}

/* サウナFV */

.page-sauna-top__mv-ttl {
  position: absolute;
  top: 500px;
  left: 10%;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-sauna-top__mv-ttl img {
  width: 215px;
  height: auto;
  object-fit: cover;
}
.page-sauna-top__mv-ttl .jp {
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 600;
  color: #fff;
  margin-top: 1em;
  letter-spacing: 0.1em;
}
.page-sauna-top__txt {
  position: absolute;
  top: 40%;
  left: 2%;
  z-index: 3;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ebebeb;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
}
.slider {
  position: relative;
  height: 800px; /* スライダーの高さを設定 */
  overflow: hidden; /* 追加 */
}

.slider.img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s;
  z-index: 0; /* 基本のz-indexを設定 */
  pointer-events: none; /* 画像の重なりによる問題を防ぐ */
}
.slider.img-wrap img.active {
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}
@media screen and (max-width: 768px) {
  .page-sauna-top__mv-ttl {
    position: absolute;
    top: 450px;
    left: 10%;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .page-sauna-top__mv-ttl img {
    width: 80px;
    height: auto;
    object-fit: cover;
  }
  .slider {
    height: 600px; /* スライダーの高さを設定 */
  }
}
/* サウナセクションタイトル*/
#page-sauna {
  padding-top: 40px !important;
}

#page-sauna .page-sauna-section-ttl {
  position: relative;
  z-index: 2;
}
#page-sauna .page-sauna-section-ttl._center {
  text-align: center;
  margin: 0 auto;
}
#page-sauna .page-sauna-section-ttl .en img {
  height: 50px;
  width: auto;
  object-fit: cover;
}

#page-sauna .page-sauna-section-ttl .jp {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  background: linear-gradient(
    90.06deg,
    #9c7c43 0.03%,
    #cb9f50 16.57%,
    #c9a451 57.29%,
    #e9d4a6 67.72%,
    #c9a451 83.73%,
    #cb9f50 93.55%,
    #9c7c43 103.36%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  #page-sauna {
    padding-top: 30px !important;
  }
  #page-sauna .page-sauna-section-ttl .en img {
    height: 40px;
    width: auto;
    object-fit: cover;
  }
}
/* サウナお問い合わせ */
.page-sauna-contact {
  background-color: #222;
  padding: 130px 0;
}
.form-page-sauna {
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.contact-form-sauna__input {
  background: transparent !important;
  padding: 12px 0 !important;
}
.contact-form-sauna__row .is-required {
  flex-direction: column;
}
.contact-form-sauna__row {
  padding-top: 30px;
}
.contact-form__check-white.contact-form__check span.wpcf7-list-item:before {
  border: 2px solid #fff;
}
.contact-form__check-white #checkmark a {
  color: #fff !important;
  font-family: "Noto Serif JP", sans-serif;
}
.contact-form__check-white #checkmark {
  color: #fff !important;
  font-family: "Noto Serif JP", sans-serif;
}
.contact-form__check-white {
  margin: 50px auto 30px;
}
#page-sauna .wpcf7-form-control.wpcf7-radio span:after {
  background: #333 !important;
}
.contact-form-sauna__label .Form-Item-Label-Required {
  color: #fff !important;
  border: 1px solid #9c7c43;
  background-color: #9c7c43 !important;
  border-radius: 5px;
  margin-left: 20px;
  padding: 2px 15px;
  width: 60px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  background: 0 0;
  font-weight: 700;
  font-size: 14px;
}
.contact-form-sauna__label .contact__text,
.contact-form-sauna__label .contact__tell,
.contact-form-sauna__label .contact__radio {
  font-weight: 700;
  font-size: clamp(18px, 3vw, 20px);
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.3;
}
.contact-form-sauna__input.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: clamp(18px, 3vw, 20px);
  max-width: none;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.7;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 5px;
}
#page-sauna #checkmark.checked::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.contact-form-sauna__input ::placeholder {
  color: #a6a6a6 !important;
  font-family: "Noto Serif JP", sans-serif;
}

.contact-form-sauna__input
  .wpcf7-form-control.wpcf7-radio
  .wpcf7-list-item-label {
  position: relative;
  color: #fff;
  cursor: pointer;
  -webkit-text-stroke: initial;
  text-stroke: initial;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
.btn__contact-sauna {
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 280px;
  height: 72px;
  width: 100%;
}
.btn__contact-sauna input[type="submit"] {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 20px 80px 20px 100px;
  height: 72px;
  border-radius: 5px;
  position: relative;
  background: #9c7c43;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif !important;
}
.contact-form-sauna__row.one__row,
.contact-form-sauna__input.one__input,
.contact-form-sauna__row.one__row .radio__input {
  filter: none;
}

.contact-form-sauna__input {
  filter: none !important;
}

.btn__contact-sauna:before,
.btn__contact-sauna.disabled:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  content: "";
  display: inline-block;
  background: url(../img/sauna/mail-icon.png);
  width: 20px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  color: white;
}
@media screen and (max-width: 768px) {
  /* #page-bartender #checkmark {
    font-size: 16px;
  } */
  .contact-form-sauna__input .wpcf7-form-control-wrap {
    display: block;
  }
}
/* サウナよくある質問 */
.page-sauna-faq {
  background: #111;
  padding: 100px 0 130px;
  background-position: 50%;
}
.page-sauna-faq .inner {
  max-width: 1000px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.accordion__panel {
  padding: 20px;
  margin-top: 10px;
  display: flex;
}
.accordion__panel.faq__a-icon {
  font-family: Noto Serif jp;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
  color: #fff;
  font-weight: 500;
  flex-shrink: 0;
  vertical-align: middle;
  color: #9c7c43;
}
.faq__a-wrapper {
  display: flex;
}

.faq__answer {
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  margin-left: 15px;
  font-family: "Noto Serif JP", serif;
}

/*答えを隠す*/
.accordion__panel {
  display: none;
}

.page-sauna-faq__item {
  width: 100%;
}
.page-sauna-faq__faq__q-icon {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 500;
  flex-shrink: 0;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
  color: #9c7c43;
}
.page-sauna-faq__faq__question {
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 0px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
.page-sauna-faq__faq__q-text {
  font-size: clamp(16px, 2.8vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  margin-left: 15px;
  text-align: left;
  flex-grow: 1;
  font-family: "Noto Serif JP", serif;
}
.page-sauna-faq__js-accordion--close {
  display: none;
}
.page-sauna-faq__accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.page-sauna-faq__js-accordion {
  position: relative;
  padding: 12px 20px 12px 0px;
  border-bottom: 1px solid #9c7c43;
  width: 100%;
  margin-top: 31px;
}
.page-sauna-faq__js-accordion::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #9c7c43;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.page-sauna-faq__js-accordion::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #9c7c43;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.page-sauna-faq__js-accordion.page-sauna-faq__is-accordion--open::before {
  transform: rotate(90deg);
}
.page-sauna-faq__js-accordion.page-sauna-faq__is-accordion--open::after {
  transform: rotate(-180deg);
}
.page-sauna-faq__js-accordion.page-sauna-faq__is-accordion--open
  + .page-sauna-faq__accordion-box {
  height: auto;
  opacity: 1;
}
.page-sauna-faq__faq__answer {
  line-height: 1.7;
  font-size: clamp(14px, 3vw, 18px);
  text-align: left;
  margin: 15px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}

/* サウナ　サウナライフ */
.page-sauna-life {
  background-color: #111111;
  padding: 130px 0;
  font-family: "Noto Serif JP", serif;
}

.page-sauna-life__inner {
  max-width: 1300px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
.page-sauna-life-ttl img {
  width: 90%;
  height: auto;
  object-fit: cover;
}
.page-sauna-life__body-wrapper {
  display: flex;
  gap: 3em;
  margin-top: 80px;
  position: relative;
}
.page-sauna-life__body {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-sauna-life__txt {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  line-height: 3;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 3vw, 20px);

  font-weight: 700;
}
.page-sauna-life__tate-txt {
  position: absolute;
  top: 0;
  left: -4em;
  line-height: 1.5;
  font-weight: 400;
  font-size: clamp(12px, 3vw, 15px);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  margin-top: 5px;
  color: #ebebeb;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
.page-sauna-life__life-bg {
  position: absolute;
  bottom: 0%;
  right: 40%;
  max-width: 50%;
}
.page-sauna-life__life-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-sauna-life__img {
  max-width: 500px;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .page-sauna-life__tate-txt {
    left: -3em;
  }
}
@media screen and (max-width: 768px) {
  .page-sauna-life {
    padding: 80px 0;
  }
  .page-sauna-life__body-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }
  .page-sauna-life__inner {
    padding-right: 30px;
    padding-left: 80px;
  }
  .page-sauna-life__tate-txt {
    left: -3em;
  }
  .page-sauna-life-ttl img {
    width: 100%;
  }
  .page-sauna-life__life-bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
  }
  .page-sauna-life__life-bg img {
    width: 100%;
    height: auto;
  }
  .page-sauna-life__txt {
    font-size: clamp(13px, 3vw, 20px);
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .page-sauna-life__tate-txt {
    left: -4em;
  }
}

/* サウナabout */
.page-sauna-about {
  background-color: #111111;
  padding: 130px 0;
  font-family: "Noto Serif JP", serif;
}

.page-sauna-about__inner {
  max-width: 1140px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-sauna-about__card {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 280px;
  gap: 4em;
}
.page-sauna-about__card._reverse {
  display: flex;
  flex-direction: row-reverse;
}
.page-sauna-about__body {
  border-left: 1px solid #c2c2c2;
  padding-left: 3em;
  width: 60%;
}
.page-sauna-about__sub-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 32px);
}
.page-sauna-about__sub-copy {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 20px);
  margin-top: 1em;
}
.page-sauna-about__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  margin-top: 2em;
}
.page-sauna-about__card img {
  width: 100%;
  max-width: 500px;
}
.page-sauna-about__card picture {
  width: 100%;
  max-width: 500px;
  position: relative;
  padding-right: 40px;
}
.page-sauna-about__card .page-sauna-about-sm {
  position: absolute;
  top: -40%;
  right: -30px;
  z-index: 1;
  max-width: 40%;
}
.page-sauna-about__card .page-sauna-about-bg {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 968px) {
  .page-sauna-about__card img {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .page-sauna-about {
    padding: 80px 0;
  }
  .page-sauna-about__card {
    flex-direction: column;
    margin-top: 80px;
  }
  .page-sauna-about__card._reverse {
    flex-direction: column;
    margin-top: 80px;
  }

  .page-sauna-about__card img {
    width: 100%;
    max-width: 500px;
  }
  .page-sauna-about__card picture {
    width: 100%;
    max-width: 500px;
    position: relative;
    padding: 100px 40px 0 0;
  }
  .page-sauna-about__card .page-sauna-about-sm {
    position: absolute;
    top: -10%;
    right: 0;
    z-index: 1;
    max-width: 40%;
  }
  .page-sauna-about__card .page-sauna-about-bg {
    width: 100%;
    max-width: 500px;
  }
  .page-sauna-about__body {
    padding-left: 2em;
    width: 100%;
  }
  .page-sauna-about__card picture {
    margin-top: 20px;
    margin-right: calc(50% - 50vw);
    max-width: 500px;
  }
  .page-sauna-about__card._reverse picture {
    margin-left: calc(50% - 50vw);
    margin-right: auto;
  }
}
/* サウナ　how to spend */
.page-sauna-spend {
  background-color: #222;
  padding: 130px 0 0;
  font-family: "Noto Serif JP", serif;
}
.page-sauna-spend__inner {
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-sauna-spend__card {
  background-position: center;
}
.page-sauna-spend__body._reverse {
  margin-left: auto;
}
.page-sauna-spend__card:nth-child(2) {
  background: url(../img/sauna/how-to-spend01.png);
  background-position: center;
  margin-top: 80px;
}
.page-sauna-spend__card:nth-child(3) {
  background: url(../img/sauna/how-to-spend02.png);
  background-position: center;
}
.page-sauna-spend__card:nth-child(4) {
  background: url(../img/sauna/how-to-spend03.png);
  background-position: center;
}
.page-sauna-spend__card:nth-child(5) {
  background: url(../img/sauna/how-to-spend04.png);
  background-position: center;
}
.page-sauna-spend__card-inner {
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-sauna-spend__body {
  max-width: 500px;
  padding: 180px 0 40px;
}
.page-sauna-spend__sub-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(46px, 3vw, 64px);
  line-height: 1.7;
  font-weight: 400;
}
.page-sauna-spend__en-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.4;
  font-weight: 400;
}
.page-sauna-spend__txt {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  font-weight: 400;
  margin-top: 2em;
}
.page-sauna-spend__en-ttl2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.4;
  font-weight: 400;
  margin-top: 1em;
}
.page-sauna-spend__txt2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  font-weight: 400;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .page-sauna-spend {
    padding: 80px 0 0;
  }
  .page-sauna-spend__body._reverse {
    margin-left: 0;
  }
  .page-sauna-spend__sub-ttl {
    font-size: clamp(26px, 3vw, 34px);
  }
  .page-sauna-spend__en-ttl {
    font-size: clamp(18px, 3vw, 22px);
  }
  .page-sauna-spend__txt {
    font-size: clamp(14px, 3vw, 14px);

    margin-top: 2em;
  }
}
/* サウナhow to fun */
.page-sauna-fun {
  background-color: #222;
  padding: 130px 0;
  font-family: "Noto Serif JP", serif;
}

.page-sauna-fun__inner {
  max-width: 1160px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.page-sauna-fun__card img {
  width: 100%;
  max-width: 450px;
}
.page-sauna-fun__wrapper {
  margin-top: 80px;
}
.page-sauna-fun__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5em;
  flex-direction: row;
  margin-top: 80px;
}
.page-sauna-fun__card:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-sauna-fun__body {
  display: flex;
  gap: 1em;
  flex-direction: row;
  align-items: center;
}
.page-sauna-fun__body._reverse {
  flex-direction: row-reverse;
}
.page-sauna-fun__sub-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.3;
}
.page-sauna-fun__txt {
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  margin-top: 30px;
}
.page-sauna-fun__kanji {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(110px, 3vw, 128px);
  line-height: 1.1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #a6a6a6;
}
@media screen and (max-width: 968px) {
  .page-sauna-fun__card img {
    width: 100%;
    max-width: 300px;
  }
  .page-sauna-fun__card {
    gap: 2em;
  }
  .page-sauna-fun__kanji {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: clamp(78px, 3vw, 86px);
  }
}
@media screen and (max-width: 768px) {
  .page-sauna-fun {
    padding: 80px 0;
  }
  .page-sauna-fun__wrapper {
    margin-top: 40px;
  }
  .page-sauna-fun__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    flex-direction: column;
    margin-top: 80px;
  }
  .page-sauna-fun__card:nth-child(2n) {
    flex-direction: column;
  }
  .page-sauna-fun__body {
    display: flex;
    gap: 1em;
    flex-direction: column;
  }
  .page-sauna-fun__body._reverse {
    flex-direction: column;
  }
  .page-sauna-fun__card img {
    width: 100%;
    max-width: 450px;
  }
  .page-sauna-fun__txt {
    margin-top: 10px;
  }
  .page-sauna-fun__kanji {
    position: absolute;
    top: -300px;
    left: 0;
    font-size: clamp(70px, 3vw, 60px);
  }
  .page-sauna-fun__body {
    position: relative;
    max-width: 450px;
  }
}
/* サウナprice*/
.page-sauna-price {
  background: #111;
  padding: 130px 0;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

.page-sauna-price__inner {
  max-width: 500px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-sauna-price-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  object-fit: cover;
}
.page-sauna-price__sub-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.5;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 1em 2em;
  margin-top: 40px;
}
.page-sauna-price__price {
  margin-top: 15px;
}
.page-sauna-price__price .sm {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.5;
}
.page-sauna-price__price .bg {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 36px);
  line-height: 1.5;
}
.page-sauna-price__attention {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 14px);
  line-height: 1.5;
  margin-top: 40px;
}
.page-sauna-price__btn {
  margin-top: 10px;
}
.page-sauna-price__btn img {
  width: 38px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-sauna-price {
    padding: 80px 0;
  }
  .page-sauna-price__sub-ttl {
    font-size: clamp(16px, 3vw, 22px);
  }
}
/* サウナasccess*/
.page-sauna-access {
  background-color: #111;
  padding: 130px 0;
  font-family: "Noto Serif JP", serif;
}
.page-sauna-access__inner {
  max-width: 1140px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-sauna-access__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6em;
  margin-top: 50px;
}
.page-sauna-access__wrapper img {
  max-width: 340px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-sauna-access__body {
}
.page-sauna-access__sub-ttl {
  font-weight: 700;
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.page-sauna-access__txt {
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  margin-top: 2em;
}
@media screen and (max-width: 968px) {
  .page-sauna-access__wrapper {
    gap: 3em;
  }
}
@media screen and (max-width: 768px) {
  .page-sauna-access {
    padding: 80px 0;
  }
  .page-sauna-access__wrapper {
    flex-direction: column;
  }
  .page-sauna-access__sub-ttl {
    font-weight: 700;
    font-size: clamp(22px, 3vw, 24px);
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
  }
  .page-sauna-access__txt {
    margin-top: 1em;
  }
}
/* サウナflow */
.page-sauna-flow {
  background-color: #111111;
  padding: 130px 0;
  font-family: "Noto Serif JP", serif;
}

.page-sauna-flow__inner {
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.page-sauna-flow__wrapper {
  margin-top: 80px;
}
.page-sauna-flow__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
  margin-top: 60px;
}
.page-sauna-flow__card img {
  max-width: 185px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-sauna-flow__body {
}
.page-sauna-flow__sub-ttl {
  border-bottom: 1px solid #9c7c43;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.page-sauna-flow__sub-ttl-num {
  font-style: italic;
  font-family: "Roboto", serif;
  font-size: clamp(54px, 3vw, 64px);
  color: #9c7c43;
  line-height: 1;
  margin-right: 0.5em;
}
.page-sauna-flow__sub-ttl-jp {
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
}
.page-sauna-flow__txt {
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .page-sauna-flow {
    padding: 80px 0;
  }
  .page-sauna-flow__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-top: 40px;
  }
  .page-sauna-flow__body {
    max-width: 400px;
  }
  .page-sauna-flow__wrapper {
    margin-top: 40px;
  }
  .page-sauna-flow__sub-ttl {
    justify-content: center;
  }
  .page-sauna-flow__sub-ttl-jp {
    font-size: clamp(22px, 3vw, 32px);
  }
  .page-sauna-flow__sub-ttl-num {
    font-size: clamp(44px, 3vw, 54px);
    margin-right: 0em;
    margin-right: 0.1em;
  }
}
/* 文字左から右へアニメーション */
.fade-text {
  display: block;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 2s, transform 6s;
}
/* 遅延フェードイン用のクラス */
.fade-text-delayed {
  display: block;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 2s, transform 6s;
  transition-delay: 0.5s;
}
/* 遅延フェードイン2用のクラス */
.fade-text-delayed2 {
  display: block;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 2s, transform 6s;
  transition-delay: 1s;
}
/* 通常のフェードイン */
.fade-text.reveal {
  opacity: 1;
  transform: translateX(0);
}

/* 遅延フェードイン */
.fade-text-delayed.reveal {
  opacity: 1;
  transform: translateX(0);
}
/* 遅延フェードイン2 */
.fade-text-delayed2.reveal {
  opacity: 1;
  transform: translateX(0);
}
.fade-text.to__right.reveal {
  opacity: 1;
  transform: translateX(0);
}

.fade-text.to__top {
  background-position: center 0;
  transform: translate(0, 20px);
  animation: toTop var(--duration, 2.4s) var(--ease) var(--delay, 0.6s) forwards;
}
/* 必要に応じてアニメーションを追加 */
@keyframes toRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes toTop {
  100% {
    transform: translate(0, 0);
    background-position: center 100%;
  }
}

/* プライバシーポリシー */
.privacypolicy {
  max-width: 1112px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
}
.privacypolicy__txt {
  margin-top: 2em;
  color: #333;
}
.praivacypolicy__link {
  text-decoration: underline;
}


/*-------------------------------------
404
-------------------------------------*/

.page-404 {
  min-height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.page-404__title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}

.page-404__text {
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
}

.page-404__back {
  margin-top: 48px;
}

.page-404__back-link {
  font-size: 16px;
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .page-404 {
    height: 100vh;
  }
  .page-404__title {
    font-size: 24px;
  }
  .page-404__text {
    font-size: 16px;
  }
}


/*-------------------------------------
  header
-------------------------------------*/

.l-header {
  display: flex;
  align-items: center;
}

.l-header__inner {
  width: 100%;
  max-width: 1112px;
  margin-inline: auto;
  padding-inline: 16px;
}

.l-header__logo {
  position: relative;
}

.l-header__logo-text {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}

.l-header__logo-main {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}



/* ========================================
  footer
======================================== */

.l-footer {
  background-color: #808080;
  padding: 45px 0;
}

.l-footer__inner {
  max-width: 832px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.l-footer__inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 1px;
  height: 40px;
  background-color: #000;
}

.l-footer__logo {
  position: relative;
}

.l-footer__logo-text {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: #000;
  font-weight: 300;
  line-height: 1;
}

.l-footer__logo-main {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  color: #000;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.l-footer__sns {
  display: flex;
  gap: 10px;
  align-items: center;
}

.l-footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}

.l-footer__sns-link:hover {
  opacity: 0.7;
}

.l-footer__sns-link svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .l-footer__inner::before {
    display: none;
  }
  .l-footer__sns-link {
    width: 34px;
    height: 34px;
  }
}


/*-------------------------------------
main
-------------------------------------*/

main {
  position: relative;
  z-index: 1;
}

main > .bg-black {
  margin-top: 0;
}