@charset "UTF-8";
/*
Theme Name: edu-wifi

*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.6;
}

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

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

.lp-wrapper {
  overflow: hidden;
}

/* --------------------------------
   common
--------------------------------- */
.section-inner {
  width: min(1120px, 100% - 32px);
  width: 95%;
  max-width: 1100px;
  margin: 5px auto 0;
}

.section-title {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  color: #111;
}

.cta-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.cta-icon,
.cta-arrow {
  font-size: 1.2em;
  line-height: 1;
}

.center-cta {
  text-align: center;
}

/* --------------------------------
   header
--------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header-inner {
  width: min(1200px, 100% - 32px);
  width: 92%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
}

.site-logo img {
  width: min(18.5185185185vw, 200px);
}

.pc-nav {
  display: flex;
  align-items: center;
  gap: min(2.5925925926vw, 28px);
  font-weight: 800;
  font-size: min(1.6666666667vw, 18px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 140px;
  padding: 0 20px;
  border-radius: 10px;
  background: #0a47a9;
  color: #fff;
  letter-spacing: 0.2em;
}

.hamburger {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px auto;
  background: #0a47a9;
  border-radius: 2px;
  transition: 0.25s ease;
}

.sp-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(82vw, 320px);
  height: 100vh;
  padding: 88px 24px 24px;
  background: #fff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 1002;
}

.sp-menu a {
  font-weight: 800;
  font-size: 1rem;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sp-nav-cta {
  color: #0a47a9;
}

.sp-menu-close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: none;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

/* --------------------------------
   hero
--------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background: url("./img/back-img 1.webp") center/cover no-repeat;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(61, 118, 196, 0.1) 0%, rgba(61, 118, 196, 0.03) 48%, rgba(255, 255, 255, 0) 100%), linear-gradient(35deg, rgba(65, 112, 204, 0.1) 10%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 85%;
  margin: 0 auto;
  padding: min(5.3703703704vw, 58px) 0 min(7.2222222222vw, 78px);
}

/* 文字全体を画像より前面に */
.hero-copy {
  position: absolute;
  top: min(6.6666666667vw, 72px);
  left: 0;
  z-index: 3;
  width: min(760px, 62%);
}

.hero-copy .hero-wifi-wrap {
  display: flex;
  align-items: center;
  gap: min(1.6666666667vw, 18px);
  margin-top: min(1.8518518519vw, 20px);
  margin-bottom: min(1.6666666667vw, 18px);
}

/* 「教育機関のためのWi-Fi」の白い帯 */
.hero-badge {
  height: min(5.0925925926vw, 55px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(5.5555555556vw, 60px);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0;
  font-weight: 900;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  letter-spacing: 0.02em;
  color: #123f8f;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

.hero-copy > img,
.hero-wifi-wrap > img {
  width: min(25vw, 270px);
  max-width: 32%;
  height: auto;
  flex-shrink: 0;
}

.hero-wifi-wrap > img {
  margin-top: min(0.9259259259vw, 10px);
}

.hero-title {
  margin: 0 0 min(3.7037037037vw, 40px);
  width: min(66.6666666667vw, 720px);
}

.hero-title img {
  width: 100%;
  max-width: 920px;
  height: auto;
  display: block;
}

/* CTAも少し大きめ */
.cta-btn--hero {
  display: block;
  width: min(57.4074074074vw, 620px);
  height: min(6.9444444444vw, 75px);
  padding: min(0.9259259259vw, 10px) min(3.1481481481vw, 34px);
  border-radius: 24px;
  font-size: min(2.962962963vw, 32px);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.18em;
  box-shadow: 0 12px 20px rgba(0, 53, 146, 0.24);
  background: linear-gradient(90deg, #073b9a 0%, #3f80ff 100%);
  color: #fff;
}

.fv-wrap {
  border-bottom: solid 1.5px #fff;
}

/* 画像は右に大きく配置 */
.hero-image {
  position: relative;
  z-index: 2;
  margin-left: auto;
  padding-top: min(4.537037037vw, 49px);
  width: min(60.1851851852vw, 650px);
  margin-left: 30%;
}

.hero-image img {
  width: 100%;
  border-radius: 34px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}

/* --------------------------------
   sp
--------------------------------- */
@media (max-width: 767px) {
  .hero-inner {
    width: min(100% - 24px, 100%);
    min-height: auto;
    padding: 24px 0 34px;
  }
  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .hero-copy .hero-wifi-wrap {
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .hero-copy > img,
  .hero-wifi-wrap > img {
    width: 108px;
    max-width: 32%;
  }
  .hero-badge {
    min-width: 0;
    width: auto;
    min-height: 48px;
    padding: 0 14px;
    font-size: 1rem;
    white-space: normal;
    text-align: center;
  }
  .hero h1 {
    margin-bottom: min(1.8518518519vw, 20px);
    font-size: clamp(2.5rem, 11vw, 4rem);
    line-height: 1.08;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, 0 3px 0 #fff, 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .hero-image {
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
  .hero-image img {
    border-radius: 20px;
  }
}
/* --------------------------------
   worries
--------------------------------- */
.worries {
  padding: min(5.3703703704vw, 58px) min(1.8518518519vw, 20px) min(3.3333333333vw, 36px);
  background: #fff;
}

.worries .section-title {
  font-size: min(3.3333333333vw, 36px);
  letter-spacing: -0.02em;
  margin-bottom: min(6.0185185185vw, 65px);
}
@media (max-width: 767px) {
  .worries .section-title {
    font-size: min(6.4vw, 24px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2.037037037vw, 22px);
  margin-bottom: min(1.3888888889vw, 15px);
}

.worry-card {
  padding: min(2.5925925926vw, 28px) min(1.3888888889vw, 15px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  text-align: center;
}
@media (max-width: 767px) {
  .worry-card {
    padding: min(10.6666666667vw, 40px) min(6.9333333333vw, 26px);
    height: min(53.3333333333vw, 200px);
  }
}

.worry-card h3 {
  margin: 0 0;
  font-size: min(2.037037037vw, 22px);
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .worry-card h3 {
    font-size: min(5.8666666667vw, 22px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}

.worry-card p {
  margin: 0;
  font-size: min(1.5740740741vw, 17px);
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  .worry-card p {
    font-size: min(4.8vw, 18px);
  }
}

.worries-lead {
  margin: 0;
  text-align: center;
  font-size: min(3.3333333333vw, 36px);
  line-height: 1.5;
  font-weight: 900;
}

.worries-lead strong {
  display: inline-block;
}

/* --------------------------------
   features
--------------------------------- */
.features {
  position: relative;
  padding: min(3.7037037037vw, 40px) min(1.8518518519vw, 20px) min(6.4814814815vw, 70px);
  background: url("./img/back-img 1.webp") center/cover no-repeat;
}

.features-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(68, 111, 196, 0.14) 0%, rgba(255, 255, 255, 0) 45%), linear-gradient(40deg, rgba(68, 111, 196, 0.12) 5%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}

.features .section-inner {
  position: relative;
  z-index: 1;
}

.features .section-title {
  font-size: min(3.7037037037vw, 40px);
  margin-bottom: min(8.7962962963vw, 95px);
}
@media (max-width: 767px) {
  .features .section-title {
    font-size: min(6.4vw, 24px);
    margin-bottom: min(21.3333333333vw, 80px);
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.2222222222vw, 24px);
  margin-bottom: min(4.2592592593vw, 46px);
  margin-top: min(5.7407407407vw, 62px);
  align-items: stretch;
}

.feature-card {
  position: relative;
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  border-radius: 22px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.14);
  text-align: center;
  padding: min(1.8518518519vw, 20px) min(2.4074074074vw, 26px) min(4.6296296296vw, 50px);
  overflow: visible;
}
.feature-card .max {
  font-size: min(3.5185185185vw, 38px);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .feature-card .max {
    font-size: min(8vw, 30px);
  }
}

/* 上の半円 */
.feature-card::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: min(12.962962963vw, 140px);
  height: min(10.7407407407vw, 116px);
  background: #f8f8f8;
  border-bottom: none;
  border-radius: 87px 87px 0 0;
  z-index: 0;
}

.feature-number {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  color: #3d3da8;
  font-size: min(3.7037037037vw, 40px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 min(1.3888888889vw, 15px);
  color: #111;
  font-size: min(2.7777777778vw, 30px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.feature-card .out {
  margin-bottom: 0;
}

.feature-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0px;
}

.max-icon {
  margin-bottom: min(0.462962963vw, 5px);
}

.feature-icon img {
  width: auto;
  width: min(15.7407407407vw, 170px);
  height: min(11.6666666667vw, 126px);
  margin-bottom: min(1.3888888889vw, 15px);
}

.feature-card h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 min(1.4814814815vw, 16px);
  color: #111;
  font-size: min(2.037037037vw, 22px);
  line-height: 1.35;
  font-weight: 900;
}

.feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111;
  font-size: 20px;
  font-size: min(1.8518518519vw, 20px);
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.01em;
}

.fea-cta {
  width: min(59.2592592593vw, 640px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.7777777778vw, 30px);
  height: min(6.8518518519vw, 74px);
  background: linear-gradient(90deg, #073b9a 0%, #3f80ff 100%);
  color: #fff;
  font-weight: 900;
  border-radius: 20px;
  box-shadow: 0 8px 14px rgba(0, 53, 146, 0.28);
}
.fea-cta .fea-btn {
  display: flex;
  align-items: center;
  gap: min(1.8518518519vw, 20px);
}
.fea-cta .fea-btn .cta-icon {
  font-size: min(4.8148148148vw, 52px);
  margin-bottom: min(0.9259259259vw, 10px);
}
.fea-cta .fea-btn .fea-icon {
  font-size: min(2.962962963vw, 32px);
  letter-spacing: 0.2em;
  border-bottom: solid #fff 2px;
}
.fea-cta .fea-btn .fea-arrow {
  font-size: min(2.7777777778vw, 30px);
}

@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-bottom: 30px;
    margin-bottom: min(8vw, 30px);
  }
  .feature-card {
    min-height: auto;
    padding: min(5.3333333333vw, 20px) min(9.0666666667vw, 34px) min(10.6666666667vw, 40px);
    border-radius: 20px;
    margin-bottom: min(13.3333333333vw, 50px);
  }
  .feature-card::before {
    top: -48px;
    width: min(38.9333333333vw, 146px);
    height: 96px;
    height: in(25.6vw, 96px);
    border-radius: 73px 73px 0 0;
  }
  .feature-number {
    top: -22px;
    font-size: 3rem;
    font-size: min(10.1333333333vw, 38px);
  }
  .feature-card h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.08;
  }
  .feature-icon {
    min-height: 120px;
    margin-bottom: min(4.8vw, 18px);
    width: min(42.6666666667vw, 160px);
    margin: 0 auto 18px;
  }
  .feature-icon img {
    width: 100%;
    height: auto;
  }
  .feature-card h4 {
    font-size: min(5.3333333333vw, 20px);
    margin-bottom: 14px;
  }
  .feature-card p {
    font-size: min(4.5333333333vw, 17px);
    line-height: 1.6;
    text-align: center;
  }
  .fea-cta {
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    font-size: 1rem;
    border-radius: 14px;
  }
  .fea-cta .fea-icon {
    font-size: min(4.2666666667vw, 16px) !important;
  }
}
/* --------------------------------
   option
--------------------------------- */
.option {
  padding: min(3.7037037037vw, 40px) min(0.9259259259vw, 10px) min(3.7037037037vw, 40px);
  background: #fff;
}

.option-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(6.8518518519vw, 74px);
  width: min(48.1481481481vw, 520px);
  background: #063b98;
  border-radius: 999px;
  color: #fff;
  font-size: min(3.7037037037vw, 40px);
  font-weight: 900;
  letter-spacing: 0.09em;
  margin-bottom: min(2.4074074074vw, 26px);
}

.option-heading {
  text-align: center;
  margin-bottom: min(3.1481481481vw, 34px);
}

.option-heading h2 {
  margin: 0 0 10px;
  color: #1952c3;
  font-size: min(6.2962962963vw, 68px);
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-weight: 900;
}

.option-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.8518518519vw, 20px);
  padding-right: min(4.6296296296vw, 50px);
}

.option-logo-row img {
  width: min(20.3703703704vw, 220px);
}

.option-logo-row .res-right {
  width: min(25.9259259259vw, 280px);
}
@media (max-width: 767px) {
  .option-logo-row .res-right {
    width: min(48vw, 180px);
  }
}

.option-logo-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 min(2.2222222222vw, 24px);
  background: #f0ca48;
  font-weight: 900;
  border-radius: 4px;
}

/* --------------------------------
   option box
--------------------------------- */
.option-box {
  padding: min(1.1111111111vw, 12px) min(1.1111111111vw, 12px) min(2.7777777778vw, 30px);
  border: 4px solid #0b4db3;
  border-radius: 22px;
  background: #f7f7f7;
}

.option-main {
  background: #f7f7f7;
}
.option-main .option-up-wraper {
  width: 85%;
  margin: 0 auto min(7.4074074074vw, 80px);
}

/* 上の見出し */
.option-lead {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: min(2.7777777778vw, 30px);
  margin-top: min(1.8518518519vw, 20px);
  margin-bottom: min(1.6666666667vw, 18px);
}

.option-left {
  color: #1247aa;
  font-size: clamp(1.6rem, 2.1vw, 2.5rem);
  font-size: min(2.962962963vw, 32px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.option-right {
  color: #181f86;
  font-size: min(5.7407407407vw, 62px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.option-text {
  margin: 0 0 min(3.7037037037vw, 40px);
  color: #111;
  font-size: min(2.5925925926vw, 28px);
  line-height: 1.45;
  font-weight: 800;
}

/* 黄色のリボン */
.campaign-ribbon {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  padding: min(1.8518518519vw, 20px) min(5.3703703704vw, 58px);
  background: #efc84a;
  color: #111;
  font-weight: 900;
  font-size: min(2.7777777778vw, 30px);
  line-height: 1.1;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  text-align: center;
}

/* 青帯 */
.campaign-date {
  margin-top: -1px;
  padding: min(1.2962962963vw, 14px) min(1.4814814815vw, 16px) min(1.4814814815vw, 16px);
  background: #0b3fa1;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: min(2.962962963vw, 32px);
  line-height: 1.2;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media (max-width: 767px) {
  .campaign-date {
    padding: min(3.7333333333vw, 14px) min(4.2666666667vw, 16px) min(4.2666666667vw, 16px);
  }
}

/* 料金表全体 */
.price-grid {
  display: flex;
  justify-content: center;
  border: 4px solid #0b4db3;
  border-bottom: none;
  border-top: none;
  background: #fff;
}
@media (max-width: 767px) {
  .price-grid {
    flex-direction: column;
  }
}

.price-col-left {
  width: 55%;
  padding: min(1.2962962963vw, 14px) min(2.2222222222vw, 24px) min(1.6666666667vw, 18px);
  background: #fff;
}
@media (max-width: 767px) {
  .price-col-left {
    width: 90%;
    margin: 0 auto;
    padding-top: min(5.3333333333vw, 20px);
  }
}
.price-col-left .price-top {
  margin-bottom: min(1.2962962963vw, 314px);
}
.price-col-left .special-price {
  height: min(11.1111111111vw, 120px);
}

.price-col-right {
  flex: 1;
}
@media (max-width: 767px) {
  .price-col-right {
    width: 90%;
    margin: 0 auto;
  }
}
.price-col-right .price-top-r {
  padding-top: min(3.7037037037vw, 40px);
  margin-bottom: min(1.8518518519vw, 20px);
}
.price-col-right .price-top-r .small-label {
  margin-left: min(3.7037037037vw, 40px);
}
.price-col-right .price-top-r .normal-price {
  margin-left: min(3.7037037037vw, 40px);
}
.price-col-right .price-top-r .normal-price strong {
  font-size: min(4.6296296296vw, 50px);
}
.price-col-right .special-price strong {
  font-size: min(5.7407407407vw, 62px);
}
.price-col-right .special-price .yen-fast {
  font-size: min(2.5925925926vw, 28px);
  line-height: 1;
}
@media (max-width: 767px) {
  .price-col-right .special-price .yen-fast {
    font-size: min(3.7333333333vw, 14px);
  }
}

.price-top {
  margin-bottom: min(1.2962962963vw, 14px);
}

.small-label {
  display: block;
  color: #111;
  font-size: min(2.7777777778vw, 30px);
  line-height: 1.2;
  font-weight: 900;
  margin-left: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  .small-label {
    margin-left: 0;
  }
}

.normal-price {
  display: flex;
  align-items: flex-end;
  gap: min(0.7407407407vw, 8px);
  flex-wrap: wrap;
  margin-left: min(5.5555555556vw, 60px);
}
@media (max-width: 767px) {
  .normal-price {
    margin-left: 0;
  }
}

.normal-price .mini {
  display: inline-block;
  font-size: min(1.6666666667vw, 18px);
  line-height: 1.15;
  font-weight: 800;
}
@media (max-width: 767px) {
  .normal-price .mini {
    font-size: min(3.7333333333vw, 14px);
  }
}

.normal-price strong {
  font-size: min(5vw, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.normal-price span:last-child {
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  line-height: 1.1;
  font-weight: 900;
}

/* 特別価格の赤帯 */
.special-price {
  padding: min(1.1111111111vw, 12px) min(1.6666666667vw, 18px);
  background: linear-gradient(90deg, #f0cf67 0%, #ef5a4a 18%, #e33831 72%, #f0cf67 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.6666666667vw, 18px);
}
.special-price .yen {
  font-size: min(3.5185185185vw, 38px);
  line-height: 1;
}

.special-price .mini {
  font-size: min(2.2222222222vw, 24px);
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .special-price .mini {
    font-size: min(3.2vw, 12px);
  }
}

.special-price strong {
  font-size: min(7.962962963vw, 86px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.special-price--light {
  width: min(35.1851851852vw, 380px);
  height: min(8.7962962963vw, 95px);
  margin-left: min(2.7777777778vw, 30px);
  background: linear-gradient(90deg, #f0cf67 0%, #ef6950 18%, #eb4a39 72%, #f0cf67 100%);
}
@media (max-width: 767px) {
  .special-price--light {
    width: 90%;
  }
}

/* 最下部の注記 */
.special-note {
  margin: 0;
  padding: min(1.6666666667vw, 18px) min(1.6666666667vw, 18px) min(2.7777777778vw, 30px);
  border: 4px solid #0b4db3;
  border-top: none;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background: #fff;
  color: #111;
  text-align: center;
  font-size: min(2.7777777778vw, 30px);
  line-height: 1.35;
  font-weight: 900;
}

/* --------------------------------
   contact
--------------------------------- */
.contact {
  padding: 0 0 min(5.3703703704vw, 58px);
  background: #fff;
}

.contact-title {
  margin: 0 0 min(2.4074074074vw, 26px);
  text-align: center;
  font-size: min(3.1481481481vw, 34px);
  font-weight: 900;
  line-height: 1.4;
}

.con-btn {
  width: min(59.2592592593vw, 640px);
  margin: 0 auto;
  padding-bottom: min(0.462962963vw, 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.7777777778vw, 30px);
  height: min(6.8518518519vw, 74px);
  background: linear-gradient(90deg, #073b9a 0%, #3f80ff 100%);
  color: #fff;
  font-weight: 900;
  border-radius: 20px;
  box-shadow: 0 8px 14px rgba(0, 53, 146, 0.28);
}
@media (max-width: 767px) {
  .con-btn {
    width: 90%;
  }
}
.con-btn .fea-btn {
  display: flex;
  align-items: center;
  gap: min(1.8518518519vw, 20px);
}
.con-btn .fea-btn .cta-icon {
  font-size: min(4.8148148148vw, 52px);
  margin-bottom: min(0.9259259259vw, 10px);
}
.con-btn .fea-btn .fea-icon {
  font-size: min(2.962962963vw, 32px);
  letter-spacing: 0.2em;
  border-bottom: solid #fff 2px;
}
@media (max-width: 767px) {
  .con-btn .fea-btn .fea-icon {
    font-size: min(4.8vw, 18px);
  }
}
.con-btn .fea-btn .fea-arrow {
  font-size: min(2.7777777778vw, 30px);
}

.btn-red {
  background: linear-gradient(90deg, #e60023 0%, #ff8284 100%);
}

.contact-info {
  margin-top: min(2.7777777778vw, 30px);
  text-align: center;
}
@media (max-width: 767px) {
  .contact-info {
    margin-top: min(8vw, 30px);
  }
}
.contact-info .cont-tel {
  font-size: min(2.7777777778vw, 30px);
}
@media (max-width: 767px) {
  .contact-info .cont-tel {
    font-size: min(6.9333333333vw, 26px);
  }
}
.contact-info .cont-day {
  white-space: nowrap;
}

.contact-info p {
  margin: 10px 0;
  font-size: min(2.4074074074vw, 26px);
  font-weight: 900;
  line-height: 1.7;
}

.contact-info span {
  font-size: 0.6em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-info span {
    display: block;
  }
}

.contact-info .cont-mail {
  font-size: min(2.4074074074vw, 26px);
}
@media (max-width: 767px) {
  .contact-info .cont-mail {
    font-size: min(4.8vw, 18px);
  }
}

/* --------------------------------
   footer
--------------------------------- */
.site-footer {
  padding: 42px 20px;
  background: #bdd4e4;
}

.footer-inner {
  width: 78%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.footer-logo {
  width: min(25.9259259259vw, 280px);
  padding-top: min(2.7777777778vw, 30px);
  margin-bottom: min(1.2962962963vw, 14px);
}

.footer-left p,
.footer-right a {
  margin: min(0.7407407407vw, 8px) 0 10px;
  display: block;
  font-weight: 700;
}

.footer-line {
  width: 1px;
  height: 120px;
  background: rgba(0, 0, 0, 0.25);
}

.footer-left {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}

.footer-right {
  width: min(16.6666666667vw, 180px);
  flex: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

/* --------------------------------
   fade
--------------------------------- */
/* --------------------------------
   pc
--------------------------------- */
@media (min-width: 768px) {
  .pc-nav {
    display: flex;
  }
  .hamburger,
  .sp-menu,
  .sp-menu-overlay {
    display: none;
  }
}
/* --------------------------------
   sp
--------------------------------- */
@media (max-width: 767px) {
  .section-inner,
  .section-inner--narrow,
  .header-inner,
  .hero-inner,
  .footer-inner {
    width: min(100% - 24px, 100%);
    width: 90%;
    max-width: 400px;
  }
  .site-logo img {
    width: 140px;
  }
  .pc-nav {
    display: none;
  }
  .hamburger {
    display: block;
    z-index: 1003;
  }
  .hamburger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .sp-menu.is-open {
    transform: translateX(0);
    padding-top: 120px;
  }
  .sp-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .hero-inner {
    width: 90%;
    max-width: 400px;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: min(6.4vw, 24px) 0 min(16vw, 60px);
  }
  .hero-badge {
    gap: min(2.6666666667vw, 10px);
    padding: min(1.0666666667vw, 4px) min(2.6666666667vw, 10px);
    margin-bottom: min(4.8vw, 18px);
    font-size: min(4.2666666667vw, 16px);
  }
  .hero-badge img {
    width: 92px;
  }
  .hero h1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
    font-size: clamp(2rem, 9vw, 3rem);
    text-shadow: -2px -2px 0 #1a4fb0, 2px -2px 0 #1a4fb0, -2px 2px 0 #1a4fb0, 2px 2px 0 #1a4fb0;
  }
  .cta-hero-btn {
    min-width: 0;
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    font-size: 1rem;
    border-radius: 14px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(2.7777777778vw, 30px);
    height: min(6.8518518519vw, 74px);
    background: linear-gradient(90deg, #073b9a 0%, #3f80ff 100%);
    color: #fff;
    font-weight: 900;
    border-radius: 20px;
    box-shadow: 0 8px 14px rgba(0, 53, 146, 0.28);
  }
  .cta-btn {
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    font-size: 1rem;
    border-radius: 14px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(2.7777777778vw, 30px);
    height: min(6.8518518519vw, 74px);
    background: linear-gradient(90deg, #073b9a 0%, #3f80ff 100%);
    background: linear-gradient(90deg, #e60023 0%, #ff8284 100%);
    color: #fff;
    font-weight: 900;
    border-radius: 20px;
    box-shadow: 0 8px 14px rgba(0, 53, 146, 0.28);
  }
  .cta-btn-hero {
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    font-size: 1rem;
    border-radius: 14px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(2.7777777778vw, 30px);
    height: min(6.8518518519vw, 74px);
    background: linear-gradient(90deg, #073b9a 0%, #3f80ff 100%);
    color: #fff;
    font-weight: 900;
    border-radius: 20px;
    box-shadow: 0 8px 14px rgba(0, 53, 146, 0.28);
  }
  .worries {
    padding: min(12.2666666667vw, 46px) 0;
  }
  .worry-grid,
  .feature-grid,
  .price-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .worry-grid,
  .feature-grid {
    gap: min(8vw, 30px);
    margin-bottom: min(8vw, 30px);
  }
  .worries-lead {
    font-size: 1.45rem;
  }
  .features {
    padding: 48px 0 54px;
  }
  .feature-card h3 {
    font-size: min(6.4vw, 24px);
  }
  .feature-card p {
    text-align: center;
  }
  .option {
    padding: 46px 0 0;
  }
  .option-label {
    width: min(80vw, 300px);
    min-height: 48px;
    padding: 0 24px;
    font-size: 1.25rem;
    margin: 0 auto 18px;
  }
  .option-heading h2 {
    font-size: min(9.6vw, 36px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
  .option-logo-row {
    gap: 10px;
    flex-direction: column;
  }
  .option-logo-row img {
    width: min(48vw, 180px);
  }
  .option-logo-tag {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.9rem;
  }
  .option-box {
    padding: 12px;
  }
  .option-lead {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: min(4.8vw, 18px);
  }
  .option-left {
    font-size: min(4.8vw, 18px);
  }
  .option-right {
    font-size: min(9.6vw, 36px);
  }
  .option-text {
    font-size: 0.98rem;
    line-height: 1.6;
  }
  .campaign-ribbon {
    padding: 8px 18px;
    font-size: 1.1rem;
  }
  .campaign-date {
    font-size: 1.2rem;
  }
  .price-col {
    padding: 16px 14px;
  }
  .price-col + .price-col {
    border-left: none;
    border-top: 2px solid #d8d8d8;
  }
  .small-label {
    font-size: 1.2rem;
  }
  .normal-price strong {
    font-size: 30px;
    font-size: min(8vw, 30px) !important;
  }
  .special-price {
    min-height: 86px;
    padding: 12px;
  }
  .special-price strong {
    font-size: 2.2rem;
  }
  .special-price .l-pay {
    font-size: min(7.4666666667vw, 28px) !important;
  }
  .special-note {
    font-size: 1rem;
    line-height: 1.7;
    padding: 14px 10px;
  }
  .contact {
    padding: 18px 0 42px;
  }
  .contact-title {
    font-size: min(6.4vw, 24px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
  .contact-title span {
    display: block;
  }
  .contact-info p {
    font-size: min(5.8666666667vw, 22px);
    line-height: 1.4;
    margin-top: 26px;
  }
  .footer-inner {
    gap: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    margin-inline: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer-logo {
    width: min(48vw, 180px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
@media (max-width: 767px) {
  .footer-line {
    display: none;
  }
  .footer-right {
    align-items: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer-right {
    width: 100%;
    font-size: min(3.2vw, 12px);
  }
}
/* =========================
   contact固定ページ用
========================= */
.contact-hero {
  padding: 40px 20px 30px;
  background: linear-gradient(135deg, #72a8ff 0%, #3f80ff 100%);
  background: #9dc2fd;
  color: #fff;
  text-align: center;
}

.contact-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

/* タイトル */
.contact-pagt-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

/* リード文 */
.contact-lead {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.95;
}

/* =========================
   SP対応
========================= */
@media (max-width: 767px) {
  .contact-hero {
    padding: 60px 16px 40px;
  }
  .contact-page-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .contact-lead {
    font-size: 14px;
    line-height: 1.7;
  }
}
/* =========================
   Contact Form 7
========================= */
.contact-form-inner {
  padding: 20px 0 0 0;
}

.cf7-form-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cf7-form-wrap .form-group {
  margin-bottom: 20px;
}

.cf7-form-wrap label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1a2b49;
  line-height: 1.5;
}

.cf7-form-wrap .required {
  color: #e53935;
  font-size: 12px;
  margin-left: 6px;
}

.cf7-form-wrap input[type=text],
.cf7-form-wrap input[type=email],
.cf7-form-wrap input[type=tel],
.cf7-form-wrap select,
.cf7-form-wrap textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  background: #f9fbfd;
  border: 1px solid #ccd3dc;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cf7-form-wrap select {
  background: #f9fbfd url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 14px center;
  background-size: 14px;
  padding-right: 42px;
}

.cf7-form-wrap textarea {
  min-height: 180px;
  resize: vertical;
}

.cf7-form-wrap input[type=text]:focus,
.cf7-form-wrap input[type=email]:focus,
.cf7-form-wrap input[type=tel]:focus,
.cf7-form-wrap select:focus,
.cf7-form-wrap textarea:focus {
  outline: none;
  border-color: #0a47a9;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(10, 71, 169, 0.12);
}

.cf7-form-wrap ::-moz-placeholder {
  color: #7c8796;
}

.cf7-form-wrap ::placeholder {
  color: #7c8796;
}

.cf7-form-wrap .wpcf7-form-control-wrap {
  display: block;
}

.cf7-form-wrap .form-submit {
  margin-top: 28px;
  text-align: center;
}

.cf7-form-wrap input[type=submit] {
  min-width: 260px;
  padding: 16px 28px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #073b9a 0%, #3f80ff 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 53, 146, 0.22);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.cf7-form-wrap input[type=submit]:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  box-shadow: 0 10px 22px rgba(0, 53, 146, 0.28);
}

/* エラーメッセージ */
.cf7-form-wrap .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #e53935;
}

.cf7-form-wrap .wpcf7-not-valid {
  border-color: #e53935 !important;
  background: #fffafa;
}

.cf7-form-wrap .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.wpcf7-spinner {
  display: none !important;
}

/* SP */
@media (max-width: 767px) {
  .cf7-form-wrap {
    padding: 22px 16px;
    border-radius: 12px;
  }
  .cf7-form-wrap .form-group {
    margin-bottom: 16px;
  }
  .cf7-form-wrap label {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .cf7-form-wrap input[type=text],
  .cf7-form-wrap input[type=email],
  .cf7-form-wrap input[type=tel],
  .cf7-form-wrap select,
  .cf7-form-wrap textarea {
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 8px;
  }
  .cf7-form-wrap textarea {
    min-height: 150px;
  }
  .cf7-form-wrap input[type=submit] {
    width: 100%;
    min-width: 0;
    padding: 15px 20px;
    font-size: 15px;
  }
}
.back-home {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.wpcf7-spinner {
  margin: 0;
}

.back-home-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 8px;
  background: #f1f5fb;
  color: #0a47a9;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #d6e0f0;
  transition: 0.2s;
}

.back-home-btn:hover {
  background: #0a47a9;
  color: #fff;
}/*# sourceMappingURL=style.css.map */