.section-navi {
    font-family: sans-serif;
    padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
    .section-navi {
        margin-top: 0;
        padding-top: 0;
        padding: 30px 15px;
    }
}

.content {
    width: 100% !important;
    padding: 0 !important;
    font-family: sans-serif;
}

.lp_content {
    width: 100%;
    background: #fff;
    background-size: 80px 80px;
}

.breadcrumb {
    background-color: #fff;
    padding: 0.3rem;
    max-width: 1200px;
    margin: 0 auto;
}


/* 見出し */
.main_title {
    font-size: 25px;
    margin-bottom: 12px;
}

.back_01{
    background: #ffffff;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.back_02{
    background: #f7fbff;
    padding: 50px 0;
    position: relative; 
}

.inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 30px;
    background: #ffffff;
    border: 3px solid #e9eef2;
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    margin-bottom: 40px;
}

.inner_a {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
}

@media screen and (max-width: 768px) {
.back_01{
    padding: 40px 10px;
}

.back_02 {
    padding: 15px 0;
}
.inner{
    padding: 15px;
}
.inner_a{
    border: none;
    box-shadow: none;
    padding: 15px;
}
}

.back_gy {
    background: #f9fafb;
    padding: 20px; 
}
.back_pi {
    background: #fff4fa;
    padding: 20px;
}

/* ボタン */
.bottom-action {
    display: flex;
    justify-content: center;
}
.main-contact-btn {
    display: flex;
    justify-content: center;
    background: #ff8d25;
    color: #fff;
    border: none;
    padding: 18px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 35px;
    cursor: pointer;
    /* box-shadow: 0 4px 10px rgba(230, 0, 126, 0.3); */
    align-items: center;
    width: 400px;
}

@media screen and (max-width: 768px) {
.main-contact-btn {
    font-size: 20px;
    width: 100%;
}
}

.main-contact-btn:hover {
    background-color: #e77409; /* ホバー時の色 */
}

/* 001_メインcontents */
/* セクション全体のラップ */
.support-banner-section {
    width: 100%;
    padding: 20px 0 0;
    background-image: url(/html/user_data/assets/img/original-poly-bag/back_001.webp);
}

@media screen and (max-width: 768px) {
.support-banner-section {
    background-image: none;
}
}

/* インナーコンテナ（幅の制御） */
.support-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* タイトル部分 */
.support-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 24px 0;
}

.support-pink-text {
    color: #e6007e;
}

/* 説明文 */
.support-description {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 32px;
    text-align: center;
    font-weight: bold;
}

.support-red-text {
    color: #d7000f;
    font-weight: bold;
}

/* ボタンレイアウト */
.support-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: center;
    align-items: flex-end;
}

/* メインボタン（ピンク） */
.support-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff8d25;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 50px;
    min-width: 240px;
    transition: background 0.3s;
    font-size: 24px;
    width: 500px;
}

/* サブボタン（枠線） */
.support-btn-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border:1px solid #555;
    color: #555;
    text-decoration: none;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 50px;
    min-width: 240px;
    transition: background 0.3s;
    font-size: 24px;
    width: 500px;
}

@media (max-width: 768px) {
.support-btn-main,
.support-btn-sub {
    font-size: 20px;
    width: 350px;
}
}


.support-btn-main:hover { background-color: #e77409; }
.support-btn-sub:hover {
    background: #f7e1cd;
 }

/* 電話番号 */
.support-tel {
    font-size: 17px;
    text-align: center;
}

/* 画像エリア */
.support-image {
    flex: 0 1 300px;
}

.support-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* モバイル対応 */
@media (max-width: 768px) {
    .support-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .support-title {
        font-size: 22px;
    }
    .support-description {
        font-size: 15px;
    }
    .support-btns {
        display: flex;
        flex-direction: column;
        /* padding: 0 15px; */
        align-items: center;
    }
    .support-image {
        order: -1; /* スマホでは画像を上に */
        width: 60%;
    }
    .support-tel {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .support-image {
        order: -1;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .support-image img {
        width: 40%;
        height: auto;
        display: block;
    }
    .support-image {
        flex: 0;
    }
}



/* 004_ご相談・お見積り */
.contact-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #e6007e;
    text-align: center;
}

.contact-text {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
.contact-title {
    font-size: 22px;
}
.contact-text {
    font-size: 17px;
    padding: 0 30px;
}
.solution-footer {
    margin-bottom: 24px;
    text-align: center;
    font-size: 22px;
}
}

.contact-button {
    display: inline-block;
    font-size: 20px;
    background-color: #e6007e;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 12px;
    transition: background-color 0.3s;
    width: 50%;
}
.contact-button:hover {
    background-color: #c5006d; /* ホバー時の色 */
}


/* 005_よくあるご質問 */
.accordion-002 {
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #fff;
}
.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::before,
.accordion-002 summary::after {
    position: absolute;
    right: calc(2em + 2.5px);
    width: 3px;
    height: 15px;
    border-radius: 5px;
    background-color: #e60076;
    content: '';
}

.accordion-002 summary::before {
    rotate: 90deg;
}

.accordion-002 summary::after {
    transition: rotate .3s;
}

.accordion-002[open] summary::after {
    rotate: 90deg;
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    transition: transform .5s, opacity .5s;
    font-size: 18px;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 768px) {
.accordion-002 summary {
    font-size: 16px;
}
.accordion-002 p {
    font-size: 16px;
}
}

/* .unker_link{
    margin-top: -100px;
    padding-top: 100px;
} */

/* 基本設定 */

.main-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    padding: 14px;
    border-radius: 10px;
    background: #1a5e7a;
    /* margin-bottom: 27px; */
    /* color: #e6007e; */
    text-align: center;
    color: #fff;
}

.sub-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 21px;
}

.help-section {
    background-color: #f8fbff; /* 少しだけ明るく透明感のある青系へ */
    padding: 80px 20px;
    color: #2d3748; /* 真っ黒ではなく深いグレーで目に優しく */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
}

.help-header {
    margin-bottom: 40px;
    text-align: center; /* タイトルを中央寄せにすると安定感が出ます */
}

/* カードグリッド */
.help-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.help-card {
    background: #ffffff;
    border: 1px solid #ccc; /* 線を少し細く */
    border-radius: 20px; /* 角を少し丸めて柔らかい印象に */
    padding: 28px 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    position: relative;
}

/* ホバー時の挙動をリッチに */
.help-card:hover {
    border-color: #e6007e;
}
.help-card.active {
    border-color: #e6007e;
    /* box-shadow: 0 8px 20px rgba(230,0,126,0.15); */
    background-color: #fff;
}

.card-index {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 35px;
    height: 35px;
    background-color: #fce7f3;
    color: #e6007e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
}

.card-main h3 {
    font-size: 20px;
    margin: 0 0 10px;
    height: 3em;
    display: flex;
    align-items: center;
    color: #e6007e;
}

.card-main p {
    font-size: 17px;
    margin-bottom: 20px;
}

.help-btn {
    margin-top: auto;
    border: 1.5px solid #e6007e;
    color: #e6007e;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s;
    position: relative;
}

.help-card.active .help-btn {
    background: #e6007e;
    color: #fff;
}

/* 詳細エリア */
.help-detail-box {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}

.detail-panel {
    display: none;
    flex-direction: column;
    animation: helpFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.detail-panel.active {
    display: flex;
}

.detail-header-inner {
    padding: 18px 40px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    background: #f8fbff;
    font-size: 20px;
}

.detail-body {
    display: flex;
    gap: 50px;
    padding: 30px 60px;
}

.detail-info {
    flex: 1.3;
}

.detail-visual {
    flex: 0.7;
}

.opp_img_content {
    flex: none;
}

.detail-visual img {
    width: 100%;
    border-radius: 16px;
    height: 300px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.opp_img {
    width: 100%;
    height: 380px !important;
}

@media screen and (max-width: 768px) {
.main-title {
    font-size: 22px;
}
.sub-title {
    font-size: 16px;
}
.opp_img {
    height: 280px !important;
}
}


.detail-tag {
    display: inline-block;
    background: #fff0f6;
    color: #e6007e;
    padding: 6px 16px;
    border-radius: 50px; /* 完全に丸く */
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.detail-info h4 {
    font-size: 22px;
    margin: 0 0 24px;
    line-height: 1.4;
}

.detail-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
.detail-list li {
    font-size: 14px;
}
}

.detail-list li::before {
    content: "✔"; /* 点からチェックマークへ変更して「解決感」を演出 */
    color: #ff8d25;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* アニメーション */
@keyframes helpFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* レスポンシブ */
@media (max-width: 900px) {
    .help-card-grid { grid-template-columns: repeat(1, 1fr); gap: 12px; }
    .detail-body { flex-direction: column; padding: 30px; gap: 30px; }
    .detail-visual { order: -1; } /* スマホでは画像を先に */
    .detail-info h4 { font-size: 20px; }
}

.tyuui{
    font-size: 15px;
}

.help-btn::before, 
.help-btn::after {
    position: absolute;
    right: 25px;
    width: 2px;
    height: 10px;
    top: 19px;
    border-radius: 5px;
    background-color: #e60076;
    content: '';
    transition: rotate .3s ease, background-color .3s ease;
}

.help-btn::before {
    rotate: 0deg; 
}

.help-btn::after {
    rotate: 90deg;
}

.help-card.active .help-btn::before {
    rotate: 90deg;
    background-color: #ffffff;
}

.help-card.active .help-btn::after {
    rotate: 90deg; 
    background-color: #ffffff;
}

.opp-button {
    margin: 20px 0; /* 中央寄せにしたい場合は auto を追加 */
    width: 100%;
}

.opp-button a {
    display: block;      /* リンクをブロック要素にして幅いっぱいに広げる */
    background: #0092e6;
    padding: 12px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;         /* 文字色 */
    text-decoration: none; /* リンクの下線を消す */
}

@media screen and (min-width: 600px) {
    [class*=button]:hover{
        opacity: 0.8 !important;
        cursor: pointer;
        transition: all 0.2s ease;
    }
}

.ymarker {
padding: 0 2px;
background: linear-gradient(transparent 70%, #ffff25 10%);
}

.text_yellow{
    color: #ffff25;
}



/* 野村さんのっ強い要望によるフッターコンテンツの非表示 */
/* よくある質問と新着商品、閲覧した商品 */
.main-footer__wrap{
    display: none !important;
}

.main-footer__information {
    margin-top: 0 !important;
}


/* フッター内カテゴリー一覧 */
.footernav__item{
    display: none !important;
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #e60076;
  -webkit-box-shadow: 0 5px 0 #e60076;
  box-shadow: 0 5px 0 #f3aad0;
  width: 50%;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #e60076;
  border: 2px solid #e60076;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e60076 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #e60076;
  -webkit-box-shadow: 0 2px 0 #e60076;
  box-shadow: 0 2px 0 #f3aad0
}

/* コンテンツ修正 */
.c-custom-title { 
    font-size: 1.25rem; 
    margin-bottom: 0.2em; 
    font-weight: bold;
}

.c-custom-subtitle { 
    font-size: 0.85rem; 
    color: #666; 
    margin-bottom: 1.5em; 
}

/* --- タブボタンのグリッド配置 (3x2) --- */
.c-custom-tab-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 12px;
    margin-bottom: 20px;
}

.c-custom-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    width: 100%;
    border: 2px solid #e9eef2;
    background: #fff;
    /* padding: 10px; */
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s ease;
    line-height: 1.3;
}

/* ホバー・アクティブ状態 */
.c-custom-tab-btn:hover {
    background: #fef0f7;
    border: 2px solid #ffd0e8;
}

.c-custom-tab-btn.is-active {
    background: #fef0f7;
    border: 2px solid #ffd0e8;
}

/* --- コンテンツ表示エリア --- */
.c-custom-content-box {
    border: 3px solid #e9eef2;
    border-radius: 20px;
    padding: 30px 40px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    /* min-height: 220px; */
}

/* PCでは高さを完全に固定することで、下の要素が動くのを防ぎます */
/* @media (min-width: 768px) {
    .c-custom-content-box {
        height: 230px; 
    }
} */

.c-custom-panel {
    display: none;
    /* 動きを止めるため、最新コードにあった translateY を削除し 
       透明度(opacity)の変化だけに限定しました。
    */
    animation: c-fade 0.2s ease;
}

.c-custom-panel.is-active { 
    display: block; 
}

@keyframes c-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.c-custom-panel-title { 
    margin-top: 0; 
    font-size:22px; 
    margin-bottom: 15px; 
    font-weight: bold;
    color: #e6007e;
}

.c-custom-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.c-custom-consult-link {
    display: inline-block;
    /* border: 1px solid #e6007e; */
    padding: 12px 25px;
    border-radius: 100px;
    color: #e6007e;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    transition: 0.3s;
    width: 25%;
    text-align: center;
    background: #e6007e;
    color: #fff;
}

.c-custom-consult-link:hover {
    color: #ffff10;
}

/* --- レスポンシブ調整 --- */
@media (min-width: 768px) {
    .c-custom-consult-link {
        position: absolute;
        right: 15px;
        bottom: 15px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .c-custom-tab-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .c-custom-tab-btn {
        font-size: 14px;
        min-height: 48px;
    }
    /* スマホでは高さ固定を解除（文章が入りきらなくなるため） */
    .c-custom-content-box {
        height: auto;
        min-height: 250px;
        padding: 20px;
    }
.c-custom-consult-link {
    display: inline-block;
    width: 100%;
    }
}

@media (max-width: 480px) {
    .c-custom-tab-list {
        grid-template-columns: 1fr;
    }
}

  .hk-faq {
    background: #f7fbff;
        margin-top: -100px;
        padding-top: 125px;
  }
 
  .hk-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
  }
 
.hk-faq__title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
 
  .hk-faq__list {
    margin-top: 24px;
    display: grid;
    gap: 12px; /* gap-3 */
  }
 
  .hk-faq__item {
    background: #ffffff;
    border: 1px solid #f1f5f9; /* slate-100 */
    border-radius: 24px; /* rounded-3xl */
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06); /* shadow-sm */
    overflow: hidden;
  }
 
  .hk-faq__q {
    width: 100%;
    text-align: left;
    padding: 20px 24px; /* py-5 px-6 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
 
  .hk-faq__q:focus-visible {
    outline: 3px solid rgba(236, 72, 153, 0.25); /* pink focus ring */
    outline-offset: 2px;
  }
 
  .hk-faq__qtext {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
  }
 
  .hk-faq__icon {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #e2e8f0; /* slate-200 */
    display: grid;
    place-items: center;
    color: #64748b; /* slate-500 */
    transition: transform 180ms ease;
    flex: 0 0 auto;
    font-weight: 700;
    line-height: 1;
    user-select: none;
  }
 
  /* open時の「＋が45度回転」 */
  .hk-faq__item.is-open .hk-faq__icon {
    transform: rotate(45deg);
  }
 
  .hk-faq__a {
    padding: 0 24px 24px;
    margin-top: -4px; /* -mt-1 っぽい */
  }
 
  .hk-faq__atext {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
  }
 
  .hk-faq__cta {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #db2777; /* pink-600 */
    text-decoration: none;
  }
 
  .hk-faq__cta:hover {
    color: #be185d; /* pink-700 */
  }
 
  /* レスポンシブ微調整 */
  @media (max-width: 640px) {
    .hk-faq__container {
      padding: 16px;
    }
    .hk-faq__q {
      padding: 18px 18px;
    }
    .hk-faq__a {
      padding: 0 18px 18px;
    }
    .hk-faq__qtext {
        font-size: 14px;
    }
    .hk-faq__atext {
        font-size: 14px;
    }
  }

.mini-title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.kirikae_title{
    font-size: 16px;
    font-weight: normal;
    margin-left: 8px;
}
.c-custom-tab-btn img{
    margin-right: 5px;
}

@media (max-width: 767px) {
.kirikae_title {
    font-size: 13px;
    font-weight: normal;
    margin-left: 8px;
}
}

.bold{
    font-weight: bold;
}

/* 下向き矢印（CSSのボーダーで作成） */
.arrow {
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #e98b7d; /* ピンクがかったオレンジ */
  border-right: 2px solid #e98b7d;
  transform: rotate(45deg);
  margin: 0 auto 40px;
}

.c-custom-horizontal-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 15px; /* 項目同士の隙間 */
  font-size: 16px;
}

@media (max-width: 767px) {
.c-custom-horizontal-list {
　flex-direction: column;
}
}


.c-custom-horizontal-list li {
  display: flex;
  align-items: center; /* 枠と文字の高さを揃える */
}

/* チェックマークを囲む四角の設定 */
.c-custom-horizontal-list li::before {
    content: "✔";
    color: #e6007e;
    border: 1.5px solid #888888;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
}

.bold {
  font-weight: bold;
  margin-bottom: 10px;
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.c-tag-list li {
    background: #f7f7f7;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.9em;
    border: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 10px;
}


.c-consult-list {
  list-style: none;
  padding: 0;
}

.c-consult-list li::before {
  content: "💬"; /* 吹き出しアイコン */
  margin-right: 5px;
  font-size: 1.1em;
}

/* 追加コンテンツのスタイル */
.c-custom-estimate-extra {
    display: none; /* 初期は非表示 */
    width: 100%;
    margin-top: 20px;
    padding: 30px 40px;
    border: 3px solid #e9eef2;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box; /* 枠線が外にはみ出さないように */
    text-align: left;
    clear: both; /* 回り込み解除 */
}

.c-extra-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.8em;
    color: #e6007e;
}

.c-extra-body p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.6;
}

.c-extra-link {
    margin-top: 15px;
    font-size: 16px;
}

.c-extra-link a {
    color: #0066cc;
    text-decoration: underline;
}

/* 既存のパネル表示用CSS（念のため） */
.c-custom-panel {
    display: none;
}
.c-custom-panel.is-active {
    display: block;
}

@media (max-width: 767px) {
.c-custom-horizontal-list {
    font-size: 14px;
    flex-direction: column;
}
.c-tag-list li {
    font-size: 14px;
}
}

/* 基本は非表示（PCサイズ） */
.sp-br {
  display: none;
}

/* スマホサイズ（一般的に767px以下）の時だけ表示 */
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}

/* 1. PCではスマホ用画像を隠す */
.sp-content {
    display: none;
}

/* 2. スマホサイズ（767px以下）の切り替え */
@media screen and (max-width: 767px) {
    /* PC用のテキストエリアを非表示 */
    .pc-content {
        display: none;
    }

    /* ★追加：PC用のスタッフ画像も非表示にする */
    .support-image {
        display: none;
    }

    /* スマホ用の画像を表示 */
    .sp-content {
        display: block;
        margin-bottom: 20px; /* 下のボタンとの間に少し隙間をあける */
    }

    .sp-image {
        width: 100%;
        height: auto;
        display: block;
    }
}

/* セクション全体の余白 */
.gallery-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 見出し */
.gallery-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* リード文 */
.gallery-lead {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* 画像コンテナ */
.gallery-container {
  display: flex;
  flex-wrap: wrap; /* 折り返しを許可 */
  gap: 20px;       /* 画像同士の隙間 */
  justify-content: flex-start; /* 左寄せ（中央寄せならcenter） */
}

/* 各画像アイテムの枠 */
.gallery-item {
  /* 5枚並べる計算：(100% - 隙間20px * 4個) / 5枚 = 約18% */
  flex: 0 0 calc((100% - 80px) / 5); 
  aspect-ratio: 1 / 1; /* 正方形に統一（必要に応じて調整） */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 画像自体のスタイル */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 画像全体を表示（隙間なく埋めるならcover） */
  transition: transform 0.3s ease;
}

/* ホバー時に少し大きくする演出（任意） */
.gallery-item img:hover {
  transform: scale(1.05);
}

/* レスポンシブ：スマホ表示（2〜3列） */
@media (max-width: 768px) {
  .gallery-item {
    flex: 0 0 calc((100% - 20px) / 2); /* 2列にする場合 */
  }
}

@media (max-width: 480px) {
  .gallery-lead br {
    display: none; /* スマホでは改行を解除 */
  }
}

/* セクションタイトル */
.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

/* カードを包むコンテナ */
.reasons-container {
  display: flex;
  gap: 20px; /* カード間の隙間 */
  justify-content: center;
  flex-wrap: wrap; /* スマホで折り返す */
}

/* 各カードのスタイル */
.reason-card {
    flex: 1;
    border: 1.5px solid #333;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    box-sizing: border-box;
}

/* 理由ラベル（青いボックス） */
.reason-label {
    display: inline-block;
    background-color: #1a5e7a;
    color: #fff;
    font-size: 18px;
    padding: 8px 25px;
    border-radius: 8px;
    /* position: absolute; */
    top: 25px;
    left: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

/* カード内の見出し */
.reason-heading {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.3;
}

/* カード内の説明文 */
.reason-text {
  font-size: 1.6rem;
  margin: 0;
  text-align: justify;
}

/* スマホ表示用の微調整 */
@media (max-width: 768px) {
  .reasons-container {
    flex-direction: column;
    align-items: center;
  }
.reason-card {
    border-radius: 10px;
    padding: 30px 20px;
}
.reason-heading {
    font-size: 20px;
}
}

/* セクション全体の余白 */
.request-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 見出し */
.request-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

/* 角丸の枠（親要素） */
.request-box {
    border: 1.5px solid #333;
    border-radius: 20px;
    padding: 30px 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
/* 枠内のFlexboxコンテナ */
.request-content-wrapper {
  display: flex;
  justify-content: space-between; /* 左右に広げる */
  align-items: center;           /* 縦中央揃え */
}

/* リスト部分 */
.request-list {
  list-style: none; /* デフォルトの・を消す */
  padding: 0;
  margin: 0;
  flex: 1; /* 残りの幅を埋める */
}

.request-list li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  position: relative;
  padding-left: 1.2rem; /* 文頭の「・」用のスペース */
  text-indent: -1.2rem; /* 文頭の「・」用のスペース */
}

/* 擬似要素で文頭の「・」を付ける（画像のように少し大きく・濃く見せるため） */
.request-list li::before {
  content: '・';
  font-weight: bold;
}

/* 画像エリア */
.request-character-image {
  flex: 0 0 300px; /* 画像の幅を固定 */
  text-align: right; /* スマホ時の位置調整用 */
}

.request-character-image img {
  width: 100%;     /* 親要素の幅いっぱい */
  height: auto;    /* アスペクト比を維持 */
  display: block;  
}

.request-lead {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin: 40px 0 25px;
}

/* --- レスポンシブ（スマホ対応） --- */
@media (max-width: 768px) {
  /* 角丸の余白を小さく */
  .request-box {
    padding: 25px 20px;
    border-radius: 10px; /* 角丸も少し緩やかに */
  }

  /* スマホでは縦並びにする */
  .request-content-wrapper {
    flex-direction: column-reverse; /* 画像が上、テキストが下（好みで） */
    align-items: flex-start;       /* 左寄せ */
    gap: 20px;
  }

  /* テキスト部分の幅調整 */
  .request-list {
    width: 100%;
  }
  .request-list li {
    font-size: 1rem;
    text-align: justify; /* 両端揃え */
  }

  /* 画像部分の幅調整 */
  .request-character-image {
    width: 100%; /* 全幅に */
    text-align: center; /* 中央寄せ */
    flex: 0 0 50px;
  }
  .request-character-image img {
    max-width: 120px; /* スマホでは少し小さく */
    margin: 0 auto;  /* 中央寄せ */
  }

  /* 下部のリード文 */
  .request-lead {
    font-size: 1.5rem;
  }
}

.icon_gazou {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* スライダー */
.swiper-slide {
  opacity: .3; /* 左右のスライドを薄くする */
  transform: scale(.8); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}
.swiper-slide img {
  height: auto;
  border: 1px solid #ccc;
}
.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::before, .heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #ff9900; 
    content: '';
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

@media (max-width: 767px){
.heading-16 {
    font-size: 16px;
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 15px;
}

.heading-16::before, .heading-16::after {
    width: 3px;
    height: 25px;
    background-color: #ff9900; 
    content: '';
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 15px;
}
}

.mv-wrap {
    display: flex;
    justify-content: center;
}

/* 関連特�? */
.feature_list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 24px;
	padding-bottom: 40px;
	margin-top: 30px;
}

.feature_list>li {
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}

.feature_list>li a {
	display: flex;
	flex-direction: column;
	color: #333;
}

.feature_list>li a:hover {
	opacity: 0.7;
}

.feature_list>li img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.feature_list>li .name {
	margin: 8px 0;
	line-height: 1.4;
	font-size: 1.5rem;
	font-weight: bold;
}

.feature_list>li .comment {
	line-height: 1.4;
	color: #555;
	font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
	.feature_list>li {
		width: calc((100% - 24px) / 2);
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.feature_list>li .name {
		font-size: 1.8rem;
	}

	.feature_list>li .comment {
		font-size: 1.3rem;
	}
}

/* --- 改行の制御 --- */

/* 1. まずはPC用をデフォルトで表示、スマホ用を非表示にする */
.pc-br {
    display: inline;
}
.sp-br {
    display: none;
}

/* 2. スマホサイズ（767px以下）の時に表示を逆転させる */
@media screen and (max-width: 767px) {
    .pc-br {
        display: none;
    }
    .sp-br {
        display: inline;
    }
}
/* 基本はスマホ用以外を消す */
.pc-only {
    display: none;
}

/* 画面幅が768px以上のとき */
@media screen and (min-width: 768px) {
    .pc-only {
        display: block;
    }
    .sp-only {
        display: none;
    }
}

.form_culumn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}