@charset "UTF-8";
/* -----------------------------
   Reset + Base
------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

html {
  scrollbar-gutter: stable;
}

html, body {
  overflow-x: clip;
}

/* -----------------------------
   MV
------------------------------ */
.p-mv {
  background-color: #fff;
  position: relative;
  margin-top: 120px;
  padding-bottom: 7vw;
  /* ---- Main Copy ---- */
  /* ---- Label ---- */
  /* ---- Text Block ---- */
}
@media (max-width: 767px) {
  .p-mv {
    margin-top: 50px;
    background: url(/kenko-keiei/_assets/img/bgmv_sp.png);
    background-size: cover;
  }
}
.p-mv .p-mv_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-mv .p-mv_bg {
    display: none !important;
  }
}
.p-mv .p-mv__inner {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-left: 2vw;
  padding-top: 2vw;
}
@media (max-width: 767px) {
  .p-mv .p-mv__inner {
    padding-left: 0;
    padding-top: 0;
  }
}
.p-mv .mainCopy {
  margin-top: 0;
  width: 55%;
  margin-bottom: 0.8vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-mv .mainCopy {
    width: 100%;
    background: url(/kenko-keiei/_assets/img/bg_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5vw 0;
  }
}
.p-mv .mainCopy img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-mv .mainCopy img.txt {
    content: url("/kenko-keiei/_assets/img/mv-copy_sp.png");
    width: 53%;
    margin: 0 auto;
  }
}
.p-mv .label {
  width: 40%;
  padding-left: 2vw;
  margin-bottom: 0.8vw;
}
@media (max-width: 767px) {
  .p-mv .label {
    width: 90%;
    margin: 0 auto 5vw;
  }
}
.p-mv .label img {
  width: 100%;
  height: auto;
}
.p-mv .textBlock {
  padding-left: 2vw;
}
@media (max-width: 767px) {
  .p-mv .textBlock {
    display: flex;
    justify-content: center;
  }
}
.p-mv .textBlock .list {
  display: inline-block;
}
.p-mv .textBlock .list li {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1.6vw;
  border-bottom: solid 1px #C1AB82;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .p-mv .textBlock .list li {
    font-size: 1.8rem;
  }
}
.p-mv .textBlock .list li span {
  display: block;
  font-size: 1.2vw;
}
@media (max-width: 767px) {
  .p-mv .textBlock .list li span {
    font-size: 1.3rem;
  }
}

/* ---- Form ---- */
.formBody {
  position: absolute;
  z-index: 2;
  top: 3vw;
  right: 0;
}
@media (max-width: 767px) {
  .formBody {
    position: relative;
    width: 90%;
    margin: 5vw auto 0;
  }
}

.mv_chu {
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .mv_chu .chuList {
    position: absolute;
    top: -5rem;
    left: 0.5vw;
  }
}
@media (max-width: 767px) {
  .mv_chu .chuList {
    padding: 5px 10px 0;
  }
}

/* -----------------------------
   Senses Form Wrapper
------------------------------ */
#senses-webform-X0xeBuZMBoDG {
  background: linear-gradient(135deg, #dae2eb 0%, #8aa7c3 100%);
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
}
@media (min-width: 768px) {
  #senses-webform-X0xeBuZMBoDG {
    width: 25vw;
    border-radius: 5px 0 0 5px;
    filter: drop-shadow(0 0 50px rgba(18, 22, 36, 0.84));
  }
}
#senses-webform-X0xeBuZMBoDG iframe {
  width: 100%;
  border: 0;
  display: block;
}
@media (min-width: 768px) {
  #senses-webform-X0xeBuZMBoDG iframe {
    height: 40vw !important;
  }
}

/* -----------------------------
   Logos Slider
------------------------------ */
.p-logos {
  background-color: #fff;
  padding: 40px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-logos {
    padding: 20px 0;
  }
}
.p-logos__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.p-logos__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 24px;
}
.p-logos__item img {
  height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  .p-logos__item {
    height: 48px;
    padding: 0 16px;
  }
  .p-logos__item img {
    height: 32px;
  }
}

/* ------------------------------------
   MV テキスト / フォームのアニメ初期状態（最終定義）
------------------------------------ */
.mainCopy,
.label,
.textBlock {
  opacity: 0;
  transform: translateY(20px) !important;
  transition: opacity 0.8s ease, transform 0.8s ease;
  position: relative;
  z-index: 5;
}

.formBody {
  opacity: 0;
  transform: translateX(40px) !important;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 10;
}

/* 表示時 */
.mainCopy.is-show,
.label.is-show,
.textBlock.is-show {
  opacity: 1;
  transform: translateY(0) !important;
}

.formBody.is-show {
  opacity: 1;
  transform: translateX(0) !important;
}

/* -----------------------------
   LOADING
------------------------------ */
.c-loading {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.c-loading.is-hide {
  opacity: 0;
  pointer-events: none;
}

.c-loading__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ddd;
  border-top-color: #01295A;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.p-seminar {
  padding: 70px 5vw;
  box-sizing: border-box;
  background: url(/kenko-keiei/_assets/img/sem_siryo_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-seminar {
    padding: 30px 5vw;
  }
}

/* ------- Seminar List ------- */
.seminar {
  padding: 0 0;
}
@media (max-width: 767px) {
  .seminar {
    padding: 24px 0;
  }
}
.seminar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .seminar__list {
    gap: 16px;
  }
}
.seminar__item {
  flex: 1 1 calc(25% - 24px);
}
@media (max-width: 767px) {
  .seminar__item {
    flex: 1 1 calc(50% - 16px);
  }
}

/* ---- Card ---- */
.card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-4px);
}
.card__thumb {
  overflow: hidden;
  margin-bottom: 8px;
}
.card__thumb img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}
.card:hover .card__thumb img {
  transform: scale(1.05);
}
.card__title {
  font-weight: 700;
  line-height: 1.5;
  font-size: clamp(1.3rem, 1.2rem + 0.2vw, 1.4rem);
  transition: color 0.3s ease;
}
.card:hover .card__title {
  color: #AF924F;
}

/* SP時だけ改行させる用 */
.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

/* -----------------------------
   Advantage
------------------------------ */
.adv {
  background: url(/kenko-keiei/_assets/img/advantage_bg.png) left top/contain no-repeat, linear-gradient(135deg, #2F5494 0%, #12204B 40%, #0D243C 100%);
  color: #fff;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .adv {
    padding: 30px 0;
  }
}
.adv__inner {
  max-width: 90vw;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .adv__inner {
    padding: 0;
  }
}

/* セクションタイトル調整（既存 c-secTitle の上書き） */
.adv-title {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .adv-title {
    margin-bottom: 40px;
  }
}

/* 01 / 02 / 03 共通ブロック */
.adv-block {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .adv-block {
    padding: 32px 0;
  }
}

.adv-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .adv-head {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* 01のみバッジを横に並べたいので少し余白を追加 */
.adv-block--01 {
  display: flex;
  gap: 2vw;
}
@media (max-width: 1024px) {
  .adv-block--01 {
    flex-direction: column;
  }
}
.adv-block--01 .adv-head {
  margin-bottom: 40px;
  width: 30%;
}
@media (max-width: 1024px) {
  .adv-block--01 .adv-head {
    margin-bottom: 24px;
    width: 100%;
  }
}

/* 番号 + Strength */
.adv-numBox {
  text-align: left;
}
@media (max-width: 767px) {
  .adv-numBox {
    text-align: left;
  }
}

.adv-num {
  display: block;
  font-size: 6rem;
  line-height: 1;
  color: #C1AB82;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-weight: 300;
}

.adv-tag {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6rem;
  color: #C1AB82;
  margin-top: 4px;
}

/* 見出し */
.adv-main {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .adv-main {
    text-align: center;
    margin: 0;
    font-size: 1.8rem;
  }
}

/* 本文 */
.adv-body {
  max-width: 880px;
}
@media (max-width: 767px) {
  .adv-body {
    margin-left: 0;
  }
}

.adv-text {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 0;
}

/* 区切り線 */
.adv-line {
  border-bottom: 1px solid #C1AB82;
}

/* バッジ3つ横並び（PC）／縦積み（SP） */
.adv-badges {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
  width: 70%;
}
@media (max-width: 1024px) {
  .adv-badges {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .adv-badges {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
}

.adv-badge {
  flex: 1 1 0;
  text-align: center;
}
@media (max-width: 767px) {
  .adv-badge {
    text-align: left;
  }
}
.adv-badge__img {
  margin-bottom: 16px;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .adv-badge__img {
    max-width: 240px;
  }
}
.adv-badge__img img {
  width: 100%;
  height: auto;
}
.adv-badge__lead {
  font-size: 1.4rem;
  margin-bottom: 8px;
  text-align: left;
}
.adv-badge__lead span {
  color: #C1AB82;
  font-size: 1.6rem;
  font-weight: 700;
}
.adv-badge__lead sup {
  vertical-align: text-top;
}
.adv-badge__text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

/* 脚注用（必要なら） */
.adv-note {
  font-size: 1.2rem;
  line-height: 1.8;
  opacity: 1;
  margin-bottom: 0;
  text-align: right;
  text-indent: -1.7em;
  padding-left: 1.7em;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .adv-note {
    text-align: left;
  }
}

.blk_2_3 {
  display: flex;
  gap: 3vw;
}
@media (max-width: 767px) {
  .blk_2_3 {
    flex-direction: column;
  }
}

.tit_btn_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .tit_btn_set {
    display: block;
  }
  .tit_btn_set .c-secTitle {
    margin-bottom: 0;
  }
  .tit_btn_set .btn01 {
    display: flex;
    margin-top: 0;
    justify-content: flex-end;
  }
}

.nayami .sec01 {
  background: #EDE7DE;
  position: relative;
  padding-bottom: 10vw;
}
.nayami .sec01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1400/135;
  background: url(/kenko-keiei/_assets/img/nayami_arrow.png) no-repeat center/contain;
}
.nayami .sec01 .sec_inner {
  padding: 70px 5vw 2vw;
}
@media (max-width: 767px) {
  .nayami .sec01 .sec_inner {
    padding: 30px 5vw 10px;
  }
}
.nayami .sec01 .nayami_tit {
  margin: 0;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3vw;
}
@media (max-width: 767px) {
  .nayami .sec01 .nayami_tit {
    font-size: 2rem;
  }
}
.nayami .sec01 .lead {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4vw;
}
@media (max-width: 767px) {
  .nayami .sec01 .lead {
    font-size: 1.3rem;
    text-align: left;
  }
}
.nayami .sec01 .nayami_list {
  display: flex;
  gap: 1.5vw;
  width: 100%;
  margin-top: 3vw;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .nayami .sec01 .nayami_list {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
  }
}
.nayami .sec01 .nayami_list li {
  position: relative;
  padding: 2vw 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  background: linear-gradient(#fff 0%, #ededed 100%);
  border: 3px solid #fff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
}
@media (max-width: 767px) {
  .nayami .sec01 .nayami_list li {
    width: 45%;
  }
}
.nayami .sec01 .nayami_list li .check {
  position: absolute;
  width: 3vw;
  top: -1vw;
  right: -1vw;
}
@media (max-width: 767px) {
  .nayami .sec01 .nayami_list li .check {
    width: 6vw;
    top: -3.5vw;
    right: -2.5vw;
  }
}
.nayami .sec01 .nayami_list li .check img {
  width: 100%;
  height: auto;
}
.nayami .sec01 .nayami_list li .ico {
  margin-bottom: 10px;
}
.nayami .sec01 .nayami_list li p {
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .nayami .sec01 .nayami_list li p {
    font-size: 1.3rem;
  }
}
.nayami .sec02 {
  background: linear-gradient(#fff 0%, #ece6de 100%);
}
.nayami .sec02 .inner {
  box-sizing: border-box;
  padding: 0 5vw;
}
@media (max-width: 767px) {
  .nayami .sec02 .inner {
    padding: 15px 5vw 0;
  }
}
.nayami .sec02 .inner .lead {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.nayami .sec02 .inner .lead span {
  color: #AF924F;
  font-size: 3rem;
}
.nayami .sec02 .inner .img_responsive {
  max-width: 1000px;
  margin: 3vw auto 0;
}

.plan {
  position: relative;
  background: url(/kenko-keiei/_assets/img/plan_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  background-color: #fff;
  padding-top: 40px;
}
.plan .inner {
  padding: 0 5vw 2vw;
}
@media (max-width: 767px) {
  .plan .inner {
    padding: 0 5vw 10px;
  }
}
.plan .sem_list {
  margin-bottom: 3vw;
  /* -----------------------------
    Plan Title
  ------------------------------ */
}
@media (max-width: 767px) {
  .plan .sem_list {
    margin-bottom: 20px;
  }
}
.plan .sem_list:last-child {
  margin-bottom: 0;
}
.plan .sem_list > .sem_cont {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .plan .sem_list > .sem_cont {
    border-radius: 10px;
  }
}
.plan .sem_list .planHead {
  width: 100%;
  margin: 0 auto 3vw;
  padding: 18px 40px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(#1a366e 0%, #050b1f 100%);
  color: #fff;
}
.plan .sem_list .planHead__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.plan .sem_list .planHead__en {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.plan .sem_list .planHead__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #122341;
  font-size: 1.4rem;
  font-weight: 700;
}
.plan .sem_list .planHead__ja {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .plan .sem_list .planHead {
    margin-bottom: 24px;
    padding: 12px 16px;
    border-radius: 10px 10px 0 0;
  }
  .plan .sem_list .planHead__inner {
    gap: 8px;
  }
  .plan .sem_list .planHead__en {
    font-size: 1.2rem;
  }
  .plan .sem_list .planHead__num {
    width: 22px;
    height: 22px;
    font-size: 1.2rem;
  }
  .plan .sem_list .planHead__ja {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.plan .sem_list .sem_in {
  padding: 0 5vw 5vw;
}

/* 上に乗せる三角形 */
.plan::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 40px solid #eee6dd;
}

/* -----------------------------
   Plan Feature block
------------------------------ */
.planFeat {
  padding: 0;
}
@media (max-width: 767px) {
  .planFeat {
    padding: 0 0;
  }
}

.planFeat__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 6vw;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .planFeat__inner {
    flex-direction: column;
    gap: 32px;
    padding: 0 0;
  }
}

.planFeat__col {
  flex: 1 1 0;
}

/* 見出し（アイコン + タイトル） */
.planData {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.planData__icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

/* アイコン差し替え */
.planData--star .planData__icon {
  background-image: url("/kenko-keiei/_assets/img/star.svg");
}

.planData--kitai .planData__icon {
  background-image: url("/kenko-keiei/_assets/img/kitai.svg");
}

.planData__ttl {
  display: inline-block;
}

.planFeat__lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 12px;
}

.planFeat__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .planFeat__inner {
    flex-direction: column;
    gap: 15px;
  }
}

.planFeat__col {
  flex: 1 1 0;
}

/* ★ 真ん中の破線 */
.planFeat__line {
  flex: 0 0 auto;
  align-self: stretch;
  border-left: 1px dashed #b5b5b5;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .planFeat__line {
    width: 100%;
    border-left: none;
    border-top: 1px dashed #b5b5b5;
    margin: 8px 0 0;
  }
}

/* -----------------------------
   汎用リスト
------------------------------ */
/* 番号付きリスト（1. 2. 3. …） */
.listNum {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num;
  font-size: 1.4rem;
  line-height: 1.8;
}

.listNum li {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.listNum li:last-child {
  margin-bottom: 0;
}

.listNum li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #AF924F;
}

/* ● の箇条書きリスト */
.listDot {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.8;
}

.listDot li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.listDot li:last-child {
  margin-bottom: 0;
}

.listDot li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #AF924F;
  transform: translateY(-50%);
}

/* =============================
   Flow
============================= */
.flow {
  background: #F4F4F4;
  padding: 3vw;
  position: relative;
  margin-top: 5vw;
  margin-bottom: calc(34px + 2vw);
}
.flow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: 106px;
  height: 34px;
  background: url("/kenko-keiei/_assets/img/flow_wrap_arrow.svg") no-repeat center/contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow {
    background: #fff;
    margin-top: 30px;
    padding: 0;
  }
  .flow::after {
    bottom: -34px;
  }
}

.flow__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.flow__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 48px;
}
.flow__title::before, .flow__title::after {
  content: "—";
  color: #AF924F;
  margin: 0 12px;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

/* =========================================================
   Flow style01（既存） … ここはそのまま
   ====================================================== */
/* ===== リスト ===== */
.flow__list {
  display: flex;
  gap: 0;
}
@media (max-width: 767px) {
  .flow__list {
    flex-direction: column;
    gap: 0;
  }
}

/* ===== 各ステップ ===== */
.flow-item {
  background: #fff;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
  flex: 1;
}
.flow-item .flow_txt {
  padding: 16px;
}

/* Step帯 */
.flow-step {
  background: linear-gradient(180deg, #0b2d55 0%, #001931 100%);
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  padding: 14px 0;
  line-height: 1;
  font-size: 2rem;
  font-style: italic;
  position: relative;
}
@media (max-width: 767px) {
  .flow-step {
    font-size: 1.6rem;
  }
}

.flow-step {
  position: relative;
  overflow: visible;
}

/* PC：右側に → */
.flow-step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background: url("/kenko-keiei/_assets/img/flow01_arrow.svg") no-repeat center/contain;
  z-index: 2;
}

/* SP：タイトルの上、中央に ⬇︎ */
@media (max-width: 767px) {
  .flow-step::after {
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 20px;
    height: 20px;
  }
}
/* 最後の三角は消す（SPのみ一番上だけ消す） */
.flow-item:last-child .flow-step::after {
  display: none;
}
@media (max-width: 767px) {
  .flow-item:last-child .flow-step::after {
    display: block;
  }
}

@media (max-width: 767px) {
  .flow-item:first-child .flow-step::after {
    display: none;
  }
}

/* 見出し */
.flow-head {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .flow-head {
    font-size: 1.6rem;
  }
}

/* 画像 */
.flow-img {
  padding: 0 16px;
}
.flow-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================================
   Flow style02（今回追加分）
   ====================================================== */
.flow--style02 .flow__title {
  text-align: center;
  margin-bottom: 40px;
}

/* 全体ラッパー */
.flow02 {
  max-width: 1080px;
  margin: 0 auto;
}

/* 1行（PC は 2カード＋矢印） */
.flow02-row {
  position: relative;
  display: flex;
  column-gap: 32px;
  margin-bottom: 32px;
}
.flow02-row.rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .flow02-row.rev {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .flow02-row {
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 0;
  }
}

/* カード本体 */
.flow02-card {
  position: relative;
  flex: 1;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* 斜めのネイビー帯 */
.flow02-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #12182A 0%, #263E72 20%, #ffffff 20%);
  z-index: 0;
}
@media (max-width: 767px) {
  .flow02-card::before {
    background: linear-gradient(135deg, #12182A 0%, #263E72 15%, #ffffff 15%);
  }
}

/* 大きな番号 */
.flow02-num {
  position: absolute;
  top: -3rem;
  left: 16px;
  font-size: 6.4rem;
  line-height: 1;
  color: #AF924F;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow02-num {
    font-size: 5rem;
    top: 0.5rem;
    left: 0.5rem;
  }
}

/* 中身 */
.flow02-content {
  position: relative;
  z-index: 1;
  padding: 3vw 2vw;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .flow02-content {
    gap: 0;
    flex-direction: column;
    padding: 30px 20px 30px;
  }
}
.flow02-content .ico_txt {
  width: 66%;
  text-align: left;
}
@media (max-width: 767px) {
  .flow02-content .ico_txt {
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }
}

/* 円形アイコン */
.flow02-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 50%;
  border: 3px solid #c9a86b;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.flow02-icon img {
  max-width: 70%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .flow02-icon {
    width: 80px;
    height: 80px;
  }
}

/* タイトル / テキスト */
.flow02-head {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  margin: 0;
}
@media (max-width: 767px) {
  .flow02-head {
    font-size: 1.6rem;
  }
}

.flow02-text {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: left;
}

/* 矢印共通 */
.flow02-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  pointer-events: none;
  z-index: 5;
}
.flow02-arrow img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .flow02-arrow {
    position: static;
    transform: none;
    margin: -16px auto;
  }
}

/* 1段目と2段目の間の ↓ 矢印 */
/* 段と段の間の ↓ 矢印（PC：右カラムの中央 / SP：従来どおり） */
.flow02-arrow--down {
  position: absolute;
  top: 48%;
  left: 74%;
  transform: translateX(-50%);
  width: 40px;
  z-index: 5;
}
.flow02-arrow--down img {
  transform: none;
}
@media (max-width: 767px) {
  .flow02-arrow--down {
    /* SP では各カードの間に自然に挟まるよう、元の挙動に戻す */
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: -16px auto;
  }
}

/* PC：左右の矢印は横向きに（画像はデフォルトで下向き） */
.flow02-arrow--right img {
  transform: rotate(-90deg);
}

.flow02-arrow--left img {
  transform: rotate(90deg);
}

/* SP：全て下向きにする */
@media (max-width: 767px) {
  .flow02-arrow--right img {
    transform: none;
  }
  .flow02-arrow--left img {
    transform: none;
  }
}
/* =========================================
   Flow 03（STEPフロー）
   ========================================= */
/* 全体ラッパー */
.flow03 {
  width: 100%;
}

/* 各ステップ行 --------------------------------------- */
.flow03-item {
  background: #fff;
  display: flex;
  align-items: stretch;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .flow03-item {
    /* SP でも「Step 左＋本文右」の横並びにする */
    flex-direction: row;
  }
}

/* 右側の本文ラッパー */
.flow03-body, .flow03-content {
  flex: 1;
  width: 100%;
  padding: 32px 28px;
}
@media (max-width: 767px) {
  .flow03-body, .flow03-content {
    padding: 20px 16px;
  }
}

.flow03-stepEn {
  line-height: 1.2;
}

/* 既存 .flow03-content を使っている箇所も拾う用 */
/* 見出し・本文 */
.flow03-head,
.flow03-title {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .flow03-head,
  .flow03-title {
    font-size: 1.6rem;
  }
}

.flow03-text {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0;
}

/* 左の Step 帯 --------------------------------------- */
.flow03-step {
  position: relative;
  width: 200px;
  min-width: 200px;
  background: linear-gradient(180deg, #0f3765 0%, #001931 100%);
  color: #fff;
  padding: 32px 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .flow03-step {
    width: 60px;
    min-width: 60px;
    padding: 20px 8px;
    font-size: 1.6rem;
  }
}

/* ▼ ブロック幅に合わせた下向き三角形（次の STEP の上にかぶさる） */
.flow03-step::after {
  content: "";
  position: absolute;
  bottom: -20px; /* 下に少しはみ出させる */
  left: 0;
  width: 100%; /* 帯の横幅ぴったり */
  height: 20px; /* 三角の高さ */
  z-index: 30;
  background: #001931;
  clip-path: polygon(50% 100%, 0 0, 100% 0); /* 下向き三角形 */
}
@media (max-width: 767px) {
  .flow03-step::after {
    bottom: -15px;
    height: 16px;
  }
}

/* 最後の Step だけ三角を消す */
.flow03-item:last-child .flow03-step::after {
  display: none;
}

.step06 {
  position: relative;
}
.step06 .flow03-repeat {
  position: absolute;
  width: 30px;
  top: -32%;
  right: -17px;
}
@media (max-width: 767px) {
  .step06 .flow03-repeat {
    width: 25px;
    top: -32%;
    right: -10px;
  }
}
.step06 .flow03-repeat img {
  width: 100%;
  height: auto;
}

/* 汎用箇条書き（既存流用想定） */
.u-list {
  padding: 16px 24px 32px;
}
.u-list li {
  font-size: 1.4rem;
  line-height: 1.7;
}
.u-list li::marker {
  color: #AF924F;
}

/* -----------------------------
   Case block : ご納品物 + 導入の効果
------------------------------ */
.caseBlock {
  padding: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .caseBlock {
    padding: 0;
  }
}
.caseBlock__head {
  text-align: center;
}
.caseBlock__head--mt {
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .caseBlock__head--mt {
    margin-top: 20px;
  }
}

/* 共通タイトル */
.caseTitle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 2rem;
  font-weight: 700;
  color: #050b1f;
  margin: 0 0 2vw;
}
@media (max-width: 767px) {
  .caseTitle {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.caseTitle__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.caseTitle__icon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.caseTitle__text {
  letter-spacing: 0.08em;
}

/* ご納品物 */
.deliverList {
  max-width: 1080px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .deliverList {
    margin-top: 0;
    gap: 24px;
  }
}
.deliverList--single {
  justify-content: center;
}
.deliverList--single .deliverCard {
  max-width: 480px;
  width: 100%;
}

.deliverCard {
  flex: 1 1 30%;
  min-width: 260px;
  text-align: center;
}
@media (max-width: 767px) {
  .deliverCard {
    flex: 1 1 100%;
    min-width: 0;
  }
}
.deliverCard__thumb {
  margin-bottom: 12px;
}
.deliverCard__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  background: #fff;
}
.deliverCard__caption {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #050b1f;
}

/* 導入の効果 : Before / After */
.ba {
  max-width: 1080px;
  margin: 32px auto 0;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .ba {
    margin: 0;
    flex-direction: column;
    gap: 0;
  }
}
.ba__col {
  flex: 1 1 50%;
  padding: 2vw 2.5vw;
}
@media (max-width: 767px) {
  .ba__col {
    padding: 15px 20px;
  }
}
.ba__col--before {
  background: #f2f2f2;
  color: #222;
}
.ba__col--after {
  background: linear-gradient(135deg, #01326a 0%, #001931 100%);
  color: #fff;
}
.ba .ba {
  position: relative;
  display: flex;
  gap: 0;
}
@media (max-width: 767px) {
  .ba .ba {
    flex-direction: column;
  }
}
.ba .ba__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  pointer-events: none;
}
.ba .ba__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ba .ba__arrow {
    position: static;
    width: 20px;
    height: 0px;
    margin: 0px auto;
    /* margin-left: 12px; */
    translate: 20px 0;
    transform: rotate(90deg);
  }
}

/* Before / After 見出し */
.baHead {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #001931;
  position: relative;
}
.baHead--light {
  color: #fff;
}
.baHead__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.baHead__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.baHead__label {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.8rem;
  position: relative;
}
.baHead__label::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #001931;
}

.ba__col--after .baHead__label::after {
  background: #fff;
}

/* Before 側のメタ情報 */
.baMeta {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
}
.baMeta__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .baMeta__row {
    flex-direction: column;
  }
}
.baMeta__tag {
  flex: 0 0 80px;
  max-width: 80px;
  margin: 0 8px 0 0;
  padding: 2px 8px;
  background: #01295A;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .baMeta__tag {
    flex: 0;
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    display: block;
    margin: 0;
  }
}
.baMeta__text {
  margin: 0;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .baMeta__text {
    padding-left: 10px;
  }
}

/* 汎用のドットリスト（既にあれば不要） */
.c-txt {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 700;
}

.works_useful {
  background: #EAE5DB;
  box-sizing: border-box;
  padding: 5vw;
}
@media (max-width: 767px) {
  .works_useful {
    padding: 15px 5vw;
  }
}

/* =========================================
   Column Slider
   ========================================= */
@media (max-width: 767px) {
  .p-columnSlider {
    padding: 10px;
  }
}
.p-columnSlider__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-columnSlider__list {
  margin: 40px 0 0;
}
.p-columnSlider__item {
  padding: 20px;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 767px) {
  .p-columnSlider__item {
    padding: 0;
  }
}

/* カード本体 */
.p-columnCard {
  position: relative;
  background: #fff;
  padding: 24px 24px 32px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  text-align: right;
}
@media (max-width: 767px) {
  .p-columnCard {
    padding: 20px 20px 28px;
  }
}
.p-columnCard__date {
  font-size: 1.1rem;
  text-align: right;
  margin-bottom: 8px;
  color: #999;
}
.p-columnCard__thumb {
  margin-bottom: 16px;
}
.p-columnCard__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.p-columnCard__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}
.p-columnCard__text {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-columnCard__more {
  font-size: 1.2rem;
  text-align: right;
  font-weight: 700;
  color: #0054a6;
}

/* slick の矢印カスタマイズ（このセクションだけ） */
/* =========================================
   Column Slider
   ========================================= */
.p-columnSlider {
  /* slick のドット（前に作ったやつ流用） */
}
.p-columnSlider__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-columnSlider__item {
  box-sizing: border-box;
}
.p-columnSlider .slick-dots {
  margin-top: 16px;
  text-align: center;
}
.p-columnSlider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.p-columnSlider .slick-dots li button {
  width: 8px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
}
.p-columnSlider .slick-dots li.slick-active button {
  background: #AF924F;
}

/* =========================================
   Column Slider nav (prev / next / dots)
   ========================================= */
.p-columnSlider {
  /* --- 矢印（画像 arrow 使用） --- */
  /* 中の矢印画像 */
  /* next はそのまま（右向き） */
  /* SP調整 */
}
.p-columnSlider__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.p-columnSlider .slick-prev,
.p-columnSlider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #001931;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-columnSlider .slick-prev {
  left: -24px;
}
.p-columnSlider .slick-next {
  right: -24px;
}
.p-columnSlider .slick-prev::before,
.p-columnSlider .slick-next::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/kenko-keiei/_assets/img/slider_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.p-columnSlider .slick-prev::before {
  transform: rotate(180deg); /* ← 左向きに反転 */
}
@media (max-width: 767px) {
  .p-columnSlider .slick-prev,
  .p-columnSlider .slick-next {
    width: 34px;
    height: 34px;
  }
  .p-columnSlider .slick-prev::before,
  .p-columnSlider .slick-next::before {
    width: 14px;
    height: 14px;
  }
}

/* =========================================
   Column Card
   ========================================= */
.p-columnCard {
  position: relative;
  display: block;
  height: 100%;
  padding: 24px 24px 20px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  /* ▼ 右向き矢印：CSSだけで描画 */
  /* ▼ ホバー時に少し右へ動く（画像ズームと同期可） */
  /* hover 時の演出まとめ */
}
@media (max-width: 767px) {
  .p-columnCard {
    padding: 20px 20px 18px;
  }
}
.p-columnCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.12);
}
.p-columnCard__date {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 4px 10px;
  font-size: 1.1rem;
  line-height: 1;
  background: #f5f5f5;
  color: #666;
}
.p-columnCard__title {
  margin: 10px 0 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .p-columnCard__title {
    font-size: 1.5rem;
    margin: 18px 0 10px;
  }
}
.p-columnCard__thumb {
  margin: 0 0 16px;
  overflow: hidden;
}
.p-columnCard__thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.p-columnCard__text {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 0 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .p-columnCard__text {
    font-size: 1.2rem;
  }
}
.p-columnCard .p-columnCard__more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0054a6;
  margin-top: 12px;
  cursor: pointer;
  text-align: right;
  transition: 0.3s ease;
  justify-content: flex-end;
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.p-columnCard .p-columnCard__more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}
.p-columnCard .p-columnCard__more:hover {
  color: #0054a6;
}
.p-columnCard .p-columnCard__more:hover::after {
  transform: translate(4px, -50%) rotate(-45deg);
}
.p-columnCard:hover .p-columnCard__thumb img {
  transform: scale(1.06);
}
.p-columnCard:hover .p-columnCard__more::after {
  transform: translate(-50%) rotate(-45deg);
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/* ==================================================
   slick arrows（SPでも正しい位置に）
   ================================================== */
/* PC 基本設定 */
.slick-prev,
.slick-next {
  width: 36px;
  height: 36px;
  z-index: 20;
}

/* prev（左） */
.slick-prev {
  left: -10px;
  right: auto;
}

/* next（右） */
.slick-next {
  right: -10px;
  left: auto;
}

/* ----- SP（767px以下）で中央寄りにする例 ----- */
@media (max-width: 767px) {
  .slick-prev {
    left: -17px !important;
    right: auto !important;
  }
  .slick-next {
    right: -17px !important;
    left: auto !important;
  }
}
/* ==================================================
   Column Slider：カードの高さ揃え（PCのみ）
   ================================================== */
@media (min-width: 768px) {
  .p-columnSlider {
    /* スライドを横並びのフレックスにして高さを揃える */
  }
  .p-columnSlider .slick-track {
    display: flex;
    align-items: stretch;
  }
  .p-columnSlider .slick-slide {
    display: flex;
    height: auto;
  }
  .p-columnSlider__item {
    height: 100%;
    box-sizing: border-box;
  }
  .p-columnSlider .p-columnCard {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.works {
  margin-bottom: 5vw;
}
@media (max-width: 767px) {
  .works {
    margin-bottom: 30px;
  }
}

/* =========================================================
   CTA Block（無料相談・資料請求）
   ========================================================= */
.ctaBlock {
  text-align: center;
  padding: 5vw 20px 0;
  /* タイトル */
  /* 下の注釈 */
}
@media (max-width: 767px) {
  .ctaBlock {
    padding: 30px 0 0;
  }
}
.ctaBlock__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.ctaBlock__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  /* 両サイドの斜線 */
}
@media (max-width: 767px) {
  .ctaBlock__title {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
}
.ctaBlock__title::before, .ctaBlock__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 2px;
  background: #AF924F;
  transform: translateY(-50%);
}
.ctaBlock__title::before {
  left: -40px;
  transform: translateY(-50%) rotate(-130deg);
}
.ctaBlock__title::after {
  right: -40px;
  transform: translateY(-50%) rotate(130deg);
}
@media (max-width: 767px) {
  .ctaBlock__title::before {
    left: 30px;
  }
  .ctaBlock__title::after {
    right: 30px;
  }
}
.ctaBlock__note {
  margin-top: 24px;
  font-size: 1.2rem;
  color: #333;
}
@media (max-width: 767px) {
  .ctaBlock__note {
    margin-top: 20px;
    font-size: 1.1rem;
  }
}

/* =========================================================
   CTA Buttons
   ========================================================= */
.ctaBlock__btns {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .ctaBlock__btns {
    flex-direction: column;
    gap: 16px;
  }
}

/* ボタン共通 */
.ctaBtn {
  display: block;
  width: 360px;
  padding: 18px 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .ctaBtn {
    width: 100%;
    font-size: 1.6rem;
    padding: 16px 0;
  }
}
.ctaBtn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* ▼ 無料相談（ヘッダーのオレンジグラデ） */
.ctaBtn--contact {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to top right, #e34619 0%, #ff7f00 100%);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}

/* ▼ 資料請求（ヘッダー右側と同じベージュグラデ） */
.ctaBtn--request {
  background: linear-gradient(to left, #d1b879 0%, #fdf0c5 49.21%, #cfae70 100%);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
  color: #222222;
  font-weight: bold;
}

/* =========================================
   Support Block
   ========================================= */
.support {
  padding: 5vw;
}
/* 2列グリッド（SPは1列） */
.supportList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 32px;
}
@media (max-width: 767px) {
  .supportList {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* カード本体 */
.supportCard {
  position: relative;
  background: #fff;
  padding: 28px 32px 24px;
  box-shadow: 0px 0px 14px rgba(156, 177, 178, 0.16);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .supportCard {
    padding: 22px 20px 20px;
  }
}

/* ヘッダー（アイコン＋タイトル） */
.supportCard__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.supportCard__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.supportCard__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.supportCard__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.supportCard__title span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .supportCard__title {
    font-size: 1.8rem;
  }
}

/* リード・注釈 */
.supportCard__lead {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 20px 0 10px;
}
.supportCard__lead b {
  font-weight: 700;
  font-size: 1.4rem;
  color: #AF924F;
}
.supportCard__lead sup {
  vertical-align: text-top;
}

.supportCard__note {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
}
.supportCard__note li {
  padding-left: 1.3em; /* ※ 位置の基準 */
  text-indent: -1.3em; /* ※ の分だけ戻して揃える */
  margin-bottom: 4px;
}
.supportCard__note li:last-child {
  margin-bottom: 0;
}

/* 罫線 */
.supportCard__divider {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 14px;
}

/* 箇条書き（既存の .listDot を利用） */
.supportCard__list {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}
.supportCard__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.supportCard__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("/kenko-keiei/_assets/img/sup_list.svg") no-repeat center/contain;
}

.wrapper {
  position: relative;
  z-index: 0;
}

/* 画面全体に固定される背景 */
.sup_bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: block;
  background-image: url("/kenko-keiei/_assets/img/sup_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

/* =========================================
   Footer main
   ========================================= */
.l-footerMain {
  background: #fff;
  /* 上部の注意書き */
  /* ロゴ＋ボタン行 */
}
.l-footerMain__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 24px;
}
@media (max-width: 767px) {
  .l-footerMain__inner {
    padding: 24px 16px 20px;
  }
}
.l-footerMain__note {
  font-size: 1.1rem;
  color: #333;
  margin: 0 0 12px;
  text-align: right;
}
@media (max-width: 767px) {
  .l-footerMain__note {
    text-align: center;
    line-height: 1.5;
  }
}
.l-footerMain__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-footerMain__head {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* ロゴ */
.footerBrand__logo {
  max-width: 200px;
  margin: 0;
}
.footerBrand__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .footerBrand__logo img {
    margin: 0 auto;
    max-width: 220px;
  }
}

/* CTAボタン（ヘッダーと同系色） */
.footerCta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 260px;
  /* ヘッダーボタンと同じ色想定（値は必要に応じて調整） */
}
@media (max-width: 767px) {
  .footerCta {
    width: 100%;
    max-width: 320px;
  }
}
.footerCta__btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 10px;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 767px) {
  .footerCta__btn {
    font-size: 1.5rem;
  }
}
.footerCta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  opacity: 0.95;
}
.footerCta__btn--primary {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to top right, #e34619 0%, #ff7f00 100%);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}
.footerCta__btn--secondary {
  background: linear-gradient(to left, #d1b879 0%, #fdf0c5 49.21%, #cfae70 100%);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
  color: #222222;
  font-weight: bold;
}

/* =========================================
   Footer global nav
   ========================================= */
.footerNav {
  padding: 10px 0;
}
.footerNav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footerNav__list {
    justify-content: center;
    gap: 10px 30px;
  }
}
.footerNav__item {
  width: 30%;
  text-align: left;
}
.footerNav__item a {
  font-weight: 700;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
  /* CSSのみで作る矢印 */
}
.footerNav__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #0054a6;
  border-bottom: 2px solid #0054a6;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 1;
}
.footerNav__item a:hover {
  opacity: 0.8;
}

/* =========================================
   Footer lower links (gray bar)
   ========================================= */
.footerLinks {
  background: #EDEDED;
  padding: 5px 15px;
}
.footerLinks__list {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .footerLinks__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}
.footerLinks__item a {
  font-size: 1.3rem;
  color: #333;
  text-decoration: none;
  opacity: 1;
  position: relative;
  padding-left: 18px;
}
.footerLinks__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #0054a6;
  border-bottom: 2px solid #0054a6;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 1;
}
.footerLinks__item a:hover {
  opacity: 0.8;
}
.footerLinks__item a:hover {
  opacity: 0.8;
}

/* ここより下は、既存指定（赤帯）はそのまま使用 */
#footer .foot {
  background-color: #cc0022;
  padding: 0 15px;
}

#footer small {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px), print {
  #footer .foot .w {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: 36px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #footer .foot {
    overflow: hidden;
    text-align: center;
    padding: 10px;
    margin-bottom: 55px;
  }
  #footer .foot .w p {
    display: none;
  }
  #footer small {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* ================================
   SP固定ボタン
================================ */
.sp-fixedButtons {
  display: none;
}
@media (max-width: 767px) {
  .sp-fixedButtons {
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 10px 12px;
    display: flex;
    gap: 10px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-sizing: border-box;
  }
}
.sp-fixedButtons.is-show {
  bottom: 0;
  opacity: 1;
  transform: translateY(0);
}

/* ボタン共通 */
.sp-fixedBtn {
  flex: 1;
  display: block;
  text-align: center;
  padding: 7px 0;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* オレンジ（お問い合わせ） */
.sp-fixedBtn--contact {
  width: 70%;
  font-weight: bold;
  background: linear-gradient(to top right, #e34619 0%, #ff7f00 100%);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}

/* ゴールド（資料請求） */
.sp-fixedBtn--request {
  width: 30%;
  background: linear-gradient(to left, #d1b879 0%, #fdf0c5 49.21%, #cfae70 100%);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
  color: #222222;
  font-weight: bold;
}

/* -----------------------------
   Layout
------------------------------ */
.l-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  width: 100%;
  position: relative;
  z-index: 10;
}

.l-main {
  width: 100%;
}

/* -----------------------------
   Components
------------------------------ */
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  border-radius: 3px;
  font-size: 1.6rem;
  transition: 0.2s;
  text-align: center;
}
.c-btn--primary {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to top right, #e34619 0%, #ff7f00 100%);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}
.c-btn--primary:hover {
  opacity: 0.85;
}
.c-btn--secondary {
  background: linear-gradient(to left, #d1b879 0%, #fdf0c5 49.21%, #cfae70 100%);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
  color: #222222;
  font-weight: bold;
}
.c-btn--secondary:hover {
  opacity: 0.85;
}

/* -----------------------------
   Utility
------------------------------ */
.u-center {
  text-align: center;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.chuList li {
  color: #A2A2A2;
  font-size: 0.8vw;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.5;
  margin-bottom: 0.3vw;
}
@media (max-width: 767px) {
  .chuList li {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.no-pc {
  display: none;
}
@media (max-width: 767px) {
  .no-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .no-sp {
    display: none;
  }
}

/* -----------------------------
   Section Title
------------------------------ */
.c-secTitle {
  color: #222222;
  margin-bottom: 5vw;
}
.c-secTitle__label {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  color: #AF924F;
  display: block;
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-secTitle__label {
    font-size: 1rem;
  }
}
.c-secTitle__main {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #222222;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .c-secTitle__main {
    font-size: 2rem;
  }
}
.c-secTitle::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 6px;
  background-color: #AF924F;
}

/* 白文字バージョン（主に濃色背景用） */
.c-secTitle--white .c-secTitle__label {
  color: #ffffff;
}
.c-secTitle--white .c-secTitle__main {
  color: #ffffff;
}

.btn01 a {
  display: inline-block;
  padding: 8px 32px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 3px;
  background: linear-gradient(135deg, #001931 0%, #01326a 100%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn01 a {
    padding: 3px 15px;
    font-size: 1.1rem;
  }
}
.btn01 a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.mt20 {
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .mt20 {
    margin-top: 20px;
  }
}

.img_responsive picture,
.img_responsive img {
  display: block;
  width: 100%;
  height: auto;
}

/* -----------------------------
   Plan Check
------------------------------ */
.plan-check {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 4vw;
}
@media (max-width: 767px) {
  .plan-check {
    margin-bottom: 20px;
    gap: 12px;
    justify-content: space-between;
  }
}
.plan-check__item {
  position: relative;
  width: calc(20% - 13px);
  background: linear-gradient(-90deg, #fff 0%, #EAEAEA 100%);
  border: 3px solid #fff;
  padding: 10px 15px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #C4C4C4;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  /* ON状態 */
}
@media (max-width: 767px) {
  .plan-check__item {
    width: calc(50% - 6px);
    font-size: 1.2rem;
    padding: 3px 5px;
  }
}
.plan-check__item.is-on {
  background: linear-gradient(-90deg, #fff 0%, #cdeff4 100%);
  border: 3px solid #01295a;
  border-color: #01295A;
  color: #222;
}
.plan-check__item.is-on::after {
  content: "";
  position: absolute;
  top: -14px;
  right: -13px;
  width: 24px;
  height: 24px;
  background: url("/kenko-keiei/_assets/img/check_plan.svg") no-repeat center/contain;
}
.plan-check__text {
  display: block;
}

/* -----------------------------
   Header
------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background: transparent;
  height: 120px;
  /* -----------------------------
     Header Logo
  ------------------------------ */
}
@media (max-width: 767px) {
  .l-header {
    height: 50px;
  }
}
.l-header .l-header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
}
.l-header .l-header__logo img {
  display: block;
  max-height: 48px;
}
@media (max-width: 767px) {
  .l-header .l-header__logo img {
    max-height: 28px;
  }
}
.l-header .l-header__logo--left {
  width: 180px;
}
@media (max-width: 767px) {
  .l-header .l-header__logo--left {
    width: 90px;
    flex-direction: column;
    align-items: center;
  }
  .l-header .l-header__logo--left img + img {
    margin-top: -4px;
  }
}
.l-header .l-header__logo--right {
  width: 200px;
}
@media (max-width: 767px) {
  .l-header .l-header__logo--right {
    width: 120px;
  }
}
.l-header__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 999;
  background: transparent;
}
.l-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background: #fff;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .l-header__top {
    flex-direction: column;
    align-items: center;
    gap: 3px;
    justify-content: center;
  }
}
.l-header__logo img {
  display: block;
  max-height: 48px;
}
@media (max-width: 767px) {
  .l-header__logo img {
    max-height: 32px;
  }
}
@media (max-width: 767px) {
  .l-header__logo--right {
    width: 100px;
  }
}
.l-header__bottom {
  padding: 0 20px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
@media (max-width: 767px) {
  .l-header__bottom {
    display: none;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 4vw;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .l-header__nav {
    gap: 2vw;
  }
}
.l-header__navList {
  display: flex;
  gap: 4vw;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .l-header__navList {
    gap: 2vw;
  }
}
.l-header__navList a {
  position: relative;
  padding-bottom: 4px;
  padding-right: 14px;
  font-size: clamp(11px, 1.2vw, 15px);
}
.l-header__navList a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #AF924F;
  transition: width 0.2s;
}
.l-header__navList a::after {
  content: "";
  position: absolute;
  margin-top: -3px;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #AF924F;
  border-bottom: 2px solid #AF924F;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s;
}
@media (max-width: 767px) {
  .l-header__navList a::after {
    right: 10px;
  }
}
.l-header__navList a:hover::before {
  width: 100%;
}
.l-header__navList a:hover::after {
  transform: translateY(calc(-50% + 2px)) rotate(45deg);
}
.l-header__cta {
  display: flex;
  gap: 1vw;
}
.l-header__cta .c-btn {
  font-size: clamp(11px, 1.2vw, 15px);
  padding: 7px 25px;
  white-space: nowrap;
}
.l-header__cta .c-btn--secondary {
  padding: 7px 40px !important;
}

/* -----------------------------
   SP Menu Button
------------------------------ */
.c-menuButton {
  display: none;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: #333;
  padding: 0;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  flex-direction: column;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 767px) {
  .c-menuButton {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-menuButton__icon {
  position: relative;
  width: 24px;
  height: 9px;
}
.c-menuButton__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222222;
  border-radius: 999px;
  transition: transform 0.2s, top 0.2s, opacity 0.2s;
}
.c-menuButton__bar:nth-child(1) {
  top: 0;
}
.c-menuButton__bar:nth-child(2) {
  top: 6px;
  background: #005bac;
}
.c-menuButton__bar:nth-child(3) {
  top: 12px;
}
.c-menuButton__text {
  position: relative;
  overflow: hidden;
  height: 1em;
}
.c-menuButton__label {
  display: block;
  transition: transform 0.2s;
}
.c-menuButton__label--close {
  transform: translateY(100%);
}
.c-menuButton.is-open .c-menuButton__bar:nth-child(1) {
  top: 4px;
  transform: rotate(22deg);
}
.c-menuButton.is-open .c-menuButton__bar:nth-child(2) {
  opacity: 0;
}
.c-menuButton.is-open .c-menuButton__bar:nth-child(3) {
  top: 4px;
  transform: rotate(-22deg);
}
.c-menuButton.is-open .c-menuButton__label--menu {
  transform: translateY(-100%);
}
.c-menuButton.is-open .c-menuButton__label--close {
  transform: translateY(-100%);
}

.c-menuButton__label {
  color: inherit; /* 念のため指定 */
  -webkit-touch-callout: none; /* iOS Safariの青文字化防止 */
  -webkit-user-select: none;
  user-select: none;
}

/* -----------------------------
   SP Global Menu
------------------------------ */
.c-spMenu {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding: 16px 20px 32px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
@media (max-width: 767px) {
  .c-spMenu {
    display: block;
  }
}
.c-spMenu.is-open {
  transform: translateY(0);
}
.c-spMenu__inner {
  max-width: 480px;
  margin: 0 auto;
}
.c-spMenu__list {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}
.c-spMenu__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.c-spMenu__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 4px;
  font-size: 1.5rem;
  position: relative;
}
.c-spMenu__list a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #AF924F;
  border-bottom: 2px solid #AF924F;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s;
}
.c-spMenu__list a:hover::after {
  transform: translateY(calc(-50% + 2px)) rotate(45deg);
}
.c-spMenu__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-spMenu__buttons .c-btn {
  width: 100%;
  justify-content: center;
}

/* bodyスクロール固定（SPメニュー開き時） */
body.is-fixed {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */