@charset "UTF-8";
.container-lp {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.page-contact {
  background: #F8F7F4;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-contact .contact-main {
  flex: 1 0 auto;
}

.page-contact .thanks-main {
  flex: 1 0 auto;
}

.page-contact .site-header,
.page-thanks .site-header {
  background: #F8F7F4;
}
.contact-main {
  padding-top: clamp(56px, 44.59px + 3.04vw, 103px);
  padding-bottom: clamp(48px, 40.23px + 2.07vw, 80px);
}

.contact-main-form {
  background: #FFF;
  padding-bottom: clamp(60px, 2.84rem + 3.88vw, 120px);
}

.confirm-main {
  background: #FFF;
  padding-top: clamp(100px, 5.81rem + 1.88vw, 129px);
}

.contact-main-white,
.thanks-main-white {
  background: #FFF;
}

@media (min-width: 768px) {
  .contact-main-form {
    padding-top: 102px;
  }
}
.contact-shell {
  width: calc(100% - clamp(40px, 1.89rem + 2.59vw, 80px));
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.contact-logo {
  margin: 0 auto;
  width: clamp(100px, 4.2rem + 8vw, 220px);
}
.contact-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-title {
  margin: clamp(16px, 13.09px + 0.78vw, 28px) 0 0;
  color: var(--_, #6A5D56);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(22px, 1.07rem + 1.29vw, 42px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(30.8px, 1.57rem + 1.5vw, 54px);
  letter-spacing: clamp(2.1px, 0.12rem + 0.03vw, 2.2px);
  text-align: center;
}
.contact-main-form .contact-title {
  margin-top: clamp(16px, 0.82rem + 2.97vw, 55.836px);
}

.contact-lead {
  margin-top: clamp(24px, 1.18rem + 1.36vw, 45px);
  color: var(--_4C, #4C4C4C);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 0.737rem + 0.324vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 1.288rem + 0.906vw, 38px);
  letter-spacing: clamp(0.65px, 0.0368rem + 0.0162vw, 0.9px);
}

.contact-tel {
  margin-top: clamp(24px, 1.26rem + 1.04vw, 40px);
  margin-bottom: 0;
  color: var(--_, #6A5D56);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(26px, 1.41rem + 0.91vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(40px, 2.99rem - 0.52vw, 48px);
  letter-spacing: clamp(1.3px, 1.13px + 0.11vw, 3px);
}

.contact-tel-hours {
  margin-top: clamp(2px, -0.09rem + 0.91vw, 16px);
  color: var(--_4C, #4C4C4C);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(11px, 0.63rem + 0.2vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 1.09rem + 0.65vw, 30px);
  letter-spacing: clamp(0.55px, 0.51px + 0.01vw, 0.7px);
}

.contact-form {
  margin-top: clamp(24px, 1.26rem + 1.04vw, 40px);
}

.contact-row {
  display: flex;
  align-items: stretch;
  text-align: left;
}

.contact-row-label {
  display: flex;
  max-width: none;
  width: clamp(146px, 21vw, 400px);
  padding: clamp(10px, 0.53rem + 0.39vw, 16px) clamp(12px, 0.56rem + 0.79vw, 24px);
  align-items: center;
  gap: clamp(10px, 0.49rem + 1.05vw, 24px);
  flex: 0 0 clamp(146px, 21vw, 400px);
  align-self: stretch;
  border: 1px solid var(---CF, #CFCFCF);
  background: var(--_, #F8F7F4);
  color: var(--_4C, #4C4C4C);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 0.95rem + 0.13vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.required-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 2.51rem + 0.26vw, 46px);
  height: clamp(22px, 1.34rem + 0.13vw, 24px);
  padding: 8px;
  gap: 8px;
  border-radius: 5px;
  background: var(---, #C93F2D);
  color: var(---WEB, #FFF);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(11px, 0.67rem + 0.06vw, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-shrink: 0;
  white-space: nowrap;
}

.contact-row-field {
  display: flex;
  width: auto;
  flex: 1 1 auto;
  padding: clamp(10px, 0.53rem + 0.39vw, 16px) clamp(12px, 0.56rem + 0.79vw, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border: 1px solid var(---CF, #CFCFCF);
  border-left: 0;
  background: var(--WEB, #FFF);
}

.contact-row + .contact-row .contact-row-label,
.contact-row + .contact-row .contact-row-field {
  border-top: 0;
}

.contact-help {
  margin: 0;
  color: #6A5D56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 0.73rem + 0.06vw, 13px);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.contact-input,
.contact-textarea {
  width: 100%;
  color: #6A5D56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 0.83rem + 0.13vw, 16px);
  line-height: 1.6;
}
.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #B3ACA7;
}

.contact-input {
  display: flex;
  height: clamp(50px, 2.92rem + 0.91vw, 64px);
  padding: 8px 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid var(---CF, #CFCFCF);
  background: var(---WEB, #FFF);
}

.contact-textarea {
  display: flex;
  height: clamp(292px, 283.26px + 2.33vw, 328px);
  min-height: 292px;
  padding: 8px 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid var(---CF, #CFCFCF);
  background: var(---WEB, #FFF);
  resize: vertical;
}

.contact-input.contact-field-invalid,
.contact-textarea.contact-field-invalid {
  border-color: #A94442;
}

.contact-privacy {
  margin-top: clamp(24px, 1.1rem + 1.05vw, 40px);
  border: 1px solid #D2CECB;
  background: #FFF;
  width: 1231px;
  max-width: 100%;
  padding: clamp(12px, 0.57rem + 0.79vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: left;
  max-height: clamp(220px, 13.44rem + 1.3vw, 240px);
  overflow: auto;
  color: #6A5D56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 0.71rem + 0.2vw, 14px);
  line-height: 1.8;
}
.contact-privacy p {
  width: 100%;
}
.contact-privacy p:not(.privacy-date) {
  margin: 0;
}
.contact-privacy > p:nth-child(2) {
  margin-top: clamp(0px, -10.7px + 2.85vw, 44px);
}
.contact-privacy > .privacy-definition + .privacy-definition {
  margin-top: clamp(0px, -10.7px + 2.85vw, 44px);
}
.contact-privacy > .privacy-date {
  margin-top: clamp(0px, -10.7px + 2.85vw, 44px);
}

.privacy-date {
  color: var(--_4C, #4C4C4C);
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 0.63rem + 0.52vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(19px, 0.9rem + 1.23vw, 38px);
  letter-spacing: clamp(0.6px, 0.5px + 0.03vw, 1px);
}

.privacy-intro {
  color: var(--_4C, #4C4C4C);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 0.63rem + 0.52vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(19px, 0.9rem + 1.23vw, 38px);
  letter-spacing: clamp(0.6px, 0.5px + 0.03vw, 1px);
}

.privacy-definition,
.privacy-section {
  color: var(--_4C, #4C4C4C);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 0.63rem + 0.52vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(19px, 0.9rem + 1.23vw, 38px);
  letter-spacing: clamp(0.6px, 0.5px + 0.03vw, 1px);
}
.privacy-definition strong,
.privacy-section strong {
  display: block;
  color: var(--_4C, #4C4C4C);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 0.63rem + 0.52vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(19px, 0.87rem + 1.34vw, 40px);
  letter-spacing: clamp(0.6px, 0.5px + 0.03vw, 1px);
  margin-bottom: 24px;
}
.privacy-definition a,
.privacy-section a {
  color: var(--_4C, #4C4C4C);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.contact-agreement {
  margin-top: clamp(24px, 20.12px + 1.04vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--_4C, #4C4C4C);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 12.54px + 0.39vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: var(---24, 24px);
}
.contact-agreement input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
}
.contact-agreement input[type=checkbox].contact-field-invalid {
  outline: 2px solid #A94442;
  outline-offset: 2px;
  border-radius: 2px;
}
.contact-agreement span {
  display: flex;
  align-items: center;
  min-height: 24px;
  transform: translateY(-2px);
}

.alert-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(60, 60, 60, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}

.alert-modal-overlay.is-open {
  display: flex;
}

.alert-modal-content {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  max-width: 480px;
  width: calc(100% - clamp(28px, 1.42rem + 0.26vw, 32px));
  padding: clamp(26px, 1.56rem + 0.26vw, 30px) clamp(16px, 0.88rem + 0.52vw, 24px) clamp(20px, 1.19rem + 0.26vw, 24px);
  animation: alertModalIn 0.25s ease-out;
}

@keyframes alertModalIn {
  from {
    opacity: 0;
    transform: translateY(-16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.alert-modal-title {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 0.91rem + 0.13vw, 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.alert-modal-body {
  margin-top: 14px;
  margin-bottom: 20px;
  color: #666;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 0.74rem + 0.13vw, 15px);
  line-height: 1.8;
}
.alert-modal-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alert-modal-body li {
  position: relative;
  padding: 6px 0 6px 18px;
}
.alert-modal-body li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #999;
}

.alert-modal-footer {
  text-align: center;
}

.alert-modal-btn {
  border: none;
  border-radius: 999px;
  background-color: #888;
  color: #fff;
  padding: 10px 48px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.alert-modal-btn:hover,
.alert-modal-btn:focus {
  background-color: #6a6a6a;
  transform: translateY(-1px);
}

.contact-turnstile {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.contact-submit-wrap {
  margin-top: clamp(0px, -9.71px + 2.59vw, 40px);
  text-align: center;
}

.contact-submit.btn-cta {
  display: flex;
  width: clamp(327px, 285.01px + 11.2vw, 500px);
  height: clamp(54px, 47.69px + 1.68vw, 80px);
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0 auto;
  position: relative;
  border-radius: clamp(27px, 23.84px + 0.84vw, 40px);
  background: #C93F2D;
  color: var(--_FFF, #FFF);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 13.03px + 0.26vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(20px, 15.63px + 1.17vw, 38px);
  letter-spacing: 0.9px;
  flex-shrink: 0;
  border: 0;
  box-shadow: none;
}
.contact-submit.btn-cta::after {
  content: "";
  display: block;
  position: absolute;
  right: clamp(20px, 16.6px + 0.91vw, 34px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(14px, 12.06px + 0.52vw, 22px);
  height: clamp(14px, 11.82px + 0.58vw, 23px);
  flex-shrink: 0;
  aspect-ratio: 22/23;
  background: url("../img/confirm_arrow.svg") no-repeat center/contain;
}
.contact-submit.btn-cta:hover,
.contact-submit.btn-cta:focus,
.contact-submit.btn-cta:active,
.thanks-btn.btn-cta:hover,
.thanks-btn.btn-cta:focus,
.thanks-btn.btn-cta:active {
  background: #C93F2D;
  color: var(--_FFF, #FFF);
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

.contact-error-message {
  margin-top: 16px;
  color: #B42318;
  font-size: 14px;
}

.contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.thanks-message {
  margin: 32px auto 0;
  max-width: 820px;
  color: #6A5D56;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 12.06px + 0.52vw, 20px);
  line-height: clamp(1.9, 1.88 + 0.01vw, 2);
  letter-spacing: 0.05em;
}

.thanks-main {
  min-height: calc(100vh - 120px - 134px);
  padding: clamp(100px, 76.46px + 6.28vw, 197px) 0 clamp(60px, 6.25vw, 120px);
}

.thanks-shell {
  width: calc(100% - clamp(47px, 39px + 2.59vw, 80px));
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.thanks-title {
  margin: 0;
  color: var(--_, #6A5D56);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(22px, 17.15px + 1.29vw, 42px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(30px, 24.17px + 1.55vw, 54px);
  letter-spacing: clamp(2.1px, 2.224px - 0.0065vw, 2.2px);
}

.thanks-body {
  margin: clamp(28px, 26.79px + 0.32vw, 33px) auto 0;
  max-width: 1200px;
  color: var(--_4C, #4C4C4C);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 11.79px + 0.32vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 20.6px + 0.91vw, 38px);
  letter-spacing: clamp(0.65px, 0.59px + 0.02vw, 0.9px);
}
.thanks-body p {
  margin: 0;
}
.thanks-body p + p {
  margin-top: clamp(18px, 1.67vw, 32px);
}

.thanks-action {
  margin: clamp(40px, 27.14px + 3.43vw, 93px) 0 0;
  display: flex;
  justify-content: center;
}

.thanks-btn.btn-cta {
  position: relative;
  display: flex;
  width: clamp(327px, 285px + 11.2vw, 500px);
  height: clamp(54px, 47.69px + 1.68vw, 80px);
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: clamp(27px, 23.84px + 0.84vw, 40px);
  background: #C93F2D;
  border: 0;
  box-shadow: none;
  color: var(--_FFF, #FFF);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 13.03px + 0.26vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(20px, 15.63px + 1.17vw, 38px);
  letter-spacing: clamp(0.7px, 0.65px + 0.01vw, 0.9px);
}
.thanks-btn.btn-cta::after {
  content: "";
  display: block;
  position: absolute;
  right: clamp(20px, 16.6px + 0.91vw, 34px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(14px, 12.06px + 0.52vw, 22px);
  height: clamp(14px, 11.82px + 0.58vw, 23px);
  flex-shrink: 0;
  aspect-ratio: 22/23;
  background: url("../img/confirm_arrow.svg") no-repeat center/contain;
}
.confirm-shell {
  max-width: 1240px;
}

.confirm-title {
  margin: 0 0 clamp(23px, 11.11px + 3.17vw, 72px);
  color: var(--_, #6A5D56);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 16.54px + 0.39vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(22px, 14.23px + 2.07vw, 54px);
  letter-spacing: clamp(1.2px, 1.95px - 0.04vw, 1.8px);
}

.confirm-table {
  width: 1232px;
  max-width: 100%;
  margin: 0 auto;
}

.confirm-row {
  display: flex;
  width: 1232px;
  max-width: 100%;
  align-items: stretch;
}
.confirm-row + .confirm-row .confirm-label,
.confirm-row + .confirm-row .confirm-value {
  border-top: 0;
}

.confirm-label {
  display: flex;
  max-width: 400px;
  width: clamp(210px, 83.33px + 16.49vw, 400px);
  padding: clamp(14px, 12.67px + 0.17vw, 16px) clamp(16px, 10.67px + 0.69vw, 24px);
  align-items: center;
  gap: clamp(10px, 3.33px + 0.87vw, 20px);
  flex: 0 0 clamp(210px, 83.33px + 16.49vw, 400px);
  align-self: stretch;
  border: 1px solid var(---CF, #CFCFCF);
  background: var(--_, #F8F7F4);
  color: var(--_4C, #4C4C4C);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 15.51px + 0.13vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.confirm-value {
  display: flex;
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  padding: clamp(12px, 11.03px + 0.26vw, 16px) clamp(16px, 14.06px + 0.52vw, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border: 1px solid var(---CF, #CFCFCF);
  border-left: 0;
  background: var(--WEB, #FFF);
  color: var(--_4C, #4C4C4C);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 15.51px + 0.13vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 23.03px + 0.26vw, 28px);
  text-align: left;
}

.confirm-row-message .confirm-value {
  color: var(--_4C, #4C4C4C);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 15.51px + 0.13vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 23.03px + 0.26vw, 28px);
  white-space: pre-wrap;
  word-break: break-word;
}

.confirm-actions {
  margin-top: clamp(24px, 20.12px + 1.04vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, 26.1px - 1.36vw, 21px);
}
.confirm-actions form {
  margin: 0 0 0 clamp(0px, -10.92px + 2.91vw, 45px);
}

.btn-confirm-back,
.btn-confirm-submit {
  min-width: 300px;
  min-height: 68px;
  border-radius: 999px;
  padding: 12px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: 0;
}

.btn-confirm-back {
  position: relative;
  display: flex;
  width: clamp(327px, 318.99px + 2.14vw, 360px);
  min-width: clamp(327px, 318.99px + 2.14vw, 360px);
  height: clamp(54px, 47.69px + 1.68vw, 80px);
  min-height: clamp(54px, 47.69px + 1.68vw, 80px);
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: clamp(27px, 23.84px + 0.84vw, 40px);
  background: var(--_888, #888);
  color: var(--_FFF, #FFF);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 13.03px + 0.26vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(20px, 15.63px + 1.17vw, 38px);
  letter-spacing: clamp(0.7px, 0.65px + 0.01vw, 0.9px);
}
.btn-confirm-back::before {
  content: "";
  position: absolute;
  left: clamp(20px, 16.6px + 0.91vw, 34px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(14px, 12.06px + 0.52vw, 22px);
  height: clamp(14px, 11.82px + 0.58vw, 23px);
  background: url("../img/confirm_back.svg") no-repeat center/contain;
}
.btn-confirm-back:hover, .btn-confirm-back:focus, .btn-confirm-back:active {
  background: var(--_888, #888);
  color: var(--_FFF, #FFF);
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

.btn-confirm-submit {
  position: relative;
  display: flex;
  width: clamp(327px, 318.99px + 2.14vw, 360px);
  min-width: clamp(327px, 318.99px + 2.14vw, 360px);
  height: clamp(54px, 47.69px + 1.68vw, 80px);
  min-height: clamp(54px, 47.69px + 1.68vw, 80px);
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: clamp(27px, 23.84px + 0.84vw, 40px);
  background: #C93F2D;
  color: var(--_FFF, #FFF);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 13.03px + 0.26vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(20px, 15.63px + 1.17vw, 38px);
  letter-spacing: clamp(0.7px, 0.65px + 0.01vw, 0.9px);
}
.btn-confirm-submit::after {
  content: "";
  position: absolute;
  right: clamp(20px, 16.6px + 0.91vw, 34px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(14px, 12.06px + 0.52vw, 22px);
  height: clamp(14px, 11.82px + 0.58vw, 23px);
  background: url("../img/confirm_arrow.svg") no-repeat center/contain;
}
.btn-confirm-submit:hover, .btn-confirm-submit:focus, .btn-confirm-submit:active {
  background: #C93F2D;
  color: var(--_FFF, #FFF);
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

@media (max-width: 767.98px) {
  .page-contact .contact-shell {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
  .page-contact .contact-main {
    padding-top: 103px;
  }
  .contact-lead {
    text-align: left;
  }
  .contact-row {
    display: block;
    border-bottom: 0;
  }
  .contact-row-label {
    width: 100%;
    flex: none;
    border-right: 1px solid #D2CECB;
    border-bottom: 1px solid #D2CECB;
    justify-content: space-between;
  }
  .contact-row-field {
    width: 100%;
    border-top: 0;
    border-left: 1px solid #D2CECB;
    border-right: 1px solid #D2CECB;
    border-bottom: 1px solid #D2CECB;
  }
  .contact-input.contact-field-invalid,
  .contact-textarea.contact-field-invalid {
    border-width: 2px;
  }
  .contact-agreement {
    margin-bottom: 24px;
  }
  .alert-modal-btn {
    width: 100%;
    max-width: 220px;
  }
  .thanks-main {
    min-height: auto;
  }
  .thanks-shell {
    margin-left: 24px;
    margin-right: 23px;
  }
  .thanks-body {
    text-align: left;
  }
  .confirm-row {
    display: block;
    width: 100%;
  }
  .confirm-row + .confirm-row .confirm-label {
    border-top: 0;
  }
  .confirm-label {
    width: 100%;
    max-width: none;
    flex: none;
    box-sizing: border-box;
  }
  .confirm-value {
    width: 100%;
    flex: none;
    box-sizing: border-box;
    border-left: 1px solid var(---CF, #CFCFCF);
    border-top: 0;
  }
  .confirm-actions {
    flex-direction: column;
  }
  .confirm-actions form {
    margin-left: 0;
  }
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  min-width: 375px;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.section-inner {
  padding: clamp(40px, 4.17vw, 80px) 0;
}

.site-header {
  height: clamp(60px, 2.84rem + 3.88vw, 120px);
  display: flex;
  align-items: center;
  min-width: 375px;
}

.site-header-logo {
  display: block;
  line-height: 0;
}
.site-header-logo img {
  width: clamp(128px, 13.33vw, 256px);
  height: auto;
  display: block;
}

.site-header-right {
  gap: clamp(8px, 1.04vw, 20px);
  align-items: flex-start;
}

.site-header-tel-number {
  font-family: "Outfit", sans-serif;
  font-size: clamp(22px, 2.6vw, 50px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #6A5D56;
  text-decoration: none;
}
.site-header-tel-number:hover, .site-header-tel-number:focus, .site-header-tel-number:active {
  color: #6A5D56;
  text-decoration: none;
}

.site-header-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: -4px;
}

.site-header-tel-hours {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(6px, 0.625vw, 12px);
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0.05em;
  color: #6A5D56;
  margin-top: 0;
  white-space: nowrap;
}

.site-header .btn-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: clamp(160px, 15vw, 288px);
  height: clamp(40px, 3.66vw, 70px);
  padding: 20px;
  border-radius: 40px;
  box-shadow: none;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(12px, 1.04vw, 20px);
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .site-header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .site-header-tel-number {
    letter-spacing: 1.1px;
  }
  .site-header-tel-hours {
    white-space: normal;
    letter-spacing: 0.3px;
  }
  .site-header .btn-cta {
    display: none;
  }
  .site-header .container-lp {
    padding-left: 21px;
    padding-right: 26px;
  }
}
.btn-cta {
  min-width: clamp(200px, 15vw, 288px);
  padding: clamp(12px, 1.04vw, 20px) clamp(20px, 1.56vw, 30px);
  border-radius: clamp(30px, 2.08vw, 40px);
  background-color: #E58129;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.8rem, 0.83vw, 1rem);
  text-decoration: none;
  text-align: center;
  display: inline-block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-cta:hover {
  background-color: rgba(229, 129, 41, 0.7);
  color: #fff;
}

.hero-upper {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 54.74%, #FFFFFF 68.45%), url("../img/pc_hero_bg.jpg") right top/100% auto no-repeat;
  overflow: visible;
}
.hero-upper .section-inner {
  padding-top: clamp(32px, 3.75vw, 72px);
}

.hero-text-col {
  margin-left: -15px;
}

.hero-title {
  margin-top: clamp(5px, 21.67px - 0.87vw, 15px);
  margin-left: clamp(-24px, 16px - 2.08vw, 0px);
}
.hero-title img {
  max-width: clamp(326px, -28.67px + 46.18vw, 858px);
  width: 100%;
  height: auto;
}

.hero-subtitle {
  margin-top: clamp(14px, 12.54px + 0.39vw, 20px);
  margin-left: clamp(16px, 14.79px + 0.32vw, 21px);
  max-width: 881px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(11px, 1.15vw, 22px);
  font-weight: 700;
  line-height: clamp(18px, 1.67vw, 32px);
  letter-spacing: 0.2em;
  color: #6A5D56;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}

.hero-bottom-row {
  margin-top: clamp(-13px, -61.75px + 6.35vw, 60px);
  margin-left: clamp(0px, -9.98px + 1.3vw, 15px);
}

.hero-product-logo {
  transform: translate(clamp(15px, -11.65px + 3.47vw, 55px), clamp(-10px, 6.68px - 0.87vw, 0px));
}
.hero-product-logo img {
  width: clamp(150px, 73.13px + 10.01vw, 265px);
  max-width: 265px;
  height: auto;
}

.hero-visual img {
  max-width: 100%;
  height: auto;
}

.hero-lower {
  margin-top: clamp(-45px, -51.68px + 0.87vw, -35px);
  background-image: url("../img/md_left_bg.jpg"), url("../img/md_right_bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: auto min(calc(100% - 14px), 640.323px), auto min(calc(100% - 14px), 650px);
  background-position: left top, right 14px;
}
.hero-lower .section-inner {
  padding-top: clamp(10px, 0.52vw, 10px);
  padding-bottom: clamp(30px, 9.61px + 5.44vw, 114px);
}

.hero-icons {
  gap: clamp(20px, 2.08vw, 40px);
  margin-top: clamp(0px, -2.43px + 0.65vw, 10px);
}

.hero-icon-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(140px, 16.67vw, 320px);
  height: clamp(140px, 16.67vw, 320px);
  aspect-ratio: 1/1;
  padding: clamp(30px, 5.52vw, 106px) 7px;
  gap: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #63B258;
  border: clamp(4px, 0.31vw, 6px) solid #45B042;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(12px, 1.35vw, 26px);
  line-height: clamp(20px, 1.77vw, 34px);
  letter-spacing: 0.1em;
  text-align: center;
}

.hero-description {
  margin-top: clamp(16px, 9.33px + 1.91vw, 46px);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(12px, 1.25vw, 24px);
  font-weight: 700;
  line-height: clamp(24px, 2.08vw, 40px);
  letter-spacing: 1.2px;
  color: #6A5D56;
}

.hero-cta {
  margin-top: clamp(1.5rem, 1.3vw, 2rem);
}
.hero-cta .btn-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: clamp(260px, 34.53vw, 663px);
  min-height: clamp(48px, 5.21vw, 100px);
  padding: 16px 20px;
  border-radius: 100px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 1.56vw, 30px);
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .hero-upper {
    background: url("../img/sp_hero_bg.jpg") center top/100% auto no-repeat;
    overflow-x: clip;
    overflow-y: visible;
  }
  .hero-upper .section-inner {
    padding-top: 84px;
  }
  .hero-upper .container-lp {
    padding-left: 14px;
    padding-right: 9px;
  }
  .hero-upper .row {
    --bs-gutter-x: 0;
  }
  .hero-text-col {
    margin-left: 0;
    text-align: left;
  }
  .hero-title {
    margin-top: 0;
  }
  .hero-title img {
    max-width: 100%;
    width: auto;
  }
  .hero-subtitle {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.65px;
  }
  .hero-bottom-row {
    margin-top: 3px;
    margin-left: 0;
    text-align: center;
  }
  .hero-product-logo {
    transform: none;
    text-align: center;
    margin-top: 0;
  }
  .hero-product-logo img {
    width: clamp(114.4px, 94.01px + 5.44vw, 198.4px);
    max-width: 45%;
    height: auto;
  }
  .hero-visual {
    margin-top: 19px;
    text-align: center;
    margin-bottom: -43px;
  }
  .hero-visual img {
    width: clamp(327px, 257.1px + 18.64vw, 615px);
    max-width: 95%;
    height: auto;
  }
  .hero-lower {
    margin-top: 0;
    background-size: calc(50% - 15px) auto, calc(50% - 9.15px) auto;
    background-position: left -10px, right 0 top 10px;
  }
  .hero-lower .section-inner {
    padding-bottom: 30px;
  }
  .hero-icons {
    margin-bottom: 0;
  }
  .hero-icon-item:first-child {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    transform: translateY(30px);
  }
  .hero-description {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .hero-cta {
    margin-top: 16px;
  }
  .hero-cta .btn-cta {
    display: flex;
    margin-inline: auto;
    width: clamp(280px, 227.89px + 14.03vw, 335px);
    min-width: clamp(280px, 227.89px + 14.03vw, 335px);
    height: clamp(50px, 38.52px + 3.06vw, 62px);
    padding: clamp(8px, -3.48px + 3.06vw, 20px);
    justify-content: center;
    align-items: center;
    gap: clamp(3.2px, -1.39px + 1.22vw, 8px);
    border-radius: clamp(40px, 30.43px + 2.55vw, 50px);
    color: #FFF;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(15px, 14.04px + 0.26vw, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(12px, 10.09px + 0.51vw, 14px);
    letter-spacing: 0;
  }
}
.section-trouble {
  margin-top: clamp(20px, 2.08vw, 40px);
  background: url("../img/pc_bg_image_01.jpg") left top/cover no-repeat;
}
@media (min-width: 1920px) {
  .section-trouble {
    min-height: 900px;
  }
}
.section-trouble .section-inner {
  padding-top: clamp(70px, 7.19vw, 138px);
}
@media (max-width: 767.98px) {
  .section-trouble {
    margin-top: 0;
    background-image: url("../img/sp_bg_image_01.jpg");
    background-position: left top;
  }
  .section-trouble .container-lp {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-trouble .section-inner {
    padding-top: 122px;
    padding-bottom: 34px;
  }
}

.trouble-content {
  margin-left: auto;
  width: clamp(523px, 43.59vw, 837px);
}
@media (min-width: 768px) {
  .section-trouble .trouble-content {
    margin-right: clamp(0px, -114.67px + 14.93vw, 172px);
  }
}
@media (max-width: 767.98px) {
  .trouble-content {
    width: clamp(327px, 238.05px + 23.72vw, 420px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.trouble-heading {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: var(--_, #6A5D56);
  -webkit-text-stroke-width: clamp(4.5px, 0.36vw, 7.5px);
  -webkit-text-stroke-color: #FFF;
  -webkit-text-fill-color: var(--_, #6A5D56);
  paint-order: stroke fill;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(34px, 2.5vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(50px, 3.65vw, 70px);
  letter-spacing: clamp(2.8px, 0.25vw, 4.8px);
}
.trouble-heading-em {
  display: inline-block;
  position: relative;
  z-index: 0;
  color: var(--_, #6A5D56);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(42px, 3.13vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(50px, 3.65vw, 70px);
  letter-spacing: clamp(3.6px, 0.31vw, 6px);
  background: none;
  padding-bottom: 6px;
}
.trouble-heading-em::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - clamp(11px, 8.09px + 0.78vw, 23px));
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 186 / 36;
  background: url("../img/section_title_line_blue.svg") center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
.trouble-heading-prefix {
  display: inline-block;
}
.trouble-heading-sub {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
@media (max-width: 767.98px) {
  .trouble-heading {
    max-width: none;
    width: 100%;
    margin-left: 0;
    text-align: right;
    -webkit-text-stroke-width: 3.6px;
    -webkit-text-stroke-color: #FFF;
    font-size: 27.648px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.9px;
  }
  .trouble-heading-em {
    font-size: 34.56px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2px;
    padding-bottom: 3px;
  }
  .trouble-heading-prefix {
    letter-spacing: 1.5px;
  }
  .trouble-heading-sub {
    color: var(--_, #6A5D56);
    text-align: center;
    -webkit-text-stroke-width: 3.6px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Zen Old Mincho", serif;
    font-size: 23.04px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.6px;
  }
}

.trouble-list {
  max-width: none;
  width: 100%;
  margin-top: clamp(16px, 7.75px + 2.2vw, 50px);
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .trouble-list {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    margin-bottom: 0;
  }
}

.trouble-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(20px, 2.08vw, 40px);
  padding: clamp(12px, 1.04vw, 20px) clamp(20px, 2.08vw, 40px);
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 9.36px + 0.97vw, 28px);
  font-weight: 600;
  line-height: clamp(20px, 12.23px + 2.07vw, 52px);
  letter-spacing: clamp(0.65px, 0.47px + 0.05vw, 1.4px);
  color: #6A5D56;
}
.trouble-item + .trouble-item {
  margin-top: clamp(16px, 1.67vw, 32px);
}
@media (max-width: 767.98px) {
  .trouble-item {
    height: 48px;
    padding: 8px;
    gap: 16px;
    text-align: left;
  }
  .trouble-item + .trouble-item {
    margin-top: 8px;
  }
}
.trouble-item .trouble-check {
  width: clamp(28px, 2.08vw, 40px);
  height: clamp(28px, 2.08vw, 40px);
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .trouble-item .trouble-check {
    width: 24px;
    height: 24px;
  }
}

.trouble-footer {
  max-width: none;
  width: 100%;
  margin-top: clamp(16px, 1.67vw, 32px);
  margin-left: 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 700;
  font-style: normal;
  line-height: clamp(24px, 2.08vw, 40px);
  letter-spacing: 1.2px;
  color: #6A5D56;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}
@media (max-width: 767.98px) {
  .trouble-footer {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-top: 9.8px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.65px;
    -webkit-text-stroke: 3px #fff;
  }
}

.section-issue {
  position: relative;
  z-index: 1;
  background: url("../img/pc_bg_image_02.jpg") center bottom/cover no-repeat;
  color: #fff;
  min-height: clamp(640px, 151.2px + 44vw, 996px);
  overflow: hidden;
}
.section-issue .section-inner {
  padding-top: clamp(52px, 30.641px + 5.6958vw, 140px);
  padding-bottom: clamp(60px, 5.21vw, 100px);
}
@media (max-width: 767.98px) {
  .section-issue {
    background: url("../img/sp_bg_image_02.jpg") center bottom/cover no-repeat;
    min-height: 0;
    height: auto;
  }
}

.issue-heading {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(23.04px, 16.98px + 1.62vw, 48px);
  font-weight: 700;
  line-height: clamp(33.6px, 24.76px + 2.36vw, 70px);
  letter-spacing: clamp(2.304px, 1.70px + 0.16vw, 4.8px);
  text-shadow: 0 0 clamp(4.8px, 2.50px + 0.61vw, 10px) #1B7218;
}

.issue-heading-em {
  font-size: clamp(28.8px, 21.23px + 2.02vw, 60px);
  font-weight: 700;
  letter-spacing: clamp(2.88px, 2.12px + 0.2vw, 6px);
  line-height: clamp(33.6px, 24.76px + 2.36vw, 70px);
}

.issue-subtitle {
  margin-top: clamp(5px, 0.78vw, 15px);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 8.87px + 1.1vw, 30px);
  font-weight: 700;
  line-height: clamp(22px, 15.69px + 1.68vw, 48px);
  letter-spacing: clamp(0.65px, 0.44px + 0.06vw, 1.5px);
  text-shadow: 0 0 clamp(4px, 2.54px + 0.39vw, 10px) #1B7218;
}

.issue-cards {
  margin-top: clamp(20px, 15.63px + 1.17vw, 38px);
  gap: clamp(12px, 5.2px + 1.81vw, 40px);
  flex-wrap: nowrap;
}

.issue-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  max-width: 380px;
  padding: clamp(20px, 2.08vw, 40px);
  gap: clamp(10px, 1.04vw, 20px);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 1.15vw, 22px);
  font-weight: 700;
  line-height: clamp(22px, 1.77vw, 34px);
  letter-spacing: clamp(0.65px, 0.54px + 0.03vw, 1.1px);
  color: #6A5D56;
}
.issue-card p {
  margin: 0;
}
.issue-description {
  margin-top: clamp(20px, 13.45px + 1.75vw, 47px);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 1.04vw, 20px);
  font-weight: 400;
  line-height: clamp(22px, 17.63px + 1.17vw, 40px);
  letter-spacing: clamp(0.6px, 0.5px + 0.03vw, 1px);
  text-shadow: 0 0 clamp(4px, 2.54px + 0.39vw, 10px) #1B7218;
}
.issue-description p {
  margin: 0;
}

.issue-conclusion {
  margin-top: clamp(20px, 13.53px + 1.72vw, 37px);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 10.17px + 1.55vw, 40px);
  font-weight: 700;
  line-height: clamp(24px, 15.26px + 2.33vw, 60px);
  letter-spacing: clamp(0.8px, 0.02px + 0.21vw, 4px);
  text-shadow: 0 0 clamp(4px, 2.54px + 0.39vw, 10px) #1B7218;
}
@media (max-width: 767.98px) {
  .section-issue .container-lp {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-issue .issue-cards {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0;
  }
  .section-issue .issue-heading {
    margin: 0;
  }
  .section-issue .issue-subtitle {
    margin-top: 16px;
    color: var(--_FFF, #FFF);
    text-align: center;
    text-shadow: 0 0 4px #1B7218;
    font-family: "Zen Old Mincho", serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.65px;
  }
  .section-issue .issue-card {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: auto;
    width: min(100%, 540px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: var(--_FFF, #FFF);
    box-shadow: 0 1.6px 1.6px 0 rgba(0, 0, 0, 0.25);
  }
  .section-issue .issue-conclusion {
    color: var(--_FFF, #FFF);
    text-align: center;
    text-shadow: 0 0 4px #1B7218;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
}

.section-next {
  position: relative;
  z-index: 2;
  background-color: #F8F7F4;
  overflow: visible;
  isolation: isolate;
}
.section-next::before {
  content: "";
  position: absolute;
  top: clamp(0px, -86.65px + 23.11vw, 357px);
  left: 0;
  width: clamp(286.737px, 121.19px + 44.15vw, 968.784px);
  aspect-ratio: 244/167;
  background: url("../img/section-next_bg_01.png") left top/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.section-next::after {
  content: "";
  position: absolute;
  top: clamp(-67px, 16.26px + -4.34vw, 0px);
  right: 0;
  width: clamp(180.131px, 99.46px + 21.51vw, 512.5px);
  aspect-ratio: 81/65;
  background: url("../img/section-next_bg_02.png") right top/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}
.section-next .section-inner {
  position: relative;
  z-index: 3;
  padding-top: 134px;
  padding-bottom: 120px;
}
.section-next .section-inner::before {
  content: "";
  position: absolute;
  top: clamp(524px, 356.039px + 44.7896vw, 1216px);
  left: 0;
  width: clamp(154.432px, 65.70px + 23.66vw, 520px);
  aspect-ratio: 130/111;
  background: url("../img/section-next_bg_03.png") left top/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.section-next .section-inner::after {
  content: "";
  position: absolute;
  top: clamp(448px, 498.95px + -2.65vw, 489px);
  right: clamp(-15px, -18.64px + 0.97vw, 0px);
  width: clamp(183.296px, 19.53px + 43.67vw, 858px);
  aspect-ratio: 193.3/106.99;
  background: url("../img/section-next_bg_04.png") right top/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.next-intro {
  position: relative;
  z-index: 2;
  text-align: center;
}

.next-lead {
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(0px, -2.62px + 0.70vw, 10.8px);
  text-align: center;
  -webkit-text-stroke-width: clamp(4.5px, 2.86px + 0.44vw, 11.25px);
  -webkit-text-stroke-color: #FFF;
  -webkit-text-fill-color: var(--_, #6A5D56);
  paint-order: stroke fill;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(28.8px, 21.23px + 2.02vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(33.6px, 24.76px + 2.36vw, 70px);
  letter-spacing: clamp(2.304px, 1.41px + 0.24vw, 6px);
  color: var(--_, #6A5D56);
}
.next-lead .next-lead-small {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(23.04px, 16.98px + 1.62vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(33.6px, 24.76px + 2.36vw, 70px);
  letter-spacing: clamp(2.24px, 1.62px + 0.17vw, 4.8px);
  color: var(--_, #6A5D56);
  -webkit-text-fill-color: var(--_, #6A5D56);
}
.next-lead::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(-21px, -14.79px + -0.32vw, -16px);
  width: 50%;
  aspect-ratio: 616/52;
  transform: translateX(-50%);
  background: url("../img/section_title_line.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}

.next-lead-sub {
  margin: clamp(24px, 19.63px + 1.17vw, 42px) 0 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 10.33px + 0.71vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(22px, 17.63px + 1.17vw, 40px);
  letter-spacing: clamp(0.64px, 0.50px + 0.04vw, 1.2px);
  color: var(--_, #6A5D56);
  -webkit-text-stroke-width: clamp(2px, 1.51px + 0.13vw, 4px);
  -webkit-text-stroke-color: #FFF;
  -webkit-text-fill-color: var(--_, #6A5D56);
  paint-order: stroke fill;
}

.next-main-visual {
  position: relative;
  margin-top: clamp(32px, 23.50px + 2.27vw, 67px);
}

.next-main-logo {
  position: relative;
  z-index: 2;
  width: clamp(160px, 65.98px + 12.24vw, 301px);
  margin: 0 auto;
}
.next-main-logo img {
  width: 100%;
  height: auto;
}

.next-main-building {
  position: relative;
  z-index: 2;
  max-width: 1163px;
  margin: clamp(27px, -5.06px + 4.17vw, 75px) auto 0;
}

.next-heading {
  margin: 46px 0 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(28px, 14.66px + 1.74vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(44px, 26.65px + 2.26vw, 70px);
  letter-spacing: clamp(2px, 0.13px + 0.24vw, 4.8px);
  color: var(--3, #59A357);
}

.next-description {
  max-width: 1020px;
  margin: 33px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  color: var(--_, #6A5D56);
}

.next-pill-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, -1.89px + 1.81vw, 20px);
  margin: 42px 0 0;
}

.next-pill-item {
  display: flex;
  width: clamp(165px, 111.67px + 6.94vw, 245px);
  height: clamp(165px, 111.67px + 6.94vw, 245px);
  flex-shrink: 0;
  padding: clamp(18px, -30px + 6.25vw, 106px) 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 3.33px + 0.35vw, 10px);
  border-radius: 50%;
  border: clamp(2.6px, 1.67px + 0.12vw, 4px) solid var(--_, #DD8E4A);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), var(--_, #DD8E4A);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 9.33px + 0.87vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(22px, 14px + 1.04vw, 34px);
  letter-spacing: clamp(1.6px, 0.93px + 0.09vw, 2.6px);
  color: var(--_FFF, #FFF);
}

@media (max-width: 767.98px) {
  .section-next {
    overflow: hidden;
  }
  .section-next .section-inner {
    padding-top: clamp(72px, 236.36px + -21.43vw, 156px);
    padding-bottom: 36.64px;
  }
  .section-next .section-inner::after {
    top: clamp(478.599px, 680.671px - 26.3121vw, 582px);
  }
  .next-lead::after {
    width: 100%;
  }
  .next-lead-sub {
    margin: clamp(36px, 27.39px + 2.30vw, 45px) 0 0;
  }
  .next-lead-sub + .next-lead-sub {
    margin-top: clamp(20px, -3.855px + 6.361vw, 45px);
  }
  .next-main-visual {
    margin-top: clamp(24px, 16.35px + 2.04vw, 32px);
  }
  .next-main-logo {
    width: clamp(120px, 35.82px + 22.45vw, 208px);
  }
  .next-main-building {
    margin-top: clamp(14px, 60.96px + -6.12vw, 38px);
    max-width: 100%;
  }
  .next-heading {
    margin-top: clamp(24px, 20.17px + 1.02vw, 28px);
    font-size: clamp(20px, 12.35px + 2.04vw, 28px);
    line-height: clamp(28px, 13.27px + 3.93vw, 43.4px);
    letter-spacing: clamp(1.68px, 2.31px + -0.08vw, 2px);
  }
  .next-description {
    margin-top: clamp(18px, 29.74px + -1.53vw, 24px);
    font-size: clamp(12px, 10.09px + 0.51vw, 14px);
    line-height: clamp(22px, 16.26px + 1.53vw, 28px);
    letter-spacing: clamp(0.42px, 0.77px + -0.05vw, 0.6px);
  }
  .next-pill-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, max-content));
    justify-content: center;
    justify-items: center;
    gap: 20px;
    margin-top: clamp(24px, 22.09px + 0.51vw, 26px);
  }
  .next-pill-item {
    width: clamp(140px, 63.47px + 20.41vw, 220px);
    height: auto;
    min-height: 0;
    padding: clamp(34px, 83.62px + -6.47vw, 59.36px) clamp(3.92px, 0.02px + 1.04vw, 8px);
    gap: clamp(5.6px, 3.30px + 0.61vw, 8px);
    border-width: clamp(2.24px, 1.51px + 0.19vw, 3px);
    border-radius: 50%;
    aspect-ratio: 1/1;
    box-shadow: 0 0 clamp(8.4px, 2.09px + 1.68vw, 15px) 0 rgba(0, 0, 0, 0.25);
    justify-self: center;
    font-size: clamp(14.56px, 9.37px + 1.38vw, 20px);
    line-height: clamp(19.04px, 8.59px + 2.79vw, 30px);
    letter-spacing: clamp(1.2px, 1.7px - 0.067vw, 1.456px);
  }
}

.next-point-list {
  margin-top: 88px;
}

.next-point-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 30px;
}
.next-point-row + .next-point-row {
  margin-top: 42px;
}

.next-point-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .next-point-row-1 .next-point-image,
  .next-point-row-3 .next-point-image {
    justify-self: start;
  }
  .next-point-row-2 .next-point-image {
    justify-self: end;
  }
  .next-point-row-1 .next-point-image img,
  .next-point-row-3 .next-point-image img {
    display: block;
    margin-right: auto;
  }
  .next-point-row-2 .next-point-image img {
    display: block;
    margin-left: auto;
  }
}
.next-point-card {
  position: relative;
  z-index: 2;
  width: 640px;
  padding: 50px 56px;
  background: #fff;
  border: 2px solid #ECE5DF;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(46, 34, 26, 0.08);
}

.next-point-row-1 .next-point-card {
  margin-left: -126px;
}

.next-point-row-2 .next-point-card {
  margin-left: auto;
  margin-right: -126px;
}

.next-point-row-3 .next-point-card {
  margin-left: -126px;
}

@media (max-width: 1919.98px) and (min-width: 768px) {
  .next-point-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
  }
  .next-point-row-1,
  .next-point-row-3 {
    margin-left: -20px;
    margin-right: auto;
  }
  .next-point-row-2 {
    margin-left: auto;
    margin-right: -20px;
  }
  .next-point-card {
    --point_overlap: clamp(24px, 3.125vw, 60px);
    width: 100%;
    padding: 36px 30px;
  }
  .next-point-row-1 .next-point-card {
    margin-left: calc(-1 * var(--point_overlap));
    margin-right: 0;
  }
  .next-point-row-2 .next-point-card {
    margin-left: auto;
    margin-right: calc(-1 * var(--point_overlap));
  }
  .next-point-row-3 .next-point-card {
    margin-left: calc(-1 * var(--point_overlap));
    margin-right: 0;
  }
  .next-point-number {
    font-size: clamp(20px, 14.67px + 0.69vw, 28px);
    letter-spacing: clamp(0.8px, 0.59px + 0.09vw, 1.12px);
  }
  .next-point-title {
    margin-top: 14px;
    font-size: clamp(19px, 15.67px + 0.43vw, 24px);
    line-height: clamp(27px, 20.99px + 0.782vw, 36px);
    letter-spacing: clamp(0.57px, 0.31px + 0.033vw, 0.96px);
  }
  .next-point-text {
    margin-top: 14px;
    font-size: clamp(13px, 11.67px + 0.17vw, 15px);
    line-height: clamp(22px, 17.33px + 0.61vw, 29px);
    letter-spacing: clamp(0.39px, 0.25px + 0.017vw, 0.6px);
  }
}
@media (min-width: 1920px) {
  .next-point-card {
    display: flex;
    width: 740px;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: none;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  }
  .next-point-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .next-point-row {
    width: fit-content;
    grid-template-columns: auto auto;
    column-gap: 0;
  }
  .next-point-row-1,
  .next-point-row-3 {
    margin-right: auto;
    margin-left: -180px;
  }
  .next-point-row-2 {
    margin-left: auto;
    margin-right: -180px;
  }
  .next-point-row-1 .next-point-card {
    margin-left: -60px;
  }
  .next-point-row-2 .next-point-card {
    margin-right: -60px;
  }
  .next-point-row-3 .next-point-card {
    margin-left: -60px;
  }
  .next-point-title {
    margin-top: 0;
    text-align: center;
  }
  .next-point-text {
    margin-top: 0;
    color: #6A5D56;
    text-align: justify;
  }
}
.next-point-number {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(16px, 10.17px + 1.55vw, 40px);
  font-weight: 400;
  line-height: normal;
  letter-spacing: clamp(0.64px, 0.41px + 0.06vw, 1.6px);
  color: #A28764;
  text-align: center;
}

.next-point-title {
  margin: 20px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 12.60px + 0.91vw, 30px);
  font-weight: 700;
  line-height: clamp(24px, 17.20px + 1.81vw, 52px);
  letter-spacing: clamp(0.8px, 0.63px + 0.05vw, 1.5px);
  color: #6A5D56;
}

.next-point-text {
  margin: 18px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 10.54px + 0.39vw, 18px);
  font-weight: 400;
  line-height: clamp(23.4px, 21.31px + 0.56vw, 32px);
  letter-spacing: clamp(0.48px, 0.38px + 0.03vw, 0.9px);
  color: #5F5A54;
}

@media (max-width: 767.98px) {
  .next-point-list {
    margin-top: clamp(24px, 8.70px + 4.08vw, 40px);
  }
  .next-point-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    column-gap: 0;
  }
  .next-point-row + .next-point-row {
    margin-top: 32px;
  }
  .next-point-row-2 .next-point-image {
    order: 1;
  }
  .next-point-row-2 .next-point-card {
    order: 2;
  }
  .next-point-image {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .next-point-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .next-point-card {
    width: calc(100% - clamp(8px, -13px + 5.6vw, 30px));
    margin: -38px auto 0;
    padding: 18px 24px 20px;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(46, 34, 26, 0.14);
    text-align: center;
  }
  .next-point-row-1 .next-point-card,
  .next-point-row-2 .next-point-card,
  .next-point-row-3 .next-point-card {
    margin-left: auto;
    margin-right: auto;
  }
  .next-point-title {
    margin-top: 10px;
    align-self: stretch;
    text-align: center;
  }
  .next-point-text {
    margin-top: 10px;
    text-align: left;
  }
}
.section-menu {
  background-color: #A58F6D;
  background-image: url("../img/pc_menu_background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-menu .section-inner {
  padding-top: clamp(54px, 38.22px + 4.21vw, 119px);
  padding-bottom: clamp(48px, 35.87px + 3.24vw, 98px);
}

.menu-intro {
  text-align: center;
}

.menu-heading {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 18.17px + 1.55vw, 48px);
  font-weight: 700;
  line-height: clamp(32px, 22.78px + 2.46vw, 70px);
  letter-spacing: clamp(2.4px, 1.82px + 0.16vw, 4.8px);
}

.menu-lead {
  margin: clamp(24px, 15.26px + 2.33vw, 60px) 0 0;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 10.06px + 0.52vw, 20px);
  font-weight: 400;
  line-height: clamp(22px, 17.63px + 1.17vw, 40px);
  letter-spacing: clamp(0.6px, 0.5px + 0.03vw, 1px);
}

.menu-grid {
  max-width: 1130px;
  margin: clamp(28px, 25.09px + 0.78vw, 40px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 20px + 0.52vw, 30px);
}

.menu-card {
  padding: 24px;
  border-radius: 12px;
  background: #F4F4F4;
}

.menu-card-title {
  margin: 0;
  color: #514940;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 2px;
}

.menu-card-text {
  margin: 10px 0 0;
  color: #6A5D56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.75px;
}

.menu-card-image {
  margin: 14px 0 0;
}
.menu-card-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

@media (min-width: 768px) {
  .menu-grid {
    justify-content: center;
    max-width: clamp(720px, 380px + 44.27vw, 1230px);
  }
  .menu-card {
    display: flex;
    width: 100%;
    padding: clamp(24px, 8px + 2.08vw, 48px);
    flex-direction: column;
    align-items: center;
    gap: 0;
    box-sizing: border-box;
    border-radius: clamp(8px, 0px + 1.04vw, 20px);
    background: #FFF;
  }
  .menu-card-title {
    align-self: stretch;
    text-align: left;
    color: #6A5D56;
    font-size: clamp(16px, 6.67px + 1.22vw, 30px);
    line-height: clamp(24px, 8px + 2.08vw, 48px);
    letter-spacing: clamp(0.8px, 0.33px + 0.06vw, 1.5px);
  }
  .menu-card-text {
    margin-top: clamp(3px, -0.33px + 0.43vw, 8px);
    align-self: stretch;
    text-align: left;
    font-size: clamp(12px, 8px + 0.52vw, 18px);
    line-height: clamp(22px, 16.67px + 0.69vw, 30px);
    letter-spacing: clamp(0.6px, 0.4px + 0.03vw, 0.9px);
  }
  .menu-card-image {
    align-self: stretch;
    margin-top: clamp(9px, -1px + 1.3vw, 24px);
  }
  .menu-card-image img {
    align-self: stretch;
  }
}
@media (max-width: 767.98px) {
  .section-menu {
    background-image: url("../img/sp_menu_background.png");
  }
  .menu-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .menu-card {
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    background: var(--_FFF, #FFF);
    box-sizing: border-box;
  }
  .menu-card-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .menu-card-text {
    margin-top: 3px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .menu-card-image {
    margin-top: 9px;
  }
  .menu-card-image img {
    align-self: stretch;
  }
}
.section-project-carousel {
  --project-active-card-width: clamp(600px, 68.75vw, 1100px);
  background: #6A5D56;
}
.section-project-carousel .section-inner {
  padding-top: clamp(54px, 42.13px + 3.17vw, 103px);
  padding-bottom: clamp(53px, 43.78px + 2.46vw, 91px);
}

.section-project-carousel.project-carousel-is-initializing .project-carousel-stage {
  visibility: hidden;
}

.section-project-carousel.project-carousel-is-initializing .project-carousel-viewport {
  min-height: clamp(360px, 42vw, 760px);
}

@media (max-width: 767.98px) {
  .section-project-carousel.project-carousel-is-initializing .project-carousel-viewport {
    min-height: 420px;
  }
}
.project-carousel-shell {
  width: 100%;
}

.project-carousel-heading {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 18.17px + 1.55vw, 48px);
  font-weight: 700;
  line-height: clamp(32px, 22.78px + 2.46vw, 70px);
  letter-spacing: clamp(2.4px, 1.82px + 0.16vw, 4.8px);
}
.project-carousel-stage {
  margin-top: clamp(24px, 15.02px + 2.46vw, 62px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-carousel-viewport {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-project-carousel .project-carousel-stage,
  .section-project-carousel .project-carousel-viewport {
    width: min(100%, 1920px);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.project-carousel-track {
  display: flex;
  gap: clamp(40px, 22px + 2.34vw, 67px);
  align-items: flex-start;
  will-change: transform;
}
.project-slide-card {
  flex: 0 0 var(--project-active-card-width);
  width: var(--project-active-card-width);
}

.project-slide-inner {
  padding: clamp(42px, 30px + 1.56vw, 60px) clamp(48px, 26.67px + 2.78vw, 80px) clamp(36px, 20px + 2.08vw, 60px);
  border-radius: 12px;
  background: var(--_FFF, #FFF);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.project-slide-title {
  margin: 0;
  color: #6A5D56;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 6.67px + 1.22vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(24px, 8px + 2.08vw, 48px);
  letter-spacing: clamp(0.8px, 0.33px + 0.06vw, 1.5px);
}

.project-slide-text {
  margin: 18px 0 0;
  color: #6A5D56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 8px + 0.52vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 16.67px + 0.69vw, 30px);
  letter-spacing: clamp(0.6px, 0.4px + 0.03vw, 0.9px);
}
.project-slide-images {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr);
  gap: 22px;
}

.project-slide-main,
.project-slide-sub {
  margin: 0;
}
.project-slide-main img,
.project-slide-sub img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.project-slide-sub-wrap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.project-carousel-btn {
  display: inline-flex;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #A28764;
  background: #FFF;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.project-carousel-btn img {
  display: block;
  width: 28px;
  height: 28px;
}
@media (hover: hover) and (pointer: fine) {
  .project-carousel-btn:hover {
    background: #E9E3DC;
  }
}
.project-carousel-btn:active, .project-carousel-btn:focus {
  background: #FFF;
  border-color: #A28764;
}
.project-carousel-btn:focus-visible {
  outline: 2px solid #A28764;
  outline-offset: 2px;
}

.project-carousel-prev,
.project-carousel-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.project-carousel-prev {
  left: calc(50% - var(--project-active-card-width) / 2);
}

.project-carousel-next {
  left: calc(50% + var(--project-active-card-width) / 2);
}

.project-carousel-indicators {
  margin-top: 26px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.project-indicator {
  width: 39.841px;
  height: 2px;
  border: 0;
  background: rgba(255, 255, 255, 0.36);
  padding: 0;
  border-radius: 2px;
}
.project-indicator.is-active {
  background: #FFF;
}

@media (max-width: 767.98px) {
  .project-carousel-stage {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    row-gap: 0;
    align-items: center;
    width: clamp(327px, 100vw - 48px, 720px);
    margin-left: auto;
    margin-right: auto;
  }
  .project-carousel-viewport {
    grid-column: 1/4;
    grid-row: 1;
    margin-inline: 0;
  }
  .project-carousel-track {
    gap: 20px;
  }
  .project-slide-card {
    flex: 0 0 100%;
  }
  .project-slide-inner {
    padding: 24px;
    border-radius: 8px;
  }
  .project-slide-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .project-slide-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .project-slide-images {
    margin-top: 8px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .project-slide-main img {
    aspect-ratio: 279/186;
  }
  .project-slide-sub-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 8px;
  }
  .project-slide-sub img {
    aspect-ratio: 137/91;
  }
  .project-carousel-prev,
  .project-carousel-next {
    position: static;
    transform: none;
  }
  .project-carousel-prev {
    grid-column: 1;
    grid-row: 2;
    margin-top: 24px;
    justify-self: start;
  }
  .project-carousel-next {
    grid-column: 3;
    grid-row: 2;
    margin-top: 24px;
    justify-self: end;
  }
  .project-carousel-btn {
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    flex: 0 0 40px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 5px;
    border: 1px solid #6A5D56;
    background: #FFF;
  }
  .project-carousel-btn img {
    width: 16px;
    height: 17px;
    flex-shrink: 0;
  }
  .project-carousel-indicators {
    grid-column: 2;
    grid-row: 2;
    margin-top: 24px;
    display: flex;
    justify-self: center;
    align-self: center;
    gap: 8px;
  }
  .project-indicator {
    width: 39.841px;
    height: 2px;
  }
}
.section-voice {
  background: #DD8E4A;
}
.section-voice .section-inner {
  padding-top: clamp(56px, 44.35px + 3.11vw, 104px);
  padding-bottom: clamp(42px, 25.25px + 4.47vw, 111px);
}

.voice-shell {
  max-width: 1140px;
  margin: 0 auto;
}

.voice-heading {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 18.17px + 1.55vw, 48px);
  font-weight: 700;
  line-height: clamp(32px, 22.77px + 2.46vw, 70px);
  letter-spacing: clamp(2.4px, 1.82px + 0.16vw, 4.8px);
}

.voice-grid {
  margin-top: clamp(24px, 15.26px + 2.33vw, 60px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 17.69px + 1.68vw, 50px);
}

.voice-card {
  background: #F3F3F3;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  padding: 34px 36px 18px;
}

.voice-quote {
  margin: 0;
  color: #6A5D56;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 1.6px;
}

.voice-text {
  margin: 10px 0 0;
  color: #6A5D56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.95px;
}

.voice-author {
  margin: 14px 0 0;
  color: #6A5D56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.9px;
}

@media (max-width: 767.98px) {
  .voice-shell {
    max-width: none;
    width: calc(100% - 48px);
  }
  .voice-grid {
    grid-template-columns: 1fr;
  }
  .voice-card {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    padding: 24px;
  }
  .voice-quote {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .voice-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .voice-author {
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
}
@media (min-width: 768px) {
  .voice-shell {
    max-width: clamp(720px, 380px + 44.27vw, 1230px);
  }
  .section-voice .voice-grid {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(24px, 17.69px + 1.68vw, 50px);
    row-gap: clamp(24px, 17.69px + 1.68vw, 50px);
  }
  .voice-card {
    display: flex;
    width: 100%;
    min-height: clamp(220px, 156.56px + 8.26vw, 315px);
    padding: clamp(24px, -0.04px + 3.13vw, 60px);
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(8px, 6.67px + 0.17vw, 10px);
    box-sizing: border-box;
    border-radius: clamp(8px, -0.01px + 1.04vw, 20px);
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  }
  .voice-quote {
    margin: 0;
    color: #6A5D56;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(16px, 10.66px + 0.7vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(24px, 18.66px + 0.7vw, 32px);
    letter-spacing: clamp(0.8px, 0.53px + 0.03vw, 1.2px);
  }
  .voice-text {
    margin: 0;
    color: #6A5D56;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(12px, 7.99px + 0.52vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(22px, 15.32px + 0.87vw, 32px);
    letter-spacing: clamp(0.6px, 0.4px + 0.03vw, 0.9px);
  }
  .voice-author {
    margin: 0;
    color: #6A5D56;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(12px, 9.33px + 0.35vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(22px, 15.32px + 0.87vw, 32px);
    letter-spacing: clamp(0.6px, 0.47px + 0.02vw, 0.8px);
  }
}
@media (min-width: 1920px) {
  .section-voice .voice-card {
    padding: 60px 60px 18px;
    gap: 0;
  }
  .section-voice .voice-text {
    margin-top: 10px;
  }
  .section-voice .voice-author {
    margin-top: 12px;
  }
}
.section-faq {
  background-color: #FFF;
  background-image: url("../img/pc_utilization_background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-faq .section-inner {
  padding-top: clamp(69px, 59.05px + 2.65vw, 110px);
  padding-bottom: clamp(40px, 24.47px + 4.14vw, 104px);
}
.faq-shell {
  width: calc(100% - clamp(40px, 26.41px + 3.62vw, 96px));
  max-width: 1240px;
  margin: 0 auto;
}

.faq-heading {
  margin: 0;
  color: #6A5D56;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 18.17px + 1.55vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 22.78px + 2.46vw, 70px);
  letter-spacing: clamp(2.4px, 1.82px + 0.16vw, 4.8px);
}

.faq-list {
  margin: clamp(24px, 15.26px + 2.33vw, 60px) 0 0;
  display: grid;
  gap: clamp(18px, 12.66px + 1.42vw, 40px);
}

.faq-item {
  border: solid #A28764;
  border-width: clamp(1px, 0.61px + 0.10vw, 2px);
  border-radius: clamp(8px, 7.51px + 0.13vw, 10px);
  background: #FFF;
}

.faq-toggle {
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: clamp(10px, 6.6px + 0.91vw, 24px);
  text-align: left;
  padding: clamp(14px, 7.69px + 1.68vw, 40px) clamp(12px, -4.5px + 4.4vw, 80px);
  cursor: pointer;
}

.faq-q-label,
.faq-a-label {
  width: clamp(24px, 22.54px + 0.39vw, 30px);
  color: #A28764;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(20px, 17.57px + 0.65vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(28.8px, 27.05px + 0.47vw, 36px);
  letter-spacing: clamp(0px, -0.19px + 0.05vw, 0.8px);
  flex: 0 0 auto;
}

.faq-question {
  color: #6A5D56;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 10.6px + 0.91vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(22px, 14.72px + 1.94vw, 52px);
  letter-spacing: 1.4px;
  flex: 1 1 auto;
}

.faq-icon {
  width: clamp(20px, 19.03px + 0.26vw, 24px);
  height: clamp(20px, 19.03px + 0.26vw, 24px);
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 1/1;
  background: url("../img/plus.svg") center/contain no-repeat;
  background-size: clamp(18px, 16.54px + 0.39vw, 24px) clamp(18px, 16.54px + 0.39vw, 24px);
}

.faq-item.is-open .faq-icon {
  background-image: url("../img/minus.svg");
}

.faq-panel {
  padding: 0 clamp(12px, -4.5px + 4.4vw, 80px) clamp(14px, 11.09px + 0.78vw, 26px);
}

.faq-answer-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 7.09px + 0.78vw, 22px);
}

.faq-answer {
  margin: 0;
  color: #6A5D56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 11.79px + 0.32vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(24px, 22.06px + 0.52vw, 32px);
  letter-spacing: clamp(0.65px, 0.59px + 0.02vw, 0.9px);
}

@media (min-width: 768px) {
  .faq-toggle {
    display: grid;
    grid-template-columns: clamp(24px, 20px + 0.52vw, 30px) minmax(0, 1fr) clamp(20px, 17.33px + 0.35vw, 24px);
    column-gap: clamp(10px, 0.67px + 1.22vw, 24px);
    align-items: center;
  }
  .faq-item.is-open {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 10.67px + 0.69vw, 24px);
  }
  .faq-item.is-open .faq-toggle {
    padding-bottom: 0;
  }
  .faq-question {
    align-self: center;
  }
  .faq-q-label,
  .faq-a-label {
    display: flex;
    height: clamp(36px, 25.33px + 1.39vw, 52px);
    align-items: center;
    justify-content: center;
    align-self: center;
  }
  .section-faq .faq-toggle .faq-icon {
    justify-self: end;
    align-self: center;
    margin: 0;
  }
  .faq-a-label {
    display: block;
    height: auto;
    align-self: flex-start;
    margin: 0 0 0 4px;
  }
  .faq-item.is-open .faq-panel {
    margin-top: 0;
  }
  .faq-answer {
    padding-right: clamp(0px, -2px + 0.26vw, 3px);
  }
  .faq-icon {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section-faq {
    background-image: url("../img/sp_utilization_background.png");
  }
  .faq-icon {
    display: flex;
    padding: 13px 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    box-sizing: border-box;
  }
  .faq-item.is-open .faq-toggle {
    padding: 0;
    width: 100%;
  }
  .faq-item.is-open {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #A28764;
    background: #FFF;
  }
  .faq-item.is-open .faq-panel {
    padding: 0;
    width: 100%;
  }
  .faq-answer-row {
    gap: 10px;
  }
  .faq-answer {
    color: #282828;
    padding-right: 38px;
  }
}
.section-footer-cta {
  background-color: #FFF;
  background-image: url("../img/pc_footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section-footer-cta .section-inner {
  padding-top: clamp(48px, 39.51px + 2.27vw, 83px);
  padding-bottom: clamp(40px, 34.18px + 1.55vw, 64px);
}
.footer-cta-shell {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.footer-cta-heading {
  margin: 0;
  color: #6A5D56;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 700;
}

.footer-cta-heading-top {
  display: block;
  color: #6A5D56;
  text-align: center;
  -webkit-text-stroke-width: 6.75px;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-fill-color: #6A5D56;
  paint-order: stroke fill;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(20px, 13.2px + 1.81vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 20.35px + 3.11vw, 80px);
  letter-spacing: clamp(2px, 1.32px + 0.18vw, 4.8px);
}

.footer-cta-heading-main {
  display: block;
  margin-top: 0;
  position: relative;
  top: -4px;
  color: #6A5D56;
  text-align: center;
  -webkit-text-stroke-width: 6.75px;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-fill-color: #6A5D56;
  paint-order: stroke fill;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 15.26px + 2.33vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 20.35px + 3.11vw, 80px);
  letter-spacing: clamp(2.4px, 1.53px + 0.23vw, 6px);
}

.footer-cta-heading-sub {
  font-size: clamp(20px, 13.2px + 1.81vw, 48px);
  line-height: clamp(32px, 20.35px + 3.11vw, 80px);
  letter-spacing: clamp(2px, 1.32px + 0.18vw, 4.8px);
}

.footer-cta-text {
  margin: 0;
  position: relative;
  top: 0;
  color: #6A5D56;
  text-align: center;
  -webkit-text-stroke-width: clamp(4.5px, 3.95px + 0.15vw, 6.75px);
  -webkit-text-stroke-color: #FFF;
  -webkit-text-fill-color: #6A5D56;
  paint-order: stroke fill;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 10.06px + 0.52vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 17.63px + 1.17vw, 40px);
  letter-spacing: clamp(0.6px, 0.5px + 0.03vw, 1px);
}

.footer-cta-action {
  margin-top: clamp(24px, 22.3px + 0.45vw, 31px);
  position: relative;
  top: 0;
}
.footer-cta-action .btn-cta {
  gap: clamp(3.2px, 2.04px + 0.31vw, 8px);
  margin-left: auto;
  margin-right: auto;
  width: clamp(280px, 187.04px + 24.79vw, 663px);
  min-width: clamp(280px, 187.04px + 24.79vw, 663px);
  height: clamp(50px, 37.87px + 3.24vw, 100px);
  padding: clamp(8px, 5.09px + 0.78vw, 20px);
  border-radius: clamp(40px, 25.44px + 3.88vw, 100px);
  background: #E58129;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(15px, 11.36px + 0.97vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(12px, 7.63px + 1.17vw, 30px);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-cta-action .btn-cta:hover {
  background: rgba(229, 129, 41, 0.7);
  color: #FFF;
}

.footer-cta-shell > .footer-cta-text:first-of-type {
  margin-top: clamp(12px, 10.79px + 0.32vw, 17px);
}
.sp-page-top {
  display: none;
}

@media (max-width: 767.98px) {
  .section-footer-cta {
    background-image: url("../img/sp_footer_bg.jpg");
  }
  .footer-cta-heading-top {
    -webkit-text-stroke-width: 4.5px;
  }
  .footer-cta-heading-main {
    margin-top: 2px;
    -webkit-text-stroke-width: 4.5px;
  }
  .footer-cta-text {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .footer-cta-shell > .footer-cta-text:first-of-type {
    margin-top: 24px;
  }
  .footer-cta-action {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-cta-action .btn-cta {
    box-shadow: 0 1.6px 1.6px 0 rgba(0, 0, 0, 0.25);
    letter-spacing: 0;
  }
  .sp-page-top {
    display: flex;
    width: 100%;
    max-width: none;
    height: 60px;
    padding: 19px 140px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 0 auto;
    text-decoration: none;
    background: #6A5D56;
  }
  .sp-page-top img {
    width: 10px;
    height: 16px;
    flex-shrink: 0;
  }
  .sp-page-top-label {
    color: #FFF;
    text-align: right;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.site-footer-bar {
  background: #1D2553;
}

.footer-bar-inner {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 134px;
  padding: 0 40px 18px 339px;
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto 1fr auto;
  align-items: start;
  column-gap: 37px;
}

.footer-bar-logo img {
  display: block;
  width: auto;
  height: auto;
}

.footer-bar-logo img.footer-bar-logo-image {
  width: clamp(164px, 151.38px + 3.37vw, 216px);
  height: auto;
}

.footer-bar-logo {
  margin-top: 37px;
}

.footer-bar-contact {
  display: contents;
}

.footer-bar-info {
  margin-top: 43px;
  color: var(--_FFF, #FFF);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.footer-bar-info p {
  margin: 0;
}

.footer-bar-instagram {
  margin-top: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer-bar-instagram img {
  width: 43px;
  height: 43px;
  display: block;
}

.footer-bar-copy {
  position: absolute;
  top: 70px;
  left: 1297px;
  margin: 0;
  white-space: nowrap;
  color: var(--_FFF, #FFF);
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-bar-top {
  position: absolute;
  top: 41px;
  right: 160px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: var(--_FFF, #FFF);
  gap: 4px;
}
.footer-bar-top img {
  width: 22px;
  height: 30px;
  display: block;
}
.footer-bar-top span {
  color: var(--_FFF, #FFF);
  text-align: right;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}

@media (min-width: 768px) {
  .footer-bar-inner {
    padding: clamp(18px, 16.67px + 0.17vw, 20px) clamp(14px, -83.73px + 12.67vw, 160px) clamp(16px, 14.67px + 0.17vw, 18px) clamp(14px, -202.67px + 28.21vw, 339px);
    min-height: 134px;
    display: grid;
    grid-template-columns: auto auto minmax(8px, 1fr) auto auto;
    grid-template-rows: auto;
    align-items: center;
    column-gap: clamp(8px, -16.67px + 3.21vw, 45px);
    row-gap: 0;
  }
  .footer-bar-logo {
    margin-top: 0;
    grid-column: 1;
    grid-row: 1;
  }
  .footer-bar-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(8px, -6px + 1.82vw, 29px);
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .footer-bar-info {
    margin-top: 0;
    font-size: clamp(11px, 7.67px + 0.43vw, 16px);
    line-height: 1.45;
    letter-spacing: clamp(0.5px, 0.3px + 0.03vw, 0.8px);
  }
  .footer-bar-info p {
    white-space: nowrap;
  }
  .footer-bar-instagram {
    margin-top: 0;
  }
  .footer-bar-copy {
    position: static;
    top: auto;
    left: auto;
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    text-align: right;
    font-size: clamp(8px, 5.33px + 0.35vw, 12px);
    white-space: nowrap;
  }
  .footer-bar-top {
    position: static;
    top: auto;
    right: auto;
    grid-column: 5;
    grid-row: 1;
    margin-left: 0;
  }
  .footer-bar-top span {
    font-size: clamp(12px, 10.67px + 0.17vw, 14px);
    letter-spacing: clamp(0.5px, 0.37px + 0.02vw, 0.7px);
  }
}
@media (max-width: 767.98px) {
  .footer-bar-inner {
    width: 100%;
    max-width: 767px;
    height: auto;
    min-height: 180px;
    padding: 25px clamp(24px, 1.99px + 5.87vw, 47px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
  }
  .footer-bar-logo {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-bar-logo img {
    width: auto;
    height: auto;
  }
  .footer-bar-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    row-gap: 0;
    gap: 24px;
  }
  .footer-bar-info {
    margin-top: 0;
    color: var(--_FFF, #FFF);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(12px, 10.09px + 0.51vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.6px;
  }
  .footer-bar-info p:last-child {
    white-space: nowrap;
  }
  .footer-bar-instagram {
    margin-top: 0;
    align-self: center;
  }
  .footer-bar-instagram img {
    width: 43px;
    height: 43px;
  }
  .footer-bar-copy {
    margin-top: 0;
    position: static;
    top: auto;
    left: auto;
    grid-column: 1/3;
    grid-row: 3;
    text-align: center;
    font-size: clamp(9px, 6.13px + 0.77vw, 12px);
    line-height: normal;
    letter-spacing: 0.1px;
  }
  .footer-bar-top {
    display: none;
  }
}
.section-utilization {
  background-color: #FFF;
  background-image: url("../img/pc_utilization_background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.section-utilization .section-inner {
  padding-top: clamp(47px, 27.1px + 5.31vw, 129px);
  padding-bottom: clamp(64px, 50.41px + 3.62vw, 120px);
}
@media (max-width: 767.98px) {
  .section-utilization {
    background-image: url("../img/sp_utilization_background.png");
    background-size: 100% 100%;
  }
}

.utilization-intro {
  text-align: center;
}

.utilization-heading {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 18.17px + 1.55vw, 48px);
  font-weight: 700;
  line-height: clamp(32px, 22.78px + 2.46vw, 70px);
  letter-spacing: clamp(2.4px, 1.82px + 0.16vw, 4.8px);
  color: #6A5D56;
}

.utilization-lead {
  margin: clamp(24px, 15.26px + 2.33vw, 60px) 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 8.87px + 1.1vw, 30px);
  font-weight: 700;
  line-height: clamp(22px, 15.69px + 1.68vw, 48px);
  letter-spacing: clamp(0.65px, 0.45px + 0.06vw, 1.5px);
  color: #6A5D56;
}

.utilization-grid {
  max-width: 1220px;
  margin: clamp(24px, 15.26px + 2.33vw, 60px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(30px, 4.17vw, 80px);
  row-gap: clamp(32px, 21.51px + 2.8vw, 60px);
}
.utilization-card {
  display: flex;
  flex-direction: column;
}

.utilization-card-image {
  margin: 0;
}
.utilization-card-image img {
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 5.09px + 0.78vw, 20px);
  display: block;
}

.utilization-card-title {
  align-self: stretch;
  margin: clamp(8px, 4.6px + 0.91vw, 24px) 0 0;
  padding-bottom: 0;
  border-bottom: none;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 12.12px + 1.03vw, 32px);
  font-weight: 700;
  line-height: clamp(24px, 17.2px + 1.81vw, 52px);
  letter-spacing: clamp(0.8px, 0.51px + 0.08vw, 1.6px);
  color: #6A5D56;
}

.utilization-card-text {
  position: relative;
  align-self: stretch;
  margin: clamp(8px, 4.12px + 1.03vw, 24px) 0 0;
  padding-top: clamp(8px, 4.12px + 1.03vw, 24px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 10.54px + 0.39vw, 18px);
  font-weight: 400;
  line-height: clamp(22px, 19.57px + 0.65vw, 32px);
  letter-spacing: clamp(0.6px, 0.48px + 0.03vw, 0.9px);
  color: #6A5D56;
}
.utilization-card-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(1px, 0.82px + 0.05vw, 1.5px);
  background: #A28764;
}

@media (max-width: 767.98px) {
  .utilization-heading {
    align-self: stretch;
  }
  .utilization-lead {
    text-align: center;
  }
  .utilization-grid {
    grid-template-columns: 1fr;
    row-gap: clamp(40px, 36.17px + 1.02vw, 44px);
  }
  .utilization-card-title {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-top: 16px;
  }
  .utilization-card-text {
    font-style: normal;
    font-size: clamp(12px, 10.09px + 0.51vw, 14px);
    line-height: 22px;
    letter-spacing: 0.6px;
    margin-top: 8px;
    padding-right: 1px;
  }
  .section-utilization .container-lp {
    padding-left: clamp(20px, 21.66px + 0.62vw, 24px);
    padding-right: clamp(20px, 21.66px + 0.62vw, 24px);
  }
}
.section-flow {
  background: #F8F7F4;
}
.section-flow .section-inner {
  padding-top: 127px;
  padding-bottom: 120px;
}

.flow-intro {
  text-align: center;
}

.flow-heading {
  margin: 0;
  color: #6A5D56;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 18.17px + 1.55vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 22.78px + 2.46vw, 70px);
  letter-spacing: clamp(2.4px, 1.82px + 0.16vw, 4.8px);
}

.flow-lead {
  margin: clamp(24px, 15.26px + 2.33vw, 60px) 0 0;
  align-self: stretch;
  color: #6A5D56;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(13px, 8.87px + 1.1vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(22px, 15.69px + 1.68vw, 48px);
  letter-spacing: clamp(0.65px, 0.45px + 0.06vw, 1.5px);
}

.flow-step-list {
  position: relative;
  z-index: 1;
  width: min(1280px, 100% - 48px);
  max-width: 1280px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: clamp(8px, 1.6vw, 24px);
}
.flow-step-list::before {
  content: "";
  position: absolute;
  left: clamp(28px, 6vw, 110px);
  right: clamp(28px, 6vw, 110px);
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: #A28764;
  z-index: 0;
}

.flow-step-item {
  position: relative;
  z-index: 1;
  display: flex;
  width: 223px;
  height: 189px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  gap: 0;
}

.flow-step-item-01 {
  background: #0069A2;
}

.flow-step-item-02 {
  background: #00A284;
}

.flow-step-item-03 {
  background: #7EB83F;
}

.flow-step-item-04 {
  background: #C9A242;
}

.flow-step-item-05 {
  background: #DD8E4A;
}

.flow-step-number {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px;
  letter-spacing: 1.6px;
}

.flow-step-title {
  display: flex;
  width: 191.2px;
  height: 83.2px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 1.2px;
}

.flow-note {
  margin: 40px 0 0;
  color: #6A5D56;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.flow-cta {
  margin-top: 40px;
  text-align: center;
}
.flow-cta .btn-cta {
  display: inline-flex;
  width: clamp(260px, 34.53vw, 663px);
  min-height: clamp(48px, 5.21vw, 100px);
  margin-inline: auto;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #E58129;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 1.56vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
}
.flow-cta .btn-cta:hover {
  background-color: rgba(229, 129, 41, 0.7);
  color: #FFF;
}

@media (min-width: 768px) {
  .flow-step-item {
    width: 100%;
    max-width: 223px;
    height: auto;
    min-height: 0;
    aspect-ratio: 223/189;
    padding: clamp(10px, -15.33px + 3.3vw, 48px) clamp(8px, -13.33px + 2.78vw, 40px);
    box-sizing: border-box;
    justify-self: center;
  }
  .flow-step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    transform: translateY(clamp(0px, 13.33px - 0.694vw, 8px));
    font-size: clamp(20px, 2.2vw, 32px);
    line-height: clamp(28px, 2.6vw, 41.6px);
    letter-spacing: clamp(1px, 0.11vw, 1.6px);
  }
  .flow-step-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(120px, 72.54px + 6.18vw, 191.2px);
    min-height: clamp(56px, 38.53px + 2.27vw, 83.2px);
    font-size: clamp(14px, 1.5vw, 24px);
    line-height: clamp(24px, 2.4vw, 38.4px);
    letter-spacing: clamp(0.7px, 0.08vw, 1.2px);
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .section-flow .section-inner {
    padding-top: clamp(47px, 60.7px - 1.79vw, 54px);
    padding-bottom: clamp(53px, 48.22px + 1.28vw, 58px);
  }
  .flow-step-list {
    width: clamp(260px, 188.25px + 19.13vw, 335px);
    max-width: clamp(260px, 188.25px + 19.13vw, 335px);
    margin-top: clamp(25px, 20.22px + 1.28vw, 30px);
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    row-gap: clamp(16px, 12.17px + 1.02vw, 20px);
  }
  .flow-step-list::before {
    top: clamp(37px, 30.3px + 1.79vw, 44px);
    bottom: clamp(37px, 30.3px + 1.79vw, 44px);
    left: 50%;
    right: auto;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }
  .flow-step-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    width: 100%;
    min-height: 0;
    height: auto;
    padding-block: 16px;
    padding-inline: clamp(20px, 15.22px + 1.28vw, 25px);
    box-sizing: border-box;
    align-items: center;
    gap: 0;
    align-self: stretch;
    border-radius: 6.4px;
    box-shadow: 0 0 4.8px 0 rgba(0, 0, 0, 0.25);
  }
  .flow-step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 44px;
    font-size: clamp(16px, 15.04px + 0.26vw, 17px);
    line-height: clamp(24px, 22.09px + 0.51vw, 26px);
    letter-spacing: clamp(0.8px, 0.7px + 0.03vw, 0.9px);
  }
  .flow-step-title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: clamp(16px, 15.04px + 0.26vw, 17px);
    line-height: clamp(24px, 22.09px + 0.51vw, 26px);
    letter-spacing: clamp(0.8px, 0.7px + 0.03vw, 0.9px);
    white-space: nowrap;
  }
  .flow-note {
    margin-top: clamp(28px, 24.17px + 1.02vw, 32px);
    font-size: clamp(12px, 11.04px + 0.26vw, 13px);
    line-height: clamp(22px, 20.09px + 0.51vw, 24px);
    letter-spacing: clamp(0.6px, 0.5px + 0.03vw, 0.7px);
  }
  .flow-cta {
    margin-top: clamp(24px, 20.17px + 1.02vw, 28px);
  }
  .flow-cta .btn-cta {
    display: flex;
    width: clamp(280px, 227.89px + 14.03vw, 335px);
    min-width: clamp(280px, 227.89px + 14.03vw, 335px);
    height: clamp(50px, 38.52px + 3.06vw, 62px);
    padding: clamp(8px, -3.48px + 3.06vw, 20px);
    justify-content: center;
    align-items: center;
    gap: clamp(3.2px, -1.39px + 1.22vw, 8px);
    border-radius: clamp(40px, 30.43px + 2.55vw, 50px);
    color: #FFF;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(15px, 14.04px + 0.26vw, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(12px, 10.09px + 0.51vw, 14px);
    letter-spacing: 0;
  }
}

/* Global image reset for simple responsive behavior */
img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
