@charset "utf-8";
/* CSS Document */
:root {
  --base-width: 375px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}
body {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  font-optical-sizing: auto;
  line-height: 1.875;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}
a {
  color: #333;
  text-decoration: none;
}

.dpb--1024,
.dpb--768,
.dpi--768 {
  display: none !important;
}

.container__w1920--p0 {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
.container__w1100--p36 {
  width: 100%;
  max-width: 1172px;
  padding-inline: 36px;
  margin-inline: auto;
}
.container__w1100--p0 {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
.container__w1536--p36 {
  width: 100%;
  max-width: 1608px;
  padding-inline: 36px;
  margin-inline: auto;
}
.section__inner {
  padding-top: clamp(46px, -4.69px + 13.517vw, 144px);
  padding-bottom: clamp(80px, 37.07px + 11.448vw, 163px);
}
.heading--gra {
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
  padding-block: clamp(35px, 26.5px + 2.265vw, 70px);
}
.ta--center {
  text-align: center;
}
.mi--auto {
  margin-inline: auto;
}
.color--fff,
.color--fff::before {
  color: #fff !important;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
  content: "＞"; /* 区切り記号 */
  margin-inline: 4px 3px;
  font-size: 12px;
}

.breadcrumb-list__item[aria-current="page"] {
  pointer-events: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin-block: 32px;
  font-size: clamp(18px, 16.97px + 0.276vw, 20px);
  transition: 0.5s;
}
.btn--primary {
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
  color: #fff;
  border: #272727 1px solid;
}
.btn--primary:hover {
  background: #fff;
  color: #272727;
  border: #272727 1px solid;
}
.btn--secondary {
  background: #fff;
  color: #333;
  border: #fff 1px solid;
}

.title__h3 {
  font-size: clamp(20px, 19.03px + 0.259vw, 24px);
  margin-bottom: 0.5em;
}
.page-header {
  background: url(../../img/about-title__bg--sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 400;
  color: #fff;
  display: flex;
  align-items: center;
}
.contact .page-header {
  background: url(../../img/contact-title__bg--sp.jpg) center center no-repeat;
  background-size: cover;
}
.privacy .page-header {
  background: url(../../img/privacy-title__bg--sp.jpg) center center no-repeat;
  background-size: cover;
}
.service .page-header {
  background: url(../../img/service-title__bg--sp.jpg) center center no-repeat;
  background-size: cover;
}
.catalog .page-header {
  background: url(../../img/catalog-title__bg--sp.jpg) center center no-repeat;
  background-size: cover;
}
.page-header__title {
  font-size: clamp(30px, 27.57px + 0.647vw, 40px);
}
.page-header .bread a {
  color: #fff;
}
@media (min-width: 768px) {
  .page-header {
    background: url(../../img/about-title__bg--pc.jpg) center center no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 340;
  }
  .contact .page-header {
    background: url(../../img/contact-title__bg--pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .privacy .page-header {
    background: url(../../img/privacy-title__bg--pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .service .page-header {
    background: url(../../img/service-title__bg--pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .catalog .page-header {
    background: url(../../img/catalog-title__bg--pc.jpg) center center no-repeat;
    background-size: cover;
  }
}

.header {
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.hd__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd__title {
  width: 117.75px;
  display: flex;
  align-items: center;
}
.hd-nav--pc {
  width: 61.9%;
}
.hd-menu__ul--pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-menu__anchor--pc {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger-btn {
  width: 30px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.hamburger-btn span {
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger-btn span:nth-child(1) {
  top: 1px;
}

.hamburger-btn span:nth-child(2) {
  top: 11px;
}

.hamburger-btn span:nth-child(3) {
  top: 22px;
}

.hamburger-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}

.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}
.hd-nav--sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9;
  padding: 36px 0 144px 36px;
  overflow-y: auto;
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
}
.hd-menu__ul--sp {
  height: 100%;
  overflow-y: scroll;
  font-size: 18px;
}
.hd-nav--sp.active {
  transform: translateY(0);
}
.hd-menu__anchor--sp {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.hd-menu__li--sp + .hd-menu__li--sp {
  margin-top: 32px;
}
.bread {
  font-size: 16px;
}
.breadcrumb-list__item {
  padding-left: 0;
  text-indent: 0;
}
.breadcrumb-list__item:last-child span {
  max-width: 140px; /* 約10文字分の幅（日本語基準で調整） */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top; /* 他の要素と高さを揃える */
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 120px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 40px;
  color: #d3ff40;
  background: #1e3a69;
  font-family: "Oswald", sans-serif;
}

.pagination .current,
.pagination a:hover {
  background-color: #fd8208;
  color: #1e3a69;
}

.section-heading {
  font-size: clamp(16px, 13.93px + 0.552vw, 20px);
  margin-bottom: clamp(17px, 12.39px + 1.23vw, 36px);
}

.section-heading::before {
  content: attr(data-eng);
  display: block;
  font-size: clamp(26px, 20.83px + 1.379vw, 36px);
  font-weight: 400;
  color: #2d7706;
  font-family: "Quintessential", serif;
  line-height: 1;
}

main {
  margin-top: 70px;
}

.top-mv {
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
  color: #fff;
}
.top-mv__inner {
  padding-block: clamp(29px, 13.48px + 4.138vw, 59px);
}
.top-mv__catch {
  font-size: clamp(28px, 22.66px + 1.424vw, 50px);
  line-height: 1.43;
  margin-bottom: 10px;
}
.top-mv__description {
  font-size: clamp(18px, 16.06px + 0.518vw, 26px);
}
.top-mv__inner--2 img {
  width: 100vw;
  max-width: 1920px;
  margin-inline: auto;
  display: block;
}
@media (min-width: 1024px) {
  .top-mv__inner {
    text-align: center;
  }
  .top-mv__catch {
    margin-bottom: 24px;
  }
}
/*@media (min-width: 1100px) {
  .top-mv__inner--2 img {
    transform: translateX(calc(-1 * (50% - 1100px / 2)));
  }

}*/
/* =================================
   TOP: About セクション
================================= */
.top-about__inner {
  display: grid;
  grid-template-areas:
    "heading"
    "image"
    "body";
  gap: 15px;
}

.top-about__inner > .section-heading {
  grid-area: heading;
}

.top-about__image {
  grid-area: image;
}
.top-about__image img {
  width: 100%;
}

.top-about__body {
  grid-area: body;
}

.top-about__lead {
  font-size: clamp(24px, 20.9px + 0.828vw, 30px);
  font-weight: 700;
  line-height: 1.83;
}
.top-about__body p + p {
  margin-top: 1em;
}
/* =================================
   PC（768px〜）
================================= */
@media (min-width: 768px) {
  .top-about__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "heading image"
      "body    image";
    gap: 0;
  }

  .top-about__image {
    margin: 0;
    margin-right: -36px; /* 右はみ出し */
  }
}
@media (min-width: 1100px) {
  .top-about__inner {
    grid-column-gap: 0;
  }
  .top-about__image {
    margin-right: calc(-1 * (50vw - 550px));
  }
}

.top-service__inner {
  padding-block: clamp(30px, 17.86px + 3.236vw, 80px);
}

.service-card {
  display: grid;
  gap: 16px;
  grid-template-areas:
    "title"
    "image"
    "text";
}
.service-card + .service-card {
  margin-top: clamp(40px, 36.6px + 0.906vw, 54px);
}
.service-card__image {
  grid-area: image;
}
.service-card__title {
  grid-area: title;
}
.service-card__text {
  grid-area: text;
}

@media (min-width: 768px) {
  .service-card {
    gap: 32px;
  }
  /* 奇数番目: 画像左 */
  .service-card:nth-child(odd) {
    grid-template-columns: 634fr 496fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "image title"
      "image text";
    align-content: start;
  }

  /* 偶数番目: 画像右 */
  .service-card:nth-child(even) {
    grid-template-columns: 496fr 634fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "title image"
      "text  image";
    align-content: start;
  }
}
.service-card__title {
  font-size: clamp(20px, 19.03px + 0.259vw, 24px);
}

.top-feature__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 67px;
}

.top-feature__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90%; /* 背景画像の領域 */
  background: url("../../img/top-feature__bg--sp.jpg") center / cover no-repeat;
  z-index: -1;
}
.feature__box {
  background: linear-gradient(
    to right,
    rgba(8, 8, 8, 0.86) calc(50% - var(--base-width) / 2),
    rgba(62, 62, 62, 0.86) calc(50% + var(--base-width) / 2)
  );
  padding: 48px 16px;
  margin-inline: 36px;
  color: #fff;
}

.feature__title {
  font-size: clamp(24px, 21.57px + 0.647vw, 34px);
  margin-bottom: clamp(10px, 4.17px + 1.553vw, 34px);
  text-align: center;
  line-height: 1;
}

.feature__text {
  font-size: clamp(16px, 15.51px + 0.129vw, 18px);
  line-height: 1.875;
}

/* PC */
@media (min-width: 768px) {
  .top-feature__inner {
    padding-top: 67px;
  }
  .top-feature__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; /* 背景画像の領域 */
    background: url("../../img/top-feature__bg--pc.jpg") center / cover
      no-repeat;
    z-index: -1;
  }
  .feature__box {
    padding: 80px;
    width: 100%;
    max-width: 1836px;
    background: linear-gradient(
      to right,
      rgba(8, 8, 8, 0.86) calc(50% - var(--base-width) / 2),
      rgba(62, 62, 62, 0.86) calc(50% + var(--base-width) / 2)
    );
    position: relative;
    left: clamp(0px, -56px + 7.292vw, 84px);
    bottom: clamp(-84px, 56px - 7.292vw, 0px);
  }
  .feature__text {
    text-align: center;
  }
}

.catalog-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-top: clamp(50px, 13.59px + 9.709vw, 200px);
  margin-bottom: clamp(50px, 24.76px + 6.731vw, 154px);
}

.catalog-card {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.catalog-card__figure .catalog-card__img {
  position: relative;
  line-height: 0;
  width: clamp(74%, 60.55% + 3.586vw, 100%);
  margin-inline: auto;
}

.catalog-card__figure .catalog-card__img img {
  height: auto;
  width: 100%;
}

.catalog-card__figure .catalog-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(100, 100, 100, 0.4);
  transition: opacity 0.3s;
  width: 100%;
  margin-inline: auto;
}

.catalog-card:hover .catalog-card__img::after {
  opacity: 0;
}

.catalog-card__label {
  display: block;
  font-size: clamp(14px, 12.54px + 0.388vw, 20px);
  color: #fff;
  background: #272727;
  width: clamp(74%, 60.55% + 3.586vw, 100%);
  margin-inline: auto;
}

.catalog-card__title {
  font-size: clamp(18px, 16.54px + 0.388vw, 24px);
  line-height: 1.6;
}

/* PC */
@media (min-width: 768px) {
  .catalog-list {
    flex-direction: row;
    justify-content: center;
    gap: clamp(20px, 6.67px + 1.736vw, 40px);
  }
  .catalog-card {
    width: 100%;
    max-width: 354px;
  }
  .catalog-card__figure .catalog-card__img,
  .catalog-card__label {
    width: 100%;
  }
  .catalog-card__title {
    font-size: clamp(14px, 8.67px + 0.694vw, 22px);
    white-space: normal; /* PCでは折り返しOKに */
  }
}

.section-heading__sub {
  font-size: clamp(24px, 22.54px + 0.388vw, 30px);
  margin-bottom: clamp(10px, 6.6px + 0.906vw, 24px);
}
.top-service .section-heading {
  margin-bottom: 0;
}
.top-news .section-heading::before {
  color: #333;
}
.top-news__dl {
  max-width: 794px;
  margin-top: 27px;
  margin-inline: auto;
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
}
.top-news__dl-div:first-child {
  border-top: #707070 1px solid;
}
.top-news__dl-div {
  border-bottom: #707070 1px solid;
  padding-block: 12px;
}
.top-news__dl-dt {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .top-news__dl-div {
    display: flex;
  }
  .top-news__dl-dt {
    margin-bottom: 0;
    width: 250px;
    text-align: center;
  }
  .top-news__dl-dd {
    width: calc(100% - 250px);
    padding-inline: 30px;
  }
}
/* ================================
   Calendar
================================ */

/* ナビボタン */
.fc .fc-button-primary {
  background-color: #080808;
  border-color: #080808;
}

.fc .fc-button-primary:hover {
  background-color: #333;
  border-color: #333;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #333;
  border-color: #333;
}

/* イベント */
.fc-h-event {
  background-color: #2d7706;
  border-color: #2d7706;
  padding-inline: 5px;
}

/* タイトル（年月）を中央に */
.fc .fc-toolbar {
  position: relative;
}

.fc .fc-toolbar-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .dpn--768 {
    display: none !important;
  }
  .dpb--768 {
    display: block !important;
  }
  .dpi--768 {
    display: inline !important;
  }

  .pagination {
    font-size: 26px;
    padding-bottom: 200px;
  }

  .pagination a,
  .pagination span {
    width: 54px;
    height: 64px;
  }
  .breadcrumb-list__item:last-child span {
    max-width: 640px; /* 約10文字分の幅（日本語基準で調整） */
  }
}

@media (min-width: 1024px) {
  .dpn--1024 {
    display: none !important;
  }
  .dpb--1024 {
    display: block !important;
  }
  .dpi--1024ib {
    display: inline-block !important;
  }
}

.about-greeting .section__inner {
  display: grid;
  grid-template-areas:
    "header"
    "img"
    "body"
    "sign";
  gap: 20px;
}
.about-greeting__heading {
  grid-area: header;
}
.about-greeting__right {
  display: contents; /* モバイルではラッパーを無視 */
}
.about-greeting__img {
  grid-area: img;
}
.about-greeting__body {
  grid-area: body;
}
.about-greeting__sign {
  grid-area: sign;
}
.about-greeting__img {
  line-height: 0;
  width: clamp(188px, 160.82px + 7.249vw, 300px);
  margin: 20px auto;
  max-width: 300px;
}
.about-greeting__img img {
  width: 100%;
  height: auto;
  display: block;
}
.about-greeting__sign {
  text-align: right;
  margin-top: 10px;
  font-size: clamp(20px, 18.54px + 0.388vw, 26px);
}
.about-greeting__sign span {
  font-size: clamp(14px, 12.54px + 0.388vw, 20px);
}

/* PC */
@media (min-width: 768px) {
  .about-greeting .section__inner {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "header right"
      "body   right";
    column-gap: 60px;
  }
  .about-greeting__right {
    display: flex;
    flex-direction: column;
    grid-area: right;
  }
  .about-greeting__img {
    margin: 0;
    width: auto;
  }
  .about-greeting__img img {
    width: 100%;
  }
  .about-greeting__body {
    align-self: start;
    max-width: 730px;
  }
  .about-greeting__sign {
    margin-top: 20px;
  }
}

.about-phylosophy {
  background: url(../../img/about-philosophy__bg--sp.jpg) center center
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 408px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-phylosophy-box {
  background: linear-gradient(
    to right,
    rgba(8, 8, 8, 0.9) calc(50% - var(--base-width) / 2),
    rgba(62, 62, 62, 0.9) calc(50% + var(--base-width) / 2)
  );
  color: #fff;
  padding: 23px 13px;
}
.about-phylosophy-title {
  text-align: center;
  font-size: clamp(24px, 21.57px + 0.647vw, 34px);
  margin-bottom: 0.8em;
}
.about-phylosophy__ul {
  counter-reset: about-phylosophy__ul;
  list-style: none;
}
.about-phylosophy__ul-li {
  counter-increment: about-phylosophy__ul;
  font-size: clamp(16px, 14.06px + 0.518vw, 24px);
}
.about-phylosophy__ul-li::before {
  content: counter(about-phylosophy__ul);
  margin-right: 0.5em;
  display: inline-block;
}
@media (min-width: 768px) {
  .about-phylosophy {
    background: url(../../img/about-philosophy__bg--pc.jpg) center center
      no-repeat;
    background-size: cover;
    height: 558px;
  }
  .about-phylosophy-box {
    padding-block: 52px 72px;
    line-height: 2.08;
  }
  .about-phylosophy__ul-li {
    text-align: center;
  }
}

.about-company__dl {
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
}
.about-company__dl-dt {
  font-weight: 700;
}
.about-company__dl-div {
  margin-bottom: 1em;
}
.about-company__dl-list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .about-company__dl-div {
    display: flex;
    justify-content: space-between;
  }
  .about-company__dl-dt {
    width: 100px;
  }
  .about-company__dl-dd {
    width: calc(100% - 100px - 3.65%);
  }
}

.ggmap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 301 / 282;
}

@media (min-width: 768px) {
  .ggmap iframe {
    aspect-ratio: 1100 / 428;
  }
}
.about-access__dl-div {
  margin-bottom: 1em;
}
.about-access__dl-dt::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #2d7706;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: 6%;
}
.about-access__dl-dd {
  margin-left: calc(9px + 5px);
}

.service-list__title {
  font-size: clamp(20px, 17.09px + 0.777vw, 32px);
  margin-bottom: clamp(11px, 7.6px + 0.906vw, 25px);
}

.service-list__image img {
  width: 100%;
  height: auto;
}
.service-list__body {
  margin-top: clamp(20px, 17.57px + 0.647vw, 30px);
}
.service-catalog {
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
}
.service-catalog__inner {
  padding-top: clamp(46px, 32.89px + 3.495vw, 100px);
  padding-bottom: clamp(67px, 99.31px - 1.683vw, 93px);
}
.service-catalog__title {
  font-size: clamp(24px, 22.54px + 0.388vw, 30px);
  color: #fff;
  text-align: center;
  margin-bottom: clamp(26px, 22.6px + 0.906vw, 40px);
}
.service-catalog__ul-li {
  width: 196px;
  margin-inline: auto;
}
.service-catalog__figcaption {
  color: #fff;
  font-size: 15px;
}
.service-catalog__pubdate {
  display: block;
}

@media (min-width: 768px) {
  .service-catalog__ul {
    display: flex;
    justify-content: center;
    grid-column-gap: 100px;
  }
  .service-catalog__ul-li {
    margin: 0;
  }
}

.privacy__body * {
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
  margin-block: 1em;
}
.privacy__body h2 {
  font-weight: 700;
  margin-top: 2em;
}
.privacy__body p {
}
.privacy__body dl div {
  display: flex;
}
.privacy__body dl * {
  margin-block: 0;
}
.privacy__body dl dt::after {
  content: "：";
}

.contact__title {
  font-size: clamp(20px, 16.6px + 0.906vw, 34px);
  margin-bottom: clamp(11px, 7.6px + 0.906vw, 25px);
}
.contact-tel__number {
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
  padding-left: 1em;
}
.contact-tel__number a {
  font-size: clamp(30px, 25.15px + 1.294vw, 50px);
  display: inline-block;
}
.contact-tel__number span {
  display: inline-block;
}
.contact-form__dl-div + .contact-form__dl-div {
  margin-top: 20px;
}
.contact-form__dl {
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
}
.contact-form__dl-dd input,
.contact-form__dl-dd textarea {
  border: #707070 1px solid;
  width: 100%;
  padding: 10px;
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
}
.contact-mail .required::after {
  content: "*";
  color: #d81c1c;
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
  margin-left: 5px;
}
@media (min-width: 768px) {
  .contact-form__dl-div {
    display: flex;
    justify-content: space-between;
  }
  .contact-form__dl-dt {
    width: 200px;
    padding-left: 1em;
  }
  .contact-form__dl-dd {
    width: calc(100% - 200px - 4%);
  }
}
.acceptance {
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
  margin-block: clamp(40px, 35.15px + 1.294vw, 60px);
}
.acceptance a {
  text-decoration: underline;
}
.btn-submit {
  max-width: 356px;
  margin-inline: auto;
  margin-bottom: 120px;
}
.cf-turnstile {
  display: flex !important;
  justify-content: center !important;
}

/* 送信ボタン：有効時（チェック済み）のみpointer */
.wpcf7-submit:not(:disabled) {
  cursor: pointer;
}

/* 送信ボタン：無効時（未チェック）はdefault */
.wpcf7-submit:disabled {
  cursor: default;
  opacity: 0.5;
}

/* ===========================================
   会員規約セクション
   =========================================== */

.terms {
  background: #f8f8f8;
  padding-block: clamp(60px, 45.15px + 3.96vw, 100px);
  margin-top: clamp(40px, 30.29px + 2.589vw, 80px);
}

.terms__title {
  font-size: clamp(24px, 21.57px + 0.647vw, 34px);
  text-align: center;
  margin-bottom: clamp(40px, 35.15px + 1.294vw, 60px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #2d7706;
}

.terms__section {
  margin-bottom: clamp(30px, 25.29px + 1.259vw, 40px);
}

.terms__section:last-of-type {
  margin-bottom: 0;
}

.terms__heading {
  font-size: clamp(18px, 16.54px + 0.388vw, 22px);
  font-weight: 700;
  margin-bottom: 0.8em;
  padding-left: 1em;
  border-left: 4px solid #2d7706;
}

.terms__section p {
  font-size: clamp(14px, 13.51px + 0.129vw, 16px);
  margin-bottom: 1em;
}

.terms__section p:last-child {
  margin-bottom: 0;
}

.terms__note {
  font-size: clamp(13px, 12.51px + 0.129vw, 14px) !important;
  color: #666;
}

/* リスト */
.terms__list {
  font-size: clamp(14px, 13.51px + 0.129vw, 16px);
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.terms__list li {
  margin-bottom: 0.5em;
}

.terms__list li:last-child {
  margin-bottom: 0;
}

.terms__list--ordered {
  list-style: decimal;
}

/* テーブル共通 */
.terms__table {
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
  font-size: clamp(14px, 13.51px + 0.129vw, 16px);
  margin-block: 1.5em;
}

.terms__table th,
.terms__table td {
  border: 1px solid #ccc;
  padding: 0.8em 1em;
  text-align: left;
}

.terms__table th {
  background: #272727;
  color: #fff;
  font-weight: 500;
}

.terms__table tbody tr:nth-child(even) {
  background: #fff;
}

.terms__table tbody tr:nth-child(odd) {
  background: #f0f0f0;
}

/* 運賃表（幅広） */
.terms__table--shipping {
  max-width: 100%;
}

.terms__table--shipping td:last-child {
  text-align: right;
  white-space: nowrap;
  width: 100px;
}

/* 事業者情報 */
.terms__company {
  margin-top: clamp(50px, 40.29px + 2.589vw, 80px);
  padding-top: clamp(30px, 25.29px + 1.259vw, 50px);
  border-top: 1px solid #ccc;
}

.terms__company-dl {
  font-size: clamp(14px, 13.51px + 0.129vw, 16px);
}

.terms__company-row {
  margin-bottom: 0.8em;
}

.terms__company-row:last-child {
  margin-bottom: 0;
}

.terms__company-row dt {
  font-weight: 700;
  margin-bottom: 0.3em;
}

.terms__company-row dd a {
  text-decoration: underline;
}

.terms__company-row dd a:hover {
  text-decoration: none;
}

/* PC */
@media (min-width: 768px) {
  .terms__table--shipping td:first-child {
    width: 60%;
  }

  .terms__company-row {
    display: flex;
    margin-bottom: 0.5em;
  }

  .terms__company-row dt {
    width: 160px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .terms__company-row dt::after {
    content: "：";
  }

  .terms__company-row dd {
    flex: 1;
  }
}

.single__inner {
  padding-top: clamp(20px, 13.93px + 1.618vw, 45px);
  padding-bottom: clamp(20px, -13.98px + 9.061vw, 160px);
}
/* Breadcrumb */
.single-bread {
  margin-bottom: clamp(20px, 10.29px + 2.589vw, 60px);
}

.single-header {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(20px, 12.72px + 1.942vw, 50px);
}

.single-postdate {
  order: -1;
  font-size: clamp(16px, 14.06px + 0.518vw, 24px);
}

.single-postdate time {
  display: block;
}

.single-title__h1 {
  font-size: clamp(20px, 17.57px + 0.647vw, 30px);
  font-weight: 700;
}

.single-content {
  margin-bottom: 60px;
  font-size: clamp(16px, 15.51px + 0.129vw, 18px);
}

.single-content p {
  margin-bottom: 2em;
}

/* Back button wrapper */
.single-back {
  display: flex;
  justify-content: center;
}

.archive__inner {
  padding-block: clamp(20px, -9.13px + 7.767vw, 140px);
}

/* Breadcrumb */
.archive-bread {
  margin-bottom: clamp(20px, 10.29px + 2.589vw, 60px);
}

/* List */
.archive-list {
  max-width: 794px;
  margin-inline: auto;
  border-top: 1px solid #ddd;
}

.archive-list__item {
  border-bottom: 1px solid #ddd;
}

.archive-list__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-block: clamp(12px, 8.12px + 1.035vw, 28px);
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.archive-list__link:hover {
  opacity: 0.6;
}

.archive-list__date {
  flex-shrink: 0;
  font-size: clamp(14px, 13.51px + 0.129vw, 16px);
}

.archive-list__title {
  font-size: clamp(14px, 13.51px + 0.129vw, 16px);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .archive-list__link {
    flex-direction: row;
    align-items: baseline;
    gap: clamp(16px, 11.27px + 1.26vw, 36px);
  }
  .archive-list__date {
    width: 200px;
    text-align: center;
  }
  .archive-list__title {
    width: calc(100% - 200px);
    padding-inline: 30px;
  }
}
.archive-pagination {
  margin-top: clamp(40px, 30.29px + 2.589vw, 80px);
}

.archive-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.archive-pagination .page-numbers li {
  display: flex;
}

.archive-pagination .page-numbers a,
.archive-pagination .page-numbers span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 50px;
  padding-inline: 8px;
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.archive-pagination .page-numbers a:hover {
  background: linear-gradient(
    to bottom,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
  color: #fff;
  border-color: #333;
}

/* Current page */
.archive-pagination .page-numbers .current {
  background: linear-gradient(to bottom, #080808, #3e3e3e);
  color: #fff;
  border-color: #333;
}

/* Dots */
.archive-pagination .page-numbers .dots {
  border: none;
  min-width: auto;
}

/* No posts */
.archive-nopost {
  text-align: center;
  padding: 60px 0;
}

/* ===========================================
   カタログ アーカイブページ（既存スタイル補完）
   =========================================== */

/* アーカイブ用のcatalog-list調整 */
.catalog-list--archive {
  margin-top: 0;
  margin-bottom: 0;
}

/* アーカイブでは横幅を使い切るグリッドに */
.catalog-list--archive .catalog-card {
  width: 100%;
}

.catalog-list--archive .catalog-card__figure .catalog-card__img,
.catalog-list--archive .catalog-card__label {
  width: 100%;
}

/* PC: 4列表示 */
@media (min-width: 768px) {
  .catalog-list--archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: clamp(20px, 6.67px + 1.736vw, 40px);
  }
}

/* ===========================================
   カタログ 詳細ページ
   =========================================== */

/* フリップブック領域 */
.catalog-flipbook {
  margin-bottom: clamp(30px, 20px + 2.67vw, 50px);
  background: #f5f5f5;
  border-radius: 4px;
}

/* dFlipのコンテナ調整（必要に応じて） */
.catalog-flipbook ._df_book-wrapper {
  /* カスタマイズが必要な場合ここに追加 */
}

/* ヘッダー（タイトル・年代） */
.single-header--catalog {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.single-header--catalog .single-title__h1 {
  margin-bottom: 0.3em;
}

.catalog-year {
  font-size: clamp(16px, 14.06px + 0.518vw, 20px);
  color: #666;
  margin: 0;
}

/* ダウンロードボタン */
.catalog-download {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(30px, 20px + 2.67vw, 50px);
}

.catalog-download__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  max-width: 400px;
}

.catalog-download__btn svg {
  flex-shrink: 0;
}

/* ===========================================
   No Image用ダミー画像がない場合のフォールバック
   =========================================== */
.catalog-card__img--noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
  color: #999;
  font-size: 14px;
  aspect-ratio: 210 / 297;
}

.footer {
  padding-top: clamp(60px, 50.29px + 2.589vw, 100px);
  text-align: center;
  border-top: #707070 1px solid;
  line-height: 1.875;
}
.ft-upper {
  padding-bottom: clamp(50px, 37.86px + 3.236vw, 100px);
}
.ft-title {
  width: clamp(145px, 120.24px + 6.602vw, 247px);
  margin-inline: auto;
  margin-bottom: 40px;
}
.ft-company {
  font-size: clamp(22px, 21.51px + 0.129vw, 24px);
  margin-bottom: clamp(5px, 6.21px + -0.324vw, 0px);
}
.ft-insta {
  margin-top: clamp(30px, 27.57px + 0.647vw, 40px);
}
.ft-bottom {
  text-align: center;
  color: #fff;
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
  padding-bottom: 65px;
}
.ft-nav__ul {
  display: flex;
  justify-content: center;
  grid-column-gap: 60px;
  margin-bottom: clamp(20px, 12.72px + 1.942vw, 50px);
}
.ft-nav__anchor {
  font-size: clamp(16px, 15.03px + 0.259vw, 20px);
  color: #fff;
}
.ft-copyright {
  font-size: 14px;
  width: 100%;
}
.fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3e3e3e;
}
.fixed-nav__ul {
  display: flex;
  align-items: stretch;
}
.fixed-nav__ul-li {
  text-align: center;
  width: 100%;
}
.fixed-nav__anchor {
  font-size: 18px;
  display: block;
  width: 100%;
  padding-block: 10px;
  background: #fff;
  border: #707070 1px solid;
  border-bottom: none;
}
.fixed-nav__anchor svg {
  margin-right: 4px;
}
.fixed-nav__anchor--gra {
  color: #fff;
  background: linear-gradient(to bottom, #080808, #3e3e3e);
  border: none;
  padding-block: 10px;
}

@media (min-width: 768px) {
  .ft-bottom {
    padding-block: clamp(8px, 0.23px + 2.071vw, 40px);
  }
}

/* ===========================================
   404 エラーページ
   =========================================== */

/* コンテンツセクション */
.error404-content__title {
  font-size: clamp(20px, 16.6px + 0.906vw, 34px);
  margin-bottom: clamp(20px, 17.57px + 0.647vw, 30px);
  text-align: center;
}

.error404-content__body {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: clamp(20px, 17.57px + 0.647vw, 30px);
}

.error404-content__body ul {
  margin-block: 1em;
  padding-left: 1.5em;
}

.error404-content__body li {
  margin-bottom: 0.5em;
}

/* トップへ戻るボタン */
.error404-content__actions {
  display: flex;
  justify-content: center;
  margin-block: clamp(40px, 35.15px + 1.294vw, 60px);
}

.error404-content__actions .btn {
  margin-block: 0;
  border-color: #272727;
  color: #272727;
}

.error404-content__actions .btn:hover {
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
  color: #fff;
  border-color: #272727;
}

/* 主要ページリンク */
.error404-content__links {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: clamp(30px, 25.29px + 1.259vw, 50px);
  text-align: center;
}

.error404-content__links p {
  margin-bottom: 1em;
}

.error404-content__links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.error404-content__links-list li a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #707070;
  transition: 0.3s;
}

.error404-content__links-list li a:hover {
  background: linear-gradient(
    to right,
    #080808 calc(50% - var(--base-width) / 2),
    #3e3e3e calc(50% + var(--base-width) / 2)
  );
  color: #fff;
  border-color: #272727;
}

/* お問い合わせ誘導 */
.error404-content__contact {
  text-align: center;
  padding-top: clamp(30px, 25.29px + 1.259vw, 50px);
  border-top: 1px solid #ddd;
  max-width: 700px;
  margin-inline: auto;
}

.error404-content__contact a {
  text-decoration: underline;
}

.error404-content__contact a:hover {
  text-decoration: none;
}
