@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1A2E38;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

strong {
  font-weight: 700;
}

s {
  text-decoration: line-through;
}

.l-container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  position: relative;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(11, 79, 108, 0.1);
  -webkit-box-shadow: 0 2px 8px rgba(11, 79, 108, 0.08);
          box-shadow: 0 2px 8px rgba(11, 79, 108, 0.08);
}
.l-header__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.l-header__logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #0B4F6C;
  letter-spacing: -0.02em;
}
.l-header__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-main {
  min-height: 100vh;
}

.l-footer {
  background: #0B4F6C;
  padding: 32px 0;
}
.l-footer__logo {
  width: 160px;
  margin: 0.2em auto 0.5em;
}
.l-footer__copy {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.c-btn-airbnb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  background: #0B4F6C;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 9999px;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: 100%;
  text-align: center;
}
@media (max-width: 560px) {
  .c-btn-airbnb {
    font-size: 16px;
  }
}
.c-btn-airbnb svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-btn-airbnb:hover {
  background: rgb(7.2285714286, 51.9142857143, 70.9714285714);
  -webkit-box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
          box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.c-btn-airbnb:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-btn-airbnb--sm {
  padding: 10px 20px;
  font-size: 12px;
}

.c-btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border: 2px solid #0B4F6C;
  color: #0B4F6C;
  font-weight: 700;
  font-size: 14px;
  border-radius: 9999px;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.c-btn-more svg {
  width: 15px;
  height: 15px;
}
.c-btn-more:hover {
  background: #0B4F6C;
  color: #FFFFFF;
}

.c-btn-copy {
  display: inline-block;
  padding: 10px 24px;
  background: #4AABCF;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.c-btn-copy:hover {
  background: rgb(50.3475982533, 152.0917030568, 189.8524017467);
}

.fv {
  background: url(../images/fv_bg.webp) no-repeat center center/cover;
}
.fv img {
  -webkit-box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
          box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
}
.fv .l-container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
.p-section-head {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 560px) {
  .p-section-head {
    margin-bottom: 24px;
  }
}
.p-section-head__eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #4AABCF;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.p-section-head__title {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 900;
  line-height: 1.3;
  color: #0B4F6C;
  margin-bottom: 16px;
}
.p-section-head__title small {
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  color: #E53935;
  margin-top: 4px;
}
.p-section-head__lead {
  font-size: 14px;
  color: #5A7A8A;
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 560px) {
  .p-section-head__lead {
    font-size: 12px;
  }
}
.p-section-head__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

.p-campaign-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #E53935;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  border-radius: 9999px;
}

.p-deadline-badge {
  display: inline-block;
  padding: 4px 14px;
  background: #FFD84D;
  color: #1A2E38;
  font-size: 11px;
  font-weight: 700;
  border-radius: 9999px;
}

.p-off-badge {
  display: inline-block;
  padding: 2px 10px;
  background: #E53935;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 9999px;
  vertical-align: middle;
}
.p-off-badge--lg {
  font-size: 16px;
  padding: 4px 14px;
}
.p-off-badge--sm {
  font-size: 14px;
  padding: 2px 5px;
}

.p-props {
  padding: 32px 0 80px;
  background: #fff;
}
.p-props__more-wrap {
  text-align: center;
  margin: 48px 0 32px;
}

.p-prop-card {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
          box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
  margin-bottom: 48px;
}
.p-prop-card:nth-child(odd) {
  grid-template-columns: 2fr 3fr;
}
.p-prop-card:nth-child(even) .p-prop-card__carousel {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-prop-card:nth-child(even) .p-prop-card__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-prop-card__carousel {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/2.25;
}
@media (max-width: 768px) {
  .p-prop-card__carousel {
    aspect-ratio: 19/15;
  }
}
.p-prop-card__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
}
.p-prop-card__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
}
.p-prop-card__img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-prop-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-prop-card__rank {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  background: #0B4F6C;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  letter-spacing: 0.05em;
}
.p-prop-card__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #0B4F6C;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  z-index: 2;
  display: none;
}
.p-prop-card__arrow:hover {
  background: #FFFFFF;
}
.p-prop-card__arrow--prev {
  left: 8px;
}
.p-prop-card__arrow--next {
  right: 8px;
}
.p-prop-card__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  z-index: 2;
}
.p-prop-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-prop-card__dot.is-active {
  background: #FFFFFF;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.p-prop-card__body {
  padding: 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-prop-card__name {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #0B4F6C;
  letter-spacing: -0.02em;
}
@media (max-width: 560px) {
  .p-prop-card__name {
    font-size: 20px;
  }
}
.p-prop-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-prop-card__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #5A7A8A;
}
.p-prop-card__meta-item svg {
  width: 13px;
  height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-prop-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 16px;
  background: linear-gradient(135deg, #FFF8E1 0%, #FFF3CC 100%);
  border-radius: 8px;
}
@media (max-width: 560px) {
  .p-prop-card__price {
    gap: 4px;
  }
}
.p-prop-card__price-before {
  font-size: 16px;
  color: #5A7A8A;
  width: 100%;
}
.p-prop-card__price-after {
  font-size: 16px;
  color: #0B4F6C;
}
.p-prop-card__price-after strong {
  font-size: 24px;
  color: #E53935;
}
.p-prop-card__saving {
  font-size: 16px;
  font-weight: 700;
  color: #E53935;
}
.p-prop-card__desc {
  font-size: 14px;
  color: #5A7A8A;
  line-height: 1.8;
}
.p-prop-card__desc-main {
  color: #1A2E38;
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .p-prop-card__desc-main {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-prop-card {
    grid-template-columns: 1fr;
  }
  .p-prop-card:nth-child(odd) {
    grid-template-columns: 1fr;
  }
  .p-prop-card:nth-child(even) .p-prop-card__carousel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-prop-card:nth-child(even) .p-prop-card__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-prop-card__body {
    padding: 24px 20px;
    gap: 12px;
  }
}

.p-price-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(255, 216, 77, 0.25);
  border: 1px solid rgba(255, 216, 77, 0.6);
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 32px;
}
.p-price-notice__icon {
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-price-notice__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
.p-price-notice__text {
  font-size: 14px;
  color: #5A7A8A;
  line-height: 1.8;
}

.p-steps {
  padding: 80px 0;
  background: #0B4F6C;
}
@media (max-width: 560px) {
  .p-steps {
    padding: 40px 0;
  }
}
.p-steps .p-section-head__eyebrow {
  color: #4AABCF;
}
.p-steps .p-section-head__title {
  color: #FFFFFF;
}
.p-steps .p-section-head__lead {
  color: rgba(255, 255, 255, 0.7);
}
.p-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 48px;
}
.p-steps__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
  max-width: 200px;
  text-align: center;
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.p-steps__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background: #4AABCF;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 900;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.p-steps__emoji {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
}
.p-steps__title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.p-steps__desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}
.p-steps__arrow {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.4);
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
.p-steps__notes {
  text-align: center;
  margin-top: 24px;
}
.p-steps__notes p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
@media (max-width: 560px) {
  .p-steps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .p-steps__item {
    width: 100%;
    max-width: 320px;
    min-width: unset;
    padding: 20px;
    text-align: center;
  }
  .p-steps__arrow {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 28px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-steps__arrow::before {
    content: "›";
  }
}

.p-template {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 24px;
  max-width: 840px;
  margin: 0 auto;
}
.p-template__label {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.p-template__body {
  background: rgba(255, 255, 255, 0.95);
  color: #1A2E38;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.15;
  white-space: pre-line;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-template__body br {
  display: inline;
}

.p-other {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 560px) {
  .p-other {
    padding: 40px 0;
  }
}
.p-other__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.p-other__grid .p-other-card:nth-child(4) {
  grid-column: 2/4;
}
.p-other__grid .p-other-card:nth-child(5) {
  grid-column: 4/6;
}
.p-other__grid p.disc {
  margin: 0.25em 0;
  font-size: 12px;
  color: #0B4F6C;
}
@media (max-width: 768px) {
  .p-other__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-other__grid .p-other-card:nth-child(4),
  .p-other__grid .p-other-card:nth-child(5) {
    grid-column: span 1;
  }
  .p-other__grid .p-other-card {
    grid-column: span 1;
  }
  .p-other__grid .p-other-card:nth-child(5) {
    grid-column: 1/2;
    justify-self: center;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .p-other__grid {
    grid-template-columns: 1fr;
  }
  .p-other__grid .p-other-card:nth-child(4),
  .p-other__grid .p-other-card:nth-child(5) {
    grid-column: span 1;
    justify-self: stretch;
  }
}

.p-other-card {
  background: #FFFFFF;
  border: 1px solid rgba(11, 79, 108, 0.12);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(11, 79, 108, 0.08);
          box-shadow: 0 2px 8px rgba(11, 79, 108, 0.08);
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  grid-column: span 2;
}
.p-other-card:hover {
  -webkit-box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
          box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-other-card__img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-other-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-other-card__img-wrap:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-other-card__body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-other-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #0B4F6C;
}
.p-other-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-other-card__meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #5A7A8A;
}
.p-other-card__meta span svg {
  width: 12px;
  height: 12px;
}
.p-other-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-other-card__price-before {
  font-size: 11px;
  color: #5A7A8A;
}
.p-other-card__price-after {
  font-size: 16px;
  color: #E53935;
}

.p-faq {
  padding: 80px 0;
  background: #F5EDD8;
}
@media (max-width: 560px) {
  .p-faq {
    padding: 40px 0;
  }
}
.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.p-faq-item {
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(11, 79, 108, 0.08);
          box-shadow: 0 2px 8px rgba(11, 79, 108, 0.08);
  overflow: hidden;
}
.p-faq-item.is-open {
  -webkit-box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
          box-shadow: 0 4px 20px rgba(11, 79, 108, 0.12);
}

.p-faq-item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  list-style: none;
}
.p-faq-item__q::-webkit-details-marker {
  display: none;
}
.p-faq-item__q-text {
  font-size: 16px;
  font-weight: 700;
  color: #0B4F6C;
  line-height: 1.3;
}
.p-faq-item__q-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  color: #4AABCF;
}
.p-faq-item__q-icon::before, .p-faq-item__q-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  border-radius: 2px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.p-faq-item__q-icon::before {
  width: 14px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-faq-item__q-icon::after {
  width: 2px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq-item.is-open .p-faq-item__q-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-faq-item__a {
  overflow: hidden;
  height: 0;
}
.p-faq-item__a-inner {
  padding: 0 24px 20px;
  font-size: 14px;
  color: #5A7A8A;
  line-height: 1.8;
  border-top: 1px solid rgba(11, 79, 108, 0.08);
  padding-top: 16px;
}

.p-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #FFFFFF;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
  padding: 10px 16px;
  height: 10vh;
  min-height: 64px;
  max-height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-sticky-footer.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-sticky-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: linear-gradient(135deg, #FF8C00 0%, #FF5500 100%);
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  padding: 8px 24px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0 4px 12px rgba(255, 100, 0, 0.35);
          box-shadow: 0 4px 12px rgba(255, 100, 0, 0.35);
}
.p-sticky-footer__btn:hover {
  opacity: 0.92;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(255, 100, 0, 0.45);
          box-shadow: 0 6px 16px rgba(255, 100, 0, 0.45);
}
.p-sticky-footer__btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-sticky-footer__btn-sub {
  display: inline-block;
  background: #FFFFFF;
  color: #FF5500;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 2px 10px;
  border-radius: 9999px;
  line-height: 1.6;
}
.p-sticky-footer__btn-main {
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-campaign-intro {
  padding: 64px 0;
  background: linear-gradient(160deg, #EEF7FC 0%, #F0F9FF 60%, #FFF8F0 100%);
}
@media (max-width: 560px) {
  .p-campaign-intro {
    padding: 40px 0;
  }
}
.p-campaign-intro__eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #4AABCF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}
.p-campaign-intro__title {
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 900;
  line-height: 1.3;
  color: #1A2E38;
  text-align: center;
  margin-bottom: 24px;
}
.p-campaign-intro__title em {
  font-style: normal;
  color: #FF5500;
}
.p-campaign-intro__lead {
  font-size: 16px;
  color: #5A7A8A;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 560px) {
  .p-campaign-intro__lead {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  .p-campaign-intro__lead br {
    display: none;
  }
}

.p-why {
  padding: 80px 0;
  background: #FFFFFF;
}
@media (max-width: 560px) {
  .p-why {
    padding: 40px 0;
  }
}
.p-why__title-main {
  font-size: clamp(20px, 4.5vw, 32px);
  font-weight: 900;
  line-height: 1.3;
  color: #0B4F6C;
  text-align: center;
  margin-bottom: 8px;
}
.p-why__title-main em {
  font-style: normal;
  color: #1A2E38;
}
.p-why__title-sub {
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 700;
  color: #FF5500;
  text-align: center;
  margin-bottom: 16px;
}
.p-why__lead {
  font-size: 16px;
  color: #5A7A8A;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 560px) {
  .p-why__lead {
    font-size: 14px;
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-why__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-why__cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 560px) {
  .p-why__cards {
    margin-bottom: 20px;
  }
}
.p-why__closing {
  text-align: center;
  font-size: clamp(17px, 4vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #1A2E38;
}
@media (max-width: 560px) {
  .p-why__closing {
    font-size: 19px;
  }
}
.p-why__closing em {
  font-style: normal;
  color: #4AABCF;
}

.p-why-card {
  background: #F7FBFD;
  border: 1px solid rgba(74, 171, 207, 0.2);
  border-radius: 20px;
  padding: 32px 24px;
}
.p-why-card__icon {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
@media (max-width: 560px) {
  .p-why-card__icon {
    font-size: 46px;
    margin-bottom: 10px;
  }
}
.p-why-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #1A2E38;
  line-height: 1.8;
  margin-bottom: 12px;
}
.p-why-card__title em {
  font-style: normal;
  color: #FF5500;
}
.p-why-card__desc {
  font-size: 14px;
  color: #5A7A8A;
  line-height: 1.8;
}