@charset "utf-8";
/*
Theme Name: JSCA
Theme URI: matsunozushi.com
Author: LEMONA DESIGN
Author URI: matsunozushi.com
Description: A custom theme for Matsunozushi website.
Version: 1.0
License: GNU General Public License v2 or later
License: Proprietary (see license.txt for more information)
Text Domain: Matsunozushi
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding-top: 0;
}
main {}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  height: auto;
  vertical-align: top;
  max-width: 100%;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [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 {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  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-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
figure {
  margin: 0;
  padding: 0;
}
html {
  font-size: clamp(14px, 1.2vw, 18px);
}
body {
  font-family: helvetica, arial, 'Noto Sans JP', sans-serif;
  color: #efefef;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: justify;
  font-weight: 400;
  background: #111;
}
.matsunozushi body {
  font-family: "garamond", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", "MS PMincho", serif;
}
.experience body {
  font-family: "Helvetica Neue", "Arial", "Noto Sans JP", sans-serif;
}
.translated-ltr body {
  text-align: left;
}
h1, .h1 {
  font-size: 1.75em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.2;
}
h2, .h2 {
  font-size: 1.5em;
  margin-top: 3em;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.25;
}
h3, .h3 {
  font-size: 1.25em;
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.3;
}
h4, .h4 {
  font-size: 1.1em;
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-weight: 600;
  line-height: 1.35;
}
h5, .h5 {
  font-size: 1em;
  margin-top: 1.5em;
  margin-bottom: 0.73em;
  font-weight: 600;
  line-height: 1.5;
}
h6, .h6 {
  font-size: 1em;
  margin-top: 1.5em;
  margin-bottom: 0.67em;
  font-weight: 600;
  line-height: 1.6;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  margin-left: -2%;
}
.row.wide {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}
.row.tite {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
[class*="col_"] {
  position: relative;
  width: 100%;
  padding-right: 2%;
  padding-left: 2%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  align-items: stretch;
}
.wide [class*="col_"] {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.tite [class*="col_"] {
  flex-direction: column;
}
.col_1 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}
.col_2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col_4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.col_5 {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}
.col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col_7 {
  flex: 0 0 58.33%;
  max-width: 58.33%;
}
.col_8 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
.col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col_10 {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}
.col_11 {
  flex: 0 0 91.66%;
  max-width: 91.66%;
}
.col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .tb_hide {
    display: none !important;
  }
  .tb_1, .col-md-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }
  .tb_2, .col-md-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .tb_3, .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tb_4, .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .tb_5, .col-md-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .tb_6, .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tb_7, .col-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .tb_8, .col-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .tb_9, .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tb_10, .col-md-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
  .tb_11, .col-md-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }
  .tb_12, .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .sp_hide, .sm_hide {
    display: none !important;
  }
  .sp_1, .col-sm-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }
  .sp_2, .col-sm-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .sp_3, .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp_4, .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .sp_5, .col-sm-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .sp_6, .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp_7, .col-sm-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
  .sp_8, .col-sm-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .sp_9, .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp_10, .col-sm-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
  .sp_11, .col-sm-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }
  .sp_12, .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wp-block-columns {
    flex-direction: column;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
ul.line li, ol.line li {
  border-bottom: solid 1px #ddd;
  padding-top: 10px;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}
ul.line li:last-child, ol.line li:last-child {
  border-bottom: none;
}
.dot li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}
.dot li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.container {
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .container {}
}
@media (max-width: 1024px) {
  header .menu {
    display: none !important;
  }
  .container {
    padding-right: 1vw;
    padding-left: 1vw;
  }
}
@media (max-width: 768px) {
  .container {}
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
.nav-home {
  display: none;
  opacity: 0;
}
.menu-target {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  justify-content: end;
  padding: 0 5vw 3vw;
  position: relative;
  z-index: 10;
}
.menu-target a {
  text-decoration: none;
  color: #fff;
  padding: 20px 0px 5px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
}
.menu-target a::after {
  bottom: 12px;
}
.menu-target a:hover::after {
  width: 100%;
}
.menu-target a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s cubic-bezier(0, 0, 0.18, 0.99);
  z-index: 1001;
}
.menu-target a:focus::after {
  width: 100%;
}
.concept-wrapper {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.concept-wrapper a {
  text-decoration: none;
  color: #222;
}
.concept {
  line-height: 16px;
}
a {
  text-decoration: none;
  color: #c0a054;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
a:hover, a:focus {
  cursor: pointer;
}
.nav-list a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0.7em;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s cubic-bezier(0.22, 0.22, 0.09, 0.99);
  z-index: 1001;
  transform: rotate(90deg);
  transform-origin: top left;
}
.nav-list a.current::after, .nav-side a.current::after {}
header a:focus::after {
  width: 1px;
}
header a.current::after, header a:hover::after {
  width: 45px;
}
.nav-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-home a {
  color: #222;
  line-height: 32px;
}
.nav {
  padding: 0 24px;
}
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.open {
  cursor: pointer;
}
.close {}
.container-small {
  padding: 0px 4% 0;
  margin: auto !important;
  z-index: 0;
  position: relative;
  max-width: 800px;
}
.char {
  transform: translateY(100px);
  transition: transform 0.5s;
}
.menu-toggle {
  cursor: pointer;
  position: fixed;
  right: 2vw;
  top: 15px;
}
.pager {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.container {}
.container p {}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  transition: all 1s ease;
  height: 260px;
  overflow: hidden;
}
.home .navbar {
    height: 95vh;
}

.navbar {
  z-index: 1000;
  position: relative;
}
@media (min-width: 1025px) {
.navbar::after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 35vh;
  background: linear-gradient(#111111e3, transparent);
  pointer-events: none;
  z-index: -1;
}}

.mobile-menu::after {
  content: "";
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 100vh;
  background: #111111e3;
  pointer-events: none;
  z-index: -1;
}
.navbar-hidden .navbar {
  top: -24em;
}
.navbar.light {}
.navbar-container {
  display: flex;
  justify-content: space-between;
}
.navbar a, .navbar .logo {
  color: #fff;
  transition: color 0.3s ease;
}
.navbar.light, .navbar.light a, .navbar.light .logo {}
.navbar-left, .navbar-right {
  flex: 1;
  display: flex;
  justify-content: end;
}
.logo {
  position: relative;
  z-index: 1001;
  left: 4vw;
  overflow: visible;
  top: 40px;
  margin: 0;
  padding: 0;
  line-height: 0;
  white-space: nowrap;
  letter-spacing: 0;
}
.logo .alt {
  font-size: .7em;
  margin-left: .4em;
}
.logo a {
  overflow: visible;
  display: flex;
  flex-direction: column;
}
header .experience .logo a {
  flex-direction: row;
}
.logo img {
  position: relative;
  top: 0px;
  transition: width 0.5s ease, top 0.3s ease;
  width: 15vw;
  filter: brightness(1000%);
  max-width: 280px;
}
.logo .since {
  margin-top: 6px;
}
.home .logo-large img {}
.home .logo {}
.home .navbar-scrolled .logo img, .home .navbar-hidden .logo img {}
@media (min-width: 1601px) {
  .navbar-container {}
  .logo {}
}
@media(min-width:1025px) {
  .home .logo-large {}
}
@media(min-width:1024px) {
  #menuToggle {}
}
@media(max-width:1024px) {
  .logo img {
  width: 28vw;
}}
.logo a:after {
  display: none;
}
* {
  box-sizing: border-box;
}

.video {
  position: relative;
  width: 100%;
  /* YouTube (16:9動画) の比率 */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu.fixed {
  transform: translateY(0%);
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
}
.open + .menu {
  transform: translateY(0%);
}
.close + .menu {
  transform: translateY(-100%);
}
@media screen and (max-width: 960px) {
  #menuToggle {
    opacity: 1;
    visibility: visible;
  }
  .navbar{
    height: 16vh;
  }
}
@media screen and (min-width: 961px) {
  html.navbar-hidden #menuToggle {}
}
main h1 {}
.single .main-content p {
  margin: 2rem 0 2rem auto;
  max-width:640px;
}
.main-content p{
    margin: 2rem 0 2rem auto;
}

#content{
   background: #111;
}
#footer {
  background: #111;
  position: relative;
  color: #fff;
  width: 100%;
  padding: 10vh 0;
  font-size: 0.9em;
}
#footer a {
  color: #fff;
}
#footer p {
  margin: 0;
}
.footer-menu {
  display: flex;
  justify-content: end;
  padding: 0 30px;
}
#footer .container {
  display: flex;
  justify-content: center;
  gap: 5vw;
  align-items: start;
}
#footer .logo {
  top: 0;
  left: 0;
  flex-direction: column;
}
#footer h4 {
  white-space: nowrap;
}
#footer .tel {
  font-size: 2.2em;
  font-weight: 700;
}
#google_translate_element a {
  color: #111;
}
#google_translate_element a:after {
  display: none;
}
#footer .social {
  display: flex;
  font-size: 30px;
  gap: 20px;
  align-items: center;
}
#footer .social .twitter {
  font-size: 35px;
}
.nav-footer {
  display: flex;
  gap: 20px;
  left: 30px;
  bottom: 20px;
  /* font-size: .75em; */
  align-items: center;
  justify-content: center;
  padding: 5vh 0 0;
  /* text-align: left; */
}
.nav-footer {
  white-space: nowrap;
}
address {
  font-style: normal;
}
#copyright {
  text-align: center;
  display: inline-block;
  left: 20px;
  bottom: 20px;
  position: absolute;
  font-size: 0.6em;
}
.content-img:first-of-type img {
  opacity: 1;
}
.content-img:nth-of-type(n+2) img {
  opacity: 0;
}
.content-img {}
@media (max-width: 768px) {
  #footer {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  #copyright {}
  .nav-footer {
    /* position: static; */
    padding: 20px 0;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 30px;
  }
  .nav-footer li {
    /* width: 50%; */
    /* text-align: center; */
  }
}
@media (min-width: 769px) {
  .content {
    display: flex;
    position: relative;
    background: #fff;
    margin: 0 2vw;
    padding: 20px;
    border-radius: 10px;
  }
  .content-img {
    position: fixed;
    top: 0%;
    left: 0;
    max-width: 50%;
    z-index: 1;
    padding: 4%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  .content-img img {
    max-height: 700px;
  }
  .content-text {
    position: relative;
    z-index: 5;
    width: 50%;
  }
}
.split {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
.split:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 50%;
}
.split-left {
  width: 50%;
  padding: 20px 40px;
  position: relative;
}
.split-left img {
  margin: 40px 0;
}
.split-right {
  width: 50%;
  padding: 0 40px;
  position: relative;
}
.images-block {
  display: flex;
  gap: 2vw;
}
.images-block .image {
  flex: 1;
  overflow: hidden;
}
.images-block .text {
  font-size: 12px;
  margin: 0.5em 0 1em;
}
@media screen and (max-width: 768px) {
  .images-block {
    flex-direction: column;
  }
  .menu-container {
    margin-left: 0px;
    background: none;
  }
  #menu-gnavi {
    height: 100vh;
    padding: 100px 0 0 0;
  }
  #menu-gnavi li {}
  .sub-menu {
    right: 0;
    top: 0;
    position: absolute;
  }
  header .logo {
    position: absolute;
    left: 4vw;
    top: 26px;
  }
  .menu {
    color: #111;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100vh;
    display: flex;
    flex-direction: column;
    width: 160px;
  }
  .nav-list {
    list-style: none;
    padding: 0px;
    margin: auto;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 700;
    width: 100%;
  }
  .nav-list a {
    text-decoration: none;
    color: #111;
    margin: 0;
  }
  .nav-list a:hover {}
  .nav-list li {}
  .sub-menu {
    width: 100%;
    color: #111;
    position: fixed;
    z-index: 1000;
    height: 100vh;
    display: flex;
    flex-direction: column;
    left: 100%;
    padding: 100px 0 0 0;
  }
  .nav-link:hover .sub-menu {}
  .sub-menu .nav-link {
    margin: 0;
  }
  .sub-menu {
    max-height: 0;
    overflow: hidden;
  }
  .nav-link:hover > .sub-menu {
    background: #fff;
    width: 200px;
  }
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  flex-direction: row;
  justify-content: center;
  overflow-y: auto;
  align-items: center;
  padding: 60px 0px;
  overflow: visible;
  height: 100vh;
  font-size: 0.9em;
}
.mobile-menu-inner {
  display: flex;
  flex-direction: row;
  /* width: 100vw; */
  justify-content: space-between;
  gap: 6vw;
  max-width: 1200px;
}
.mobile-menu ul {
  width: 40vw;
}
.mobile-menu ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobile-menu .nav-list li a {
  color: #fff;
  border-bottom: solid 1px #3f3f3f;
  padding: .7em 0;
  display: block;
  font-size: 1.05em;
  margin: 0;
  width: 100%;
  line-height: 1.6;
}
.mobile-menu ul li a.current {
  color: #d7ba6a;
}
.mobile-menu.open {
  display: flex;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .mobile-menu-inner {
    flex-direction:column;
    font-size:0.8em;
  }
  .mobile-menu .nav-list li a{
      font-size:0.8em;
  }
  .mobile-menu ul{
    width:70vw;
  }
}
.navbar .menu {
  right: 80px;
  position: relative;
  padding: 0px;
  top: 50px;
  width: auto;
}
.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 800;
  gap: 1.5em;
}
.nav-list a {
  text-decoration: none;
  padding: 0px 0px;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  font-size: .9em;
  white-space: nowrap;
}
.nav-list a::after {
  top: -50px;
  left: 49%;
}
.nav_yoshii{
  margin-left:1em;
}

.nav_matsunozushi{
  margin-left:2em;
}
#footer .menu {
  display: flex;
  flex-direction: row;
  gap: 5vw
}
#footer .nav-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
#footer .nav-list li a {}
.sub-menu {}
.sub-menu a::after {
  height: 1px;
  bottom: 15px;
}
.nav-link:hover > .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sub-menu .nav-link {
  padding: 10px 20px;
  margin: 0;
}
.mobile-menu .nav-list {
  flex-direction: column;
  gap: 0px;
  align-items: baseline;
  right: 0;
  position: relative;
  display: flex;
}
.mobile-menu .nav-list li {
  margin: 0;
  padding: 0;
}
.mobile-menu .nav-list li .sub-menu {
  left: 170px;
  margin-top: -40px;
}



.mobile-menu .social {
  display: flex;
  justify-content: left;
}
.mobile-menu .social li {
  width: 50px;
}
.mobile-menu .social li a {
  color: #fff;
  font-size: 2em;
}
.mobile-menu .tel a{
    font-size: 2em;
    color:#fff;
}
.mobile-menu .email{
 font-size: 1.2em;
 color:#fff;
}
#content.dimmed {
  transition: opacity 0.4s ease;
  opacity: 0.5;
  background: #e7e2db;
}
.menu-toggle {
  position: fixed;
  top: 0px;
  right: 0;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 15px 10px;
  background: transparent;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1010;
  background: #111;
}
.menu-toggle.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.burger-line {
  background-color: #fff;
  height: 1px;
  width: 100%;
  transition: transform 0.3s ease;
}
.menu-toggle .burger-line:first-child, .menu-toggle .burger-line:last-child {
  width: 70%;
  transform: translateX(7px);
}
.menu-toggle:hover .burger-line:first-child, .menu-toggle:hover .burger-line:last-child {
  width: 100%;
  transform: translateX(-4px);
}
.menu-toggle:hover .burger-line:nth-child(2) {
  width: 80%;
}
.menu-toggle.open .burger-line:first-child {
  transform: translateY(15px) rotate(45deg);
  width: 100%;
}
.menu-toggle.open .burger-line:last-child {
  width: 100%;
}
.menu-toggle.open .burger-line:nth-child(2) {
  transform: translateX(2px);
  opacity: 0;
  width: 80%;
}
.menu-toggle.open .burger-line:last-child {
  transform: translateY(-12px) rotate(-45deg);
}
@media screen and (min-width: 961px) {
  .menu-toggle {
    pointer-events: none;
  }
}
#breadcrumbs {
  list-style: none;
  padding: 20px 5vw;
  line-height: 1.5;
  margin: auto;
  max-width: 1600px;
  text-align: center;
}
#breadcrumbs li {
  display: inline;
  margin-right: 5px;
  position: relative;
  padding-right: 20px;
  line-height: 1;
  font-size: .8em;
}
#breadcrumbs li:not(:last-child)::after {
  content: ">";
  color: #ccc;
  position: absolute;
  right: 5px;
  top: 3px;
}
#breadcrumbs li a {
  color: #555;
}
#breadcrumbs li a:hover {}
.share-this-page {
  display: flex;
  justify-content: end;
}
.share-this-page button {
  color: #111;
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 40px;
  background: #eee;
  font-weight: 500;
}
.content-footer {
  padding: 0px 6vw 0;
  margin: 50px 0;
  /* display: flex; */
  /* align-items: center; */
}
#content a:hover::after, #content a:focus::after {
  opacity: 1;
}
#content .slideshow a:after {}
/* 共通レイアウト（左画像・右テキスト） */
.wp-block-media-text {
  display: grid;
  grid-template-columns: 40% 60%; /* ←画像40%、テキスト60% */
  /* align-items: center; */
  gap: 6%;
  margin: 2em 0;
}

/* =========================================================
   デスクトップ時レイアウト
========================================================= */

/* 右画像・左テキストの場合 */
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 60% 40%; /* テキスト60%、画像40% */
}

/* 左画像・右テキストの場合 */
.wp-block-media-text:not(.has-media-on-the-right) {
  grid-template-columns: 40% 60%; /* 画像40%、テキスト60% */
}

/* 画像ブロック共通 */
.wp-block-media-text__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ---------------------------------------------------------
   「画像を切り抜いて調整」ON（is-image-fill が付与された場合）
--------------------------------------------------------- */
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  aspect-ratio: auto;
}

.wp-block-media-text.is-image-fill-element .wp-block-media-text__media {
  aspect-ratio: 16 / 9;
}

.wp-block-media-text.is-image-fill-element .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1); /* 初期拡大状態 */
  transition: transform 10s ease-out; /* 非JS環境でもズームアウト */
}

/* ScrollTriggerなどでvisible時に縮小 */
.wp-block-media-text.is-image-fill.visible .wp-block-media-text__media img {
  transform: scale(1);
}
/* =========================================================
   デスクトップ時レイアウト
========================================================= */

/* 右画像・左テキスト */
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 60% 40%;
}
/* 左画像・右テキスト */
.wp-block-media-text:not(.has-media-on-the-right) {
  grid-template-columns: 40% 60%;
}

/* 共通 */
.wp-block-media-text__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ---------------------------------------------------------
   WP「画像を切り抜いて調整」ON（is-image-fillがない状態）
--------------------------------------------------------- */
.wp-block-media-text:not(.is-image-fill) .wp-block-media-text__media {
  aspect-ratio: 16 / 9;
}

.wp-block-media-text:not(.is-image-fill) .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: transform 10s ease-out;
}

.wp-block-media-text:not(.is-image-fill).visible .wp-block-media-text__media img {
  transform: scale(1);
}
.wp-block-media-text__media img{
  width:100%;
}
/* ---------------------------------------------------------
   WP「画像を切り抜いて調整」OFF（is-image-fillが付与された状態）
--------------------------------------------------------- */
.wp-block-media-text .wp-block-media-text__media {
  aspect-ratio: auto;
}

.wp-block-media-text.is-image-fill-element .wp-block-media-text__media img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* テキスト */
.wp-block-media-text__content {
  display: block;
}

/* =========================================================
   モバイル時（縦並び）
========================================================= */
@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile{
    display: flex;
    flex-direction: column;
    margin-bottom: 1.8rem;

    .wp-block-media-text__media img{
  width:auto;
}
  }
  

  .wp-block-media-text__media,
  .wp-block-media-text__content {
    width: 100%;
  }

  .wp-block-media-text__media {
    order: 1;
    margin-bottom: 1rem;
  }

  .wp-block-media-text__content {
    order: 2;
    margin-bottom: 2rem;
  }

  .wp-block-media-text:last-of-type {
    margin-bottom: 1rem;
  }

  .wp-block-media-text__content h3 {
    margin-top: 0;
  }
}



.table-wrapper {
  overflow-x: auto;
  position: relative;
  padding-bottom: 1em;
}
.table-wrapper table {
  width: auto;
}
.table-wrapper td {
  white-space: nowrap
}
.scroll-hint {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  border-radius: 50%;
  font-size: 20px;
  z-index: 10;
}
@media (max-width: 768px) {

  .scroll-hint {
    display: block;
  }
}
table {
  border-collapse: collapse;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 10px;
}
table td {}
table th {
  text-align: left;
  line-height: 1;
  padding: 12px 0px;
}
table tbody th {
  text-align: left;
  line-height: 1.5;
  white-space: nowrap;
}
table tbody th:last-child {
  border-bottom: none;
}
table td {
  padding: 20px 20px 15px 0;
  border-bottom: solid 1px #333e;
}
.main-content{
    /* border-bottom: solid 1px #eee; */
}

table.hover tr:hover {
  background: #fff;
}
table thead th {
  border-bottom: 1px solid #333;
  font-size: 13px;
  white-space: nowrap;
}
table tbody td {}
table tbody tr:last-child th, table tbody tr:last-child td {}
dl {
  margin: 3rem 0;
}
dl dt {
  width: 30%;
  border-bottom: solid 1px #ddd;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
dl dt {
  text-align: left;
  display: inline-block;
  padding: 1rem 0;
}
dl dd {
  width: 70%;
  border-bottom: solid 1px #333;
  line-height: 1.5;
  padding: 1vw;
}
#contact_form {
  width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.row.center {
  justify-content: center;
}
.row dt {
  width: 30%;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.row dd {
  width: 70%;
  margin: 0;
}
input[type="text"], textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
.red {
  color: red;
  margin-left: 5px;
  font-size: 14px;
}
.mwform-tel-field input {
  width: calc(33% - 10px);
  margin-right: 5px;
  margin-bottom: 10px;
}
#contact_submit {
  text-align: center;
  margin-top: 20px;
}
#contact_submit input[type="submit"] {
  padding: 10px 20px;
  font-size: 18px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
}
#contact_submit input[type="submit"]:hover {
  background-color: #e0e0e0;
}
@media (max-width: 768px) {
  .row dt, .row dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .mwform-tel-field input {
    width: calc(100% - 10px);
  }
}
.mw_wp_form span.red {
  font-size: .7rem;
  margin-left: .5rem;
  color: #d1221a;
  padding: .2rem;
  font-weight: 300;
  border-radius: 2px;
  white-space: nowrap;
}
.fade-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-left.visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.fade-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-right.visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
ul.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.accordion > li {
  margin-bottom: 10px;
  border-radius: 5px;
  background: #f9f8f7;
}
ul.accordion > li h4 {
  cursor: pointer;
  background-color: #eee9e0;
  margin: 0;
  padding: 10px;
  border-radius: 4px;
}
ul.accordion > li h4:hover, ul.accordion > li.collapsable h4 {
  background: #ffd6d6;
}
ul.accordion ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
ul.accordion ul li {
  padding: 10px;
}
ul.accordion dl {
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-gap: 0px;
  margin: 0;
  padding: 0;
}
ul.accordion dt {
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  width: auto;
  margin: 0;
}
ul.accordion dd {
  margin: 0;
  padding: 10px 5px;
  box-sizing: border-box;
  width: auto;
}
dl.row .center {
  text-align: center;
}
ul.accordion dl dt:last-of-type, ul.accordion dl dd:last-of-type {
  border-bottom: none !important;
}
ul.accordion li.collapsable > ul {
  max-height: 500px;
}
@media(max-width:768px) {
  ul.accordion dt {
    font-size: 11px;
  }
}
.home-news {
  margin: auto;
  position: relative;
  padding-bottom: 0px;
  border-radius: 0px;
  margin-bottom: 4vw;
  padding-bottom: 4vw;
}
.home-news:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: -2;
}
.home-activity {
  background: #000;
}
.people-archive.row {
  display: flex;
  flex-wrap: wrap;
}
.people-archive .photo {}
.people-archive .text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.person > a {
  display: flex;
  margin: 0 0 2vw;
  align-items: center;
  gap: 2vw;
  justify-content: space-between;
}
.person .row {
  align-items: center;
  margin-right: -10px;
  margin-left: -10px;
}
.person:hover .people-photo-thumbnail img {
  scale: 1.05;
  transition: all 0.5s ease;
}
.people-photo-thumbnail {
  overflow: hidden;
  border-radius: 120px;
  max-width: 120px;
}
.people-photo-thumbnail img {
  border-radius: 200px;
  transition: all 0.5s ease;
  max-width: 100%;
  width: 120px;
}
.people-archive-name {
  color: #111;
  margin-bottom: 10px;
  font-weight: 400;
}
.people-archive-roll {
  color: #111;
  font-size: 13px;
  line-height: 1.4
}
.people-single-eyecatch {}
.people-single-photo {}
.people-single-text {}
.partners {
  padding: 1vw;
}
.partner {
  flex-direction: row;
  text-align: left;
  font-size: 14px;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.partners .row {
  align-items: start;
}
.partner .post-thumb {
  padding: 0px;
  border-radius: 10px;
  width: 120px;
}
.partner img {
  width: 120px;
}
.partner .inner {
  width: 80%;
}
@media (min-width: 768px) {
  .search-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }
  .search-icon img {
    transition: transform 0.3s ease;
  }
  .search-icon:hover img {
    transform: scale(1.1);
  }
  .search-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .search-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
  }
  .search-icon:hover {
    transform: scale(1.1);
  }
  .search-bar {
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
  }
  .search-bar.active {
    width: 200px;
  }
  .search-form {
    display: flex;
  }
  .search-field {
    border: none;
    padding: 10px;
    width: 100%;
  }
  .search-submit {
    display: none;
  }
}
.entry-text .line-container {
  display: none;
}
.archive-header {
  text-align: left;
  margin-bottom: 30px;
}
.archive-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}
.archive-description {
  font-size: 1rem;
  color: #555;
}
.post-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.entry-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2vw;
}
.entry-content-wrapper .post-thumbnail {}
.entry-content-wrapper .entry-text {
  flex: 2;
}
.post-thumbnail {
  overflow: hidden;
  flex: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 8px;
  object-fit: contain;
  width: 100%;
}
a:hover .post-thumbnail img {
  transform: scale(1.03);
  opacity: 0.9;
}
a:hover .post-thumbnail.post-thumbnail:before {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.00);
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.entry-text {
  text-align: left;
  padding: 0;
  background: none;
  box-shadow: none;
}
.entry-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.custom-text {
  font-size: 14px;
  color: #111;
  margin-bottom: 5px;
}
.entry-summary {
  font-size: 1rem;
  color: #333;
  margin-top: 10px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
.pagination a {
  color: #888;
  padding: 8px 12px;
  text-decoration: none;
  background: transparent;
  border-radius: 400px;
  transition: all 0.3s, color 0.3s;
  line-height: 1;
  border: solid 1px#444;
}
.page-numbers.current {
  padding: 8px 16px;
  border-radius: 100px;
}
.pagination a:hover {
  color: #fff;
    border: solid 1px#fff;
}
.pagination .active {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
.pagination .prev-page, .pagination .next-page {
  font-weight: bold;
}
@media (max-width: 768px) {
  .entry-content-wrapper {
    flex-direction: column;
  }
  .pagination a {
    padding: 6px 10px;
  }
}
.people-single-eyecatch {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 800px;
  margin: 0 auto 20px;
}
.people-single-photo {
  flex: 0 0 300px;
  margin-right: 20px;
}
.people-single-photo img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: cover;
}
.people-single-text {
  flex: 1;
}
.people-single-text .line-container {
  display: none;
}
.people-single-name {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #333;
  font-weight: 500;
}
.people-single-title {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400;
  margin-bottom: 3rem;
}
.single-profile {
  margin-top: 20px;
  max-width: 800px;
  margin: auto;
}
.single-profile p {
  margin-bottom: 15px;
}
.single-profile a {}
.single-profile a:hover {
  text-decoration: underline;
}
.service-example-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.service-example-item {
  margin-bottom: 20px;
}
.service-example-link {
  text-decoration: none;
  color: inherit;
}
.service-example-images {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.service-example-image {
  width: 100px;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}
.service-example-text {
  font-size: 16px;
  color: #333;
  margin: 0;
}
.service-example-item a:hover .service-example-text {
  text-decoration: underline;
}
.single-service-details {
  width: 100%;
  font-size: 14px;
}
.single-service-details {
  display: flex;
  flex-wrap: wrap;
}
.single-service-details dt, .single-service-details dd {
  padding: 10px 4px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.single-service-details dt {
  width: 30%;
  font-weight: bold;
  flex-shrink: 0;
}
.single-service-details dd {
  width: 70%;
  flex-grow: 1;
}
.single-service-details dt:last-of-type, .single-service-details dd:last-of-type {
  border-bottom: none;
}
.single-service-example-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-service-example-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 2vw;
}
.single-service-example-link {
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
}
.single-service-example-link:hover .single-service-example-text {
  color: #111;
  text-decoration: underline;
}
.single-service-example-images {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  width: 40%;
  overflow: hidden;
}
.single-service-example-image {
  width: 100%;
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
a .single-service-example-image {
  border-radius: 8px;
}
a.single-service-example-image:hover {
  transform: scale(1.05);
}
.single-service-example-text {
  margin: 0;
  width: 60%;
  padding: 0;
}
.single-service-facilitators {
  margin: 50px 0;
}
.single-service-facilitators-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.single-service-facilitator {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.single-service-facilitator-img {
  flex-shrink: 0;
  margin-right: 20px;
}
.single-service-facilitator-img img {
  width: 120px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}
.single-service-facilitator-txt {
  max-width: calc(100% - 140px);
}
.single-service-facilitator-name {
  font-size: 22px;
  color: #222;
  margin: 0;
}
.single-service-facilitator-title {
  font-size: 16px;
  color: #777;
  margin: 5px 0;
}
.single-service-facilitator-profile {
  font-size: 16px;
  color: #555;
}
.single-service-content-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.single-service-share-button {
  background-color: #e63946;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-service-share-button:hover {
  background-color: #d62828;
}
@media (max-width: 768px) {
  .single-service-container {
    padding: 10px;
  }
  .single-service-details {
    grid-template-columns: 1fr;
  }
  .single-service-facilitator {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-service-facilitator-img {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .single-service-facilitator-txt {
    max-width: 100%;
  }
  .single-service-example-images {
    flex-direction: column;
  }
  .single-service-example-image {}
}
.single-service-benefit-item {
  background: #fff;
  margin-bottom: 10px;
}
.single-service-testimonial-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 1vw
}
.single-service-testimonial-item .icon {
  width: 120px;
  text-align: center;
}
.single-service-testimonial-item .icon p {
  text-align: center;
  color: #666;
  margin: 5px;
  font-size: 14px;
}
.single-service-testimonial-item img {
  border-radius: 100px;
  width: 100px;
  margin: 0;
}
.single-service-testimonial-item .text {
  padding: 2vw;
  border-radius: 10px;
  margin: 10px 0;
  position: relative;
  width: 80%;
}
.single-service-testimonial-item .text:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -20px;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent #f5f3ed transparent transparent;
}
.wp-block-button a {
  color: #111;
  background-color: transparent;
  border-radius: 4px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.35em + 2px) calc(1.5em + 2px);
  font-size: 13px;
  margin: 10px 0;
  display: inline-block;
  min-width: 140px;
  text-align: center;
  font-weight: 400;
    border: 1px solid #fff;
  color: #fff;
   transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
#content .wp-block-button a:hover {
 border-color: #c0a054;
  color: #c0a054;
}
.wp-block-button a:after {
  display: none;
}
.post-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.post-thumbnail-wrapper {
  width: 20%;
}
.post-thumbnail.large img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.post-content-wrapper {
  flex: 2;
  width: 70%;
}
.entry-header {
  padding: 3vw 6vw 2vw 6vw;
}


.archive .entry-title {
  font-size: 17px;
  color: #fff;
}
.subtitle {
  color: #888;
  font-size: 14px;
}
.entry-meta {
  font-size: 13px;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0em 0;
  padding: 1vw;
  background-color: #222222;
  border-radius: 4px;
}
.nav-item {
  flex: 1;
  text-align: center;
}
.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-size: .8em;
  cursor: pointer;
  transition: all 0.3s ease;
    border:solid 1px transparent;
}
.nav-button:hover, .nav-button:focus {
  border:solid 1px #ddd;
}
.nav-text {
  display: inline-block;
  padding: 0.5em 1em;
  color: #111;
}
.nav-end {
  color: #999;
}
.category-button {}
.category-button:hover, .category-button:focus {
}
.nav-arrow {
  font-size: 1.2em;
  margin: 0 0.3em;
}
.nav-previous {
  text-align: left;
}
.nav-next {
  text-align: right;
}
.no-category {
  color: #999;
}
@media (max-width: 768px) {
  .archive .entry-title {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.5;
    text-align: left;
  }
  .post-layout {
    flex-direction: column;
  }
  .post-thumbnail-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .post-content-wrapper {
    text-align: center;
  }
  .entry-meta, .post-categories, .post-date {
    font-size: 11px;
    color: #999
  }
}
.archive-container {
  display: flex;
  padding: 2vw 5vw;
  margin: auto;
}
.archive-container .main {
  width: 80%;
  order: 2;
}
.archive-container .side {
  width: 20%;
  position: sticky;
  height: 100%;
  top: 10vw;
}
.single-container {
  display: flex;
  margin: 6vh auto 0;
  gap: 2vw;
}

.single-container .wp-block-button a{
  color:#111;
  border-color:#111;
}


.single-container .main {
  background: #fff;
  width: 65%;
  padding: 0 0vw 40px 0vw;
  z-index: 1000;
  color: #111;
}
.single-container .main h2 {}
.single-container .main ul {
    
}
.single-container .main-content h2{}
.single-container .main-content h3{
   max-width:640px;
  margin-left:auto;
}
.single-container .main-content h4{}



.single-container .main-content ul,
.single-container .main-content ol{
  max-width:640px;
  margin-left:auto;
  padding: 0;
}

.single-container .main-content ul li{
  border-top:solid 1px #eee;
  padding: 10px 0px 10px  30px;
   list-style-type: square;   
  list-style-position: inside;    
  padding-left: 2em;         
  text-indent: -1.2em;      
}
 
  .single-container .main-content ol li{
  border-top:solid 1px #eee;
  padding: 10px 0px 10px  30px;
  list-style-position: inside;    
  padding-left: 2em;         
  text-indent: -1.1em;      
}


.single-container img {
  max-width: 100%;
}
.single-container .side {
  width: 30vw;
  position: sticky;
  height: 100%;
}
.single-container .side a{
  color: #ccc;
}
.single-container .side a:hover{
 color:#fff;
}
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list li {
  padding: 0;
  margin: 0;
  border-top: solid 1px #222;
}
.news-list li a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
}
.content-footer .news-list li {
    border-top: solid 1px #eee;
}
.content-footer .news-list li a{
    padding: 12px 0;
}


.news-list li a:hover {}
.news-list .post {
  display: flex;
  align-items: center;
  gap: 4%;
}
.news-list .thumbnail {
  width: 25%;
  overflow: hidden;
  border-radius: 4px;
}
.news-list .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}
.news-list .text {
  flex-grow: 1;
  width: 75%;
}
.news-list .date {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #888;
}
.news-list h4 {
  font-size: .9em;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
  transition: color 0.3s ease;
  text-align: left;
}
.main .news-list h4 {
  font-size: 1em;
}
.news-list h4:hover {}
.entry-footer {
  padding: 4vw 6vw 0;
  font-size: 13px;
  color: #aaa;
}
.entry-tags {
  display: flex;
  justify-content: left;
  gap: 10px;
  flex-wrap: wrap;
}
.entry-tags a {
  color: #111;
  background: #f5f3ed;
  padding: 5px 10px;
  border-radius: 50px;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 1600px) {
  .single-container {
    padding: 0 5vw 0 0;
  }
}
@media (min-width: 1601px) {
  .archive-container {
    padding: 2vw 5vw;
    max-width: 1600px;
  }
  #breadcrumbs {}
}
@media (max-width: 1024px) {
  .single-container {
    flex-direction: column;
    padding: 0;
  }
  .single-container .main {
    width: 100%;
    padding: 5vw;
  }
  .single-container .side {
    width: 100%;
    padding: 5vw;
  }
}
@media (max-width: 768px) {
  .archive-container {
    flex-direction: column;
  }
  .archive-container .main {
    width: 100%;
  }
  .archive-container .side {
    position: static;
    width: 100%;
  }
  .post-link {
    flex-direction: column;
  }
}

.post-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.post-link {
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: center;
  margin-bottom: 20px;
  padding: 0em 0px 1em;
  gap: 2vw;
  border-bottom: solid 1px #252525;
  min-height: 100px;
}
.post-txt {
  width: 70%;
}
.post-content-wrapper {
  flex: 2;
  width: 70%;
}
.entry-header {
  text-align: left;
}
.entry-title {}
.entry-meta {
  padding: 0vw;
  width: 70%;
}
.archive-container .entry-meta {
  width: 80%;
}
@media (max-width: 768px) {
  .post-layout {
    flex-direction: column;
  }
  .archive-container .entry-meta {
    width: 100%;
  }
  .post-link {
    padding: 4vw;
  }
  .post-thumbnail-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .post-content-wrapper {
    text-align: center;
  }
}
article.archive {
  width: 100%;
  margin-top: 10vh;
}
.archive .menu-side {
  margin-top: 10vh;
}
@media(max-width:768px) {
  article.archive {
    width: 100%;
    margin-top: 0vh;
  }
}
.c-home-news {
  justify-content: space-between;
  margin: -10px auto;
  max-width: 90vw;
  background: #fff;
}
.c-home-news .inner, .c-home-activity .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  overflow: visible;
  padding: 5vw;
  gap: 3vw;
  align-items: flex-start;
  padding-bottom: 2vw;
}
.home-about {
  background: #ffffff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home-about .content-text {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translate(0, -50%);
  max-width: 500px;
}
#animation-frame {
  position: relative;
  right: 0%;
  top: 0;
  width: 45%;
}
@media(max-width:768px) {
  .home-about {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15vh 0 0;
    min-height: 800px;
  }
  .home-about .content-text {
    position: static;
    padding: 8vw;
  }
  #animation-frame {
    position: static;
  }
}
.category-posts a {
  color: #333;
}
.btn, .btn--round {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  font-weight: 700;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 0;
  border: none;
  letter-spacing: .1em;
  font-size: 14px;
}
.btn--round {
  border-radius: 200px;
  height: 60px;
  min-width: 170px;
  overflow: hidden;
  padding: 0 30px;
}
.btn--round:after {
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-100%) scaleX(.8);
  transition: border-radius .65s cubic-bezier(.14, 1, .34, 1), transform .65s cubic-bezier(.14, 1, .34, 1);
  width: 100%;
  z-index: -1;
}
.btn--round > span {
  color: transparent;
  display: inline-block;
  position: relative;
  text-align: center;
}
.btn--round > span:before, .btn--round > span:after {
  content: attr(data-txt);
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .65s cubic-bezier(.14, 1, .34, 1), transform .65s cubic-bezier(.14, 1, .34, 1);
  white-space: nowrap;
}
.btn--round > span:before {
  opacity: 1;
  transform: translate(0);
}
.btn--round > span:after {
  opacity: 0;
  transform: translateY(2em);
}
.btn--light-gray {
  background: hwb(0deg 100% 0% / 50%);
}
a.btn--light-gray {
  color: #010101;
}
.btn--light-gray:after {
  background: #fff;
}
.filters {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
.filters button {}
.filters button.active {
  background: #fff;
}
.sort {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.btn--light-gray > span:before, .btn--light-gray > span:after {
  color: #010101;
}
.btn--gray {
  background: #595757;
}
a.btn--gray {
  color: #fff;
}
.btn--gray:after {
  background: #4f4c4c;
}
.btn--gray > span:before, .btn--gray > span:after {
  color: #fff;
}
.btn--black {
  background: #010101;
}
a.btn--black {
  color: #fff;
}
.btn--black:after {
  background: #222;
}
.btn--black > span:before, .btn--black > span:after {
  color: #fff;
}
.btn--red {
  background: #d63d36;
}
a.btn--red {
  color: #fff;
}
.btn--red:after {
  background: #ee3b31;
}
.btn--red > span:before, .btn--red > span:after {
  color: #fff;
}
.btn--small {
  height: 40px;
  min-width: 100px;
  padding: 0 20px;
  font-size: 14px;
}
.btn--xsmall {
  height: 30px;
  min-width: 80px;
  padding: 0 15px;
  font-size: 12px;
}
.btn--large {
  height: 70px;
  min-width: 200px;
  padding: 0 40px;
  font-size: 18px;
}
.btn--xlarge {
  height: 90px;
  min-width: 240px;
  padding: 0 50px;
  font-size: 22px;
}
.btn--arrow-right, .btn--arrow-left, .btn--arrow-up, .btn--arrow-down {
  padding-right: 4em;
}
.btn--arrow-right::before, .btn--arrow-left::before, .btn--arrow-up::before, .btn--arrow-down::before {
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  right: 1.25em;
  transition: transform 0.3s ease;
}
.btn--arrow-right::before {
  content: "→";
}
.btn--arrow-left::before {
  content: "←";
}
.btn--arrow-down::before {
  content: "↓";
}
.btn--arrow-up::before {
  content: "↑";
}
.no-touch .btn--round:hover {
  text-decoration: none;
}
.no-touch .btn--round:hover:after {
  border-radius: 5px;
  transform: translate(0) scale(1);
}
.no-touch .btn--round:hover > span:before {
  opacity: 0;
  transform: translateY(-2em);
}
.no-touch .btn--round:hover > span:after {
  opacity: 1;
  transform: translate(0);
}
.no-touch .btn--arrow-right:hover::before {
  transform: translateX(5px);
}
.no-touch .btn--arrow-left:hover::before {
  transform: translateX(-5px);
}
.no-touch .btn--arrow-down:hover::before {
  transform: translateY(5px);
}
.no-touch .btn--arrow-up:hover::before {
  transform: translateY(-5px);
}
.space {
  padding: 40px 0;
}
.taC {
  text-align: center;
}
.mT {
  margin-top: 3rem !important;
}
.mB {
  margin-bottom: 3rem !important;
}
.mT0 {
  margin-top: 0rem !important;
}
.mB0 {
  margin-bottom: 0rem !important;
}
.pT {
  padding-top: 3rem !important;
}
.pT0 {
  padding-top: 0 !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.size-full img, .size-full, .full-width {
  width: 100% !important;
}
.center {
  text-align: center;
}
.home {}
.home main {}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.parallax-section {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
  height: 60vh;
  align-items: center;
  display: flex;
  z-index: 5;
  min-height: 100%;
  margin: 10vh auto;
  padding: 4vh 0;
}
.has-side .parallax-section {
  height: 30vh;
}
@media(max-width:1024px) {
  .has-side .parallax-section {
    height: auto;
  }
}
.parallax-section.reverse {}
.parallax-section.reverse .parallax-image-wrap {
  left: auto;
  right: 0;
}
.parallax-section.reverse .parallax-content {
  margin-left: 0;
  margin-right: auto;
}
.parallax-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}
.image-container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-container img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  transform: scale(1.5);
  transition: transform 20s ease-out;
}
.parallax-content {
  position: relative;
  width: 35%;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0vw;
}
.parallax-body {
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.parallax-text-wrap {
  padding-left: 0;
}
.parallax-text-body .text-description {
  line-height: 1.8;
  margin-bottom: 1rem;
  padding-right: 6em;
}
@media(max-width:768px) {
  .parallax-text-body .text-description {
    padding-right: 0;
  }
  .image-container img {
    height: auto;
  }
}
.reverse {
  display: flex;
  flex-direction: row-reverse;
}
.reverse .parallax-image-wrap {
  left: auto;
  right: 0;
}
.reverse .parallax-text-wrap {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .parallax-section {
    flex-direction: column;
    height: auto;
  }
  .parallax-text-wrap {
    padding-left: 0;
    padding-top: 0rem;
  }
  .parallax-image-wrap {
    position: relative;
    width: 100%;
    height: auto;
    object-position: center;
  }
  .parallax-body {
    padding-top: 0;
  }
  .parallax-content {
    background: #111;
    width: 100%;
  }
  .reverse {
    flex-direction: column;
  }
  .reverse .parallax-text-wrap {
    padding-right: 0;
  }
}
.numbered-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Helvetica', sans-serif;
}
.numbered-link-list li {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.numbered-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #111;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.numbered-link:hover {
  color: #000;
}
.numbered-link .text {
  transition: all 0.5s ease;
}
.numbered-link:hover .text {
  margin-left: 5px
}
.number {
  margin-right: 1rem;
  font-weight: bold;
  font-size: 15px;
  transition: color 0.3s ease;
}
.numbered-link:hover .number {
  color: #d1221a;
}
.content-title {
  margin: 6rem 0;
  padding: 0 10vw;
}
.people-single-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
  padding: 0 5vw;
  max-width: 1600px;
  margin: 0 auto 40px;
}
.people-single-text {
  flex: 1;
  max-width: 50%;
  order: 2;
}
.people-single-photo {
  flex: 0 0 45%;
  max-width: 45%;
  order: 1;
}
.c-people-single-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.c-people-single-photo img {
  max-height: 50vh;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .people-single-container {
    padding: 0 5vw;
  }
  .people-single-text, .people-single-photo {
    max-width: 100%;
    min-width: auto;
  }
  .people-single-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .people-single-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 5vw;
  }
  .people-single-photo {
    margin-bottom: 20px;
    max-width: 100%;
    order: 2;
  }
  .people-single-text {
    max-width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .people-single-container {
    padding: 0 2vw;
  }
  .people-single-text, .people-single-photo {
    max-width: 100%;
  }
  .people-single-photo {
    order: 1;
  }
  .people-single-text {
    order: 2;
  }
}
.content-carousel-section {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10vw 0;
}
.content-carousel-container {
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
  padding: 0 10vw;
  flex-direction: row;
}
.text-content {
  flex: 1;
  max-width: 50%;
  z-index: 1;
  padding-right: 5vw;
}
.text-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.text-content p {
  line-height: 1.8;
}
.text-content .btn {
  margin-top: 1rem;
}
.carousel-content {
  flex: 1;
  max-width: 45%;
}
.carousel-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .content-carousel-container {
    display: block;
    padding: 0;
  }
  .text-content {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .carousel-content {
    max-width: 100%;
    margin-top: 2rem;
  }
}
#home-slideshow .slideshow-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin: auto;
  position: relative;
  height: 50px;
  margin-top: 0px;
}
#home-slideshow .slideshow-controls .swiper-button-prev, #home-slideshow .slideshow-controls .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  top: inherit !important;
  bottom: inherit !important;
  margin: auto;
  color: #fff;
}
.slideshow-controls .swiper-button-prev {}
.slideshow-controls .swiper-button-next {}
.slideshow-controls .swiper-button-prev::after, .slideshow-controls .swiper-button-next::after {
  content: none;
}
.slideshow-controls .swiper-pagination {
  display: flex;
  align-items: center;
  left: auto !important;
  width: fit-content !important;
  height: 50px;
  top: inherit !important;
  justify-content: center;
  bottom: inherit !important;
  right: auto;
}
.slideshow-controls .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  margin: 0 0px !important;
  opacity: 1;
  left: auto !important;
  right: auto !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.slideshow-controls .swiper-pagination-bullet:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  margin: 0 0px !important;
  border-radius: 50%;
  opacity: 1;
  left: auto !important;
  right: auto !important;
  position: relative;
  display: flex;
  transition: transform 0.3s ease;
}
.slideshow-controls .swiper-pagination-bullet:hover:before {
  transform: scale(4);
}
.slideshow-controls .swiper-pagination-bullet-active {}
.slideshow-controls .swiper-pagination-bullet-active:before {
  background-color: #fff;
  transform: scale(4);
}
.slideshow-controls .swiper-button-prev, .slideshow-controls .swiper-button-next {}
#home-slideshow {
  position: relative;
  height: 100vh;
  width: 100vw;
  opacity: 1;
}
#home-slideshow .c-slideshow-text {}
#home-slideshow .slideshow-text {
  color: #fff;
  position: absolute;
  right: 5vw;
  z-index: 100;
  bottom: 5vh;
}
#home-slideshow .slideshow-text h1 {
  font-size: 4vw;
  line-height: 1;
  color: #fff;
  z-index: 100;
  position: relative;
}
#home-slideshow .slideshow-text h1 span {}
#home-slideshow .slideshow-text h1 span:before {
  content: "";
  padding: 0;
  white-space: nowrap;
  display: block;
  height: 1.9em;
  position: absolute;
  width: 100%;
  z-index: -1;
  border-radius: 0px;
  top: -9px;
}
#home-slideshow .slideshow-text p {}
#home-slideshow .c-slideshow-img {}
#home-slideshow .slideshow-img {}
#home-slideshow .slideshow-img img {
  width: 100vw;
}
#home-slideshow .swiper-slide {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#home-slideshow .bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: -1;
  top: 120px;
  padding-bottom: 0px;
  border-radius: 0px;
}
.parallax-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: auto;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.swiper-slide {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-container .swiper-slide img {
  width: auto;
  height: 70vh;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: transform 15s ease-out;
}
@media screen and (max-width: 768px) {
  .image-container .swiper-slide img {
    height: 40vh;
  }
}
.swiper-slide-active img {
  transform: scale(1);
}
.news-list {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.news-list dt, .news-list dd {
  vertical-align: middle;
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.news-list dt {
  width: 90px;
  color: #666;
  white-space: nowrap;
  float: left;
  font-size: 14px;
  font-weight: 300;
  border: none;
}
.news-list dd {
  padding-left: 90px;
  transition: transform 0.3s ease;
  margin: 0;
  width: 100%;
  border-bottom: solid 1px #ddd;
  border-top: none;
}
.news-list dd a {
  color: #111;
  text-decoration: none;
}
.news-list dt:first-of-type, .news-list dd:first-of-type {
  border-top: none;
}
.news-list dd:hover {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-list dt {
    float: none;
    border: none;
  }
  .news-list dd {
    padding-left: 0;
    border-top: none;
    border-bottom: solid 1px #eee;
  }
}
.activity-section {
  width: 100%;
  padding: 10vw 0;
}
.activity-section a {
  color: #111;
}
.activity-section .inner {
  display: flex;
  margin: 0 5vw;
  gap: 3vw;
}
.activity-text {
  padding: 0 2vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .activity-section {}
  .activity-text {
    flex: 0 0 40%;
  }
  .swiper-container {
    flex: 0 0 60%;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .activity-section .inner {
    flex-direction: column;
  }
  .activity-text {
    width: 100%;
  }
  .swiper-container {
    width: 100%;
  }
}
.swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.activity-card {
  box-sizing: border-box;
  overflow: hidden;
}
.activity-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.activity-content {
  padding: 0px;
}
.activity-content .collaborator {
  padding: 10px 0 0;
  font-size: 13px;
  font-weight: 400;
}
.activity-content h3 {
  font-size: 18px;
  margin: 2px 0 5px;
  text-align: left;
  color: #fff;
}
.swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.swiper-button-prev, .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.swiper-button-prev {}
.swiper-button-next {}
.swiper-button-prev::after, .swiper-button-next::after {
  content: '';
}
.swiper-pagination {
  display: flex;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .activity-section {
    flex-direction: column;
  }
  .activity-text, .swiper-container {}
  .activity-text {
    order: 2;
    width: 100%;
  }
  .activity-section .banner-main {
    width: 100%;
    padding: 0 2vw;
  }
  .swiper-container {
    order: 1;
    margin-bottom: 20px;
  }
}
.fade {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#google_translate_element {
  display: none;
}
.goog-te-banner-frame.skiptranslate, .skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
.language {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 200005;
  font-size: 0.8em;
  background: #111;
  display: flex;
  align-items: center;
}
.language a {
  font-weight: 700;
  padding: 20px 20px;
}
#red-rect {
  transform: translate(-100%, 0);
  transition: transform 0.5s ease-out;
}
.banner-main {
  width: 60%;
  line-height: 1.5;
  font-weight: 700;
}
.latest-news {
  width: 40%;
  margin-top: -3vw;
  position: relative;
}
.latest-news h2 {}
.latest-news .btn {
  position: absolute;
  right: 0;
  top: 3vw;
}
.banner-main .post-title {
  padding: 15px 20px 20px 20px;
}
.banner-main a {
  color: #111;
  font-size: 16px;
  display: block;
}
.banner-main img {
  margin-bottom: 0px;
  border-radius: 8px;
}
.highlight-post {}
.highlight-post a {
  display: block;
}
.highlight-post .post-title {
  padding: 8px 4px 18px 4px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .c-home-news .inner {
    flex-direction: column;
  }
  .banner-main {
    width: 100%;
    order: 2;
  }
  .latest-news {
    width: 100%;
    order: 1;
  }
}
.c-swiper-container {
  overflow: hidden;
}
.swiper-container {
  position: relative;
  overflow: visible;
  padding: 0px 0vw;
}
.swiper-container .swiper-wrapper {
  width: 100%;
}
.swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  box-sizing: border-box;
}
.swiper-container .highlight-post a {
  color: #111;
  line-height: 1.5;
}
.swiper-container .post-thumbnail {
  width: 100%;
  object-fit: cover;
  margin-bottom: 2px;
  position: relative;
  border-radius: 8px;
}
.swiper-container .post-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.04);
  pointer-events: none;
}
.slideshow-controls {
  top: 0;
  position: absolute;
  height: 100%;
  width: 96vw;
  margin-left: -3vw;
  overflow: visible;
}
.button-next, .button-prev {
  width: 5vw;
  height: 100%;
  background-position: center;
  border: none;
  cursor: pointer;
  margin: auto;
  color: #d1101c;
  position: absolute;
  top: 0;
  z-index: 100;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 30px;
}
.button-next i, .button-prev i {
  transition: all 0.3s;
}
.button-next:hover i {
  margin-left: 10px;
}
.button-prev:hover i {
  margin-right: 10px;
}
.button-next.swiper-button-disabled:hover i, .button-prev.swiper-button-disabled:hover i {
  margin: 0
}
.swiper-button-disabled {
  color: #ddd;
}
.button-next {
  right: -1vw;
}
.button-prev {
  left: -3vw;
}
.button-next:hover, .button-prev:hover {}
.topics-swiper-pagination {
  margin-top: 10px;
}
.topics-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
}
.topics-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
.c--swiper-container {
  overflow: hidden;
}
.c-banner {
  padding: 4vw 5vw 0vw;
  margin: auto;
}
.c-banner .row {
  max-width: 1400px;
  margin: auto;
}
.banner {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  align-items: stretch;
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin: 0 0 4vw 0;
}
.banner-text {
  font-weight: 400;
  padding: 5%;
  line-height: 1.5;
  margin: 0;
}
.banner:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
banner:hover :before {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.00);
}
.banner img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.page-header .text {
  width: 35vw;
  align-self: center;
  text-align: left;
  width: 55%;
  position: relative;
}
.page-header .text h1 {
  color: #000000;
  text-align: left;
}
.single-service-subtitle {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 8px;
}
.page-header {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100vw;
  margin: auto;
  padding-bottom: 0;
}
.page-header .text {
  width: 35vw;
  display: flex;
  flex-direction: column;
  padding: 0 2vw 4vw 0;
}
.page-header .text h1 {}
.page-header .eyecatch {
  width: 60%;
  position: relative;
}
.eyecatch-container {}
.eyecatch {
  display: block;
}
.eyecatch img {
  width: 110%;
  max-width: 110%;
}
.eyecatch.has-one-images {}
.eyecatch.has-two-images {
  align-items: flex-start;
  display: flex;
  width: 70%;
  height: auto;
  top: -5vw;
  padding: 0vw 0;
}
.eyecatch.has-two-images .eyecatch1 {
  right: 0;
  position: relative;
  width: 50%;
  left: 0%;
}
.eyecatch.has-two-images .eyecatch2 {
  position: relative;
  left: 0;
  top: 11vw;
  width: 50%;
  z-index: 1;
}
.eyecatch.has-two-images .eyecatch2 img {
  box-shadow: #f5f3ed 1vw -1vw;
}
img.fade-left.wp-post-image.visible {}
.page-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: auto;
}
.page-container .main {
  margin-top: -2vw;
  order: 2;
}
.page-container .main.full-width {

}
.page-container .main.full-width .main-inner {

  margin: auto;
}
.page-container .main-inner {
  background: #010101;
}
.single-service-content .main-inner {
  padding-bottom: 1px;
}
.page-container .side {
  width: 30vw;
  padding: 0 4vw 0 0vw;
  position: sticky;
  height: 100%;
  top: 10vw;
}
.page-container.default .side {
  width: 25vw;
}
.page-container.default .main {}
.side li {}
.side li a {
  text-decoration: none;
  color: #eee;
  margin: 0px 0;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 0px;
}
.page-header .eyecatch.has-one-image .eyecatch1 {}
.page-header .eyecatch.has-one-image .eyecatch2 {}
.page-header .eyecatch.has-one-image .eyecatch2 img {}
.page-header .eyecatch.has-two-image .eyecatch1 {}
.page-header .eyecatch.has-two-image .eyecatch2 {}
.page-header .eyecatch.has-one-image .eyecatch1 img {}
.page-header .eyecatch.has-one-image .eyecatch2 img {
  width: 100%;
}
.page-header .eyecatch.has-two-image .eyecatch1 img {}
.page-header .eyecatch.has-two-image .eyecatch2 img {}
.page-header .eyecatch.has-two-image {}
.cta-container {}
.cta-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta-description {
  font-size: 16px;
  margin-bottom: 20px;
}
.cta-button:hover {
  background-color: #0056b3;
}
.cta-section {
  margin: 1vw 0 0px 0;
  padding: 40px 5vw;
  background-color: #ffffff;
}
.cta-section .line-container {
  display: none;
}
.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
}
.cta-image {
  flex: 1;
  margin-right: 20px;
}
.cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.cta-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-heading {
  text-align: center;
  margin: 0 0 20px 0;
}
.cta-subtitle {
  margin: 0 0 10px;
}
.cta-description {
  font-size: 16px;
  margin-bottom: 20px;
}
.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d1221a;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 500;
}
.cta-button:hover {
  background-color: #ff0819;
}
.single-category-description {
  padding: 0 0vw 0vw;
}
@media screen and (max-width: 768px) {
  .cta-container {
    flex-direction: column;
  }
  .cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta-image {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-container.default .side {
    width: 100vw;
  }
  .page-container.default .main {
    width: 100vw;
  }
  .page-header .eyecatch.has-one-image .eyecatch2 {
    width: 100%;
  }
  .page-header {
    flex-direction: column;
    padding: 0 5vw 10vw;
  }
  .page-header .text {
    width: 100%;
    padding: 5vw 0vw;
    order: 2;
  }
  .page-header .text h1 {
    font-size: 22px;
  }
  .page-header .eyecatch {
    width: 100%;
    top: 0;
  }
  .page-container {
    width: 100%;
    position: static;
    display: block;
    padding: 0;
  }
  .page-container .main {
    width: 100%;
    padding: 5vw;
  }
  .page-container .main-inner {
    width: 100%;
  }
  .page-container .side {
    width: 100%;
    padding: 5vw;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 15px;
  }
}
[lang="en"] .ja, [lang="ja"] .en {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
[lang="en"] .en, [lang="ja"] .ja {
  visibility: visible;
  opacity: 1;
  position: static;
  pointer-events: auto;
}
html[lang="ja"] .vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: start;
}
html[lang="ja"] .vertical li {
  transform: rotate(0);
}

html[lang="ja"] .nav_experience{
  margin-left:30px;
}


html[lang="ja"] footer .vertical {
  padding-top: 40px;
}
.wp-block-embed.is-type-video.is-provider-youtube {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero {
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
}
#hero-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  opacity: 0.4;
}
.hero-text {
  position: absolute;
  bottom: 10%;
  right: 4%;
  color: white;
  text-align: right;
  font-size: 2vw;
}
.scroll-icon {
  margin-top: 2rem;
  font-size: 1.5rem;
  animation: bounce 2s infinite;
  position: absolute;
  right: 0;
  bottom: 0;
}
#lead-text {
  background: rgb(17 17 17 / 90%);
  padding: 50px 0;
  max-width: 45%;
  margin: -20px 0px 0 auto;
  color: #fff;
  position: relative;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 2.5rem;
  }
  #hero p {
    font-size: 1rem;
  }
  #hero .cta-primary, #hero .cta-secondary {
    font-size: 0.9rem;
  }
  .gallery img {
    width: calc(50% - 10px);
  }
  #videos iframe {
    height: 40vh;
  }
#hero,
#home-slideshow,
#home-slideshow .swiper-slide{
    height:70vh!important;
  }

#hero-placeholder{
    height:50vh!important;
  }
  
}
@media (min-width: 769px) and (max-width: 1024px) {
  #hero h1 {
    font-size: 3rem;
  }
  #hero p {
    font-size: 1.1rem;
  }
  #videos iframe {
    height: 60vh;
  }
}
#experience {
  min-height: 100vh;
  z-index: 10;
}
#experience .lead {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.8;
  color: #333;
}
.experience-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.experience-cards .card {
  flex: 1 1 250px;
  max-width: 320px;
  background: #fafafa;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.experience-cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.experience-cards .card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  color: #000;
}
.experience-cards .card p {
  font-size: 0.95rem;
  color: #666;
}
#philosophy {
  min-height: 100vh;
}
#philosophy h2 {}
#philosophy .lead {}
#philosophy p {}
.philosophy-button {
  margin-top: 2rem;
}
.philosophy-button .button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.philosophy-button .button:hover {
  background-color: #333;
}
#about-yoshi {
  min-height: 100vh;
}
#about-yoshi h2 {}
.about-yoshi-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
}
.about-yoshi-text {
  max-width: 600px;
}
.about-yoshi-text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.about-yoshi-text .button {
  background-color: #000;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
}
.about-yoshi-photo img {
  width: 200px;
  height: auto;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .about-yoshi-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .about-yoshi-text {
    text-align: left;
  }
  #about-yoshi {
    text-align: left;
  }
}
#projects {
  padding: 6rem 1.5rem;
  background-color: #f9f9f9;
  text-align: center;
}
#projects h2 {}
#projects .lead {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2.5rem;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}
.project-item img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.project-item p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #333;
}
.center-button {
  margin-top: 2rem;
}
.center-button .button {
  background-color: #000;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
}
.floating-label {
  position: absolute;
  top: 10%;
  right: 5%;
  font-size: 10vw;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  transform: translateX(0);
  will-change: transform;
  opacity: .1;
}
.floating-label.left {
  position: absolute;
  right: auto;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .floating-label {
    font-size: 20vw;
    left: 3%;
    top: 5%;
  }
}
.section-label {
  position: absolute;
  top: -1rem;
  left: 0;
  font-size: 8vw;
  font-weight: 700;
  color: #000;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
  text-transform: uppercase;
}
.parallax-text-wrap {
  position: relative;
  z-index: 1;
}
ul.button {}
ul.button li {}
ul.button li a {}
ul.button li a:hover {}
ul.button li a:before {}
ul.button li a:hover:before {}
.feature {
  display: flex;
  align-items: center;
  background: #111;
  height: 90vh;
  padding-right: 5vw;
}
.feature.reverse {
  flex-direction: row-reverse;
}
.feature-img {}
.feature-txt {}
.feature-block {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 70vh;
  margin: 0 -5vw;
}
.feature-block.reverse {}
.color-panel {
  width: 55vw;
  height: 60vh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.reverse .color-panel {
  left: 0;
}
.content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  gap: 4vw;
  justify-content: space-between;
  padding: 5vw;
}
.reverse .content-wrapper {
  flex-direction: row-reverse;
}
.video-container, .text-block {}
.video-container {max-width: 100%;}
.reverse .text-block {
  padding: 0rem 0 5vw 5vw;
  width: 50vw;
}
#hero-placeholder {
  height: 100vh;
  z-index: -2;
  position: absolute;
  top: 0;
}
.ScrollSmoother-wrapper {
  z-index: 100000;
}
.error-404 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.error-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
.error-subtext {
  font-size: 1.1rem;
  opacity: 0.85;
  margin-bottom: 2em;
}
.error-actions {
  display: flex;
  flex-direction: column;
  gap: 1em;
  max-width: 300px;
  margin: 0 auto 3em;
}
.btn-primary {
  background: #fff;
  color: #000;
}
.btn-outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.search-container {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2em;
  padding: 2em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 2em auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.search-label {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.search-form {
  display: flex;
  align-items: center;
}
.search-input {
  padding: 0.6em 1em;
  font-size: 1rem;
  border: none;
  border-radius: 999px 0 0 999px;
  outline: none;
}
.search-button {
  padding: 0.6em 1em;
  font-size: 1rem;
  border: none;
  background: #fff;
  color: #000;
  border-radius: 0 999px 999px 0;
  cursor: pointer;
}
.page-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-image {
  background-image: var(--eyecatch);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 55vh;
  opacity: 0.75;
  transform: scale(1.1);
  transition: transform 15s ease-out;
}
.page-content {
  justify-content: center;
  width: 100%;
  min-height: 400px;
}
@media screen and (max-width: 1024px) {
  .page-layout {
    flex-direction: column;
    height: auto;
  }
  .page-image {
    width: 100%;
    height: 50vh;
  }
  .page-content {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.page-title {
  text-align: center;
  z-index: 1;
  padding: 0 0 6vh;
}
.scroll-indicator {
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}
.scroll-indicator .line {
  width: 1px;
  height: 150px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
}
.scroll-indicator .line::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: scrollDown 2s infinite;
  opacity: 0.8;
}
@keyframes scrollDown {
  0% {
    top: -100%;
    opacity: 0;
  }
  50% {
    top: 0%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.scroll-text {
  margin-top: -176px;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
  font-family: 'Helvetica Neue', sans-serif;
}
#about {
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 100vh;
}
#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, #111 50%, #111 100%);
  z-index: -1;
  pointer-events: none;
}
.about-section.two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  padding: 120px 40px;
  gap: 60px;
}
.about-video {
  flex: 1 1 600px;
  min-width: 300px;
  max-width: 1200px;
  margin: auto;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.about-text-block {
  margin-bottom: 80px;
}
.about-text-block h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.about-text-block p {
  font-size: 1rem;
  line-height: 2;
}
.about-inner {
  max-width: 800px;
  margin: auto;
}
.reservation a[href^="tel"] {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  transition: transform .15s ease, background-color .2s ease;
}
.reservation a[href^="tel"]::before {
  content: "☎︎";
  font-size: 1em;
  line-height: 1;
  transform: translateY(1px);
  opacity: .9;
}
.reservation a[href^="tel"]:hover {
  background: rgba(0, 0, 0, .04);
  transform: translateY(-1px);
}
.reservation a[href^="tel"]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.reservation .btn {
  display: inline-block;
  min-width: 12em;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.reservation .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .12);
}
.reservation .btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .10);
}
.reservation .btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.reservation .actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
  margin-top: .5rem;
}
@media (min-width: 640px) {
  .reservation .actions {
    grid-template-columns: auto auto;
    gap: 16px 24px;
  }
}
.reservation .note {
  margin-top: .75rem;
  color: var(--muted);
  font-size: .92rem;
}
.reservation.is-on-dark {
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(6px);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}
.reservation.is-on-dark a[href^="tel"] {
  color: #fff;
}
.reservation.is-on-dark .btn {
  border-color: #fff;
  background: #fff;
  color: #222;
}
#news {
  padding: 64px 0;
  background: #111;
  margin-left: 0vw;
}
#news a {}
.news__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}
.news__title {
  text-align: center;
  margin: 0 0 28px;
  line-height: 1.4;
}
.news__title .en {
  display: block;
  letter-spacing: .08em;
}
.news__title .jp {
  display: block;
  margin-top: 6px;
}
.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news__item {
  border-top: 1px solid #222;
}
.news__item:last-child {
  border-bottom: 1px solid #222;
}
.news__link {
  display: grid;
  grid-template-columns: 140px 1fr 24px;
  align-items: center;
  gap: 24px;
  padding: 18px 8px;
  color: #fff;
  text-decoration: none;
  transition: color .2s ease;
}
.news__link:hover .news__ttl {
  text-decoration: none;
}
.news__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
}
.news__link:hover .news__ttl, .news__link:focus .news__ttl, .news__link:focus-visible .news__ttl {
  background-size: 100% 1px;
}
.news__date {
  color: #777;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.news__arrow {
  color: #fff;
  transition: transform .2s ease, color .2s ease;
}
.news__link:hover .news__arrow {
  transform: translateX(4px);
  color: #c0a054;
}
@media (max-width: 640px) {
  .news__link {
    grid-template-columns: 1fr 24px;
    grid-template-areas:
      "ttl arrow"
      "date arrow";
    row-gap: 6px;
  }
  .news__date {
    grid-area: date;
    font-size: 13px;
  }
  .news__ttl {
    grid-area: ttl;
  }
}
.news__more {
  text-align: center;
  margin-top: 28px;
}
.btn-outline {
  display: inline-block;
  min-width: 240px;
  padding: 12px 20px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: .08em;
  background: #111;
  transition: border-color .2s ease, color .2s ease;
  text-align: center;
}
.btn-outline:hover {
  border-color: #c0a054;
  color: #c0a054;
}
.fixed-reserve-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: inline-block;
  padding: 14px 28px;
  background: #b00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background 0.3s, transform 0.2s;
  width: 150px;
  text-align: center;
}
.fixed-reserve-btn:hover {
  background: #d22;
  transform: translateY(-2px);
}
.feature__inner {
  max-width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  justify-content: start;
  width: 100%;
}
.feature__visual .swiper {
  width: 100%;
  height: min(64vh) !important;
  border-radius: 0 !important;
  overflow: hidden;
}
.feature__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__visual {
  max-width: 80vw;
}
.feature__menu {
  align-self: start;
  position: absolute;
  z-index: 1;
  max-width: 800px;
  right: 0;
  top: 10vh;
  width: 30vw;
  min-width: 250px;
}
.menu-list {
  list-style: none;
  margin: 0;
  padding: 24px;
  background: #111;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}
.menu-list li {
  border-top: 1px solid #222;
}
.menu-list li:first-child {
  border-top: 0;
}
.menu-list li:last-child {
  border-top: solid 4px #222;
}
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 18px 8px;
  color: #eee;
  text-decoration: none;
}
.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 8px;
  width: 100%;
  color: #eee;
  text-decoration: none;
}
.menu-item .label {
  position: relative;
  display: inline-block;
}
.menu-item .label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.menu-item:hover .label::after, .menu-item:focus .label::after {
  transform: scaleX(1);
}
.menu-item .arr {
  flex: 0 0 auto;
  transition: transform .2s ease, color .2s ease;
}
.menu-item:hover .arr, .menu-item:focus .arr {
  transform: translateX(4px);
  color: #c0a054;
}
.menu-item:hover {
  text-decoration: none;
}
.cta-duo {
  padding: 6vw 5vw;
  background: #111;
}
.cta-duo__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 900px) {
  .cta-duo__inner {
    grid-template-columns: 1fr;
  }
}
.cta-duo__card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #151515;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cta-duo__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}
.cta-duo__media {
  margin: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.cta-duo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 1.2s ease;
}
.cta-duo__card:hover .cta-duo__media img {
  transform: scale(1.08);
}
.cta-duo__body {
  padding: 1.6rem 1.6rem 1.8rem;
  color: #eee;
}
.cta-duo__eyebrow {
  margin: 0 0 .4rem;
  font-size: .95rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #c0a054;
}
.cta-duo__lead {
  margin: .1rem 0 1rem;
  font-size: 1.05rem;
}
.cta-duo__tel {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.cta-duo__title {
  margin: .2rem 0 .4rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.cta-duo__desc {
  margin: 0 0 1.25rem;
  color: #bbb;
}
.cta-duo__actions {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}
.cta-duo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  letter-spacing: .04em;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.cta-duo__btn:active {
  transform: translateY(1px);
}
.cta-duo__btn--solid {
  background: #c0a054;
  color: #111;
  box-shadow: 0 6px 16px rgba(192, 160, 84, .35);
}
.cta-duo__btn--solid:hover {
  background: #d7ba6a;
}
.cta-duo__btn--ghost {
  background: transparent;
  color: #fff;
  outline: 1px solid rgba(255, 255, 255, .22);
}
.cta-duo__btn--ghost:hover {
  background: rgba(255, 255, 255, .08);
}
.cta-duo__body a:not(.cta-duo__btn) {
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) bottom left / 0 1px no-repeat;
  transition: background-size .25s ease;
}
.cta-duo__body a:not(.cta-duo__btn):hover {
  background-size: 100% 1px;
}
.map-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  aspect-ratio: 16 / 10;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) contrast(1.1);
}
@media (min-width: 1024px) {
  .map-wrap {
    aspect-ratio: 16 / 9;
  }
}
#access {
  background: #111;
  padding: 1px 0;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
#access .box-text {
  background: #000;
  width: 80vw;
  display: flex;
  justify-content: flex-end;
  padding: 0 5vw 64px;
}
#access .map-wrap {
  position: absolute;
  left: 0;
  width: 50vw;
  top: 0vh;
  height: 100%;
}
#access .box-text-inner {
  width: 40vw;
}
#access table tbody th, #access table tbody td {
  border-bottom: solid 1px #222;
}
#access table tbody tr:last-child th, #access table tbody tr:last-child td {
  border-bottom: none;
}
#yoshi-hero {
  background: #111;
  padding: 10vh 0;
}
.yx__inner {
  position: relative;
  padding-right: 5vw;
  padding-left: 5vw;
  min-height: min(52vw, 680px);
  margin-left: auto;
  margin-right: auto;
}
.yx__media {
  position: relative;
  width: 60vw;
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #2a2426;
  margin-left: auto;
}
.yx__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yx__text {
  position: absolute;
  left: 5vw;
  top: clamp(16px, 5vw, 56px);
  background: #000;
  padding: clamp(0px, 4vw, 40px);
  border: none;
  box-shadow: none;
  border-radius: 0;
  z-index: 2;
  min-width: 35vw;
  width: 30vw;
  margin-right: auto;
}
.yx__text h2 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
  margin: -20px 0 1.5rem 0;
  color: #fff;
  text-align: left;
}
.yx__text p {
  margin: 0 0 1rem 0;
  line-height: 1.8;
  color: #fff;
}
.yx__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.yx__btn {
  display: inline-block;
  padding: .65rem 1rem;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  text-decoration: none;
  border-radius: 5px;
}
.yx__eyebrow {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  margin: 0 0 .4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .yx__media {
    width: 70vw;
  }
  .yx__text {
    width: 40vw;
    min-width: 40vw;
  }
}
@media (max-width: 767px) {
  #yoshi-hero {
    padding: 5vh 0;
  }
  .yx__inner {
    padding-left: 6vw;
    padding-right: 6vw;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .yx__media {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0 auto;
  }
  .yx__text {
    position: static;
    width: 100%;
    min-width: auto;
    margin-top: 0;
    padding: 1.5rem;
    order: 2;
  }
  .yx__text h2 {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .yx__text p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .yx__actions {
    justify-content: flex-start;
  }
  .yx__btn {
    width: auto;
    padding: 0.5rem 0.9rem;
  }
}
@media (max-width: 1024px) {
  #access {
    flex-direction: column;
  }
  #access .map-wrap {
    position: relative;
    width: 100%;
    height: auto;
  }
  #access iframe {
    width: 100%;
    height: 50vh;
  }
  #access .box-text {
    width: 100%;
    padding: 40px 6vw;
    justify-content: flex-start;
  }
  #access .box-text-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #access {
    flex-direction: column;
    padding: 0;
  }
  #access .map-wrap {
    position: relative;
    width: 100%;
    height: auto;
  }
  #access iframe {
    width: 100%;
    height: 45vh;
  }
  #access .box-text {
    width: 100%;
    padding: 32px 5vw 48px;
    display: block;
  }
  #access .box-text-inner {
    width: 100%;
  }
  #access table {}
  #access table tbody th, #access table tbody td {
    border-bottom: 1px solid #333;
    padding: 0.5rem 0;
  }
  #access table tbody th {}
  #access table tbody td {
    color: #fff;
    padding-left: 0.2rem;
  }
}
.mask-reveal {
  width: 100%;
  height: 40vh;
  overflow: hidden;
  position: relative;
}
.single .mask-reveal-wrap {
    padding-left:6vw;
  overflow:hidden;
}
.single .mask-reveal {
  margin-bottom: 0px;
  background: #fff;
  width: 100%;
  height: 50vh;
}
.single  .main-content{
    padding: 0vw 6vw 2vw 6vw;
}
@media (max-width: 768px) {
  .entry-header {
  padding: 3vw 0vw 2vw 0vw;
}
.single .mask-reveal-wrap {
    padding-left:0vw;
}
  .single  .main-content{
    padding: 0vw 0vw 2vw 0vw;
}
}


.single .mask-reveal img {
  margin: 0 0 0 0;
  opacity: 0.95;
}
.mask-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: inset(0 0 100% 0);
  transform: scale(1.1);
  transform-origin: center center;
  animation:
    revealFromTop 1s cubic-bezier(0.95, 0, 0.05, 1) forwards, zoomOut 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards !important;
}
@keyframes revealFromTop {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.0);
  }
}
@media (max-width: 768px) {
  .mask-reveal {
    height: 300px;
  }
  .single .mask-reveal{
   height:30vh;
  }
}
@media (max-width: 480px) {
  .mask-reveal {
    height: 250px;
  }
}
.mask-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  animation: textUp 1s cubic-bezier(0.95, 0, 0.05, 1) forwards;
}
.mask-text {
  transform: translateY(100%);
  opacity: 0;
}
.mask-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #111;
  transform-origin: bottom;
  transform: scaleY(1);
  animation: maskUp 1.3s cubic-bezier(0.95, 0, 0.05, 1) forwards;
}
@keyframes textUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes maskUp {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.title-line {
  position: relative;
  width: 100px;
  height: 1px;
  background: transparent;
  margin: 8px auto 30px;
  overflow: hidden;
}
.title-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
  animation: lineExpand 1.7s cubic-bezier(0.4, 0, 0.1, 1) forwards;
  animation-delay: 0.45s;
}
@keyframes lineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}
.menu {
  position: sticky;
  top: 20vh;
  right: 0;
  width: 20%;
  z-index: 1000;
}
.main-content {
  padding-top: 0;
}
.has-side .main-content {
  max-width: 1024px;
  width: 71vw;
}
.has-side .container {
  display: flex;
  justify-content: flex-start;
  gap: 5vw;
}
@media (max-width: 1024px) {
  .has-side .container {
    flex-direction: column;
  }
  .has-side .main-content {
    padding: 0;
    width: 92vw;
  }
}
.mw_wp_form table {}
.mw_wp_form table tr {}
.mw_wp_form table tr th {
  border-bottom: solid 1px #222;
}
.mw_wp_form table tr td {
  border-bottom: solid 1px #222;
  padding: 20px 0 0;
  text-align: left;
}
.mw_wp_form input, .mw_wp_form textarea {
  margin-bottom: 20px;
  width: auto;
  background: #222;
  border: none;
  color: #fff;
  display: inline;
}
.order-list {
  display: grid;
  grid-template-columns: 25% 75%;
  border-top: 1px solid #333;
}
.order-list dt, .order-list dd {
  border-bottom: 1px solid #333;
  padding: 1.5em 0;
  width: auto;
}
.order-list dt {
  font-weight: 600;
  font-size: 1.1rem;
}
.order-list dd {
  margin: 0;
  line-height: 1.8;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .mw_wp_form table tr th {
    width: 30%;
    font-size: 1.1rem;
    border-bottom: none;
  }
  .mw_wp_form table tr td {
    font-size: 0.95rem;
    border-bottom: none;
  }
  .mw_wp_form input, .mw_wp_form textarea {
    font-size: 0.95rem;
    max-width: 100%;
  }
  .order-list {
    grid-template-columns: 30% 70%;
  }
}
@media (max-width: 1024px) {
  .mw_wp_form table, .mw_wp_form tbody, .mw_wp_form tr, .mw_wp_form th, .mw_wp_form td {
    display: block;
    width: 100%;
  }
  .mw_wp_form tr {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #222;
    padding-bottom: 1rem;
  }
  .mw_wp_form th {
    padding: 0.5rem 0;
    font-size: 1rem;
    border: none;
  }
  .mw_wp_form td {
    padding: 0.5rem 0 1rem;
    border: none;
  }
  .mw_wp_form input, .mw_wp_form textarea {
    max-width: 100%;
    font-size: 1rem;
  }
  .mwform-radio-field input, input.width-auto {
    width: auto;
  }
  .btn-outline {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
  }
  .order-list {
    display: block;
    border-top: 1px solid #333;
  }
  .order-list dt, .order-list dd {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0.8em 0;
  }
  .order-list dt {
    font-size: 1rem;
    color: #ccc;
    margin-top: 1rem;
  }
  .order-list dd {
    font-size: 0.95rem;
    color: #eee;
    margin-bottom: 1rem;
  }
}
.note {
  font-size: 0.8em;
  line-height: 1.5;
  display: inline-block;
  margin-top: .25em;
  color: #aaa;
}
.menu-side {}
.menu-side ul.nav-list {
  position: sticky;
  top: 20vh;
  margin-top: 10vh;
  width: 15vw;
  flex-direction: column;
  align-items: baseline;
  gap: 0;
}
.menu-side ul.nav-list li {
  width: 100%;
  padding: 0;
  margin: 0;
}
.menu-side ul.nav-list li a {}
@media (max-width: 1024px) {
  .menu-side ul.nav-list {
    flex-direction: row;
    width: 100%;
    display: flex;
    gap: 20px;
    margin: 0;
    justify-content: center;
  }
  .menu-side ul.nav-list li {
    width: auto;
  }
  .toc-indicator {
    display: none;
  }
}
.menu-side ul li a {
  padding: 20px 0;
  display: block;
  border-bottom: solid 1px #272727;
  color: #fff;
}
.menu-side ul li a.current {
  color: #d7b865
}
figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 3em 1em 1em;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.line-container:first-child {
  margin-top: 0;
}
.line-container {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  top: 30px;
  margin-top: 3em;
}
.line-container .line {
  width: 150px;
  height: 1px;
  background-color: #D7B866;
  transform: scaleX(0);
  transform-origin: left center;
}
.home .line-container {
  /* display: none; */
}
.wp-block-gallery.has-nested-images {
  display: grid;
  gap: 12px;
  justify-content: center;
  margin: 10px 0;
}
.wp-block-gallery.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.wp-block-gallery.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.wp-block-gallery.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.wp-block-gallery.columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.wp-block-gallery.columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image {
  aspect-ratio: 1 / 1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
}



.wp-block-image{
  margin:1em 0;
  text-align: right;
}

.lightbox-trigger{
  display:none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img:hover {
  transform: scale(1.03);
}
@media (max-width: 900px) {
  .wp-block-gallery.has-nested-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-gallery-1.has-nested-images{
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-lightbox-overlay.active {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.25s ease;
  cursor: zoom-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wp-lightbox-overlay .lightbox-image-container {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.wp-lightbox-overlay .lightbox-image-container:first-of-type {
  opacity: 0;
  pointer-events: none;
}
.wp-lightbox-overlay img {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  object-fit: contain;
}
.wp-lightbox-overlay .close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
  transition: background 0.2s;
  display: none;
}
.wp-lightbox-overlay .close-button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.wp-lightbox-overlay .scrim {
  display: none !important;
}
.wp-caption {
  max-width: 100% !important;
}
dl.flow {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.flow dt {
  position: relative;
  font-weight: 700;
  padding: 0.5rem 0;
  margin-top: 1.8rem;
  letter-spacing: 0.02em;
  border-bottom: solid 1px #333;
}
.flow dt .arrow {
  position: absolute;
  left: 33px;
  bottom: -26px;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #aaa;
  transition: transform 0.3s ease;
  opacity: 0.8;
}
.flow dt:hover .arrow {
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
}
.flow dd {
  margin: 0.6rem 0 0 0;
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 1rem;
  transition: all 0.3s ease;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .flow {
    padding: 24px 16px;
  }
  .flow dt {
    font-size: 1.05rem;
    padding-right: 10px;
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
  .flow dt .arrow {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
    position: relative;
    bottom: -10px;
    left: 13px;
  }
  .flow dd {
    padding-left: 0.8rem;
    width: 100%;
  }
  .flow dl {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #footer {
    padding: 8vw;
  }
  #footer .container {
    flex-direction: column;
  }
  #footer .menu {
    flex-direction: column;
    height: auto;
  }
}
#experience-slideshow .swiper-slide {
  position: relative;
}
.slideshow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5%;
  background-color: rgba(0, 0, 0, 0.3);
}
.slideshow-content {
  color: #fff;
  max-width: 600px;
}
.slideshow-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.slideshow-description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.slideshow-button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ff5722;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.slideshow-button:hover {
  background-color: #e64a19;
}
@media (max-width: 768px) {
  .slideshow-overlay {
    align-items: flex-end;
    padding: 5% 5% 10% 5%;
  }
  .slideshow-title {
    font-size: 1.8rem;
  }
  .slideshow-description {
    font-size: 1rem;
  }
}
.catch-copy-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 90%;
  color: white;
}
.catch-copy-overlay h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
.catch-copy-overlay p {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .catch-copy-overlay h1 {
    font-size: 1.8rem;
  }
  .catch-copy-overlay p {
    font-size: 1rem;
}
}
.slideshow-swiper .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
										
												
.slideshow-swiper .swiper-slide img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 15s ease-out;
}
.slideshow-swiper .swiper-slide-active img {
  transform: scale(1);
}
.slideshow-swiper .swiper-slide:not(.swiper-slide-active) img {
  transform: scale(1.1);
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
									}
@media (max-width:1024px) {
.menu-toggle {
  opacity: 1;
	  visibility:visible;
	pointer-events:auto;
}
}
.is-layout-flex{align-items: start!important;}
			
									
/* ============================
   Activity Swiper Layout
============================ */
#activity {
  position: relative;
}

.activity__inner {
  padding: 0 4%;
}

.activity__inner .line-container{
  left:50%;
  margin: 0 0 -2.2em -75px;
}

.activity__title {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 2em 0;
  letter-spacing: 0.05em;
}

.activity-swiper {
  position: relative;
  overflow: hidden;
}


.activity-swiper .swiper-wrapper {
  align-items: stretch;
}
.activity__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.activity__item:hover {
  transform: translateY(-4px);
}
.activity__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.activity__thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.activity__more{
  text-align:center;
}
.activity__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.activity__inner .swiper-pagination {
display:none;
}


.activity__item:hover .activity__img {
  transform: scale(1.05);
}

.activity__body {
  flex: 1;
  padding: 16px 18px 20px;
}

.activity__date {
  display: block;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.4em;
}

.activity__ttl {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.activity__arrow svg {
  vertical-align: middle;
  margin-left: 4px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.activity__link:hover .activity__arrow svg {
  opacity: 1;
}

/* ============================
   Swiper Navigation / Pagination
============================ */
.activity__prev,
.activity__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  /* background: rgba(255,255,255,0.9); */
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  color: #fff!important;
}
.activity__prev:hover,
.activity__next:hover {
  background: #fff;
}

.activity__prev {
  left: -20px;
}
.activity__next {
  right: -40px!important;
}
 .swiper-pagination  {
  text-align: center;
  margin-top: 20px;
}

.activity__pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: background 0.3s;
}
.activity__pagination .swiper-pagination-bullet-active {
  background: #333;
}
									
									
/* ============================
   Responsive
============================ */
@media (max-width: 1024px) {
  .activity__prev { left: 0; }
  .activity__next { right: 0; }
}

@media (max-width: 768px) {
  .activity__body {
    padding: 12px 14px 16px;
  }
  .activity__ttl {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  #activity {
    padding: 40px 0;
  }
  .activity__title {
    font-size: 1.5rem;
  }
}

/* フィルタフォーム全体 */
.filter-form {
  max-width: 960px;
  margin: 3rem auto;
  padding: 2rem 2.5rem;
  background: #f7f5f0;
  border: 1px solid #e1ddd2;
  border-radius: 8px;
  font-family: inherit;
  box-sizing: border-box;
}

/* fieldset と legend */
.filter-form fieldset {
  border: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem 1.25rem;
}

.filter-form legend {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #7a6a4c;
  font-weight: 500;
  margin-right: 2rem;
  padding-top: 0.4rem;
  white-space: nowrap;
}

/* チェックボックスとラベル */
.filter-form label {
  font-size: 0.95rem;
  color: #3b3631;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}

/* デフォルトチェックボックスを少し上品に */
.filter-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #b7b0a0;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.filter-form input[type="checkbox"]:hover {
  border-color: #9d9278;
}

.filter-form input[type="checkbox"]:checked {
  background-color: #9d7b3a; /* アクセント（ゴールド系） */
  border-color: #9d7b3a;
}

.filter-form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

/* ボタン */
.filter-form .filter-actions {
  text-align: right;
  margin-top: 0.5rem;
}

.filter-form .filter-actions button {
  padding: 0.55rem 1.8rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  border-radius: 999px;
  border: 1px solid #9d7b3a;
  background: #9d7b3a;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}

.filter-form .filter-actions button:hover {
  background: #866635;
  border-color: #866635;
  transform: translateY(-1px);
}

.filter-form .filter-actions button:active {
  transform: translateY(0);
}

/* スマホ対応 */
@media (max-width: 768px) {
  .filter-form {
    padding: 1.5rem 1.25rem;
  }

  .filter-form fieldset {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-form legend {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }

  .filter-form .filter-actions {
    text-align: center;
    margin-top: 1rem;
  }
}
.entry-description{
  padding:0 4%;
}