@charset "UTF-8";
/* ==========================================================================
   2. Layout (l-) - 構造、グリッド、余白
   ========================================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease;
  height: var(--header-height);
  font-family: "Roboto", sans-serif;

}
.l-header * {
color:#fff;
}

.l-header > .l-container {
  gap: 5rem;
  justify-content: space-between;
padding:0px var(--space-md);
}


  .l-header .menu-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-family:"Roboto", sans-serif;
    max-width: 160px;
z-index:1;
  }


    .l-header .hamburger-icon {
    position: relative;
    width: 27px;
    height: 24px;
  }


  .l-header .hamburger-icon span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }


    .l-header .hamburger-icon span:nth-child(1) {
    top: 0;
  }
    .l-header .hamburger-icon span:nth-child(2) {
    top: 11px;
  }
    .l-header .hamburger-icon span:nth-child(3) {
    top: 22px;
  }


    .l-header .menu-button[aria-expanded="true"] .hamburger-icon span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
    .l-header .menu-button[aria-expanded="true"] .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }
    .l-header .menu-button[aria-expanded="true"] .hamburger-icon span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
    .l-header .nav-content {
    display: none;
  }
    .l-header .nav-content[aria-hidden="false"] {
    display: block;
  }

@media (max-width: 768px) {
  .l-header .menu-text {
    display: none;
}



}



.en .m-campaign-banner-inner .m-read{
text-align:center;
}

.en .m-stickey__content .cBtn-main--wrapper {
    padding-top: 1rem;
}

.l-main {
  width: 100%;
  overflow: hidden;
}

.l-section {
  padding-top: var(--space-xl);
/*  padding-bottom: var(--space-xl);*/
}
.l-section.pages {
  margin-top: var(--header-height);
    margin-bottom: var(--space-xl);
}

.l-section--gray {
  background-color: #f5f3f3;
}

.l-section--dark {
  background-color: var(--color-black);
  color: var(--color-white);
}

.l-spacer {
  height: 20vh;
  background: url(/images/backgroud.png);
  margin: 8% 0;
  max-width: 80vw;
  background-size: 1400px;
}

.l-spacer.right {
  margin-left: auto;
}

#error.l-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 6% auto;
  margin-top: var(--header-height);
}

.l-container {
  max-width: var(--width-container);
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--space-md);
  position: relative;
  width: 100%;
}

.l-container--sm {
  max-width: var(--width-container-sm);
margin:0 auto;
}

/* Flex & Grid Utilities */
.l-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-flex--center {
  justify-content: center;
  align-items: center;
}
.l-flex--between {
  justify-content: space-between;
  align-items: center;
}
.l-flex--end {
  align-items: flex-end;
}

.l-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-sm);
}

@media (min-width: 1400px) {
  #top .l-container {
/*
    max-width: 100%;
    padding: 0px clamp(2rem, (35 / 1400) * 100%, 3.5rem);
*/
        max-width: 90vw;
        padding: 0;
  }
}
@media (min-width: 768px) {
  .l-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid--4col {
    grid-template-columns: repeat(4, 1fr);
  }
  .l-grid--align-center {
    align-items: center;
  }
  .l-grid--gap-xl {
    gap: var(--space-lg);
  }
  .l-grid--gap-md {
    gap:calc(14/ 1400 * 100vw);
  }
}



.m-empty__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #777;
  font-weight: 300;
  gap: 1rem;
  min-height: 40vh;
  width: 100%;
  text-align: center;
}

.m-empty__wrap i {
  font-size: 3rem;
}
.m-empty__wrap .cBtn-main {
  margin-top: 2rem;
}
  #about .l-grid--gap-md {
    gap:clamp(35px, calc(35 / 1400 * 100vw), 48px);
  }

/*会場アクセス*/

.m-map {
  height: 540px;
    filter: grayscale(1);
}
h3.m-access__title {
  font-weight: 500;
  font-size: var(--font-size-2xl);
}

h3.m-access__title {
  font-weight: 500;
  font-size: var(--font-size-2xl);
}
.m-access__howto__wrap {
  display: flex;
  flex-wrap: wrap;
}

.m-access__howto__wrap h4 {
  width: 100%;
  font-size: var(--font-size-xl);
  font-weight: 500;
  margin-top: 2rem;
  color: var(--color-main);
}

.m-access__howto__wrap + .m-access__howto__wrap {
  margin-top: 2rem;
  border-top: 1px solid var(--color-border);
}

.m-access__howto {
  width: 50%;
  padding: 2rem 0px;
}

.m-access__howto strong {
  font-weight: 500;
  font-size: var(--font-size-lg);
}

.m-access__howto p {
  margin-top: 1rem;
}

.m-access__wrap {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}

.m-access__body .m-read {
  margin-top: 2rem;
}

.m-access__thumb img {
  height: 100%;
  object-fit: cover;
}

.m-access__wrap > div {
  width: 50%;
}
.m-access__thumb {
  aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
}
.l-footer {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 8rem 6rem;
  position: relative;
}
.l-footer:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/images/backgroud.png) center center / 1400px;
  background-position: center center;
}

/* Margin Utilities (Margin-top only policy) */
.u-mt-xs {
  margin-top: var(--space-xs);
}
.u-mt-sm {
  margin-top: var(--space-sm);
}
.u-mt-md {
  margin-top: var(--space-md);
}
.u-mt-lg {
  margin-top: var(--space-lg);
}
.u-mt-xl {
  margin-top: var(--space-xl);
}
.u-ml-auto {
  margin-left: auto;
}

.l-stack--md > * + * {
  margin-top: var(--space-md);
}
/*
.l-stack--sm > * + * {
    margin-top: var(--space-sm);
}*/

/* ==========================================================================
   3. Module (m-) - 再利用可能なコンポーネント
   ========================================================================== */

/* 3.1 Header & Navigation */

.m-head {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 10%;
  text-align: justify;
}
.m-read {
  font-weight: 500;
  font-size: var(--font-size-base);
  line-height: 2;
  /*letter-spacing: 0.02em;*/
 /* text-align: justify;*/
}

.m-logo {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
   position:relative;
min-width: 120px; 
}
.l-header .m-logo a {
  display: flex;
}

/* Error Content */
.m-error-code {
  font-family: var(--font-en);
  font-size: 12rem;
  line-height: 1;
  font-weight: 300;
  color: var(--color-main);
  margin: 0 0 1.6rem;
  opacity: 0.8;
}

.m-error-title {
  font-family: var(--font-en);
  font-size: 3.2rem;

  margin: 0 0 2.4rem;
  font-weight: 400;
}

.m-error-text {
  font-size: var(--font-size-base);
  color: var(--color-gray);
  margin: 0 0 4.8rem;
}

.m-supple-txt {
  display: block;
  font-size: var(--font-size-xs);
}

/*form類*/

/* ==========================================================================
   Register Page Specific Styles
   ========================================================================== */

/* Utilities */
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-red {
  color: var(--color-main);
}
.u-mb-lg {
  margin-bottom: 3.2rem;
}
.u-mb-md {
  margin-bottom: 2.4rem;
}
.u-mb-sm {
  margin-bottom: 1.6rem;
}
.u-mb-xs {
  margin-bottom: 0.8rem;
}
.u-mt-xl {
  margin-top: 4.8rem;
}
.u-ml-sm {
  margin-left: 1.6rem;
}
.u-width-auto {
  width: auto;
}
.u-text-sm {
  font-size: 1.2rem;
}
.u-text-link {
  color: var(--color-black);
  text-decoration: underline;
  transition: color 0.3s;
}
.u-text-link:hover {
  color: var(--color-main);
}

.m-complete-txt {
  border-top: 1px solid var(--color-border);
  padding-top: 3rem;
  margin-top: 5rem;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.m-complete-txt strong {
  display: block;
}
/* Step Flow Module */
.m-step-flow {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto 4.8rem;
  padding: 0 1.6rem;
}

/* Connect Line */
.m-step-flow::before {
  content: "";
  position: absolute;
  top: 15px; /* Circle center */
  left: 50px;
  right: 50px;
  height: 1px;
  background-color: var(--color-border);
  z-index: 0;
}

.m-step-flow__item {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ccc;
}

.m-step-flow__circle {
  width: 30px;
  height: 30px;
  background-color: var(--color-white);
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ja-sans);
  font-size: var(--font-size-base);
  margin-bottom: 0.8rem;
  transition: all 0.3s;
}

.m-step-flow__label {
  font-size: 1rem;
  font-family: var(--font-ja-sans);
}

/* Active / Current State */
.m-step-flow__item.is-current {
  color: var(--color-main);
}
.m-step-flow__item.is-current .m-step-flow__circle {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: var(--color-white);
  font-weight: 500;
  font-family: var(--font-en);
}
.m-step-flow__item.is-completed {
  color: var(--color-black);
}
.m-step-flow__item.is-completed .m-step-flow__circle {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

/* Form Layout */
.m-form-layout {
  border: 1px solid var(--color-black);
  padding: 3.2rem;
}
.m-form-info {
  border: 1px solid;
  padding: 2rem;
  margin-bottom: 3rem;
}
.m-radio-label:has(.m-radio-input:disabled) {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-container:has(> form) {
    padding: 0;
    margin-top: 0;
  }
  .m-form-layout {
    padding: 0rem;
    border: none;
    background: transparent;
  }
}

.m-text-end {
  margin-top: 2rem;
  text-align: end;
  font-family: var(--font-ja-sans);
  font-weight: 500;
  font-size: 1.4rem;

}
.m-form-telinput {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.m-form-telinput input {
  max-width: 160px;
}
.m-form-section {
  margin-bottom: 4.8rem;
  padding-bottom: 3.2rem;
}
.m-form-section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.m-form-select-wrap {
  position: relative;
}

.m-form-select-wrap::after {
  content: "\e916";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.m-form-section__title {
  font-size: var(--font-size-lg);
  font-weight: normal;
  margin-bottom: 2.4rem;
  border-left: 4px solid var(--color-main);
  padding-left: 1.2rem;
}

/* Form Items */
.l-form__double__item {
  margin-bottom: 1rem;
}
.m-form-msg {
  padding: 1rem;
  margin-bottom: var(--space-md);
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid;
}
.m-form-msg.success {
  color: #016630;
  background-color: #f0fdf4;
  border: 1px solid #b9f8cf;
}
.m-form-msg.error {
  background: #fef2f2;
  border-color: #ffc9c9;
  color: var(--color-main);
}
.m-form-item {
  margin-bottom: 2.4rem;
}

.m-form-item-unit {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.m-form-label {
  display: block;
  font-size: var(--font-size-base);
  font-weight: 500;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  color: var(--color-gray);
}

.m-badge-required {
  font-size: 1rem;
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 0.2rem 0.6rem;
  margin-left: 0.8rem;
  border-radius: 2px;
}

.m-form-input,
.m-form-select,
form input[type=text],
form input[type=password],
form input[type=url],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=date],
form input[type=time],
form textarea,
form select {
  width: 100%;
  padding: 1.2rem 0;
  border: none;
  border-radius: 4px;
  font-size: var(--font-size-base);
  color: var(--color-black);
  background-color: #fff;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
}

textarea.m-form-input,
form textarea {
  min-height: 200px;
}

.m-form-input-sm {
  width: 160px;
}
.m-form-input:focus,
.m-form-select:focus,
form input[type=text]:focus,
form input[type=url]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form textarea:focus,
form select:focus {
  outline: none;
  border-color: var(--color-main);
  /*box-shadow: 0 0 0 2px rgba(164, 0, 1, 0.1);*/
}

.m-form-note {
  font-size: 1.2rem;
  color: var(--color-gray);
  margin-top: 0.4rem;
}

/* Input Group (for password eye icon) */
.m-input-group {
  position: relative;
}
.m-input-group__icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
}
.m-input-group__icon:hover {
  color: var(--color-black);
}

/* File Upload */
.m-file-upload {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 1px dashed #ccc;
  border-radius: 0;
  background-color: #fcfcfc;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 20px;
  text-align: center;
  gap: 10px;
  margin-top: 2rem;
}

.m-file-upload.is-dragover {
  border-color: #007bff;
  background-color: #f0f7ff;
}

.m-file-upload__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.m-file-upload__preview {
  display: none;
  pointer-events: none;
}
.m-file-upload__preview img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.m-file-upload__preview i {
  font-size: 3rem;
  color: var(--color-main);
  width: 28px;
  height: 28px;
  display: block;
}

.m-file-upload__message {
  pointer-events: none;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.m-file-upload__upload-icon {
  font-size: 32px;
  color: #999;
  display: block;
}

.m-file-upload.is-selected {
  flex-direction: row;
  justify-content: flex-start;
  padding: 15px 50px 15px 20px;
  min-height: auto;
    background-color: #f5f5f5;
    text-align: left;
    border: 1px solid var(--color-border);
}

.m-file-upload.is-selected .m-file-upload__preview {
  display: block;
  flex-shrink: 0;
}

.m-file-upload.is-selected .m-file-upload__upload-icon {
  display: none;
}

.m-file-upload.is-selected .m-file-upload__message {
  font-size: 14px;
  color: #333;
  word-break: break-all;
}
.m-file-upload__delete {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  background: var(--color-main);
  color: #fff;
  border: none;
  width: 28px;
  font-size: 2rem;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.m-file-upload.is-selected .m-file-upload__delete {
  display: flex;
}

/* Radio */
.m-radio-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.m-radio-input {
  appearance: none;
  -webkit-appearance: none;

  min-width: 1.6em;
  min-height: 1.6em;
  margin: 0 0.5em 0 0;
  position: relative;

  border: 1px solid #ccc;
  border-radius: 50%;

  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.m-radio-input:focus {
  box-shadow: 0 0 0 3px rgba(164, 0, 1, 0.3);
  outline: none;
}

.m-radio-input:not(:checked):hover {
  border-color: #a40001;
}

.m-radio-input:checked {
  border-color: #a40001;
}

.m-radio-input::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #a40001;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.m-radio-input:checked::before {
  opacity: 1;
}

.m-radio-label span {
  line-height: 1.2;
}
/* Checkbox, Radio */
.m-checkbox-label,
.m-form-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-right: 3rem;
}
.m-checkbox-input,
form input[type=checkbox],
form input[type=radio] {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  accent-color: var(--color-main);
  cursor: pointer;
}
.m-checkbox-text {
  font-size: var(--font-size-base);
}

/* Actions */
.m-form-actions {
  margin-top: 4.8rem;
  text-align: center;
}
.m-btn--xs {
  padding: 0.4rem 1.2rem;
  font-size: 1.2rem;
}
.m-btn--primary {
  background: var(--color-black);
  color: var(--color-white);
}

.m-btn-footer {
    gap: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Mobile Menu Button */
.m-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-menu-btn__bar {
  width: 100%;
  height: 2px;
  background: var(--color-black);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* Desktop Navigation */
.m-nav-list {
  align-items: center;
}
.m-nav-item {
  /*font-family: var(--font-ja-serif);*/
  font-size: var(--font-size-base);

  position: relative;
  font-weight: 500;
}
.m-nav-item a i {
  font-size: 2.4rem;
}
.m-nav-item a:hover {
  color: var(--color-main);
}
.m-nav-auth {
  display: flex;
}
.m-nav-auth select {
  border: none;
  padding: 2rem 2.5rem 2rem 1rem;
  background: none;
  font-family: "Roboto", sans-serif;
}
.m-nav-auth .m-select-wrap {
  position: relative;
}
.m-nav-auth .m-select-wrap:after {
  font-family: "icomoon";
  content: "\e916";
  position: absolute;
  right: 14px;
  font-size: 10px;
}
.m-nav-toolitem {
  /*width: var(--header-height);*/
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
}

.m-nav-auth select {
    appearance: none;
    background: var(--color-base);
    color: #fff;
    border-radius: 50px;
    padding: 0.7rem 3rem 0.7rem 1rem;
}

.m-nav-auth .m-select-wrap:after {
    color: #fff;
}

.is-scrolled .m-nav-auth .m-select-wrap:after {
    color: #fff;
}

.is-scrolled .m-nav-auth select,
.is-scrolled .m-nav-auth select option
 {
    color: #fff !important;
}
/* Dropdown Menu */
.m-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
  min-width: 220px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 1.6rem 0;
  border-top: 2px solid var(--color-main);
  z-index: 200;
}

/* Show dropdown on hover */
.m-nav-item:hover .m-dropdown {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px); /* Slight offset animation */
}

.m-nav-item a {
}
/*
.m-nav-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px; }
    */

.m-dropdown__item {
  display: block;
}

.m-dropdown__link {
  display: block;
  padding: 1.2rem 2.4rem;
  color: var(--color-black);
  font-size: var(--font-size-base);
  transition:
    background-color 0.3s,
    color 0.3s;
  white-space: nowrap;
}

.m-dropdown__link:hover {
  background-color: #f9f9f9;
  color: var(--color-main);
}

/* --- Guide Page Specific Modules --- */

.m-guide-index {
  font-size: var(--font-size-3xl);
  font-family: var(--font-en);
}

.m-guide-flow {
  position: relative;
  margin-left: 1.6rem;
  padding-bottom: 2.4rem;
  margin-top: var(--space-lg);
}

/* Base line (Gray background line) */
.m-guide-flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-border-light);
  z-index: 0;
}

.m-guide-step {
  position: relative;
  padding-left: 6.4rem; /* Space for marker and line */
  margin-bottom: 0; /* Removing margin, using padding for spacing */
  padding-bottom: 6.4rem;
  opacity: 0; /* Initial state for animation */
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.m-guide-step:last-child {
  padding-bottom: 0;
}

.m-guide-notice {
  margin: 0 auto;
  border: 1px solid;
  padding: var(--space-md);
  color: var(--color-main);
  text-align: center;
  font-weight: 500;
}

/* Active Line (Animated) */
.m-guide-step::after {
  content: "";
  position: absolute;
  top: 1.5rem; /* Start from center of marker */
  left: 0;
  width: 1px;
  height: 0; /* Start with 0 height */
  background-color: var(--color-main);
  z-index: 1;
  transition: height 0.8s ease-out 0.4s; /* Delay to start after marker appears */
}

/* Visible State (Triggered by IntersectionObserver) */
.m-guide-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.m-guide-step.is-visible::after {
  height: calc(100% - 1.5rem); /* Extend to the next marker */
}

.m-guide-step:last-child.is-visible::after {
  display: none; /* No line after last step */
}

/* Stylish Marker */
.m-guide-step__marker {
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: -0.7rem; /* Center aligning (2.4rem width / 2 - 1px line width / 2) */
  width: 1.5rem;
  height: 1.5rem;
  /* background-color: var(--color-main); */ /* Match background to hide line behind */
  border: 1px solid var(--color-border);
  border-radius: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  /* box-shadow: 0 0 0 4px var(--color-bg); */ /* Spacing from line */
}

.m-guide-step__marker::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  /* background-color: var(--color-main); */
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}

/* Marker Active State */
.m-guide-step.is-visible .m-guide-step__marker {
  border-color: var(--color-main);
  /* box-shadow: 0 0 0 4px var(--color-bg), 0 0 15px rgba(164, 0, 1, 0.2); */
  background: var(--color-main);
}

.m-guide-step.is-visible .m-guide-step__marker::before {
  transform: scale(1);
}

/* Content Layout */
.m-guide-step__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}

.m-guide-step__icon-box i {
  font-size: 6rem;
}

.m-guide-step__icon-box {
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  /* background-color: var(--color-white); */
  /* border: 1px solid var(--color-border); */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.4rem;
  font-size: 3.4rem;
  color: var(--color-main);
  transition: all 0.3s ease;
}

.m-guide-step.is-visible .m-guide-step__icon-box {
  /* border-color: var(--color-main); */
  /* background-color: rgba(164, 0, 1, 0.02); */
}

.m-guide-step__meta {
  flex: 1;
}

.m-guide-step__num {
  display: block;
  font-family: var(--font-en);
  color: var(--color-main);
  margin-bottom: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.m-guide-step__title {
  font-family: var(--font-ja-serif);
  font-size: var(--font-size-xl);
  font-weight: 500;
  line-height: 1.4;
}

.m-guide-step__body {
  font-size: var(--font-size-base);
  /* color: var(--color-gray); */
  line-height: 1.8;
  padding-left: 7.2rem;
  font-weight: 500;
}


#nego_guide .m-guide-step__body {
    padding-left: 0;
}
.m-guide-step__note {
  font-size: 1.2rem;
  color: #999;
  margin-top: 0.8rem;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .m-guide-step {
    padding-left: 4rem;
  }
  .m-guide-step__header {
    flex-direction: column;
  }
  .m-guide-step__icon-box {
    margin-bottom: 1.2rem;
  }
  .m-guide-step__body {
    padding-left: 0;
  }
}


  .m-guide-feetable__title {
    font-weight: bold;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    margin: 24px 0 16px;
    color: #444;
  }
  .m-guide-feetable__title:first-child {
    margin-top: 0;
  }

  /* テーブル設定 */
  .m-guide-feetable__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
  }
  .m-guide-feetable__table th,
  .m-guide-feetable__table td {
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    text-align: left;
  }
  .m-guide-feetable__table th {
    background-color: #f5f5f5;
    width: 30%;
    font-weight: bold;
    color: #555;
  }

  .m-guide-feetable__cancel-list {
    border: 1px solid var(--color-border);
    padding: 2rem;
    margin: var(--space-sm) 0;
  }

  .m-guide-feetable__cancel-list dl {
    display: flex;
    align-items: center;
    padding: 1rem 0px;
  }

  .m-guide-feetable__cancel-list dl dt {
    font-weight: 500;
    width: 13rem;
    text-align: center;
  }

  .m-guide-feetable__cancel-list dl dd span {
    margin-top: 0;
  }

  .m-guide-feetable__cancel-list dl + dl {
    border-top: 1px dashed var(--color-border);
  }



/* Simple Price List for Guide */
.m-price-list {
  border-top: 1px solid var(--color-border);
}
.m-price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--color-border);
}
.m-price-item__label {
  font-family: var(--font-ja-serif);
  font-size: 1.6rem;
}
.m-price-item__value {
  font-family: var(--font-ja-serif);
  font-size: 2rem;
  font-weight: 600;
}
.m-price-item__unit {
  font-size: var(--font-size-base);
  font-weight: normal;
  margin-left: 0.4rem;
}

/* Mobile Nav Overlay */
.m-mobile-menu {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: -1;
  height: 100vh;
}
.m-mobile-nav a {
  display: block;
  margin-top: var(--space-md);
  font-size: var(--font-size-lg);
  font-family: var(--font-ja-serif);
}

/* 3.2 Typography */
.m-heading-en {
  font-family: var(--font-en);
}

.m-heading-serif {
  font-weight: 400;
}

.m-list{
margin:var(--space-sm) 0;
}
.m-link--wrap {
  max-width: fit-content;
  margin: 0 auto;
  margin-top: var(--space-lg);
}

.m-link--wrap.right{
 margin-right:0px;
}
.m-link {
  background: var(--color-black);
  color: #fff;
  border-radius: 50px;
  max-width: 60px;
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  padding: 0px 2rem;
}
.m-link-more {
  display: inline-block;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 4px;
  font-size: var(--font-size-sm);

  transition: 0.3s ease;
  font-weight: 500;
  padding: var(--space-sm) 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: center;
  min-width: 240px;
  max-width: max-content;
}
.m-link-more:hover {
  border-bottom-color: var(--color-main);
  color: var(--color-main);
}
.m-link-more--icon {
  display: flex;
  justify-content: space-between;
  padding: var(--space-sm) 0px;
  border-bottom: 1px solid rgba(12, 12, 12, 0.2);
  align-items: center;
}
.m-link-more:hover .m-link-more__icon {
  transform: translateX(4px);
}
.m-link-more__icon {
  transition: transform 0.3s;
  background: var(--color-black);
  padding: 0px 2rem;
  color: #ffff;
  border-radius: 50px;
}

.m-link-line {

color:var(--color-accent);
text-decolation
}

/* 3.3 Buttons */
.m-btn {
  display: inline-block;
  padding: 1.2rem 3.2rem;
  font-size: var(--font-size-sm);

  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.m-btn--sm {
  padding: 0.8rem 2.4rem;
  font-size: var(--font-size-xs);
}
.m-btn--lg {
  min-width: 200px;
  margin: 0 1.2rem;
}
.m-btn--main {
  margin: 0 0.8rem;
}

.m-btn--accent {
  background-color: var(--color-main);
  color: var(--color-white);
  border-color: var(--color-main);
}


.m-btn--block {
  width: 100%;
}

.m-btn--border {
  background-color: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}
.m-btn--border:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.m-btn--border-white {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--color-white);
}
.m-btn--border-white:hover {
  background-color: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-white);
}

.m-btn--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.open_pdf.m-btn.m-btn--primary {
  text-decoration: underline;
  padding: 0;
  background: none;
  color: var(--color-main);
  font-size: 1.6rem;
}

/*TG 受領分*/
.cBtn-main {
  display: inline-block;
  width: calc(300 / 1400 * 100vw);
  color: var(--color-black);
  cursor: pointer;
    max-width: 100%;
}

.cBtn-main.is-fitcontent {
  width: fit-content;
}

.cBtn-main.is-location {
  width: calc(156 / 1400 * 100vw);
}

@media screen and (max-width: 896px) {
  .cBtn-main.is-location {
    width: calc(150 / 400 * 100vw);
  }
}

@media screen and (max-width: 896px) {
  .cBtn-main {
    width: calc(260 / 400 * 100vw);
  }
}

/* wrapper */
.cBtn-main .cBtn-main--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
    padding: calc(20 / 1400 * 100vw) calc(5 / 1400 * 100vw);
  padding-bottom: 0.625rem;
}

/* text */
.cBtn-main .cBtn-main--text {
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, calc(16 * var(--mw) / var(--bw)), 18px);
  font-weight: var(--font-weight-500);
  letter-spacing: clamp(1.38px, calc(1.6 * var(--mw) / var(--bw)), 1.8px);
  font-family: "General Sans", sans-serif;
  font-optical-sizing: auto;
}

.cBtn-main .cBtn-main--label {
  display: block;
  transition: transform 0s;
}

.cBtn-main .cBtn-main--label.lang-ja {
  font-family: var(--font-ja-sans);
  font-style: normal;
}

.cBtn-main .cBtn-main--label.-clone {
  position: absolute;
  top: 100%;
  left: 0;
}

.cBtn-main .cBtn-main--text.is-location {
  font-size: clamp(12px, calc(12 * var(--mw) / var(--bw)), 14px);
}

/* circle */
.cBtn-main .cBtn-main--circle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: calc(48 / 1400 * 100vw);
  height: calc(32 / 1400 * 100vw);
  overflow: hidden;
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  border-radius: 22px;
  mask-image: radial-gradient(white, black);
  transform: translateZ(0);
}

.m-process-card .cBtn-main {
    width: 100%;
}

@media screen and (max-width: 896px) {
  .cBtn-main .cBtn-main--circle {
    width: calc(36 / 400 * 100vw);
    height: calc(24 / 400 * 100vw);
  }
}

.cBtn-main .cBtn-main--arrowWrap {
  position: relative;
  width: 40%;
  height: 40%;
}

.cBtn-main .cBtn-main--arrow {
  position: absolute;
  inset: 0;
  color: var(--color-white);
  fill: currentColor;
  transition: transform 0s;
width:100%;
height:100%;
}

.cBtn-main .cBtn-main--arrow.-clone {
  transform: translateX(-300%);
}

.cBtn-main .cBtn-main--circle.is-location {
  width: calc(36 / 1400 * 100vw);
  height: calc(24 / 1400 * 100vw);
}

@media screen and (max-width: 896px) {
  .cBtn-main .cBtn-main--circle{
    width: calc(24 / 400 * 100vw);
    height: calc(16 / 400 * 100vw);
  }
}

/* border */
.cBtn-main .cBtn-main--border {
  display:block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transform-origin: left;

}

/* hover */
.cBtn-main:hover .cBtn-main--label {
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cBtn-main:hover .cBtn-main--arrow.-main {
  transform: translateX(300%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cBtn-main:hover .cBtn-main--arrow.-clone {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cBtn-main:hover .cBtn-main--border {
  animation: border-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* white */
.cBtn-main.color-white {
  color: var(--color-white);
}

.cBtn-main.color-white .cBtn-main--circle {
  background-color: var(--color-white);
  border-color: var(--color-white);
}

.cBtn-main.color-white svg {
  color: var(--color-black);
}

.cBtn-main.color-white .cBtn-main--border {
  background-color: var(--color-white);
}

@keyframes border-slide {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  49% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

/* 3.4 Hero */
.m-hero {
  position: relative;
  color: var(--color-black);
  overflow: hidden;
  background: #000;
}

.m-hero__thumb {
  width: 100%;
  display: flex;
  position: relative;
}
.m-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.m-hero__content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*スライダーアニメーション*/

#m-hero-container {
  width: 200vw;
  height: 50vw;
  overflow: hidden;
}
#m-hero {
  display: flex;
  align-items: stretch;
  width: 200vw;
  height: 50vw;
  opacity: 0;
}
#m-hero.ready {
  transition: opacity 1s linear;
  opacity: 1;
  will-change: transform;
  animation: loop 60s linear infinite;
}
#m-hero .m-hero__item {
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#m-hero .m-hero__thumbnail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 2/3;
}
  #m-hero .m-hero__thumbnail.fadein {
    display: block;
    -webkit-mask-image: linear-gradient(#000 0 0);
    mask-image: linear-gradient(#000 0 0);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
    -webkit-mask-position: 34vw 0;
    mask-position: 34vw 0;

    animation: fadeIn 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    z-index: 10;
  }
  #m-hero .m-hero__thumbnail.show {
    display: block;
    z-index: 5;
  }
  #m-hero .m-hero__thumbnail.fadeout {
    display: block;
    z-index: 1;
  }
#m-hero .m-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  #m-hero .m-hero__thumbnail.fadein .m-hero__image {
    animation: fadeInChild 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
@keyframes loop {
  from { transform: translateX(0) }
  to   { transform: translateX(-100vw) }
}
@keyframes fadeIn {
  from{
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
    -webkit-mask-position: 34vw 0;
    mask-position: 34vw 0;
  }
  to{
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes fadeInChild {
  0% {  transform: translateX(8vw) }
  100% { transform: translateX(0) }
}

@media (max-width: 960px) {

#m-hero-container,
#m-hero {
  width: 300vw;
  height: 80vw;
}
@keyframes fadeIn {
  from{
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
    -webkit-mask-position: 50vw 0;
    mask-position: 50vw 0;
  }
  to{
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes fadeInChild {
  0% {  transform: translateX(12.5vw) }
  100% { transform: translateX(0) }
}

}

@media (max-width: 640px) {

#m-hero-container,
#m-hero {
  width: 600vw;
  height: 150vw;
}
@keyframes fadeIn {
  from{
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
    -webkit-mask-position: 100vw 0;
    mask-position: 100vw 0;
  }
  to{
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes fadeInChild {
  0% {  transform: translateX(25vw) }
  100% { transform: translateX(0) }
}

}

.m-stickey__content {
  position: fixed;
  bottom: var(--space-sm);
  right: var(--space-sm);
  padding: var(--space-sm);
  z-index: 99;
  display: flex;
  background: #0d0c0ccc;
  border-radius: 8px;
  color: var(--color-white);
    align-items: center;
    justify-content: space-between;
max-width:clamp(140px,30vw,240px);
background: #0D0C0CCC;
}

.m-stickey__content .m-section-title__main {
    font-size: var(--font-size-base);
}
.m-stickey__content .m-section-title {
    margin-bottom: 0;
}

.m-stickey__contentbody .m-section-title span {
  font-weight: 500;
  font-size:var(--font-size-sm);
margin-top:8px;
}
.m-stickey__contentbody {
    display: flex;
    align-items:center;
    gap: 1rem;
}

/*差し替え版*/

        .m-stickey__content {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 0.75rem;
            padding: 1.25rem;
            border-radius:1rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            max-width: fit-content;
        }


  

    
.m-hero__content__img {
  width: calc(100% / 3);
  height: 80vh;
}

.m-hero__txt {
  font-family: var(--font-en);
  position: absolute;
  bottom: 0;
  left: -1%;
  color: #fff;
  font-weight: 500;
  font-size: max(6vw, 30px);
  line-height: 79%;
  white-space: nowrap;
  letter-spacing: -0.01em;
z-index:10;
}
#top .m-hero-txtwrap.l-container {
    padding-top: clamp(20px, calc(32 / 1400 * 100vw), 48px);
    padding-bottom: clamp(20px, calc(32 / 1400 * 100vw), 48px);
}
#top .m-hero-txtwrap img {
width: clamp(160px, calc(230 / 1400 * 100vw), 640px);
}




.m-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: grayscale(100%) brightness(0.8);
}
.m-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(250, 248, 248, 0.2);
  mix-blend-mode: overlay;
}
.m-hero__content {
  /* padding: 0 2.4rem; */
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.m-hero__label {
  display: block;
  color: var(--color-main);

  font-family: var(--font-en);
  margin-bottom: var(--space-sm);
}
.m-hero__title {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--space-md);
}
.m-hero__title-ja {
  font-family: var(--font-ja-serif);
  font-style: italic;
}
@media (min-width: 768px) {
  .m-hero__title {
    font-size: var(--font-size-hero);
  }
}
.m-hero__description {
  font-family: var(--font-ja-serif);
}
.m-hero__scroll {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}
.m-hero__scroll-line {
  display: block;
  width: 1px;
  height: 60px;
  background-color: rgba(12, 12, 12, 0.3);
  margin: 0 auto;
}
.m-hero__scroll-text {
  display: block;
  font-size: 1rem;
  font-family: var(--font-en);

  margin-top: 0.8rem;
  color: rgba(12, 12, 12, 0.5);
}

/* 5.1 Breadcrumb (パンくずリスト) */
.m-breadcrumb {
  font-size: 1.2rem;
  color: var(--color-gray);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5;
    margin-bottom:3rem;
}

.m-breadcrumb a {
  color: var(--color-gray);
  transition: color 0.3s;
  border-bottom: 1px solid transparent;
}

.m-breadcrumb a:hover {
  color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}

.m-breadcrumb__sep {
  margin: 0 0.8rem;
  font-size: 1rem;
  color: #ccc;
}


.m-breadcrumb__current {
  color: var(--color-base);
}

/*保留交渉ガイド*/

.m-nego-guide-note {
    padding: 2rem;
    border: 2px solid var(--color-border);
    margin-top: 4rem;
    background: #fafafa;
}

.m-nego-guide-note h4 {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.m-nego-guide-note p {
    font-size: 15px;
}

  /*ニュース系*/
  .m-news-section {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    overflow: hidden;
  }

  .m-news-header {
    margin-bottom: 24px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .m-news-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 8px;
  }

  .m-news-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: var(--accent-color);
  }
  .m-news-card {
    background: #fff;
    overflow: hidden;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .m-news-thumbnail {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
  }

  .m-news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .m-news-card:hover .m-news-thumbnail img {
    transform: scale(1.05);
  }

  .m-news-content {
    padding: 1rem 0px;
  }

  .m-news-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 0.85rem;
    justify-content: space-between;
  }

  .m-news-meta-inner {
    flex-wrap: wrap;
    display: flex;
    gap: 0.5rem;
width:100%;
  }


  .m-news-date {
    font-family: var(--font-en);
    font-weight: 500;
    color: var(--color-gray);
    font-size: var(--font-size-sm);
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-left:auto;
  }

  .m-news-category {
    color: #fff;
    background-color: #283f6d;
    padding: 0px 1rem;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: var(--font-size-xs);
    line-height: 2;
  }

  .m-news-subject {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--font-ja);
    font-weight: 700;
    font-size: var(--font-size-md);
    line-height: 1.8;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

/*スケジュール詳細*/

.m-schedule-meta{
    display: flex;
    gap: 1rem;
    margin-bottom: 8px;
    font-size: 0.85rem;
    align-items: start;
    flex-wrap: wrap;

 
}
.m-schedule-featured-image,
.m-schedule-detail-body {
    margin-top: var(--space-md);
}
.m-schedule-featured-image{
    border-radius: 8px;
    overflow: hidden;
}
.m-schedule-detail-header__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: var(--font-size-3xl);
}
.schedule_detail .m-schedule-card__action {
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    gap: 3rem;
    max-width:640px;
margin:0 auto;
}


.schedule_detail .cBtn-main {
    width: 100%;
max-width:300px;
}



.schedule_detail .m-schedule-card__action .m-action-buttons {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    width: 100%;
}

.m-schedule-detail-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border);
}
.schedule_detail .m-card-schedule__detail {
    margin-top: var(--space-md);
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap;
}
.m-schedule-detail-date {
    display: flex;
    align-items:end;
    gap: 1rem;
}

.m-schedule-header {
    margin-bottom: 24px;
    padding-right: 20px;
    display: flex;
   flex-direction:colum;
}



  /* Splide Pagination Custom */

  #top .splide__slide {
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    opacity: 0.9;
    width: auto;
    height: 100%;
  }

  #top .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .slider-row {
    margin-bottom: 2rem;
  }
  #slider-row-1 .splide__slide:nth-child(odd) {
    aspect-ratio: 16 / 9;
  }
  #slider-row-1 .splide__slide:nth-child(even) {
    aspect-ratio: 1 / 1;
  }
  #slider-row-2 .splide__slide:nth-child(odd) {
    aspect-ratio: 1 / 1;
  }
  #slider-row-2 .splide__slide:nth-child(even) {
    aspect-ratio: 16 / 9;
  }

  #top .slider-container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
  }

  #top .slide-content {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    margin: 10px;
  }

  #news-slider .splide__pagination {
    bottom: -30px;
  }

  #news-slider .splide__pagination__page.is-active {
    background: var(--accent-color);
  }

  /* 右側を見切らせるための調整 */
  #news-slider .splide__track {
    overflow: visible !important;
  }


#top .m-card-schedule__wrap.single_schedule .m-card-schedule {
    align-items: center;
    gap: 2rem;
}

#top .m-card-schedule__wrap.single_schedule .m-card-schedule .m-card-schedule__thumb {
    border-radius: 8px;
    overflow: hidden;
}
#top .m-card-schedule__wrap.single_schedule .m-card-schedule > * {
    width: 50%;
}

#top .m-card-schedule__wrap.single_schedule .m-card-schedule .m-card-schedule__tag {
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
}

#top .m-card-schedule__wrap.single_schedule .m-card-schedule .m-card-schedule__detail{
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 3rem;
}

#top .m-card-schedule__wrap.single_schedule .m-card-schedule .unit{
font-size:0.7em;
}

.unit {
    font-size: 0.7em;
    margin-left: 4px;
}


#top .m-card-schedule__wrap.single_schedule .m-card-schedule .m-card-schedule__header h3{
font-size:var(--font-size-2xl);
margin-bottom:0.5rem;
}

@media (max-width: 768px) {
#top .m-card-schedule__wrap.single_schedule .m-card-schedule > * {
    width: 100%;
}

}

/* 5.2 Pagination (ページネーション) */
.m-pagination {
  display: flex;
  margin: var(--space-sm) auto;
  justify-content: center;
}

.m-pagination__list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.m-pagination__item {
  list-style: none;
}

.m-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  color: var(--color-base);
  font-family: var(--font-num);
  font-size: 1.4rem;
  transition: all 0.3s ease;
  background-color: var(--color-white);
}

.m-pagination__link:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

/* Current Page Style */
.m-pagination__link.is-current {
  background-color: var(--color-base);
  border-color: var(--color-base);
  color: var(--color-white);
  cursor: default;
  pointer-events: none;
}
/* 5.3 News Detail (お知らせ詳細) */
.m-news-header {
  text-align: left;

  border-bottom: 1px solid var(--color-border);
}

.m-news-header__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

.m-news-header__date {
  display: block;
  font-family: var(--font-num);
  font-size: 1.4rem;
  color: var(--color-gray);
}

.m-news-featured-image {
  margin-bottom: var(--space-lg);
  width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.m-news-featured-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}

.m-news-footer {
  margin-top: var(--space-xl);
  padding-top: var(--space-lg);
  text-align: center;
}

/* 5.4 WYSIWYG Content Area (記事本文用) */


.m-wysiwyg img {
  max-width: 100%;
  height: auto;
  margin: 2.4rem 0;
}


  /* カスタムグリッド設定 */
  .m-gallery-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: calc(7 / 1400 * 100vw);
  }

  /* 上段: 2枚配置 (1枚につき3カラム占有) */
  .top-row {
    grid-column: span 3;
  }

  /* 下段: 3枚配置 (1枚につき2カラム占有) */
  .bottom-row {
    grid-column: span 2;
  }


/*
  .m-deco {
    border-radius: 8px;
    position: absolute;
    overflow: hidden;
    max-width: calc(320 / 1400 * 100vw);
  }

  .m-deco.m-deco-img01 {
    left: calc(105 / 1400 * 100vw);
    width: calc(168 / 1400 * 100vw);
  }
  .m-deco.m-deco-img02 {
    right: calc(105 / 1400 * 100vw);
    width: calc(320 / 1400 * 100vw);
  }
  .m-deco.m-deco-img03 {
    right: calc(35 / 1400 * 100vw);
    width: calc(140 / 1400 * 100vw);
    top: calc(300 / 1400 * 100vw);
  }

  .m-deco.m-deco-img04 {
    left: calc(35 / 1400 * 100vw);
    top: calc(700 / 1400 * 100vw);
    width: calc(150 / 1400 * 100vw);
  }

  .m-deco.m-deco-img05 {
    left: calc(105 / 1400 * 100vw);
    top: calc(750 / 1400 * 100vw);
    width: calc(200 / 1400 * 100vw);
  }
  .m-deco.m-deco-img06 {
    right: calc(71 / 1400 * 100vw);
    top: calc(790 / 1400 * 100vw);
    width: calc(285 / 1400 * 100vw);
  }

*/
  /* レスポンシブ: スマホ時は1列に */
  @media (max-width: 768px) {
    .m-gallery-container {
      grid-template-columns: 1fr;
gap:1rem;
    }
    .top-row,
    .bottom-row {
      grid-column: span 1;
    }
    .m-deco {
      display: none;
    }
  }
/* 3.5 Section Title */
.m-section-title {
  text-align: left;
  margin-bottom: var(--space-lg);
  display: flex;
  gap: 0;
  flex-direction: column;
  line-height: 1.4;
}
.m-section-title__main {
  line-height: 1;
  text-align: left;
  font-size: var(--font-size-4xl);
  font-family: var(--font-en);
  display: flex;
  flex-direction: column;
  font-weight: 500;
word-break: break-word;
}

.m-section-title__sub {
  font-size: var(--font-size-base);
  position: relative;
  padding-left: 1.6rem;
  margin-top: 1.6rem;
  font-weight: 500;
  /*letter-spacing: 0.09em;*/
  font-family: var(--font-ja-sans);
}
.m-section-title__sub:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-main);
  border-radius: 50px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 3.6 About Section */
section#about {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
  padding-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

#about .l-container {
  padding: 12% 0;
padding-top:0px;
}
#about .l-container:before {
  background: url(/images/backgroud.png);
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1400px;
  z-index: -1;
}
#about .m-about-wrap {
  background: #fff;
padding: calc(200 / 1400 * 100vw) 8%;
    position: relative;
padding-top:5%;
}
#about .l-container .l-flex {
  gap: var(--space-sm);
  flex-wrap: nowrap;
  margin: 6% 0px;
}

.en .m-about-intro .m-about-body .m-read {
    letter-spacing: 0.04em;
}
#about .m-about-wrap.m-about-fv {
    position: relative;
    z-index: 1;
    padding-top: 5%;
    padding-bottom: 0;
}

#about .m-about-wrap.m-about-fv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%; 
    background-image: url(/images/backgroud.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
#about .m-about-wrap.m-about-fv img {
    z-index: 1;
    position: relative;
}


.m-feature-thumb {
  object-position: center;
  overflow: hidden;
}

.m-feature-thumb img {
  object-position: center;
  aspect-ratio: 4/3;
  object-fit: cover;
border-radius:8px;
}

.m-about-wrap figure {
  display: flex;
  flex-direction: column;

}
.m-about-feature{
margin-top:calc(200 /1400*100vw);
}
.m-about-wrap figure figcaption {
  font-size: var(--font-size-base);
}

.m-about-wrap figure h4 {
  font-size: var(--font-size-xl);
font-weight: 500;
    line-height: 1.6;
    /*letter-spacing: 0.1em;*/
    margin-top: calc(32 / 1400 * 100vw);
    margin-bottom: calc(16 / 1400 * 100vw);
}
.m-about-image-wrap {
  position: relative;
  max-width: clamp(160px, 20vw, 640px);
  padding: 4%;
}

.m-about-image-frame {
  position: absolute;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(164, 0, 1, 0.3);
}
.m-about-image-frame--tl {
  top: 0;
  left: 0;
  border-bottom: none;
  border-right: none;
}
.m-about-image-frame--br {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
.m-about-heading {
  font-size: var(--font-size-3xl);
  margin-bottom: 2.4rem;
  font-weight: 500;
}
.m-about-heading-accent {
  color: var(--color-main);
}
.m-about-intro {
   /* width: calc(470/1400 * 100vw);
    margin: 0 auto;*/

}
.m-about-intro .m-about-body {
    display: flex;
    gap: 2rem;
width:100%;
}

.m-about-head{
width:50%;
}
.m-about-intro .m-about-body .m-read {
    width: 50%;
    line-height: 1.6;
    letter-spacing: clamp(1.18px, calc(3.2 * var(--mw) / var(--bw)), 3.6px);
}
.m-about-subheading {
    display: block;
    font-family: var(--font-en);
    font-weight: 500;
    font-size: var(--font-size-lg);
    letter-spacing: 0.04em;
    position:relative;
}
.m-about-subheading:after {
    content: "";
    width: calc(170 / 1400 * 100vw);
    height: 1px;
    background: var(--color-black);
    position: absolute;
    bottom: 0;
}

/* 3.7 Schedule Card */

#top .m-card-schedule__inner,
#schedule .m-card-schedule__inner {
    width: 100%;
}
/*
.m-card-schedule {
  background-color: var(--color-white);
  border-top: 1px solid rgba(12, 12, 12, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}
.m-card-schedule__inner {
  padding: 2.4rem 3.2rem;
}
.m-card-schedule:hover {
  border-color: var(--color-main);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.m-card-schedule:hover .m-card-schedule__num {
  color: rgba(164, 0, 1, 0.2);
}
.m-card-schedule__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--space-md);
}
.m-card-schedule__num {
  font-family: var(--font-en);
  font-size: var(--font-size-3xl);
  line-height: 1;
  color: rgba(12, 12, 12, 0.1);
  transition: color 0.3s;
}
.m-card-schedule__thumb {
  position: relative;
}

*/
.m-card-schedule__status--prep {
  background-color: #e5e7eb;
  color: #4b5563;
}

.m-card-schedule__term {
  font-size: var(--font-size-lg);
}

/* 3.8 Category Section */
.m-category-header {
  margin-bottom: var(--space-lg);
  align-items: flex-end;
}
.m-category-header__titles {
  margin-right: auto;
}
.m-category-header__main {
  font-size: var(--font-size-2xl);
}
.m-category-header__text {
  text-align: right;
  font-size: var(--font-size-sm);
  color: var(--color-gray);
}
@media (max-width: 767px) {
  .m-category-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: var(--space-md);
  }
  .m-category-header__text {
    text-align: left;
    margin-top: var(--space-sm);
  }
}

/* Category Card */
.m-card-category {
  position: relative;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.m-card-category__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.m-card-category__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: var(--color-white);
}
.m-card-category__num {
  font-family: var(--font-en);
  font-size: var(--font-size-sm);
  opacity: 0.6;
  display: block;
  margin-bottom: 0.8rem;
}

.m-card-category__title {
  font-size: var(--font-size-2xl);
  font-family: var(--font-en);
    line-height: 1.1;

}

.m-card-category__desc {
  font-size: var(--font-size-xs);
}

/*ourvision*/

#ourvision h3 {
  font-size: var(--font-size-2xl);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: var(--space-lg);
  margin-bottom: var(--space-md);
}

.en #ourvision h3{
    letter-spacing: 0.05em;

}
#ourvision {

  position: relative;
  color: var(--color-white);
  padding: 0;
}
#ourvision .m-read {
  max-width: 50%;
    font-size: clamp(12px, calc(16 * var(--mw) / var(--bw)), 18px);
    line-height: clamp(25.8px, calc(33.6 * var(--mw) / var(--bw)), 36px);
    letter-spacing: clamp(1.1px, calc(2.88 * var(--mw) / var(--bw)), 3.24px);
}

.en #ourvision .m-read{
letter-spacing:normal;
}

#ourvision:before {
  background: url(/images/vision_back.webp);
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#ourvision .l-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: var(--space-md);
  background: linear-gradient(195.65deg, rgba(0, 0, 0, 0) 31.6%, rgba(4, 4, 4, 0.6) 92.7%);
padding-top:30vh;
}

/* 3.9 CTA Section */

#cta .l-grid.l-grid--2col {
  gap: 0;
}
.m-cta {
  position: relative;
  overflow: hidden;
}
.m-cta__bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
}
.m-cta__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.4);
}
.m-cta__content {
  position: relative;
  z-index: 10;
  text-align: center;
}
.m-cta__heading {
  font-size: var(--font-size-2xl);
  margin-bottom: 2.4rem;
}
.m-cta__text {
  margin-bottom: 4rem;
  font-family: var(--font-ja-serif);
}
.m-cta__buttons {
  margin-top: var(--space-md);
  gap: var(--space-md);
}

.m-cta-link {
  padding: 6%;
  border: 1px solid;
  overflow: hidden;
  position: relative;
  min-height: clamp(160px, 40vh, 680px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
/*
.m-cta-link:before {
  content: "";
  background: url(/images/fv.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.5;
  transition: 0.3s ease;
}
.m-cta-link:hover:before {
  transform: scale(1.1);
  transition: 0.3s ease;
}*/
.m-cta-link + .m-cta-link {
  border-left: none;
}

.m-cta-link .m-link-more__icon {
  margin-left: auto;
}
.m-cta-link h4 {
  font-size: var(--font-size-3xl);
  font-family: var(--font-en);
}

.m-cta-link span {
  font-size: var(--font-size-lg);
}

.m-cta-link p {
    font-size: var(--font-size-sm);
    margin-top: 2rem;
    margin-bottom: 4rem;
}

/* 3.10 Process Card */
.m-process-card {
  border: 1px solid #c5c5c5;
  padding: calc(67 / 1400 * 100vw);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
width:calc((434 / 1400 * 100vw) - calc(14 / 1400 * 100vw));
}
.m-process-card__header {
  margin-bottom: 3.2rem;
}
.m-process-card__header em {
  font-size: var(--font-size-sm);
  font-family: var(--font-en);
}
.m-process-card__title {
  font-size: var(--font-size-2xl);
  font-family: var(--font-en);
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 12px;
}
.m-process-card__title span {
}
.m-process-card__tag {
  padding: 0px 8px;
  background: var(--color-yellow);
  color: var(--color-white);
  font-size: var(--font-size-sm);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.m-process-card__tag--seller {
  background: var(--color-black);
}
.m-process-card__tag--buyer {
  background: var(--color-main);
}
.m-process-card__text {
}

/* 3.11 Guide Steps */

.m-step__wrap {
  display: flex;
}
.m-step + .m-step {
  border-left: none;
}
.m-step {
  /*background-color: var(--color-white);*/
  border: 1px solid #c5c5c5;
  padding: 2.4rem;
  text-align: center;
  position: relative;
  width: calc(100% / 4);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 5rem;
}

.m-step.step2:after {
  background: #fff;
}
.m-step.step2,
.m-step + .m-step.step3:after {
  background-color: #f0f0f0;
}
.m-step.step3,
.m-step + .m-step.step4:after {
  background-color: #e2e2e2;
}

.m-step.step4 {
  background: #cfcfcf;
}

.m-step + .m-step:before {
  position: absolute;
  width: 25px;
  height: 100%;
  background: #c5c5c5;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: 0;
  content: "";
  top: -1px;
  right: calc((20px * -1) + 1px);
}
.m-step + .m-step:after {
  z-index: 3;
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  height: 100%;
  width: 25px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}

.m-step__num {
  /*
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-ja-serif);
  font-size: 2rem;
  margin: 0 auto 2.4rem;
  border: 1px solid var(--color-black);
  color: var(--color-black);
*/
}

.m-step__num {
  gap: 0.5rem;
  display: flex;
  box-decoration-break: clone;
  flex-direction: column;
  width: 45px;
  line-height: 1;
  height: 45px;
  font-family: var(--font-en);
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.m-step__num em {
  font-size: 0.6em;
}
/*
.m-step__num--filled {
  background-color: var(--color-black);
  color: var(--color-white);
}
.m-step__num--active {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: var(--color-white);
}
*/
.m-step__title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.09em;
}
.m-step__text {

  font-family: var(--font-ja-sans);
  font-weight: 500;
  font-size:var(--font-size-base);
  line-height: 1.7;
}

/* 3.12 Fees Section */
.m-fees-section {
  position: relative;
  overflow: hidden;
    padding-bottom: var(--space-xl);
}
.m-fees-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.m-fees-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
}
.m-fees-section__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

#fees .m-section-title {

}

#fees .m-fees-block__wrap {
  width: 100%;
  display: flex;
  justify-content: end;
}

#fees .m-fees-block {
  border: 1px solid #c5c5c5;
  padding: 4rem;
    width: calc(100% / 3);
  justify-content: start;
}
#fees .m-fees-block + .m-fees-block {
  border-left: none;
}
#fees .l-container > .l-flex {
  align-items: start;
}
.m-fees-section__content {
  position: relative;
  z-index: 10;
}

.m-fees-block {
  padding-left: 2.4rem;
  border-left: 2px solid var(--color-main);
  flex-direction: column;
  display: flex;
}
.m-fees-block-inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.m-fees-block-inner.buyer {
  border-top: 1px solid var(--color-border);
}
.m-fees-block__title {
  font-weight: 500;
  font-size: 18px;
 /* letter-spacing: 0.12em;*/
}
.m-fees-block__price {
  font-size: var(--font-size-2xl);
  font-family: var(--font-num);
  font-weight: 500;
  line-height: 1.8;
  text-align: right;
}
.m-fees-block__price-sub {
  font-size: 3.2rem;
  font-family: var(--font-num);
}
.m-fees-block__price__subtxt {
  margin-left: auto;
  margin-right: 1rem;
}
.m-fees-block-inner:has(.m-fees-block__price-sub) {
  border-top: 1px solid var(--color-border-dark);
  margin-top: 1rem;
}
.m-fees-block__unit {
  font-size: var(--font-size-sm);
  margin-left: 0.5rem;
}
.m-fees-block__note {
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.6);
}



/* キャンペーンバナーの装飾 */
.m-campaign-banner {
    padding: 4rem;
    text-align: center;
    font-size: var(--font-size-2xl);
    margin-bottom: 5rem;
    background: url(/images/backgroud.png);
    background-position: center center;
    background-size: 100%;
}

.m-campaign-note{
font-size:var(--font-size-sm);
color:var(--color-gray);
text-align:center;
    display: block;
    margin-top: 1rem;
}

.m-campaign-banner strong {
    font-weight: 500;
    margin-bottom: 2rem;
    display: block;
}
.m-campaign-banner-inner {
    background: #fff;
    padding: 4%;
}

.m-campaign-banner h4 {
    font-size: var(--font-size-xl);
}

.m-fees-block__price-wrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 12px;
}

.m-fees-block__price-old {
  color: #999;
  text-decoration: line-through;
  margin: 0;
}

.m-fees-block__price-new {
  color: var(--color-main);
  margin: 0;
}

.m-fees-block__price-new .m-fees-block__unit {
  font-weight: normal;
  margin-left: 2px;
}

.m-fee-block__title {
  margin-bottom: 2.4rem;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;

}
.m-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--font-size-sm);
}
.m-table td {
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--color-border-dark);
  font-size: var(--font-size-lg);
}
.m-table tr:last-child td {
  border-bottom: none;
}
.m-table__label {
  color: rgba(255, 255, 255, 0.7);
}
.m-table__value {
  text-align: right;
  font-size: var(--font-size-lg);
}
.m-table__value strong {
  font-size: var(--font-size-2xl);
  font-family: var(--font-num);
}
.m-table-wrapper__caption {
  text-align: center;
  font-size: var(--font-size-base);
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2.4rem;
  font-family: var(--font-ja-serif);
}

.m-common-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.m-common-table tr {
  border-bottom: 1px solid var(--color-border);
  background: #fff;
}

.m-common-table tr:last-child {
  border-bottom: none;
}

.m-common-table th {
  width: 30%;
  padding: 2rem;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  color: var(--color-gray);
  font-size: var(--font-size-sm);
}

.m-common-table td {
  width: 70%;
  padding: 2rem;
  vertical-align: top;
  color: #333;
}

@media (max-width: 768px) {
nav.m-page-nav ul li {
    width: 100%;
}
.schedule_detail .m-schedule-card__action .m-action-buttons {
    flex-direction: column;
    gap: 0.5rem;
}

.schedule_detail .cBtn-main {
    max-width: 100%;
}
  .m-common-table th,
  .m-common-table td {
    display: block;
    width: 100%;
  }

  .m-common-table th {
    padding-bottom: 0;
    background-color: transparent;
    font-size: 1.3rem;
  }

  .m-common-table td {
    padding-top: 0;
    font-size: var(--font-size-base);
    padding-bottom: 2rem;
  }

  .m-common-table tr {
    display: block;
  }
}


     .m-guide-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            border: 1px solid #e0e0e0;
        }

        .m-guide-table thead {
            background-color: #f8f9fa;
        }

        .m-guide-table th, 
        .m-guide-table td {
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
            text-align: center;
        }

        .m-guide-table th {
            font-weight: bold;
            color: #444;
            white-space: nowrap;
        }


        /* 金額などの数値の整列 */
        .m-guide-table td {
            line-height: 1.5;
        }

#terms .terms-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  counter-reset: clause;
}
#terms .terms-item {
  display: flex;
  align-items: start;
  color: var(--color-gray);
  margin-bottom: var(--space-sm);
  font-size: var(--font-size-base);
}
#terms .terms-item::before {
  counter-increment: clause;
  content: counter(clause) ".";
  font-weight: bold;
  min-width: var(--space-md);
  margin-right: 10px;
  font-size: var(--font-size-lg);
  font-family: var(--font-num);
}
/* 3.13 FAQ Accordion */
nav.m-page-nav ul {
  flex-wrap: wrap;
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
}

nav.m-page-nav ul li {
  width: calc((100% / 4) - 1rem);
}

nav.m-page-nav ul li a {
  border: 1px solid var(--color-main);
  padding: 0.5rem 3rem;
  border-radius: 4px;
  display: block;
  color: var(--color-main);
  text-align: center;
}
.m-faq-category + .m-faq-category {
  margin-top: 5rem;
}

h3.m-faq-category__title {
  font-weight: 500;
  color: var(--color-main);
  margin-bottom: 1rem;
  font-size: var(--font-size-xl);
}
.m-accordion {
  border-bottom: 1px solid var(--color-border);
  /* margin-topはl-stackで処理 */
}
.m-accordion__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 0;
  cursor: pointer;
  list-style: none;
}
.m-accordion:hover .m-accordion__title {
  color: var(--color-main);
}
.m-accordion__title {
  font-size: var(--font-size-md);
  transition: color 0.3s;
  font-weight: 500;
}
.m-accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.m-accordion__icon::before,
.m-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.m-accordion__icon::after {
  transform: rotate(90deg);
}
.m-accordion[open] .m-accordion__icon::before {
  transform: rotate(180deg);
}
.m-accordion[open] .m-accordion__icon::after {
  transform: rotate(180deg);
  opacity: 0;
}
.m-accordion__content {
  padding-bottom: 2.4rem;

  font-size: var(--font-size-base);
}

@media (max-width: 768px) {
nav.m-page-nav ul li {
    width: 100%;
}
}

/*ログイン画面*/
/* ==========================================================================
   Layout (l-)
   ========================================================================== */
.l-split-screen {
  display: flex;
  min-height: 100vh;
}

.l-split-screen .m-footer-copy {
  text-align: center;
  margin-top: var(--space-md);
}
/* Left Column: Visual */
.l-split-screen__visual {
  flex: 1;
  position: relative;
  background-color: var(--color-black);
  overflow: hidden;
  display: none; /* Mobile default */
}

@media (min-width: 992px) {
  .l-split-screen__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}

/* Right Column: Form */
.l-split-screen__form {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.2rem;
}

@media (min-width: 992px) {
  .l-split-screen__form {
    /*      width: 50%;
        max-width: 600px;  */
  }
}

.l-form-container {
  width: 100%;
    max-width: clamp(400px, 90vw, 540px);
}

/* ==========================================================================
   Module (m-)
   ========================================================================== */

/* Visual Section Modules */
.m-visual-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.m-visual-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.m-visual-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 12, 12, 0.8), rgba(164, 0, 1, 0.3));
}

.m-visual-content {
  position: relative;
  z-index: 10;
  color: var(--color-white);
  text-align: center;
  padding: 4.8rem;
}

.m-visual-logo {
  font-family: var(--font-en);
  font-size: 4.8rem;

  font-weight: 300;
  margin-bottom: 2.4rem;
}

.m-visual-text {
  font-family: var(--font-en);
  font-size: 1.8rem;

  line-height: 1.6;
  opacity: 0.9;
}

/* Form Section Modules */
.m-form-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.m-form-title {
  font-family: var(--font-en);
  font-size: 3.2rem;

  font-weight: 400;
  margin-bottom: 0.8rem;
  color: var(--color-black);
}

.m-form-subtitle {
  font-size: 1.2rem;
  color: var(--color-gray);
}

.m-form-group {
  margin-bottom: 2.4rem;
}

.m-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  color: var(--color-black);
}

.m-input-wrapper {
  position: relative;
}

.m-input-icon {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 1.8rem;
  z-index: 1;
}

.m-input {
  font-size: var(--font-size-base);
  color: var(--color-black);
  transition: all 0.3s ease;
  color: var(--color-black);
  background-color: #fff;
  border: none;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  width: 100%;
}

.m-form.login .m-input {
  padding: 1.4rem 1.6rem 1.4rem 4.8rem;
}

.m-input:focus {
  outline: none;
  border-color: var(--color-main);
}

.m-form-help {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.8rem;
}

.m-link-text {
  font-size: 1.2rem;
  color: var(--color-gray);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.m-link-text:hover {
  color: var(--color-main);
  border-bottom-color: var(--color-main);
}

.m-form-action {
  margin-top: 3.2rem;
}

/* Footer Section */
.m-form-footer {
  margin-top: 6.4rem;
  text-align: center;
  border-top: 1px solid var(--color-border);
  padding-top: 3.2rem;
}

.m-form-footer__text {
  font-size: 1.2rem;
  color: var(--color-gray);
  margin-bottom: 1.6rem;
}
.m-footer--snswrap {
  gap: 1rem;
  margin-bottom: var(--space-sm);
}
.m-footer--snswrap i {
    color: var(--color-base);
}
.m-footer--sns {
  width: 36px;
  height: 36px;
  background: #ffffff88;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
}

.m-footer--sns i {
  font-size: 2rem;
}

/* 3.14 Footer */
.m-footer-top {
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid var(--color-border-dark);
  margin-bottom: var(--space-md);
  display: flex;
  flex-wrap: wrap;
}
.m-footer-info__logo {
  font-size: var(--font-size-2xl);
  max-width: 120px;
}
.m-footer-info__address {
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.4rem;
}
.m-footer-info__sns {
  margin-top: var(--space-md);
}
.m-sns-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--space-sm);
  font-size: var(--font-size-xs);
}
.m-footer-nav-col {
  margin-left: auto;
}
.m-footer-nav-col__title {
  font-weight: 500;
  margin-bottom: 2.4rem;
    font-weight: bold;
    opacity: .5;
}
.m-footer-nav-list li {
  margin-bottom: 0.5rem;
}
.m-footer-nav-list a {
  font-size: 1.3rem;
}
.m-footer-nav-list a:hover {
  color: var(--color-white);
}
.m-footer-copy {
  font-size: var(--font-size-xs);
}
.m-footer-sublink {
  font-size: var(--font-size-xs);
  gap: var(--space-md);
}

@media (max-width: 768px) {
.m-form-input,
.m-form-select {
font-size: max(16px,var(--font-size-base));
}
.m-btn-footer .cBtn-main {
    margin-top: 0;
}

#top .m-card-schedule__wrap.single_schedule .m-card-schedule .m-card-schedule__detail {
    margin-top: 0;
    gap: 2rem;
}

.m-campaign-banner {
    padding: 4rem 0px;
    font-size: var(--font-size-xl);
    background-size: 1400px;
}


.l-footer#global-menu .m-footer-top{
    padding-top: var(--header-height-sp);
}

.m-stickey__contentbody {
    flex-wrap: nowrap;
    width: 100%;
justify-content: space-between;
}

.m-stickey__content {
    left: 0;
    max-width: 100vw;
    right: 0;
    width: 100%;
    bottom: 0;
    border-radius: 0;
}



.m-card-schedule__list {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
}

.m-card-schedule__detail {
    gap: 2rem;
}

.m-card-schedule__action .cBtn-main {
    max-width: 100%;
}
.schedule_detail .m-schedule-card__action {
    flex-direction: column;
    gap: 0;
}
.m-card-category__overlay {
    padding: 5%;
}.cBtn-main {
    width: 100%;
}

.cBtn-main .cBtn-main--wrapper {
    padding: 16px 0px;
}
.m-card-category {
    height: 170px;
}
#about .m-about-wrap {
    padding: calc(75 / 400 * 100vw) 5%;
}
.l-container {
    padding: 0px var(--space-lg);
}
.m-step__text {
    text-align: center;
}

.m-step {
    min-height: 190px;
}
.m-about-intro{
width:100%;
}
.m-process-card {
    width: 100%;
padding: 3rem;
}
.m-section-title__main{
font-size:var(--font-size-3xl);
}
  .m-access__wrap {
    flex-direction: column;
    gap: 2rem;
  }

  .m-access__wrap > div {
    width: 100%;
  }

  .m-access__howto {
    width: 100%;
    padding: 1rem 0px;
  }
  #error.l-container {
    margin-top: var(--header-height-sp);
  }
  .m-cta-link {
    min-height: auto;
  }
  #ourvision .m-read {
    max-width: 100%;
  }
  #fees .l-container > .l-flex {
    flex-direction: column;
  }

  #fees .m-fees-block__wrap {
    width: 100%;
    flex-direction: column;
  }

  #fees .m-fees-block {
    padding: 2.4rem;
    width: 100%;
  }

  .m-step__wrap {
    flex-direction: column; /* 縦並びにする */
  }

  .m-step {
    width: 100%;
    min-height: auto;
    padding: 4rem 2.4rem 2.4rem;
    border-bottom: 0;
  }

  .m-step + .m-step {
    border-top: none;
    border-left: 1px solid #c5c5c5;
  }

  /* 矢印（外側の枠線用） */
  .m-step + .m-step:before {
    width: 100%;
    height: 25px; /* 高さを矢印の厚みに */
    clip-path: polygon(0 0, 100% 0, 50% 100%); /* 下向きに変更 */
    left: -1px;
    top: 0;
    right: auto;
  }

  /* 矢印（内側の塗りつぶし用） */
  .m-step + .m-step:after {
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* 左右中央に配置 */
    width: 100%;
    height: 25px;
    clip-path: polygon(0 0, 100% 0, 50% 100%); /* 下向きに変更 */
  }

  #fees .m-fees-block + .m-fees-block {
    border-left: 1px solid #c5c5c5;
    border-top: 0;
  }
  .m-footer-sublink {
    gap: var(--space-sm);
    margin-top: var(--space-xs);
  }
  #about .l-container .l-flex {
    justify-content: center;
    flex-direction: column;
  }


  .m-stickey__content p {
    font-size: var(--font-size-sm);
  }
  .l-header > .l-container {
    gap: 0;
  }
  footer.l-footer {
    padding: 4rem 0px 6rem;
  }

.l-footer .m-footer-top {
    padding-bottom: var(--space-md);
  }
  .m-footer-info {
    margin-bottom: var(--space-sm);
    width: 100%;
  }
  .m-footer-nav-col {
    margin-top: var(--space-md);
    width: 100%;
  }

  .m-footer-info__logo {
    margin: 0 auto;
    width: 100%;
  }

  .m-footer-nav-col__title {
    margin-bottom: var(--space-xs);
  }

  .l-header {
    height: var(--header-height-sp);
  }
  .l-header nav {
    display: none;
  }
  .m-nav-toolitem {
    width: var(--header-height-sp);
    height: var(--header-height-sp);
  }
  .m-hero {
  }

  .m-logo {
    height: var(--header-height-sp);
        margin-left: 1rem;
min-width:auto;
  }
  .m-logo img {
    max-width: 80px;
  }
  .m-step-flow {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 1rem;
  }
  .m-step-flow__item {
    min-width: 70px;
  }
  .m-step-flow::before {
        left:50px;
        right:50px;
        width: 100%;
  }
  .l-section.pages {
    margin-top: var(--header-height-sp);
  }
  .m-form-actions {
    margin-top: 4.8rem;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .m-cta-link + .m-cta-link {
    border-top: none;
    border-left: 1px solid;
  }
}

/* ==========================================================================
   4. State (is-) - 状態変化
   ========================================================================== */

/* Fade Up Animation */
.is-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Delay Utilities */
.u-delay-100 {
  transition-delay: 100ms;
}
.u-delay-200 {
  transition-delay: 200ms;
}
.u-delay-300 {
  transition-delay: 300ms;
}

/* Scrolled Header */

    /* SPメニュー (l-footer) のフェードイン設定 */
    .l-footer#global-menu {
      display: block !important;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: var(--color-base);
      z-index: -1; /* ボタンより低く設定 */
      overflow-y: auto;
      /*padding: calc(var(--header-height) + 40px) 0 60px;*/
      padding:0;
      /* 初期状態：隠す */
      opacity: 0;
      visibility: hidden;
      transform: translateY(15px);
      transition: opacity var(--transition-speed) ease,
                  visibility var(--transition-speed) ease,
                  transform var(--transition-speed) cubic-bezier(0.19, 1, 0.22, 1);
      padding-bottom:6rem;
    }

.l-footer#global-menu .m-footer-top {
    padding-top: var(--header-height);
}




    .l-footer#global-menu:before {
background:none;

}

    /* 表示状態 */
    .l-footer#global-menu.is-active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
 overflow-y: auto;
    }
.l-header.is-scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color:var(--color-base);
}

.l-header.is-scrolled * {
  color:var(--color-base);
}
.is-menu-open .l-header.is-scrolled * {
    color: #fff;
}

.is-menu-open .l-header.is-scrolled > div{
    background: var(--color-base);
}
.l-header.is-scrolled .hamburger-icon span{
 background-color:var(--color-base);
}
.is-menu-open .l-header.is-scrolled .hamburger-icon span {
    background: #fff;
}
.l-header .logo-w{ opacity: 1; }
.l-header .logo-b{ opacity: 0; }

.l-header.is-scrolled .logo-w{ opacity: 0; }
.l-header.is-scrolled .logo-b{ opacity: 1; }

.is-menu-open .l-header.is-scrolled .logo-w{ opacity: 1; }
.is-menu-open .l-header.is-scrolled .logo-b{ opacity: 0; }

    body.is-menu-open {
      overflow: hidden;
    }

.is-menu-open .l-header.is-scrolled .m-footer--sns i {
    color: var(--color-base);
}




/* ロゴの共通設定 */
.m-logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
height:100%;
}
/* Mobile Menu Active */
.m-mobile-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Mobile / Desktop Visibility */
.u-hidden-md {
  display: block;
}
.u-visible-md {
  display: none;
}
.m-menu-btn.u-hidden-md {
  display: flex;
}
@media (min-width: 768px) {

  .u-hidden-md {
    display: none;
  }
  .m-menu-btn.u-hidden-md {
    display: none;
  }
  .u-visible-md {
    display: block;
  }
}

/* Animations */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  60% {
    transform: translate(-50%, -5px);
  }
}


@media (max-width: 599px) {
.m-about-intro .m-about-body {
    flex-direction: column;
    gap: 0;
}

.m-about-head {
    width:100%;
}
.m-about-intro .m-about-body .m-read {
    width: 100%;
}

/*
.l-footer#global-menu {
    padding-top: var(--header-height-sp);
}
*/
.l-footer#global-menu .m-footer-info {
    display: none;
}

.m-link--wrap{
    max-width: 50vw;
}

    .cBtn-main .cBtn-main--circle {
        width: calc(32 / 400 * 100vw);
        height: calc(24 / 400 * 100vw);
    }
}
