/*
Theme Name: Mira Web
Author: Rua Design
Description: Mira Webのオリジナルテーマ
Version: 1.0
*/

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
             "MS 明朝", "MS Mincho", serif;

}
/* ===== Hero ===== */ 
/* ===== Hero ===== */
.mira-hero {
  position: relative;
  background: #fff;
  padding: 32px 0 150px;
}

.mira-hero__inner {
  width: min(1280px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ヘッダー固定 */
.mira-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

.admin-bar .mira-header {
  top: 32px;
}

.mira-hero__header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.admin-bar .mira-hero__header {
  top: 32px;
}

.mira-hero__header-inner {
  max-width: 1280px;
  margin: 0 auto 50px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ロゴ・タグライン・ボタン */
.mira-hero__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
	 margin-top: 10px;
}

.mira-hero__logo img {
  display: block;
  height: 40px;
}

.mira-hero__tagline {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0px;
  color: #8d8d8d;
}

.mira-hero__btn {
  width: 253px;
  height: 60px;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #00a1e8 0%, #4e77c9 100%);
  color: #fff;
  border-radius: 36px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 10px 25px rgba(0, 161, 232, 0.25);
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mira-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 161, 232, 0.35);
}

/* コンテンツレイアウト（PC） */
.mira-hero__content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.mira-hero__left {
  position: relative;
  z-index: 2;
}

.mira-hero__lead {
  margin-top: 80px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}

/* 見出し全体は横書き */
.mira-hero__price {
  margin-top: 0;
  font-size: 64px;
  line-height: 1.1;
  color: #000;
  font-weight: 500;
  writing-mode: horizontal-tb;
}

/* 「月額」だけ縦書き */
.mira-hero__price-label {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  margin-right: 5px;
  font-weight: 500;
}

.mira-hero__price strong {
  font-weight: 500;
  color: #000;
}

/* 「制作」を1行で */
.mira-hero__nowrap {
  white-space: nowrap;
}

/* 背景の丸 */
.mira-hero__img01 {
  position: absolute;
  top: -80px;
  left: -120px;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: normal;
}

.mira-hero__img01 img {
  display: block;
  max-width: none;
}

/* 右側の人物画像 */
.mira-hero__right-img02 {
  position: absolute;
  top: 95px;
  right: 80px;
  z-index: 1;
  pointer-events: none;
}

.mira-hero__right-img02 img {
  display: block;
  max-width: none;
}

/* ポイント丸3つ */
.mira-hero__points,
.mira-hero .mira-hero__points {
  display: flex;
  gap: 20px;
  align-items: flex-start;  /* 縦方向に伸びないようにする */
  margin-top: 40px;
  color: #000;
}

/* 外側の青い丸 */
.mira-hero .mira-hero__point {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 130px;
  aspect-ratio: 1 / 1;        /* 必ず正円にする */
  border-radius: 50%;
  background-image: linear-gradient(180deg, #91e5de 0%, #008dbd 100%);
}

/* 内側の白い丸 */
.mira-hero .mira-hero__point-body {
  width: 120px;
  aspect-ratio: 1 / 1;        /* こっちも正円に */
  border-radius: 50%;
  background: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.mira-hero .mira-hero__point-body p {
  margin: 0;
  padding: 0;
}

.mira-hero .mira-hero__point-title {
  white-space: nowrap;
  text-align: center;
  font-size: 20px;
  color: #211b4a;
  line-height: 1.1;
}

.mira-hero .mira-hero__point-value {
  font-size: 50px;
  font-weight: 400;
  color: #4e77c9;
  line-height: 1;
}

.mira-hero .mira-hero__point-value span {
  font-size: 16px;
  margin-left: 2px;
  color: #211b4a;
}



/* SP用FVはデフォルト非表示 */
.mira-hero__sp-fv {
  display: none;
}

/* =====================
   SP（768px以下）
===================== */
@media (max-width: 768px) {
  .mira-hero {
    padding: 8px 0 40px;
  }

  .mira-hero__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }

  /* ロゴ・ボタン・タグライン小さめ */
  .mira-hero__logo img {
    height: 24px;
  }

  .mira-hero__tagline {
    font-size: 9px;
  }

  .mira-hero__btn {
    width: 140px;
    height: 36px;
    font-size: 12px;
    border-radius: 20px;
    padding: 0 16px;
  }

  /* PC用要素は非表示 */
  .mira-hero__content {
    display: block;
  }

  .mira-hero__lead,
  .mira-hero__price,
  .mira-hero__img01,
  .mira-hero__right-img02,
  .mira-hero__points {
    display: none;
  }

  /* SP用FV表示 */
  .mira-hero__sp-fv {
    display: block;
    position: relative;
    margin: 0 -30px 0;
  }

  .mira-hero__sp-fv img {
    display: block;
    width: 100%;
    height: auto;
  }

  .mira-hero__sp-copy {
    position: absolute;
    top: 32px;
    left: 30px;
    right: 30px;
    color: #211b4a;
  }

  .mira-hero__sp-lead {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  .mira-hero__sp-title {
    margin: 0;
    font-size: 35px;   /* 全体のサイズ（SP小さめ） */
    line-height: 1.4;
    font-weight: 500;
  }

  .mira-hero__sp-title span {
    font-size: 40px;   /* 「月額 8,000円〜の」だけ少し大きく */
  }
}


.mira-target {
  background: #fff;
  padding: 80px 0 90px;
}

.mira-target__inner {
  width: min(1280px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.mira-target__title {
  font-size: 24px;
  color: #211B4A;
  margin-bottom: 40px;
}

.mira-target__stage {
  position: relative;
  width: 100%;
  height: 320px; 
  margin-bottom: 60px;
}

.mira-target__illust {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mira-target__illust img {
  display: block;
  max-height: 180px;
}

.mira-target__card {
  position: absolute;
  width: 309px;
  height: 102px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.4;
  color: #152138;
  white-space: normal;
}

.mira-target__card--tl {
  top: 18px;
  left: 20px;
}
.mira-target__card--tr {
  top: 18px;
  right: 20px;
}
.mira-target__card--bl {
  bottom: 5px;
  left: 110px;
}
.mira-target__card--br {
  bottom: 5px;
  right: 110px;
}

.mira-target__text {
  font-size: 15px;
  color: #1d2234;
  line-height: 1.8;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
.mira-target__text span {
  color: #e63a3a;
  font-weight: 500;
  font-size: 23px;
}
.mira-target__number {
  color: #e63a3a;
  font-weight: 500;
  font-size: 26px;
}

/* デフォルト：PCだけ表示 */
.mira-target__text--pc {
  display: block !important;
}
.mira-target__text--sp {
  display: none !important;
}

/* SPのときだけ入れ替え */
@media (max-width: 768px) {
  .mira-target__text--pc {
    display: none !important;
  }
  .mira-target__text--sp {
    display: block !important;
  }
}


.mira-target__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 56px;
  background: linear-gradient(90deg, #00A1E8 0%, #4E77C9 100%);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 10px 25px rgba(0,161,232,0.25);
  transition: transform .2s;
}
.mira-target__btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .mira-target__stage {
    height: auto;
    display: grid;
    gap: 16px;
    justify-content: center;
  }
  .mira-target__illust,
  .mira-target__card {
    position: static;
    transform: none;
  }
  .mira-target__card {
    white-space: normal;
  }
}
/* =====================
   SP：ポイント丸3つの見た目
   PCと同じサイズで表示して、
   さらに画面が小さいときだけ少し縮小
===================== */
@media (max-width: 768px) {
  /* 丸3つの並び */
  .mira-hero__points,
  .mira-hero .mira-hero__points {
    display: flex;
    justify-content: center;  /* 中央揃え */
    gap: 16px;
    margin-top: 24px;
  }

  /* まずはPCと同じサイズでOK */
  .mira-hero .mira-hero__point {
    width: 130px;
    height: 130px;
  }
  .mira-hero .mira-hero__point-body {
    width: 120px;
    height: 120px;
  }
}

/* 画面がかなり狭いとき（例：幅400px以下）は少し小さくする */
@media (max-width: 400px) {
  .mira-hero .mira-hero__point {
    width: 110px;
    height: 110px;
  }
  .mira-hero .mira-hero__point-body {
    width: 100px;
    height: 100px;
  }
  .mira-hero .mira-hero__point-title {
    font-size: 16px;
  }
  .mira-hero .mira-hero__point-value {
    font-size: 40px;
  }
}

/* ===== Reason ===== */
.mira-reason {
  background: linear-gradient(
    180deg,
    #ffffff 1%,
    #f9fcfe 8%,
    #e6f1f6 23%,
    #e6f1f6 39%,
    #e7f1f6 52%,
    #f8fdfe 67%,
    #f9fcfe 82%,
    #ffffff 97%
  );
  background-size: 100% 828px; 
  background-repeat: no-repeat;
  background-position: center top;
  padding: 90px 0 110px;
}


.mira-reason__inner {
  width: min(1280px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.mira-reason__eyecatch {
  font-size: 18px;
  color: #6f7db8;
  margin-bottom: 5px;
}

.mira-reason__title {
  font-size: 36px;
  color: #211B4A;
  margin: 0 0 80px;
  font-weight: 500;
}


.mira-reason__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0;   
  row-gap: 28px;     
}



.mira-reason__card {
  width: 310px;
  height: 410px;
  background: #fff;
  border-radius: 28px;
  padding: 42px 32px 40px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.mira-reason__card-heading {
  font-size: 25px;
  color: #3D64B1;
  margin-bottom: 15px;
  font-weight: 400;
  margin-top: -10px; 
}

.mira-reason__card-catch {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  transform: translateY(-10px); 
}

.mira-reason__card-catch-img {
  display: block;
  width: 160px;
  height: auto;
}

.mira-reason__card-catch-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transform: translateY(-5px); 
}

.mira-reason__card-sub {
  font-size: 16px;
  line-height: 1.2;
  color: #374158;
  font-weight: 300;
  white-space: nowrap;
}

.mira-reason__card-catch-text {
  font-size: 23px;
  font-weight: 400;
  color: #211b4a;
  white-space: nowrap;
  letter-spacing: 0.15em;
}

.mira-reason__card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-top: -25px; 
}
@media (max-width: 768px) {
  .mira-reason__list {
    grid-template-columns: 1fr;  
    row-gap: 24px;
  }

  .mira-reason__card {
    width: 100%;                 
    max-width: 320px;            
    margin: 0 auto;             
    height: auto;                
  }
	.mira-target__stage {
    height: auto;
    display: grid;
    gap: 16px;
    justify-content: center;
    justify-items: center;   
  }

  .mira-target__illust,
  .mira-target__card {
    position: static;
    transform: none;
  }

  .mira-target__card {
    white-space: normal;
  }
}
}

/* ===== Pricing Section ===== */
.mira-pricing {
  padding: 100px 0 120px;
  background: #fff;
}

.mira-pricing__inner {
  width: min(1280px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.mira-pricing__eyecatch {
  font-size: 18px;
  color: #6f7db8;
  margin-bottom: 5px;
}

.mira-pricing__lead {
  text-align: center;
 font-size: 13px;
}

.mira-pricing__title {
  font-size: 36px;
  color: #211b4a;
  margin: 0 0 80px;
  font-weight: 500;
}

.mira-pricing__title span {
  color: #e53935;
  font-size: 56px;
  font-weight: 500;
}

.mira-pricing__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  justify-content: center;
  gap: 24px;
}

.mira-pricing__card {
  width: 280px;
  min-width: 280px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
　 overflow: visible;
}

.mira-pricing__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

.mira-pricing__head {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 77.8%, 50% 100%, 0 77.8%);
}

.mira-pricing__head--start {
  background: linear-gradient(180deg, #5db0f1, #3b88d7);
}

.mira-pricing__head--lp {
  background: linear-gradient(180deg, #4c8df2, #2f63d0);
}

.mira-pricing__head--regular {
	 background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);  
}

.mira-pricing__head--strategy {
  background: linear-gradient(180deg, #3b2db9, #2b1d8f);
}

.mira-pricing__plan {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 6px;
}

.mira-pricing__price {
  margin: 6px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.mira-pricing__price span {
  font-size: 14px;
  opacity: 0.95;
}

.mira-pricing__price strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.mira-pricing__price em {
  font-style: normal;
  font-size: 16px;
}

.mira-pricing__tax {
  margin: 6px 0 0;
  font-size: 12px;
  opacity: 0.9;
}

.mira-pricing__body {
  padding: 28px;
  text-align: left;
}

.mira-pricing__lead {
  font-size: 14px;
  color: #394255;
  line-height: 1.7;
  margin: 0 0 16px;
}

.mira-pricing__features {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: "・";
}

.mira-pricing__features li {
  font-size: 14px;
  color: #25314a;
  line-height: 1.8;
  margin: 0 0 6px;
}

@media (max-width: 640px) {
  .mira-pricing__title {
    font-size: 30px;
  }

  .mira-pricing__list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mira-pricing__card {
    width: 280px;
    min-width: 280px;
  }
}
/* ===== Features (共通標準機能) ===== */
.mira-features {
  padding: 90px 0 110px;
  background: #fff;
}

.mira-features__inner {
  width: min(980px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.mira-features__title {
  font-size: 28px;
  color: #211b4a;
  margin-bottom: 36px;
  line-height: 1.4;
  font-weight: 600;
}

.mira-features__title > span {
  display: block;
  font-size: 16px;
  color: #4a5676;
  font-weight: 400;
  margin-top: 6px;
}

/* PC：3列 */
.mira-features__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  justify-items: center;
}

.mira-features__item {
  width: auto;
  display: flex;
  justify-content: center;
}

.mira-features__circle {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      180deg,
      rgba(0, 161, 232, 0.56) 0%,
      rgba(34, 148, 238, 1) 100%
    ) border-box;
  box-shadow: 0 10px 18px rgba(35, 96, 160, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mira-features__circle img {
  width: 88px;
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
}

.mira-features__label {
  margin: 0;
  text-align: center;
  color: #1b2b4a;
  font-weight: 400;
  line-height: 1.35;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Helvetica Neue",
    Arial, sans-serif;
}

/* 1100px以下：2列 */
@media (max-width: 1100px) {
  .mira-features__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 820px以下も2列（※ここでは列数そのまま） */
@media (max-width: 820px) {
  .mira-features__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 520px以下：2列のまま・サイズだけ調整 */
@media (max-width: 520px) {
  .mira-features {
    padding: 60px 0 70px;
  }

  .mira-features__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .mira-features__circle {
    width: 150px;
    height: 150px;
  }

  .mira-features__circle img {
    width: 70px;
  }

  .mira-features__label {
    font-size: 13px;
  }
}


/* ===== Flow ===== */
.mira-flow {
  padding: 80px 0 100px;
}

.mira-flow__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.mira-flow__eyecatch {
  text-align: center;
  font-size: 16px;
  color: #6f7db8;
  margin: 0 0 6px;
}

.mira-flow__title {
  text-align: center;
  font-size: 36px;
  color: #211b4a;
  margin: 0 0 80px;
}

.mira-flow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 26px 0;
}

.mira-flow__item {
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: 36px;
  align-items: center;
}

.mira-flow__circle {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #eaf1f5;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.mira-flow__circle img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
}

.mira-flow__arrow {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  justify-self: center;
  display: inline-block;
  width: 2px;
  height: 40px;
  background: #0f1326;
  margin-top: 20px;
  position: relative;
}

.mira-flow__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #0f1326;
  border-bottom: 2px solid #0f1326;
  background: transparent;
}

.mira-flow__content {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  text-align: left;
}

.mira-flow__step {
  margin: 4px 0 6px;
  font-size: 24px;
  color: #3d64b1;
  font-weight: 500;
}

.mira-flow__text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.9;
  color: #20304a;
}

.mira-flow__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00a1e8 0%, #4e77c9 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  box-shadow: 0 10px 25px rgba(0, 161, 232, 0.25);
  transition: transform 0.2s ease;
}

.mira-flow__btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 860px) {
  .mira-flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .mira-flow__circle {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .mira-flow__circle img {
    width: 80px;
    height: 80px;
  }

  .mira-flow__content {
    text-align: center;
  }

  .mira-flow__btn {
    margin: 0 auto;
  }

  .mira-flow__arrow {
    width: 2px;
    height: 40px;
    background: #0f1326;
    margin-top: 12px;
    position: relative;
  }

  .mira-flow__arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #0f1326;
    border-bottom: 2px solid #0f1326;
    background: transparent;
  }
}

/* ===== FAQ ===== */
.mira-faq {
  background: none;
}

.mira-faq__inner {
  width: min(980px, 90vw);
  margin: 0 auto;
}

.mira-faq__eyecatch {
  text-align: center;
  color: #6f7db8;
  font-size: 14px;
  margin: 0 0 6px;
}

.mira-faq__title {
  text-align: center;
  font-size: 28px;
  color: #211b4a;
  margin: 0 0 80px;
}

.mira-faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mira-faq__item {
  border: none;
  margin-bottom: 24px;
}

/* PCデザイン */
.mira-faq__summary {
  list-style: none;
}

.mira-faq__summary::-webkit-details-marker {
  display: none;
}

.mira-faq__summary {
  width: 836px;
  height: 83px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 60%, #f2f5f7 100%);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  padding: 0 52px 0 40px;
  font-size: 18px;
  color: #333;
  position: relative;
  cursor: pointer;
}

.mira-faq__summary::after {
  content: "";
  position: absolute;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  transform: rotate(-135deg);
  transition: transform 0.2s ease;
}

.mira-faq__item:not([open]) .mira-faq__summary::after {
  transform: rotate(45deg);
}

.mira-faq__qmark {
  font-weight: 500;
  font-size: 34px;
  background: linear-gradient(
    180deg,
    rgba(0, 161, 232, 0.56) 0%,
    rgba(64, 46, 228, 0.56) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 15px;
}

.mira-faq__summary-text {
  flex: 1;
}

.mira-faq__answer {
  width: 836px;
  margin: 16px auto 0;
  display: flex;
  column-gap: 16px;
  box-sizing: border-box;
  padding-left: 40px;
}

.mira-faq__amark {
  width: 24px;
  flex-shrink: 0;
  text-align: center;
  font-weight: 500;
  color: #f26c5c;
  margin-top: 2px;
  font-size: 34px;
}

.mira-faq__answer-body p {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-top: 10px;
}

.mira-faq__answer-body p.mira-faq__note {
  font-size: 12px;
  color: #777;
}

/* FAQ MOREボタン */
.mira-faq__cta {
  margin-top: 40px;
  text-align: center;
}

.mira-faq__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 56px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(90deg, #2294ee 0%, #135588 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* ===== SP ===== */
@media (max-width: 768px) {
  .mira-faq__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mira-faq__title {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .mira-faq__list {
    gap: 16px;
  }

  .mira-faq__summary {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 44px 10px 20px;
    font-size: 16px;
  }

  .mira-faq__summary::after {
    right: 20px;
  }

  .mira-faq__qmark {
    font-size: 26px;
    margin-right: 10px;
  }

  .mira-faq__answer {
    width: 100%;
    margin: 12px 0 0;
    padding-left: 20px;
  }

  .mira-faq__amark {
    font-size: 26px;
  }

  .mira-faq__answer-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 6px;
  }

  .mira-faq__answer-body p.mira-faq__note {
    font-size: 11px;
  }

  .mira-faq__cta {
    margin-top: 28px;
  }

  .mira-faq__btn {
    width: 220px;
    height: 48px;
    font-size: 13px;
  }
}


/* ===== Blog Cards ===== */
.mira-card-list{
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 120px !important; /* カード列を下げる */
}

.mira-card{
  flex: 0 0 220px !important;
  width: 220px !important;
  height: 412px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  overflow: hidden;
}

.mira-card__link{
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.mira-card__thumb{
  width: 100% !important;
  height: 145px !important;
  background: #f3f3f5;
  overflow: hidden;
}

.mira-card__thumb img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}


.mira-card__body {
  padding: 16px 16px 12px;
}

.mira-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #2a0e8d;
  margin-bottom: 10px;
}

.mira-card__excerpt {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.mira-card__more{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(90deg, #2294ee 0%, #135588 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mira-card__arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #135588;
  border-bottom: 2px solid #135588;
  transform: rotate(-45deg);
  margin-left: 6px;
}

.mira-card-more {
  margin-top: 40px;
  text-align: center;
}

.mira-card-more__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 56px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(90deg, #2294ee 0%, #135588 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* ブログカードのSP用 */
@media (max-width: 768px) {
  .mira-card-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
  }

  .mira-card {
    width: 220px;
    height: auto;
  }

  .mira-card__body {
    padding: 12px 12px 10px;
  }

  .mira-card__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .mira-card__excerpt {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .mira-card-more {
    margin-top: 28px;
  }

  .mira-card-more__btn {
    width: 220px;
    height: 48px;
    font-size: 13px;
  }
}

.mira-card-more{
  margin-bottom: 48px !important;
  text-align: center;
}

/* ===== Member ===== */
.mira-member {
  padding: 120px 0 80px;
  background: #fff;
}

.mira-member__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.mira-member__eyecatch {
  text-align: center;
  color: #6f7db8;
  font-size: 14px;
  margin: 0 0 6px;
}

.mira-member__title {
  text-align: center;
  font-size: 28px;
  color: #211b4a;
  margin: 0 0 80px;
}

.mira-member__list {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.mira-member__item {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mira-member__thumb {
  width: 220px;
  height: 220px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
}

.mira-member__thumb,
.mira-member__role,
.mira-member__name {
  position: static !important;
}

.mira-member__role,
.mira-member__name {
  margin: 0;
}

.mira-member__role {
  margin-top: 4px;
  font-size: 14px;
}

.mira-member__name {
  font-size: 16px;
  font-weight: 500;
}

.mira-member__thumb--gray img {
  opacity: 0;
}

.mira-member__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 768px) {
  .mira-member {
    padding: 80px 0 60px;
  }

  .mira-member__inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mira-member__title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .mira-member__list {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }

  .mira-member__item {
    width: 220px;
  }

  .mira-member__thumb {
    width: 200px;
    height: 200px;
    margin-bottom: 18px;
  }

  .mira-member__role {
    font-size: 13px;
  }

  .mira-member__name {
    font-size: 15px;
  }
}

/* ===== Banner ===== */
.mira-bnr {
  padding: 56px 16px;
  background: #f4f6f8;
}

.mira-bnr__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.mira-bnr__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 18px 16px;
  background: #ffffff;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.mira-bnr__item a:hover {
  background: #fafbfd;
  border-color: #b5c7d6;
}
.mira-bnr__role {
  margin-bottom: 10px;
  font-size: 0.85rem;
  text-align: center;
  color: #3f4a56;
  line-height: 1.5;
}
.mira-bnr__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px 10px;
}

.mira-bnr__thumb img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
}
.mira-bnr__item a:focus-visible {
  outline: 2px solid #7fa6c5;
  outline-offset: 2px;
}
@media (max-width: 600px) {
  .mira-bnr {
    padding: 40px 12px;
  }

  .mira-bnr__inner {
    gap: 16px;
  }
}

/* ===== Footer ===== */
.mira-footer {
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 161, 232, 0.56) 0%,
    #4e77c9 100%
  );
  color: #fff;
  padding: 60px 0;
}

.mira-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

.mira-footer__left {
  flex: 0 0 auto;
  padding-right: 90px;
}

.mira-footer__logo img {
  display: block;
  height: 35px;
  margin-bottom: 32px;
}

.mira-footer__company p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.8;
}

.mira-footer__label {
  opacity: 0.9;
}

.mira-footer__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.mira-footer__ext-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.mira-footer__address {
  font-size: 13px;
  margin-top: 8px;
}

.mira-footer__divider {
  width: 1px;
  height: 195px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.mira-footer__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  margin-left: 80px;
}

.mira-footer__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.mira-footer__btn-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.mira-footer__btn-sub {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  opacity: 0.9;
}

.mira-footer__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .mira-footer {
    padding: 40px 0 48px;
  }

  .mira-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mira-footer__logo img {
    height: 24px;
    margin-bottom: 16px;
  }

  .mira-footer__left {
    padding-right: 0;
  }

  .mira-footer__divider {
    display: none;
  }

  .mira-footer__right {
    width: 100%;
    margin-left: 0;
    gap: 16px;
  }

  .mira-footer__btn {
    display: flex;
    justify-content: center;
    width: 60%;
    max-width: 260px;
    margin: 0 auto;
    padding: 10px 16px;
    font-size: 12px;
    border-radius: 4px;
  }

  .mira-footer__btn-icon img {
    width: 16px;
    height: 16px;
  }

  .mira-footer__btn-sub {
    font-size: 10px;
  }
}

/* =====================
   Contact
===================== */

.mira-contact {
  padding: 80px 0 120px;
  background: #ffffff;
}

.mira-contact__inner {
  width: min(1080px, 92vw);
  margin: 0 auto;
}

.mira-contact__header {
  text-align: center;
  margin-bottom: 48px;
}

.mira-contact__eyecatch {
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #6f7db8;
  margin: 0 0 8px;
}

.mira-contact__title {
  font-size: 28px;
  color: #2A0E8D;
  margin: 0 0 16px;
  font-weight:500;
}

.mira-contact__lead {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 24px;
}

.mira-contact__tel {
  font-size: 14px;
  color: #1b2b4a;
  line-height: 1.7;
  margin: 0;
}

.mira-contact__tel-number {
  font-size: 20px;
  font-weight: 600;
  margin-left: 6px;
}

.mira-contact__tel-note {
  font-size: 12px;
  color: #666;
  font-weight: 300;
}

/* フォーム全体 */
.mira-form {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  padding: 32px 32px 40px;
}

.mira-form__row {
  display: flex;
  gap: 24px;
}

.mira-form__group {
  margin-bottom: 20px;
}

.mira-form__group--half {
  flex: 1;
}

.mira-form__label {
  display: inline-flex;
  align-items: flex-end; 
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #1b2b4a;
  margin-bottom: 6px;
}

.mira-form__required {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  position: relative;
  top: 2px; 
}


.mira-form__optional {
  font-size: 10px;
  color: #888;
}

.mira-form__field {
  font-size: 16px;
}

.mira-form__input,
.mira-form__textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d3d8e5;
  padding: 10px 12px;
  font-size: 14px;
  box-sizing: border-box;
}

.mira-form__input:focus,
.mira-form__textarea:focus {
  outline: none;
  border-color: #4E77C9;
  box-shadow: 0 0 0 1px rgba(78, 119, 201, 0.3);
}

.mira-form__textarea {
  min-height: 160px;
  resize: vertical;
}

.mira-form__note {
  margin: 4px 0 0;
  font-size: 11px;
  color: #777;
}

.mira-form__input::placeholder {
  color: #bfbfbf;  
}

.mira-form__textarea::placeholder {
  color: #bfbfbf;
}


/* ラジオ・チェック */
.mira-form__field--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.mira-form__field--inline.mira-form__field--checkbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;   
 row-gap: 24px;   
}

.mira-form__checkbox {
  display: inline-block;
  width: calc(50% - 9px); 
}



.mira-form__radio input,
.mira-form__checkbox input {
  margin-right: 4px;
}

.mira-form__policy-box {
  max-height: 200px;
  padding: 12px 14px;
  margin: 8px 0 10px;
  border-radius: 8px;
  border: 1px solid #d3d8e5;
  background: #f9fafc;
  overflow-y: auto;

  font-size: 12px;
  line-height: 1.7;
  color: #555;
}

.mira-form__policy-box p {
  margin: 0 0 8px;
	 font-size: 14px
}

.mira-form__accept-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}


.mira-form__privacy-text a {
  color: #4E77C9;
  text-decoration: underline;
}

.mira-form__group--privacy {
  margin-top: 12px;
}

.mira-form__accept-label {
  font-size: 13px;
}

.mira-form__actions {
  margin-top: 32px;
  text-align: center;
}

/* 送信ボタン */
.mira-form__submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 56px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #00A1E8 0%, #4E77C9 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 25px rgba(0, 161, 232, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mira-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 161, 232, 0.35);
}

/* SP */
@media (max-width: 768px) {
  .mira-contact {
    padding: 56px 0 80px;
  }

  .mira-contact__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mira-contact__title {
    font-size: 22px;
  }

  .mira-contact__lead {
    font-size: 14px;
  }

  .mira-form {
    padding: 22px 18px 28px;
  }

  .mira-form__row {
    flex-direction: column;
    gap: 0;
  }

  .mira-form__submit {
    width: 100%;
    max-width: 280px;
  }
	.mira-form__field--inline {
    gap: 8px 0; /* 上下だけ少し余白 */
  }

  .mira-form__checkbox {
    width: 100%;   /* 1列表示 */
  }
}

/* ===== Single (投稿詳細) ===== */

.mira-single {
  padding: 80px 0 120px;
  background: #fff;
}

.mira-single__inner {
  width: min(800px, 92vw);
  margin: 0 auto;
}

.mira-single__header {
  margin-bottom: 32px;
}

.mira-single__date {
  font-size: 13px;
  color: #7b8190;
  margin: 0 0 8px;
}

.mira-single__title {
  font-size: 26px;
  line-height: 1.6;
  color: #211B4A;
  margin: 0;
}

.mira-single__thumb {
  margin: 0 0 24px;
}

.mira-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.mira-single__content {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.mira-single__content p {
  margin: 0 0 1.4em;
}

.mira-single__meta {
  margin-top: 40px;
}

.mira-single__back {
  font-size: 14px;
  text-decoration: none;
  color: #135588;
}

.mira-single__back:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .mira-single {
    padding: 56px 0 80px;
  }

  .mira-single__title {
    font-size: 22px;
  }

  .mira-single__content {
    font-size: 14px;
  }
}

/* ===== Single (Column Detail) ===== */

.mira-single {
  padding: 80px 0 120px;
  background: #fff;
}

.mira-single__inner {
  width: min(880px, 92vw);
  margin: 0 auto;
}

.mira-single__eyecatch {
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #6f7db8;
  margin: 0 0 8px;
}

.mira-single__title {
  font-size: 28px;
  color: #211B4A;
  margin: 0 0 12px;
  line-height: 1.5;
}

.mira-single__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #666;
  margin-bottom: 24px;
}

.mira-single__date {
  font-size: 13px;
}

.mira-single__cat {
  padding: 2px 10px;
  border-radius: 999px;
  background: #eef3ff;
  color: #3D64B1;
  font-size: 12px;
}

.mira-single__thumb {
  margin: 0 0 32px;
  border-radius: 16px;
  overflow: hidden;
}

.mira-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.mira-single__content {
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.mira-single__content p {
  margin: 0 0 1.4em;
}

.mira-single__content h2,
.mira-single__content h3 {
  margin: 2.4em 0 1em;
  line-height: 1.4;
  color: #211B4A;
}

.mira-single__footer-links {
  margin-top: 40px;
}

.mira-single__back {
  font-size: 14px;
  color: #2294ee;
  text-decoration: none;
}

.mira-single__back:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .mira-single {
    padding: 56px 0 80px;
  }

  .mira-single__title {
    font-size: 22px;
  }
}

/* ===== Archive (Column List) ===== */
.mira-archive {
  padding: 80px 0 120px;
  background: #fff;
}

.mira-archive__inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.mira-archive__header {
  text-align: center;
  margin-bottom: 48px;
}

.mira-archive__eyecatch {
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #6f7db8;
  margin: 0 0 8px;
}

.mira-archive__title {
  font-size: 28px;
  color: #211B4A;
  margin: 0 0 12px;
}

.mira-archive__lead {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

/* ===== ここが重要：一覧カードの崩れ修正（4列固定） ===== */
.mira-card-list{
  width: min(1120px, 92vw) !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
}

/* 4列（縮まない） */
.mira-card-list > .mira-card{
  flex: 0 0 calc((100% - 24px * 3) / 4) !important;
  max-width: calc((100% - 24px * 3) / 4) !important;
  min-width: 0 !important;
}

/* サムネイル崩れ防止 */
.mira-card__thumb{
  overflow: hidden;
}
.mira-card__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== Pagination ===== */
.mira-archive__pagination {
  margin-top: 48px;
  text-align: center;
}

.mira-archive__pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  border: 1px solid #d3d8e5;
  color: #555;
  text-decoration: none;
}

.mira-archive__pagination .page-numbers.current {
  background: #4E77C9;
  color: #fff;
  border-color: #4E77C9;
}

.mira-archive__empty {
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* ===== Single nav ===== */
.mira-single__nav{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 40px 0 24px;
}

.mira-single__nav a{
  text-decoration: none;
}

.mira-single__nav-prev,
.mira-single__nav-next{
  flex: 1;
}

.mira-single__nav-next{
  text-align: right;
}

/* ===== Responsive ===== */
@media (max-width: 1024px){
  .mira-card-list > .mira-card{
    flex-basis: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
  }
}

@media (max-width: 768px) {
  .mira-archive {
    padding: 56px 0 80px;
  }

  .mira-archive__title {
    font-size: 22px;
  }

  .mira-archive__lead {
    font-size: 14px;
  }
}

@media (max-width: 600px){
  .mira-card-list > .mira-card{
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}


.mira-faq__pager ul{
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.mira-faq__pager li{
  margin: 0;
  padding: 0;
}

.mira-faq__pager a,
.mira-faq__pager span{
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

/* 現在ページ */
.mira-faq__pager .current{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #00A1E8; /* 好きな青に調整OK */
  color: #fff;
}

/* 矢印を少し大きく */
.mira-faq__pager .prev,
.mira-faq__pager .next{
  font-size: 54px;
}

.mira-faq__pager a:hover{
  opacity: .7;
}

.mira-faq__pager{
  margin-bottom: 80px; /* 好きな数値に調整 */
}

/* 前セクションの MORE ボタン（青）を通常の流れに戻して余白を作る */
.mira-card-more{
  position: relative !important;
  transform: none !important;
  margin: 40px auto 80px !important; /* 下の余白を増やす */
  padding: 0 !important;
  text-align: center;
  clear: both;
  z-index: 1;
}

/* カード一覧の下にも余白（保険） */
.mira-card-list{
  margin-bottom: 40px !important;
}

.mira-card__thumb{
  height: 145px;
}
.mira-card__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FAQセクションの次（カードセクション）に余白を入れる */
#faq + section{
  margin-top: 100px;
}

.mira-card__thumb img{
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.mira-card__thumb{
  height: 145px !important;
  background: #f3f3f5 !important;
}
