@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 117px;
}
html:has(.anchor-nav) {
  scroll-padding-top: 168px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 56px;
  }
  html:has(.anchor-nav) {
    scroll-padding-top: 216px;
  }
}
body {
  color: #333;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body:has(.contact) {
  background: #f5f2eb;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
small {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.main {
  overflow: clip;
  margin: 0 0 80px;
}
.main:has(.contact) {
  margin: 0;
}
.contents {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.breadcrumb-list {
  max-width: 1230px;
  margin: 0 auto;
  padding: 16px 15px;
  font-size: 12px;
}
.breadcrumb-item {
  display: inline;
}
.breadcrumb-item a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin: 6px 13px 0;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: rotate(45deg);
}
.footer-pagetop {
  position: relative;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.footer-pagetop.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.footer-pagetop span {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 56px;
  height: 64px;
  background: url("../img/icon_pagetop_01.svg") no-repeat 0 0/100% 100%;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .footer-pagetop span:hover {
    background-image: url("../img/icon_pagetop_02.svg");
  }
}
.footer-pagetop.is-absolute span {
  position: absolute;
  top: -32px;
  bottom: auto;
}
.footer-cta {
  margin: 0 0 24px;
  padding: 0 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.footer-cta-inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-cta-logo {
  display: flex;
  align-items: center;
  gap: 0 24px;
  position: relative;
  margin: 0 48px 0 0;
  padding: 24px 40px 24px 0;
  border-right: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: 700;
}
.footer-cta-logo:before,
.footer-cta-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.footer-cta-logo:before {
  right: -13px;
  background: #e6e6e6;
}
.footer-cta-logo:after {
  right: -10px;
  background: #fff;
}
.footer-cta-contact {
  margin: 0 32px 0 0;
}
.footer-cta-contact a {
  display: block;
  padding: 16px 40px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  background: #1b96de;
}
.footer-cta-contact a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 13px;
  margin: 6px 8px 0 0;
  background: url("../img/icon_mail_01.svg") no-repeat 0 0/100% 100%;
}
@media (hover: hover) {
  .footer-cta-contact a:hover {
    background: #015e94;
  }
}
.footer-cta-tel a {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.footer-cta-tel a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 16px;
  margin: 10px 8px 0 0;
  background: url("../img/icon_tel_01.svg") no-repeat 0 0/100% 100%;
}
.footer-cta-tel span {
  align-self: center;
  margin: 0 0 0 16px;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}
.footer-txt {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 0 15px;
  font-size: 12px;
  box-sizing: content-box;
}
.footer-nav {
  padding: 24px 15px 40px;
  background: #f5f2eb;
}
.footer-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-nav-search {
  margin: 0 0 40px;
}
.footer-nav-search > li > a {
  font-weight: 700;
}
@media (hover: hover) {
  .footer-nav-search > li > a:hover {
    color: #e66c23;
  }
}
.footer-nav-search ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 16px 0 0;
}
.footer-nav-search ul li a {
  display: inline-block;
  font-size: 14px;
}
.footer-nav-search ul li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  margin: 6px 8px 0 0;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .footer-nav-search ul li a:hover {
    color: #e66c23;
  }
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 16px 0 0;
}
.footer-nav-list li a {
  font-size: 14px;
  font-weight: 700;
}
@media (hover: hover) {
  .footer-nav-list li a:hover {
    color: #e66c23;
  }
}
.footer-bottom {
  padding: 16px 15px;
  border-top: 1px solid #e5dfd3;
  background: #f5f2eb;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-utility {
  display: flex;
  gap: 16px 40px;
}
.footer-utility li a {
  font-size: 12px;
}
.footer-utility li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  margin: 10px 0 0 8px;
  mask: url("../img/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #333;
  transition: 0.3s;
}
@media (hover: hover) {
  .footer-utility li a:hover {
    color: #e66c23;
  }
  .footer-utility li a:hover[target="_blank"]:after {
    background: #e66c23;
  }
}
.footer-sns {
  display: flex;
  gap: 0 16px;
  margin: 0 0 0 auto;
}
@media (hover: hover) {
  .footer-sns li a:hover {
    opacity: 0.7;
  }
}
.footer-copyright {
  width: 100%;
  margin: 16px 0 0;
  font-size: 12px;
  text-align: center;
}
.header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  z-index: 100;
}
.header-copy {
  display: flex;
  align-items: center;
  max-width: 1400px;
  height: 64px;
  margin: 0 auto;
  padding: 0 0 0 280px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.05em;
  background: #333;
}
.header-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -64px;
  bottom: 0;
  left: 0;
  width: 254px;
  line-height: 1;
  margin: 0;
  background: #fff;
}
.header-nav {
  padding: 0 0 0 280px;
  background: #f5f5f5;
}
.header-nav-list {
  display: flex;
  gap: 0 32px;
}
.header-nav-list li a {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: relative;
  height: 52px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.header-nav-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.header-nav-list li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #e66c23;
  transition: 0.3s;
}
@media (hover: hover) {
  .header-nav-list li a:hover {
    color: #e66c23;
  }
}
.header-tel {
  position: absolute;
  top: -64px;
  right: 168px;
}
.header-tel a {
  display: flex;
  align-items: center;
  gap: 0 16px;
  height: 64px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.header-tel a span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.header-tel a span:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  vertical-align: top;
  margin: 6px 4px 0 0;
  mask: url("../img/icon_tel_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
}
.header-contact {
  position: absolute;
  top: -64px;
  right: 0;
}
.header-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  width: 140px;
  height: 64px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #1b96de;
}
.header-contact a:before {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url("../img/icon_mail_01.svg") no-repeat 0 0/100% 100%;
}
@media (hover: hover) {
  .header-contact a:hover {
    background: #015e94;
  }
}
.abuot-copy {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
}
.abuot-copy span {
  color: #e66c23;
}
.about-reason {
  position: relative;
  margin: 64px 0;
  padding: 64px 0;
  z-index: 0;
}
.about-reason:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #e5ddd3;
  z-index: -1;
}
.about-reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.about-reason-item {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.about-reason-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  padding: 16px 0;
  background: #f5f2eb;
}
.about-reason-item-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 0 14px 16px;
  font-size: 18px;
  font-weight: 700;
}
.about-reason-item-ttl span {
  font-size: 14px;
}
.about-explanation {
  position: relative;
  margin: 64px 0;
  padding: 64px 0;
  z-index: 0;
}
.about-explanation:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.about-explanation-item {
  padding: 32px 48px;
  border-radius: 12px;
  background: #fff;
}
.about-explanation-item + .about-explanation-item {
  margin: 16px 0 0;
}
.about-explanation-item-ttl {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 16px;
  font-size: 24px;
}
.about-explanation-item-ttl:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 4px;
  background: #e66c23;
}
.about-explanation-item-txt ul li {
  position: relative;
  padding-left: 1em;
}
.about-explanation-item-txt ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.contact {
  padding: 40px 0;
}
.contact-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
  margin: 0 0 40px;
  font-size: 34px;
  text-align: center;
}
.contact-head {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin: 0 0 24px;
}
.contact-lead {
  flex-shrink: 0;
}
.contact-tel a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 16px;
  padding: 16px;
  border-radius: 12px;
  letter-spacing: 0.05em;
  background: #fff;
}
.contact-tel-txt {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.contact-tel-num {
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.contact-tel-num:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 20px;
  margin: 12px 8px 0 0;
  background: url("../img/icon_tel_01.svg") no-repeat 0 0/100% 100%;
}
.contact-tel-hours {
  font-size: 12px;
}
.cancel-date-wrap {
  display: flex;
  align-items: center;
  gap: 0 136px;
  margin: 0 0 24px;
  padding: 12px 12px 12px 48px;
  border-radius: 12px;
  background: #fff;
}
.cancel-date-notification {
  flex-shrink: 0;
  font-size: 20px;
}
.cancel-date {
  flex: 1;
  line-height: 1.3;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 20px;
  background: #f5f5f5;
}
.cancel-date span {
  font-size: 14px;
}
.contact-form {
  margin: 0 0 40px;
  padding: 40px 48px;
  border-radius: 40px;
  background: #fff;
}
.contact-form .badge-required {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
  margin: 2px 0 0 8px;
  border: 2px solid #e52323;
  border-radius: 4px;
  color: #e52323;
  font-size: 14px;
  background: #fff;
}
.contact-form .badge-optional {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
  margin: 2px 0 0 8px;
  border: 2px solid #333;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  background: #fff;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  padding: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  outline: none;
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}
.contact-form input[type="text"]:not([size]),
.contact-form input[type="email"]:not([size]),
.contact-form input[type="tel"]:not([size]),
.contact-form textarea:not([size]) {
  width: 100%;
}
.contact-form select {
  padding: 14px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  outline: none;
}
.form-field {
  flex: 1;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #e6e6e6;
}
.form-row {
  display: flex;
  gap: 0 24px;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #e6e6e6;
}
.form-row .form-field {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.form-field-label {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
}
.form-field-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.form-field-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer;
}
.form-field-checkbox label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-field-checkbox label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.form-field-checkbox label:has(input:checked):before {
  border-color: #e66c23;
  background: #e66c23;
}
.form-field-checkbox label:has(input:checked):after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.form-field-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.form-field-radio label {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer;
}
.form-field-radio label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.form-field-radio label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form-field-radio label:has(input:checked):after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #e66c23;
}
.form-section-ttl {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 16px;
  font-size: 24px;
}
.form-section-ttl:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 4px;
  background: #e66c23;
}
.form-section-ttl .badge-required {
  margin: 7px 0 0 16px;
}
.form-section-notes {
  margin: 0 0 24px;
}
.contact-form .tbl-01 table th {
  position: relative;
  padding: 24px;
  font-size: 18px;
}
.contact-form .tbl-01 table th .badge-required,
.contact-form .tbl-01 table th .badge-optional {
  position: absolute;
  top: 25px;
  right: 20px;
  margin: 0;
}
.contact-form .tbl-01 table td {
  padding: 24px;
}
.contact-form .tbl-01 table tr:has(input[type="text"]) th,
.contact-form .tbl-01 table tr:has(input[type="email"]) th,
.contact-form .tbl-01 table tr:has(input[type="tel"]) th,
.contact-form .tbl-01 table tr:has(input[type="checkbox"]) th,
.contact-form .tbl-01 table tr:has(input[type="radio"]) th,
.contact-form .tbl-01 table tr:has(textarea) th,
.contact-form .tbl-01 table tr:has(select) th {
  padding-top: 40px;
}
.contact-form .tbl-01 table tr:has(input[type="text"]) th .badge-required,
.contact-form .tbl-01 table tr:has(input[type="email"]) th .badge-required,
.contact-form .tbl-01 table tr:has(input[type="tel"]) th .badge-required,
.contact-form .tbl-01 table tr:has(input[type="checkbox"]) th .badge-required,
.contact-form .tbl-01 table tr:has(input[type="radio"]) th .badge-required,
.contact-form .tbl-01 table tr:has(textarea) th .badge-required,
.contact-form .tbl-01 table tr:has(select) th .badge-required,
.contact-form .tbl-01 table tr:has(input[type="text"]) th .badge-optional,
.contact-form .tbl-01 table tr:has(input[type="email"]) th .badge-optional,
.contact-form .tbl-01 table tr:has(input[type="tel"]) th .badge-optional,
.contact-form .tbl-01 table tr:has(input[type="checkbox"]) th .badge-optional,
.contact-form .tbl-01 table tr:has(input[type="radio"]) th .badge-optional,
.contact-form .tbl-01 table tr:has(textarea) th .badge-optional,
.contact-form .tbl-01 table tr:has(select) th .badge-optional {
  top: 41px;
}
.form-field-ymd {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.form-field-caption {
  margin: 0 0 12px;
}
.form-field-notes {
  margin: 12px 0 0;
  font-size: 14px;
}
.form-field-contractor {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
}
.form-field-contractor .form-field-radio label:before {
  top: 2px;
}
.form-field-contractor .form-field-radio label:has(input:checked):after {
  top: 7px;
}
.form-field-zip {
  margin: 0 0 12px;
}
.form-field-zip span {
  display: inline-block;
  margin: 0 0 0 16px;
  font-size: 14px;
}
.form-terms1 {
  margin: 0 0 24px;
  font-size: 18px;
}
.form-terms2 {
  height: 272px;
  overflow: auto;
  margin: 0 0 32px;
  padding: 24px 32px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.form-agree {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.form-agree label {
  display: block;
  position: relative;
  padding: 0 32px 0 0;
  font-weight: 700;
  cursor: pointer;
}
.form-agree label:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-agree label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.form-agree label:has(input:checked):before {
  border-color: #e66c23;
  background: #e66c23;
}
.form-agree label:has(input:checked):after {
  content: "";
  position: absolute;
  top: 5px;
  right: 8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.form-agree a {
  color: #e66c23;
  text-decoration: underline;
}
@media (hover: hover) {
  .form-agree a:hover {
    text-decoration: none;
  }
}
.form-actions {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0 16px;
  margin: 32px 0 0;
}
.form-actions button:after {
  right: 32px;
  width: 10px;
  height: 10px;
}
.form-actions button.btn-back:after {
  left: 32px;
}
.form-actions button[disabled] {
  filter: grayscale(100%);
  opacity: 0.4;
}
.form-actions-confirm button {
  width: 480px;
  font-size: 20px;
}
.form-actions-submit button {
  font-size: inherit;
}
.contact-thanks {
  margin: 0 0 40px;
  padding: 80px 48px;
  border-radius: 40px;
  background: #fff;
}
.contact-thanks-ttl {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.contact-thanks-txt {
  margin: 0 0 40px;
  text-align: center;
}
.contact-thanks-tel {
  max-width: 720px;
  margin: 0 auto 40px;
}
.contact-thanks-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
  padding: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  letter-spacing: 0.05em;
}
.contact-thanks-tel-txt {
  font-weight: 700;
}
.contact-thanks-tel-num {
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.contact-thanks-tel-num:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 20px;
  margin: 12px 8px 0 0;
  background: url("../img/icon_tel_01.svg") no-repeat 0 0/100% 100%;
}
.contact-thanks-tel-hours {
  font-size: 12px;
}
.contact-thanks-btn {
  text-align: center;
}
.contact-thanks-btn a {
  font-size: inherit;
}
.contact-thanks-btn a:after {
  right: 32px;
  width: 10px;
  height: 10px;
}
.contact-copyright {
  font-size: 12px;
  text-align: center;
}
.faq-wrap {
  position: relative;
  margin: 56px 0 80px;
  padding: 64px 0;
  z-index: 0;
}
.faq-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.faq-list {
  margin: 0 0 56px;
  padding: 40px 48px;
  border-radius: 40px;
  background: #fff;
}
.faq-list:last-child {
  margin: 0;
}
.faq-item {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fff;
  interpolate-size: allow-keywords;
}
.faq-item::details-content {
  block-size: 0;
  transition: block-size 0.3s, content-visibility 0.3s;
  transition-behavior: allow-discrete;
}
.faq-item + .faq-item {
  margin: 12px 0 0;
}
.faq-item-q {
  position: relative;
  padding: 20px 64px 20px 56px;
  font-size: 18px;
  font-weight: 700;
  background: #f5f5f5;
  cursor: pointer;
}
.faq-item-q:before {
  content: "Q.";
  position: absolute;
  top: 15px;
  left: 24px;
  color: #e66c23;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.faq-item-q span:before,
.faq-item-q span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 17px;
  height: 3px;
  background: #e66c23;
  transform: translateY(-50%);
  transition: 0.3s;
}
.faq-item-q span:after {
  transform: translateY(-50%) rotate(90deg);
}
.faq-item[open]::details-content {
  block-size: auto;
}
.faq-item[open] .faq-item-q span:after {
  opacity: 0;
}
.faq-item-a {
  position: relative;
  padding: 20px 20px 24px 56px;
}
.faq-item-a:before {
  content: "A.";
  position: absolute;
  top: 13px;
  left: 24px;
  color: #1b96de;
  font-size: 24px;
  font-weight: 600;
}
.guidance-nav {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  margin: 56px 0;
}
.guidance-nav-item {
  width: 400px;
}
.guidance-nav-item a {
  display: block;
  position: relative;
  padding: 28px 16px;
  border: 2px solid;
  border-radius: 48px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.guidance-nav-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 56px;
  height: 56px;
  background: no-repeat 0 0/100% 100%;
  transform: translateY(-50%);
}
.guidance-nav-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 28px;
  height: 28px;
  mask: url("../img/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  transform: translateY(-50%);
}
.guidance-nav-item.is-local a {
  border-color: #e66c23;
}
.guidance-nav-item.is-local a:before {
  background-image: url("../img/guidance/icon_nav_01.png");
}
.guidance-nav-item.is-local a:after {
  background: #e66c23;
}
@media (hover: hover) {
  .guidance-nav-item.is-local a:hover {
    background: #fff6f0;
  }
}
.guidance-nav-item.is-web a {
  border-color: #1b96de;
}
.guidance-nav-item.is-web a:before {
  background-image: url("../img/guidance/icon_nav_02.png");
}
.guidance-nav-item.is-web a:after {
  background: #1b96de;
}
@media (hover: hover) {
  .guidance-nav-item.is-web a:hover {
    background: #f0f9ff;
  }
}
.guidance-local {
  position: relative;
  padding: 64px 0;
  z-index: 0;
}
.guidance-local:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.guidance-web {
  position: relative;
  padding: 64px 0;
  z-index: 0;
}
.guidance-web:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #e5ddd3;
  z-index: -1;
}
.guidance-step {
  counter-reset: number;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 36px;
  padding: 40px 48px;
  border-radius: 40px;
  background: #fff;
}
.guidance-step-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
  padding: 26px 16px 32px;
  border-radius: 12px;
}
.guidance-step-item:last-child {
  background: #f8e3d6 !important;
}
.guidance-step-item:before {
  counter-increment: number;
  content: "STEP " counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 13px;
  padding: 1px 8px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  transform: translateY(-50%);
}
.guidance-step-item + .guidance-step-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  width: 20px;
  height: 15px;
  mask: url("../img/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  transform: translateY(-50%);
}
.guidance-step-item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
}
.guidance-step-item-txt {
  font-size: 14px;
}
.guidance-local .guidance-step-item {
  background: #f5f2eb;
}
.guidance-local .guidance-step-item:before {
  background: #e66c23;
}
.guidance-local .guidance-step-item + .guidance-step-item:after {
  background: #e66c23;
}
.guidance-web .guidance-step-item {
  background: #ebeff5;
}
.guidance-web .guidance-step-item:before {
  background: #1b96de;
}
.guidance-web .guidance-step-item + .guidance-step-item:after {
  background: #1b96de;
}
.guidance-other {
  position: relative;
  margin: 0 0 64px;
  padding: 64px 0;
  z-index: 0;
}
.guidance-other:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.guidance-initial {
  margin: 0 0 56px;
  padding: 32px 48px;
  border-radius: 12px;
  background: #fff;
}
.guidance-docs {
  margin: 0 0 56px;
}
.guidance-docs .tbl-01 th {
  width: 50%;
  text-align: center;
}
.guidance-docs .tbl-01 td {
  vertical-align: top;
  padding: 24px;
}
.guidance-docs .tbl-01 td ol {
  list-style: decimal;
  margin: 0 0 0 24px;
}
.guidance-payment .tbl-01 {
  margin: 0;
}
.guidance-payment .tbl-01 th {
  width: 50%;
  text-align: center;
}
.guidance-payment .tbl-01 td {
  vertical-align: top;
  padding: 24px;
}
.guidance-cancel-btn {
  text-align: center;
}
.guidance-cancel-btn .btn-02 {
  width: 500px;
}
.news-list {
  margin: 0 0 40px;
  border-top: 1px solid #e6e6e6;
}
.news-item {
  border-bottom: 1px solid #e6e6e6;
}
.news-item a {
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
  position: relative;
  padding: 24px 32px 24px 16px;
}
.news-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .news-item a:hover .news-item-ttl span span {
    color: #e66c23;
    background: none;
  }
}
.news-item-date {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.news-item-ttl {
  font-size: 14px;
  font-weight: 700;
}
.news-item-ttl > span {
  background: linear-gradient(90deg, #e66c23, #e66c23) no-repeat left bottom/100% 1px;
}
.news-item-ttl > span > span {
  background: #fff;
  transition: 0.3s;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0 80px;
}
.pagination a,
.pagination span {
  display: block;
  position: relative;
  margin: 0 16px;
  font-size: 20px;
  font-weight: 600;
}
@media (hover: hover) {
  .pagination a:hover {
    color: #e66c23;
  }
}
.pagination span {
  color: #e66c23;
}
.pagination span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #e66c23;
}
.pagination .link-fst,
.pagination .link-lst {
  line-height: 40px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  font-size: inherit;
  font-weight: 400;
}
@media (hover: hover) {
  .pagination .link-fst:hover,
  .pagination .link-lst:hover {
    border-color: #e66c23;
    color: #fff;
    background: #e66c23;
  }
}
.pagination .link-prev,
.pagination .link-next {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
}
.pagination .link-prev:before,
.pagination .link-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: translate(-50%, -50%) rotate(-135deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .pagination .link-prev:hover,
  .pagination .link-next:hover {
    border-color: #e66c23;
    background: #e66c23;
  }
  .pagination .link-prev:hover:before,
  .pagination .link-next:hover:before {
    border-color: #fff;
  }
}
.pagination .link-next:before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination .disabled {
  display: none;
}
.news-detail {
  position: relative;
  margin: 0 0 80px;
  padding: 64px 0;
  z-index: 0;
}
.news-detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.news-detail-inner {
  padding: 56px 48px 48px;
  border-radius: 40px;
  background: #fff;
}
.news-detail-inner h1 {
  margin: 0 0 40px;
  font-size: 34px;
  text-align: center;
}
.news-detail-inner h2 {
  margin: 56px 0 40px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e5dfd3;
  font-size: 28px;
}
.news-detail-inner h3 {
  position: relative;
  margin: 48px 0 24px;
  padding: 0 0 0 16px;
  font-size: 22px;
}
.news-detail-inner h3:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 4px;
  background: #e66c23;
}
.news-detail-inner ul {
  margin-bottom: 24px;
}
.news-detail-inner ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.news-detail-inner ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.news-detail-inner p {
  margin-bottom: 24px;
}
.news-detail-inner p:last-child {
  margin-bottom: 0;
}
.news-detail-inner a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin: 10px 0 0 8px;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .news-detail-inner a:hover {
    color: #e66c23;
  }
}
.news-detail-btn {
  margin: 40px 0 0;
  text-align: center;
}
.page-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 224px;
  margin: 0 0 40px;
  padding: 40px 15px;
  text-align: center;
  z-index: 0;
}
.page-ttl-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-ttl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-ttl-ja {
  margin: 0 0 4px;
  font-size: 34px;
  color: #fff;
}
.page-ttl-en {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}
.page-ttl-en:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: top;
  margin: 3px 8px 0 0;
  background: url("../img/icon_ttl_02.png") no-repeat 0 0/100% 100%;
}
.btn-01 {
  display: inline-block;
  position: relative;
  width: 380px;
  padding: 15px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #e66c23;
  transition: 0.3s;
}
.btn-01:not([disabled]) {
  cursor: pointer;
}
.btn-01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .btn-01:hover:not([disabled]) {
    background: #333;
  }
}
.btn-02 {
  display: inline-block;
  position: relative;
  width: 380px;
  padding: 13px;
  border: 2px solid #e66c23;
  border-radius: 40px;
  color: #e66c23;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  transition: 0.3s;
}
.btn-02:not([disabled]) {
  cursor: pointer;
}
.btn-02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .btn-02:hover:not([disabled]) {
    color: #fff;
    background: #e66c23;
  }
  .btn-02:hover:not([disabled]):after {
    border-color: #fff;
  }
}
.btn-back:after {
  right: auto;
  left: 24px;
  transform: translateY(-50%) rotate(-135deg);
}
.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
  text-align: center;
}
.heading-ja {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.heading-ja span {
  font-size: inherit;
}
.heading-ja small {
  font-size: 20px;
}
.heading-en {
  position: relative;
  line-height: 1;
  padding: 3px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #e66c23;
}
.heading-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 20px;
  background: url("../img/icon_ttl_01.png") no-repeat 0 0/100% 100%;
}
.heading:has(h1) .heading-ja {
  font-size: 34px;
  font-weight: 700;
}
.heading:has(h1) .heading-ja small {
  font-size: 24px;
}
.heading:has(h1) .heading-en {
  padding: 0 0 0 18px;
  color: #e66c23;
  font-size: 18px;
  background: none;
}
.cta1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 1320px;
  margin: 0 auto 48px;
  padding: 0 0 32px;
  background: #a0ccd8;
}
.cta1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 56px;
  width: 269px;
  height: 130px;
  background: url("../img/cta_01.png") no-repeat 0 0/100% 100%;
}
.cta1:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 96px;
  width: 169px;
  height: 215px;
  background: url("../img/cta_02.png") no-repeat 0 0/100% 100%;
}
.cta1-ttl {
  margin: -32px 0 16px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff;
  letter-spacing: 0.05em;
}
.cta1-ttl span {
  color: #e66c23;
  font-size: 36px;
}
.cta1-cat {
  margin: 0 0 24px;
  padding: 2px 24px;
  border: 2px solid #e66c23;
  color: #e66c23;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #fff;
}
.cta1-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 560px;
  height: 64px;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #e66c23;
}
.cta1-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .cta1-btn a:hover {
    background: #333;
  }
}
.cta2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 1320px;
  margin: 64px auto;
  padding: 0 0 32px;
  background: #a0ccd8;
}
.cta2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 227px;
  height: 110px;
  background: url("../img/cta_01.png") no-repeat 0 0/100% 100%;
}
.cta2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 24px;
  width: 149px;
  height: 190px;
  background: url("../img/cta_02.png") no-repeat 0 0/100% 100%;
}
.cta2-ttl {
  margin: -32px 0 16px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff;
  letter-spacing: 0.05em;
}
.cta2-ttl span {
  color: #e66c23;
  font-size: 36px;
}
.cta2-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff;
}
.cta2-txt:before,
.cta2-txt:after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  border: 2px solid #fff;
  background: #333;
  box-sizing: content-box;
}
.cta2-txt:before {
  transform: rotate(-30deg);
}
.cta2-txt:after {
  transform: rotate(30deg);
}
.cta2-links {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  position: relative;
}
.cta2-tel a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px 0;
  width: 450px;
  height: 64px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  background: #fff;
}
.cta2-tel a span {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.cta2-tel a span:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 18px;
  margin: 3px 4px 0 0;
  background: url("../img/icon_tel_01.svg") no-repeat 0 0/100% 100%;
}
.cta2-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 14px;
  position: relative;
  width: 450px;
  height: 64px;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #1b96de;
}
.cta2-btn a span {
  display: block;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 16px;
  background: #e66c23;
}
.cta2-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .cta2-btn a:hover {
    background: #015e94;
  }
}
.tbl-01 {
  overflow: hidden;
  margin: 0 0 40px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.tbl-01 table {
  width: 100%;
}
.tbl-01 table th {
  vertical-align: top;
  padding: 16px 24px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f5f5f5;
}
.tbl-01 table th:last-child {
  border-right: none;
}
.tbl-01 table td {
  padding: 16px 24px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.tbl-01 table td:last-child {
  border-right: none;
}
.tbl-01 table tr:last-child th,
.tbl-01 table tr:last-child td {
  border-bottom: none;
}
.lead {
  margin: 0 0 40px;
}
.anchor-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: sticky;
  top: 128px;
  margin: 0 0 24px;
  z-index: 10;
}
.anchor-nav a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: relative;
  padding: 7px 9px 7px 19px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  font-weight: 700;
  background: #fff;
}
.anchor-nav a:before {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-70%) rotate(45deg);
  transition: 0.3s;
}
.anchor-nav a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #e66c23;
  transition: 0.3s;
}
@media (hover: hover) {
  .anchor-nav a:hover {
    border-color: #e66c23;
    color: #fff;
    background: #e66c23;
  }
  .anchor-nav a:hover:before {
    border-color: #e66c23;
  }
  .anchor-nav a:hover:after {
    background: #fff;
  }
}
.frame {
  margin: 0 0 40px;
  padding: 32px 48px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.search-area {
  position: relative;
  margin: -40px 0 64px;
  padding: 64px 0;
  z-index: 0;
}
.search-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.search-area-inner {
  padding: 48px;
  border-radius: 40px;
  background: #fff;
}
.search-area-group {
  display: flex;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.search-area-group + .search-area-group {
  margin: 12px 0 0;
}
.search-area-group-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 288px;
  background: #f5f5f5;
}
.search-area-group-ttl a {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.search-area-group-ttl a span {
  display: inline-block;
  position: relative;
}
.search-area-group-ttl a span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e66c23;
  opacity: 0;
  transition: 0.3s;
}
.search-area-group-ttl a i {
  font-size: 14px;
}
.search-area-group-ttl a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.search-area-group-ttl a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 14px;
  border-radius: 100%;
  background: #e66c23;
}
@media (hover: hover) {
  .search-area-group-ttl a:hover {
    color: #e66c23;
  }
  .search-area-group-ttl a:hover span:after {
    opacity: 1;
  }
}
.search-area-group-links {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 56px;
  padding: 28px 56px;
}
.search-area-group-links li a {
  font-weight: 700;
}
.search-area-group-links li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  margin: 10px 0 0 8px;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: rotate(45deg);
}
.search-area-group-links li a span {
  display: inline-block;
  position: relative;
}
.search-area-group-links li a span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e66c23;
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .search-area-group-links li a:hover {
    color: #e66c23;
  }
  .search-area-group-links li a:hover span:after {
    opacity: 1;
  }
}
.store-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 0 80px;
}
.store-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.store-item a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.store-item a:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #e66c23;
  border-radius: 12px;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .store-item a:hover:before {
    opacity: 1;
  }
}
.store-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.store-item-img img {
  width: 194px;
  height: 100%;
  min-height: 194px;
  object-fit: cover;
}
.store-item-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 12px;
  border-radius: 0 0 12px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background: #e66c23;
}
.store-item-ttl {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 24px 0 218px;
  font-size: 18px;
  font-weight: 700;
}
.store-item-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 16px;
  font-size: 14px;
}
.store-item-icon.is-limited {
  background: #ffed1a;
}
.store-item-icon.is-full {
  color: #fff;
  background: #c44;
}
.store-item-icon:empty {
  display: none;
}
.store-item-txt {
  padding: 24px 24px 24px 218px;
  font-size: 14px;
  background: #f5f2eb;
}
.area-filter {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 64px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.area-filter-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  font-weight: 700;
  background: #f5f5f5;
}
.area-filter-list {
  flex: 1;
  display: flex;
  gap: 0 16px;
  padding: 16px 32px;
}
.area-filter-select {
  flex: 1;
  position: relative;
}
.area-filter-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 11px;
  background: #333;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.area-filter-select select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  background: #fff;
  appearance: none;
}
.store-list-map {
  height: 280px;
  margin: 0 0 64px;
}
.store-ttl-wrapper {
  display: flex;
  align-items: center;
  gap: 0 16px;
  position: relative;
  margin: 8px 0 24px;
}
.store-ttl-sub {
  padding: 8px 12px;
  font-weight: 500;
  background: #f5f2eb;
}
.store-ttl {
  margin: 0;
  font-size: 32px;
  letter-spacing: 0.09em;
}
.store-ttl-icon {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 4px 16px;
  font-size: 14px;
}
.store-ttl-icon.is-limited {
  background: #ffed1a;
}
.store-ttl-icon.is-full {
  color: #fff;
  background: #c44;
}
.store-detail {
  display: flex;
  align-items: flex-start;
  gap: 0 48px;
  margin: 0 0 32px;
}
.store-img {
  width: 480px;
}
.store-img-main {
  margin: 0 0 16px;
  text-align: center;
}
.store-img-main img {
  width: auto;
  max-height: 360px;
}
.store-img-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 24px;
}
.store-img-thumbnails li {
  width: 92px;
  text-align: center;
  cursor: pointer;
}
.store-img-thumbnails li img {
  width: auto;
  max-height: 69px;
}
.store-map iframe {
  width: 100%;
  height: 240px;
  vertical-align: top;
}
.store-data {
  flex: 1;
}
.store-data table {
  width: 100%;
  margin: 0 0 24px;
  border-top: 1px solid #e6e6e6;
}
.store-data th {
  padding: 16px 24px 16px 0;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
}
.store-data td {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.store-data-size td b {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
}
.store-data-size td a {
  display: inline-block;
  margin: 0 0 0 32px;
}
.store-data-size td a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin: 10px 0 0 8px;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .store-data-size td a:hover {
    color: #e66c23;
  }
}
.store-data-price td b {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
}
.store-size-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.store-size-anchor-txt {
  position: relative;
  margin: 0 0 20px;
  border: 2px solid #e66c23;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.store-size-anchor-txt span {
  color: #e66c23;
}
.store-size-anchor-txt:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  left: -3px;
  bottom: 40%;
  background: #fff;
}
.store-size-anchor-txt-inner {
  position: relative;
  padding: 6px 24px;
}
.store-size-anchor-txt-inner:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 10px;
  height: 10px;
  background: #e66c23;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.store-size-anchor-txt-inner:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.store-size-anchor-btn {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.store-size-anchor-btn a {
  display: block;
  position: relative;
  padding: 16px;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #e66c23;
}
.store-size-anchor-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .store-size-anchor-btn a:hover {
    background: #333;
  }
}
.store-campaign {
  display: flex;
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.store-campaign-ttl {
  display: flex;
  align-items: center;
  gap: 0 6px;
  width: 213px;
  padding: 0 0 0 24px;
  font-size: inherit;
  background: #f5f2eb;
}
.store-campaign-ttl:before {
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  background: url("../img/search/icon_campaign_01.png") no-repeat 0 0/100% 100%;
}
.store-campaign-txt {
  padding: 18px 24px;
}
.store-news {
  display: flex;
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.store-news-ttl {
  display: flex;
  align-items: center;
  gap: 0 6px;
  width: 213px;
  padding: 0 0 0 24px;
  font-size: inherit;
  background: #f5f5f5;
}
.store-news-txt {
  padding: 18px 24px;
}
.store-price {
  overflow: hidden;
  margin: 0 0 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.store-price table {
  width: 100%;
}
.store-price th {
  padding: 16px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
  text-align: center;
  background: #f5f5f5;
}
.store-price th:last-child {
  border-right: none;
}
.store-price th span {
  font-size: 12px;
}
.store-price td {
  padding: 16px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.store-price td:nth-child(2) {
  font-size: 14px;
}
.store-price td:nth-child(2) span {
  font-size: 16px;
  font-weight: 700;
}
.store-price td:nth-child(2) span b {
  line-height: 1;
  font-size: 20px;
}
.store-price td:nth-child(3) {
  font-weight: 700;
}
.store-price td:nth-child(4) {
  font-weight: 700;
}
.store-price td:last-child {
  width: 300px;
  border-right: none;
}
.store-price tr:last-child td {
  border-bottom: none;
}
.store-price-btn-apply {
  display: block;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #1b96de;
}
.store-price-btn-apply:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .store-price-btn-apply:hover {
    background: #015e94;
  }
}
.store-price-btn-quote {
  display: block;
  position: relative;
  width: 200px;
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #e66c23;
}
.store-price-btn-quote:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .store-price-btn-quote:hover {
    background: #333;
  }
}
.store-price-btn-apply + .store-price-btn-quote {
  margin-top: 4px;
}
.store-price-notes {
  margin: 0 0 80px;
  font-size: 14px;
}
.store-price-notes b {
  font-size: 18px;
  font-weight: 700;
}
.store-floor {
  position: relative;
  margin: 0 0 64px;
  padding: 64px 0;
  z-index: 0;
}
.store-floor:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.store-floor-img {
  text-align: center;
}
.store-floor-img .splide__arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  background: #fff;
  opacity: 1;
}
.store-floor-img .splide__arrow svg {
  fill: #e66c23;
  width: 12px;
  height: 12px;
}
.store-floor-img .splide__arrow--prev {
  left: 15%;
}
.store-floor-img .splide__arrow--next {
  right: 15%;
}
.store-floor-img .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 0 8px;
  position: static;
  margin: 24px 0 0;
  padding: 0;
}
.store-floor-img .splide__pagination__page {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  background: #ddd;
  opacity: 1;
}
.store-floor-img .splide__pagination__page.is-active {
  background: #e66c23;
  transform: none;
}
.estimate-modal-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.estimate-modal-overlay.is-show {
  opacity: 0.5;
  pointer-events: auto;
}
.estimate-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  max-height: 80vh;
  overflow: auto;
  padding: 24px 40px;
  border-radius: 12px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.estimate-modal.is-show {
  opacity: 1;
  pointer-events: auto;
}
.estimate-modal-ttl {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}
.estimate-modal-ttl:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 4px;
  background: #e66c23;
}
.estimate-modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.estimate-modal-close:before,
.estimate-modal-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #333;
}
.estimate-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.estimate-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.estimate-modal-start {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 12px;
  background: #f5f5f5;
}
.estimate-modal-start-label {
  font-weight: 700;
}
.estimate-modal-start-select select {
  padding: 8px 24px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
}
.estimate-modal-start-recalc button {
  padding: 8px 20px;
  border: 1px solid #e66c23;
  border-radius: 40px;
  color: #e66c23;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
}
.estimate-modal-start-note {
  width: 100%;
  text-align: center;
}
.estimate-modal-campaign {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 32px;
  color: #e66c23;
  font-size: 20px;
  font-weight: 700;
}
.estimate-modal-campaign:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 26px;
  height: 24px;
  background: url("../img/search/icon_campaign_01.png") no-repeat 0 0/100% 100%;
}
.estimate-modal-month {
  padding: 16px 0;
  border-top: 1px solid #e6e6e6;
}
.estimate-modal-month-row {
  display: flex;
  justify-content: space-between;
}
.estimate-modal-month-price {
  font-size: 14px;
  font-weight: 700;
}
.estimate-modal-month-price span {
  font-size: 16px;
}
.estimate-modal-month-price.is-daily span {
  color: #e66c23;
}
.estimate-modal-total {
  padding: 16px 0 0;
  border-top: 1px solid #e6e6e6;
}
.estimate-modal-total-row {
  display: flex;
  justify-content: space-between;
}
.estimate-modal-total-price {
  font-size: 14px;
  font-weight: 700;
}
.estimate-modal-total-price span {
  font-size: 20px;
}
.estimate-modal-notes {
  margin: 32px 0 0;
  font-size: 12px;
}
.sitemap1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 0 0 32px;
}
.sitemap1 li a {
  color: #e66c23;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  .sitemap1 li a:hover {
    text-decoration: none;
  }
}
.sitemap2 {
  overflow: hidden;
  margin: 0 0 32px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.sitemap2-group {
  display: flex;
}
.sitemap2-group + .sitemap2-group {
  border-top: 1px solid #e6e6e6;
}
.sitemap2-group-ttl {
  display: flex;
  align-items: center;
  width: 280px;
  padding: 0 40px;
  background: #f5f5f5;
}
.sitemap2-group-ttl a {
  color: #e66c23;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover) {
  .sitemap2-group-ttl a:hover {
    text-decoration: none;
  }
}
.sitemap2-group-links {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  padding: 24px 40px;
}
.sitemap2-group-links li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  margin: 9px 0 0 8px;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .sitemap2-group-links li a:hover {
    color: #e66c23;
  }
}
.size-notes {
  margin: 0 0 56px;
  font-size: 12px;
}
.size-wrap {
  position: relative;
  margin: 56px 0 80px;
  padding: 64px 0;
  z-index: 0;
}
.size-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.size-item {
  display: flex;
  align-items: flex-start;
  gap: 0 28px;
  margin: 0 0 56px;
  padding: 40px 48px;
  border-radius: 40px;
  background: #fff;
}
.size-item:last-child {
  margin-bottom: 0;
}
.size-item-img {
  width: 320px;
}
.size-item-data {
  flex: 1;
}
.size-item-data .tbl-01 {
  margin: 0;
}
.size-item-data .tbl-01 table th {
  padding: 11px 24px;
}
.size-item-data .tbl-01 table td {
  padding: 11px 24px;
}
.top-mv {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 0 40px 56px;
  background: url("../img/top/mv_01.jpg") no-repeat 100% 0/auto 100%;
}
.top-mv-txt1 {
  line-height: 1.4;
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-mv-txt1 span {
  font-size: 48px;
}
.top-mv-txt1 span:nth-child(3) {
  position: relative;
  color: #e66c23;
}
.top-mv-txt1 span:nth-child(3):before {
  content: "・・・";
  position: absolute;
  top: -0.5em;
  left: 0;
  line-height: 1;
  font-weight: 400;
}
.top-mv-txt1 span:nth-child(5) {
  color: #e66c23;
}
.top-mv-txt2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-mv-txt2 > span {
  display: inline-block;
  margin: 8px 0 0;
  padding: 2px 8px;
  background: #f5f5f5;
}
.top-mv-txt2 > span span {
  font-size: 26px;
}
.top-mv-txt2 > span:nth-child(3) span {
  color: #e66c23;
}
.top-mv-campaign {
  position: absolute;
  top: 24px;
  left: 736px;
}
.top-mv-campaign a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  line-height: 1.2;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background: url("../img/top/mv_02.png") no-repeat 0 0/100% 100%;
}
.top-mv-campaign a span {
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: relative;
  margin: 16px 0 0;
  padding: 4px 11px;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #e66c23;
  font-size: 16px;
  background: #fff;
  transition: 0.3s;
}
.top-mv-campaign a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.top-mv-campaign a span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #e66c23;
  transition: 0.3s;
}
@media (hover: hover) {
  .top-mv-campaign a:hover span {
    color: #fff;
    background: #e66c23;
  }
  .top-mv-campaign a:hover span:before {
    border-color: #e66c23;
  }
  .top-mv-campaign a:hover span:after {
    background: #fff;
  }
}
.top-mv-point {
  display: flex;
  justify-content: center;
  gap: 0 58px;
  padding: 24px 40px;
  background: #f5a87a;
}
.top-mv-point-item {
  position: relative;
  width: 348px;
  padding: 0 0 0 16px;
  border-radius: 12px;
  background: #fff;
}
.top-mv-point-item-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background: url("../img/top/mv_02.png") no-repeat 0 0/100% 100%;
  transform: translate(-50%, -50%);
}
.top-mv-point-item-num span {
  font-size: 28px;
}
.top-mv-point-item-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 102px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.top-mv-point-item-txt span {
  color: #e66c23;
  font-size: 26px;
  background: linear-gradient(to top, transparent 7%, #fffd00 7%, #fffd00 27%, transparent 27%);
}
.top-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
  text-align: center;
}
.top-ttl-ja {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.top-ttl-ja span {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  margin: 0 8px 0 0;
  padding: 0 10px;
  border: 2px solid #e66c23;
  color: #e66c23;
  font-size: 30px;
  background: #fff;
}
.top-ttl-ja span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 10px;
  height: 12px;
  background: #e66c23;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.top-ttl-ja span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 10px;
  height: 12px;
  background: #fff;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.top-ttl-ja small {
  font-size: inherit;
}
.top-ttl-en {
  position: relative;
  line-height: 1;
  padding: 3px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  background: #e66c23;
}
.top-ttl-en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 20px;
  background: url("../img/icon_ttl_01.png") no-repeat 0 0/100% 100%;
}
.top-search {
  position: relative;
  margin: 0 0 64px;
  padding: 64px 0 80px;
  z-index: 0;
}
.top-search:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.top-search-grid {
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
  margin: 0 0 40px;
  padding: 48px 40px;
  border-radius: 40px;
  background: #fff;
}
.top-search-map {
  width: 492px;
}
.top-search-map-ttl {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 16px;
  font-size: 24px;
}
.top-search-map-ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 4px;
  background: #e66c23;
}
.top-search-map-img {
  position: relative;
}
.top-search-map-img > img[data-area] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.top-search-map-img > img[data-area].is-active {
  opacity: 1;
}
.top-search-map-img li {
  position: absolute;
}
.top-search-map-img li:nth-child(1) {
  top: 140px;
  left: 92px;
}
.top-search-map-img li:nth-child(2) {
  top: 46px;
  left: 38px;
}
.top-search-map-img li:nth-child(3) {
  top: 103px;
  left: 12px;
}
.top-search-map-img li:nth-child(4) {
  top: 233px;
  left: 0;
}
.top-search-map-img li:nth-child(5) {
  top: 190px;
  left: 162px;
}
.top-search-map-img li a {
  display: flex;
  align-items: center;
  gap: 0 4px;
  padding: 4px 8px 4px 15px;
  border: 1px solid #73b220;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
}
.top-search-map-img li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.top-search-map-img li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #e66c23;
}
@media (hover: hover) {
  .top-search-map-img li a:hover {
    border-color: #e66c23;
    color: #e66c23;
  }
}
.top-search-list {
  flex: 1;
}
.top-search-group {
  display: flex;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.top-search-group + .top-search-group {
  margin: 8px 0 0;
}
.top-search-group-ttl {
  display: flex;
  align-items: center;
  width: 204px;
  padding: 0 0 0 20px;
  background: #f5f5f5;
}
.top-search-group-ttl a {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: 700;
}
.top-search-group-ttl a span {
  display: inline-block;
  position: relative;
}
.top-search-group-ttl a span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e66c23;
  opacity: 0;
  transition: 0.3s;
}
.top-search-group-ttl a i {
  font-size: 14px;
}
.top-search-group-ttl a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.top-search-group-ttl a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 14px;
  border-radius: 100%;
  background: #e66c23;
}
@media (hover: hover) {
  .top-search-group-ttl a:hover {
    color: #e66c23;
  }
  .top-search-group-ttl a:hover span:after {
    opacity: 1;
  }
}
.top-search-group-links {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding: 18px 24px;
}
.top-search-group-links li a {
  font-size: 14px;
  font-weight: 700;
}
.top-search-group-links li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  margin: 10px 0 0 8px;
  border-top: 2px solid #e66c23;
  border-right: 2px solid #e66c23;
  transform: rotate(45deg);
}
.top-search-group-links li a span {
  display: inline-block;
  position: relative;
}
.top-search-group-links li a span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e66c23;
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .top-search-group-links li a:hover {
    color: #e66c23;
  }
  .top-search-group-links li a:hover span:after {
    opacity: 1;
  }
}
.top-search-btn {
  text-align: center;
}
.top-news {
  position: relative;
  margin: 0 0 80px;
}
.top-news .top-ttl {
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
.top-news .top-ttl-en {
  margin-left: 9px;
}
.top-news .news-list {
  margin-left: 256px;
}
.top-news-btn {
  text-align: center;
}
.top-reason {
  position: relative;
  padding: 64px 0 80px;
  z-index: 0;
}
.top-reason:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #e5ddd3;
  z-index: -1;
}
.top-reason-lead {
  margin: 0 0 40px;
  text-align: center;
}
.top-reason-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 0 40px;
}
.top-reason-item {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.top-reason-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  padding: 16px 0;
  background: #f5f2eb;
}
.top-reason-item-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 0 14px 16px;
  font-size: 18px;
  font-weight: 700;
}
.top-reason-item-ttl span {
  font-size: 14px;
}
.top-reason-btn {
  text-align: center;
}
.top-flow {
  position: relative;
  padding: 64px 0 80px;
  z-index: 0;
}
.top-flow:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.top-flow-lead {
  margin: 0 0 40px;
  text-align: center;
}
.top-flow-img {
  margin: 0 0 40px;
}
.top-flow-btn {
  text-align: center;
}
.top-type {
  position: relative;
  margin: 0 0 80px;
  padding: 64px 0 80px;
  z-index: 0;
}
.top-type:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #e5dfd3;
  z-index: -1;
}
.top-type-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 64px 0 40px;
}
.top-type-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
.top-type-item a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  position: relative;
  padding: 40px 24px 24px;
  border-radius: 12px;
  background: #fff;
}
.top-type-item a:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: 12px;
  transition: 0.3s;
}
.top-type-item-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-type-item-ttl {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.top-type-item-ttl span {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}
.top-type-item-type {
  margin: 0 0 24px;
  padding: 2px 0;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.top-type-item-img {
  margin: 0 0 16px;
}
.top-type-item-img img {
  border-radius: 8px;
}
.top-type-item-txt {
  margin: 0 0 24px;
  font-size: 14px;
}
.top-type-item-btn {
  position: relative;
  padding: 10px;
  border: 2px solid;
  border-radius: 40px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}
.top-type-item-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.top-type-item:nth-child(1) .top-type-item-ttl span {
  color: #66605c;
}
.top-type-item:nth-child(1) .top-type-item-type {
  background: #66605c;
}
.top-type-item:nth-child(1) .top-type-item-btn {
  border-color: #66605c;
  color: #66605c;
}
.top-type-item:nth-child(1) .top-type-item-btn:after {
  border-color: #66605c;
}
.top-type-item:nth-child(2) .top-type-item-ttl span {
  color: #e66c23;
}
.top-type-item:nth-child(2) .top-type-item-type {
  background: #e66c23;
}
.top-type-item:nth-child(2) .top-type-item-btn {
  border-color: #e66c23;
  color: #e66c23;
}
.top-type-item:nth-child(2) .top-type-item-btn:after {
  border-color: #e66c23;
}
.top-type-item:nth-child(3) .top-type-item-ttl span {
  color: #1b96de;
}
.top-type-item:nth-child(3) .top-type-item-type {
  background: #1b96de;
}
.top-type-item:nth-child(3) .top-type-item-btn {
  padding-right: 24px;
  border-color: #1b96de;
  color: #1b96de;
}
.top-type-item:nth-child(3) .top-type-item-btn:after {
  right: 16px;
  border-color: #1b96de;
}
@media (hover: hover) {
  .top-type-item a:hover .top-type-item-btn {
    color: #fff;
  }
  .top-type-item a:hover .top-type-item-btn:after {
    border-color: #fff;
  }
  .top-type-item:nth-child(1) a:hover:before {
    border-color: #66605c;
  }
  .top-type-item:nth-child(1) a:hover .top-type-item-btn {
    background: #66605c;
  }
  .top-type-item:nth-child(2) a:hover:before {
    border-color: #e66c23;
  }
  .top-type-item:nth-child(2) a:hover .top-type-item-btn {
    background: #e66c23;
  }
  .top-type-item:nth-child(3) a:hover:before {
    border-color: #1b96de;
  }
  .top-type-item:nth-child(3) a:hover .top-type-item-btn {
    background: #1b96de;
  }
}
.top-type-bnr {
  max-width: 800px;
  margin: 0 auto;
}
.top-type-bnr a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
@media (hover: hover) {
  .top-type-bnr a:hover {
    opacity: 0.7;
  }
}
.top-type-bnr-img {
  width: 335px;
}
.top-type-bnr-img img {
  height: 124px;
  object-fit: cover;
  object-position: bottom;
}
.top-type-bnr-inner {
  flex: 1;
  line-height: 1.3;
  padding: 0 0 16px;
  text-align: center;
}
.top-type-bnr-txt1 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 0;
}
.top-type-bnr-txt1:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 6px;
  background: #fffd00;
  z-index: -1;
}
.top-type-bnr-txt1 span {
  font-size: 20px;
}
.top-type-bnr-txt2 {
  color: #e66c23;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-type-bnr-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 24px;
  border-radius: 12px 0 12px 0;
  color: #fff;
  font-size: 12px;
  background: #e66c23;
}
.top-type-bnr-detail:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin: 6px 0 0 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.heading-type.is-trunk,
.heading-type.is-container,
.heading-type.is-bike {
  display: flex;
  align-items: center;
  position: relative;
  height: 39px;
  margin: 8px 0 4px;
  padding: 0 22px 0 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.heading-type.is-trunk:before,
.heading-type.is-container:before,
.heading-type.is-bike:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  transform: translateX(-50%);
}
.heading-type.is-trunk {
  background: #66605c;
}
.heading-type.is-trunk:before {
  background: url("../img/top/type_01.png") no-repeat 0 0/auto 100%;
}
.heading-type.is-container {
  background: #e66c23;
}
.heading-type.is-container:before {
  background: url("../img/top/type_03.png") no-repeat 0 0/auto 100%;
}
.heading-type.is-bike {
  background: #1b96de;
}
.heading-type.is-bike:before {
  background: url("../img/top/type_05.png") no-repeat 0 0/auto 100%;
}
.type-mv {
  margin: 0 0 64px;
}
.type-features {
  position: relative;
  padding: 64px 0;
  z-index: 0;
}
.type-features:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.type-features-ttl {
  margin: 48px 0 32px;
  font-size: 24px;
  text-align: center;
}
.type-features-ttl:after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  margin: 8px auto 0;
  background: #e66c23;
}
.type-features-list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 32px 48px 40px;
  border-radius: 40px;
  background: #fff;
}
.type-features-list1 .type-features-item-ttl {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.type-features-list1 .type-features-item-ttl span {
  font-size: 12px;
  font-weight: 400;
}
.type-features-list1 .type-features-item-img {
  display: flex;
  gap: 0 30px;
}
.type-features-list1 .type-features-item-img span {
  display: block;
}
.type-features-list1 .type-features-item-txt {
  margin: 16px 0 0;
}
.type-features-list1 .type-features-item:not(:has(.type-features-item-img span:nth-child(3))) {
  max-width: 726px;
}
.type-features-list1 .type-features-item:not(:has(.type-features-item-img span:nth-child(2))) {
  max-width: 348px;
}
.type-features-list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  padding: 32px 48px 40px;
  border-radius: 40px;
  background: #fff;
}
.type-features-list2 .type-features-item-img {
  margin: 0 0 24px;
}
.type-features-list2 .type-features-item-ttl {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}
.type-recommend {
  position: relative;
  margin: 0 0 64px;
  padding: 64px 0;
  z-index: 0;
}
.type-recommend:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #e5ddd3;
  z-index: -1;
}
.type-recommend-inner {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 40px 48px;
  border-radius: 40px;
  background: #fff;
}
.type-recommend-img {
  width: 348px;
}
.type-recommend-list {
  flex: 1;
}
.type-recommend-list li {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 18px;
  font-weight: 700;
}
.type-recommend-list li + li {
  margin: 22px 0 0;
}
.type-recommend-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  mask: url("../img/icon_check_01.svg") no-repeat 0 0/100% 100%;
  background: #e66c23;
}
.type-rental {
  position: relative;
  margin: 0 0 64px;
  padding: 64px 0;
  z-index: 0;
}
.type-rental:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.type-rental-inner {
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
  padding: 40px 48px;
  border-radius: 40px;
  background: #fff;
}
.type-rental-img {
  width: 348px;
}
.type-rental-data {
  flex: 1;
}
.type-rental-data .tbl-01 {
  margin: 0 0 24px;
}
.type-rental-data .tbl-01 table th {
  width: 200px;
  padding: 12px 24px;
}
.type-rental-data .tbl-01 table td {
  padding: 12px 24px;
}
.type-rental-data-ttl {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}
.type-rental-data-notes {
  font-size: 12px;
}
.youchi-bnr {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin: 48px 0;
}
.youchi-bnr-img {
  width: 335px;
}
.youchi-bnr-img img {
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
  object-position: bottom;
}
.youchi-bnr-inner {
  flex: 1;
}
.youchi-bnr-txt1 {
  display: inline-block;
  position: relative;
  color: #e66c23;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.youchi-bnr-txt1 span {
  position: absolute;
  top: 0;
  right: 0;
  width: 171px;
  height: 79px;
  padding: 8px 0 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  background: url("../img/youchi/bnr_01.png") no-repeat 0 0/100% 100%;
  transform: translate(80%, -72%);
}
.youchi-bnr-txt2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.youchi-bnr-txt2 span {
  display: inline-block;
  position: relative;
  font-size: 24px;
  z-index: 0;
}
.youchi-bnr-txt2 span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 8px;
  background: #fffd00;
  z-index: -1;
}
.youchi-wrap {
  position: relative;
  padding: 64px 0;
  z-index: 0;
}
.youchi-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f5f2eb;
  z-index: -1;
}
.youchi-terms {
  margin: 0 0 56px;
  padding: 32px 48px;
  border-radius: 40px;
  background: #fff;
}
.youchi-terms ol {
  counter-reset: number;
}
.youchi-terms ol li {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 20px;
  font-weight: 700;
}
.youchi-terms ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: -2px;
  left: 0;
  line-height: 1;
  color: #e66c23;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}
.youchi-terms ol li + li {
  margin: 16px 0 0;
}
.youchi-terms-tbl {
  overflow: hidden;
  margin: 24px 0 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}
.youchi-terms-tbl table {
  width: 100%;
}
.youchi-terms-tbl table th {
  width: 184px;
  padding: 24px 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #f5f2eb;
}
.youchi-terms-tbl table td {
  padding: 24px 32px;
}
.youchi-terms-notes {
  font-size: 12px;
}
.youchi-merit {
  margin: 0 0 40px;
  padding: 32px 48px;
  border-radius: 40px;
  background: #fff;
}
.youchi-merit ol {
  counter-reset: number;
}
.youchi-merit ol li {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 20px;
  font-weight: 700;
}
.youchi-merit ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: -2px;
  left: 0;
  line-height: 1;
  color: #e66c23;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}
.youchi-merit ol li + li {
  margin: 16px 0 0;
}
.youchi-callout {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main {
    margin: 0 0 56px;
  }
  .breadcrumb-list {
    font-size: 10px;
  }
  .breadcrumb-item {
    display: inline;
  }
  .breadcrumb-item a:after {
    width: 6px;
    height: 6px;
    margin-top: 5px;
  }
  .footer-pagetop span {
    right: 15px;
    bottom: 15px;
  }
  .footer-cta {
    padding: 0 0 24px;
  }
  .footer-cta-inner {
    display: block;
  }
  .footer-cta-logo {
    flex-direction: column;
    gap: 12px 0;
    margin: 0 0 24px;
    padding: 16px;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .footer-cta-logo:before,
  .footer-cta-logo:after {
    top: auto;
    left: 50%;
    width: 13px;
    height: 13px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .footer-cta-logo:before {
    bottom: -13px;
  }
  .footer-cta-logo:after {
    bottom: -10px;
  }
  .footer-cta-logo img {
    width: 172px;
  }
  .footer-cta-contact {
    margin: 0 0 16px;
  }
  .footer-cta-contact a {
    width: 285px;
    margin: 0 auto;
    padding: 21px 0;
    text-align: center;
  }
  .footer-cta-contact a:before {
    margin: 5px 8px 0 0;
  }
  .footer-cta-tel a {
    display: block;
    width: 285px;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 40px;
    font-size: 20px;
    text-align: center;
    background: #f5f5f5;
  }
  .footer-cta-tel a:before {
    margin: 7px 8px 0 0;
  }
  .footer-cta-tel span {
    display: block;
  }
  .footer-nav {
    padding: 24px 0 0;
  }
  .footer-nav-search {
    margin: 0 15px 24px;
  }
  .footer-nav-search > li > a {
    font-size: 16px;
  }
  .footer-nav-search ul {
    margin: 24px 0 0;
    gap: 24px 16px;
  }
  .footer-nav-search ul li a {
    font-size: 13px;
  }
  .footer-nav-search ul li a:before {
    width: 7px;
    height: 7px;
  }
  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    position: relative;
    margin: 0 0 -1px;
    border-top: 1px solid #e5dfd3;
  }
  .footer-nav-list:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e5dfd3;
  }
  .footer-nav-list li:nth-child(2n-1) {
    border-right: 1px solid #e5dfd3;
  }
  .footer-nav-list li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 16px 15px;
    border-bottom: 1px solid #e5dfd3;
    font-size: 13px;
  }
  .footer-bottom {
    padding: 24px 15px;
    border-top: none;
  }
  .footer-bottom-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-utility {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin: 0 0 24px;
  }
  .footer-utility li a {
    font-size: 12px;
  }
  .footer-utility li a[target="_blank"]:after {
    margin: 7px 0 0 6px;
  }
  .footer-sns {
    width: 100%;
    justify-content: center;
  }
  .footer-copyright {
    margin: 32px 0 0;
  }
  .header-copy {
    display: block;
    height: auto;
    padding: 8px 15px;
    font-size: 10px;
    letter-spacing: inherit;
  }
  .header-inner {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 0 0 15px;
  }
  .header-logo {
    display: block;
    position: static;
    width: 143px;
  }
  .header-nav {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    padding: 16px 0;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  }
  .header-nav-list {
    display: block;
  }
  .header-nav-list li a {
    display: block;
    height: auto;
    padding: 16px;
    font-size: inherit;
    letter-spacing: inherit;
  }
  .header-nav-list li a:before {
    right: 22px;
    z-index: 1;
  }
  .header-nav-list li a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .header-tel {
    top: 0;
    right: 112px;
  }
  .header-tel a {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    text-indent: -9999px;
    background: #f5f5f5;
  }
  .header-tel a span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 20px;
    margin: 0;
    background: #333;
    transform: translate(-50%, -50%);
  }
  .header-contact {
    top: 0;
    right: 56px;
  }
  .header-contact a {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    text-indent: -9999px;
  }
  .header-contact a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 15px;
    transform: translate(-50%, -50%);
  }
  .header-nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: #e66c23;
  }
  .header-nav-btn span {
    display: block;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .header-nav-btn span:nth-child(1) {
    top: 19px;
  }
  .header-nav-btn span:nth-child(2) {
    top: 27px;
  }
  .header-nav-btn span:nth-child(3) {
    top: 35px;
  }
  .header-nav-btn.is-open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-nav-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .header-nav-btn.is-open span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .abuot-copy {
    margin: 0 0 24px;
    font-size: 18px;
  }
  .about-reason {
    margin: 40px 0;
    padding: 40px 0;
  }
  .about-reason-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
  .about-reason-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .about-reason-item-img {
    width: auto;
    height: 94px;
    padding: 0;
  }
  .about-reason-item-ttl {
    padding: 14px;
    font-size: 16px;
    text-align: center;
  }
  .about-reason-item-ttl span {
    font-size: 12px;
  }
  .about-explanation {
    margin: 40px 0;
    padding: 40px 0;
  }
  .about-explanation-item {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .about-explanation-item + .about-explanation-item {
    margin: 12px 0 0;
  }
  .about-explanation-item-ttl {
    font-size: 20px;
  }
  .contact {
    padding: 24px 0 40px;
  }
  .contact-ttl {
    flex-direction: column;
    gap: 8px 0;
    margin: 0 0 24px;
    font-size: 20px;
  }
  .contact-ttl img {
    width: 143px;
  }
  .contact-head {
    display: block;
  }
  .contact-lead {
    margin: 0 0 24px;
  }
  .contact-tel a {
    flex-direction: column;
    gap: 0;
  }
  .contact-tel-num {
    font-size: 24px;
  }
  .contact-tel-num:before {
    width: 13px;
    height: 18px;
    margin: 9px 6px 0 0;
  }
  .contact-tel-hours {
    font-size: 11px;
  }
  .cancel-date-wrap {
    display: block;
    padding: 16px 12px 12px;
    text-align: center;
  }
  .cancel-date-notification {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .cancel-date {
    line-height: inherit;
    font-size: 18px;
  }
  .cancel-date span {
    font-size: 12px;
  }
  .contact-form {
    margin: 0 -15px 40px;
    padding: 32px 15px;
    border-radius: 22px;
  }
  .contact-form .badge-required {
    font-size: 12px;
  }
  .contact-form .badge-optional {
    font-size: 12px;
  }
  .contact-form textarea {
    height: 16em;
  }
  .contact-form select {
    padding: 14px;
  }
  .form-row {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .form-row .form-field {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid #e6e6e6;
  }
  .form-field-label {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .form-field-checkbox {
    display: block;
  }
  .form-field-checkbox label + label {
    margin: 16px 0 0;
  }
  .form-field-checkbox label:before {
    top: -2px;
  }
  .form-field-checkbox label:has(input:checked):after {
    top: 2px;
  }
  .form-field-radio {
    gap: 16px 20px;
  }
  .form-field-radio label:before {
    top: -1px;
  }
  .form-field-radio label:has(input:checked):after {
    top: 4px;
  }
  .form-section-ttl {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .form-section-ttl:before {
    top: 5px;
    bottom: 5px;
  }
  .form-section-ttl .badge-required {
    margin: 4px 0 0 8px;
  }
  .form-section-notes {
    margin: 0 0 16px;
    font-size: 12px;
  }
  .contact-form .tbl-01 table {
    font-size: 14px;
  }
  .contact-form .tbl-01 table th {
    display: block;
    width: 100%;
    padding: 15px;
    border-right: none;
    border-bottom: none;
    font-size: 16px;
  }
  .contact-form .tbl-01 table th .badge-required,
  .contact-form .tbl-01 table th .badge-optional {
    top: 15px;
    right: 15px;
  }
  .contact-form .tbl-01 table td {
    display: block;
    margin: 0;
    padding: 24px 15px;
  }
  .contact-form .tbl-01 table tr:has(input[type="text"]) th,
  .contact-form .tbl-01 table tr:has(input[type="email"]) th,
  .contact-form .tbl-01 table tr:has(input[type="tel"]) th,
  .contact-form .tbl-01 table tr:has(input[type="checkbox"]) th,
  .contact-form .tbl-01 table tr:has(input[type="radio"]) th,
  .contact-form .tbl-01 table tr:has(textarea) th,
  .contact-form .tbl-01 table tr:has(select) th {
    padding-top: 15px;
  }
  .contact-form .tbl-01 table tr:has(input[type="text"]) th .badge-required,
  .contact-form .tbl-01 table tr:has(input[type="email"]) th .badge-required,
  .contact-form .tbl-01 table tr:has(input[type="tel"]) th .badge-required,
  .contact-form .tbl-01 table tr:has(input[type="checkbox"]) th .badge-required,
  .contact-form .tbl-01 table tr:has(input[type="radio"]) th .badge-required,
  .contact-form .tbl-01 table tr:has(textarea) th .badge-required,
  .contact-form .tbl-01 table tr:has(select) th .badge-required,
  .contact-form .tbl-01 table tr:has(input[type="text"]) th .badge-optional,
  .contact-form .tbl-01 table tr:has(input[type="email"]) th .badge-optional,
  .contact-form .tbl-01 table tr:has(input[type="tel"]) th .badge-optional,
  .contact-form .tbl-01 table tr:has(input[type="checkbox"]) th .badge-optional,
  .contact-form .tbl-01 table tr:has(input[type="radio"]) th .badge-optional,
  .contact-form .tbl-01 table tr:has(textarea) th .badge-optional,
  .contact-form .tbl-01 table tr:has(select) th .badge-optional {
    top: 15px;
  }
  .form-field-ymd {
    gap: 0 8px;
  }
  .form-field-caption {
    font-size: 13px;
  }
  .form-field-notes {
    font-size: 12px;
  }
  .form-field-contractor {
    margin: 0 0 32px;
    padding: 24px 16px;
    font-size: 16px;
  }
  .form-field-zip {
    margin: 0 0 16px;
  }
  .form-field-zip span {
    display: block;
    margin: 8px 0 0;
    font-size: 12px;
  }
  .form-terms1 {
    font-size: 14px;
  }
  .form-terms2 {
    height: 224px;
    margin: 0 0 24px;
    padding: 16px;
    border-radius: 4px;
  }
  .form-agree {
    margin: 24px 0;
  }
  .form-agree label:before {
    top: -2px;
  }
  .form-agree label:has(input:checked):after {
    top: 2px;
  }
  .form-actions {
    display: block;
    margin: 24px 0 0;
  }
  .form-actions button {
    width: 100%;
    margin: 16px 0 0;
  }
  .form-actions button:after {
    right: 24px;
    width: 8px;
    height: 8px;
  }
  .form-actions button.btn-back:after {
    left: 24px;
  }
  .form-actions-confirm button {
    width: 100%;
    font-size: inherit;
  }
  .contact-thanks {
    margin: 0 -15px 40px;
    padding: 32px 15px;
    border-radius: 22px;
  }
  .contact-thanks-ttl {
    margin: 0 0 24px;
    font-size: 20px;
  }
  .contact-thanks-txt {
    margin: 0 0 24px;
    text-align: left;
  }
  .contact-thanks-tel {
    margin: 0 0 24px;
  }
  .contact-thanks-tel a {
    flex-direction: column;
    gap: 0;
  }
  .contact-thanks-tel-num {
    font-size: 24px;
  }
  .contact-thanks-tel-num:before {
    width: 13px;
    height: 18px;
    margin: 9px 6px 0 0;
  }
  .contact-thanks-tel-hours {
    font-size: 11px;
  }
  .contact-thanks-btn a:after {
    right: 24px;
    width: 8px;
    height: 8px;
  }
  .faq-wrap {
    margin: 40px 0 56px;
    padding: 40px 0;
  }
  .faq-list {
    margin: 0 -15px 40px;
    padding: 32px 15px;
    border-radius: 28px;
  }
  .faq-item-q {
    padding: 18px 46px;
    font-size: 16px;
  }
  .faq-item-q:before {
    top: 13px;
    left: 15px;
  }
  .faq-item-q span:before,
  .faq-item-q span:after {
    right: 16px;
  }
  .faq-item-a {
    padding: 20px 32px 20px 46px;
  }
  .faq-item-a:before {
    top: 12px;
    left: 15px;
  }
  .guidance-nav {
    display: block;
    margin: 0 0 40px;
  }
  .guidance-nav-item {
    width: auto;
    margin: 0 0 8px;
  }
  .guidance-nav-item a {
    padding: 18px 16px;
    font-size: 16px;
  }
  .guidance-nav-item a:before {
    left: 24px;
    width: 40px;
    height: 40px;
  }
  .guidance-nav-item a:after {
    right: 16px;
  }
  .guidance-local {
    padding: 40px 0;
  }
  .guidance-web {
    padding: 40px 0;
  }
  .guidance-step {
    display: block;
    margin: 0 -15px;
    padding: 48px 15px 40px;
    border-radius: 28px;
  }
  .guidance-step-item {
    display: block;
    padding: 16px 16px 24px;
  }
  .guidance-step-item + .guidance-step-item {
    margin: 48px 0 0;
  }
  .guidance-step-item + .guidance-step-item:after {
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .guidance-step-item-ttl {
    margin: 0 0 16px;
  }
  .guidance-other {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  .guidance-initial {
    margin: 0 0 40px;
    padding: 24px 20px;
  }
  .guidance-docs {
    margin: 0 0 40px;
  }
  .guidance-docs .tbl-01 th {
    display: none;
  }
  .guidance-docs .tbl-01 td {
    display: block;
    padding: 16px;
    border: none;
    border-bottom: 1px solid #e6e6e6 !important;
    font-size: 14px;
  }
  .guidance-docs .tbl-01 td:before {
    content: attr(data-heading);
    display: block;
    margin: -16px -16px 16px;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #f5f5f5;
  }
  .guidance-docs .tbl-01 tr:last-child td:last-child {
    border-bottom: none !important;
  }
  .guidance-payment .tbl-01 th {
    font-size: 14px;
  }
  .guidance-payment .tbl-01 td {
    padding: 16px;
    font-size: 14px;
  }
  .guidance-cancel-btn .btn-02 {
    width: auto;
  }
  .news-list {
    margin: 0 0 40px;
  }
  .news-item a {
    display: block;
    padding: 18px 32px 18px 0;
  }
  .pagination {
    margin: 24px 0 56px;
  }
  .pagination a,
  .pagination span {
    font-size: inherit;
  }
  .pagination .link-fst,
  .pagination .link-lst {
    display: none;
  }
  .news-detail {
    margin: 0 0 56px;
    padding: 40px 0;
  }
  .news-detail-inner {
    margin: 0 -15px;
    padding: 32px 15px;
    border-radius: 22px;
  }
  .news-detail-inner h1 {
    margin: 0 0 32px;
    font-size: 28px;
  }
  .news-detail-inner h2 {
    margin: 40px 0 24px;
    font-size: 24px;
  }
  .news-detail-inner h3 {
    margin: 32px 0 16px;
    padding: 0 0 0 12px;
    font-size: 20px;
  }
  .news-detail-inner a:after {
    margin: 7px 0 0 8px;
  }
  .news-detail-btn {
    margin: 32px 0 0;
  }
  .page-ttl {
    display: block;
    min-height: auto;
    padding: 40px 15px;
  }
  .page-ttl-ja {
    margin: 0 0 7px;
    font-size: 24px;
  }
  .page-ttl-ja span {
    font-size: 28px;
  }
  .page-ttl-en {
    font-size: 12px;
  }
  .page-ttl-en:before {
    width: 16px;
    height: 18px;
    margin: 0 8px 0 0;
  }
  .btn-01 {
    display: block;
    width: auto;
    font-size: 14px;
  }
  .btn-02 {
    display: block;
    width: auto;
    font-size: 14px;
  }
  .heading {
    margin: 0 0 32px;
  }
  .heading-ja {
    font-size: 24px;
  }
  .heading-ja span {
    font-size: 20px;
  }
  .heading-ja small {
    display: block;
    font-size: 16px;
  }
  .heading-en {
    font-size: 12px;
  }
  .heading-en:before {
    width: 16px;
    height: 18px;
  }
  .heading:has(h1) .heading-ja {
    font-size: 28px;
  }
  .heading:has(h1) .heading-ja small {
    font-size: 20px;
  }
  .heading:has(h1) .heading-en {
    font-size: 12px;
  }
  .cta1 {
    margin: 0 15px 48px;
    padding: 0 0 24px;
  }
  .cta1:before {
    bottom: 74px;
    left: 46px;
    width: 145px;
    height: 70px;
  }
  .cta1:after {
    bottom: 74px;
    right: 10px;
    width: 102px;
    height: 130px;
  }
  .cta1-ttl {
    margin: -24px 0 16px;
    font-size: 20px;
  }
  .cta1-ttl span {
    display: block;
    font-size: 26px;
  }
  .cta1-cat {
    width: 216px;
    margin: 0 auto 80px 10px;
    padding: 4px 16px;
    font-size: 12px;
    text-align: center;
  }
  .cta1-btn {
    width: 100%;
    padding: 0 10px;
  }
  .cta1-btn a {
    width: auto;
    height: 50px;
    font-size: 14px;
  }
  .cta2 {
    margin: 48px 15px;
    padding: 0 0 24px;
  }
  .cta2:before {
    left: 8px;
    width: 145px;
    height: 70px;
  }
  .cta2:after {
    right: 0;
    width: 76px;
    height: 97px;
  }
  .cta2-ttl {
    margin: -16px 0 12px;
    font-size: 16px;
  }
  .cta2-ttl span {
    font-size: 22px;
  }
  .cta2-txt {
    font-size: 16px;
  }
  .cta2-links {
    display: block;
    width: 100%;
    padding: 0 76px 0 15px;
  }
  .cta2-tel {
    margin: 0 0 8px;
  }
  .cta2-tel a {
    width: auto;
    height: 54px;
    border-radius: 40px;
    font-size: 10px;
  }
  .cta2-tel a span {
    font-size: 20px;
  }
  .cta2-tel a span:before {
    width: 10px;
    height: 14px;
  }
  .cta2-btn a {
    gap: 0 8px;
    width: auto;
    height: 50px;
    font-size: 14px;
  }
  .cta2-btn a span {
    font-size: 12px;
  }
  .cta2-btn a:after {
    right: 16px;
  }
  .tbl-01 {
    margin: 0 0 32px;
  }
  .tbl-01 table {
    font-size: 12px;
  }
  .tbl-01 table th {
    width: auto;
    padding: 12px;
  }
  .tbl-01 table td {
    padding: 12px;
  }
  .lead {
    margin: 0 0 24px;
  }
  .anchor-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 4px;
    top: 72px;
  }
  .anchor-nav a {
    gap: 0 6px;
    padding: 7px 9px 7px 13px;
    font-size: 12px;
  }
  .frame {
    margin: 0 0 32px;
    padding: 24px 18px;
  }
  .search-area {
    margin: -40px 0 40px;
    padding: 40px 0;
  }
  .search-area-inner {
    margin: 0 -15px;
    padding: 40px 15px;
    border-radius: 28px;
  }
  .search-area-group {
    display: block;
  }
  .search-area-group-ttl {
    width: auto;
    padding: 19px 16px;
  }
  .search-area-group-ttl a {
    font-size: 16px;
  }
  .search-area-group-ttl a i {
    font-size: 12px;
  }
  .search-area-group-ttl a:before {
    width: 7px;
    height: 7px;
  }
  .search-area-group-links {
    gap: 19px 24px;
    padding: 24px 18px;
  }
  .search-area-group-links li a {
    font-size: 13px;
  }
  .search-area-group-links li a:after {
    margin: 7px 0 0 8px;
  }
  .store-list {
    display: block;
    margin: 0 0 56px;
  }
  .store-item {
    display: block;
    margin: 0 0 20px;
  }
  .store-item a {
    display: flex;
    flex-wrap: wrap;
  }
  .store-item a:before {
    content: none;
  }
  .store-item-img {
    position: static;
    width: 120px;
  }
  .store-item-img img {
    width: 120px;
    height: 120px;
    min-height: 120px;
  }
  .store-item-date {
    font-size: 12px;
  }
  .store-item-ttl {
    width: calc(100% - 120px);
    height: 120px;
    padding: 0 15px;
    font-size: 16px;
  }
  .store-item-icon {
    font-size: 12px;
  }
  .store-item-txt {
    width: 100%;
    padding: 20px 18px;
  }
  .area-filter {
    display: block;
    margin: 0 15px 40px;
  }
  .area-filter-ttl {
    display: block;
    width: auto;
    padding: 12px;
    text-align: center;
  }
  .area-filter-list {
    gap: 0 7px;
    padding: 16px 11px;
  }
  .area-filter-select:after {
    right: 14px;
    width: 10px;
    height: 10px;
  }
  .area-filter-select select {
    padding: 14px 32px 14px 12px;
    font-size: 12px;
  }
  .store-list-map {
    height: 200px;
    margin: 0 0 40px;
  }
  .store-ttl-wrapper {
    flex-direction: column;
    gap: 4px 0;
    margin: 0 0 16px;
  }
  .store-ttl-sub {
    padding: 4px 12px;
    font-size: 12px;
  }
  .store-ttl {
    font-size: 24px;
    letter-spacing: inherit;
  }
  .store-ttl-icon {
    position: static;
    font-size: 12px;
  }
  .store-detail {
    display: block;
  }
  .store-img {
    width: auto;
    margin: 0 0 20px;
  }
  .store-img-main {
    margin: 0 0 12px;
  }
  .store-img-main img {
    max-height: 258px;
  }
  .store-img-thumbnails {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -15px 16px 0;
    padding: 0 15px 8px 0;
  }
  .store-img-thumbnails li {
    flex: 0 0 70px;
    width: 70px;
  }
  .store-img-thumbnails li img {
    max-height: 52px;
  }
  .store-map iframe {
    height: 172px;
  }
  .store-data th {
    display: block;
    margin: 0 0 8px;
    padding: 16px 0 0;
    border: none;
    white-space: normal;
  }
  .store-data td {
    display: block;
    padding: 0 0 16px;
    border-bottom: 1px solid #e6e6e6;
  }
  .store-data-size {
    display: flex;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .store-data-size th {
    width: 48px;
    margin: 0;
    padding: 1px 0 0;
  }
  .store-data-size td {
    flex: 1;
    padding: 0;
    border: none;
  }
  .store-data-size td b {
    font-size: 20px;
  }
  .store-data-size td a {
    display: block;
    margin: 8px 0 0;
  }
  .store-data-size td a:after {
    margin: 7px 0 0 8px;
  }
  .store-data-price {
    display: flex;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .store-data-price th {
    width: 48px;
    margin: 0;
    padding: 1px 0 0;
  }
  .store-data-price td {
    flex: 1;
    padding: 0;
    border: none;
  }
  .store-data-price td b {
    font-size: 20px;
  }
  .store-size-anchor-txt {
    margin: 0 0 16px;
    font-size: 12px;
  }
  .store-size-anchor-txt-inner {
    padding: 4px 16px;
  }
  .store-size-anchor-btn {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .store-size-anchor-btn a {
    padding: 14px;
    font-size: 14px;
  }
  .store-campaign {
    display: block;
  }
  .store-campaign-ttl {
    width: auto;
    padding: 12px 16px;
  }
  .store-campaign-txt {
    padding: 12px 16px;
  }
  .store-news {
    display: block;
  }
  .store-news-ttl {
    width: auto;
    padding: 12px 16px;
  }
  .store-news-txt {
    padding: 12px 16px;
  }
  .store-price th {
    padding: 10px 6px;
    font-size: 12px;
    white-space: nowrap;
  }
  .store-price th span {
    font-size: 8px;
  }
  .store-price td {
    padding: 12px 6px;
    font-size: 12px;
  }
  .store-price td:nth-child(1) {
    white-space: nowrap;
  }
  .store-price td:nth-child(2) {
    font-size: 10px;
  }
  .store-price td:nth-child(2) span {
    font-size: 12px;
  }
  .store-price td:nth-child(2) span b {
    font-size: 16px;
  }
  .store-price td:nth-child(3) {
    white-space: nowrap;
  }
  .store-price td:last-child {
    width: auto;
  }
  .store-price-btn-apply {
    width: 68px;
    padding: 6px 0;
    font-size: 10px;
  }
  .store-price-btn-apply:after {
    content: none;
  }
  .store-price-btn-quote {
    width: 68px;
    padding: 6px 0;
    font-size: 10px;
  }
  .store-price-btn-quote:after {
    content: none;
  }
  .store-price-btn-apply + .store-price-btn-quote {
    margin-top: 6px;
  }
  .store-price-notes {
    margin: 0 0 56px;
    font-size: 12px;
  }
  .store-price-notes b {
    font-size: 12px;
  }
  .store-floor {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  .store-floor-img .splide__arrow {
    display: none;
  }
  .estimate-modal {
    width: calc(100vw - 30px);
    padding: 24px 15px;
  }
  .estimate-modal-ttl {
    font-size: 20px;
  }
  .estimate-modal-ttl:before {
    top: 5px;
    bottom: 5px;
  }
  .estimate-modal-close {
    top: 28px;
    right: 15px;
  }
  .estimate-modal-start {
    gap: 8px;
    padding: 16px;
  }
  .estimate-modal-start-label {
    width: 100%;
  }
  .estimate-modal-start-select select {
    padding: 8px 16px;
    font-size: 12px;
  }
  .estimate-modal-start-recalc button {
    font-size: 14px;
  }
  .estimate-modal-start-note {
    font-size: 12px;
  }
  .estimate-modal-campaign {
    font-size: 16px;
  }
  .estimate-modal-campaign:before {
    width: 22px;
    height: 20px;
  }
  .estimate-modal-notes {
    margin: 24px 0 0;
  }
  .sitemap1 {
    gap: 20px;
    margin: 0 0 24px;
  }
  .sitemap1 li a {
    font-size: 16px;
  }
  .sitemap2 {
    overflow: visible;
    margin: 0 0 24px;
    border: none;
    border-radius: 0;
  }
  .sitemap2-group {
    display: block;
    margin: 0 0 12px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
  }
  .sitemap2-group-ttl {
    display: block;
    width: auto;
    padding: 16px;
    text-align: center;
  }
  .sitemap2-group-ttl a {
    font-size: 16px;
  }
  .sitemap2-group-links {
    gap: 16px 24px;
    padding: 24px 18px;
  }
  .sitemap2-group-links li a {
    font-size: 13px;
  }
  .sitemap2-group-links li a:after {
    margin: 7px 0 0 8px;
  }
  .size-notes {
    margin: 0 0 40px;
  }
  .size-wrap {
    margin: 40px 0 56px;
    padding: 40px 0;
  }
  .size-item {
    display: block;
    margin: 0 -15px 40px;
    padding: 32px 15px;
    border-radius: 28px;
  }
  .size-item-img {
    width: auto;
    max-width: 260px;
    margin: 0 auto 24px;
    text-align: center;
  }
  .size-item-data .tbl-01 table {
    font-size: 14px;
  }
  .size-item-data .tbl-01 table th {
    padding: 11px;
    white-space: nowrap;
  }
  .size-item-data .tbl-01 table td {
    width: 100%;
    padding: 11px;
  }
  .top-mv {
    padding: 20px 15px 55vw;
    background: url("../img/top/mv_01_sp.jpg") no-repeat 0 100%/100% auto;
  }
  .top-mv-txt1 {
    line-height: 1.5;
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: inherit;
  }
  .top-mv-txt1 span {
    font-size: 19px;
  }
  .top-mv-txt1 span:nth-child(3) {
    font-size: 26px;
  }
  .top-mv-txt1 span:nth-child(3):before {
    top: -0.4em;
  }
  .top-mv-txt1 span:nth-child(5) {
    font-size: 26px;
  }
  .top-mv-txt2 {
    font-size: 12px;
  }
  .top-mv-txt2 > span {
    padding: 3px 11px;
  }
  .top-mv-txt2 > span span {
    font-size: 16px;
  }
  .top-mv-campaign {
    top: auto;
    bottom: 28px;
    left: 15px;
  }
  .top-mv-campaign a {
    width: 164px;
    height: 164px;
    padding: 0 0 8px;
    font-size: 20px;
  }
  .top-mv-campaign a span {
    gap: 0 4px;
    margin: 8px 0 0;
    padding: 4px 6px;
    font-size: 12px;
  }
  .top-mv-campaign a span:before {
    right: 12px;
  }
  .top-mv-point {
    display: block;
    padding: 32px 15px 32px 48px;
  }
  .top-mv-point-item {
    width: auto;
    padding: 0 0 0 24px;
  }
  .top-mv-point-item + .top-mv-point-item {
    margin: 8px 0 0;
  }
  .top-mv-point-item-num {
    width: 64px;
    height: 64px;
    font-size: 10px;
  }
  .top-mv-point-item-num span {
    font-size: 22px;
  }
  .top-mv-point-item-txt {
    flex-direction: row;
    height: 80px;
    font-size: 16px;
  }
  .top-mv-point-item-txt span {
    font-size: 18px;
  }
  .top-ttl {
    margin: 0 0 32px;
  }
  .top-ttl-ja {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 8px;
    font-size: 28px;
  }
  .top-ttl-ja span {
    margin: 0 0 8px;
    padding: 2px 10px;
    font-size: 20px;
  }
  .top-ttl-ja span:before {
    top: auto;
    right: auto;
    bottom: -10px;
    left: 50%;
    width: 14px;
    height: 10px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .top-ttl-ja span:after {
    top: auto;
    right: auto;
    bottom: -6px;
    left: 50%;
    width: 14px;
    height: 10px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .top-ttl-ja small {
    font-size: 20px;
  }
  .top-ttl-en {
    font-size: 12px;
  }
  .top-ttl-en:before {
    width: 16px;
    height: 18px;
  }
  .top-search {
    margin: 0 0 40px;
    padding: 40px 0 64px;
  }
  .top-search-grid {
    display: block;
    margin: 0 -15px 40px;
    padding: 40px 15px;
    border-radius: 28px;
  }
  .top-search-map {
    width: auto;
  }
  .top-search-map-ttl {
    margin: 0 0 24px;
    padding: 0 0 0 12px;
    font-size: 20px;
  }
  .top-search-map-ttl:before {
    top: 6px;
    bottom: 6px;
    width: 4px;
  }
  .top-search-map-img {
    max-width: 343px;
    margin: 0 auto 32px;
  }
  .top-search-map-img li:nth-child(1) {
    top: 100px;
    left: 56px;
  }
  .top-search-map-img li:nth-child(2) {
    top: 33px;
    left: 25px;
  }
  .top-search-map-img li:nth-child(3) {
    top: 66px;
    left: 6px;
  }
  .top-search-map-img li:nth-child(4) {
    top: 164px;
    left: 0;
  }
  .top-search-map-img li:nth-child(5) {
    top: 134px;
    left: 112px;
  }
  .top-search-map-img li a {
    padding: 3px 4px 3px 10px;
    font-size: 10px;
  }
  .top-search-map-img li a:before {
    right: 10px;
    width: 5px;
    height: 5px;
  }
  .top-search-map-img li a:after {
    width: 14px;
    height: 14px;
  }
  .top-search-list {
    margin: 0 -15px;
    padding: 32px 15px 0;
    border-top: 1px solid #e6e6e6;
  }
  .top-search-group {
    display: block;
  }
  .top-search-group + .top-search-group {
    margin: 12px 0 0;
  }
  .top-search-group-ttl {
    justify-content: center;
    width: auto;
    padding: 19px 16px;
  }
  .top-search-group-ttl a {
    font-size: 16px;
  }
  .top-search-group-ttl a i {
    font-size: 12px;
  }
  .top-search-group-ttl a:before {
    width: 7px;
    height: 7px;
  }
  .top-search-group-links {
    gap: 19px 24px;
    padding: 24px 18px;
  }
  .top-search-group-links li a {
    font-size: 13px;
  }
  .top-search-group-links li a:after {
    margin: 7px 0 0 8px;
  }
  .top-news {
    margin: 0 0 64px;
  }
  .top-news .top-ttl {
    align-items: center;
    position: static;
  }
  .top-news .top-ttl-en {
    margin-left: 0;
  }
  .top-news .news-list {
    margin-left: 0;
  }
  .top-reason {
    padding: 40px 0 64px;
  }
  .top-reason-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
  .top-reason-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .top-reason-item-img {
    width: auto;
    height: 94px;
    padding: 0;
  }
  .top-reason-item-ttl {
    padding: 14px;
    font-size: 16px;
    text-align: center;
  }
  .top-reason-item-ttl span {
    font-size: 12px;
  }
  .top-flow {
    padding: 40px 0 64px;
  }
  .top-flow-img {
    margin: 0 -15px 40px;
    text-align: center;
  }
  .top-flow-img img {
    max-width: 375px;
  }
  .top-type {
    margin: 0 0 56px;
    padding: 40px 0 64px;
  }
  .top-type-list {
    display: block;
    margin: 72px 0 32px;
  }
  .top-type-item {
    display: block;
  }
  .top-type-item + .top-type-item {
    margin: 56px 0 0;
  }
  .top-type-item a {
    display: inherit;
    padding: 40px 15px 24px;
  }
  .top-type-item a:before {
    content: none;
  }
  .top-type-item:nth-child(3) .top-type-item-btn:after {
    right: 24px;
  }
  .top-type-item-ttl {
    font-size: 20px;
  }
  .top-type-item-ttl span {
    font-size: 10px;
  }
  .top-type-item-type {
    font-size: 14px;
  }
  .top-type-bnr-img {
    width: 103px;
  }
  .top-type-bnr-img img {
    height: 106px;
    object-position: center;
  }
  .top-type-bnr-txt1 {
    font-size: 10px;
  }
  .top-type-bnr-txt1:before {
    bottom: 0;
  }
  .top-type-bnr-txt1 span {
    font-size: 14px;
  }
  .top-type-bnr-txt2 {
    font-size: 20px;
  }
  .heading-type.is-trunk,
  .heading-type.is-container,
  .heading-type.is-bike {
    margin: 0 0 4px;
  }
  .type-mv {
    margin: 0 -15px 40px;
  }
  .type-features {
    padding: 40px 0;
  }
  .type-features-ttl {
    margin: 48px 0 24px;
    font-size: 20px;
  }
  .type-features-list1 {
    display: block;
    margin: 0 -15px;
    padding: 24px 15px 32px;
    border-radius: 28px;
  }
  .type-features-list1 .type-features-item + .type-features-item {
    margin: 20px 0 0;
  }
  .type-features-list1 .type-features-item-ttl {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .type-features-list1 .type-features-item-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .type-features-list1 .type-features-item-txt {
    margin: 16px 0 0;
  }
  .type-features-list1 .type-features-item:not(:has(.type-features-item-img span:nth-child(2))) {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
  }
  .type-features-list1 .type-features-item:not(:has(.type-features-item-img span:nth-child(2))) .type-features-item-ttl {
    width: 100%;
  }
  .type-features-list1 .type-features-item:not(:has(.type-features-item-img span:nth-child(2))) .type-features-item-img {
    display: block;
    width: calc((100% - 12px) / 2);
  }
  .type-features-list1 .type-features-item:not(:has(.type-features-item-img span:nth-child(2))) .type-features-item-txt {
    width: calc((100% - 12px) / 2);
    margin: 0;
  }
  .type-features-list1:not(:has(.type-features-item-txt)) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
  .type-features-list1:not(:has(.type-features-item-txt)) .type-features-item {
    display: block !important;
    margin: 0;
  }
  .type-features-list1:not(:has(.type-features-item-txt)) .type-features-item-img {
    width: auto !important;
  }
  .type-features-list2 {
    display: block;
    margin: 0 -15px;
    padding: 24px 15px 32px;
    border-radius: 28px;
  }
  .type-features-list2 .type-features-item + .type-features-item {
    margin: 32px 0 0;
  }
  .type-features-list2 .type-features-item-img {
    margin: 0 0 16px;
  }
  .type-features-list2 .type-features-item-ttl {
    font-size: 16px;
  }
  .type-recommend {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  .type-recommend-inner {
    display: block;
    margin: 0 -15px;
    padding: 32px 15px;
    border-radius: 28px;
  }
  .type-recommend-img {
    width: auto;
    max-width: 311px;
    margin: 0 auto 16px;
  }
  .type-recommend-list {
    flex: 1;
  }
  .type-recommend-list li {
    padding: 0 0 0 32px;
    font-size: 14px;
  }
  .type-recommend-list li + li {
    margin: 10px 0 0;
  }
  .type-recommend-list li:before {
    top: -1px;
    width: 24px;
    height: 24px;
  }
  .type-rental {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  .type-rental-inner {
    display: block;
    margin: 0 -15px;
    padding: 32px 15px;
    border-radius: 28px;
  }
  .type-rental-img {
    width: auto;
    max-width: 311px;
    margin: 0 auto 24px;
  }
  .type-rental-data .tbl-01 {
    margin: 0 0 16px;
  }
  .type-rental-data .tbl-01 table {
    font-size: 14px;
  }
  .type-rental-data .tbl-01 table th {
    width: auto;
    padding: 11px 16px;
  }
  .type-rental-data .tbl-01 table td {
    padding: 11px 16px;
  }
  .type-rental-data-ttl {
    font-size: 16px;
  }
  .youchi-bnr {
    display: block;
    margin: 0 0 40px;
  }
  .youchi-bnr-img {
    width: 251px;
    margin: 0 0 24px;
  }
  .youchi-bnr-img img {
    height: 120px;
  }
  .youchi-bnr-inner {
    text-align: center;
  }
  .youchi-bnr-txt1 {
    margin: 0 0 8px;
    font-size: 24px;
  }
  .youchi-bnr-txt1 span {
    width: 149px;
    height: 70px;
    padding: 8px 0 0;
    font-size: 14px;
    transform: translate(30%, -104%);
  }
  .youchi-bnr-txt2 {
    font-size: 14px;
  }
  .youchi-bnr-txt2 span {
    font-size: 20px;
  }
  .youchi-wrap {
    padding: 40px 0;
  }
  .youchi-terms {
    margin: 0 -15px 40px;
    padding: 32px 15px;
    border-radius: 28px;
  }
  .youchi-terms ol li {
    padding: 0 0 0 28px;
    font-size: 16px;
  }
  .youchi-terms ol li:before {
    font-size: 26px;
  }
  .youchi-terms-tbl table th {
    display: block;
    width: auto;
    padding: 12px 16px;
    font-size: 14px;
    text-align: left;
  }
  .youchi-terms-tbl table td {
    display: block;
    padding: 12px 16px;
  }
  .youchi-merit {
    margin: 0 -15px 32px;
    padding: 32px 15px;
    border-radius: 28px;
  }
  .youchi-merit ol li {
    padding: 0 0 0 28px;
    font-size: 16px;
  }
  .youchi-merit ol li:before {
    font-size: 26px;
  }
  .youchi-callout {
    font-size: 16px;
  }
}
