@charset "utf-8";


  

@media screen and (max-width:788px){

body {
        background-color: var(--white);
        line-height: 1.6em;
        list-style: none;
        font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        letter-spacing: .1em;

        font-weight: 700;
}




:root {
    --orange: #ea9838;
    --p-orange: #ec8a5a;
    --l-pink: #fdebe2;
    --pink:#f48076;
    --p-pink:#ea7f9e;
    --red: #FF6D72;
    --white: #ffffff; 
    --l-blue: #d2edec;
    --blue: #3da3cc;
    --p-blue:#2a80ca;
    --yellow: #eef833;
    --gray: #b1b1b1;
    --caremadoblue: #409dfc;
    --main:#272343; 

    }

    li {
        list-style: none;
    }

a {
        text-decoration: none;
    }

main {
        overflow: hidden;
        margin-top: 200px;
    }


    /**********menu**********/

    .pc_navigation {
        display: none;
    }
    
    .header_logo {
        margin-left: 15px;
        margin-bottom: 5px;
    }
    
    .header_logo img {
        width: 180px;
    }
    
    .header_hamburger_menu {
        display: flex;
        justify-content: space-between;
        background-color: var(--white);
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    }
    
    .header {
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
      }
      .logo {
        font-weight: 700;
        padding-left: 14px;
      }
    
      .hamburger-menu {
        width: 50px;
        height: 50px;
        position: relative;
        border: none;
        background: transparent;
        appearance: none;
        padding: 0;
        cursor: pointer;
      }
      .hamburger-menu__bar {
        display: inline-block;
        width: 50%;
        height: 3px;
        background: #242424;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .5s;
        margin-top: 10px;
      }
      .hamburger-menu__bar:first-child {
        top: 16px;
      }
      .hamburger-menu__bar:nth-child(2) {
        top: 24px;
      }
      .hamburger-menu__bar:last-child {
        top: 32px;
      }
      .hamburger-menu--open .hamburger-menu__bar {
        top: 50%;
      }
      .hamburger-menu--open .hamburger-menu__bar:first-child {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
      }
      .hamburger-menu--open .hamburger-menu__bar:last-child {
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      }
      .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
        display: none;
      }
      .navigation {
        display: none;
        background: #333333be;
        position: absolute;
        top: 65px; /* bg高さ */
        width: 100%;
        z-index: 999999999999999;
      }
      .navigation__list {
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .navigation__list-item {
        border-bottom: solid 1px #474747;
      }
      .navigation__list-item:first-child {
        border-top: solid 1px #474747;
      }
      .navigation__link {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        display: block;
        padding: 24px 0;
        transition: .5s;
      }
      @media (hover: hover) and (pointer: fine) {
        .navigation__link:hover {
          background: #333;
        }
      }
/**********メニュー追加デザイン**********/
.left_c {
  padding: 10px 20px 5px 5px;
  border-radius: 10px;
  margin-left: 10px;
  margin-top: 5px;
}


/* header */

header {
    width: 100%;
}

.mv {
    text-align: center;
    padding-bottom: 90px;
}

.mv_logo_text img {
    width: 60%;
}

h1 {
  font-size: 1.55em;
  text-align: center;
  font-weight: 900;
  font-style: normal;
  line-height: 1.3em;
  color: var(--main);
  width: 98%;
  margin: 0 auto;

}
.mv_left {
  margin-top: 70px;
}

.mv_left_p {
  font-size: 0.9em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em;
  color: var(--main);
  width: 85%;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 15px;
}

.mv_right_img img {
    width: auto;
    max-height: 300px;
    margin-top: -150px;
}

.sp_btn_style {
    background-color: var(--orange);
    width: 300px;
    padding: 10px 15px;
    border-radius: 50px;
    color: var(--white);
    position: relative;
    top: 350px;
}



/* caremado */

.h2_introduction {
text-align: center;
font-size: 1.3em;
font-weight: 900;
color: var(--main);

/* background-image: url(../img/bg.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;*/
background-color: #ecf6ff;

border-top-left-radius: 50%;
border-top-right-radius: 50%;
height: 100px;
margin-left: -100px;
margin-right: -100px;
padding-left: 100px;
padding-right: 100px;
padding-top: 150px;
}



.flex_pc {
  background-image: url(../img/hibarai-sp.webp);
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: center;
  height: 1000px;
  margin: 0 auto;
}



.h2_orange {
    font-size: 1.5em;
    
    font-weight: 900;
    font-style: normal;
    line-height: 1.6em;
    color: var(--orange);
}

.p_orange {
    font-size: 15px;
    
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    color: var(--orange);
    margin-top: 30px;
    padding: 0 30px;
    text-align: left;
}

.center_sp img {
    width: 75%;
    padding: 30px 0;
}



.left_sp {
    color: var(--red);
    font-size: 0.8em;
    padding: 50px;
    text-align: left;
}

.btn-pc-request-fo-info {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 15px;
  border-radius: 15px;
  margin-top: 70px;
  background-color: #0f172a;
  color: #f59e0b;
}

.btn-pc-contact-us {
  display: block;
  width: 60%;
  margin:  0 auto;
  text-align: center;
  padding: 20px 15px;
  border-radius: 15px;
  color: var(--white);
  margin-top: 20px;
  background-color: #f59e0b;
  color: #0f172a;
}

/* ========== 必要な帳票をすべて標準網羅ｓ ========== */
.feature-cards {
  padding: 28px 12px 48px 12px;
  background: #fff;
}

.feature-cards__wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.feature-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 45px;
}

/* Card */
.f-card {
  position: relative;
  background: #f8fafc;
  border: 1px solid #dbe2ee;
  border-radius: 10px;
  padding: 26px 14px 20px;
  text-align: center;
  box-shadow: 0 2px 0 rgba(15, 23, 42, 0.06);
  min-height: 150px;
}

/* orange bottom line */
.f-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 5px;
  background: #f59e0b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.f-card__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: #f59e0b;
}

.f-card__title {
  margin: 4px 0 0;
  font-weight: 800;
  font-size: 18px;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.f-card__desc {
  margin: 10px 0 0;
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
}

/* ========== Tablet: 2 columns (optional) ========== */
@media (max-width: 900px) {
  .feature-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========== SP: 2 columns ========== */
@media (max-width: 640px) {
  .feature-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .f-card {
    padding: 18px 12px 16px;
    min-height: 140px;
  }

  .f-card__title {
    font-size: 16px;
  }

  .f-card__desc {
    font-size: 12px;
  }
}



/*carousel-section*/
    .carousel-section {
      margin-top: 40px;
      padding: 0px 20px 0px 20px;
    }
    .carousel-container {
      height: 350px;
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 16px;
      transition: scroll-left 0.5s ease-in-out;
    }
    .carousel-container::-webkit-scrollbar {
      display: none;
    }
    .carousel-item {
      width: 230px;
      flex: 0 0 auto;
      scroll-snap-align: center;
      border-radius: 20px;
      padding: 40px 26px 26px 26px;
      text-align: center;
      border: 1px solid #dbe2ee;
      background: #f8fafc;
      position: relative;
      height: 210px;
    }
        .carousel-item::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 14px;
      background: #f59e0b;
      border-bottom-left-radius: 70px;
      border-bottom-right-radius: 70px;
}

    .carousel-item p {
      font-size: 1.15rem;
      font-weight: bold;
      line-height: 1.8;
    }
    .carousel-guide {
      margin-top: 10px;
      font-size: 0.85rem;
      color: #666;
    }

    @media (min-width: 768px) {
      .carousel-container {
        height: 440px;
        flex-wrap: nowrap;
        justify-content: center;
        max-width: 1300px;
        margin: 0 auto;
      }
      .carousel-item {
        width: 25%;
      }
    }

        .carousel-item img {
      width: 20px;
      margin: 0 auto;
    }

  /* ボックスごとに背景画像を指定 
.introduction-grid-box:nth-child(1) {
  background-image: url('img/image-1.webp');
  background-size: contain;
  background-size: cover;
  background-position: center;
}

.introduction-grid-box:nth-child(2) {
  background-image: url('img/image-2.webp');
  background-size: contain;
  background-size: cover;
  background-position: center;
}

.introduction-grid-box:nth-child(3) {
  background-image: url('img/image-3.webp');
  background-size: contain;
  background-size: cover;
  background-position: center;
}
*/





/**********content-3**********/
.content-3-flex {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
.content-3-a-box-text {
  background-color: var(--white);
  position: relative;
  width: 43%;
  margin: 0 auto;
  padding: 10px 5px 25px 5px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size:cover;
  margin: 3px;
  text-align: center;
  color: #282828;
  font-size: 0.7em;
  font-weight: bold;
  border: #282828 3px solid;
  box-shadow: 8px 10px 0px -6px #282828;
  line-height: normal;
}
.content-3-a-box-text-flex {

}
.content-3-a-box-text-flex img {
  width: 35%;
}
.content-3-a-box-text-flex p {
  position: relative;
}


/* 見た目：左テキスト / 右画像、SPは上画像→下テキスト */
.lp-unit{
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 12px 40px;
  display: flex;
  align-items: center;
  gap: 56px;
}

.lp-unit__left{
  flex: 1;
  order: 1;
  min-width: 0;
}

.lp-unit__right{
  flex: 1;
  order: 2;
  min-width: 0;
}

.lp-unit__img{
  width: 88%;
  margin: 0 auto;
  height: auto;
  display: block;
}

/* テキスト */
.lp-unit__catch{
  margin: 0;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.45;
  color: #0f172a;
}

.lp-unit__accent{
  color: #f59e0b;
}

.lp-unit__lead{
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #334155;
}

.lp-unit__list{
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lp-unit__list li{
  position: relative;
  padding-left: 22px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
  color: #0f172a;
}

.lp-unit__list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f59e0b;
  font-weight: 900;
}

/* SP：上に画像、下に文字 */
@media (max-width: 640px){
  .lp-unit{
    flex-direction: column;
    gap: 18px;
  }
  .lp-unit__right{ order: 1; width: 100%; }
  .lp-unit__left{ order: 2; width: 100%; }

  .lp-unit__catch{ font-size: 20px; }
}

/* 画像左（lp-unit__left） / 文字右、SPは上画像→下文字 */
.lp-master{
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 12px 44px;
  display: flex;
  align-items: center;
  gap: 64px;
}

/* 指定どおりこのクラス名を使用 */
.lp-master > .lp-unit__left{
  flex: 1;
  order: 1;
  min-width: 0;
}

.lp-master__right{
  flex: 1;
  order: 2;
  min-width: 0;
}

.lp-master__img{
  width: 80%;
  margin: 0 auto;
  height: auto;
  display: block;
}

/* text */
.lp-master__title{
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.5;
}

.lp-master__lead{
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #334155;
}

/* yellow box */
.lp-master__box{
  margin-top: 16px;
  padding: 16px 18px;
  background: #fff7d6;
  border: 1px solid #f1d28b;
  border-left: 4px solid #f59e0b;
}

.lp-master__box-title{
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  color: #0f172a;
}

.lp-master__box-text{
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #0f172a;
}

/* SP */
@media (max-width: 640px){
  .lp-master{
    flex-direction: column;
    gap: 18px;
  }

  .lp-master > .lp-unit__left{
    width: 100%;
    order: 1;
  }

  .lp-master__right{
    width: 100%;
    order: 2;
  }

  .lp-master__title{
    font-size: 20px;
  }
}



/* 黄色の囲み
.config__box{
  margin-top: 18px;
  padding: 16px 18px;
  background: #fff7d6;
  border: 1px solid #f1d28b;
  border-left: 4px solid #f59e0b;
}

.config__box-title{
  margin: 0;
  font-weight: 800;
  font-size: 14px;
  color: #0f172a;
}

.config__box-text{
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.9;
  color: #0f172a;
}

@media (max-width: 640px){
  .config__title{ font-size: 22px; }
  .config__box{ padding: 14px 14px; }
} */
.outblock{
  padding: 36px 12px;
  background: #fff;
}

.outblock__inner{
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.outblock__left{
  text-align: center;
}

.outblock__big{
  margin: 0;
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  color: #f59e0b;
  letter-spacing: -0.02em;
}

.outblock__pct{
  font-size: 0.65em;
}

.outblock__sub{
  margin: 10px 0 0;
  font-weight: 900;
  font-size: 20px;
  color: #0f172a;
}

.outblock__right{
  text-align: left;
}

.outblock__lead{
  margin: 0;
  font-weight: 900;
  font-size: 22px;
  color: #0f172a;
}

.outblock__text{
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 2;
  color: #334155;
}

/* SP */
@media (max-width: 640px){
  .outblock__inner{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .outblock__big{
    font-size: 88px;
  }
  .outblock__sub{
    font-size: 18px;
  }
  .outblock__lead{
    font-size: 20px;
    text-align: center;
  }
  .outblock__right{
    text-align: left;
  }
}




/**********フロー**********/
/* ========== Steps ========== */
.steps {
  --dot-size: 12px;
  --line-thickness: 2px;
  --accent: #f5a623;   /* オレンジ（お好みで） */
  --line: #cfd6e4;     /* 薄いグレー（お好みで） */

  padding: 24px 12px;
}

.steps__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: space-between;
  gap: 24px;

  position: relative;
  align-items: flex-start;
  width: 70%;
  margin: 0 auto;
}

/* 横ライン（PC） */
.steps__list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(var(--dot-size) / 2);
  height: var(--line-thickness);
  background: var(--line);
  z-index: 0;
  border-radius: 999px;
}

.step {
  flex: 1;
  min-width: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  position: relative;
  z-index: 1; /* ラインより前 */
}

.step__dot {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
  margin-bottom: 10px;
}

.step__title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.step__text {
  margin: 6px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* ========== SP：縦並び ========== */
@media (max-width: 640px) {
  .steps {
    --dot-size: 14px;         /* ドットを少し大きく */
    --line-thickness: 3px;    /* 線を太く */
  }

  .steps__list {
    flex-direction: column;
    gap: 22px;                /* 各ステップ間を広げる */
    align-items: stretch;
  }

  /* 横ラインを消す */
  .steps__list::before {
    content: none;
  }

  .step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    padding-bottom: 10px;     /* 線を“長く見せる”余白 */
  }

  /* 縦ライン（SP）— もう少し長く大きく */
  .step::before {
    content: "";
    position: absolute;
    left: calc(var(--dot-size) / 2);
    top: calc(var(--dot-size) + 4px);
    bottom: -18px;            /* ここを伸ばす（長さ） */
    width: var(--line-thickness);
    background: var(--line);
    border-radius: 999px;
    z-index: 0;
  }

  /* 最後だけ線を消す */
  .step:last-child::before {
    content: none;
  }

  .step__dot {
    margin: 2px 0 0;
    flex: 0 0 auto;
    z-index: 1;
  }

  .step__body {
    z-index: 1;
  }

  /* 文字も少し大きく（必要なら） */
  .step__title {
    font-size: 20px;
  }

  .step__text {
    font-size: 15px;
  }
}




/**********比較表**********/
/* ========== Compare Table ========== */
.compare {
  padding: 24px 12px 44px 12px;
}

.compare__wrap {
  max-width: 980px;
  margin: 0 auto;
}

.compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}

/* Header */
.compare__th {
  padding: 16px 14px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  border-right: 2px solid #0f172a00;
}

.compare__th--left,
.compare__th--mid {
  background: linear-gradient(180deg, #111827, #0b1220);
}

.compare__th--right {
  background: #f59e0b; /* オレンジ */
  color: #111827;
}

/* Body cells */
.compare__rowhead,
.compare__cell {
  padding: 16px 14px;
  vertical-align: middle;
  border-bottom: 1px solid #cbd5e1;
}

/* left column (row header) */
.compare__rowhead {
  width: 28%;
  font-weight: 700;
  color: #0f172a;
  background: #d7deeb;
  border-right: 1px solid #cbd5e1;
}

/* middle and right columns */
.compare__cell {
  background: #eef2f7;
  color: #0f172a;
}

/* right column a bit warmer like the screenshot */
.compare__table tbody td:last-child {
  background: #fff7e6;
}

/* zebra for rows (subtle) */
.compare__table tbody tr:nth-child(even) .compare__rowhead {
  background: #cfd8e6;
}
.compare__table tbody tr:nth-child(even) .compare__cell {
  background: #f4f6fb;
}
.compare__table tbody tr:nth-child(even) td:last-child {
  background: #fff3d6;
}

/* emphasis */
.compare__cell--accent {
  color: #f59e0b;
  font-weight: 700;
}
.compare__cell--muted {
  color: #64748b;
}

/* note */
.compare__note {
  margin: 18px 0 0;
  text-align: center;
  color: #475569;
  font-size: 13px;
}

/* ========== SP ========== */
@media (max-width: 640px) {
  .compare__table {
    font-size: 13px;
  }

  .compare__th,
  .compare__rowhead,
  .compare__cell {
    padding: 12px 10px;
  }

  .compare__rowhead {
    width: 34%;
  }
}


/********************/
/* ========== Price Cards ========== */
.price-cards {
  padding: 28px 12px 48px 12px;
  background: #fff;
}

.price-cards__wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.price-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

/* Card */
.p-card {
  position: relative;
  background: #f8fafc;
  border: 1px solid #dbe2ee;
  border-radius: 10px;
  padding: 28px 18px 22px;
  text-align: center;
  box-shadow: 0 2px 0 rgba(15, 23, 42, 0.06);
}

/* orange bottom line */
.p-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 5px;
  background: #f59e0b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.p-card__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: #f59e0b;
}

.p-card__title {
  margin: 6px 0 0;
  font-weight: 800;
  font-size: 20px;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.p-card__price {
  margin: 14px 0 0;
  font-weight: 900;
  font-size: 26px;
  color: #0f172a;
}

.p-card__desc {
  margin: 12px 0 0;
  font-size: 13px;
  color: #475569;
}

/* ========== SP: stack vertically ========== */
@media (max-width: 640px) {
  .price-cards__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .p-card {
    padding: 22px 16px 18px;
  }

  .p-card__title {
    font-size: 18px;
  }

  .p-card__price {
    font-size: 24px;
  }
}




/* counseling */
.counseling {
    text-align: center;

    padding: 50px 0 150px 0;
    background-color: #FAFAFA;

    background-image: url(../img/hibarai-bg.png);
    background-size: cover;
    background-position: center;
}

.flex {
    text-align: left;
}


.containar_point1 {
    background-color: var(--l-blue);
}

.containar_point2 {
    background-color: var(--white);
}

.containar_point3 {
    background-color: var(--l-pink);
}

.counseling_point_containar {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    padding: 35px 0 20px 0;
}

.h3_point1 {
    font-size: 1.5em;
    
    font-weight: 900;
    font-style: normal;
    line-height: 1.6em;
    color: var(--p-blue);

    text-shadow: 2px 2px 0 var(--white),
    -2px 2px 0 var(--white),
    2px -2px 0 var(--white),
    -2px -2px 0 var(--white);
}

.h3_point2 {
    font-size: 1.5em;
    
    font-weight: 900;
    font-style: normal;
    line-height: 1.6em;
    color: var(--p-orange);
    text-shadow: 2px 2px 0 var(--white),
    -2px 2px 0 var(--white),
    2px -2px 0 var(--white),
    -2px -2px 0 var(--white);
}

.h3_point3 {
    font-size: 1.5em;
    
    font-weight: 900;
    font-style: normal;
    line-height: 1.6em;
    color: var(--p-pink);
    text-shadow: 2px 2px 0 var(--white),
    -2px 2px 0 var(--white),
    2px -2px 0 var(--white),
    -2px -2px 0 var(--white);
}

.right_p_blue {
    font-size: 15px;
    
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    color: var(--p-blue);
    margin: 30px 0;
}

.left_p_orange {
    font-size: 15px;
    
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    color: var(--p-orange);
    margin: 30px 0;
    margin-left: 10px;
}

.right_p_pink {
    font-size: 15px;
    
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    color: var(--p-pink);
    margin: 30px 0;
}

.h3_point3_span {
    padding-top: 3px;
    font-size: 0.7em;
    color: var(--pink);
    line-height: 0.5em;
}

.containar_point_right_p {
    position: relative;
    bottom: 10px;
}

.containar_point_left_p {
    position: relative;
    bottom: 20px;

}


.containar_point_right img, .containar_point_left img {
    width: 150px;
    height: auto;
    position: relative;
}



.h2 {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-size: 1.0em;
  font-weight: 900;
  color: var(--main);
  margin-top: 30px;

  padding: .5em .7em;
  border-left: 15px solid #f59e0b;
  color: #333333;
}



.h2_blue {
    font-size: 1.5em;
    
    font-weight: 900;
    font-style: normal;
    line-height: 1.6em;
    color: var(--blue);
}

.p_blue {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    color: var(--blue);
    margin: 30px 0;
    padding: 0 30px;
    text-align: left;
}



/* consultation */

.h2_caremadoblue {
    font-size: 1.2em;
    font-weight: 900;
    font-style: normal;
    line-height: 1.6em;
    color: #334155;
    padding: 0 5px;
}

.p_black {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    color: #000;
    margin-top: 30px;
    padding: 0 10px;
}
.consultation {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex_consultation {
  width: 90%;
  margin: 0 auto;
}

.btn_no {
display: block;
width: 60%;
text-align: center;
padding: 20px 15px;
border-radius: 15px;
margin-top: 70px;
color: #f59e0b;
background-color: #0f172a;
}

.btn_yes {
display: block;
color: #0f172a;
background-color: #f59e0b;
width: 60%;
text-align: center;
padding: 20px 15px;
border-radius: 15px;
margin-top: 70px;
}

.btn_no_span {
  font-size: 10px;
}

.flex_consultation {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* ボタンを縦並びにする */
  align-items: center; /* 中央揃え */
}

.btn_no,
.btn_yes {
  display: block;
  width: 60%;
  text-align: center;
  padding: 20px 15px;
  border-radius: 15px;
  margin-top: 20px; /* 余白を調整 */
}

/* bg-image */
.bg-image {
  height: 500px;
  background-image: url(/img/image-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: -280px;
  opacity: 0.7;
  z-index: -10;
  position: relative;
}




   /* footer */

footer {
  overflow: hidden;
  margin-top: 80px;
}

.footer_end {  
  color: #f59e0b;
  background-color: #0f172a;
  font-size: 0.6em;
  text-align: center;
  height: 30px;
  padding-top: 10px;
}



/***トップへ戻るボタン***/
.pagetop {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: var(--pink);
    padding: 0 0 0 35px;
    border-top: solid 1px;
    opacity: 0;
    transition: .5s;
}

.pagetop  a {
    color: var(--pink);
}

.pagetop::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/


} /* END:max-width:788px */