@charset "UTF-8";
/*
Theme Name: koureidou
Author: Refu
Version: 1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  scroll-behavior: smooth; /* スムーススクロール */
}

body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #6F5750;
  word-break: auto-phrase;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  background: #FDF9F2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    word-break: normal;
  }
}

.container {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

strong {
  display: inline-block;
  font-weight: inherit;
}

.margin-container {
  margin: 100px auto;
}

.white-bg {
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem 7.5%;
  margin: 4rem auto;
}
@media screen and (max-width: 1600px) {
  .white-bg {
    padding: 4rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .white-bg {
    margin: 1.5rem auto 4rem;
    padding: 2.5rem 5% 4rem;
  }
}
.white-bg .section-title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .white-bg .section-title {
    margin-bottom: 1.5rem;
  }
}

.p-id {
  border: 1px solid;
  border-radius: 10px;
  padding: 10px 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-id {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-id {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.table_design03 {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
  word-break: auto-phrase;
  background-color: #FDF9F2;
  margin-top: 1rem;
  border-radius: 10px;
}
.table_design03 td {
  padding: 1.5rem 0 1.5rem 0.5rem;
  vertical-align: top;
}
.table_design03 td:first-child {
  width: 20%;
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .table_design03 td:first-child {
    min-width: 90px;
  }
}
.table_design03 td:last-child {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .table_design03 td {
    padding: 1rem 0rem;
  }
}
.table_design03 tr {
  border-bottom: 1px solid #6F5750;
}

.pankuzu {
  margin: 10rem 7.5% 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    margin: 6.5rem 5% 0;
    text-align: end;
    font-size: 14px;
  }
}
.pankuzu a {
  color: #E29E44;
  text-decoration: underline;
}
.pankuzu a:hover {
  opacity: 0.7;
}

.lower-fv {
  text-align: center;
  width: 90%;
  margin: 2rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .lower-fv {
    margin-bottom: 2rem;
  }
}
.lower-fv img {
  width: 195px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .lower-fv img {
    width: 120px;
    margin-bottom: 1rem;
  }
}

.swiper {
  z-index: -1;
}

.wp-pagenavi {
  width: 100%;
  margin: 2.5rem auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
	gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 2.5rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 0.5rem !important;
  display: inline-block;
  color: #6F5750;
  padding: 0.7rem !important;
  width: 56px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  border-radius: 999vh;
  border: 1px solid transparent !important;
  aspect-ratio: 1/1;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  color: #C78834;
  border: 1px solid #C78834 !important;
}
.wp-pagenavi span.last, .wp-pagenavi span.first,
.wp-pagenavi a.last,
.wp-pagenavi a.first {
  font-size: 14px;
padding: 1rem 0 !important;
}
.wp-pagenavi span.current {
  color: #6F5750;
  pointer-events: none;
  border: 1px solid #6F5750 !important;
}

body:has(.menu-btn.active) .check {
  display: none;
}

.check {
  width: 260px;
  height: 260px;
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 99998;
  border-radius: 10px;
  border: 5px solid #FAF4A8;
  background-color: #fff;
  display: block;
}
@media screen and (max-width: 1279px) {
  .check {
    width: 240px;
    height: 240px;
    border: 3px solid #FAF4A8;
  }
}
@media screen and (max-width: 767px) {
  .check {
    width: 150px;
    height: 150px;
  }
}
.check.none {
  display: none;
}
.check-wrap {
  text-align: center;
  font-size: clamp(0.625rem, 0.58rem + 0.15vw, 0.75rem);
  padding: 0 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .check-wrap {
    font-size: 7px;
    padding: 0 8px;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .check-wrap .btn {
    font-size: 10px;
    padding: 4px 1rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4px;
  }
}
.check-wrap > p:first-child {
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #6F5750 8px, transparent 4px);
  background-size: 12px 1px; /* 線の太さと間隔を調整 */
  background-repeat: repeat-x;
  background-position: left bottom;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .check-wrap > p:first-child {
    font-size: 12px;
    padding-bottom: 2px;
    margin-bottom: 4px;
  }
}
.check-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: left;
  justify-content: center;
}
.check-line p {
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .check-line p {
    padding-left: 10px;
  }
}
.check-line p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FAF4A8;
  border-radius: 999vh;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.check-line img {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .check-line img {
    width: 1.5rem;
  }
}
.check .batu {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: -1.5rem;
  right: 0.5rem;
  transition: 0.3s;
  cursor: pointer;
}
.check .batu:hover {
  opacity: 0.7;
  cursor: pointer;
}

.page-id-18 .check {
  display: none;
}

header {
  transition: transform 0.5s ease-in-out;
  position: fixed;
  z-index: 9999;
  width: 90%;
  top: 0;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 0 0 30px 30px;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  header {
    width: 100%;
    background-color: #FDF9F2;
    border-radius: 0;
  }
}

header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-100px);
  }
}
header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97.5%;
  margin-left: auto;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1279px) {
  .header-contents {
    width: 90%;
    margin: 0 auto;
    padding: 4px 0;
  }
}
@media screen and (max-width: 767px) {
  .header-contents {
    padding: 4px 0;
  }
}

.header-btn {
  background-color: #6F5750;
  color: #fff;
  padding: 1.8rem 2.5rem;
  border-radius: 0 0 30px 0;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .header-btn {
    padding: 1.8rem 1.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .header-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .header-btn {
    padding: 1rem 1.5rem;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-btn {
    padding: 12px 1.5rem;
    font-size: 14px;
  }
  .header-btn span {
    display: none;
  }
}
.header-btn:hover {
  color: #52262A;
  background-color: #EFE452;
}

.header-left {
  width: 20%;
}
.header-left a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.header-left a:hover {
  opacity: 0.7;
}
.header-left a img {
  width: 100%;
  height: 60px;
  max-width: 320px;
}
@media screen and (max-width: 1279px) {
  .header-left a img {
    height: 68px;
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .header-left a img {
    width: 150px;
    height: 58px;
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: end;
}
@media screen and (max-width: 1600px) {
  .header-right {
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header-right {
    gap: 0.8rem;
  }
}
.header-right > .hamburger-nav > ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .header-right > .hamburger-nav > ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 1400px) {
  .header-right > .hamburger-nav > ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .header-right > .hamburger-nav > ul {
    display: none;
  }
}
.header-right > .hamburger-nav > ul > li > a {
  color: #51262B;
  position: relative;
}
.header-right > .hamburger-nav > ul > li > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #C78834;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.header-right > .hamburger-nav > ul > li > a:hover {
  color: #C78834;
}
.header-right > .hamburger-nav > ul > li > a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu .menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: relative;
  background: #fff;
  border: 1px solid;
  border-radius: 999vh;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-btn {
    height: 40px;
    width: 40px;
  }
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #52262A;
  position: absolute;
  transition: 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger-menu .menu-content {
  position: relative;
}
.hamburger-menu .menu-content .btn {
  width: 350px;
}
.hamburger-menu .menu-content .footer-left {
  width: 90%;
  margin: 0 auto;
}
.hamburger-menu .menu-content .footer-left > p {
  font-size: 14px;
}
.hamburger-menu .menu-content .footer-left > p.copyright {
  font-size: 12px;
  margin: 1rem 0 0;
}
.hamburger-menu .menu-content .footer-left .insta-ico {
  margin: 0;
}
.hamburger-menu .menu-content .footer-left .logo {
  margin-bottom: 0.5rem;
}
.hamburger-menu .menu-content .footer-left .logo img {
  width: 200px;
}
.hamburger-menu .menu-content .ham-logo {
  display: flex;
  justify-content: space-between;
}
.hamburger-menu .menu-content .header-left {
  position: absolute;
  top: 8px;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .header-left {
    top: 4px;
  }
}
.hamburger-menu .menu-content .c-arrow-link {
  display: block !important;
  margin: 1.5rem auto 0;
}
.hamburger-menu .menu-content .hamburger-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .menu-content .hamburger-wrap {
    width: 90%;
  }
}
.hamburger-menu .menu-content ul li a {
  font-size: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F3D1A3;
  width: 100%;
  display: block;
}
.hamburger-menu .gnavi__sp-style {
  position: fixed;
  z-index: -2;
  top: 0;
  background-color: #FDF9F2;
  width: 100%;
  height: 100vh;
  height: 100svh;
  left: 0;
  transition: all 0.5s;
  font-size: 1rem;
  display: none;
  overflow: scroll;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
  opacity: 0;
  padding: 7rem 0 3rem;
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .hamburger-menu .gnavi__sp-style {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .gnavi__sp-style {
    padding: 7rem 0 3rem;
  }
}
.hamburger-menu .gnavi__sp-style > img {
  width: 100px;
  margin-bottom: 2.5rem;
}
.hamburger-menu .gnavi__sp-style .hamburger-wrap {
  opacity: 0;
}
.hamburger-menu .gnavi__sp-style .hamburger-nav > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.hamburger-menu .gnavi__sp-style.active {
  opacity: 1;
  z-index: 20;
  left: 0;
  display: flex;
}
.hamburger-menu .gnavi__sp-style.active .hamburger-wrap {
  opacity: 1;
  z-index: 1;
}
.hamburger-menu .menu-item-has-children {
  position: relative;
  padding-right: 2rem;
}
@media screen and (max-width: 1279px) {
  .hamburger-menu .menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    flex-wrap: wrap;
  }
}
.hamburger-menu .menu-item-has-children label {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.5s ease;
  width: 20px;
  height: 20px;
}
.hamburger-menu .menu-item-has-children label::before, .hamburger-menu .menu-item-has-children label::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  top: 45%;
  right: 10%;
  transition: 0.3s;
}
.hamburger-menu .menu-item-has-children label::before {
  transform: rotate(0deg);
}
.hamburger-menu .menu-item-has-children label::after {
  transform: rotate(90deg);
}
.hamburger-menu .menu-item-has-children.close label::before {
  transform: rotate(45deg);
}
.hamburger-menu .menu-item-has-children.close label::after {
  transform: rotate(-45deg);
}

.page-top {
  position: fixed;
  bottom: 2.5%;
  right: 2.5%;
  text-align: center;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
}
.page-top a {
  color: #6F5750;
}
.page-top img {
  width: 3.5rem;
  margin: 6px auto 0;
}

.footer {
  padding: 2rem 0;
  z-index: 1;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 1rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 551/327;
  bottom: 0;
  right: 5%;
  z-index: -1;
  background: url(./images/lower.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .footer::before {
    width: 90%;
    bottom: 3.5rem;
  }
}
.footer a {
  color: #6F5750;
}
.footer a:hover {
  color: #C78834;
}
.footer a:hover::before {
  color: #C78834;
}
.footer .container {
  width: 90%;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .footer-wrap {
    gap: 2.5rem;
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    margin-bottom: 2.5rem;
    gap: 2.5rem;
    margin-bottom: 15rem;
    justify-content: center;
  }
}
.footer-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1279px) {
  .footer-text {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-text {
    display: none;
  }
}
.footer-text p {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  writing-mode: vertical-rl;
  line-height: 3;
  background-image: linear-gradient(to bottom, #6F5750 8px, transparent 4px);
  background-size: 1px 12px; /* 線の太さと間隔を調整 */
  background-repeat: repeat-y;
  background-position: right top;
  letter-spacing: 4px;
}
.footer-nav {
  font-weight: 500;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    width: 100%;
  }
}
.footer-ul {
  width: 440px;
}
@media screen and (max-width: 1279px) {
  .footer-ul {
    width: 330px;
  }
}
.footer ul {
  display: flex;
  gap: 2.5rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer ul {
    gap: 1.5rem 0;
  }
}
.footer ul > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer ul > li {
    width: 100%;
  }
}
.footer ul > li > a {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .footer ul > li > a {
    font-size: 14px;
  }
}
.footer ul > li > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #C78834;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.footer ul > li > a:hover {
  color: #C78834;
}
.footer ul > li > a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media screen and (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-left-link {
    display: flex;
    justify-content: space-between;
  }
}
.footer-left .insta-ico {
  width: 2.5rem;
  margin: 12px 0 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-left .insta-ico {
    margin: 0;
  }
}
.footer-left .insta-ico circle {
  transition: 0.3s;
}
.footer-left .insta-ico:hover circle {
  fill: #EFE452;
}
.footer-left .footer-address {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 4px 0;
}
.footer-left .btn {
  color: #fff;
  margin: 2rem 0;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .footer-left .btn {
    margin-bottom: 0;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.footer-left .tel-btn {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  margin: 0.5rem 0 1.5rem;
  color: #51262B;
}
@media screen and (max-width: 767px) {
  .footer-left .tel-btn {
    margin: 0.5rem 0;
  }
}
.footer-left .tel-btn img {
  width: 1.5rem;
}
.footer-left .logo {
  margin-bottom: 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer-left .logo {
    margin-bottom: 0.5rem;
    width: 200px;
  }
}
.footer-left .logo:hover {
  opacity: 0.7;
}
.footer-left .logo img {
  width: 250px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

.section-title {
  text-align: center;
}
.section-title.left {
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .section-title.left {
    margin-bottom: 1rem;
  }
}
.section-title.left p {
  margin-left: 0;
}
.section-title p {
  color: #C78834;
  font-size: clamp(0.85rem, 0.75rem + 0.33vw, 1.125rem);
  background-image: linear-gradient(to right, #C78834 8px, transparent 4px);
  background-size: 12px 1px; /* 線の太さと間隔を調整 */
  background-repeat: repeat-x;
  background-position: left bottom;
  letter-spacing: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .section-title p {
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
  }
}
.section-title h1 {
  font-size: clamp(1.75rem, 1.659rem + 0.3vw, 2rem);
}
.section-title h2 {
  font-size: clamp(1.5rem, 1.318rem + 0.61vw, 2rem);
}

.h-border {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  background-image: linear-gradient(to right, #C78834 8px, transparent 4px);
  background-size: 12px 1px; /* 線の太さと間隔を調整 */
  background-repeat: repeat-x;
  background-position: left bottom;
  letter-spacing: 4px;
  margin: 0 0 2rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.h-border .tab2 {
  display: none;
}
@media screen and (max-width: 1400px) {
  .h-border .tab2 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .h-border {
    padding-bottom: 4px;
    gap: 1rem;
    margin: 0 0 12px;
  }
}
.h-border span {
  font-size: clamp(1.75rem, 1.295rem + 1.52vw, 3rem);
}

a {
  text-decoration: none;
  color: #6F5750;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}

.btn {
  color: #fff;
  text-align: center;
  background-color: #6F5750;
  border-radius: 50px;
  padding: 12px;
  width: 190px;
  display: block;
  margin: 0 auto;
  letter-spacing: 1px;
}
.btn:hover {
  background-color: #EFE452;
  color: #52262A;
}

html:has(.archive),
html:has(.blog) {
  scroll-behavior: auto;
}

.blog .lower-fv > p,
.archive .lower-fv > p {
  max-width: 820px;
  margin: 2rem auto 0;
}

.filter-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 5%;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 1024px) {
  .filter-results {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    gap: 2.5rem 3%;
  }
}
@media screen and (max-width: 767px) {
  .filter-results {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 20px;
  }
}
.filter-results-item {
  max-width: 400px;
  margin: 0 auto;
}
.filter-results-item .news-item {
  background-color: #fff;
  padding: 28px 1.5rem 1rem;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .filter-results-item .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 12px;
  }
}
.filter-results-item .news-item:hover .news-img img {
  transform: scale(1.1);
}
.filter-results-item a {
  display: block;
}
.filter-results-item img {
  transition: 0.3s;
  aspect-ratio: 387/256;
}
.filter-results img:not(.thumbnail) {
  -o-object-fit: cover;
     object-fit: cover;
}
.filter-results .thumbnail {
  padding: 10%;
}
.filter-results-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .filter-results-head {
    font-size: 12px;
  }
}
.filter-results-head a, .filter-results-head div {
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .filter-results-head a, .filter-results-head div {
    font-size: 12px;
    padding: 2px 8px;
  }
}
.filter-results-head a.mental, .filter-results-head div.mental {
  background-color: #F2D1A4;
}
.filter-results-head a.other, .filter-results-head div.other {
  background-color: #E8CCC4;
}
.filter-results-head a.skin, .filter-results-head div.skin {
  background-color: rgba(227, 152, 146, 0.4196078431);
}
.filter-results-head a.diet, .filter-results-head div.diet {
  background-color: #B2C9B1;
}
.filter-results-head a.breast-cancer, .filter-results-head div.breast-cancer {
  background-color: #E29E44;
}
.filter-results-head a.pregnancy, .filter-results-head div.pregnancy {
  background-color: #FAF4A8;
}
.filter-results-head a.menopause, .filter-results-head div.menopause {
  background-color: #E8CCC4;
}
.filter-results-foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 1rem;
  color: #C78834;
}
@media screen and (max-width: 767px) {
  .filter-results-foot {
    font-size: 12px;
  }
}
.filter-results-foot > p {
  font-weight: bold;
}
.filter-results-foot div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.filter-results-foot div a {
  margin-right: 0.3rem;
  color: #C78834;
}
.filter-results h2 {
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .filter-results h2 {
    margin: 12px 0 6px;
  }
}
.filter-results .news-img img {
  aspect-ratio: 5/3;
}
@media screen and (max-width: 767px) {
  .filter-results .news-img {
    width: 40%;
  }
  .filter-results .news-img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .filter-results .news-text {
    width: 55%;
  }
}

.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap {
  margin: 0 !important;
}

.vkfs {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .vkfs {
    margin-bottom: 2rem !important;
  }
}
.vkfs__label-name {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  font-weight: 500;
}
.vkfs__input-wrap {
  max-width: 400px;
}
.vkfs input[type=text] {
  border: none;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 20px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .vkfs input[type=text] {
    padding: 0.5rem 1rem;
  }
}
.vkfs .btn[type=submit] {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  letter-spacing: 1px;
  background-color: #6F5750;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 2rem;
  border-radius: 0 10px 10px 0;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .vkfs .btn[type=submit] {
    padding: 0.5rem !important;
    font-size: 12px !important;
    text-align: center;
    height: 37px;
    width: 60px;
  }
}
.vkfs .btn[type=submit]:hover {
  background-color: #C78834;
}

.vkfs__labels {
  display: block;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .vkfs__labels {
    width: calc(100% - 60px);
  }
}

.news-img {
  overflow: hidden;
  border-radius: 10px;
}
.news-img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.news-img img.thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
}

/*お知らせ一覧ページ*/
.news {
  margin: 1rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 2.5rem 0 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .news .container {
    width: 90%;
  }
}
.news .news-text {
  padding: 2rem 5%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .news .news-text {
    padding: 0;
    width: 55%;
  }
}
.news .top-news-list ul.newsList {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .news .top-news-list ul.newsList {
    gap: 0.5rem;
  }
}
.news .top-news-list ul.newsList li:first-child {
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}
.news .top-news-list ul.newsList li:last-child {
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  word-break: break-all;
}
.news .top-news-list .news-item:hover {
  cursor: pointer;
}
.news .top-news-list .news-item:hover ul.newsList li:last-child {
  color: #C78834;
}

.news-category-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .news-category-flex {
    gap: 1rem 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .news-category-flex {
    flex-wrap: wrap;
    gap: 1rem 5%;
  }
}

.news-right-wrap {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .news-right-wrap {
    margin-bottom: 2.5rem;
  }
}
.news-right-wrap a {
  text-align: center;
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
  width: calc((100% - 80px) / 5);
  display: block;
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 1rem 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  color: #6F5750;
  background-image: linear-gradient(to right, #6F5750 8px, transparent 4px);
}
@media screen and (max-width: 1024px) {
  .news-right-wrap a {
    width: calc((100% - 80px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .news-right-wrap a {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .news-right-wrap a.news-category-btn {
    width: 45%;
    margin: 0 20%;
  }
}
.news-right-wrap a:hover {
  cursor: pointer;
  color: #C78834;
  background-image: linear-gradient(to right, #C78834 8px, transparent 4px);
  background-color: #fff;
}

.news-tag {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news-tag {
    margin-bottom: 2.5rem;
  }
}
.news-tag p {
  margin-bottom: 2.5rem;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-tag p {
    margin-bottom: 0.5rem;
  }
}
.news-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0.5rem;
}
.news-tag-list a {
  border: 1px solid #6F5750;
  border-radius: 20px;
  padding: 6px 1.5rem;
  display: block;
  color: #6F5750;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .news-tag-list a {
    font-size: 14px;
    padding: 4px 1rem;
  }
}
.news-tag-list a:hover {
  border: 1px solid #C78834;
  color: #C78834;
}

.news-recommend {
  padding: 4rem 0;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news-recommend {
    padding-bottom: 7.5rem;
  }
}
.news-recommend:has(.no-recommend) {
  display: none;
}
.news-recommend .swiper-slide {
  display: flex;
  padding: 2rem;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .news-recommend .swiper-slide {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-recommend .swiper-slide {
    flex-direction: column;
    padding: 1rem;
  }
}
.news-recommend .swiper-slide:hover .news-img img {
  transform: scale(1.1);
}
.news-recommend .swiper-slide::before {
  content: "最新のおすすめ通信はこちら！";
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 20px 12px;
  background-color: #FAF4A8;
  border-radius: 2rem 2rem 0 0;
  position: absolute;
  top: -52px;
  left: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news-recommend .swiper-slide::before {
    font-size: 1rem;
    padding: 10px 1rem;
    border-radius: 1rem 1rem 0 0;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
  }
}
.news-recommend .swiper-button-next, .news-recommend .swiper-button-prev {
  width: 3.5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .news-recommend .swiper-button-next, .news-recommend .swiper-button-prev {
    width: 3rem;
    height: 70px;
  }
}
.news-recommend .swiper-button-next {
  right: 17%;
}
@media screen and (max-width: 1024px) {
  .news-recommend .swiper-button-next {
    right: 5%;
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .news-recommend .swiper-button-next {
    top: calc(100% - 70px);
    right: 35%;
  }
}
.news-recommend .swiper-button-next::after {
  background: url(./images/item-next.png) no-repeat center/contain;
  width: 3.5rem;
  height: 5rem;
  transition: 0.3s;
}
.news-recommend .swiper-button-next:hover::after {
  background: url(./images/item-next2.png) no-repeat center/contain;
}
.news-recommend .swiper-button-prev {
  left: 17%;
}
@media screen and (max-width: 1024px) {
  .news-recommend .swiper-button-prev {
    left: 5%;
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .news-recommend .swiper-button-prev {
    top: calc(100% - 70px);
    left: 35%;
  }
}
.news-recommend .swiper-button-prev::after {
  background: url(./images/item-prev.png) no-repeat center/contain;
  width: 3.5rem;
  height: 5rem;
  transition: 0.3s;
}
.news-recommend .swiper-button-prev:hover::after {
  background: url(./images/item-prev2.png) no-repeat center/contain;
}
.news-recommend h2 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 1.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .news-recommend h2 {
    margin: 8px 0;
  }
}
.news-recommend .news-img {
  width: 35%;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .news-recommend .news-img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .news-recommend .news-img {
    width: 100%;
  }
}
.news-recommend .news-text {
  width: 65%;
  padding: 2rem 5%;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1024px) {
  .news-recommend .news-text {
    width: 55%;
    border-radius: 0 0 10px 10px;
    padding: 1rem 5%;
  }
}
@media screen and (max-width: 767px) {
  .news-recommend .news-text {
    width: 100%;
  }
}

/*詳細ページ*/
.single-news {
  width: 80%;
  margin: 0 auto 10rem;
  background-color: #fff;
  max-width: 1080px;
  border-radius: 20px;
  padding: 3rem 5% 4rem;
}
@media screen and (max-width: 767px) {
  .single-news {
    width: 90%;
    margin-bottom: 5rem;
  }
}
.single-news .single-wrap {
  max-width: 812px;
  margin: 0 auto;
}
.single-news .btn {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .single-news .btn {
    margin-top: 2rem;
  }
}
.single-news .catch {
  margin: 1rem auto 2rem;
}
.single-news .catch img {
  border-radius: 12px;
}
.single-news #ez-toc-container {
  color: #E29E44;
  width: 100%;
  background-color: #FDF9F2;
  border: none;
  padding: 2rem 10%;
}
.single-news #ez-toc-container a {
  color: #E29E44;
}
.single-news #ez-toc-container .ez-toc-js-icon-con, .single-news #ez-toc-container .ez-toc-toggle label, .single-news #ez-toc-container .ez-toc-cssicon {
  border-color: #E29E44;
}
.single-news #ez-toc-container svg {
  color: #E29E44 !important;
  fill: #E29E44 !important;
}
.single-news .article_title {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin: 0.5rem 0 1rem;
}
.single-news .category {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .single-news .category {
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 12px;
  }
}
.single-news .category a {
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
}
.single-news .category a.mental {
  background-color: #F2D1A4;
}
.single-news .category a.other {
  background-color: #E8CCC4;
}
.single-news .category a.skin {
  background-color: rgba(227, 152, 146, 0.4196078431);
}
.single-news .category a.diet {
  background-color: #B2C9B1;
}
.single-news .category a.breast-cancer {
  background-color: #E29E44;
}
.single-news .category a.pregnancy {
  background-color: #FAF4A8;
}
.single-news .category a.menopause {
  background-color: #E8CCC4;
}
.single-news .article_footer {
  color: #C78834;
}
.single-news .article_footer a {
  color: #C78834;
  margin-right: 0.3rem;
}
.single-news .article_footer div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.single-news .content h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  margin: 2rem 0;
  background-color: #6F5750;
}
@media screen and (max-width: 767px) {
  .single-news .content h2 {
    padding: 0.5rem 1rem;
  }
}
.single-news .content h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 2rem 0;
  padding: 0 2rem 0.5rem;
  background-image: linear-gradient(to right, #6F5750 8px, transparent 8px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .single-news .content h3 {
    padding: 0 1rem 0.5rem;
  }
}
.single-news .content p:not(:last-child) {
  margin-bottom: 1rem;
}
.single-news .content img {
  margin: 2rem 0;
}
.single-news .content .wp-block-image :where(figcaption) {
  text-align: center;
  margin-bottom: 4rem;
}

.search-results .news-right {
  margin-top: 5rem;
}

.example .container {
  width: 85%;
  max-width: 1365px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .example .container {
    width: 90%;
    margin-bottom: 5rem;
  }
}

/*404*/
.not-found {
  text-align: center;
  position: relative;
  margin: 5rem 0;
}
.not-found img {
  width: 250px;
  margin: 4rem auto;
}
.not-found p {
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  margin-bottom: 4rem;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX {
  from {
    transform: translateX(-100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-y2 {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
@keyframes fadeTopAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomInAnime {
  from {
    opacity: 0;
    width: 50%;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
@keyframes fadeUpAnime_sp {
  from {
    top: 50%;
  }
  to {
    top: 25%;
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.home .section-title p {
  background: none;
  margin-bottom: 0;
}
.home .info {
  align-items: center;
  margin-bottom: 5rem;
  margin-top: -3rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15% 15% 0;
  max-width: none;
}
@media screen and (max-width: 1600px) {
  .home .info {
    padding: 15% 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .home .info {
    margin-bottom: 2rem;
    padding: 5rem 5% 0;
    margin-top: 3rem;
  }
}
.home .info::before {
  content: "";
  position: absolute;
  width: 25%;
  aspect-ratio: 1/1;
  height: auto;
  background: url(./images/top-shop.png) no-repeat center/contain;
  top: 0%;
  z-index: 1;
  right: -3%;
}
@media screen and (max-width: 767px) {
  .home .info::before {
    width: 180px;
  }
}
.home .info-right img:first-child {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .home .info-right img:first-child {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .home .info-right img:first-child {
    width: 100%;
  }
}
.home .info-right img:nth-child(2) {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 1279px) {
  .home .info-right img:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home .info-right img:nth-child(2) {
    width: 100%;
    height: 160px;
    margin-top: 1rem;
  }
}
.home .about-access {
  width: 80%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .home .about-access {
    width: 90%;
    margin-top: 2rem;
  }
}
.home .about-access iframe {
  margin: 0;
}
.home .faq-anker {
  width: 100%;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .home .faq-anker {
    margin: 5rem auto 2rem;
  }
}
.home .swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.fv {
  height: calc(100vh - 5rem);
  height: calc(100svh - 5rem);
  position: relative;
  margin-top: 5rem;
  overflow: hidden;
  min-height: 750px;
}
@media screen and (max-width: 1279px) {
  .fv {
    min-height: auto;
    height: auto;
    aspect-ratio: 768/940;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(100vh - 4rem);
    height: calc(100svh - 4rem);
    margin-top: 4rem;
    aspect-ratio: auto;
  }
}
.fv::before {
  display: none;
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 545/305;
  height: auto;
  background: url(./images/fv-text.png) no-repeat center/contain;
  bottom: 20%;
  right: -38%;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .fv::before {
    display: block;
  }
}
.fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 75%;
  height: 103%;
  background: url(./images/fv-bg.png) no-repeat center/cover;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .fv::after {
    width: 72%;
  }
}
@media screen and (max-width: 1279px) {
  .fv::after {
    background: url(./images/fv-bg3.png) no-repeat center 56%/contain;
    height: auto;
    aspect-ratio: 160/140;
    width: 105%;
    bottom: 0%;
    left: -2.5%;
  }
}
@media screen and (max-width: 767px) {
  .fv::after {
    width: 90%;
    left: -6.5%;
  }
}
.fv .fv-swiper {
  position: absolute;
  width: 70%;
  height: 85%;
  left: 0;
  bottom: -10%;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .fv .fv-swiper {
    width: 90%;
    height: auto;
    left: 0%;
    bottom: 3%;
    overflow: hidden;
    aspect-ratio: 5/3;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv-swiper {
    width: 81%;
    bottom: 3%;
    left: -3%;
  }
}
.fv .fv-swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv .fv-swiper img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.fv-text {
  position: absolute;
  right: 10%;
  top: 50px;
  z-index: 12;
}
@media screen and (max-width: 1600px) {
  .fv-text {
    right: 7%;
  }
}
@media screen and (max-width: 1279px) {
  .fv-text {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv-text {
    top: 2rem;
    right: auto;
    left: calc(50% - 8px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.fv-text.fadeUpTrigger {
  opacity: 0;
}
.fv-text.fadeUp {
  animation: fadeAnime 1.5s forwards;
}
.fv-text::before {
  content: "";
  position: absolute;
  width: 142%;
  aspect-ratio: 545/305;
  height: auto;
  background: url(./images/fv-text.png) no-repeat center/contain;
  top: 30%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .fv-text::before {
    width: 124%;
  }
}
@media screen and (max-width: 767px) {
  .fv-text::before {
    display: none;
  }
}
.fv-text h1 {
  display: flex;
}
.fv-text span {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  writing-mode: vertical-rl;
  line-height: 3;
  background-image: linear-gradient(to bottom, #6F5750 8px, transparent 4px);
  background-size: 1px 12px;
  background-repeat: repeat-y;
  background-position: right top;
  letter-spacing: 4px;
  display: block;
  letter-spacing: 8px;
}

.top-about {
  width: 80%;
  margin: 7.5rem auto 10rem;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-about {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .top-about {
    width: 95%;
    margin: 12.5rem auto 15rem;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    width: 90%;
    margin: 7.5rem auto 7.5rem;
  }
}
.top-about::before {
  content: "";
  position: absolute;
  width: 28%;
  aspect-ratio: 1/1;
  height: auto;
  background: url(./images/fv-bottom.png) no-repeat center/contain;
  top: -10%;
  z-index: 11;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .top-about::before {
    top: -11%;
    left: -5%;
    width: 40%;
  }
}
.top-about-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: sticky;
  top: -10%;
  z-index: -1;
}
@media screen and (max-width: 1024px) and (min-height: 900px) {
  .top-about-img {
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  .top-about-img {
    top: 10%;
  }
}
.top-about-img img.fadeUpTrigger {
  opacity: 0;
}
.top-about-img img.fadeUp {
  animation: fadeAnime 1.5s forwards;
}
.top-about-img-left {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .top-about-img-left {
    width: 45%;
  }
}
.top-about-img-right {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .top-about-img-right {
    width: 50%;
  }
}
.top-about-img-right img:first-child {
  margin-bottom: 200px;
}
@media screen and (max-width: 1400px) {
  .top-about-img-right img:first-child {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-about-img-right img:first-child {
    margin-bottom: 80px;
  }
}
.top-about-text {
  width: 536px;
  z-index: 0;
  margin: 0 auto 0;
  transform: none;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .top-about-text {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-about-text {
    width: 100%;
    padding-bottom: 5rem;
  }
  .top-about-text .section-title {
    display: none;
  }
}
.top-about-text-bg {
  position: relative;
}
.top-about-text-bg::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: url(./images/top-about-text.png) no-repeat center/cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(5px);
}
@media screen and (max-width: 1400px) {
  .top-about-text-bg::before {
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .top-about-text-bg::before {
    width: 110%;
  }
}
.top-about-column {
  display: flex;
  margin: 5rem 2rem 5rem auto;
  width: 385px;
  height: -moz-max-content;
  height: max-content;
  min-height: 240px;
}
@media screen and (max-width: 1024px) {
  .top-about-column {
    margin: 5rem 2rem 5rem auto;
  }
}
@media screen and (max-width: 767px) {
  .top-about-column {
    margin: 100px auto 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-about-column span {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  writing-mode: vertical-rl;
  line-height: 3;
  background-image: linear-gradient(to bottom, #6F5750 8px, transparent 4px);
  background-size: 1px 12px;
  background-repeat: repeat-y;
  background-position: right top;
  letter-spacing: 4px;
  display: block;
  letter-spacing: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .top-about-txt-wrap {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
}
.top-about-txt-wrap p {
  line-height: 1.8;
}
.top-about-txt-wrap p span {
  display: inline-block;
}
.top-about-txt-wrap p:not(:last-child) {
  margin-bottom: 1rem;
}
.top-about-btn {
  margin-top: 2.5rem;
}
.top-about-btn a {
  margin: 1.5rem 0 0;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .top-about-btn a {
    margin: 1rem auto 0;
  }
}

.top-beginner {
  display: flex;
  width: 85%;
  margin: 10rem 10% 2.5rem 5%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-beginner {
    margin: 0 auto 1.5rem;
    width: 90%;
  }
}
.top-beginner img.fadeUpTrigger {
  opacity: 0;
}
.top-beginner img.fadeUp {
  animation: fadeAnime 1.5s forwards;
}
.top-beginner > img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .top-beginner > img {
    display: none;
  }
}
.top-beginner-right {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .top-beginner-right {
    width: 100%;
  }
}
.top-beginner-right img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-beginner-right img {
    display: block;
    width: 70%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-beginner-right img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.top-beginner-right h3 {
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .top-beginner-right h3 {
    margin-bottom: 1rem;
  }
}
.top-beginner-right p:not(:last-child) {
  margin-bottom: 1rem;
}
.top-beginner-right .btn {
  margin: 2.5rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top-beginner-right .btn {
    margin-top: 1.5rem;
  }
}
.top-beginner .section-title {
  margin-bottom: 5%;
}

.top-faq {
  position: relative;
  z-index: 0;
  width: 80%;
  max-width: 1365px;
}
@media screen and (max-width: 1400px) {
  .top-faq {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-faq {
    margin-top: 4rem;
  }
}
.top-faq::before {
  content: "";
  position: absolute;
  width: 24%;
  aspect-ratio: 315/390;
  height: auto;
  background: url(./images/top-faq1.png) no-repeat center/contain;
  top: -12%;
  z-index: -1;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .top-faq::before {
    display: none;
  }
}
.top-faq::after {
  content: "";
  position: absolute;
  width: 25%;
  aspect-ratio: 424/390;
  height: auto;
  background: url(./images/top-faq2.png) no-repeat center/contain;
  top: -3%;
  z-index: -1;
  right: -9%;
}
@media screen and (max-width: 1400px) {
  .top-faq::after {
    right: -5%;
    top: -5%;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .top-faq::after {
    display: none;
  }
}
.top-faq > .btn {
  width: 100%;
}
.top-faq-text {
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-faq-text {
    margin-top: 2rem;
  }
}
.top-faq-text h3 {
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
}
.top-faq-text p {
  max-width: 812px;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-faq-text p {
    margin-top: 1rem;
  }
}

.top-news {
  width: 87.5%;
  margin: 10rem 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-news {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    width: 100%;
    margin: 10rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news .section-title.left {
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  width: 17%;
  aspect-ratio: 287/197;
  height: auto;
  background: url(./images/top-news2.png) no-repeat center/contain;
  bottom: -10%;
  z-index: -1;
  left: -13%;
}
@media screen and (max-width: 1024px) {
  .top-news::before {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news::before {
    bottom: -10%;
    width: 30%;
    left: -5%;
  }
}
.top-news::after {
  content: "";
  position: absolute;
  width: 38%;
  aspect-ratio: 650/396;
  height: auto;
  background: url(./images/top-news.png) no-repeat center/contain;
  top: 0%;
  z-index: -1;
  right: 5%;
}
@media screen and (max-width: 1024px) {
  .top-news::after {
    top: -10%;
  }
}
@media screen and (max-width: 767px) {
  .top-news::after {
    right: 0;
    top: -15%;
    width: 55%;
  }
}
.top-news-text {
  max-width: 812px;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .top-news-text {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-news-text {
    margin: 0 auto;
  }
}
.top-news-text h3 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom: 2rem;
}
.top-news .news-recommend {
  padding-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-news .news-recommend {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news .news-recommend {
    padding-top: 2rem;
  }
}
.top-news .news-recommend .swiper-slide {
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .top-news .news-recommend .swiper-slide {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news .news-recommend .swiper-slide {
    padding: 1.5rem 1rem;
  }
}
.top-news .news-recommend .swiper-slide::before {
  display: none;
}
.top-news .news-recommend .swiper-button-next, .top-news .news-recommend .swiper-button-prev {
  top: calc(100% - 5rem);
}
.top-news .news-recommend .swiper-button-next {
  right: calc(20% + 190px);
}
@media screen and (max-width: 767px) {
  .top-news .news-recommend .swiper-button-next {
    right: 200px;
  }
}
.top-news .news-recommend .swiper-button-prev {
  left: auto;
  right: calc(20% + 300px);
}
@media screen and (max-width: 767px) {
  .top-news .news-recommend .swiper-button-prev {
    right: 280px;
  }
}
.top-news .news-recommend .news-img,
.top-news .news-recommend .news-text {
  width: 100%;
}
.top-news .news-recommend .btn {
  position: absolute;
  right: 15%;
  top: calc(100% - 4.5rem);
}
@media screen and (max-width: 767px) {
  .top-news .news-recommend .btn {
    right: 0;
    top: calc(100% - 5rem);
    width: 160px;
  }
}

/*reservation*/
.reservation-banner {
  border: 6px solid #6F5750;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  width: 80%;
  background-color: #fff;
}
.reservation-banner.fadeUpTrigger {
  opacity: 0;
}
.reservation-banner.fadeUp {
  animation: fadeUpAnime 1s forwards;
}
.reservation-banner.last {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reservation-banner.last {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1279px) {
  .reservation-banner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .reservation-banner {
    flex-direction: column;
    border: 3px solid #6F5750;
  }
}
.reservation-banner .banner-img {
  width: 30%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 240px;
}
@media screen and (max-width: 1024px) {
  .reservation-banner .banner-img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .reservation-banner .banner-img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
.reservation-banner a:has(.line) {
  width: 20%;
  padding: 20px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .reservation-banner a:has(.line) {
    display: none;
  }
}
.reservation-banner-text {
  width: 40%;
}
@media screen and (max-width: 1279px) {
  .reservation-banner-text {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .reservation-banner-text {
    width: 58%;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .reservation-banner-text {
    width: 100%;
    padding: 1rem;
  }
}
.reservation-banner-text h2 {
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  margin-bottom: 1rem;
}
.reservation-banner-btn {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1279px) {
  .reservation-banner-btn {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .reservation-banner-btn {
    justify-content: center;
  }
}
.reservation-banner-btn .btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .reservation-banner-btn .btn {
    width: 130px;
  }
}
.reservation-banner.big {
  max-width: 1360px;
  height: 530px;
}
@media screen and (max-width: 1024px) {
  .reservation-banner.big {
    flex-direction: column;
    gap: 1.5rem;
    height: auto;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .reservation-banner.big {
    gap: 0;
  }
}
.reservation-banner.big .banner-img {
  max-height: none;
  width: 26%;
}
@media screen and (max-width: 1024px) {
  .reservation-banner.big .banner-img {
    display: none;
  }
}
.reservation-banner.big .banner-img:first-of-type {
  border-radius: 4px 0 0 4px;
}
.reservation-banner.big .banner-img:last-of-type {
  border-radius: 0 4px 4px 0;
}
.reservation-banner.big .big-img-wrap {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .reservation-banner.big .big-img-wrap {
    display: flex;
  }
}
.reservation-banner.big .big-img-wrap img {
  width: 50%;
  border-radius: 0 5px 0 0;
}
.reservation-banner.big .big-img-wrap img:first-child {
  border-radius: 5px 0 0 0;
}
.reservation-banner.big .reservation-banner-text {
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .reservation-banner.big .reservation-banner-text {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .reservation-banner.big .reservation-banner-text {
    width: 90%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .reservation-banner.big .reservation-banner-text {
    width: 100%;
    padding: 1rem 0;
  }
}
.reservation-banner.big .reservation-banner-text h2 {
  background-image: linear-gradient(to right, #51262B 8px, transparent 4px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 2rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .reservation-banner.big .reservation-banner-text h2 {
    margin: 0.5rem auto 1rem;
  }
}
.reservation-banner.big .reservation-banner-text h2 + p {
  font-size: clamp(0.875rem, 0.739rem + 0.45vw, 1.25rem);
}
.reservation-banner.big .reservation-banner-text .reservation-banner-big-btn {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  .reservation-banner.big .reservation-banner-text .reservation-banner-big-btn {
    margin: 1rem 0;
    justify-content: space-around;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .reservation-banner.big .reservation-banner-text .reservation-banner-big-btn {
    gap: 0;
  }
}
.reservation-banner.big .reservation-banner-text .reservation-banner-big-btn p {
  width: 45%;
  background-color: #FAF4A8;
  border-radius: 20px;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .reservation-banner.big .reservation-banner-text .reservation-banner-big-btn p {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .flow {
    width: 90%;
  }
}
.flow .section-title p {
  font-size: clamp(0.85rem, 0.75rem + 0.33vw, 1.125rem);
}
.flow-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .flow-wrap {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.flow-wrap:not(:last-child) {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .flow-wrap:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.flow-left {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .flow-left {
    width: 100%;
  }
}
.flow-right {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .flow-right {
    width: 100%;
  }
}
.flow-contents {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 3rem;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .flow-contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flow-contents {
    margin-top: 1.5rem;
  }
}
.flow-contents a {
  width: 30%;
  display: block;
}
.flow-contents-text {
  width: calc(70% - 20px);
}
@media screen and (max-width: 1024px) {
  .flow-contents-text {
    width: 100%;
  }
}
.flow-contents-text .p-id {
  margin: 12px 0;
}
.flow-text {
  margin-top: 1.5rem;
  border-radius: 10px;
  border: 1px solid;
  padding: 1rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.flow-text p:first-child {
  margin-bottom: 1rem;
  font-weight: 500;
}

.page-id-12 .lower-fv,
.page-id-10 .lower-fv {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-id-12 .lower-fv,
  .page-id-10 .lower-fv {
    margin-bottom: 2rem;
  }
}

/*beginner*/
.beginner-fv {
  width: 75%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  .beginner-fv {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .beginner-fv {
    width: 90%;
    margin-bottom: 4rem;
  }
}
.beginner-fv img.fadeUpTrigger {
  opacity: 0;
}
.beginner-fv img.fadeUp {
  animation: fadeAnime 1.5s forwards;
}
.beginner-fv-text {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .beginner-fv-text {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .beginner-fv-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .beginner-fv-text br {
    display: block;
  }
}
.beginner-fv-text h2 {
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .beginner-fv-text h2 {
    margin-bottom: 1rem;
  }
}
.beginner-fv-text p:not(:last-child) {
  margin-bottom: 1rem;
}
.beginner-flow, .beginner-fee {
  width: 70%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1279px) {
  .beginner-flow, .beginner-fee {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .beginner-flow, .beginner-fee {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .beginner-flow, .beginner-fee {
    width: 90%;
    margin-bottom: 5rem;
  }
}
.beginner-flow .section-title, .beginner-fee .section-title {
  text-align: left;
  margin-bottom: 2rem;
}
.beginner-flow .section-title p, .beginner-fee .section-title p {
  margin-left: 0;
}
.beginner-flow-wrap, .beginner-fee-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .beginner-flow-wrap, .beginner-fee-wrap {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.beginner-flow-wrap:not(:last-child), .beginner-fee-wrap:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .beginner-flow-wrap:not(:last-child), .beginner-fee-wrap:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.beginner-flow-left, .beginner-fee-left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .beginner-flow-left, .beginner-fee-left {
    width: 90%;
  }
}
.beginner-flow-left.fadeUpTrigger, .beginner-fee-left.fadeUpTrigger {
  opacity: 0;
}
.beginner-flow-left.fadeUp, .beginner-fee-left.fadeUp {
  animation: fadeUpAnime 1s forwards;
}
.beginner-flow-right, .beginner-fee-right {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .beginner-flow-right, .beginner-fee-right {
    width: 90%;
  }
}
.beginner-flow-right p:not(:last-child), .beginner-fee-right p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .beginner-flow-right p:not(:last-child), .beginner-fee-right p:not(:last-child) {
    margin-bottom: 8px;
  }
}
.beginner-fee {
  max-width: 1080px;
}
.beginner-fee .section-title {
  margin-bottom: 12px;
}
.beginner-fee .section-title + p {
  margin-bottom: 2rem;
}
.beginner-fee-wrap {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .beginner-fee-wrap {
    padding: 1rem 0;
  }
}
.beginner-fee-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .beginner-fee-wrap:nth-child(odd) {
    flex-direction: column;
  }
}
.beginner-fee-wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .beginner-fee-wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
.beginner-fee-right {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .beginner-fee-right {
    padding: 0;
  }
}
.beginner-fee-right h3 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.beginner-fee-right h3 span {
  display: block;
  font-size: 12px;
}
.beginner-fee-right .fee-text {
  margin: 1rem 0 3rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .beginner-fee-right .fee-text {
    margin: 4px 0 4px 0;
  }
}
.beginner-fee-right .fee-text span {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 4px;
}

.about-access iframe {
  width: 100%;
  border-radius: 20px;
  margin-top: 2rem;
  aspect-ratio: 1365/600;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .about-access iframe {
    aspect-ratio: auto;
    height: 350px;
  }
}
.about-access .access-text p {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.history .table_history td:first-child {
  width: 120px;
  padding-right: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history .table_history td:first-child {
    padding: 0;
    width: 80px;
  }
}
.history .table_history td:last-child {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .history .table_history td:last-child {
    width: calc(100% - 80px);
  }
}

.table_history {
  padding-left: 2rem;
  background-image: linear-gradient(to bottom, #C78834 4px, transparent 4px);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: left top;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_history {
    padding-left: 1rem;
  }
}
.table_history tr {
  display: flex;
  width: 100%;
}
.table_history tr.hidden-view {
  display: none;
}
.table_history tr.hidden-view.open {
  display: flex !important;
}
.table_history tr:not(:last-child) {
  margin-bottom: 1.5rem;
}
.table_history td {
  display: block;
  font-size: clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  word-break: break-all;
}
.table_history td p {
  line-height: 1.5;
}
.table_history td p:not(:last-child) {
  margin-bottom: 1rem;
}
.table_history td:first-child {
  width: 80px;
  padding-right: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table_history td:first-child {
    padding: 0;
    width: 50px;
  }
}
.table_history td:first-child::before {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 1/1;
  left: -43px;
  top: 7px;
  background-color: #C78834;
  border-radius: 999vh;
}
@media screen and (max-width: 767px) {
  .table_history td:first-child::before {
    width: 14px;
    aspect-ratio: 1/1;
    left: -25px;
    top: 6px;
  }
}
.table_history td:last-child {
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .table_history td:last-child {
    width: calc(100% - 50px);
  }
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .info {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
}
.info-left {
  width: 45%;
}
@media screen and (max-width: 1279px) {
  .info-left {
    width: 100%;
  }
}
.info-left .table_design03 {
  margin-bottom: 2rem;
}
.info-right {
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .info-right {
    width: 100%;
  }
}
.info-right img:first-child {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .info-right img:first-child {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .info-right img:first-child {
    width: 80%;
  }
}
.info-right img:nth-child(2) {
  width: 62%;
  margin: 3.5rem 0 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .info-right img:nth-child(2) {
    margin-top: 1.5rem;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .info-right img:nth-child(2) {
    width: 65%;
  }
}
.info .table_date {
  margin-bottom: 1rem;
  border-radius: 10px;
  border-collapse: separate;
  border-left: 1px solid #6F5750;
  border-top: 1px solid #6F5750;
  border-spacing: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .info .table_date {
    width: 100%;
    text-align: center;
  }
}
.info .table_date td {
  padding: 0.8rem;
}
@media screen and (max-width: 767px) {
  .info .table_date td {
    padding: 4px 5px;
  }
}
.info .table_date tr td {
  border-bottom: 1px solid #6F5750;
  border-right: 1px solid #6F5750;
}
.info .table_date + p {
  font-size: 16px;
}
.info .table_date_1 {
  border-radius: 10px 0 0 0;
}
.info .table_date_2 {
  border-radius: 0 10px 0 0;
}
.info .table_date_3 {
  border-radius: 0 0 0 10px;
}
.info .table_date_4 {
  border-radius: 0 0 10px 0;
}
.info .table_date_on {
  color: #C78834;
}
.info .off {
  margin-top: 2rem;
}
.info .off p:first-child {
  font-weight: bold;
  background-image: linear-gradient(to right, #6F5750 8px, transparent 4px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  letter-spacing: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
  padding-bottom: 0.5rem;
}

.staff-introduce h3 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .staff-introduce .section-title.left,
  .staff-introduce h3,
  .staff-introduce > p {
    width: 90%;
    margin: 0 auto;
  }
  .staff-introduce h3 {
    margin-bottom: 1rem;
  }
  .staff-introduce .section-title.left {
    margin-bottom: 2rem;
  }
}

.about-staff,
.staff-introduce {
  width: 85%;
  max-width: 1365px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  .about-staff,
  .staff-introduce {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about-staff,
  .staff-introduce {
    overflow: hidden;
    width: 100%;
  }
	.staff-swiper{
		padding:0 2rem;
	}
}
.about-staff .staff-swiper,
.staff-introduce .staff-swiper {
  margin-top: 2rem;
}
.about-staff .staff-wrap,
.staff-introduce .staff-wrap {
  width: calc((100% - 6rem) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.about-staff .staff-wrap > div:first-child img,
.staff-introduce .staff-wrap > div:first-child img {
  border-radius: 20px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1024px) {
  .about-staff .staff-wrap,
  .staff-introduce .staff-wrap {
    width: calc((100% - 1.5rem) / 2);
  }
}
.about-staff .staff-wrap-row,
.staff-introduce .staff-wrap-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .about-staff .staff-wrap-row,
  .staff-introduce .staff-wrap-row {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-staff .staff-wrap-row,
  .staff-introduce .staff-wrap-row {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.about-staff .staff-wrap .btn,
.staff-introduce .staff-wrap .btn {
  width: 100%;
}
.about-staff .staff-wrap .staff-text-h4,
.staff-introduce .staff-wrap .staff-text-h4 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 8px 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about-staff .staff-wrap .staff-text-h4,
  .staff-introduce .staff-wrap .staff-text-h4 {
    margin: 8px 0;
  }
}
.about-staff .staff-info,
.staff-introduce .staff-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .about-staff .staff-info,
  .staff-introduce .staff-info {
    margin: 0.5rem 0 1rem;
  }
}
.about-staff .staff-info-right,
.staff-introduce .staff-info-right {
  width: 72.5%;
}
.about-staff .staff-info-right p:first-child,
.staff-introduce .staff-info-right p:first-child {
  font-size: clamp(0.75rem, 0.705rem + 0.15vw, 0.875rem);
}
.about-staff .staff-info-right p:nth-child(2),
.staff-introduce .staff-info-right p:nth-child(2) {
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}
.about-staff .staff-info-right p:nth-child(3),
.staff-introduce .staff-info-right p:nth-child(3) {
  font-size: 12px;
  color: #C78834;
}
.about-staff .good div,
.staff-introduce .good div {
  font-size: 12px;
}
.about-staff .staff-swiper,
.staff-introduce .staff-swiper {
  position: relative;
}
.about-staff .swiper-button-next, .about-staff .swiper-button-prev,
.staff-introduce .swiper-button-next,
.staff-introduce .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .about-staff .swiper-button-next, .about-staff .swiper-button-prev,
  .staff-introduce .swiper-button-next,
  .staff-introduce .swiper-button-prev {
    display: flex;
    width: 3rem;
    top: 40%;
  }
}
.about-staff .swiper-button-next::after,
.staff-introduce .swiper-button-next::after {
  background: url(./images/item-next.png) no-repeat center/contain;
  width: 3rem;
  height: 5rem;
  transition: 0.3s;
}
.about-staff .swiper-button-prev::after,
.staff-introduce .swiper-button-prev::after {
  background: url(./images/item-prev.png) no-repeat center/contain;
  width: 3rem;
  height: 5rem;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .message .message-wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.message-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .message-wrap {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .message-wrap {
    gap: 1.5rem;
  }
}
.message-wrap h3 {
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #6F5750 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}
.message-left {
  width: 38%;
}
.message-left img {
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .message-left {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .message-left {
    width: 100%;
  }
}
.message-right {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .message-right {
    width: 100%;
  }
}
.message-right > p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.message-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message-name {
    margin-bottom: 1rem;
  }
}
.message-name-left {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .message-name-left {
    gap: 1.5rem;
  }
}
.message-name-top p:first-child {
  color: #C78834;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .message-name-top p:first-child {
    margin-bottom: 10px;
  }
}
.message-name-top p:nth-child(2) {
  font-size: clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
}
.message-name-top p:nth-child(2) span {
  font-size: clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
  font-weight: 400;
  display: block;
  margin-top: 8px;
}
.message-name .message-name-img {
  width: 20%;
  border-radius: 999vh;
}
@media screen and (max-width: 767px) {
  .message-name .message-name-img {
    width: 25%;
  }
}
.message-name-img {
  width: 25%;
  border-radius: 999vh;
}
.message-name + h2 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #6F5750 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .message-name + h2 {
    font-size: 18px;
  }
}

.history,
.info,
.message,
.about-access {
  width: 85%;
  max-width: 1365px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .history,
  .info,
  .message,
  .about-access {
    width: 90%;
    margin: 4rem auto;
  }
}

.staff-history .table_history {
  background-image: linear-gradient(to bottom, #EFE452 4px, transparent 4px);
}
.staff-history .table_history td:first-child::before {
  background-color: #EFE452;
}

.page-id-10 {
  /* 画像のサイズ調整 */
}
@media screen and (max-width: 767px) {
  .page-id-10 .beginner-fv {
    margin-bottom: 2rem;
  }
}
.page-id-10 .swiper {
  margin-bottom: 100px;
  /* スライドの動き等速 */
}
@media screen and (max-width: 767px) {
  .page-id-10 .swiper {
    margin-bottom: 4rem;
  }
}
.page-id-10 .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.page-id-10 .swiper-slide img {
  height: auto;
  width: 100%;
}
.page-id-10 .beginner-fv-text {
  text-align: center;
}

.feature {
  width: 85%;
  max-width: 1365px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .feature {
    width: 90%;
    margin-bottom: 5rem;
  }
}
.feature .section-title {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .feature .section-title {
    margin-bottom: 2rem;
  }
}
.feature-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .feature-wrap {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    gap: 1.5rem;
  }
}
.feature-wrap:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .feature-wrap:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.feature-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1279px) {
  .feature-wrap:nth-child(odd) {
    flex-direction: column;
  }
}
.feature-wrap.feature1 .feature-left::before {
  width: 23%;
  aspect-ratio: 186/247;
  bottom: -15%;
  left: -8%;
  background: url(./images/feature-bg1.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .feature-wrap.feature1 .feature-left::before {
    left: -3%;
  }
}
.feature-wrap.feature2 .feature-left::before {
  width: 25%;
  aspect-ratio: 216/267;
  bottom: -15%;
  right: -8%;
  background: url(./images/feature-bg2.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .feature-wrap.feature2 .feature-left::before {
    right: -3%;
  }
}
.feature-wrap.feature3 .feature-left::before {
  width: 25%;
  aspect-ratio: 214/197;
  bottom: -8%;
  left: -8%;
  background: url(./images/feature-bg3.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .feature-wrap.feature3 .feature-left::before {
    left: -3%;
  }
}
.feature-left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature-left {
    width: 45%;
  }
}
@media screen and (max-width: 1279px) {
  .feature-left {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .feature-left {
    width: 100%;
  }
}
.feature-left::before {
  content: "";
  position: absolute;
}
.feature-left.fadeUpTrigger {
  opacity: 0;
}
.feature-left.fadeUp {
  animation: fadeAnime 1.5s forwards;
}
.feature-right {
  width: 45%;
}
@media screen and (max-width: 1400px) {
  .feature-right {
    width: 50%;
  }
}
@media screen and (max-width: 1279px) {
  .feature-right {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .feature-right {
    width: 100%;
    text-align: center;
  }
}
.feature-right h3 {
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom: 8%;
}
@media screen and (max-width: 767px) {
  .feature-right h3 {
    margin-bottom: 1rem;
  }
}
.feature-right h4 {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .feature-right h4 {
    margin-bottom: 1rem;
  }
}
.feature-right p:not(:last-child) {
  margin-bottom: 1rem;
}

.about-staff .section-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .about-staff .section-title {
    margin-bottom: 2rem;
  }
}
.about-staff > h3 {
  text-align: center;
  font-size: clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
  font-weight: 400;
  margin-bottom: 2rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .about-staff > h3 {
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.about-staff > h3 + p {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .about-staff > h3 + p {
    width: 90%;
  }
}

.about-fv-img {
  position: relative;
}
.about-fv-img .fv-text {
  top: 120px;
}
@media screen and (max-width: 1600px) {
  .about-fv-img .fv-text {
    top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .about-fv-img .fv-text {
    top: 17%;
  }
}
@media screen and (max-width: 767px) {
  .about-fv-img .fv-text {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin: 1rem auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-fv-img .fv-text .footer-text {
    justify-content: center;
  }
}
.about-fv-img .fv-text::before {
  display: none;
}
.about-fv-img .fv-text span {
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
}
@media screen and (max-width: 1600px) {
  .about-fv-img .fv-text span {
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) {
  .about-fv-img .fv-text span {
    letter-spacing: 4px;
  }
}

.about-cta {
  width: 85%;
  max-width: 1365px;
  margin: 10rem auto 5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: stretch;
}
.about-cta.fadeUpTrigger {
  opacity: 0;
}
.about-cta.fadeUp {
  animation: fadeUpAnime 1s forwards;
}
@media screen and (max-width: 1279px) {
  .about-cta {
    flex-direction: column;
    gap: 2rem;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .about-cta {
    width: 90%;
    margin-top: 3rem;
  }
}
.about-cta-text {
  padding: 2rem 1.5rem 1.5rem;
  height: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .about-cta-text {
    padding: 12px 5% 1.5rem;
    font-size: 14px;
  }
}
.about-cta-item {
  width: calc((100% - 1rem) / 2);
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #6F5750;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .about-cta-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-cta-item {
    border: 2px solid #6F5750;
  }
}
.about-cta-item h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  font-size: clamp(1.125rem, 0.807rem + 1.06vw, 2rem);
  padding-bottom: 0.5rem;
  text-align: center;
  background-image: linear-gradient(to right, #6F5750 8px, transparent 8px);
  background-size: 16px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .about-cta-item h3 {
    margin-bottom: 1rem;
  }
}
.about-cta-item h3 span {
  display: inline-block;
}
.about-cta-item h3 + p {
  text-align: center;
}
.about-cta-item > p:first-child {
  color: #fff;
  background-color: #6F5750;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 20px 0;
}
.about-cta-item.second .about-cta-text {
  position: relative;
  z-index: 0;
}
.about-cta-item.second .about-cta-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./images/new-about-item2.png) no-repeat right top/cover;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .about-cta-item.second .about-cta-text::before {
    right: -15%;
  }
}
@media screen and (max-width: 1279px) {
  .about-cta-item.second .about-cta-text::before {
    right: -5%;
  }
}
@media screen and (max-width: 490px) {
  .about-cta-item.second .about-cta-text::before {
    right: -20%;
    -o-object-position: top;
    object-position: top right;
    -o-object-fit: cover;
    object-fit: cover;
    width: 85%;
  }
}
.about-cta-item.second .about-cta-text::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  left: 0;
  top: 0;
  z-index: -1;
}
.about-cta-item.second .about-cta-text p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .about-cta-item.second .about-cta-text p {
    width: 72%;
    font-size: 14px;
  }
}
.about-cta-item.second .btn {
  margin: 1.5rem 0 0;
}
.about-cta-item.second h3 {
  margin: 0 0 1rem;
  text-align: left;
}
.about-cta-item.second h3 + p {
  text-align: left;
  margin-bottom: 1rem;
}
.about-cta-btn {
  display: flex;
  background-color: #FAF4A8;
  border-radius: 20px;
  border: 1px solid #6F5750;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-cta-btn {
    flex-direction: column;
    gap: 0;
  }
}
.about-cta-btn div {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .about-cta-btn div {
    width: 100%;
    padding: 4px 1rem;
  }
}
.about-cta-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 12px 0 2rem;
}
@media screen and (max-width: 767px) {
  .about-cta-btn-wrap {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.about-cta-btn img {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .about-cta-btn img {
    width: 100%;
  }
}

.page-id-16 .lower-fv .section-title {
  margin-bottom: 2.5rem;
}
.page-id-16 .lower-fv h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}
.page-id-16 .lower-fv > p {
  max-width: 820px;
  margin: 20px auto 0;
}
.page-id-16:has(.fadeUpTrigger_office1.isActive) .faq-left a:nth-of-type(1) {
  background-color: #FFE7E0;
}
.page-id-16:has(.fadeUpTrigger_office2.isActive) .faq-left a:nth-of-type(2) {
  background-color: #E2D4C2;
}
.page-id-16:has(.fadeUpTrigger_office3.isActive) .faq-left a:nth-of-type(3) {
  background-color: #FAF4A8;
}
.page-id-16:has(.fadeUpTrigger_office4.isActive) .faq-left a:nth-of-type(4) {
  background-color: #B8D4D8;
}
.page-id-16:has(.fadeUpTrigger_office5.isActive) .faq-left a:nth-of-type(5) {
  background-color: #F5B193;
}
.page-id-16:has(.fadeUpTrigger_office6.isActive) .faq-left a:nth-of-type(6) {
  background-color: #D2B8CA;
}

.faq-anker {
  display: flex;
  flex-wrap: wrap;
  gap: 200px 1.5rem;
  width: 85%;
  max-width: 1365px;
  margin: 200px auto 100px;
}
@media screen and (max-width: 1600px) {
  .faq-anker {
    gap: 150px 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .faq-anker {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .faq-anker {
    width: 90%;
    margin: 4rem auto;
    gap: 70px 1rem;
  }
}
.faq-anker-item {
  width: calc((100% - 3rem) / 3);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 130px 1.5rem 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .faq-anker-item {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .faq-anker-item {
    padding: 130px 0.5rem 20px;
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .faq-anker-item {
    width: 100%;
    padding: 50px 2.5% 20px;
  }
}
.faq-anker-item:hover img:nth-child(2) {
  opacity: 0;
}
.faq-anker-item:hover .btn {
  background-color: #EFE452;
  color: #52262A;
}
.faq-anker-item img {
  position: absolute;
  width: 250px;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .faq-anker-item img {
    width: 200px;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .faq-anker-item img {
    width: 100px;
    top: -50px;
  }
}
.faq-anker-item img:nth-child(2) {
  transition: 0.3s;
}
.faq-anker-item h3 {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom: 1rem;
}
.faq-anker-item .btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .faq-anker-item .btn {
    padding: 12px 1.5rem;
  }
}

.faq {
  width: 85%;
  max-width: 1365px;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .faq {
    width: 90%;
    margin: 4rem auto;
  }
}
.faq-left {
  width: 225px;
  position: sticky;
  top: 120px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .faq-left {
    display: none;
  }
}
.faq-left > p {
  text-align: center;
  margin-bottom: 20px;
}
.faq-left a {
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #6F5750;
  border-radius: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.faq-left a:nth-of-type(1):hover {
  background-color: #FFE7E0;
}
.faq-left a:nth-of-type(2):hover {
  background-color: #E2D4C2;
}
.faq-left a:nth-of-type(3):hover {
  background-color: #FAF4A8;
}
.faq-left a:nth-of-type(4):hover {
  background-color: #B8D4D8;
}
.faq-left a:nth-of-type(5):hover {
  background-color: #F5B193;
}
.faq-left a:nth-of-type(6):hover {
  background-color: #D2B8CA;
}
.faq-right {
  width: calc(100% - 260px);
}
@media screen and (max-width: 1024px) {
  .faq-right {
    width: 100%;
  }
}
.faq-item {
  background-color: #fff;
  padding: 7.5rem 5% 5rem;
  border-radius: 20px;
  position: relative;
  margin: 100px 0 0;
  z-index: 0;
}
@media screen and (max-width: 1600px) {
  .faq-item {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-item {
    padding: 3rem 2.5%;
  }
}
.faq-item-wrap {
  padding-top: 10rem;
}
@media screen and (max-width: 1600px) {
  .faq-item-wrap {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-item-wrap {
    padding-top: 2rem;
  }
}
.faq-item.fadeUpTrigger_office1 .faq-answer > p:first-child {
  color: #F5CEBE;
}
.faq-item.fadeUpTrigger_office2 .faq-answer > p:first-child {
  color: #E2D4C2;
}
.faq-item.fadeUpTrigger_office3 .faq-answer > p:first-child {
  color: #EFE452;
}
.faq-item.fadeUpTrigger_office4 .faq-answer > p:first-child {
  color: #E1E9EA;
}
.faq-item.fadeUpTrigger_office5 .faq-answer > p:first-child {
  color: #F5B193;
}
.faq-item.fadeUpTrigger_office6 .faq-answer > p:first-child {
  color: #D2B8CA;
}
.faq-item.fadeUpTrigger_office1 .faq-title {
  background-image: linear-gradient(to right, #F5CEBE 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.faq-item.fadeUpTrigger_office2 .faq-title {
  background-image: linear-gradient(to right, #E2D4C2 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.faq-item.fadeUpTrigger_office3 .faq-title {
  background-image: linear-gradient(to right, #EFE452 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.faq-item.fadeUpTrigger_office4 .faq-title {
  background-image: linear-gradient(to right, #E1E9EA 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.faq-item.fadeUpTrigger_office5 .faq-title {
  background-image: linear-gradient(to right, #F5B193 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.faq-item.fadeUpTrigger_office6 .faq-title {
  background-image: linear-gradient(to right, #D2B8CA 8px, transparent 4px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.faq-item:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .faq-item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.faq-item > img {
  width: 250px;
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .faq-item > img {
    width: 200px;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .faq-item > img {
    width: 100px;
    top: -50px;
  }
}
.faq-item h2 {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .faq-item h2 {
    margin-bottom: 20px;
  }
}
.faq-item h2 span {
  display: block;
  font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
  font-weight: bold;
}
.faq-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 812px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .faq-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
.faq-wrap:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .faq-wrap:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.faq-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .faq-wrap:nth-child(even) {
    flex-direction: column;
  }
}
.faq-wrap img {
  width: 47.5%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.faq-wrap img.fadeUpTrigger {
  opacity: 0;
}
.faq-wrap img.fadeUp {
  animation: fadeAnime 1.5s forwards;
}
@media screen and (max-width: 1024px) {
  .faq-wrap img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrap img {
    width: 100%;
  }
}
.faq-text {
  width: 47.5%;
}
@media screen and (max-width: 1024px) {
  .faq-text {
    width: 100%;
  }
}
.faq-title {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: flex-start;
  gap: 0.5rem;
  font-weight: 500;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .faq-title {
    margin-bottom: 1rem;
    gap: 0;
  }
}
.faq-title p:first-child {
  font-weight: 500;
}
.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .faq-answer {
    gap: 0;
  }
  .faq-answer p {
    font-size: 14px;
  }
}
.faq-answer-title {
  font-size: 1rem;
}
.faq-voice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .faq-voice {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
.faq-voice:not(:last-child) {
  margin-bottom: 1.5rem;
}
.faq-voice-title {
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 4rem 0 2rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #6F5750 8px, transparent 4px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: -moz-fit-content;
  width: fit-content;
}
.faq-voice-left {
  width: 122px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .faq-voice-left {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .faq-voice-left {
    width: 150px;
  }
}
.faq-voice-left img {
  border-radius: 999vh;
  margin-bottom: 12px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-voice-right {
  width: calc(100% - 160px);
  border-radius: 20px;
  border: 1px solid #C78733;
  padding: 2rem 1.5rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .faq-voice-right {
    padding: 1rem 1.5rem;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 767px) {
  .faq-voice-right {
    width: 100%;
    padding: 1.5rem 0.5rem;
    font-size: 14px;
  }
}
.faq-voice-right p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .faq-voice-right p {
    line-height: 1.5;
  }
}
.faq-voice-right::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1rem;
  background: url(./images/faq-arrow.png) no-repeat left/cover;
  left: -23px;
  top: 3rem;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .faq-voice-right::before {
    top: -19px;
    transform: rotate(90deg);
    left: 2rem;
  }
}

/*staff*/
@media screen and (max-width: 767px) {
  .post-type-archive-staff .example .container {
    width: 90%;
  }
}
.post-type-archive-staff .about-cta {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-staff .about-cta {
    margin: 0 auto;
  }
}
.post-type-archive-staff .about-cta-item {
  max-width: 812px;
}

.good {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .good {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.good > p {
  width: 105px;
}
.good div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 14px;
}
.good div p {
  padding: 4px 12px;
  border-radius: 14px;
  width: -moz-max-content;
  width: max-content;
}

.staff-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.staff-img-wrap {
  display: flex;
  margin-top: 2.5rem;
  gap: 1rem;
  overflow: hidden;
}
.staff-img-wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.staff-img-wrap img {
  width: calc((100% - 2rem) / 3);
  border-radius: 20px;
  aspect-ratio: 437/328;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-contents {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .staff-contents {
    padding: 2rem 0 3rem;
  }
}
.staff-contents:last-child {
  padding-bottom: 0;
}

.license,
.staff-history {
  margin-top: 2.5rem;
}

/*staff 色分け*/
.staff-yellow .message-name-img,
.staff-yellow .good div p,
.staff-yellow .staff-history .table_history td:first-child::before {
  background-color: #FAF4A8;
}
.staff-yellow .staff-history .table_history {
  background-image: linear-gradient(to bottom, #FAF4A8 4px, transparent 4px);
}

.staff-sakura .message-name-img,
.staff-sakura .good div p,
.staff-sakura .staff-history .table_history td:first-child::before {
  background-color: #FFE7E0;
}
.staff-sakura .staff-history .table_history {
  background-image: linear-gradient(to bottom, #FFE7E0 4px, transparent 4px);
}

.staff-orange .message-name-img,
.staff-orange .good div p,
.staff-orange .staff-history .table_history td:first-child::before {
  background-color: #F3D1A3;
}
.staff-orange .staff-history .table_history {
  background-image: linear-gradient(to bottom, #F3D1A3 4px, transparent 4px);
}

.staff-pink .message-name-img,
.staff-pink .good div p,
.staff-pink .staff-history .table_history td:first-child::before {
  background-color: #F5B193;
}
.staff-pink .staff-history .table_history {
  background-image: linear-gradient(to bottom, #F5B193 4px, transparent 4px);
}

.staff-green .message-name-img,
.staff-green .good div p,
.staff-green .staff-history .table_history td:first-child::before {
  background-color: #B2C9B1;
}
.staff-green .staff-history .table_history {
  background-image: linear-gradient(to bottom, #B2C9B1 4px, transparent 4px);
}

.staff-lightblue .message-name-img,
.staff-lightblue .good div p,
.staff-lightblue .staff-history .table_history td:first-child::before {
  background-color: #B8D4D8;
}
.staff-lightblue .staff-history .table_history {
  background-image: linear-gradient(to bottom, #B8D4D8 4px, transparent 4px);
}

.staff-blue .message-name-img,
.staff-blue .good div p,
.staff-blue .staff-history .table_history td:first-child::before {
  background-color: #98ABC6;
}
.staff-blue .staff-history .table_history {
  background-image: linear-gradient(to bottom, #98ABC6 4px, transparent 4px);
}

.staff-lavender .message-name-img,
.staff-lavender .good div p,
.staff-lavender .staff-history .table_history td:first-child::before {
  background-color: #D2B8CA;
}
.staff-lavender .staff-history .table_history {
  background-image: linear-gradient(to bottom, #D2B8CA 4px, transparent 4px);
}

.staff-blown .message-name-img,
.staff-blown .good div p,
.staff-blown .staff-history .table_history td:first-child::before {
  background-color: #E29E44;
}
.staff-blown .staff-history .table_history {
  background-image: linear-gradient(to bottom, #E29E44 4px, transparent 4px);
}

.staff-beige .message-name-img,
.staff-beige .good div p,
.staff-beige .staff-history .table_history td:first-child::before {
  background-color: #E2D4C2;
}
.staff-beige .staff-history .table_history {
  background-image: linear-gradient(to bottom, #E2D4C2 4px, transparent 4px);
}

.post-type-archive-staff .staff-contents:nth-child(n+2) .message-left {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-staff .staff-contents:nth-child(n+2) .message-left {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-staff .staff-contents:nth-child(n+2) .message-left {
    width: 85%;
  }
}
.post-type-archive-staff .staff-contents:nth-child(n+2) .message-right {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-staff .staff-contents:nth-child(n+2) .message-right {
    width: 100%;
  }
}
.post-type-archive-staff .staff-contents:nth-child(n+2) .message-name .message-name-img {
  width: 19%;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-staff .staff-contents:nth-child(n+2) .message-name .message-name-img {
    width: 20%;
  }
}

.error404 .check{
	display:none !important;
}