﻿/* プレミアム(3件目)の「100」の字間を微調整（「1」と「0」をわずかに詰める） */
.point01-item:nth-of-type(3) .point01-item-price .num,
.point01-item:nth-of-type(3) .point01-item-plan .num {
  letter-spacing: -0.02em !important;
}
/* widen the solution headline area on desktop for better line breaks */
@media screen and (min-width: 1024px) {
  .point .point-inner { width: 82rem; max-width: 82rem; }
  .point .point-ttl01 { line-height: 1.4; }
}
/* === Feature content container: 枠線で囲んで視認性アップ === */
.feature-content {
  border: 2px solid rgba(0,0,0,0.12);
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}
/* セクション内での視認性をさらに上げる（特定セレクタで上書き確実化） */
.icon-needs .feature-content {
  border-color: #34B9D6;
  background: #EAF7FA;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .feature-content { padding: 16px; border-radius: 10px; }
}
/* ============================================================================
  Needs section (new, isolated from existing point01- styles)
============================================================================ */
.needs-block { margin: 3rem 0 0 0; }
.needs-title {
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: bold;
  width: 30.8125rem;
  height: 3.8125rem;
  display: grid;
  place-items: center;
  background: #34B9D6;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
}
.needs-wrap { 
  margin: 0.625rem 0 0 0; 
  background: #EAF7FA; 
  padding: 1.5rem 1rem 1.5rem 1rem; 
  border: 2px solid #34B9D6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(52, 185, 214, 0.15);
}
.needs-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem 2rem; padding: 0 1rem; }
.needs-item { 
  font-size: 1.5rem; 
  letter-spacing: 0.04em; 
  line-height: 1.6; 
  position: relative; 
  padding: 1rem 1.5rem 1rem 2.8rem; 
  background: #ffffff;
  border: 1px solid #d1e7f0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(52, 185, 214, 0.1);
  transition: all 0.3s ease;
}
.needs-item::before {
  content: none;
}
.needs-item:hover {
  background: #f8fcff;
  border-color: #34B9D6;
  box-shadow: 0 4px 12px rgba(52, 185, 214, 0.2);
  transform: translateY(-2px);
}
.needs-image { 
  width: 12.0625rem; 
  margin: 0 0 0 1.5rem; 
  border-radius: 0.5rem; 
  overflow: hidden; 
  align-self: center; 
  padding: 0.5rem;
  background: #ffffff;
  border: 1px solid #d1e7f0;
  box-shadow: 0 2px 6px rgba(52, 185, 214, 0.1);
}
.needs-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media screen and (min-width: 768px) {
  .needs-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 2rem; }
  .needs-list { flex: 1; padding-right: 2rem; gap: 1rem 1.5rem; }
  .needs-item { 
    font-size: 1.25rem; 
    padding: 1rem 1.25rem; 
    text-align: center;
    white-space: nowrap;
  }
  .needs-image { 
    flex-shrink: 0;
    width: 14rem; 
    margin: 0; 
  }
}
/* 中間幅（タブレット〜小さめPC）は2カラムで読みやすく */
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .needs-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem 1rem; }
  .needs-item { font-size: 1.1rem; white-space: normal; }
  .needs-image { width: 11rem; }
}
/* 大画面PC向け調整 */
@media screen and (min-width: 1101px) {
  .needs-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem 1.25rem; }
  .needs-item { font-size: 1.2rem; padding: 1.25rem 1rem; }
  .needs-image { width: 15rem; }
}
@media screen and (max-width: 767px) {
  .needs-title { width: 100%; max-width: 38rem; height: auto; font-size: clamp(18px, 4.8vw, 22px) !important; background: #34B9D6; padding: 0.5rem 1rem; }
  .needs-wrap { 
    margin: 0; 
    background: #EAF7FA; 
    padding: 1rem; 
    display: block; 
    border: 2px solid #34B9D6;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(52, 185, 214, 0.15);
  }
  .needs-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem 1rem; padding: 0; }
  .needs-item { 
    font-size: clamp(14px, 4.2vw, 18px); 
    line-height: 1.7; 
    padding: 0.75rem 1rem; 
    text-align: center;
    background: #ffffff;
    border: 1px solid #c4c2c8;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(104, 102, 108, 0.1);
  }
  .needs-item::before { content: none; }
}
/* ===== Floating CTA (PC) & Fixed CTA (SP) ===== */
.floating-cta{position:fixed;right:8px;top:40%;transform:translateY(-40%);display:grid;grid-auto-flow:row;gap:10px;z-index:10000}
.floating-cta__btn{writing-mode:vertical-rl;text-orientation:upright;display:flex;align-items:center;justify-content:center;width:56px;min-height:140px;padding:10px 6px;color:#fff;font-weight:800;text-decoration:none;border-radius:12px 0 0 12px;box-shadow:0 8px 18px rgba(0,0,0,.18);letter-spacing:.08em}
.floating-cta__btn--mail{background:linear-gradient(180deg,#19a7e6 0%, #0f87ca 100%)}
.floating-cta__btn--line{background:linear-gradient(180deg,#12e06b 0%, #06C755 100%)}
.floating-cta__btn:hover{opacity:.95;transform:translateX(-2px)}
@media (max-width: 900px){.floating-cta{display:none !important}}
@media (min-width: 901px){.floating-cta{flex-direction:column !important}}


/* === Override: スマホ閾値を900pxまで拡張（sp-only/pc-onlyの挙動） === */
@media (max-width: 900px){
  .sp-only{display:block !important}
  .pc-only{display:none !important}
}

/* Intro + YouTube セクション（削除） */
/* charset already handled by server */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*==============================================================================
Icon section (SEO Hero): スマホで画像を先・テキストを後に並び替え
=============================================================================*/
@media (max-width: 900px) {
  .icon-section--seo-hero .icon-section-inner {
    display: flex;
    flex-direction: column;
  }
  .icon-section--seo-hero .icon-section-image {
    order: -1;
  }
}

/* Icon section (INSIGHT): スマホで画像を先・テキストを後に並び替え */
@media (max-width: 900px) {
  .icon-section--insight > .icon-section-bg > .icon-section-inner {
    display: flex !important;
    flex-direction: column !important;
  }
  .icon-section--insight .icon-section-image {
    order: -1 !important;
    margin: 0 0 12px 0;
  }
}

/* icon-section--insight: 上セクションと同じ中央揃え・マージン調整 */
@media (max-width: 900px) {
  .icon-section--insight .icon-section-content {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  /* 並び順: 眉→タイトル→画像→本文 */
  .icon-section--insight .icon-section-content .icon-section-eyebrow { order: 0; }
  .icon-section--insight .icon-section-content .icon-section-title { order: 1; }
  .icon-section--insight .icon-section-content .icon-section-image { order: 2 !important; }
  .icon-section--insight .icon-section-content .icon-section-desc { order: 3; }

  .icon-section--insight .icon-section-eyebrow,
  .icon-section--insight .icon-section-title,
  .icon-section--insight .icon-section-desc {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-section--insight .icon-section-content .icon-section-image.sp-only {
    margin-bottom: 1rem; /* 画像下に適度な余白 */
  }
  .icon-section--insight .icon-section-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-section--insight .icon-section-desc {
    width: 100% !important;
    margin-top: 1rem !important;
  }
}

/* icon-section--promo: 画像→テキスト、中央揃え、余白を統一 */
@media (max-width: 900px) {
  .icon-section--promo > .icon-section-bg > .icon-section-inner {
    display: flex !important;
    flex-direction: column !important;
  }
  /* 並び順: 眉→タイトル→画像→本文 */
  .icon-section--promo .icon-section-content .icon-section-eyebrow { order: 0; }
  .icon-section--promo .icon-section-content .icon-section-title { order: 1; }
  .icon-section--promo .icon-section-content .icon-section-image { order: 2 !important; }
  .icon-section--promo .icon-section-content .icon-section-desc { order: 3; }
  .icon-section--promo .icon-section-image { margin: 0 0 1rem 0; }
  .icon-section--promo .icon-section-image img {
    display: block;
    margin-left: auto;
    margin-right: auto; /* 画像を中央に */
  }
  .icon-section--promo .icon-section-content { text-align: center !important; display: flex !important; flex-direction: column !important; align-items: center !important; }
  .icon-section--promo .icon-section-eyebrow,
  .icon-section--promo .icon-section-title,
  .icon-section--promo .icon-section-desc { text-align: center !important; margin-left: auto; margin-right: auto; }
  .icon-section--promo .icon-section-content .icon-section-image.sp-only { margin-bottom: 1rem; }
  .icon-section--promo .icon-section-desc { width: 100% !important; margin-top: 1rem !important; }
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- ios縺ｮ繧ｹ繧ｿ繧､繝ｫ繝ｪ繧ｻ繝・ヨ  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  word-break: break-all;
  color: #333;
}

img {
  vertical-align: top;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/* small helper: show br only on small screens */
.sp-br { display: inline; }
@media screen and (min-width: 768px) {
  .sp-br { display: none; }
}
/* small helper: show br only on large screens */
.pc-br { display: none; }
@media screen and (min-width: 768px) {
  .pc-br { display: inline; }
}
/* =============================================
   FV: 数字の字間と小数点の微調整
   - 数字の字間を0に統一し、タブラー数字を強制
   - 小数点の前後にわずかに余白
============================================= */
.fv-ttl02 .num {
  letter-spacing: 0 !important;
  font-variant-numeric: tabular-nums lining-nums;
  -webkit-font-feature-settings: "tnum" 1, "lnum" 1;
          font-feature-settings: "tnum" 1, "lnum" 1;
  font-kerning: normal;
}
.fv-ttl02 .num .dot { display: inline-block; margin: 0 0.01em; }
/* keep a segment on one line only on large screens */
.pc-nowrap { }
@media screen and (min-width: 768px) {
  .pc-nowrap { white-space: nowrap; }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 41.875rem;
    margin: 0 auto;
    position: relative;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
font-family
============================================================================= */
.mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.mont-r {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mont-b {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.century {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* 数字の字幅を統一（タブラー体+ライニング） */
.num,
.mont,
.mont-r,
.mont-b,
.century,
.din {
  font-variant-numeric: tabular-nums lining-nums;
  -webkit-font-feature-settings: "tnum" 1, "lnum" 1;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

/*==============================================================================
header
============================================================================= */
@media screen and (max-width: 767px) {
  .header-inner {
    position: relative;
  }
  .header-bg {
    padding: 0.75rem 0; /* モバイル時は上下に余白を追加してヘッダーを大きく */
  }
  .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 6.25rem; /* ロゴをやや拡大 */
    margin: 0 0 0 2.5rem;
  }
  .header-menu {
    position: relative;
    width: 6.875rem;
    height: 6.875rem;
    background: #34B9D6;
    border: none;
  }
  .header-line01, .header-line02, .header-line03 {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 2.5rem;
    height: 0.3125rem;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header-line01 {
    top: 37%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .header-line02 {
    top: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .header-line03 {
    top: 63%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .header-menu.open .header-line01 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 37%;
    z-index: 2000;
    background: #333;
    height: 0.1875rem;
  }
  .header-menu.open .header-line02 {
    opacity: 0;
    background: #333;
  }
  .header-menu.open .header-line03 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 63%;
    z-index: 2000;
    background: #333;
    height: 0.1875rem;
  }
  .header-list {
    position: fixed;
    z-index: 1600;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 0 0 auto;
    width: 32.8125rem;
    background: #fff;
    display: none;
    height: 100vh;
  }
  .header-list-inner {
    position: absolute;
    z-index: 999;
    overflow-y: scroll;
    padding: 5.25rem 2.8125rem 0;
    background: #fff;
  }
  .header-list.visible {
    display: block;
  }
  .header-item {
    position: relative;
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .header-item a {
    display: block;
    color: inherit;
    border-bottom: 0.0625rem solid #aaaaaa;
    width: 27.1875rem;
    height: 7rem;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .header-cta-form {
    font-size: 1.75rem;
    color: #fff;
    letter-spacing: 0.12em;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    width: 27.1875rem;
    height: 6.25rem;
    margin: 2.625rem auto 0;
    border-radius: 100vmax;
    display: grid;
    place-items: center;
    font-weight: bold;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.625rem 0 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(223, 222, 222, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(223, 222, 222, 0.8);
  }
  .header-cta-form::before {
    content: "";
    display: none;
  }
  /* スマホ版ヘッダーCTAボタンコンテナ */
  .header-cta-buttons-sp {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.625rem;
  }
  .header-cta-buttons-sp .header-cta-form {
    margin: 0 auto;
  }
  .header-cta-form-line {
    background-image: linear-gradient(to right, #06C755, #06C755) !important;
  }
  .header-cta-form-line::before {
    content: "" !important;
    display: none !important;
  }
  /* スマホ版でのヘッダーCTAボタン調整 */
  @media screen and (max-width: 767px) {
    .header-cta-buttons-sp {
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 0.75rem;
      margin-top: 0.5rem;
      align-items: center;
    }
    .header-cta-buttons-sp a {
      display: block;
      flex: 0 0 auto; /* 収縮させない */
    }
    .header-cta-buttons-sp .header-cta-form {
      width: auto;
      height: 4.25rem;
      font-size: 1.35rem;
      padding: 0 1.5rem;
      white-space: nowrap;
      word-break: keep-all;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      min-width: max-content; /* 内容幅を優先 */
      flex-shrink: 0; /* 収縮禁止 */
      margin: 0;
    }
  }
  .header-cta-time {
    font-size: 1.75rem;
    color: #fff;
    letter-spacing: 0.12em;
    background-image: -webkit-gradient(linear, left top, right top, from(#727076), to(#545257));
    background-image: linear-gradient(to right, #727076, #545257);
    width: 27.1875rem;
    height: 6.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2rem auto 0;
    display: grid;
    place-items: center;
    padding: 1.25rem 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(223, 222, 222, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(223, 222, 222, 0.8);
    border-radius: 100vmax;
  }
  .header-cta-time .tel {
    font-size: 2.1875rem;
    color: #fff;
    letter-spacing: 0;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 1.875rem;
  }
  .header-cta-time .tel::before {
    content: "";
    position: absolute;
    background: url(./../images/phone-icon02.webp) no-repeat center/cover;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 25%;
    left: -3%;
  }
  .header-cta-time .time {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    margin: -1.25rem 0 0 0;
  }
  .header nav[aria-label=breadcrumb] {
    position: absolute;
    z-index: 200;
    bottom: -4.25rem;
    padding: 0 0 0 2.5rem;
  }
  .header nav[aria-label=breadcrumb] ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #333;
  }
  .header nav[aria-label=breadcrumb] li + li::before {
    content: ">";
    padding: 0 0.9375rem;
    color: #aaaaaa;
  }
  .header nav[aria-label=breadcrumb] a {
    text-decoration: none;
    color: #aaaaaa;
    display: inline-block;
  }
  .header nav[aria-label=breadcrumb] a:hover {
    text-decoration: underline;
  }
  .header nav[aria-label=breadcrumb] .detail {
    width: 23.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hidden {
    overflow: hidden;
  }
  .overlay {
    display: none;
    z-index: 1500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .overlay.visible {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header-bg {
    padding: 0.375rem 0;
  }
  .header-inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .header-wrapper {
    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;
  }
  .header-logo {
    width: 4.375rem;
  }
  .header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.5rem;
    margin: 0 0 0 auto;
  }
  .header-item {
    font-size: 0.875rem;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .header-item a {
    color: inherit;
  }
  .header-item:hover {
    text-decoration: underline;
    text-decoration-color: #333;
  }
  .header-tel {
    margin: 0 0 0 2.5rem;
  }
  .header-tel .century {
    font-size: 1.875rem;
  }
  .header-tel .time {
    font-size: 0.75rem;
  }
  .header-form {
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    width: 15.625rem;
    height: 3.75rem;
    border-radius: 100vmax;
    display: grid;
    place-items: center;
    margin: 0 0 0 1.5625rem;
    position: relative;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(223, 222, 222, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(223, 222, 222, 0.8);
  }
  .header-form-txt {
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.12em;
    padding: 0;
    text-align: center;
  }
  .header-form::before {
    content: "";
    display: none;
  }
  /* ヘッダーCTAボタンコンテナ */
  .header-cta-buttons {
    display: flex;
    gap: 0.75rem;
    margin-left: 1.5625rem;
  }
  .header-cta-buttons .header-form {
    margin: 0;
    flex: 1;
    min-width: 7rem;
  }
  .header-form-line {
    background-image: linear-gradient(to right, #06C755, #06C755) !important;
  }
  .header-form-line::before {
    content: "" !important;
    display: none !important;
  }
  /* PC版ヘッダーCTAボタンのレスポンシブ対応 */
  @media screen and (max-width: 900px) {
    .header-cta-buttons {
      flex-direction: column;
      gap: 0.5rem;
      margin-left: 1rem;
    }
    .header-cta-buttons .header-form {
      width: 12rem;
      height: 3rem;
      font-size: 0.8rem;
    }
  }
  .header nav[aria-label=breadcrumb] {
    position: absolute;
    z-index: 200;
    bottom: -1.875rem;
  }
  .header nav[aria-label=breadcrumb] ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #333;
  }
  .header nav[aria-label=breadcrumb] li + li::before {
    content: ">";
    padding: 0 0.625rem;
    color: #aaaaaa;
  }
  .header nav[aria-label=breadcrumb] a {
    text-decoration: none;
    color: #aaaaaa;
    display: inline-block;
  }
  .header nav[aria-label=breadcrumb] a:hover {
    text-decoration: underline;
  }
  .header nav[aria-label=breadcrumb] .detail {
    width: 63.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 767px) {
  
  .fv {
    --fv-crop-top-sp: 0px;
    --fv-crop-right-sp: 0px;
    --fv-crop-bottom-sp: 0px;
    --fv-crop-left-sp: 0px;
  }
  .fv-bg {
    position: relative;
    overflow: hidden;
    background: none;
    padding: 5.9375rem 0 4.5rem 0;
  }
  /* SPはCSS擬似要素で表示。<picture>は非表示にして二重を防止 */
  .fv-picture, .fv-bg-img { display: none !important; }
  .fv-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/toyojyob/FV/sumahoFV.webp") no-repeat center/cover;
    z-index: 0;
    pointer-events: none;
  }
  .fv-inner {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
  }
  .fv-ttl01 {
    font-size: clamp(1.65rem, 4.95vw, 2.2rem); /* 1.1倍に拡大 */
    letter-spacing: 0.02em;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap; /* 2行に折り返さない */
  }
  .fv-ttl01 .big {
    font-size: clamp(1.4rem, 5vw, 2.2rem); /* 画面内に収まるよう調整 */
    white-space: nowrap; /* 2行に折り返さない */
  }
  .fv-ttl01 .color {
    font-size: clamp(2.86rem, 12.1vw, 4.18rem); /* 1.1倍に拡大 */
    color: #34B9D6;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap; /* 2行に折り返さない */
  }
  .fv-ttl02 {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    color: #34B9D6;
    font-weight: bold;
    text-align: center;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
    background: #fff;
    border: solid 0.0625rem #34B9D6;
    display: block;
    width: 32rem;
    height: 6.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.6rem 0 0 0;
  }
  .fv-ttl02.diff {
    width: 32rem;
  }
  .fv-ttl02 .box {
    display: inline-block;
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  .fv-ttl02 .num {
    font-size: 4.5rem;
    letter-spacing: -0.02em;
    display: inline-block;
    -webkit-transform: translate(0rem, 0.1875rem);
            transform: translate(0rem, 0.1875rem);
  }
  .fv-ttl02 .num .one {
    display: inline-block;
    margin: 0 -0.2rem 0 0;
  }
  /* FV数値の桁別カーニング（PC側にも適用） */
  .fv-ttl02 .num .digit { display: inline-block; }
  .fv-ttl02 .num .digit-3 { margin-right: 0.08em; }
  .fv-ttl02 .num .digit-4 { margin-left: -0.06em; }
  /* 66のカーニング微調整 */
  .fv-ttl02 .num-66 .digit-6 { 
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" 1, "lnum" 1;
  }
  .fv-ttl02 .num-66 .digit-6:first-child { margin-right: -0.02em; }
  .fv-ttl02 .num-66 .digit-6:last-child { margin-left: 0; }
  /* 志望度 69.4 のカーニング微調整（PC側にも適用） */
  .fv-ttl02 .num-kerning-69 .digit { display: inline-block; }
  .fv-ttl02 .num-kerning-69 .digit-6 { margin-right: -0.04em; }
  .fv-ttl02 .num-kerning-69 .digit-9 { margin-left: -0.02em; margin-right: -0.02em; }
  .fv-ttl02 .num-kerning-69 .digit-dot { margin: 0 0.02em; }
  .fv-ttl02 .num02 {
    letter-spacing: -0.1em;
    margin: 0 0.3125rem 0 0;
  }
  .fv-ttl02 .num02 .one {
    display: inline-block;
    margin: 0 0 0 -0.2rem;
  }
  .fv-ttl02 .num03 {
    font-size: 3.45rem;
    padding: 0 0.1rem;
  }
  .fv-ttl02 .small {
    font-size: 2rem;
  }
  .fv-ttl02 .small02 {
    margin: 0 -0.3rem 0 0;
  }
  .fv-ttl02-list {
    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: 0.5rem 0;
    margin: 1.0625rem 0 0 0;
  }
  .fv-txt01 {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    line-height: 1.75;
    margin: 2.4375rem 0 0 0;
  }
  .fv-txt01 .em {
    color: #fff200;
  }
  .fv-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.0625rem 0;
    margin-top: 1.25rem;
  }
  .fv-screen-txt {
    font-size: 2.125rem;
    letter-spacing: 0.02em;
    color: #34B9D6;
    font-style: italic;
    line-height: 1.29;
    background: #fff;
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 50%;
    font-weight: bold;
    place-content: center;
    text-align: center;
    position: absolute;
    top: -14px;
    right: 0.1875rem;
    -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(123, 123, 123, 0.5);
            box-shadow: 0 0.25rem 0.5rem 0 rgba(123, 123, 123, 0.5);
  }
  .fv-screen-txt .small {
    font-size: 1.375rem;
  }
  .fv-screen01 {
    width: 28.125rem;
    position: relative;
    margin-left: auto;
  }
  .fv-screen02 {
    width: 28.125rem;
    position: relative;
    margin-left: auto;
  }
  .fv-bg02 {
    background: #f3f8f9;
    padding: 2.25rem 0 1.9375rem;
  }
  .fv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem 0.9375rem;
  }
  .fv-item {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    text-align: center;
    background: url(../images/fv-award_sp.webp) no-repeat center/cover;
    width: 20.4375rem;
    height: 8.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.1;
    padding: 1.5rem 0 0 0;
  }
  .fv-item.diff {
    background: url(../images/fv-award02_sp.webp) no-repeat center/cover;
    width: 23.1rem;
    height: 8.75rem;
  }
  .fv-item .mid {
    font-size: 2.25rem;
  }
  .fv-item .mid03 {
    font-size: 1.5rem;
    display: inline-block;
    transform: translate(0rem, -0.25rem);
  }
  .fv-item .color {
    color: #34B9D6;
    font-size: 3.75rem;
    letter-spacing: -0.02em;
    display: inline-block;
    transform: translate(0rem, 0.15rem);
  }
  .fv-item .color .one {
    display: inline-block;
    margin: 0 -0.3rem;
  }
  .fv-item .color02 {
    font-size: 3.4rem;
    letter-spacing: 0.02em;
    display: inline-block;
    transform: translate(0rem, 0.15rem);
  }
  .fv-item .small {
    color: #34B9D6;
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  
  .fv {
    --fv-crop-top-pc: 0px;
    --fv-crop-right-pc: 0px;
    --fv-crop-bottom-pc: 0px;
    --fv-crop-left-pc: 0px;
  }
  .fv-bg {
    position: relative;
    overflow: hidden;
    background: none;
    padding: 3.75rem 0 5rem 0;
    min-height: 24rem; /* デバッグ用: 背景が見えない場合に備えて仮の高さを確保 */
  }
  /* PCはCSS擬似要素で表示。<picture>は非表示 */
  .fv-picture, .fv-bg-img { display: none !important; }
  .fv-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/toyojyob/FV/FV100pc.webp") no-repeat center/cover;
    z-index: 0;
    pointer-events: none;
  }

  /* 100%表示(概ね DPR=1 相当)のときは専用画像に切替え - 未使用のため削除 */
  .fv-inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: flex-start;
    width: 68rem; /* 左見出しを広く見せる */
    gap: 1rem;
  }
  .fv-box01 {
    width: 42rem;
  }
  .fv-screen {
    position: relative;
  }
  .video-cta {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 2.5rem; /* 40px 上 */
    transform: translate(-50%, 230px); /* 指示により50px上へ */
    text-align: center;
    width: auto;
    margin-left: -15px; /* 右に5px移動（前回比） */
  }
  /* 右カラム用テキスト */
  .fv-txt01.right-col {
    position: absolute;
    right: 0;
    top: 1.5rem;
    width: 28rem;
    text-align: left;
    color: #222;
    z-index: 5;
  }
  .fv-ttl01 {
    font-size: clamp(1.2rem, 2.4vw, 1.6rem);
    letter-spacing: 0.02em;
    font-weight: bold;
    line-height: 1.15;
    margin: 2.125rem 0 0 0;
    text-align: left; /* PCは左寄せ */
    white-space: nowrap;
  }
  .fv-ttl01 .big {
    font-size: clamp(1.3rem, 1.8vw, 1.8rem);
    display: inline-block;
    margin-bottom: .25rem;
  }
  .fv-ttl01 .color {
    font-size: clamp(3rem, 6vw, 6rem);
    color: #34B9D6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.06em;
    display: inline-block;
    margin-top: .4rem;
    line-height: 1.05;
  }
  .fv-ttl02 {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    color: #34B9D6;
    font-weight: bold;
    text-align: center;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
    background: #fff;
    border: solid 0.0625rem #34B9D6;
    display: block;
    width: 19rem;
    height: 4.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5rem 0 0 0;
  }
  .fv-ttl02.diff {
    width: 19rem;
  }
  .fv-ttl02 .box {
    display: inline-block;
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  .fv-ttl02 .num {
    font-size: 2.7rem;
    letter-spacing: -0.02em;
    display: inline-block;
    -webkit-transform: translate(0rem, 0.15rem);
            transform: translate(0rem, 0.15rem);
    padding: 0 0.1rem 0 0;
  }
  /* 応募率の 34 カーニング調整（69 の見え方に寄せる） */
  .fv-ttl02 .num .digit { display: inline-block; }
  .fv-ttl02 .num .digit-3 { margin-right: 0.08em; }
  .fv-ttl02 .num .digit-4 { margin-left: -0.06em; }
  /* 66のカーニング微調整 */
  .fv-ttl02 .num-66 .digit-6 { 
    letter-spacing: -0.02em;
    font-feature-settings: "tnum" 1, "lnum" 1;
  }
  .fv-ttl02 .num-66 .digit-6:first-child { margin-right: -0.02em; }
  .fv-ttl02 .num-66 .digit-6:last-child { margin-left: 0; }
  .fv-ttl02 .num .one {
    display: inline-block;
    margin: 0 -0.3rem 0 0;
  }
  .fv-ttl02 .num02 {
    letter-spacing: -0.1em;
    margin: 0 0.3125rem 0 0;
  }
  .fv-ttl02 .num02 .one {
    display: inline-block;
    margin: 0 0 0 -0.2rem;
  }
  .fv-ttl02 .num03 {
    font-size: 2.5rem;
    display: inline-block;
    padding: 0 0.1rem;
  }
  /* 志望度 69.4 のカーニング微調整（69 をやや詰める） */
  .fv-ttl02 .num-kerning-69 .digit { display: inline-block; }
  .fv-ttl02 .num-kerning-69 .digit-6 { margin-right: -0.04em; }
  .fv-ttl02 .num-kerning-69 .digit-9 { margin-left: -0.02em; margin-right: -0.02em; }
  .fv-ttl02 .num-kerning-69 .digit-dot { margin: 0 0.02em; }
  .fv-ttl02 .small {
    font-size: 1.1rem;
  }
  .fv-ttl02 .small02 {
    font-size: 1.25rem;
    margin: 0 -0.3rem 0 0;
  }
  .fv-ttl02-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.625rem;
    margin: 1.0625rem 0 0 0;
  }
  .fv-txt01 {
    font-size: 1.25rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    line-height: 1.86;
    margin: 1.3125rem 0 0 0;
    padding: 0 0.8125rem;
    position: relative;
    z-index: 10;
  }
  .fv-txt01 .em {
    color: #fff200;
  }
  .fv-txt01::before {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: -4.0625rem;
    width: 35rem;
    height: 5rem;
    background: radial-gradient(circle, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    -webkit-filter: blur(1.875rem);
            filter: blur(1.875rem);
    border-radius: 50%;
    z-index: -1;
  }
  .fv-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.0625rem 0;
    margin-right: -2rem;
    margin-bottom: -0.9375rem;
  }
  .fv-screen-txt {
    font-size: 1.51875rem;
    letter-spacing: 0.02em;
    color: #34B9D6;
    font-style: italic;
    line-height: 1.31;
    background: #fff;
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -0.375rem;
    right: -0.9375rem;
    -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(123, 123, 123, 0.5);
            box-shadow: 0 0.25rem 0.5rem 0 rgba(123, 123, 123, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fv-screen-txt .small {
    font-size: 1.375rem;
  }
  .fv-screen01 {
    width: 29.5rem;
    position: relative;
  }
  .fv-screen01 .fv-screen-txt {
    padding: 1.5625rem 0 0 0;
  }
  .fv-screen02 {
    width: 29.5rem;
    position: relative;
  }
  .fv-screen02 .fv-screen-txt {
    padding: 2.5rem 0 0 0;
  }
  .fv-bg02 {
    background: #f3f8f9;
    padding: 2.25rem 0 3.5625rem;
  }
  .fv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9375rem 0.9375rem;
  }
  .fv-item {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
    background: url(../images/fv-award.webp) no-repeat center/cover;
    width: 19.375rem;
    height: 6rem;
    line-height: 1.1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.6875rem 0 0 0;
  }
  .fv-item .mid {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
  }
  .fv-item .mid02 {
    font-size: 1.7rem;
  }
  .fv-item .mid03 {
    font-size: 1.3rem;
    display: inline-block;
    transform: translate(0rem, -0.15rem);
  }
  .fv-item .color {
    color: #34B9D6;
    font-size: 2.875rem;
    letter-spacing: -0.02em;
    display: inline-block;
    transform: translate(0rem, 0.15rem);
    padding: 0 0.2rem 0 0;
  }
  .fv-item .color .one {
    display: inline-block;
    margin: 0 -0.3rem 0 0;
  }
  .fv-item .color02 {
    font-size: 2.5rem;
    display: inline-block;
    transform: translate(0rem, 0.15rem);
  }
  .fv-item .small {
    color: #34B9D6;
    font-size: 2.375rem;
  }
}
/*==============================================================================
point
============================================================================= */
@media screen and (max-width: 767px) {
  .point-bg {
    background: #d2ddde;
    position: relative;
  }
  .point-bg {
    background: #d2ddde;
    padding: 8.0625rem 0 8.6875rem 0;
    position: relative;
  }
  .point-inner {
    padding: 0 1rem;
  }
  .point-deco {
    color: #c7d5d6;
    font-size: 7.8125rem;
    letter-spacing: 0.02em;
    opacity: 0.9;
    position: absolute;
    top: 1.0625rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    white-space: nowrap; /* 1行で収まるように */
    overflow: hidden;
  }
  .point-phone {
    width: 13.4375rem;
    position: absolute;
    top: -4.0625rem;
    right: 2.5rem;
    z-index: 5;
  }
  .point-ttl01 {
    font-size: 2.0rem;
    letter-spacing: 0.02em;
    line-height: 1.45;
    text-align: center;
    font-weight: 700;
    margin: 1.5rem 0 0 0;
    position: relative;
    z-index: 10;
    color: #1a1a1a;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
  }
  .point-ttl02 {
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.28;
    text-align: center;
    font-weight: bold;
    background: #fff;
    width: 100%;
    max-width: 41.875rem;
    height: 7.25rem;
    border-radius: 100vmax;
    margin: 0 auto;
    white-space: nowrap;
    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;
    position: relative;
    z-index: 10;
  }
  .point-ttl02 .num {
    color: #34B9D6;
    font-size: 3.6875rem;
    display: inline-block;
    margin: -0.8125rem 0 0 0;
  }
  .point-ttl02::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #fff;
    border-right: 0;
    bottom: -19%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .point-list {
    margin: 6.125rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.25rem 0;
  }
  .point-item {
    background: #fff;
    position: relative;
    padding: 2.625rem 2.5rem 2.3125rem 2.5rem;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
  }
  .point-item a {
    opacity: 1;
  }
  .point-item-num {
    font-size: 6.25rem;
    letter-spacing: 0.04em;
    color: #34B9D6;
    position: absolute;
    top: -3.5rem;
    left: 0.9375rem;
    text-align: center;
  }
  .point-item-img {
    margin: 0.875rem 0 0 0;
  }
  .point-item-txt01 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
  }
  .point-item-txt02 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.53;
    text-align: center;
    font-weight: bold;
    margin: 0.875rem 0 0 0;
  }
  .point-item-txt02 .em {
    color: #34B9D6;
    font-weight: 900;
  }
  .point-item-btn {
    color: #34B9D6;
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    width: 36.875rem;
    height: 4.875rem;
    border-radius: 100vmax;
    text-align: center;
    font-weight: bold;
    border: solid #34B9D6 0.0625rem;
    display: grid;
    place-items: center;
    margin: 1.9375rem auto 0;
    position: relative;
  }
  .point-item-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13%;
    width: 0.6875rem;
    height: 0.6875rem;
    border-top: 0.1875rem solid #34B9D6;
    border-right: 0.1875rem solid #34B9D6;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .point-item-btn:hover {
    background: #34B9D6;
    color: #fff;
    opacity: 1;
  }
  .point-item-btn:hover::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13%;
    width: 0.6875rem;
    height: 0.6875rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .point01-wrapper {
    margin: 9.5625rem 0 0 0;
    padding: 6.25rem 2.5rem 5.125rem;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
    position: relative;
  }
  .point01-num {
    font-size: 9.875rem;
    letter-spacing: 0.04em;
    background: -webkit-gradient(linear, left top, left bottom, from(#34B9D6), to(#34B9D6));
    background: linear-gradient(to bottom, #34B9D6, #34B9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -4.8125rem;
    left: -0.5rem;
  }
  .point01-head01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    position: absolute;
    top: 2.0625rem;
    right: 2.5rem;
  }
  .point01-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .point01-box01-ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    line-height: 1.44;
    font-weight: bold;
    text-align: center;
    margin: 2.75rem auto 0;
  }
  .point01-box01-ttl01 .color {
    color: #34B9D6;
  }
  .point01-box01-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin: 1.875rem 0 0 0;
  }
  .point01-block01 {
    margin: 3.4375rem 0 0 0;
  }
  .point01-block01-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    width: 30.8125rem;
    height: 3.8125rem;
    display: grid;
    place-items: center;
    background: #34B9D6;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
  }
  .point01-block01-wrap {
    margin: 0.625rem 0 0 0;
    background: #EAF7FA;
    padding: 1.8125rem 0 0 0;
  }
  .point01-block01-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 2.5rem;
    padding: 0 0 0 6.5625rem;
    width: 100%;
  }
  .point01-block01-item {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.64;
    position: relative;
    min-width: 0;
  }
  .point01-block01-item::before {
    content: "";
    background: url(./section/チェックマーク.webp) no-repeat center/cover;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -4.0625rem;
  }
  /* 画像挿入方式は廃止（統一のため削除） */
  .point01-block01-img {
    margin: 2.4375rem 0 0 0;
  }
  /* デスクトップ時: 文章左・写真右の横並びに戻す */
  @media screen and (min-width: 768px) {
    .point01-block01-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }
    .point01-block01-list { width: auto; padding-right: 2rem; }
    .point01-block01-wrap .feature-image {
      width: 20rem;
      margin: 0 0 0 2rem;
      border-radius: 0.5rem;
      overflow: hidden;
    }
    .point01-block01-wrap .feature-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
  }
  /* 右側写真の仕様は不要になったため削除 */
  .point01-content {
    margin: 3.75rem 0 0 0;
  }
  .point01-content a {
    opacity: 1;
  }
  .point01-content-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    text-align: center;
  }
  .point01-content-ttl01 {
    font-size: 2.5625rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: bold;
    margin: 1.5rem 0 0 0;
    line-height: 1.23;
  }
  .point01-content-inner {
    margin: 4.75rem 0 0 0;
    position: relative;
  }
  .point01-content-ttl02 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin: 0 0 0 2.8125rem;
    position: relative;
  }
  .point01-content-ttl02::before {
    content: "";
    position: absolute;
    background: #68666c;
    width: 0.75rem;
    height: 2.5rem;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    top: -0.3125rem;
    left: -2.1875rem;
  }
  .point01-content-note01 {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.7;
  }
  .point01-content-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.875rem;
    color: #fff;
    width: 36.875rem;
    height: 6.875rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 2.75rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
  }
  .point01-content-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.8125rem;
    height: 0.8125rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .point01-content-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
  .point01-table {
    width: 100%;
    margin: -0.375rem 0 1.5625rem 0;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
  }
  .point01-table-head {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    color: #34B9D6;
    background: #fff;
    width: 34.0625rem;
    height: 4.375rem;
    border-radius: 100vmax;
    display: grid;
    place-items: center;
    margin: 2.75rem auto 0;
    position: relative;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(94, 28, 0, 0.5);
            box-shadow: 0 0.125rem 0.25rem 0 rgba(94, 28, 0, 0.5);
  }
  .point01-table-head::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #fff;
    border-right: 0;
    bottom: -26%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .point01-table-row01 {
    background-color: #34B9D6;
    color: white;
    font-size: 1.625rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 0.8;
  }
  .point01-table-row01 th {
    padding: 1.75rem 0 1.9375rem;
  }
  .point01-table-row01 .num01 {
    font-size: 5rem;
    letter-spacing: 0;
    display: inline-block;
    display: inline-block;
    -webkit-transform: translate(-0.3125rem, 0.4375rem);
            transform: translate(-0.3125rem, 0.4375rem);
  }
  .point01-table-row01 .space {
    display: inline-block;
    margin: 0 -0.6875rem 0 0;
  }
  .point01-table-row01 .small {
    font-size: 1.625rem;
  }
  .point01-table-row01 .num02 {
    font-size: 2rem;
    letter-spacing: -0.04em;
    margin: 0 0.3125rem 0 0;
  }
  .point01-table-row01 .mid {
    font-size: 1.875rem;
  }
  .point01-table-row02 {
    background-color: #E1EE80;
    font-size: 1.875rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #34B9D6;
  }
  .point01-table-row02 th {
    padding: 1.4375rem 0;
  }
  .point01-table-row03 {
    background-color: #fff;
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .point01-table-row03 td {
    padding: 1rem 0 1.0625rem;
    width: 36.875rem;
  }
  .point01-table-row04 {
    background-color: #f4f9fa;
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .point01-table-row04 td {
    padding: 1rem 0;
    width: 36.875rem;
  }
  .point01-content02 {
    margin: 5.875rem 0 0 0;
  }
  .point01-list {
    margin: 2.4375rem 0 0 0;
    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: 3.375rem 0;
  }
  .point01-item {
    position: relative;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
  }
  .point01-item-head {
    background: #34B9D6;
    height: 9.0625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .point01-item-plan {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }
  .point01-item-plan .small {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    display: inline-block;
  }
  .point01-item-plan .num {
    font-size: 5.25rem;
  }
  .point01-item-plan .mid {
    font-size: 2.0625rem;
  }
  .point01-item-plan .border {
    font-size: 2.0625rem;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
    vertical-align: middle;
  }
  .point01-item-txt01 {
    background: #fff;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.56;
    padding: 2rem 1.5625rem 1.5625rem;
  }
  .point01-item-txt02 {
    background: #f4f9fa;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.86;
    text-align: center;
    padding: 1.25rem 0.9375rem 1.625rem 1.25rem;
    font-weight: bold;
  }
  .point01-item-txt03 {
    background: #fff;
    color: #34B9D6;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    width: 14.875rem;
    height: 4.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 0 auto 0;
    border-radius: 100vmax;
    position: absolute;
    top: -2.375rem;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(94, 28, 0, 0.5);
            box-shadow: 0 0.125rem 0.25rem 0 rgba(94, 28, 0, 0.5);
  }
  .point01-item-txt03 span {
    position: relative;
  }
  .point01-item-txt03 span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #fff;
    border-right: 0;
    bottom: -140%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .point01-item:first-child .point01-item-head {
    padding: 1.5rem 0 0;
  }
  .point01-item:first-child .point01-item-plan {
    line-height: 0.75;
  }
  .point01-item:first-child .point01-item-plan .num {
    letter-spacing: -0.1em;
    margin: 0 0.3125rem 0 0;
    display: inline-block;
    -webkit-transform: translate(-0.3125rem, 0.875rem);
            transform: translate(-0.3125rem, 0.875rem);
  }
  .point01-item:nth-of-type(2) .point01-item-head {
    background: #34B9D6;
    padding: 1.375rem 0 0;
  }
  .point01-item:nth-of-type(2) .point01-item-plan .num {
    letter-spacing: -0.01em;
    display: inline-block;
    -webkit-transform: translate(-0.3125rem, 0.8125rem);
            transform: translate(-0.3125rem, 0.8125rem);
  }
  .point01-item:nth-of-type(2) .point01-item-txt01 {
    padding: 2rem 1.5625rem 1.3125rem;
  }
  .point01-item:last-child .point01-item-head {
    padding: 0.5rem 0 0;
  }
  .point01-item:last-child .point01-item-plan .num {
    letter-spacing: -0.01em;
    display: inline-block;
    -webkit-transform: translate(-0.3125rem, 0.8125rem);
            transform: translate(-0.3125rem, 0.8125rem);
  }
  .point01-item:last-child .point01-item-txt01 {
    padding: 2.5625rem 1.5625rem 1.1875rem;
  }
  .point02-wrapper {
    margin: 9.875rem 0 0 0;
    padding: 6.1875rem 2.5rem 5rem;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
    position: relative;
  }
  .point02-num {
    font-size: 9.875rem;
    letter-spacing: 0.04em;
    background: -webkit-gradient(linear, left top, left bottom, from(#34B9D6), to(#34B9D6));
    background: linear-gradient(to bottom, #34B9D6, #34B9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -4.8125rem;
    left: -1.25rem;
  }
  .point02-head01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    position: absolute;
    top: 2.0625rem;
    right: 2.5rem;
  }
  .point02-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .point02-box01-ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    line-height: 1.44;
    font-weight: bold;
    text-align: center;
    margin: 2.75rem auto 0;
  }
  .point02-box01-ttl01 .color {
    color: #34B9D6;
  }
  .point02-box01-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin: 1.875rem 0 0 0;
  }
  .point02-box01-note01 {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    text-align: left;
    margin: 1.25rem 0 0 0;
  }
  .point02-block01 {
    margin: 3.8125rem 0 0 0;
  }
  .point02-block01-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
    color: #fff;
    font-weight: bold;
    width: 30.625rem;
    height: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #68666c;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
    padding: 0 0 0 1.5625rem;
  }
  .point02-block01-wrap {
    margin: 0.625rem 0 0 0;
    background: #e0e8e9;
    padding: 1.8125rem 0 0 0;
  }
  .point02-block01-list {
    padding: 0 0 0 6.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3125rem 0;
  }
  .point02-block01-item {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.64;
    position: relative;
  }
  .point02-block01-item::before {
    content: "";
    background: url(../images/point-check.webp) no-repeat center/cover;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.1875rem;
    left: -4.0625rem;
  }
  .point02-block01-item .bold {
    font-weight: bold;
  }
  .point02-block01-img {
    margin: 2.75rem 0 0 0;
  }
  .point02-content {
    margin: 3.75rem 0 0 0;
  }
  .point02-content a {
    opacity: 1;
  }
  .point02-content-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    text-align: center;
  }
  .point02-content-ttl01 {
    font-size: 2.625rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: bold;
    margin: 1.125rem 0 0 0;
    line-height: 1.52;
  }
  .point02-content-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.875rem;
    color: #fff;
    width: 36.875rem;
    height: 6.9375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 2.5rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
  }
  .point02-content-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.8125rem;
    height: 0.8125rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .point02-content-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
  .point02-list {
    margin: 3.4375rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.5625rem 0;
  }
  .point02-item-ttl {
    font-size: 3.4rem;
    letter-spacing: 0.06em;
    line-height: 1.58;
    font-weight: bold;
    color: #34B9D6;
    margin: 1.6875rem 0 0 0;
  }
  .point02-item-img {
    width: 340px;
    height: 226px;
    overflow: hidden;
  }
  .point02-item-img picture,
  .point02-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .point02-item-meta {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #68666c;
    font-weight: bold;
    margin: 1.1875rem 0 0 0;
  }
  .point02-item-txt {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin: 1.1875rem 0 0 0;
  }
  .point03-wrapper {
    margin: 9.875rem 0 0 0;
    padding: 6.3125rem 2.5rem 5.0625rem;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
    position: relative;
  }
  .point03-num {
    font-size: 9.875rem;
    letter-spacing: 0.04em;
    background: -webkit-gradient(linear, left top, left bottom, from(#34B9D6), to(#34B9D6));
    background: linear-gradient(to bottom, #34B9D6, #34B9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -4.8125rem;
    left: -1.25rem;
  }
  .point03-head01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    position: absolute;
    top: 2.0625rem;
    right: 2.5rem;
  }
  .point03-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .point03-box01-ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    line-height: 1.44;
    font-weight: bold;
    text-align: center;
    margin: 2.6875rem auto 0;
  }
  .point03-box01-ttl01 .color {
    color: #34B9D6;
  }
  .point03-box01-txt01 {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.61;
    margin: 1.8125rem 0 0 0;
  }
  .point03-block01 {
    margin: 3.5rem 0 0 0;
  }
  .point03-block01-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
    color: #fff;
    font-weight: bold;
    width: 19.6875rem;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #68666c;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
    padding: 0 0 0 1.5625rem;
  }
  .point03-block01-wrap {
    margin: 0.625rem 0 0 0;
    background: #e0e8e9;
    padding: 2.5625rem 0 5rem 0;
  }
  .point03-block01-list {
    padding: 0 0 0 6.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3125rem 0;
  }
  .point03-block01-item {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.64;
    position: relative;
  }
  .point03-block01-item::before {
    content: "";
    background: url(../images/point-check.webp) no-repeat center/cover;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.1875rem;
    left: -4.0625rem;
  }
  .point03-block01-item .bold {
    font-weight: bold;
  }
  .point03-block01-img {
    width: 28rem;
    margin: 0 auto;
  }
  .point03-block02 {
    margin: 4.125rem 0 0 0;
  }
  .point03-block02-ttl01 {
    font-size: 1.875rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
    color: #fff;
    font-weight: bold;
    width: 25.4375rem;
    height: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #68666c;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 83% 0, 100% 100%, 0 100%);
    padding: 0 0 0 1.5625rem;
  }
  .point03-block02-wrap {
    margin: 0.625rem 0 0 0;
    background: #e0e8e9;
    padding: 2.3125rem 0 0 0;
  }
  .point03-block02-list {
    padding: 0 0 0 6.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem 0;
  }
  .point03-block02-item {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.64;
    position: relative;
  }
  .point03-block02-item::before {
    content: "";
    background: url(../images/point-check.webp) no-repeat center/cover;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.1875rem;
    left: -4.0625rem;
  }
  .point03-block02-item .bold {
    font-weight: bold;
  }
  .point03-block02-img {
    margin: 3.0625rem auto 0;
  }
  .point03-content {
    margin: 4.875rem 0 0 0;
  }
  .point03-content a {
    opacity: 1;
  }
  .point03-content-txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    text-align: center;
  }
  .point03-content-ttl01 {
    font-size: 2.625rem;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: bold;
    margin: 1.125rem 0 0 0;
    line-height: 1.52;
  }
  .point03-content-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.875rem;
    color: #fff;
    width: 36.875rem;
    height: 6.875rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 3.125rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
  }
  .point03-content-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.8125rem;
    height: 0.8125rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .point03-content-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
  .point03-list {
    margin: 1.5625rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem 0;
  }
  .point03-item-ttl {
    font-size: 2.25rem;
    letter-spacing: 0.06em;
    line-height: 1.58;
    font-weight: bold;
    margin: 1.6875rem 0 0 0;
  }
  .point03-item-txt {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin: 1.1875rem 0 0 0;
  }
  .point03-item iframe {
    width: 36.875rem;
    height: 23.75rem;
  }
}
@media screen and (min-width: 768px) {
  .point-bg {
    background: #d2ddde;
    padding: 12.6875rem 0 6.1875rem 0;
    position: relative;
  }
  .point-inner {
    width: 75rem;
  }
  .point-deco {
    color: #c7d5d6;
    font-size: 14.6875rem;
    letter-spacing: 0.04em;
    opacity: 0.9;
    position: absolute;
    top: 5.875rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
  }
  .point-phone {
    width: 29.375rem;
    position: absolute;
    top: -5.375rem;
    right: -6.875rem;
    z-index: 5;
  }
  .point-ttl01 {
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    margin: 1rem 0 0 0;
    position: relative;
    z-index: 10;
    color: #1a1a1a;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  .point-ttl02 {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.52;
    text-align: center;
    font-weight: bold;
    background: #fff;
    width: 100%;
    max-width: 51.0625rem;
    height: 3rem;
    border-radius: 100vmax;
    margin: 0 auto;
    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;
    position: relative;
    z-index: 10;
  }
  .point-ttl02 .num {
    color: #34B9D6;
    font-size: 2.5rem;
    display: inline-block;
    -webkit-transform: translate(0rem, -0.1875rem);
            transform: translate(0rem, -0.1875rem);
  }
  .point-ttl02::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #fff;
    border-right: 0;
    bottom: -30%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .point-list {
    width: 70rem;
    margin: 3.25rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1rem;
  }
  .point-item {
    background: #fff;
    position: relative;
    padding: 1.875rem 1.25rem 1.375rem 1.25rem;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
  }
  .point-item a {
    opacity: 1;
  }
  .point-item-num {
    font-size: 3.125rem;
    letter-spacing: 0.04em;
    color: #34B9D6;
    position: absolute;
    top: -1.25rem;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .point-item-txt01 {
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
    margin: 1.4375rem 0 0 0;
  }
  .point-item-txt02 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.55;
    text-align: center;
    font-weight: 800;
    margin: 0.375rem 0 0 0;
  }
  .point-item-txt02 .em {
    color: #34B9D6;
    font-weight: 900;
  }
  
  .point-item-btn {
    color: #34B9D6;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    width: 15.625rem;
    height: 3.375rem;
    border-radius: 100vmax;
    text-align: center;
    font-weight: bold;
    border: solid #34B9D6 0.0625rem;
    display: grid;
    place-items: center;
    margin: 1rem auto 0;
    position: relative;
  }
  .point-item-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #34B9D6;
    border-right: 0.125rem solid #34B9D6;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .point-item-btn:hover {
    background: #34B9D6;
    color: #fff;
    opacity: 1;
  }
  .point-item-btn:hover::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .point01-wrapper {
    margin: 10.8125rem 0 0 0;
    padding: 5.375rem 6.25rem 4.875rem;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
    position: relative;
  }
  .point01-num {
    font-size: 6.25rem;
    letter-spacing: 0.04em;
    background: -webkit-gradient(linear, left top, left bottom, from(#34B9D6), to(#34B9D6));
    background: linear-gradient(to bottom, #34B9D6, #34B9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -2.5rem;
  }
  .point01-head01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    position: absolute;
    top: 1.5rem;
    left: 15.3125rem;
  }
  .point01-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point01-box01-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    font-weight: bold;
    width: 32.3125rem;
    margin: -0.75rem 0 0 0;
  }
  .point01-box01-ttl01 .color {
    color: #34B9D6;
  }
  .point01-box01-txt01 {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.87;
    width: 30.3125rem;
    margin: 1.125rem 0 0 0;
  }
  .point01-box01-img {
    width: 28.125rem;
  }
  .point01-block01 {
    margin: 2.3125rem 0 0 0;
  }
  .point01-block01-ttl01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    width: 22.0625rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    background: #68666c;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
  }
  .point01-block01-wrap {
    margin: 0.1875rem 0 0 0;
    background: #e0e8e9;
    padding: 1rem 0 0 4.375rem;
    display: block;
  }
  .point01-block01-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
  }
  .point01-block01-item {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.68;
    position: relative;
  }
  .point01-block01-item::before {
    content: "";
    background: url(./section/チェックマーク.webp) no-repeat center/cover;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0.3125rem;
    left: -2.5rem;
  }
  .point01-block01-item--hasimg::before {
    display: none;
  }
  .point01-check-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
  }
  .point01-block01-img {
    width: 12.0625rem;
  }
  .point01-block01-wrap .feature-image {
    margin: 0;
    margin-top: 0.75rem;
    /* 親の左パディング分を打ち消して全幅表示 */
    margin-left: -4.375rem;
    width: calc(100% + 4.375rem);
    border-radius: 0.5rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
  }
  .point01-block01-wrap .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .point01-content {
    margin: 4.8125rem 0 0 0;
  }
  .point01-content a {
    opacity: 1;
  }
  .point01-content-txt01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    text-align: center;
  }
  .point01-content-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    margin: 1.375rem 0 0 0;
  }
  .point01-content-inner {
    background: #e5eeef;
    margin: 1.6875rem 0 0 0;
    padding: 3.6875rem 7.5rem 3.3125rem;
    position: relative;
  }
  .point01-content-inner::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 1.875rem solid transparent;
    border-left: 1.875rem solid transparent;
    border-top: 1.4375rem solid #fff;
    border-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .point01-content-ttl02 {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin: 0 0 0 1.875rem;
    position: relative;
  }
  .point01-content-ttl02::before {
    content: "";
    position: absolute;
    background: #68666c;
    width: 0.5rem;
    height: 1.75rem;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    top: -0.3125rem;
    left: -1.5625rem;
  }
  .point01-content-note01 {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.7;
  }
  .point01-content-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.125rem;
    color: #fff;
    width: 25rem;
    height: 3.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 3.125rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
  }
  .point01-content-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .point01-content-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
  .point01-table {
    width: 100%;
    border-collapse: collapse;
    margin: -0.6875rem 0 1.3125rem 0;
  }
  .point01-table-head {
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    color: #34B9D6;
    background: #fff;
    width: 18.75rem;
    height: 2.375rem;
    border-radius: 100vmax;
    margin: 1.375rem auto 0;
    position: relative;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(94, 28, 0, 0.5);
            box-shadow: 0 0.125rem 0.25rem 0 rgba(94, 28, 0, 0.5);
    place-content: center;
    display: grid;
  }
  .point01-table-head::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid #fff;
    border-right: 0;
    bottom: -24%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .point01-table .border {
    border-right: 0.0625rem solid #ddd;
  }
  .point01-table td {
    width: 62.5rem;
  }
  .point01-table-row01 {
    background-color: #34B9D6;
    color: white;
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .point01-table-row01 th {
    padding: 1rem 0 1.1875rem;
  }
  .point01-table-row01 .num01 {
    font-size: 3.375rem;
    letter-spacing: 0;
    display: inline-block;
    -webkit-transform: translate(0rem, 0.1875rem);
            transform: translate(0rem, 0.1875rem);
  }
  .point01-table-row01 .space {
    display: inline-block;
    margin: 0 -0.375rem 0 0;
  }
  .point01-table-row01 .small {
    font-size: 0.875rem;
  }
  .point01-table-row01 .num02 {
    font-size: 1.375rem;
    letter-spacing: -0.04em;
    margin: 0 0.3125rem 0 0;
  }
  .point01-table-row02 {
    background-color: #E1EE80;
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #34B9D6;
  }
  .point01-table-row02 th {
    padding: 0.8125rem 0;
  }
  .point01-table-row03 {
    background-color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .point01-table-row03 td {
    padding: 0.875rem 0 0.875rem 5rem;
  }
  .point01-table-row04 {
    background-color: #f4f9fa;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .point01-table-row04 td {
    padding: 0.9375rem 0 0.9375rem 5rem;
  }
  .point01-content02 {
    margin: 4.6875rem 0 0 0;
  }
  .point01-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 0.3125rem;
    margin: 2.5625rem 0 0 0;
    justify-content: center;
  }
  .point01-item {
    position: relative;
  }
  .point01-item-head {
    background: #34B9D6;
  }
  .point01-item-plan {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }
  .point01-item-plan .small {
    font-size: 1.125rem;
  }
  .point01-item-plan .big {
    font-size: 1.5rem;
  }
  .point01-item-price {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    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;
    padding: 0.375rem 0 0 0;
  }
  .point01-item-price .num {
    font-size: 2.875rem;
  }
  .point01-item-price .border {
    font-size: 1.4375rem;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  }
  .point01-item-txt01 {
    background: #fff;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    padding: 1.25rem 1.375rem 1.5625rem;
    height: 16.9375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .point01-item-txt02 {
    background: #f4f9fa;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.87;
    padding: 0.875rem 0.9375rem 1.875rem 1.25rem;
    height: 7.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
  }
  .point01-item-txt03 {
    background: #fff;
    color: #34B9D6;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    width: 11.375rem;
    height: 2.4375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 0 auto 0;
    border-radius: 100vmax;
    position: absolute;
    top: -1.3125rem;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(94, 28, 0, 0.5);
            box-shadow: 0 0.125rem 0.25rem 0 rgba(94, 28, 0, 0.5);
  }
  .point01-item-txt03 span {
    position: relative;
  }
  .point01-item-txt03 span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid #fff;
    border-right: 0;
    bottom: -114%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .point01-item:first-child, .point01-item:last-child {
    margin: 0.625rem 0 0 0;
  }
  .point01-item:first-child .point01-item-head, .point01-item:last-child .point01-item-head {
    height: 6.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .point01-item:first-child .point01-item-head {
    padding: 0.625rem 0 0;
  }
  .point01-item:first-child .point01-item-price .num {
    letter-spacing: -0.1em;
    margin: 0 0.3125rem 0 0;
    display: inline-block;
    -webkit-transform: translate(0rem, -0.25rem);
            transform: translate(0rem, -0.25rem);
  }
  .point01-item:nth-of-type(2) .point01-item-head {
    background: #34B9D6;
    height: 7.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2.3125rem 0 0;
  }
  .point01-item:nth-of-type(2) .point01-item-price .num {
    display: inline-block;
    -webkit-transform: translate(0rem, -0.25rem);
            transform: translate(0rem, -0.25rem);
  }
  .point01-item:last-child .point01-item-head {
    padding: 1.375rem 0 0;
  }
  .point01-item:last-child .point01-item-price {
    margin: 0.5rem 0 0 0;
  }
  .point01-item:last-child .point01-item-price .num {
    display: inline-block;
    -webkit-transform: translate(0rem, -0.25rem);
            transform: translate(0rem, -0.25rem);
  }
  .point02-wrapper {
    margin: 8.4375rem 0 0 0;
    padding: 5.375rem 6.25rem 6.25rem;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
    position: relative;
  }
  .point02-num {
    font-size: 6.25rem;
    letter-spacing: 0.04em;
    background: -webkit-gradient(linear, left top, left bottom, from(#34B9D6), to(#34B9D6));
    background: linear-gradient(to bottom, #34B9D6, #34B9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -2.5rem;
  }
  .point02-head01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    position: absolute;
    top: 1.5rem;
    left: 15.3125rem;
  }
  .point02-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point02-box01-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    font-weight: bold;
    width: 30.625rem;
    margin: -0.6875rem 0 0 0;
  }
  .point02-box01-ttl01 .color {
    color: #34B9D6;
  }
  .point02-box01-txt01 {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.87;
    width: 31.25rem;
    margin: 1.5rem 0 0 0;
  }
  .point02-box01-note01 {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    text-align: right;
    margin: 1.4375rem 0 0 0;
  }
  .point02-box01-img {
    width: 28.125rem;
  }
  .point02-block01 {
    margin: 2.9375rem 0 0 0;
  }
  .point02-block01-ttl01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    width: 34.375rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    background: #68666c;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
  }
  .point02-block01-wrap {
    margin: 0.1875rem 0 0 0;
    background: #e0e8e9;
    padding: 0 0 0 4.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point02-block01-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 2.8125rem;
  }
  .point02-block01-item {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.68;
    position: relative;
  }
  .point02-block01-item::before {
    content: "";
    background: url(../images/point-check.webp) no-repeat center/cover;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0.125rem;
    left: -2.1875rem;
  }
  .point02-block01-item .bold {
    font-weight: bold;
  }
  .point02-block01-img {
    width: 10.8125rem;
  }
  .point02-content {
    margin: 4.8125rem 0 0 0;
  }
  .point02-content a {
    opacity: 1;
  }
  .point02-content-txt01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    text-align: center;
  }
  .point02-content-ttl01 {
    font-size: clamp(24px, 7vw, 30px);
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    margin: 1.375rem 0 0 0;
  }
  .point02-content-note01 {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.7;
  }
  .point02-content-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.125rem;
    color: #fff;
    width: 25rem;
    height: 3.4375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 2.75rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
  }
  .point02-content-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .point02-content-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
  .point02-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.1875rem;
    margin: 2.4375rem 0 0 0;
  }
  .point02-item-ttl {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-weight: bold;
    color: #34B9D6;
    margin: 0.875rem 0 0 0;
  }
  .point02-item-img {
    width: 300px;
    height: 200px;
    overflow: hidden;
  }
  .point02-item-img picture,
  .point02-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .point02-item-meta {
    font-size: 1.1875rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #68666c;
    font-weight: bold;
    margin: 0.75rem 0 0 0;
  }
  .point02-item-txt {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin: 0.875rem 0 0 0;
  }
  .point03-wrapper {
    margin: 7.9375rem 0 0 0;
    padding: 5.375rem 6.25rem 6.1875rem;
    background: #fff;
    -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
            box-shadow: 0 0.625rem 1.25rem 0 rgba(185, 185, 185, 0.5);
    position: relative;
  }
  .point03-num {
    font-size: 6.25rem;
    letter-spacing: 0.04em;
    background: -webkit-gradient(linear, left top, left bottom, from(#34B9D6), to(#34B9D6));
    background: linear-gradient(to bottom, #34B9D6, #34B9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -2.5rem;
  }
  .point03-head01 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    position: absolute;
    top: 1.5rem;
    left: 15.3125rem;
  }
  .point03-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point03-box01-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    font-weight: bold;
    width: 32.375rem;
    margin: -0.6875rem 0 0 0;
  }
  .point03-box01-ttl01 .color {
    color: #34B9D6;
  }
  .point03-box01-ttl01 .dot {
    display: inline-block;
    margin: 0 -0.25rem;
  }
  .point03-box01-txt01 {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.87;
    width: 30.3125rem;
    margin: 1.375rem 0 0 0;
  }
  .point03-box01-img {
    width: 28.125rem;
  }
  .point03-block01 {
    margin: 2.625rem 0 0 0;
  }
  .point03-block01-ttl01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    width: 14.6875rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    background: #68666c;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
  }
  .point03-block01-wrap {
    margin: 0.1875rem 0 0 0;
    background: #e0e8e9;
    padding: 1.75rem 0;
  }
  .point03-block01-img {
    width: 57.5rem;
    margin: 0 auto;
  }
  .point03-block02 {
    margin: 2.375rem 0 0 0;
  }
  .point03-block02-ttl01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    width: 30.625rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    background: #68666c;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
  }
  .point03-block02-wrap {
    margin: 0.1875rem 0 0 0;
    background: #e0e8e9;
    padding: 0 0 0 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point03-block02-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem 3.125rem;
  }
  .point03-block02-item {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.68;
    position: relative;
  }
  .point03-block02-item::before {
    content: "";
    background: url(../images/point-check.webp) no-repeat center/cover;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0.0625rem;
    left: -2.1875rem;
  }
  .point03-block02-img {
    width: 13rem;
  }
  .point03-content {
    margin: 4.4375rem 0 0 0;
  }
  .point03-content a {
    opacity: 1;
  }
  .point03-content-txt01 {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #34B9D6;
    text-align: center;
  }
  .point03-content-ttl01 {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: bold;
    margin: 1.5625rem 0 0 0;
  }
  .point03-content-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.125rem;
    color: #fff;
    width: 25rem;
    height: 3.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 2.6875rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
  }
  .point03-content-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .point03-content-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
  .point03-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.5rem;
    margin: 2.5rem 0 0 0;
  }
  .point03-item iframe {
    width: 30rem;
    height: 19.375rem;
  }
}
/*==============================================================================
result
============================================================================= */
@media screen and (max-width: 767px) {
  .result-bg {
    background: #fff;
    padding: 4.125rem 0 5.5rem 0;
  }
  .result-ttl01 {
    font-size: 2.75rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.24;
  }
  .result-ttl01 .color {
    color: #34B9D6;
    font-size: 4.5rem;
  }
  .result-ttl01::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 0.125rem;
    top: 47%;
    left: 0;
    background: #333;
  }
  .result-ttl01::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 0.125rem;
    top: 47%;
    right: 0;
    background: #333;
  }
  .result-logo {
    width: 40.625rem;
    margin: 4.25rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .result-bg {
    background: #fff;
    padding: 4.75rem 0 5.375rem 0;
  }
  .result-inner {
    width: 62.5rem;
  }
  .result-ttl01 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .result-ttl01 .color {
    color: #34B9D6;
    font-size: 3.4375rem;
  }
  .result-ttl01::before {
    content: "";
    position: absolute;
    width: 11.5625rem;
    height: 0.0625rem;
    top: 55%;
    left: 0;
    background: #333;
  }
  .result-ttl01::after {
    content: "";
    position: absolute;
    width: 11.5625rem;
    height: 0.0625rem;
    top: 55%;
    right: 0;
    background: #333;
  }
  .result-logo {
    width: 57rem;
    margin: 3.125rem auto 0;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 767px) {
  .faq-bg {
    background: #f3f8f9;
    padding: 8.3125rem 0 7.25rem 0;
  }
  .faq-inner {
    padding: 0 2.5rem;
  }
  .faq-ttl01 {
    font-size: 2.75rem;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5.8125rem;
  }
  .faq-deco {
    font-size: clamp(5rem, 12vw, 7.8125rem) !important; /* SOLUTIONと同じサイズに調整 */
    letter-spacing: 0.02em;
    text-align: center;
    color: #ced9da;
    opacity: 0.4;
    position: absolute;
    top: -4.875rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    white-space: nowrap; /* 1行で収まるように */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .faq-ttl02 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin: 4.9375rem 0 0 1.875rem;
    position: relative;
  }
  .faq-ttl02::before {
    content: "";
    position: absolute;
    background: #68666c;
    width: 0.8125rem;
    height: 2.5rem;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    top: -0.125rem;
    left: -1.5625rem;
  }
  .faq-list {
    margin: 3.8125rem 0 0 0;
  }
  .faq-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.0625rem solid #68666c;
    margin: 2.875rem 0 0 0;
  }
  .faq-term-q {
    background: #68666c;
    min-width: 7.125rem;
    min-height: 7rem;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    display: grid;
    place-items: center;
    font-style: italic;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.625rem;
  }
  .faq-term-txt {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 0 0 0 1.875rem;
    line-height: 1.5;
  }
  .faq-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq-desc-a {
    min-width: 7.125rem;
    min-height: 7rem;
    color: #34B9D6;
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    display: grid;
    place-items: center;
    font-style: italic;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.625rem;
  }
  .faq-desc-txt {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    margin: 2.0625rem 0 0 1.875rem;
    line-height: 1.5;
  }
  .faq-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.875rem;
    color: #fff;
    width: 36.875rem;
    height: 6.9375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 3.0625rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
  }
  .faq-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.8125rem;
    height: 0.8125rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
  .faq02-bg {
    background: #e5eeef;
    padding: 8.125rem 0 6.4375rem 0;
  }
  .faq02-inner {
    padding: 0 2.5rem;
  }
  .faq02-ttl01 {
    font-size: 3.125rem;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    margin: 0 0 6.4375rem;
  }
  .faq02-deco {
    font-size: 9.375rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #dde7e8;
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .faq02-ttl02 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin: 6.6875rem 0 0 2.8125rem;
    position: relative;
  }
  .faq02-ttl02::before {
    content: "";
    position: absolute;
    background: #68666c;
    width: 0.75rem;
    height: 2.5rem;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    top: -0.125rem;
    left: -2.3125rem;
  }
  .faq02-list {
    margin: 3.125rem 0 0 0;
  }
  .faq02-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5rem 0 0 0;
    position: relative;
  }
  .faq02-term-q {
    background: #68666c;
    min-width: 5.625rem;
    min-height: 10rem;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0.08em;
    display: grid;
    place-items: center;
    font-style: italic;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.625rem;
  }
  .faq02-term-txt {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.375rem 6.25rem 1.375rem 1.875rem;
    background: #fff;
    line-height: 1.5;
    min-width: 36.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq02-term::before {
    content: "";
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.875rem;
    height: 0.0625rem;
    background-color: #000;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .faq02-term::after {
    content: "";
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 1.875rem;
    height: 0.0625rem;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .faq02-term.open::after {
    display: none;
  }
  .faq02-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    background: #fff;
    border-top: 0.0625rem solid #ced9da;
    margin: -0.0625rem 0 0 0;
  }
  .faq02-desc-a {
    min-width: 5.625rem;
    min-height: 5.625rem;
    color: #34B9D6;
    font-size: 3rem;
    letter-spacing: 0.08em;
    display: grid;
    place-items: center;
    font-style: italic;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.625rem;
  }
  .faq02-desc-txt {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    padding: 1.3125rem 5.3125rem 2.75rem 1.875rem;
    line-height: 1.61;
    min-width: 36.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq02-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.125rem;
    color: #fff;
    width: 25rem;
    height: 3.5rem;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 2.3125rem auto 0;
  }
  .faq02-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.6875rem;
    height: 0.6875rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq02-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
}
@media screen and (min-width: 768px) {
  .faq-bg {
    background: #f3f8f9;
    padding: 7.125rem 0 7.4375rem 0;
  }
  .faq-inner {
    width: 62.5rem;
  }
  .faq a {
    opacity: 1;
  }
  .faq-ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5.25rem;
  }
  .faq-deco {
    font-size: 11.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #ced9da;
    opacity: 0.4;
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .faq-ttl02 {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin: 4.0625rem 0 0 1.875rem;
    position: relative;
  }
  .faq-ttl02::before {
    content: "";
    position: absolute;
    background: #68666c;
    width: 0.5rem;
    height: 1.75rem;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    top: -0.125rem;
    left: -1.5625rem;
  }
  .faq-list {
    margin: 1.875rem 0 0 0;
  }
  .faq-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.0625rem solid #68666c;
    margin: 1.5rem 0 0 0;
  }
  .faq-term-q {
    background: #68666c;
    width: 4.9375rem;
    height: 4.9375rem;
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    display: grid;
    place-items: center;
    font-style: italic;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.625rem;
  }
  .faq-term-txt {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 0 0 0 1.25rem;
  }
  .faq-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq-desc-a {
    min-width: 5rem;
    min-height: 5rem;
    color: #34B9D6;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    display: grid;
    place-items: center;
    font-style: italic;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.625rem;
  }
  .faq-desc-txt {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    margin: 1.375rem 0 0 1.25rem;
    line-height: 1.77;
  }
  .faq-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.125rem;
    color: #fff;
    width: 25rem;
    height: 3.5rem;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 2.3125rem auto 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(192, 191, 191, 0.8);
  }
  .faq-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.6875rem;
    height: 0.6875rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
  .faq02-bg {
    background: #e5eeef;
    padding: 4.8125rem 0 7.625rem 0;
  }
  .faq02-inner {
    width: 62.5rem;
  }
  .faq02-ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    margin: 0 0 4.25rem;
  }
  .faq02-deco {
    font-size: 9.375rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #dde7e8;
    position: absolute;
    top: -3.75rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  .faq02-ttl02 {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin: 3.75rem 0 0 1.75rem;
    position: relative;
  }
  .faq02-ttl02::before {
    content: "";
    position: absolute;
    background: #68666c;
    width: 0.5rem;
    height: 1.75rem;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    top: -0.125rem;
    left: -1.5625rem;
  }
  .faq02-list {
    margin: 1.9375rem 0 0 0;
  }
  .faq02-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.3125rem 0 0 0;
    position: relative;
    cursor: pointer;
  }
  .faq02-term-q {
    background: #68666c;
    min-width: 5rem;
    min-height: 5rem;
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    display: grid;
    place-items: center;
    font-style: italic;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.625rem;
  }
  .faq02-term-txt {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 7.5rem 0 1.25rem;
    background: #fff;
    line-height: 1.66;
    min-width: 57.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq02-term::before {
    content: "";
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.25rem;
    height: 0.0625rem;
    background-color: #000;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .faq02-term::after {
    content: "";
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 1.25rem;
    height: 0.0625rem;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .faq02-term.open::after {
    display: none;
  }
  .faq02-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    background: #fff;
    border-top: 0.0625rem solid #ced9da;
    margin: -0.0625rem 0 0 0;
  }
  .faq02-desc-a {
    min-width: 5rem;
    min-height: 5rem;
    color: #34B9D6;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    display: grid;
    place-items: center;
    font-style: italic;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.625rem;
  }
  .faq02-desc-txt {
    font-size: 1rem;
    letter-spacing: 0.08em;
    padding: 1.5rem 4.6875rem 1.5rem 1.25rem;
    line-height: 1.87;
    min-width: 57.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq02-btn {
    position: relative;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    font-size: 1.125rem;
    color: #fff;
    width: 25rem;
    height: 3.5rem;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100vmax;
    font-weight: bold;
    display: grid;
    place-items: center;
    margin: 2.3125rem auto 0;
  }
  .faq02-btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12%;
    width: 0.6875rem;
    height: 0.6875rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq02-btn:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
    box-shadow: 0 4px 3px 0 rgba(199, 198, 198, 0.8);
  }
}
/*==============================================================================
company
============================================================================= */
@media screen and (max-width: 767px) {
  .company-bg {
    background: url(../images/company-bg_sp.webp) no-repeat center/cover;
    padding: 4.8125rem 0 7.875rem 0;
  }
  .company-inner {
    padding: 0 2.5rem;
  }
  .company-ttl01 {
    font-size: 2.75rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .company-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.125rem 0;
    margin: 3.5625rem 0 0 0;
  }
  .company-box01-logo {
    width: 9.25rem;
    margin: 0 auto;
  }
  .company-box01-ttl01 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    margin: 3.1875rem 0 0 0;
  }
  .company-box01-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: 1.0625rem 0;
    margin: 1.9375rem 0 0 0;
  }
  .company-box01-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.1875rem;
  }
  .company-box01-term {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    line-height: 1.43;
  }
  .company-box01-desc {
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.43;
    color: #fff;
  }
  .company-box01-img {
    width: 24.375rem;
    margin: 0.1875rem auto 0;
  }
  .company-map {
    margin: 3.875rem auto 0;
  }
  .company-map iframe {
    margin: 0 auto;
    width: 41.875rem !important;
    height: 21.25rem !important;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .company-bg {
    background: url(../images/company-bg.webp) no-repeat center/cover;
    padding: 5.5rem 0 9.9375rem 0;
  }
  .company-inner {
    width: 62.5rem;
  }
  .company-ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .company-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.125rem;
    margin: 2.6875rem 0 0 4.375rem;
  }
  .company-box01-img {
    width: 22.5rem;
  }
  .company-box01-logo {
    width: 9.0625rem;
    margin: 1.8125rem 0 0 0;
  }
  .company-box01-ttl01 {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    margin: 2.75rem 0 0 0;
  }
  .company-box01-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: 1.25rem 0;
    margin: 2.5625rem 0 0 0;
  }
  .company-box01-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.875rem;
  }
  .company-box01-term {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
  }
  .company-box01-desc {
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: #fff;
  }
  .company-map {
    margin: 3.8125rem auto 0;
  }
  .company-map iframe {
    margin: 0 auto;
    width: 55rem !important;
    display: block;
  }
}
/*==============================================================================
detail
============================================================================= */
@media screen and (max-width: 767px) {
  .cta-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#727076), to(#545257));
    background-image: linear-gradient(to right, #727076, #545257);
    padding: 4.1875rem 0 0 0;
    margin-top: 3rem;
  }
  .cta-inner {
    padding: 0 2.5rem;
  }
  .cta-ttl01 {
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.46;
  }
  .cta-ttl01 .mid {
    font-size: 3rem;
    display: inline-block;
    margin: 0.4375rem 0 0 0;
  }
  .cta-ttl01 .big {
    font-size: 3.4375rem;
    display: inline-block;
    margin: -0.1875rem 0 0 0;
  }
  .cta-wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    margin: 2.8125rem auto 0;
    padding: 4.375rem 0 4.3125rem 0;
    position: relative;
  }
  .cta-ttl02 {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.55;
  }
  .cta-ttl02 .big {
    font-size: 3.125rem;
    line-height: 1.36;
    display: inline-block;
    margin: 0.4375rem 0 0 0;
  }
  .cta-circle {
    display: none;
  }
  .cta-circle .color {
    color: #f0602b;
    font-size: 4.0625rem;
  }
  .cta-box01 {
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cta-box01-left {
    background-image: -webkit-gradient(linear, left top, right top, from(#727076), to(#545257));
    background-image: linear-gradient(to right, #727076, #545257);
    width: 36.875rem;
    height: 8.75rem;
    display: grid;
    place-items: center;
    border-radius: 100vmax;
    margin: 1.875rem auto 0;
    padding: 0.3125rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cta-tel {
    font-size: 3.75rem;
    color: #fff;
    text-align: center;
    margin: 0 0 0 4.0625rem;
    position: relative;
  }
  .cta-tel a {
    color: inherit;
  }
  .cta-tel::before {
    content: "";
    position: absolute;
    background: url(./../images/phone-icon02.webp) no-repeat center/cover;
    width: 3.125rem;
    height: 3.125rem;
    top: 17%;
    left: -17%;
  }
  .cta-time {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    margin: -1.9375rem 0 0 0;
  }
  .cta-form {
    color: #34B9D6;
    background: #fff;
    text-align: center;
    width: 36.875rem;
    height: 8.75rem;
    display: grid;
    place-items: center;
    font-size: 2.375rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    border-radius: 100vmax;
    position: relative;
    margin: 0.1875rem auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1.5625rem 0 0;
  }
  .cta-form::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    width: 0.8125rem;
    height: 0.8125rem;
    border-top: 0.1875rem solid #34B9D6;
    border-right: 0.1875rem solid #34B9D6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .cta-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#727076), to(#545257));
    background-image: linear-gradient(to right, #727076, #545257);
    padding: 6.8125rem 0 0 0;
  }
  .cta-ttl01 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
  .cta-ttl01 .mid {
    font-size: 2.5rem;
  }
  .cta-wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    width: 75rem;
    margin: 3.125rem auto 0;
    padding: 2.1875rem 0 3.5rem 0;
    position: relative;
  }
  .cta-ttl02 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
  }
  .cta-circle {
    position: absolute;
    top: -1.25rem;
    left: 3.125rem;
    background: #fff;
    border-radius: 50%;
    width: 10.125rem;
    height: 10.125rem;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 0.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cta-circle > span {
    display: block;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
  }
  .cta-circle .color {
    color: #f0602b;
    font-size: 1.875rem;
    line-height: 1.2;
    display: block;
    font-weight: bold;
  }
  .cta-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2rem 0 0 0;
  }
  .cta-box01-left {
    margin: 0 0 0 1.875rem;
  }
  .cta-box01 a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .cta-tel {
    font-size: 4.0625rem;
    color: #fff;
    text-align: center;
    margin: 0.625rem 0 0 0;
  }
  .cta-tel a {
    color: inherit;
  }
  .cta-time {
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    margin: 1rem 0 0 0;
  }
  .cta-form {
    color: #34B9D6;
    background: #fff;
    text-align: center;
    width: 30rem;
    height: 7.8125rem;
    display: grid;
    place-items: center;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    font-weight: bold;
    border-radius: 100vmax;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2.1875rem 0 0;
  }
  .cta-form::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #34B9D6;
    border-right: 0.125rem solid #34B9D6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*==============================================================================
footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    background: #f8fbff;
    padding: 24.6875rem 0 2.125rem 0;
    margin: -21.5rem 0 7.5rem 0;
  }
  .footer-bg01 {
    background: #f8fbff;
    padding: 2.625rem 0 3rem 0;
    margin: 0;
  }
  .footer-inner {
    padding: 0 2.5rem;
  }
  .footer-item {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 2.14;
    position: relative;
  }
  .footer-item a {
    color: inherit;
  }
  .footer-item::before {
    content: "";
    width: 0.0625rem;
    height: 0.9375rem;
    background: #333;
    position: absolute;
    top: 0;
    right: -2.5rem;
  }
  .footer-item:last-child::before {
    display: none;
  }
  .footer-logo {
    width: 10.625rem;
    margin: 0.9375rem 0 0 0;
  }
  .footer-copy {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    margin: 3.0625rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    background: #f8fbff;
    padding: 12rem 0 1.5625rem;
    margin: -8.25rem 0 0 0;
  }
  .footer-bg01 {
    padding: 0.5625rem 0 1.375rem;
    margin: 0;
  }
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5rem;
  }
  .footer-item {
    font-size: 1rem;
    letter-spacing: 0.08em;
    position: relative;
  }
  .footer-item a {
    color: inherit;
  }
  .footer-item::before {
    content: "";
    width: 0.0625rem;
    height: 0.9375rem;
    background: #333;
    position: absolute;
    top: 0;
    right: -2.5rem;
  }
  .footer-item:last-child::before {
    display: none;
  }
  .footer-item:hover {
    text-decoration: underline;
    text-decoration-color: #333;
  }
  .footer-logo {
    width: 6.875rem;
    margin: 0 0 0 auto;
  }
  .footer-copy {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    margin: 2.5625rem 0 0 0;
  }
}
/*==============================================================================
cv
============================================================================= */
@media screen and (max-width: 767px) {
  .cv-bg {
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.625rem 0;
  }
  .cv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cv-box01 {
    color: #fff;
    letter-spacing: 0.12em;
    background-image: -webkit-gradient(linear, left top, right top, from(#727076), to(#545257));
    background-image: linear-gradient(to right, #727076, #545257);
    width: 20.3125rem;
    height: 6.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100vmax;
    display: grid;
    place-items: center;
    padding: 1.375rem 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(199, 198, 198, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(199, 198, 198, 0.8);
  }
  .cv-tel {
    font-size: 2.25rem;
    padding: 0 0 0 1.875rem;
    letter-spacing: 0;
  }
  .cv-tel::before {
    content: "";
    position: absolute;
    background: url(./../images/phone-icon02.webp) no-repeat center/cover;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 30%;
    left: 4%;
  }
  .cv-time {
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin: 0.25rem 0 0 0;
  }
  .cv-form {
    font-size: 1.625rem;
    color: #fff;
    letter-spacing: 0.12em;
    background-image: -webkit-gradient(linear, left top, right top, from(#34B9D6), to(#34B9D6));
    background-image: linear-gradient(to right, #34B9D6, #34B9D6);
    width: 20.3125rem;
    height: 6.25rem;
    border-radius: 100vmax;
    display: grid;
    place-items: center;
    font-weight: bold;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1.25rem 0 0;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(199, 198, 198, 0.8);
            box-shadow: 0 0.3125rem 0.3125rem 0 rgba(199, 198, 198, 0.8);
  }
  .cv-form::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    width: 0.6875rem;
    height: 0.6875rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*==============================================================================
preparation
============================================================================= */
@media screen and (max-width: 767px) {
  .preparation-bg {
    padding: 12.5rem 0;
  }
  .preparation h1 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .preparation-bg {
    padding: 9.375rem 0;
  }
  .preparation h1 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

/*==============================================================================
CTA inline (hero 下)
=============================================================================*/
@media screen and (max-width: 767px) {
  .cta-inline,
  .fv-screen .cta-inline {
    margin: 1.5rem 10px 0 auto !important; /* 右に10pxのマージン */
    text-align: right !important; /* 右寄せ */
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .cta-note,
  .fv-screen .cta-note,
  .video-cta .cta-note,
  .cta-inline.video-cta .cta-note {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0 0 0.75rem 0;
    position: relative;
    text-align: right !important; /* 右寄せ */
    padding-right: 0;
    white-space: nowrap;
  }
  .cta-button {
    display: block;
    background: #C80D14;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.25);
            box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    white-space: nowrap; /* 一行表示 */
  }
}
@media screen and (min-width: 768px) {
  .cta-inline {
    margin: calc(2rem - 15px) 0 0 0;
    text-align: center;
  }
  .cta-note {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin: 0 0 0.75rem 0;
    white-space: nowrap;
  }
  .cta-button {
    display: inline-block;
    background: #C80D14;
    color: #fff;
    text-decoration: none;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 1.125rem 2.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 6px 16px rgba(0,0,0,0.3);
            box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    white-space: nowrap; /* 一行表示 */
  }
  .cta-button:hover {
    opacity: 0.95;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

/* video-cta: 画像中央基準で配置（後勝ち定義） */
@media screen and (min-width: 768px) {
  .video-cta {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 2.5rem; /* 40px 上 */
    transform: translate(-50%, 230px); /* 指示により50px上へ */
    width: auto;
    text-align: center;
    pointer-events: auto;
    margin-left: -5px; /* 右に5px移動（前回比） */
  }
  .cta-inline.video-cta,
  .fv-screen .cta-inline.video-cta {
    position: static !important;
    margin: calc(2rem - 15px) 0 0 0 !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  /* スマホでは動画下にフローで表示し、ボタンを折り返し可にして見やすくする */
  .video-cta,
  .cta-inline.video-cta,
  .fv-screen .video-cta,
  .fv-screen .cta-inline.video-cta {
    position: static !important;
    margin: 1.5rem 10px 0 auto !important; /* 右に10pxのマージン */
    transform: none !important;
    width: auto !important;
    text-align: right !important; /* 右寄せ */
    padding-right: 0 !important;
    padding-left: 0 !important;
    pointer-events: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .video-cta .cta-button,
  .cta-inline.video-cta .cta-button,
  .fv-screen .video-cta .cta-button,
  .fv-screen .cta-inline.video-cta .cta-button {
    display: inline-block !important;
    white-space: nowrap !important; /* 一行表示を強制 */
    font-size: 2rem !important;
    padding: 1.5rem 3rem !important; /* 左右のパディングを2remから3remに増加 */
    max-width: calc(100% - 20px) !important; /* 余白を減らしてボタンを大きく */
    margin: 0 10px 0 auto !important; /* 右に10pxのマージン、右寄せ */
    box-sizing: border-box !important;
  }
}

/*==============================================================================
Utility
=============================================================================*/
.u-underline {
  /* テキスト下部にアクセントカラーのマーカー風アンダーライン */
  background: -webkit-linear-gradient(transparent 70%, #fff700 0);
  background: linear-gradient(transparent 70%, #fff700 0);
  display: inline;
  padding: 0 0.1em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

/*==============================================================================
Solution banner (blue bar)
=============================================================================*/
.solution-banner {
  background: #10b2e6; /* 明るい青 */
  color: #fff;
  /* フルブリード（親が中央寄せでも画面幅いっぱいに） */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.solution-banner .inner {
  padding: 1.25rem 0; /* 共通で縦の余白 */
  text-align: center;
}
.solution-banner-line1 {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}
.solution-banner-line2 {
  font-weight: 800;
  color: #ffea00; /* 黄色アクセント */
  letter-spacing: 0.12em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .solution-banner .inner { padding: 1.75rem 0; }
  .solution-banner-line1 { font-size: 1.375rem; }
  .solution-banner-line2 { font-size: 2rem; }
}

/*==============================================================================
Value banner (スマホ用: バッジ+ボックス縦積み)
=============================================================================*/
@media screen and (max-width: 767px) {
  .value-banner { margin: 1.25rem 0; }
  .value-inner {
    /* 場合によって他のdisplay指定が勝つのを防ぐため強制上書き */
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .value-card {
    display: grid;
    grid-template-columns: 80px 1fr !important;
    column-gap: 14px;
    align-items: center;
    background: #fff;
    border: 2px solid #34B9D6;
    border-radius: 10px;
    padding: 14px 12px;
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 0 rgba(52,185,214,0.25);
            box-shadow: 0 2px 0 rgba(52,185,214,0.25);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .value-badge {
    display: grid;
    place-items: center;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    background: #34B9D6;
    color: #fff;
    font-weight: 700;
    line-height: 1.15;
    font-size: 18px !important; /* フォント大きく */
    margin-right: 0; /* ギャップで管理 */
    -webkit-box-shadow: 0 0 0 3px #fff inset;
            box-shadow: 0 0 0 3px #fff inset;
  }
  .value-body { 
    padding-left: 10px; 
    padding-right: 0;
    min-width: 0;
  }
  .value-title {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.35;
    font-size: 24px !important; /* できるだけ大きく */
    margin: 0;
    padding: 0;
  }
  .value-title .em { color: #34B9D6; font-weight: 800; font-size: 1.05em; }
  .value-title .sub { font-weight: 600; font-size: 0.88em; }
  .value-plus { display: none !important; }
}

/*==============================================================================
Icon section title: デスクトップ/タブレットでサイズ統一
=============================================================================*/
.icon-section-title {
  font-size: clamp(20px, 2.5vw, 32px);
}

/*==============================================================================
Icon section title: スマホで一行に収まるようフォント調整
=============================================================================*/
@media screen and (max-width: 767px) {
  .icon-section-title {
    /* 画面幅に追随しつつ、極端に小さく/大きくなりすぎないよう制御 */
    font-size: clamp(18px, 4.5vw, 22px) !important;
    white-space: nowrap; /* スマホ時は必ず1行表示 */
  }
}

/*==============================================================================
Icon section eyebrow: スマホで視認性を高めるフォント調整
==============================================================================*/
@media screen and (max-width: 767px) {
  .icon-section-eyebrow {
    font-size: clamp(16px, 5vw, 21px) !important;
    line-height: 1.5;
  }
}

/*==============================================================================
Icon section (SEO Hero): 並び順をより強制的に 画像→テキスト へ
=============================================================================*/
@media (max-width: 900px) {
  .icon-section--seo-hero .icon-section-inner.inner {
    display: flex !important;
    flex-direction: column !important;
  }
}

/*==============================================================================
Icon section (SEO Hero): スマホ時に中央揃え
=============================================================================*/
@media (max-width: 900px) {
  .icon-section--seo-hero .icon-section-content {
    text-align: center !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  /* スマホ時の厳密な順序: 眉→タイトル→画像→本文 */
  .icon-section--seo-hero .icon-section-content .icon-section-eyebrow { order: 0; }
  .icon-section--seo-hero .icon-section-content .icon-section-title { order: 1; }
  .icon-section--seo-hero .icon-section-content .icon-section-image { order: 2 !important; }
  .icon-section--seo-hero .icon-section-content .icon-section-desc { order: 3; }
  .icon-section--seo-hero .icon-section-eyebrow,
  .icon-section--seo-hero .icon-section-title,
  .icon-section--seo-hero .icon-section-desc {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-section--seo-hero .icon-section-desc {
    width: 100% !important;
  }
  .icon-section--seo-hero .icon-section-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* 画像と説明文の間に少し余白 */
  .icon-section--seo-hero .icon-section-content .icon-section-image.sp-only {
    margin-bottom: 1rem;
  }
  .icon-section--seo-hero .icon-section-desc {
    margin-top: 1rem !important;
  }
}

/* =============================================================================
  point01: スマホ専用の最小限オーバーライド（PC影響なし）
  - PCで設定されている固定高さ/大きいフォントがSPに波及していたため補正
============================================================================= */
@media screen and (max-width: 767px) {
  /* ヘッダーを可変高さに */
  .point01-item-head { height: auto; padding: 12px 16px; box-sizing: border-box; }
  .point01-item-price { padding-top: 0; }
  .point01-item-plan { font-size: 1.25rem; }
  .point01-item-plan .small { font-size: 1rem; }
  .point01-item-plan .big { font-size: 1.375rem; }
  .point01-item-price .num { font-size: 2.5rem; }

  /* 本文と仕様の固定高さを解除 */
  .point01-item-txt01 { height: auto; padding: 16px 14px 14px; line-height: 1.7; font-size: 1rem; }
  .point01-item-txt02 { height: auto; padding: 12px 14px 18px; line-height: 1.8; font-size: 0.95rem; }

  /* 「一番人気」バッジ位置の微調整 */
  .point01-item-txt03 { width: 9.5rem; height: 2.2rem; font-size: 1rem; top: -1.2rem; }
}

/* 以前のSPレイアウトに戻すため、追加した point01 スマホ調整は削除しました */

/* =============================================================================
  improvement-metric: 「% 向上」が改行されないように調整
============================================================================= */
.improvement-metric-value .unit { white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
.improvement-metric-value .unit .suffix { font-size: 0.85em; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; display: inline-block; }

@media screen and (max-width: 767px) {
  .improvement-metric-value .unit .suffix { font-size: 0.78em; }
}

/* 強制横並び＆折返し防止 */
.improvement-metric-value {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  gap: 0.15em;
}
.improvement-metric-value .unit {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1em;
}
.improvement-metric-value .unit .suffix {
  white-space: nowrap;
  line-height: 1;
  display: inline;
}

/* unify: value-note and logo-caption text size */
.value-note,
.logo-caption {
  font-size: 1rem;
}

/* feature list: SP text override (win over inline 900px rules) */
@media screen and (max-width: 900px) {
  .feature-panel .feature-list .feature-item,
  .feature-list .feature-item {
    font-size: 16px !important; /* もう少し小さく */
    line-height: 1.75 !important;
    white-space: normal !important; /* 折り返し許可 */
    overflow: visible !important;   /* 切り捨て禁止 */
  }
}

/* =============================================================================
  point01: ライト/プレミアムのカード高さをPCで統一
============================================================================= */
@media screen and (min-width: 768px) {
  .point01-list { align-items: stretch; }
  .point01-item { display: flex; flex-direction: column; height: 100%; }
  .point01-item-head.pc-only { height: 7.5rem !important; padding: 1.375rem 0 0 !important; box-sizing: border-box; }
  .point01-item:first-child, .point01-item:last-child { margin-top: 0 !important; }
}

/* =============================================================================
  point01: プランごとにカラー差別化（全デバイス）
  - 1: ライト=ブランドブルー / 2: スタンダード=LINEグリーン / 3: プレミアム=ダークグレー
============================================================================= */
.point01-item:nth-of-type(1) .point01-item-head { background: #34B9D6 !important; }
.point01-item:nth-of-type(2) .point01-item-head { background: #06C755 !important; }
.point01-item:nth-of-type(3) .point01-item-head { background: #545257 !important; }

/* 価格・プラン名のテキストは白で統一（背景色はプランごと） */
.point01-item-head { color: #fff !important; }
.point01-item-head { position: relative; }
.point01-item-head::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #34B9D6; /* 初期値はライトと同色。下で上書き */
}
.point01-item:nth-of-type(1) .point01-item-head::after { border-top-color: #34B9D6; }
.point01-item:nth-of-type(2) .point01-item-head::after { border-top-color: #06C755; }
.point01-item:nth-of-type(3) .point01-item-head::after { border-top-color: #545257; }
.point01-item-head .point01-item-plan,
.point01-item-head .point01-item-plan .small,
.point01-item-head .point01-item-plan .big,
.point01-item-head .point01-item-price,
.point01-item-head .point01-item-price .num,
.point01-item-head .point01-item-price .mid { color: #fff !important; }

/* プレミアム(3件目)の「100」と「万円」の間隔を微調整 */
.point01-item:nth-of-type(3) .point01-item-price .num + .mid {
  margin-left: 0.24em !important;
}

/* 矢印（疑似要素）を無効化 */
.point01-item-head::after { content: none !important; }

/* =============================================================================
  price numerals: フォントをRiftに統一し、字間と変形をリセット
  - 金額の数字のみ対象（PC/SP共通）
============================================================================= */
.point01-item-price .num,
.point01-item-plan .num {
  font-family: "din-2014", sans-serif !important;
  font-weight: 600;
  font-variant-numeric: tabular-nums lining-nums;
  -webkit-font-feature-settings: "tnum" 1, "lnum" 1;
          font-feature-settings: "tnum" 1, "lnum" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em !important;
  -webkit-transform: none !important;
          transform: none !important;
}

/* 数字と単位の水平間隔を統一 */
.point01-item-price .num + .mid,
.point01-item-plan .num + .mid {
  margin-left: 0.2em !important;
}

/* ===== Override: force Case study background to white ===== */
/* 一部のインラインスタイルや別ルールと競合する可能性があるため強制上書き */
.case-study{background:#eaf6ff !important}

/* 先頭/末尾の不要な余白を排除（個別指定の上書き） */
.point01-item:first-child .point01-item-plan .num,
.point01-item:nth-of-type(2) .point01-item-plan .num,
.point01-item:last-child .point01-item-plan .num,
.point01-item:first-child .point01-item-price .num,
.point01-item:nth-of-type(2) .point01-item-price .num,
.point01-item:last-child .point01-item-price .num {
  margin: 0 !important;
  letter-spacing: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

/* =============================================================================
  Impact hero (bzlis-impact): コピー + YouTube
============================================================================= */
.bzlis-impact {
  padding: clamp(28px, 4.5vw, 80px) 0;
  background: #ffffff;
}
.bzlis-impact__inner { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.bzlis-impact__cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: clamp(12px, 1.6vw, 22px); }

/* 左側テキスト */
.storepad-text { -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; }
.storepad-text { flex: 0 1 100%; max-width: 980px; margin: 0 auto; text-align: center; }
.storepad-text .rv-badge {
  display: inline-block;
  padding: 10px 22px;
  font-weight: 900;
  font-size: clamp(13px, 1.2vw, 16px);
  color: #fff;
  background: #111;
  border-radius: 9999px;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.storepad-text h2 { font-size: clamp(20px, 2.2vw, 28px); line-height: 1.3; margin: 10px 0 14px; font-weight: 900; letter-spacing: 0; word-wrap: break-word; overflow-wrap: break-word; }
@media (min-width: 1025px) {
  .storepad-text h2 { font-size: clamp(28.8px, 3.168vw, 40.32px); }
}
.storepad-text .rv-hl { background: linear-gradient(transparent 52%, #FFE100 0); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.storepad-text .rv-cards { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 14px; margin-top: 14px; justify-content: center; }
.storepad-text .rv-card {
  -webkit-box-flex: 1; -ms-flex: 1 1 340px; flex: 1 1 340px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}
.storepad-text .rv-ul { background: linear-gradient(transparent 52%, #FFE100 0); box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* CTA（購入寄り） */
.rv-ctas { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 0.75rem; margin-top: 1.1rem; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.btn-primary {
  display: inline-block; text-decoration: none; color: #000; background: #FFE100; font-weight: 900;
  padding: 0.9rem 1.25rem; border-radius: 9999px; box-shadow: 0 10px 24px rgba(255, 225, 0, 0.4);
  transition: transform .08s ease, box-shadow .2s ease;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(255, 225, 0, 0.5); }
.btn-ghost {
  display: inline-block; text-decoration: none; color: #111; background: #fff; font-weight: 800; border: 1px solid rgba(0,0,0,.12);
  padding: 0.9rem 1.1rem; border-radius: 9999px; box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
}
.btn-ghost:hover { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); background: #fafafa; }

/* 安心材料 */
.rv-assures { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 0.75rem; margin-top: 0.8rem; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.rv-assures span { font-size: .92rem; font-weight: 800; color: #333; background: #fff; border: 1px dashed rgba(0,0,0,.18); border-radius: 9999px; padding: .45rem .8rem; }

/* 右側ビジュアル（動画） */
.storepad-visual { -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; }
.storepad-visual-card {
  position: relative;
  width: calc(100% - 48px);
  height: 0;
  padding-bottom: 56.25%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
.storepad-visual-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 16px; }

/* ド派手レイアウト改: 2カラム復帰（左=現在の装飾のまま、右=動画表示） */
@media (min-width: 961px){
  .bzlis-impact__cols{justify-content:space-between}
  .bzlis-impact .storepad-text{flex:0 1 50%;max-width:none;margin:0;text-align:center}
  .bzlis-impact .storepad-visual{display:block;flex:0 1 50%}
}

/* PCでは適切な固定幅に収める */
@media (min-width: 1280px){
  .bzlis-impact__inner{max-width:1240px;padding:0 20px}
  .bzlis-impact__cols{gap:28px}
  .bzlis-impact .storepad-text{flex:0 1 50%}
  .bzlis-impact .storepad-visual{flex:0 1 50%}
}

/* レスポンシブ */
@media (max-width: 960px) {
  .bzlis-impact__cols { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; align-items: stretch; }
  /* .storepad-visual { order: -1; } */
}
@media screen and (max-width: 767px) {
  .storepad-text .rv-card { border-radius: 12px; padding: 0.85rem 1rem; }
  .btn-primary, .btn-ghost { width: 100%; text-align: center; }
}

/* ====== 「圧倒的集客力」ブロック（動画＋テキスト） 実装仕様 ====== */

/* 基本スタイル */
.bzlis-impact {
  padding: 56px 0;
  background: #ffffff;
}

.bzlis-impact__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.bzlis-impact__cols {
  display: flex;
  gap: 28px;
  align-items: center;
}

.bzlis-impact h2 {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
  color: #111;
  margin-bottom: 22px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bzlis-impact .rv-badge {
  display: inline-block;
  background: #111;
  color: #fff;
  font-weight: 900;
  padding: 10px 20px;
  border-radius: 999px;
  margin: 0 auto 14px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.08);
}

.bzlis-impact .storepad-text {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bzlis-impact .rv-cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.bzlis-impact .rv-card {
  flex: 1 1 320px;
  max-width: 360px;
  background: #f7f7f7;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  border: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bzlis-impact .rv-card div {
  color: #111;
}

.bzlis-impact .storepad-visual {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bzlis-impact .storepad-visual-card {
  position: relative;
  width: calc(100% - 48px);
  max-width: calc(100% - 48px);
  height: 0;
  padding-bottom: 56.25%;
  aspect-ratio: 16 / 9;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.06);
  overflow: hidden;
  margin: 0 auto;
}

.bzlis-impact .storepad-visual-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.bzlis-impact .rv-hl {
  background: #ffe200;
  color: #111;
  padding: 0 10px;
  border-radius: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.bzlis-impact .rv-ul {
  display: inline-block;
  background-image: linear-gradient(#ffe200, #ffe200);
  background-position: 0 95%;
  background-size: 100% 0.38em;
  padding-bottom: 2px;
}

/* PC（1025px以上） */
@media (min-width: 1025px) {
  .bzlis-impact h2 {
    font-size: clamp(31.68px, 3.456vw, 46.08px);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .bzlis-impact .rv-cards {
    flex-wrap: nowrap;
  }
  
  .bzlis-impact .rv-card {
    flex: 0 1 calc(50% - 9px);
    max-width: calc(50% - 9px);
  }
}

/* PC拡大（1200px以上） */
@media (min-width: 1200px) {
  .bzlis-impact__inner {
    max-width: 1280px;
  }
  
  .bzlis-impact .storepad-text {
    flex: 1 1 50%;
  }
  
  .bzlis-impact .storepad-visual {
    flex: 1 1 50%;
  }
  
  .bzlis-impact .storepad-visual-card {
    max-width: none;
    width: 100%;
  }
  
  .bzlis-impact h2 {
    font-size: clamp(34.56px, 3.744vw, 51.84px);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .bzlis-impact .rv-badge {
    font-size: 1.3rem;
    padding: 12px 24px;
  }
  
  .bzlis-impact .rv-card {
    padding: 24px 28px;
  }
  
  .bzlis-impact .rv-card > div:first-child {
    font-size: 1.3rem;
  }
  
  .bzlis-impact .rv-card > div:last-child {
    font-size: 2.2rem;
  }
}

/* 大画面（1440px以上） */
@media (min-width: 1440px) {
  .bzlis-impact__inner {
    max-width: 1360px;
  }
  
  .bzlis-impact h2 {
    font-size: clamp(37.44px, 4.032vw, 54.72px);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .bzlis-impact .rv-card > div:last-child {
    font-size: 2.4rem;
  }
}

/* タブレット（1024px以下） */
@media (max-width: 1024px) {
  .bzlis-impact {
    padding: 44px 0;
  }
  
  .bzlis-impact__cols {
    flex-direction: column;
    gap: 24px;
  }
  
  .bzlis-impact h2 {
    font-size: clamp(18px, 2vw, 24px);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* スマホ（767px以下） */
@media (max-width: 767px) {
  .bzlis-impact {
    padding: 16px 0 20px;
  }
  
  .bzlis-impact__inner {
    padding: 0;
  }
  
  .bzlis-impact__cols {
    gap: 12px;
  }
  
  .bzlis-impact .storepad-visual {
    flex: 0 0 auto;
    width: 100%;
    display: block;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }
  
  .bzlis-impact h2 {
    font-size: clamp(24px, 5vw, 28px) !important;
    margin-bottom: 12px;
    padding: 0 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .bzlis-impact .rv-badge {
    font-size: clamp(16px, 4vw, 20px) !important;
    padding: 8px 16px;
  }
  
  .bzlis-impact .rv-cards {
    gap: 12px;
    padding: 0 20px; /* 左右マージンを開ける（12pxから20pxに変更） */
  }
  
  .bzlis-impact .rv-card {
    flex: 1 1 100%;
    max-width: none;
    padding: 14px 16px;
  }
  
  /* カード内のテキストサイズを大きく */
  .bzlis-impact .rv-card > div:first-child {
    font-size: clamp(18px, 4.5vw, 22px) !important;
  }
  
  .bzlis-impact .rv-card > div:last-child {
    font-size: clamp(26px, 6vw, 32px) !important;
  }
  
  .bzlis-impact .storepad-visual-card {
    max-width: calc(100% - 48px);
    width: calc(100% - 48px);
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
  }
  
  .bzlis-impact .storepad-visual-card iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
    z-index: 1;
    border: 0;
    border-radius: 12px;
  }
}

/* ============================================================================
  新しい料金プランセクション（ワンプラン + オプション形式）
============================================================================ */

/* セクションタイトル・リード文 */
.price-heading {
  text-align: center;
  padding: 4rem 0 2rem;
}

.price-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 1.5rem;
}

.price-lead {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* メインプラン（基本料金エリア） */
.point01-content02 .price-main-plan {
  max-width: 900px;
  margin: 0 auto 4rem;
  text-align: center;
}

.price-plan-title {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #34B9D6;
  margin: 0 0 2rem;
  display: inline-block;
  padding: 0.75rem 2rem;
  background: rgba(52, 185, 214, 0.1);
  border: 2px solid #34B9D6;
  border-radius: 50px;
  text-transform: uppercase;
}

.price-plan-desc {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #333;
  margin: 0 0 3.5rem;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.price-plan-desc-main {
  font-size: 2.25rem;
  font-weight: bold;
  color: #34B9D6;
  display: block;
  margin-bottom: 0.75rem;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 0.5rem;
}

.price-plan-desc-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #34B9D6, transparent);
}

.price-plan-desc-sub {
  font-size: 1.5rem;
  color: #555;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 0;
}

.price-main-box {
  background: linear-gradient(135deg, #34B9D6 0%, #2a9bc4 50%, #1e8bb0 100%);
  border-radius: 20px;
  padding: 4rem 3rem;
  box-shadow: 0 12px 40px rgba(52, 185, 214, 0.35), 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 0 3.5rem;
  position: relative;
  overflow: hidden;
}

.price-main-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.price-label {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.price-main-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  position: relative;
  z-index: 1;
}

.price-main-price .num {
  font-size: 7rem;
  font-weight: 900;
  color: #fff;
  font-family: 'DIN 2014', 'Century Gothic', sans-serif;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.02em;
}

.price-main-price .unit {
  font-size: 1.875rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  margin-left: 0.5rem;
  letter-spacing: 0.02em;
}

.price-main-price .tilde {
  font-size: 2.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  margin-left: 0.75rem;
  opacity: 0.95;
  vertical-align: baseline;
}

.price-includes {
  background: linear-gradient(to bottom, #ffffff 0%, #f8fcff 100%);
  border: 2px solid #34B9D6;
  border-radius: 16px;
  padding: 3rem 2.5rem;
  text-align: left;
  box-shadow: 0 4px 16px rgba(52, 185, 214, 0.1);
}

.price-includes-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #34B9D6;
  margin: 0 0 1.5rem;
  text-align: center;
}

.price-includes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-includes-list li {
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #333;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0f0f5;
}

.price-includes-list li:last-child {
  border-bottom: none;
}

/* オプションエリア */
.point01-content02 .price-option-area {
  max-width: 900px;
  margin: 0 auto 4rem;
  text-align: center;
  padding: 3rem 2rem;
  background: #fafbfc;
  border-radius: 16px;
  border: 2px dashed #d1e7f0;
}

.price-option-icon {
  font-size: 4rem;
  font-weight: bold;
  color: #34B9D6;
  margin: 0 0 1rem;
  line-height: 1;
}

.price-option-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 0.5rem;
}

.price-option-subtitle {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #666;
  margin: 0 0 2.5rem;
}

.price-option-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  text-align: left;
}

.price-option-item {
  background: #fff;
  border: 2px solid #e0f0f5;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.price-option-item:hover {
  border-color: #34B9D6;
  box-shadow: 0 4px 16px rgba(52, 185, 214, 0.2);
  transform: translateY(-2px);
}

.price-option-item-title {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 0.5rem;
}

.price-option-item-desc {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.price-option-note {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #999;
  margin: 2rem 0 0;
  text-align: center;
}

/* 安さの理由エリア */
.point01-content02 .price-reason-area {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: #fff;
  border: 2px solid #e0f0f5;
  border-radius: 16px;
}

.price-reason-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  margin: 0 0 3rem;
}

.price-reason-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.price-reason-item {
  background: #f8fcff;
  border: 1px solid #e0f0f5;
  border-radius: 8px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.price-reason-item:hover {
  border-color: #34B9D6;
  box-shadow: 0 2px 8px rgba(52, 185, 214, 0.1);
}

.price-reason-number {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #34B9D6;
  margin: 0 0 1rem;
  display: inline-block;
}

.price-reason-item-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.price-reason-item-desc {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .price-heading {
    padding: 2rem 1rem 1rem;
  }

  .price-title {
    font-size: 2rem;
  }

  .price-lead {
    font-size: 1.25rem;
  }

  .price-main-plan {
    margin: 0 auto 3rem;
    padding: 0 1rem;
  }

  .price-plan-title {
    font-size: 2rem;
    padding: 0.75rem 1.75rem;
    margin: 0 0 1.5rem;
  }

  .price-plan-desc {
    font-size: 2rem;
    margin: 0 0 2.5rem;
    padding: 0 1rem;
  }

  .price-plan-desc-main {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    margin-right: 0;
    padding-bottom: 0.5rem;
    display: block;
  }

  .price-plan-desc-main::after {
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }

  .price-plan-desc-sub {
    font-size: 2rem;
    margin-top: 0.5rem;
    display: block;
  }

  .price-main-box {
    padding: 3rem 2rem;
    margin: 0 0 2.5rem;
    border-radius: 16px;
  }

  .price-label {
    font-size: 1.875rem;
    margin: 0 0 1.25rem;
  }

  .price-main-price {
    gap: 0.5rem;
  }

  .price-main-price .num {
    font-size: 6rem;
  }

  .price-main-price .unit {
    font-size: 2.25rem;
  }

  .price-main-price .tilde {
    font-size: 2.5rem;
  }

  .price-includes {
    padding: 2rem 1.5rem;
  }

  .price-includes-title {
    font-size: 2rem;
  }

  .price-includes-list li {
    font-size: 1.75rem;
  }

  .price-option-area {
    padding: 2rem 1rem;
    margin: 0 auto 3rem;
  }

  .price-option-icon {
    font-size: 3.5rem;
  }

  .price-option-title {
    font-size: 2.25rem;
  }

  .price-option-subtitle {
    font-size: 1.75rem;
    margin: 0 0 2rem;
  }

  .price-option-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .price-option-item {
    padding: 1.5rem;
  }

  .price-option-item-title {
    font-size: 2rem;
  }

  .price-option-item-desc {
    font-size: 1.5rem;
  }

  .price-option-note {
    font-size: 1.5rem;
  }

  .price-reason-area {
    padding: 2rem 1rem;
  }

  .price-reason-title {
    font-size: 2.25rem;
    margin: 0 0 2rem;
  }

  .price-reason-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .price-reason-item {
    padding: 1.75rem;
  }

  .price-reason-number {
    font-size: 1.75rem;
  }

  .price-reason-item-title {
    font-size: 2rem;
  }

  .price-reason-item-desc {
    font-size: 1.75rem;
  }
}
