    /* 文字色サイズ基本設定 */
    h1, h2, h3, div {
      color: #404040;
    }
    h4, h5, h6 {
      color: #353535;  
    }
    p, ul, li {
      color: #434343;
    }
    h2 {
      font-size: 28px;
    }

    /* Edge対応 */
    img {
        pointer-events: none;
    }

    /* パンくずリストライン版　*/
    .breadcrumb {
        background-size: cover;
        /*background-color: #f1f2f2;*/
        padding: 10px 0 10px 60px;
        margin-top: 82px;
    }

    .breadcrumb-001 {
        display: flex;
        gap: 0 22px;
        list-style: none;
        padding: 0;
        font-size: .9em;
    }

    .breadcrumb-001 li {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
    }

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
    position: relative;
}

.breadcrumb-001 a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #434343;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.breadcrumb-001 a:hover::after {
    transform: scaleX(1);
}
    @media only screen and (max-width: 750px) {
    .breadcrumb {
        padding: 10px 0 10px 10px;
        }
    }




    /* 画像アイコン　*/
    .titleimage {
        max-width: 80%;
        max-height: 50px;
        width: auto;
    }


    /* コンテンツ背景あり　*/
    .feature-service {
        background-color: #f1f2f2;
        padding:60px 0;
    }

    /* コンテンツ背景なし　*/
    .sub-service {
        background-color: #fff;
        padding:60px 0;
    }


    /*--------------------------------------------
    CONTENT
    --------------------------------------------*/

    .newpage-content {
        background-position: left top 340px;
        padding: 60px 0 100px 0;
    }


    /********* sp *********/

    @media only screen and (max-width: 750px) {
        .newpage-content {
            background: none;
            padding: 40px 0 0 0;
        }
    }

/* メインタイトル */
    .top-title {
        font-size: 26px;
        font-weight: 600;
        display: flex;
        align-items: center;
        margin: 20px auto 0;
        padding-top: 50px;
        max-width: 900px;
        gap: 10px;
    }
    .top-title h1 {
        font-size: 1.8rem;
        font-weight: 600;
    }    
    .top-title img {
        height: 60px;
        max-width: 60px;
        object-fit: contain;
        align-items: center;
    }
    @media screen and (max-width: 750px) {
       .top-title {
            font-weight: 600;
            margin-bottom: 8px;
            padding-left: 20px;
            padding-top: 10px;
            gap: 5px;
        }  
        .top-title h1 {
            font-size: 1.6rem;
            font-weight: 600;
        }          
        .top-title img {

        }
    }    

/* セクションタイトル */
    .section-title {
        text-align: center;
　　　　 position: relative;
        margin: 30px 0 50px;
        padding: 30px 0;
    }
    .impact-intro {
        font-weight: 600;
        font-size: 2.25rem;
        margin-top: 10px;
        margin-bottom: 8px;
        text-align: center;
        margin: 0 auto;
        position: relative;
        display: inline-block;

    }
    .impact-intro::after {
        content: '';
        position: absolute;
        border-bottom: 2px solid #F4DDE2;
        width: 150px;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        background-color: #F4DDE2;
    }
    .emphasis {
        font-weight: 600;
        font-size: 3.1rem;
        color: #D23056;        
    }
    .width-180 {
        color: #404040;
        font-weight: 800;
        font-size: 30px;
        margin-bottom: 8px;
        line-height: 2;
        padding:0 .4em .2em;
        border-bottom: 8px solid #d23056;
        width: 180px;
        margin: 0 auto;
     }
    .width-300 {
        color: #404040;
        font-weight: 800;
        font-size: 30px;
        margin-bottom: 8px;
        line-height: 2;
        padding:0 .4em .2em;
        border-bottom: 8px solid #d23056;
        width: 300px;
        margin: 0 auto;
     }
    .width-420 {
        color: #404040;
        font-weight: 800;
        font-size: 30px;
        margin-bottom: 8px;
        line-height: 2;
        padding:0 .4em .2em;
        border-bottom: 8px solid #d23056;
        width: 420px;
        margin: 0 auto;
     }
    .width-500 {
        color: #404040;
        font-weight: 800;
        font-size: 30px;
        margin-bottom: 8px;
        line-height: 2;
        padding:0 .4em .2em;
        border-bottom: 8px solid #d23056;
        width: 500px;
        margin: 0 auto;
     }
    @media screen and (max-width: 750px) {
        .width-180 {
            font-size: 24px;
            max-width: 350px;
            border-bottom: 6px solid #d23056;
        }   
        .width-300 {
            font-size: 24px;
            max-width: 350px;
            border-bottom: 6px solid #d23056;
        }        
        .width-420 {
            font-size: 24px;
            max-width: 350px;
            border-bottom: 6px solid #d23056;
        }
        .width-500 {
            font-size: 24px;
            max-width: 350px;
            border-bottom: 6px solid #d23056;
        }
    }
    .section-title .sub-title {
        font-family: 'Roboto', "Helvetica Neue", "Helvetica", "Hiragino Sans", sans-serif;
        display: block;
        color: #DAA9B5;
        font-weight: bold;
        font-size: 24px;
    }

/* コンテンツA */
    .main-a {
      background: #fff;
      background-size: cover;
      display: block;
      padding: 1rem 1rem;
      max-width: 1000px;
      margin: 0 auto;
    }
    .main-a h3 {
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        margin: 20px 0;    
    }
    .main-a p {
        font-size: 1rem;
        color: #454545;
        text-align: center;
    }
    @media screen and (max-width: 750px) {
        .main-a h2 {
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 8px;
            text-align: center;
        }   
        .main-a h3 {
            font-weight: 600;
            font-size: 18px;
            text-align: center;
        }
        .main-a p {
            text-align: left;
        }

    }
/* コンテンツA --end */

/* コンテンツB */
    .main-b {
        background: #F1F2F2;
        background-size: cover;
        display: block;
        padding: 2rem 1rem 4rem;
    }
    .main-b h2 {
        font-size: 28px;
        text-align: center;
        font-weight: 600;
    }
    .main-b p {
        font-size: 20px;
        text-align: center;
    }
/*    .main-b h2 span {
        color: #d23056;
    }*/
    /*---- h2のPC改行・スマホ一行の設定 ----*/
    /* デフォルト：スマホ（1行表示） */
    .br-pc {
      display: inline;
    }

    /* PCでは改行（= ブロック要素に） */
    @media (min-width: 768px) {
      .br-pc {
        display: block;
      }
    }

    @media screen and (max-width: 750px) {
        .main-b h2 {
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 8px;
            text-align: center;
        } 
    }
    .main-b p {
        color: #454545;
        text-align: center;
    }
/* コンテンツC */
    .main-e {
        background: #F4DDE2;;
        background-size: cover;
        display: block;
        padding: 1rem;
    }
    .main-e h2 {
        font-size: 24px;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 600;
        color: #fff;
    }
    .main-e h2 span {
        color: #fff;
    }

    @media screen and (max-width: 750px) {
        .main-e h2 {
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 8px;
            text-align: center;
        }   
    }
    .main-e p {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }

/* コンテンツD */
/*  背景あり下向き三角  */
    .main-d {
        background: #F1F2F2;
        background-size: cover;
        display: block;
        padding: 2rem 1rem;
    }
    .main-d h2 {
     　 font-size: 1.5rem;
        text-align: center;
        font-weight: 600;
    }
    .main-d p {
        font-size: 1rem;
        color: #454545;
        text-align: center;
    }
    @media screen and (max-width: 750px) {
        .main-d p {
            text-align: left;
        }
    }

   .main-d-after {
        margin: 0 auto 30px;
       position:relative;
    }
    .main-d-after ::after {
/*        content: '';
        display: block;
        background-color: #F1F2F2;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        width: 100%;
        height: 120px;
        position:relative;*/
        content: '';
        position: absolute;
        left: 0;
        bottom: -118px;
        width: 100%;
        height: 120px;
        background-color: #F1F2F2;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        z-index: 1;
    }
    @media screen and (max-width: 750px) {
        .main-d-after ::after {
            height: 80px;  
            bottom: -79.5px;      
        }
    }

/*  下向き三角ここまで  */


/*****************/
/*    about      */
/*****************/
    .intro {
        font-weight: 600;
        font-size: 2.25rem;
        margin-top: 50px;
        margin-bottom: 8px;
        text-align: center;
    }
   .emphasis {
        font-weight: 600;
        font-size: 3.1rem;
        color: #D23056;        
    }
    .about-c {
        display: flex;
        align-items: center;
        margin: 20px auto;
        justify-content: center; /* 中央揃え */
        max-width: 1000px;
    }
    .about-text {
        font-size: 16px;
        flex: 1; /* 1:1配置のため */
        max-width: 500px;
        height: auto;
    }
    .about-text p {
        color: #434343;
        line-height: 1.8;
        text-align: left;
    }
    .about-c img {
        flex: 1; /* 1:1配置のため */
        max-width: 350px;
        height: auto;
        padding: 10px 5px;
    }
    @media screen and (max-width: 750px) {
        .about-c {
            flex-direction: column;
            gap: 1.2rem;
            padding: 0 20px;
        }
        .about-text, .about img {
            flex: none;
            max-width: 100%;
            width: 100%;
        }

        .about-text {
            font-size: 15px;
            line-height: 1.6;
        }
    }
/* About --end */


/*****************/
/*    お悩み      */
/*****************/
    /* お悩みA */
    .problem-box-a {
        display: flex;
        gap: 25px;
        justify-content: center;
        flex-wrap: nowrap;
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .example{
        font-size: 1.2rem;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 400;
    }
    .plobrem-text{
        font-size: 1.2rem;
        text-align: center;
        font-weight: 400;
        margin-top: 50px;
        margin-bottom: -20px;
    }
    @media screen and (max-width: 750px) {
    .plobrem-text{        
        margin-bottom: -20px;
        }
    }
    .problem-item-a {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        flex: 1;
        max-width: 350px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        text-align: center;
    }
    .problem-item-a img {
        width: 50%;
        height: auto;
        margin-bottom: 5px;
        padding: 5px;
    }
    .problem-item-a h3 {
        border-bottom: 1px solid #A1BEB1;
        margin: 0 10px ;
        padding: 10px 0 15px;    
        font-weight: 500;
        /* width: 230px;*/
        text-align: center;
        font-size: 16px;
    }
    .problem-item-a h3 span{
        color: #D23056;
        font-size: 19px;
        font-weight: 600;
    }
    .problem-item-a p {
        margin: 0 10px ;
        padding: 15px 0;    
        font-size: 15px;
        color: #333;
        line-height: 1.6;
        text-align: center;
    }
    .lead { 
        font-size: 28px;
        margin-top: 80px;
        text-align: center;
        font-weight: 600;
        line-height: 1.8;
    }
    .lead span { 
        font-size: 28px;
        color: #D23056;
        font-weight: 600;
    }
    /* お悩みレスポンシブ */
    @media screen and (max-width: 750px) {
        .problem-box-a {
            flex-direction: column;
            align-items: center;
        }
        .problem-item-a {
            max-width: 100%;
            width: 90%; /* 画面幅に合わせて均一化 */
          }
    }
    .resolution {
        font-weight: 600;
        font-size: 2.25rem;
        margin-top: 80px;
        margin-bottom: 8px;
        text-align: center;
    }
    .resolution span {
        font-weight: 600;
        font-size: 3.1rem;
        color: #D23056;        
    }
    @media screen and (max-width: 750px) {
        .resolution {
            font-size: 1.8em;
        }        
    }
    /* 課題が見える */
    .task {
        display: flex;
        gap: 10px;
        justify-content: center;
        flex-wrap: nowrap;
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 30px;  
        padding: 30px 0;      
    }
    .task-wrap img {
        max-width: 300px;
        height: auto;
        padding: 10px;
        margin-bottom: 20px;
    }
    .task-wrap {
        position: relative;
        padding: 20px 10px;
        max-width: 550px;
        width: 50%;
        flex: 1;
        text-align: center;
    }
    @media screen and (max-width: 750px) {
        .task {
            display: block;
        }
        .task-wrap {
            width: 100%;
        }        
    }

    /* titleとボックス　２カラム */
    .task-wrap .heading p {
        color: #fff;
        font-weight: 400;   
        font-size: 18px;
    }
    .task-wrap .box-cont {
        padding: 3em 2em 2em;
    }
    .box-2area {
        position: relative; /* タイトルをボックス内の左上に配置するための基準 */
        margin: 0 auto 1em; /* 外側の余白（上下と中央配置） */
        border: 3px solid #E8E8E8; 
        border-radius: 10px; 
    }
    .box-2area .box-title {
        background-color: #D23056;
        color: #fff;
        padding: 0.5em 1.5em;
        position: absolute; 
/*        top: -0.8em; 
        left: 1em; */
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block; /* タイトルの幅を内容に合わせる */
        border-radius: 10px; 
        width: 450px; /* タイトル幅を内容に応じて可変にする */
        max-width: calc(100% - 2em); /* 左右の余白を考慮して最大幅を調整 */
        white-space: nowrap; /* タイトルを1行に固定 */
        overflow: hidden; /* はみ出した部分を非表示 */
        /*text-overflow: ellipsis; *//* 省略記号（...）を表示 */
        font-size: 20px;
        font-weight: 600;
    }
    @media screen and (max-width: 750px) {
        .box-2area .box-title {
            font-size: 0.95rem;         
            font-weight: 500;
        }
    }
    .box-2area .box-content {
        padding: 2em 2em 1em; /* 上部の余白を多めに確保し、タイトルと本文が重ならないようにする */
    }
    @media screen and (max-width: 750px) {
        .box-2area .box-content {
            padding: 2em 1.5em 1em;
        }        
    }
    .box-2area p {
        margin: 0; /* 段落の余白をなくして統一感を出す */
    }
    .box-2area .box-content  ul {
        padding: 20px 0;
        padding-left: 20px;
        max-width: 500px;
    }

/* 0604仮非表示 */
/*    .box-2area .box-content  li {
        display: flex;
        align-items: flex-start;
        gap: 0 10px;
        padding: .3em;
        font-size: 20px;
        font-weight: 400;
    }*/

.box-2area .box-content li {
    position: relative;
    padding-left: 1.5em;
    font-size: 20px;
    font-weight: 400;
    list-style: none;
    text-align: left;
    padding-top: 5px;
}

.box-2area .box-content li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    margin-top: 10px; 
    border-bottom: 4px solid #daa9b5;
    border-left: 4px solid #daa9b5;
    transform: rotate(-45deg) translateY(-1.5px);
    margin-right: 0.5em; /*  ← これでテキストとの余白がつきます */
    position: absolute;
    left: 0;
}

    .box-2area .box-content li .highlight {
        background:linear-gradient(transparent 70%, #FFD7DF 70%);
        font-weight: 600;
    }
    .box-2area .box-content li .text {
        display: inline;
    }

    @media screen and (max-width: 750px) {
        .box-2area .box-content  li {
            font-size: 1.3em;         
            font-weight: 500;
            text-align: left;
        }
    }
/* 0604仮非表示 */
/*    .box-2area .box-content  li::before {
        display: inline-block;
        width: 10px;
        height: 5px;
        margin-top: 10px; 
        border-bottom: 4px solid #daa9b5;
        border-left: 4px solid #daa9b5;
        transform: rotate(-45deg) translateY(-1.5px);
        content: '';
        flex-shrink: 0; 
    ｝ 

/**************/
/*  サービス    */
/*************/
/*V太字版*/
    .title-lead {
        text-align: center;
    }

    .title-lead h3{ 
        font-size: 24px;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 600;
        position: relative;
        display: inline-block;
        padding-bottom: 20px;
        border-bottom: 2px solid #434343;
        letter-spacing: .02em;
    }
    .title-lead h3 span {
        font-size: 30px;
        color: #D23056;
    }
    .title-lead h3:after,.title-lead h3:before {
        position: absolute;
        bottom: -40px;
        left: 50%;
        z-index: 1;
        content: "";
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
        opacity:1;
    }

    .title-lead h3:before {
        border: 12px solid transparent;
        border-top: 14px solid #434343
    }

    .title-lead h3:after {
        bottom: -37px;
        border: 12px solid transparent;
        border-top: 14px solid rgb(241 242 242)
    }
/**V1px版
.title-lead {
  text-align: center;
  margin-bottom: 40px;
}

.title-lead h3 {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.02em;
}

.title-lead h3 span {
  font-size: 28px;
  color: #D23056;
}


.title-lead h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
}


.title-lead h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #f1f2f2; 
  transform: translateX(-50%) rotate(322deg) skewX(15deg);
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
*/
/*box */
    .box-num {    
        margin: 30px auto;
        max-width: 1000px;
        background-color: #fff;
        padding: 10px 40px 20px;        
        border: 3px solid #E8E8E8;
        border-radius: 10px;
    }
    .box-num .number {
        font-family: 'Arial','Verdana','Trebuchet MS','Tahoma','Noto sans',sans-serif;
        color: #F4DDE2;
        display: inline-block;
        font-weight: 600;
        font-size: 5rem;
        margin-left: 20px;
        margin-bottom: -30px;
    }
    .box-num .number2 {
        font-family: 'Arial','Verdana','Trebuchet MS','Tahoma','Noto sans',sans-serif;
        color: #F4DDE2;
        display: block;
        font-weight: 600;
        font-size: 5rem;
        text-align: right;
        margin-right: 20px;
        margin-bottom: -30px;
    }
    .box-num .box-menu {
        display: flex;
        gap: 20px;
    }
    @media screen and (max-width: 750px) {
        .box-num .box-menu {
            flex-direction: column
        }
    }
    .box-num .box-menu .box-menu-1 {
        flex: 1;
        padding: 10px 10px;
    }
    .lead-textarea {
        margin: 20px 0 50px;
    }
    .box-num .box-menu .box-menu-1 h3 {
        font-size: 1.8rem;
        font-weight: 600;
        padding-bottom: 20px;
        line-height: 1.4;
    }
    .box-num .box-menu .box-menu-1 p {
        font-size: 1rem;
        text-align: left;
        padding: 10px 0 30px;
    }
    .box-num .box-menu .box-menu-1 p span {
        color: #D23056;
        font-weight: 600;
    }

    .box-num .box-menu .box-menu-2 { 
        flex: 1;
        text-align: center;
    }           
    .box-num .box-menu .box-menu-2 img { 
        padding-right: 20px;
        width: 80%;
    }           
/***********/
/*　flow */
/***********/

.menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 40px 20px;
  padding-bottom: 40px;
  font-family: 'Noto Sans JP',sans-serif;
}

.menu-list {
  text-align: center;
  width: 180px;
  border-radius: 10px;
  border: 3px solid #E8E8E8;
  padding: 10px 5px;
  box-sizing: border-box; /* paddingとborderをwidthに含める */
}

.menu-list p {
  font-weight:600;
  text-align: center;
}
@media (max-width: 750px) {
    .menu-list p {
        font-size: 0.9rem;
    }    
}
.menu-list img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
  padding: 10px;
}
@media (max-width: 750px) {
  .menu-container {
    justify-content: center; /* 左揃えから中央揃えに変更 */
    /* flex-direction: row; はデフォルト値なので省略可 */
    gap: 10px; /* スマホ表示時のアイテム間の隙間 */
    flex-wrap: wrap; /* アイテムを折り返す */
    /* margin, padding-bottom, font-family はPC版の設定を継承します */
  }

  .menu-list {
    /* スマホ表示時に3列にするための幅を指定 */
    /* (コンテナ幅 - (gap * (列数 - 1))) / 列数 で計算できます */
    /* 例: (100% - (10px * 2)) / 3 */
    width: calc((100% - 20px) / 3);
    height:200px ;
    /* もしアイコンや文字が小さくなりすぎる場合は、
       width を固定値 (例: 100px や 110px など) にして、
       画面幅に応じて調整することも検討してください。
       その場合、3つのアイテムとgapがコンテナに収まるように注意が必要です。
    */
    /* box-sizing: border-box; はPC版から継承されます */
  }

  /* スマホ表示でアイコンが大きすぎる場合は、以下のように調整してください */

  .menu-list img {
    width: 80px;
    height: 80px;
  }
}
/*@media (max-width: 600px) {
      .menu-container {
        justify-content: flex-start;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
      }
    }
*/

/* box 1colum */
    .box-area {
        position: relative; /* タイトルをボックス内の左上に配置するための基準 */
        margin: 0 auto 4em; /* 外側の余白（上下と中央配置） */
        border: 3px solid #E8E8E8; 
        border-radius: 10px; 
        max-width: 800px;
    }
    .box-area .box-label {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #D23056;
        color: #fff;
        padding: 0.5em 2em;
        display: inline-block;
        border-radius: 10px; 
        white-space: nowrap; 
        font-size: 20px;
        font-weight: 600;
    }
    @media screen and (max-width: 750px) {
        .box-area .box-label {
            font-size: 0.95rem;
            font-weight: 500;
            padding: 0.5em 1em;
        }
    }
    .box-area .box-content {
        padding: 2em 2em 1em; /* 上部の余白を多めに確保し、タイトルと本文が重ならないようにする */
    }
    .box-area p {
        margin: 0; /* 段落の余白をなくして統一感を出す */
    }
    .box-area .box-content  ul {
        padding: 20px 0;
        padding-left: 5px;
        max-width: 750px;
    }
/*/*0605前バージョン
    .box-area .box-content  li {
        display: flex;
        align-items: flex-start;
        gap: 0 10px;
        padding: .3em;
        font-size: 20px;
        font-weight: 600;
    }*/
    .box-area .box-content li {
        position: relative;
        padding-left: 1.5em;
        font-size: 20px;
        font-weight: 400;
        list-style: none;
        text-align: left;
        padding-top: 10px;
    }

    @media screen and (max-width: 750px) {
        .box-area .box-content  ul {
            padding: 10px 0;
        }

        .box-area .box-content  li {
            font-size: 1.3em;         
            font-weight: 500;
            text-align: left;
        }
    }
.box-area .box-content li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    margin-top: 10px; 
    border-bottom: 4px solid #daa9b5;
    border-left: 4px solid #daa9b5;
    transform: rotate(-45deg) translateY(-1.5px);
    margin-right: 0.5em;
    position: absolute;
    left: 0;
}
    .box-area .box-content li .highlight {
        background:linear-gradient(transparent 70%, #FFD7DF 70%);
        font-weight: 600;
    }
    .box-area .box-content li .text {
        display: inline;
    }
/*0605前バージョン
     .box-area .box-content  li::before {
        display: inline-block;
        width: 10px;
        height: 5px;
        margin-top: 10px; 
        border-bottom: 4px solid #daa9b5;
        border-left: 4px solid #daa9b5;
        transform: rotate(-45deg) translateY(-1.5px);
        content: '';
        flex-shrink: 0; 
    }
*/
/*****************/
/*  case         */
/*****************/
    .case-area {
        margin-top: 30px;
        padding-bottom: 50px;
    }
    .card {
      background-color: white;
      border: 3px solid #E8E8E8;
      border-radius: 10px;
      max-width: 900px;
      margin: 20px auto;
      padding: 2rem;
    }
    .card-top {
        display: flex;
        gap: 20px;
    }
    .card-left img {
      max-width: 150px;
      height: auto;
      text-align: center;
    }
    .card-left {
        flex: 1;
        display: grid;
        place-items: center;
    }
    .card-right {
        flex: 3;
    }
    @media screen and (max-width: 750px) {
        .card-top {
            display: block;
            gap: 20px;
        }  
        .card-left {
            text-align: center;
        }
        .card-left img {
            max-width: 80%;
        }
    }
    .title {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      text-align: left;
    }
    .title span{
        color: #D23056;
    }

    .subtitle {
      font-size: 1rem;
      color: #444;
      margin: 1.5rem 0;
      text-align: left;
    }
    .tags {
      display: grid;
      padding: 0 10px;
      grid-template-columns: repeat(3, 1fr); /* 1行3つ均等 */
      gap: 0.78rem;
      margin-bottom: 2rem;
    }

    .tag {
      display: flex;                 /* ← 中央揃えの土台 */
      align-items: center;          /* ← 垂直方向の中央 */
      justify-content: center;      /* ← 水平方向の中央 */
      text-align: center;
      border: 1px solid #a2a2a2;
      color: #464646;
      padding: 0.1rem 0.5rem;
      font-size: 0.8rem;
      font-weight: 400;
      background-color: #f8f8f8;
      /*cursor: pointer;*/
      transition: background 0.2s;
      box-sizing: border-box;
      height: 40px;
      line-height: 1.3;
    }

    .tag.inactive {
      border-color: #96A1A3;
      color: #96A1A3;
      background-color: #fff;
      cursor: not-allowed;
    }
@media screen and (max-width: 750px) {
    .tags {
        gap: 0.68rem;        
        padding: 0 5px;
    }
    .tag {
        font-size: 0.75rem;
    }
}



    .text {
      font-size: 0.95rem;
      line-height: 1.7;
      color: #333;
      border-top: 1px solid #ddd;
      padding: 1.5rem 1.5rem 0;
    }
    .text span{
      background: linear-gradient(transparent 70%, #FFD7DF 70%);
      font-weight: 600;
    }
    @media screen and (max-width: 750px) {
        .text {
            padding: 1.5rem 0.5rem 0.5rem;
        }
    }

    /*　パートナーボタン　*/
  　.partner-button {
      max-width: 250px;
      background: #D23056;
      padding: 0.5em 1.5em;
      background-size: 7px;
      background-position: right 13px center;
      display: flex;
      align-items: center;
      gap: 20px;
      border-radius: 8px;
      max-width: 250px;
      padding: 15px 40px;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      justify-content: center; /
    }   



/*****************/
/*  相談してみる    */
/*****************/
    .lead-contact {
        background-color: #fff;
        max-width: 1000px;
        margin: 20px auto;
        padding: 20px 20px 40px;
        border-radius: 10px;
    }
    .lead-contact p {
        font-size: 20px;
        color: #434343;
        padding-bottom: 20px;
    }
    .lead-last {
        margin: 10px 0;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
    }



    /*お問い合わせ*/
    .button-area {
      display: flex;
      justify-content: center; /* 中央寄せ */
    }

    .button019 {
    background: #ce365a url(/assets/images/ic_arrow_white.png) no-repeat;
    background-size: 7px;
    background-position: right 13px center;
      display: flex;
      align-items: center;
      gap: 20px;
      border-radius: 8px;
      max-width: 250px;
      padding: 15px 40px;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      justify-content: center; /
    }

/*      display: flex;
      align-items: center;
      gap: 20px;
      background: #D23056;
      border-radius: 8px;
      max-width: 250px;
      padding: 15px 40px;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      justify-content: center; /
    }*/

    .button019 img {
      width: 24px;
      height: 24px;
    }

    .button019 span {
      font-color: #fff;
    }

    .button019:hover {
/*      color: #fff;
　　　background-color: #dd728b;*/
     background-color: #dd728b;
     -webkit-transition: 0.3s ease-in-out;  
     -moz-transition: 0.3s ease-in-out;  
     -o-transition: 0.3s ease-in-out;  
     transition: 0.3s ease-in-out;
     text-decoration: none;
     }



    .button-area-01 {
      display: flex;
      justify-content: right;
      padding: 0 10px;
    }
    @media screen and (max-width: 750px) {
      .button-area-01 {
            justify-content: center;        
        }
    }
    .button01 {
    background: #d23056;
    /*background: #ce365a url(/assets/images/ic_arrow_white.png) no-repeat;*/
    background-size: 7px;
    background-position: right 13px center;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    padding: 0.5em 1.4em 0.5em 1.2em;
    width: 300px;
    }
    .button01:hover {
     background-color: #dd728b;
     -webkit-transition: 0.3s ease-in-out;  
     -moz-transition: 0.3s ease-in-out;  
     -o-transition: 0.3s ease-in-out;  
     transition: 0.3s ease-in-out;
     text-decoration: none;
 }


  /****************/
 /*  アンカーリンク  **/
/****************/
#movie-solution {
    scroll-margin-top: 100px;
}