@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url("https://use.typekit.net/dns7dau.css");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.34;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a,button {
  cursor: pointer
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* 独自リセット */
img,
video {
  display: block;
  width: 100%;
  height: auto;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

ul {
  list-style: none;
}

*[class$=item] a {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

*,
*::before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.common-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.common-transition .item {
  width: 100%;
  height: 100svh;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background: #27272a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
}
.common-transition .logo {
  width: 100%;
  max-width: 300px;
}

.header,
.contents,
.footer {
  position: relative;
  z-index: 1;
}

.contents {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.page .contents,
.single .contents,
.archive .contents {
  margin-top: 48px;
}
@media screen and (min-width: 600px) {
  .page .contents,
  .single .contents,
  .archive .contents {
    margin-top: 64px;
  }
}

body {
  font-family: "Noto Sans JP, Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.67;
}

.gallery-slides {
  --swiper-theme-color: #fcd34d;
}

.silver {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(11%, rgb(255, 255, 255)), color-stop(17%, rgb(173, 173, 173)), color-stop(23%, rgb(210, 210, 210)), color-stop(35%, rgb(155, 155, 155)), color-stop(48%, rgb(222, 222, 222)), color-stop(62%, rgb(255, 255, 255)), color-stop(69%, rgb(136, 136, 136)), color-stop(76%, rgb(189, 189, 189)), color-stop(83%, rgb(255, 255, 255)), color-stop(94%, rgb(235, 235, 235)), color-stop(98%, rgb(205, 203, 203)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 11%, rgb(173, 173, 173) 17%, rgb(210, 210, 210) 23%, rgb(155, 155, 155) 35%, rgb(222, 222, 222) 48%, rgb(255, 255, 255) 62%, rgb(136, 136, 136) 69%, rgb(189, 189, 189) 76%, rgb(255, 255, 255) 83%, rgb(235, 235, 235) 94%, rgb(205, 203, 203) 98%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 11%, rgb(173, 173, 173) 17%, rgb(210, 210, 210) 23%, rgb(155, 155, 155) 35%, rgb(222, 222, 222) 48%, rgb(255, 255, 255) 62%, rgb(136, 136, 136) 69%, rgb(189, 189, 189) 76%, rgb(255, 255, 255) 83%, rgb(235, 235, 235) 94%, rgb(205, 203, 203) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.silver::before {
  content: "";
  display: block;
  position: absolute;
}

.logo {
  font-family: "factoria", serif;
  font-weight: 500;
}

.pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .pc {
    display: block;
  }
}

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

br.bsp {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  br.bsp {
    display: none;
  }
}
br.nbsp {
  display: none;
}
@media screen and (min-width: 600px) {
  br.nbsp {
    display: inline-block;
  }
}

.bg-white {
  color: #000;
  background: #fff;
}
.bg-gray {
  color: #000;
  background: #f0f0f0;
}
.bg-black {
  color: #fff;
  background: #000;
}
.bg-dark {
  color: #fff;
  background: #27272a;
}

.map,
.video-horizontal {
  padding-top: 56.25%;
  position: relative;
}
.map iframe,
.video-horizontal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-vertical {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.video-vertical::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 177.77%;
  display: block;
}
.video-vertical iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mod-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.mod-text:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 600px) {
  .mod-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mod-links {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .mod-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mod-link {
  padding: 10px 20px;
  color: #fff;
  position: relative;
  text-decoration: none !important;
}
.mod-link::before, .mod-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mod-link::before {
  background: #57534e;
}
.mod-link::after {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  border: 2px solid #57534e;
}
.mod-link:focus {
  outline: none;
}
.mod-link:hover::before, .mod-link:focus-visible::before {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
}
.mod-link:hover::after, .mod-link:focus-visible::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.mod-link:hover .mod-link-text, .mod-link:focus-visible .mod-link-text {
  color: #57534e;
}
.mod-link:hover .mod-link-img svg, .mod-link:focus-visible .mod-link-img svg {
  fill: #57534e;
}
.mod-link-text {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .mod-link-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mod-link-img {
  position: relative;
  z-index: 2;
}
.mod-link-img svg {
  fill: #fff;
}
.mod-link:nth-of-type(n + 2) {
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .mod-link:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 20px;
  }
}
.mod-textlink, .page-content a {
  text-decoration: underline;
  color: #0369a1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mod-textlink:hover, .page-content a:hover, .mod-textlink:focus-visible, .page-content a:focus-visible {
  color: #f59e0b;
}

.inner {
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-s {
  max-width: 800px;
}

.section {
  padding: 50px 0 80px;
}
@media screen and (min-width: 600px) {
  .section {
    padding: 80px 0 120px;
  }
}
.section-title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .section-title {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 60px;
  }
}

.header {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-inner {
  height: 48px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .header-inner {
    height: 64px;
  }
}
.header-logo {
  display: block;
  width: 80px;
}
@media screen and (min-width: 1025px) {
  .header-logo {
    width: 100px;
  }
}
.header-logo img {
  display: block;
}
.header-nav {
  position: absolute;
  top: 100%;
  height: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1025px) {
  .header-nav {
    display: block !important;
    position: static;
    width: auto;
    height: auto;
  }
}
.header-nav.is-ready {
  display: block;
}
.header-nav.is-show .header-menu {
  opacity: 1;
  visibility: visible;
}
.header-nav-toggle {
  width: 30px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .header-nav-toggle {
    display: none;
  }
}
.header-nav-toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
}
.header-menu {
  opacity: 0;
  visibility: hidden;
  background: #000;
  color: #fff;
  height: calc(100svh - 48px);
  width: 100%;
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .header-menu {
    opacity: 1;
    visibility: visible;
    background: transparent !important;
    color: #000 !important;
    width: auto !important;
    height: auto !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}
.header-menu li:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .header-menu li:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
.header-menu a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header-menu a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.header-menu a::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fcd34d;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-menu a:hover::after, .header-menu a:focus-visible::after {
  opacity: 1;
}

.footer {
  background: #000;
  color: #fff;
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  .footer {
    padding-top: 80px;
    text-align: center;
  }
}
.footer-logo {
  height: 30px;
  width: auto;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .footer-logo {
    height: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-logo img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  width: auto;
}
.footer-read {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .footer-read {
    font-size: 16px;
    font-size: 1rem;
  }
}
.footer-open-title {
  letter-spacing: 0.2em;
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 600px) {
  .footer-open-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.footer-open-text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 600px) {
  .footer-open-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 600px) {
  .footer-open-text br {
    display: none;
  }
}
.footer-address {
  font-weight: 500;
  margin-top: 40px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 600px) {
  .footer-address {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.footer-gm {
  margin: 10px auto 0;
  max-width: 800px;
}
@media screen and (min-width: 600px) {
  .footer-gm {
    margin-top: 20px;
  }
}
.footer-gm iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.footer small {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
  padding: 20px 0 80px;
}
.footer .mod-textlink, .footer .page-content a, .page-content .footer a {
  color: #fff;
}
.footer .mod-textlink:hover, .footer .page-content a:hover, .page-content .footer a:hover, .footer .mod-textlink:focus-visible, .footer .page-content a:focus-visible, .page-content .footer a:focus-visible {
  color: #fcd34d;
}


.mv {
  width: 100%;
  color: #fff;
  z-index: 1;
  font-weight: 700;
  line-height: 1.34;
  /* モバイル: 動画の高さに依存させるため、高さを削除またはautoに。 */
  height: auto;
  /* ヘッダーの高さ分をpaddingで確保 */
  padding-top: 47px;
}
@media screen and (min-width: 600px) {
  .mv {
    /* PC: 全画面表示を維持（100vhからヘッダー高さを引く） */
    height: calc(100vh - 64px); /* header-inner の高さ64pxを引く */
    height: calc(100lvh - 64px);
    padding-top: 64px;
  }
}

/* home
.mv {
  height: 100vh;
  height: 100lvh;
  width: 100%;
  color: #fff;
  z-index: 1;
  font-weight: 700;
  line-height: 1.34;
  padding-top: 48px;
}
@media screen and (min-width: 600px) {
  .mv {
    padding-top: 64px;
  }
}
 */

.mv.hidden {
  display: none !important;
}


.pc-video {
  width: 100%;
  height: auto; /* 高さ自動で縦横比を維持 */
  display: block; /* 念のためブロック要素に */
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  /* モバイルでの固定解除 */
  position: relative;
}

@media screen and (min-width: 600px) {
  .pc-video {
    /* PCでの全画面表示設定に戻す */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
  }
}
 /* 
.pc-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
}
 */

.mv-bg {
  position: relative; /* モバイルでは相対配置に */
  top: 0;
  left: 0;
  width: 100%;
  height: auto; /* 高さを自動に */
}
@media screen and (min-width: 600px) {
  .mv-bg {
    position: fixed; /* PCでは固定配置に */
    height: 100lvh; /* PCでは全画面高に */
  }
}
/* 
.mv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
}
*/

.mv-bg-curtain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
}
.mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv-inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
}
.mv-copy {
  position: absolute;
  top: 25svh;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .mv-copy {
    top: calc(50svh - 64px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 48px;
    font-size: 3rem;
  }
}
.mv-copy .top {
  color: #000;
  text-shadow: 0 0 20px white, 1px 1px 10px rgba(255, 255, 255, 0.5), -1px -1px 10px rgba(255, 255, 255, 0.5), -1px 1px 10px rgba(255, 255, 255, 0.5), 1px -1px 10px rgba(255, 255, 255, 0.5);
}
.mv-copy .top.is-show {
  -webkit-transition: color 1s linear, text-shadow 1.5s linear;
  transition: color 1s linear, text-shadow 1.5s linear;
  color: #fff;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.9), 2px 2px 10px rgba(0, 0, 0, 0.7);
}
.mv-copy .logo {
  -webkit-filter: drop-shadow(0 0 20px white) drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
          filter: drop-shadow(0 0 20px white) drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
}
.mv-copy .logo.is-show {
  -webkit-transition: -webkit-filter 1s linear;
  transition: -webkit-filter 1s linear;
  transition: filter 1s linear;
  transition: filter 1s linear, -webkit-filter 1s linear;
  -webkit-filter: drop-shadow(0 0 20px black);
          filter: drop-shadow(0 0 20px black);
}
.mv-bottom {
  text-align: right;
  padding-bottom: 6svh;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.9), 2px 2px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 600px) {
  .mv-bottom {
    padding-bottom: 48px;
  }
}
.mv-access {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 600px) {
  .mv-access {
    font-size: 48px;
    font-size: 3rem;
  }
}
.mv-access .small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
}
@media screen and (min-width: 600px) {
  .mv-access .small {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.mv-title {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .mv-title {
    margin-top: 45px;
  }
}
.mv-title span {
  display: block;
}
.mv-title .top {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 600px) {
  .mv-title .top {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.mv-title .logo {
  height: 44px;
  width: auto;
  margin-top: 12px;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .mv-title .logo {
    height: 72px;
  }
}
.mv-title .logo img {
  height: 100%;
  width: auto;
}

.home-contents {
  position: relative;
  z-index: 10;
}

.campaign {
  padding: 25px 0;
}
@media screen and (min-width: 600px) {
  .campaign {
    padding: 50px 0;
  }
}
.campaign-inner {
  border: 3px solid #fcd34d;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .campaign-inner {
    padding: 40px;
  }
}
.campaign-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .campaign-title {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.campaign-read-top {
  display: block;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 600px) {
  .campaign-read-top {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.campaign-read-bottom {
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .campaign-read-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.campaign-read-bottom .read-1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .campaign-read-bottom .read-1 {
    font-size: 42px;
    font-size: 2.625rem;
    margin-top: 0;
  }
}
.campaign-read-bottom .read-2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .campaign-read-bottom .read-2 {
    line-height: 1.5;
    font-size: 90px;
    font-size: 5.625rem;
    margin-left: 10px;
  }
}
.campaign-read-bottom .read-2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fcd34d;
}
@media screen and (min-width: 600px) {
  .campaign-read-bottom .read-2::after {
    height: 8px;
  }
}
.campaign-read-bottom-2 {
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-top: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 600px) {
  .campaign-read-bottom-2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.campaign-caution {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .campaign-caution {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.campaign-links {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .campaign-links {
    margin-top: 60px;
  }
}

@media screen and (min-width: 600px) {
  .intro {
    text-align: center;
  }
}
.intro-title {
  margin-bottom: 40px;
  font-weight: 700;
}
.intro-carousel {
  margin: 30px auto 0;
  max-width: 800px;
}
@media screen and (min-width: 600px) {
  .intro-carousel {
    margin-top: 45px;
  }
}
.intro-carousel .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

/* INNER CONTAINER (Original CSS) */
.feature .inner {
    max-width: 1600px;
    margin: 0 auto;
    /* モバイルではカルーセルの左右のpaddingを0にする */
    padding: 0; 
    position: relative; /* 【追加】インジケーターの absolute 配置の基準とする */
}
@media screen and (min-width: 600px) {
    .feature .inner {
        width: calc(100% - 80px);
        padding: 0 40px; /* PCでは左右にマージンを持たせる */
    }
}

/* ICON */
.feature-icon {
    width: 30%;
    max-width: 160px;
    margin: 0 auto 10px;
    padding-top: 40px; 
}
.feature-icon svg {
    width: 100%;
    height: auto;
    fill: #fcd34d; /* 黄色 */
}

/* TITLE */
.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.silver {
    color: #d1d5db; 
}

/* FEATURE LIST (Swiper Wrapper on Mobile, Flex Grid on PC) */
.feature-list {
    /* PC向け Flex Gridのための初期設定。モバイルではSwiperが上書き */
    list-style: none;
    padding: 0;
    margin: 0;
    display: block; 
    /* Swiperが適用される要素に overflow: hidden; が必要になる */
    flex-wrap: nowrap !important; 
}

/* FEATURE ITEM BASE STYLES */
.feature-item {
    position: relative;
    background-color: #374151;
    border-radius: 8px;
    padding: 20px;
    height: auto;
    min-height: 150px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    margin-top: 0 !important; 
}

/* --- SWIPER FIXES (MOBILE ONLY) --- */
@media screen and (max-width: 599px) {
    /* 【修正】カルーセルコンテナの下部にパディングを追加し、インジケーターのスペースを確保 */
    .swiper {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 1rem 0; /* 下部に4remのパディング */
        overflow: hidden; 
    }
    .feature-list.swiper-wrapper {
        display: flex !important; /* Flexboxを強制 */
        flex-wrap: nowrap !important; /* 折り返しを禁止 */
    }
    .feature-item.swiper-slide {
        /* 縮小を禁止し、1アイテム100%幅を強制 */
        flex-shrink: 0 !important;
        width: 100% !important; 
        
        height: auto; 
        overflow: hidden; /* 標準に戻す */
    }
    
    /* 矢印に関するスタイルを全て削除し、確実に非表示にする */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .swiper-button-next:after, 
    .swiper-button-prev:after {
        content: none !important;
    }
    
    /* ページネーションの色を調整（標準ドット） */
    .swiper-pagination-bullet {
        background: #fcd34d !important;
        opacity: 0.6;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        transition: none;
    }
    .swiper-pagination-bullet-active {
        opacity: 1 !important;
        width: 8px;
        border-radius: 50%;
    }
}


/* ------------------------------------------- */
/* PC (>= 600px) - ORIGINAL CSS RETAINED      */
/* ------------------------------------------- */
@media screen and (min-width: 600px) {
    .feature-list {
        /* PC向け: Flexboxグリッドを強制的に適用 (Swiper設定を上書き) */
        display: flex !important;
        flex-wrap: wrap !important; /* PCでは折り返しを許可 (グリッドのため) */
        justify-content: flex-start; 
        margin-left: -20px; /* マイナス方向にマージンを調整 */
    }
    .feature-item {
        /* PC向け: Flex Gridの設定を維持 */
        flex: 0 0 auto !important; /* Swiperのflexを上書き */
        width: calc((100% - 60px) / 3); /* 3列 (20pxマージンx2を考慮) */
        margin-left: 20px !important; /* 左右マージン */
        margin-top: 20px !important;
    }
    /* 既存のPCマージン設定を再適用 */
    /* NOTE: 元の複雑なnth-of-typeの代わりに、現代的なgrid-gapに近いシンプルなマージンモデルを適用します */
    .feature-item:nth-of-type(1), .feature-item:nth-of-type(2), .feature-item:nth-of-type(3) {
        margin-top: 0 !important; /* 最初の行は上マージンなし */
    }
}

/* PC (>= 1025px) - ORIGINAL CSS RETAINED */
@media screen and (min-width: 1025px) {
    .feature-item {
        width: calc((100% - 100px) / 5); /* 5列 (20pxマージンx4を考慮) */
    }
    /* 1025px以上でのマージン調整 */
    .feature-item:nth-of-type(n) {
        margin-top: 20px !important;
    }
    .feature-item:nth-of-type(-n+5) {
        margin-top: 0 !important; /* 最初の5つは上マージンなし */
    }
}


/* COMMON STYLES (Titles and Text) */
.feature-item-title {
    color: #fcd34d;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
    .feature-item-title {
        margin-bottom: 20px;
    }
}
.feature-text {
    color: #e5e7eb;
    font-size: 16px;
    line-height: 2;
}

/* SWIPER ELEMENTS */
.swiper {
     position: relative; 
}


/* PC (>= 600px) でナビゲーションとページネーションを非表示 */
@media screen and (min-width: 600px) {
    .swiper-pagination,
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    /* PCではインジケーターも非表示 */
    .scroll-indicator {
        display: none !important;
    }
}



.service-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 600px) {
  .service-list {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .service-list.flex-3col {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 600px) {
  .service-item {
    flex: 0 0 auto;
    width: calc((100% - 80px) / 5);
  }

  .service-list.flex-3col .service-item {
    width: calc((100% - 40px) / 3);
  }
}

.service-item .imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-item .imgbox span {
  width: 120px;
  height: 120px;
  background: #27272a;
  border-radius: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-item .imgbox span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-item .textbox {
  padding-top: 20px;
}
.service-item-title {
  text-align: center;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .service-item-title {
    min-height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service-item-text {
  font-size: 16px;
  font-size: 1rem;
}

.price-title {
  margin-bottom: 0;
}
.price-title-sub {
  margin-bottom: 40px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 600px) {
  .price-title-sub {
    margin-bottom: 60px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.price-tables-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.price-tables-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
.price-table {
  overflow: auto;
  position: relative;
  background-color: #fff;
}
.price-table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
}
.price-table-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .price-table-title br {
    display: none;
  }
}
.price-table-text {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .price-table-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.price-table table {
  width: 100%;
  table-layout: fixed;
  color: #000;
}
@media screen and (min-width: 600px) {
  .price-table table {
    width: auto;
    margin: 0 auto;
  }
}
.price-table tr {
  border-bottom: thin solid #000;
}
.price-table tr:first-child {
  border-top: thin solid #000;
}
.price-table tr:first-child th:first-child {
  z-index: 1;
}
.price-table th {
  background-color: #fcd34d;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  vertical-align: middle;
}
.price-table th,
.price-table td {
  text-align: left;
  padding: 10px;
  word-break: break-all;
  overflow-wrap: break-word;
  width: 180px;
}
@media screen and (min-width: 600px) {
  .price-table th,
  .price-table td {
    width: 300px;
  }
}
.price-table th .small,
.price-table td .small {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 500;
}
.price-table th:first-child,
.price-table td:first-child {
  width: 120px;
}
@media screen and (min-width: 600px) {
  .price-table th:first-child,
  .price-table td:first-child {
    width: 200px;
  }
}
.price-table td {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.staff-item .textbox {
  width: 100%;
  margin-left: auto;
  font-weight: 500;
}
.staff-item .textbox-inner {
  padding-top: 10px;
  position: relative;
}
.staff-item .textbox .name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.staff-item .textbox .name-ja {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .staff-item .textbox .name-ja {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.staff-item .textbox .name-en {
  font-weight: 700;
  margin-left: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 600px) {
  .staff-item .textbox .name-en {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.staff-item .textbox .name .position {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.6rem;
}
@media screen and (min-width: 600px) {
  .staff-item .textbox .name .position {
    font-size: 16px;
    font-size: 1rem;
  }
}
.staff-item .textbox .message {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .staff-item .textbox .message {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.staff-item .textbox .title {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 600px) {
  .staff-item .textbox .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.staff-item .textbox .text {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
}
.staff-item .textbox .list {
  position: relative;
}
.staff-item .textbox .list li {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  padding-left: 1.5em;
}
.staff-item .textbox .list li::before {
  content: "";
  position: absolute;
  left: calc(0.5em - 1.5px);
  top: calc(0.85em - 1.5px);
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.staff-item-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .staff-item-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.staff-item-description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .staff-item-description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.staff-item-subtitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 15px;
}
.f-carousel__viewport {
  padding: 0 48px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .f-carousel__viewport {
    width: calc(100% - 80px);
  }
}

#card-slider {
  --f-carousel-slide-width: 100%;
  --f-carousel-spacing: 0;
  --f-carousel-slide-padding: 0 16px;
  --f-button-prev-pos: 16px;
  --f-button-next-pos: 16px;
  --f-button-bg: #fff;
  --f-button-color: #333;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-border-radius: 50%;
  --f-button-svg-width: 27px;
  --f-button-svg-height: 27px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media screen and (min-width: 600px) {
  #card-slider {
    --f-carousel-slide-width: calc(100% / 3);
  }
}


.f-carousel__viewport {
  padding: 0 48px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .f-carousel__viewport {
    width: calc(100% - 80px);
  }
}
#card-slider2 {
  --f-carousel-slide-width: 100%;
  --f-carousel-spacing: 0;
  --f-carousel-slide-padding: 0 16px;
  --f-button-prev-pos: 16px;
  --f-button-next-pos: 16px;
  --f-button-bg: #fff;
  --f-button-color: #333;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-border-radius: 50%;
  --f-button-svg-width: 27px;
  --f-button-svg-height: 27px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media screen and (min-width: 600px) {
  #card-slider2 {
    --f-carousel-slide-width: calc(100% / 3);
  }
}









.gallery .inner {
  max-width: 960px;
}
.gallery-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.gallery-tab-item:nth-of-type(n + 2) {
  margin-left: 10px;
}
.gallery-tab-btn {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 10px 2px;
}
.gallery-tab-btn.is-active {
  border-bottom: 2px solid #000;
}
.gallery-slides {
  display: none;
}
.gallery-slides.is-show {
  display: block;
}
.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 5px;
}
.gallery-list a {
  position: relative;
  width: calc((100% - 5px) / 2);
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .gallery-list a {
    width: calc((100% - 15px) / 4);
  }
}
.gallery-list a::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.gallery-list a:hover img, .gallery-list a:focus-visible img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-list a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.gallery-list + .section-title {
  margin-top: 80px;
}
@media screen and (min-width: 600px) {
  .gallery-list + .section-title {
    margin-top: 120px;
  }
}

.contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .contact-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.asidecontact {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.asidecontact-item:nth-of-type(n + 2) {
  margin-top: 2px;
}
.asidecontact-item-text {
  visibility: hidden;
  color: #57534e;
}
@media screen and (min-width: 600px) {
  .asidecontact-item-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: visible;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.asidecontact-link {
  width: 48px;
  height: 48px;
  padding: 12px;
  background: #57534e;
  border-top: 2px solid #57534e;
  border-left: 2px solid #57534e;
  border-bottom: 2px solid #57534e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .asidecontact-link {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
}
.asidecontact-link svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #fff;
  width: 24px;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 600px) {
  .asidecontact-link svg {
    width: 30px;
  }
}
.asidecontact-link:hover, .asidecontact-link:focus-visible {
  background: #fff;
}
.asidecontact-link:hover svg, .asidecontact-link:focus-visible svg {
  fill: #57534e;
}
@media screen and (min-width: 600px) {
  .asidecontact-link:hover.instagram, .asidecontact-link:focus-visible.instagram {
    width: 280px;
  }
  .asidecontact-link:hover.line, .asidecontact-link:focus-visible.line {
    width: 237px;
  }
  .asidecontact-link:hover.mail, .asidecontact-link:focus-visible.mail {
    width: 268px;
  }
  .asidecontact-link:hover .asidecontact-item-text, .asidecontact-link:focus-visible .asidecontact-item-text {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/* -------------------------------------- */
/* バナーコンテナの基本設定 */
/* -------------------------------------- */

/* === bodyにpadding-bottomを追加する前提で、CSS側の設定を調整します。 === */
.aside-bner-wrap {
	position: fixed; /* 画面下部に固定されます (最重要) */
	bottom: 0;
	right: 0;
	z-index: 10; /* 他の要素との重なりを考慮し、適切なz-indexを設定 */
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fcd34d; /* wrapの背景色を黄色に */    
    /* PCのデフォルト設定 (64px) */
    height: 64px;
	padding: 0; 
    gap: 0; 
    background-color: #fcd34d;     
    /* position: fixed の妨害を防ぐ transform のリセットは安全策として残します */
    -webkit-transform: none !important;
    transform: none !important; 
    -webkit-filter: none !important;
    filter: none !important;
}

/* === 新規追加: モバイル表示 (599px以下) の高さ設定 === */
@media screen and (max-width: 599px) {
    .aside-bner-wrap {
        height: 48px; /* 縦幅を48pxに設定 */
    }
}

/* PC (600px以上) での表示調整 */
@media screen and (min-width: 600px) {
	.aside-bner-wrap {
		width: auto;
		background: #fcd34d; 
		padding: 0 20px; /* PCでも垂直paddingを0に変更 */
        height: 64px; /* PCでも高さを64pxに固定 */
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
        border-radius: 8px 0 0 0; 
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
}

/* 擬似要素で境界線を実装 */
.aside-bner-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 60%; /* ボタンの高さに合わせて調整 */
    width: 1px; /* 境界線の太さ */
    background-color: #000;
    z-index: 1; 
}

/* PC表示では境界線（擬似要素）を非表示 */
@media screen and (min-width: 600px) {
    .aside-bner-wrap::after {
        content: none;
    }
}


/* 各ボタンコンテナの配置と幅調整 */
.aside-bner, .aside-tel {
	display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0; 

    border-right: none !important;
}

/* PC時の.aside-bnerの調整（右寄せのため） */
@media screen and (min-width: 600px) {
	.aside-bner, .aside-tel {
        flex-grow: 0; 
	}
}

/* -------------------------------------- */
/* 共通ボタン（無料体験・お電話）のスタイル */
/* -------------------------------------- */
.aside-bner-link, .aside-tel-link {
	/* === デザイン復元: 通常時は背景黄色、文字黒 === */
	background: #fcd34d; 
	color: #000;
	border: none;
	border-radius: 0; 
	
    /* 修正: 垂直方向のpaddingを0にし、高さは親要素に依存させる */
	padding: 0 20px; 
    
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.03em;
	font-weight: 700;
	
	/* transitionの対象を限定 */
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	text-decoration: none;
	white-space: nowrap;
	
	/* Flexレイアウト */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
    
    height: 100%; /* 親要素の高さ(48px or 64px)に合わせる */
}

/* PC (600px以上) でのパディング・フォント調整 */
@media screen and (min-width: 600px) {
	.aside-bner-link, .aside-tel-link {
		font-size: 16px;
		font-size: 1rem;
		padding: 0 20px; /* PCでも垂直paddingを0に変更 */
	}
}

/* -------------------------------------- */
/* SVGロゴのスタイル */
/* -------------------------------------- */
.bner-logo {
	fill: #000; 
	width: 1.5em; 
	height: 1.5em;
	margin-right: 0.5em;
	
	-webkit-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* SVG内部の要素に黒を適用 */
.bner-logo path, .bner-logo rect, .bner-logo g {
    fill: #000; 
}

/* -------------------------------------- */
/* ホバーエフェクト */
/* -------------------------------------- */
.aside-bner-link:hover, .aside-bner-link:focus-visible,
.aside-tel-link:hover, .aside-tel-link:focus-visible {
	/* ホバー時：背景を黒に、文字色を黄色に */
	background: #000; 
	color: #fcd34d; 
}

/* ホバー時にロゴの色を変更 */
.aside-bner-link:hover .bner-logo path, .aside-bner-link:focus-visible .bner-logo path,
.aside-tel-link:hover .bner-logo path, .aside-tel-link:focus-visible .bner-logo path,
.aside-bner-link:hover .bner-logo rect, .aside-bner-link:focus-visible .bner-logo rect,
.aside-tel-link:hover .bner-logo rect, .aside-tel-link:focus-visible .bner-logo rect,
.aside-bner-link:hover .bner-logo g, .aside-bner-link:focus-visible .bner-logo g,
.aside-tel-link:hover .bner-logo g, .aside-tel-link:focus-visible .bner-logo g {
    fill: #fcd34d; 
}

.page-header-title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 40px 0;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .page-header-title {
    padding: 60px 0;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.page-content {
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .page-content {
    padding-bottom: 90px;
  }
}
.page-content h2,
.page-content .h2-style {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.page-content h2:nth-of-type(n + 2),
.page-content .h2-style:nth-of-type(n + 2) {
  margin-top: 60px;
}
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-content p,
.page-content ul,
.page-content ol {
  font-size: 14px;
  font-size: 0.875rem;
}
.page-content p:not(:last-child),
.page-content ul:not(:last-child),
.page-content ol:not(:last-child) {
  margin-bottom: 2rem;
}
.page-content ul,
.page-content ol {
  list-style: none;
}
.page-content ul li {
  position: relative;
  padding-left: 1.2rem;
}
.page-content ul li::before {
  content: "";
  position: absolute;
  left: calc(0.5em - 1.5px);
  top: calc(0.85em - 1.5px);
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.page-content ol li {
  counter-increment: number;
  position: relative;
  padding-left: 1.2rem;
}
.page-content ol li::before {
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.page-content .last {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 3rem;
}
.page-content .mod-links {
  margin: 30px 0;
}
@media screen and (min-width: 600px) {
  .page-content .mod-links {
    margin: 60px 0;
  }
}

.form-wrapper {
  background: #f0f0f0;
  margin: 0 auto;
  max-width: 600px;
  padding: 30px 15px;
}
@media screen and (min-width: 600px) {
  .form-wrapper {
    padding: 30px;
  }
}
.form-wrapper .confirm-row {
  margin-top: 30px;
}
.form-wrapper .confirm-row .mod-text {
  margin-bottom: 20px;
}
.form-wrapper .form-btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-wrapper .recaptcha-text {
  margin-top: 20px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #737373;
}
.form-wrapper .mwform-radio-field-text,
.form-wrapper .mwform-checkbox-field-text {
  font-size: 16px;
  font-size: 1rem;
}
.form-wrapper .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 15px;
}
.form-list .row:nth-of-type(n + 2) {
  margin-top: 20px;
}
.form-list .label,
.form-list .text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.form-list p {
  margin-bottom: 0 !important;
}
.form-list .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .form-list .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-list input,
.form-list textarea,
.form-list select {
  display: block;
  padding: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}
.form-list input[type=text],
.form-list input[type=email],
.form-list textarea,
.form-list select {
  border: none;
}
.form-list .w-100 {
  width: 100%;
}
.form-list .w-50 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .form-list .w-50 {
    width: calc((100% - 10px) / 2);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.form-list .w-50.has-margin {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .form-list .w-50.has-margin {
    margin-top: 0;
    margin-left: 10px;
  }
}
.form-list .checkbox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-list .mwform-checkbox-field label,
.form-list .mwform-radio-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thanks-message {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .thanks-message {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.thanks-btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thanks-btns .mod-link {
  text-decoration: none !important;
  color: #fff !important;
}
.thanks-btns .mod-link br {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* single */
.single-inner,
.archive-inner {
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  .single-inner,
  .archive-inner {
    padding: 80px 0 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .single-main,
  .archive-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 40px) * 0.7);
  }
}

.single-header {
  background: #27272a;
  color: #fff;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .single-header {
    padding: 20px 30px;
  }
}
.single-header::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background: #fcd34d;
}
.single-header-title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 600px) {
  .single-header-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.single-header-meta {
  border-top: thin solid #fff;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}
.single-header-meta.not-border {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.single-header-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-header-date:nth-of-type(n + 2) {
  margin-left: 1em;
}
.single-header-category-link, .single-header-tag-link {
  color: #fff;
  text-decoration: underline;
  margin: 0 3px;
  transition: 0.3s;
}
.single-header-category-link:hover,
.single-header-category-link:focus-visible,
.single-header-tag-link:hover,
.single-header-tag-link:focus-visible {
  color: #fcd34d;
}
.single-header-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-header-tags-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-header-tags-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.single-content {
  background: #f0f0f0;
  padding: 20px 20px 30px;
  font-weight: 500;
  line-height: 1.77;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 600px) {
  .single-content {
    padding: 20px 30px 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.single-content p,
.single-content .wp-block-image,
.single-content .wp-block-quote,
.single-content .wp-block-embed,
.single-content .wp-block-details {
  margin-top: 1em;
}
.single-content h2 {
  margin-top: 2em;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.5em 1em;
  position: relative;
  background: #fcd34d;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 600px) {
  .single-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-content h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 2em;
  padding: 0.5em 1em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .single-content h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.single-content h3::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #fcd34d;
}
.single-content h4,
.single-content h5,
.single-content h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 1.5em;
}
@media screen and (min-width: 600px) {
  .single-content h4,
  .single-content h5,
  .single-content h6 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.single-content h4::before,
.single-content h5::before,
.single-content h6::before {
  content: "■";
  display: inline-block;
  margin-right: 0.5em;
}
.single-content ol,
.single-content ul {
  list-style: none;
  margin-top: 0.5em;
}
.single-content ol {
  counter-reset: item;
  padding: 1em;
  border: 2px solid #27272a;
  background: #fff;
}
.single-content ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  display: inline-block;
  margin-right: 0.5em;
}
.single-content ul {
  padding: 1em;
  border: 2px solid #27272a;
  background: #fff;
}
.single-content ul li::before {
  content: "・";
  display: inline-block;
}
.single-content blockquote {
  padding: 1em 1em 1em 2em;
  border: 2px solid #27272a;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  .single-content blockquote {
    padding-left: 3em;
  }
}
.single-content blockquote::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .single-content blockquote::before {
    width: 30px;
    height: 30px;
  }
}
.single-content blockquote p {
  margin-top: 0;
}
.single-content blockquote p + p {
  margin-top: 0.5em;
}
.single-content blockquote cite {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin-top: 0.5em;
  display: block;
}
@media screen and (min-width: 600px) {
  .single-content blockquote cite {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.single-content details summary {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .single-content details summary {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.single-content details p {
  margin-top: 0.5em;
}
.single-sidebar {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .single-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 40px) * 0.3);
    margin-left: 40px;
    margin-top: 0;
  }
}
.single-sidebar-block:nth-of-type(n + 2) {
  margin-top: 30px;
}
.single-sidebar-block .not-post {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-sidebar-title {
  font-size: 16px;
  font-size: 1rem;
  background: #27272a;
  color: #fff;
  padding: 0.5em 1em;
}
@media screen and (min-width: 600px) {
  .single-sidebar-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.single-outro {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 記事のリスト（sidebar用） */
.sidebar-post-item {
  margin-top: 10px;
  list-style: none;
}
.sidebar-post-link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.sidebar-post-link:hover .sidebar-post-thumbnail-inner, .sidebar-post-link:focus-visible .sidebar-post-thumbnail-inner {
  -webkit-transform: scale(1.1) rotate(-5deg);
          transform: scale(1.1) rotate(-5deg);
}
.sidebar-post-link:hover .sidebar-post-textbox, .sidebar-post-link:focus-visible .sidebar-post-textbox {
  text-decoration: underline;
}
.sidebar-post-link:hover::after, .sidebar-post-link:focus-visible::after {
  opacity: 1;
}
.sidebar-post-thumbnail {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
.sidebar-post-thumbnail-inner {
  position: relative;
  padding-top: 75%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-post-textbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70%;
  background: #f0f0f0;
  padding: 10px 20px;
}
.sidebar-post-date {
  font-size: 12px;
  font-size: 0.75rem;
}
.sidebar-post-title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.34;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* 月別アーカイブのリスト */
.monthly-archive-links {
  margin-top: 10px;
}

.monthly-archive-links a {
  padding: 0.5em 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block !important;
}

.monthly-archive-links a:hover, .monthly-archive-links a:focus-visible {
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .monthly-archive-links a {
    font-size: 16px;
    font-size: 1rem;
  }
}


[data-barba-namespace=home].contents {
  margin-top: 0 !important;
}

[data-barba-namespace=access] .page-content .inner {
  max-width: 800px;
}
@media screen and (min-width: 600px) {
  [data-barba-namespace=access] .page-content .inner {
    text-align: center;
  }
}
[data-barba-namespace=access] .page-content .map + *,
[data-barba-namespace=access] .page-content .video-vertical + *,
[data-barba-namespace=access] .page-content .video-horizontal + * {
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  [data-barba-namespace=access] .page-content .map + *,
  [data-barba-namespace=access] .page-content .video-vertical + *,
  [data-barba-namespace=access] .page-content .video-horizontal + * {
    margin-top: 100px;
  }
}

.archive-header-title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 600px) {
  .archive-header-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.archive-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
.archive-content article {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 600px) {
  .archive-content article {
    width: calc((100% - 40px) / 3);
    margin-left: 20px !important;
  }
}
.archive-content article:nth-of-type(n + 3) {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .archive-content article:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
.archive-content article:nth-of-type(even) {
  margin-left: 20px;
}
@media screen and (min-width: 600px) {
  .archive-content article:nth-of-type(even) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .archive-content article:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}

.entry {
  background: #f0f0f0;
  color: #000;
}
.entry-link {
  display: block;
  height: 100%;
}
.entry-link:hover, .entry-link:focus-visible {
  text-decoration: underline;
}
.entry-link:hover .entry-thumbnail img, .entry-link:focus-visible .entry-thumbnail img {
  -webkit-transform: scale(1.1) rotate(-5deg);
          transform: scale(1.1) rotate(-5deg);
}
.entry-thumbnail {
  position: relative;
  overflow: hidden;
}
.entry-thumbnail::before {
  content: "";
  display: block;
  padding-top: 75%;
  width: 100%;
}
.entry-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry-meta {
  padding: 10px;
}
.entry-date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.entry-title {
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry-excerpt {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 追加 */
.mv-contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.mv-contact-link {
  font-size: 1rem;
  padding: 0.6rem 1rem;
  background: #fcd34d;
  border: thin solid #fcd34d;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: 0.3s;
}

.mv-contact-link:hover,
.mv-contact-link:focus-visible {
  background: #000;
  color: #fcd34d;
}

.popularity-post-thumbnail {
  position: relative;
}

.popularity-post-num-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem;
  background: rgba(0,0,0, 0.9);
  z-index: 10;
  display: inline-block;
  box-sizing: border-box;
}

.popularity-post-num {
  font-size: 1rem;
}

/*
Theme Name: Decision Gym Faithful Theme
Description: Decision Gym React port to WordPress (Pure CSS)
Version: 1.5
Author: Gemini
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,700;0,900;1,900&family=Noto+Sans+JP:wght@400;700;900&display=swap');

/* --- Variables & Reset --- */
:root {
    --primary: #facc15;
    --dark: #1a1a1a;
    --zinc-50: #f8f8f8;
    --zinc-100: #f4f4f5;
    --zinc-200: #e4e4e7;
    --zinc-300: #d4d4d8;
    --zinc-400: #a1a1aa;
    --zinc-500: #71717a;
    --zinc-600: #52525b;
    --zinc-900: #18181b;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    background-color: white;
    color: var(--dark);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.625;
    font-size: 14px;
}
a { text-decoration: none; color: inherit; transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
img { max-width: 100%; height: auto; }

/* --- Layout Utilities --- */
.container { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
.section-py { padding: 96px 0; }
.flex { display: flex; }
.grid { display: grid; }
.font-black { font-weight: 900; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-tighter { letter-spacing: -0.05em; }

/* --- Header & Nav --- */
.main-nav { 
    position: fixed; 
    width: 100%; 
    z-index: 100; 
    transition: all 0.5s; 
    padding: 24px 0; 
    background: transparent;
    border-bottom: 1px solid transparent;
}

.main-nav.scrolled { 
    background: white;
    padding: 12px 0; 
    border-bottom: 1px solid var(--zinc-100);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); 
}

.nav-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1440px; margin: 0 auto; padding: 0 24px; }

.nav-logo { height: 16px; transition: 0.3s; filter: brightness(0) invert(1); } 
.main-nav.scrolled .nav-logo { filter: brightness(0); }
@media (min-width: 768px) { .nav-logo { height: 20px; } }

.nav-links { display: none; align-items: center; gap: 28px; }
@media (min-width: 1024px) { .nav-links { display: flex; } }

.nav-link { 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    color: white;
    text-align: left;
}
.main-nav.scrolled .nav-link {
    color: var(--zinc-900);
}
.nav-link:hover { color: var(--primary); }

.nav-en { 
    font-size: 8px; 
    font-weight: 900; 
    letter-spacing: 0.2em; 
    opacity: 0.6; 
    margin-bottom: 2px; 
    text-transform: uppercase;
}
.nav-jp { font-size: 13px; font-weight: 700; white-space: nowrap; }

/* 共通ボタン（Hero含む）: 背景色を黄色に固定 */
.btn-primary, .btn-trial { 
    background: var(--primary) !important; 
    color: black !important; 
    padding: 8px 20px; 
    font-size: 10px; 
    font-weight: 900; 
    letter-spacing: 0.2em; 
    font-style: italic; 
    margin-left: 8px; 
    border: none; 
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.btn-primary:hover, .btn-trial:hover { background: black !important; color: white !important; }

/* ハンバーガーボタン */
#menu-open {
    background: none;
    border: none;
    color: white !important;
    cursor: pointer;
    transition: color 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-open i, #menu-open svg {
    color: inherit;
    stroke: currentColor;
}

.main-nav.scrolled #menu-open {
    color: var(--zinc-900) !important;
}

/* --- Mobile Menu --- */
#mobile-menu { 
    position: fixed; 
    inset: 0; 
    z-index: 110; 
    background: white; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    gap: 32px; 
    transition: 0.5s; 
    transform: translateX(100%); 
}
#mobile-menu.active { transform: translateX(0); }
.m-link { text-align: center; display: block; }
.m-link p:first-child { font-size: 9px; font-weight: 900; color: var(--zinc-300); letter-spacing: 0.4em; text-transform: uppercase; margin-bottom: 4px; }
.m-link p:last-child { font-size: 20px; font-weight: 900; color: var(--zinc-900); }

/* --- Hero --- */
.hero { position: relative; height: 100vh; display: flex; align-items: flex-end; padding-bottom: 80px; overflow: hidden; }
.hero-video { position: absolute; inset: 0; z-index: 0; }
.hero-video video { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top right, rgba(0,0,0,0.1), transparent); z-index: 10; }
.hero-content { position: relative; z-index: 20; width: 100%; padding: 0 32px; max-width: 1280px; margin: 0 auto; }
.hero-tag-line { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hero-tag { font-size: 9px; font-weight: 900; letter-spacing: 0.6em; color: var(--primary); text-transform: uppercase; }
.hero-line { height: 1px; width: 32px; background: var(--primary); }
.hero-title { font-size: clamp(30px, 6vw, 48px); font-weight: 900; line-height: 1.2; font-style: italic; color: white; margin-bottom: 20px; }
.hero-desc { font-size: 11px; font-weight: 500; color: var(--zinc-300); max-width: 500px; opacity: 0.8; margin-bottom: 32px; }

/* --- Campaign Slider --- */
.section-campaign { background: var(--zinc-50); padding: 64px 24px; border-bottom: 1px solid var(--zinc-100); }
.campaign-grid { display: none; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (min-width: 768px) { .campaign-grid { display: grid; } }
.campaign-card { position: relative; aspect-ratio: 1; overflow: hidden; background: white; border: 1px solid var(--zinc-200); }
.campaign-card img { width: 100%; height: 100%; object-fit: cover; transition: 1s; }
.campaign-card:hover img { transform: scale(1.05); }
.campaign-arrow { position: absolute; bottom: 12px; right: 12px; background: var(--primary); color: black; padding: 8px; transform: translateY(8px); opacity: 0; transition: 0.5s; }
.campaign-card:hover .campaign-arrow { transform: translateY(0); opacity: 1; }

.campaign-slider-mobile { position: relative; overflow: hidden; }
@media (min-width: 768px) { .campaign-slider-mobile { display: none; } }
.slider-track { display: flex; transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.slider-item { min-width: 100%; padding: 4px; }
.slider-dots { display: flex; gap: 6px; }
.dot { height: 2px; width: 24px; background: var(--zinc-200); transition: 0.5s; }
.dot.active { background: var(--primary); }

/* --- Reasons --- */
.reasons-list { display: grid; gap: 80px; }
@media (max-width: 767px) {
    .reasons-list { padding: 0 16px; }
}
.reason-item { display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 1024px) { 
    .reason-item { flex-direction: row; align-items: center; } 
    .reason-item.reverse { flex-direction: row-reverse; }
}
.reason-text { flex: 1; text-align: left; }
.reason-visual { flex: 1; aspect-ratio: 16/9; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1); border: 1px solid var(--zinc-100); position: relative; }
.reason-num { font-size: 40px; font-weight: 900; font-style: italic; color: var(--zinc-100); }
.reason-visual img { width: 100%; height: 100%; object-fit: cover; transition: 0.7s; filter: none; }
.reason-visual:hover img { transform: scale(1.02); }

/* --- Service --- */
.service-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 24px; }
@media (min-width: 768px) { .service-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card { background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.05); padding: 40px; display: flex; flex-direction: column; align-items: center; transition: 0.3s; }
.service-card:hover { border-color: rgba(250,204,21,0.4); }
.service-icon { width: 48px; height: 48px; margin-bottom: 32px; filter: brightness(0) invert(1); opacity: 0.4; transition: 0.3s; }
.service-card:hover .service-icon { opacity: 1; }

/* --- Recommend --- */
.recommend-box { background: white; padding: 40px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.2); position: relative; }
@media (min-width: 768px) { .recommend-box { padding: 56px; } }
.recommend-list { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--zinc-100); display: grid; gap: 16px; }
.check-item { display: flex; align-items: center; gap: 16px; font-weight: 900; font-style: italic; font-size: 12px; }
.check-circle { width: 20px; height: 20px; border-radius: 50%; background: var(--dark); color: var(--primary); display: flex; align-items: center; justify-content: center; }

/* Monthly Payment Banner Image Fix */
.banner-cards-img {
    width: auto !important;
    max-width: 250px !important;
    height: auto !important;
    filter: none !important;
    opacity: 1 !important;
    display: block;
}

/* --- Price --- */
.price-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 48px; }
.tab-trigger { padding: 14px 28px; background: white; border: none; border-bottom: 2px solid var(--zinc-100); color: var(--zinc-400); font-weight: 900; font-style: italic; letter-spacing: 0.1em; cursor: pointer; }
.tab-trigger.active { background: var(--dark); color: white; border-color: var(--primary); box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeIn 0.5s; }

.price-row { padding: 32px; display: flex; flex-direction: column; gap: 16px; border-bottom: 1px solid var(--zinc-100); transition: 0.3s; }
@media (min-width: 640px) { .price-row { flex-direction: row; justify-content: space-between; align-items: center; } }
.price-row:hover { background: var(--zinc-50); }
.price-row:last-child { border-bottom: none; }

.tax-small { font-size: 9px; font-weight: 400; opacity: 0.6; margin-left: 2px; letter-spacing: -0.05em; }

/* --- CEO Section --- */
#staff {
    padding-left: 24px;
    padding-right: 24px;
}
.staff-meta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--zinc-100);
}
@media (min-width: 768px) {
    .staff-meta-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.staff-meta-item h4 {
    font-size: 9px;
    font-weight: 900;
    color: var(--zinc-300);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
}
.staff-meta-list {
    list-style: none;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    color: var(--zinc-500);
    display: grid;
    gap: 6px;
}

/* --- Gallery --- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (min-width: 768px) { .gallery-grid { gap: 24px; } }
.gallery-item { aspect-ratio: 4/3; overflow: hidden; border: 1px solid var(--zinc-200); position: relative; cursor: pointer; display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: none; transition: 1s; } 
.gallery-item:hover img { transform: scale(1.05); }

/* --- Footer --- */
footer .nav-logo, footer img[alt="Decision"] {
    filter: brightness(0) invert(1) !important; /* フッターロゴを白に */
}

/* --- Animations --- */
.reveal { opacity: 0; transform: translateY(30px); transition: 1s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes slideUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
.animate-slide-up { animation: slideUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.animate-fade-in { animation: fadeIn 1.5s ease-out forwards; }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }
.animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }

/* --- おすすめプラン背景スライダー (#recommend) --- */
#recommend {
    position: relative;
    overflow: hidden;
    color: white; /* セクション全体の基本文字色を白に */
}

.recommend-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.recommend-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out; /* 1.5秒かけてフェード */
    transform: scale(1.00); /* わずかに大きくして没入感を出す */
}

.recommend-slide.active {
    opacity: 1;
    transform: scale(1); /* アクティブ時に標準サイズへ戻るアニメーション */
    transition: opacity 1.5s ease-in-out, transform 6s linear;
}

/* 文字の可読性を上げるための暗いグラデーション層 */
.recommend-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

/* 右側の白いボックス内の文字色は黒に固定 */
.recommend-box {
    color: var(--dark) !important;
}

.recommend-box .check-item {
    color: var(--dark) !important;
}