body{
    font-size: 16px;
    color: #000;
    font-family: serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    padding-bottom: 100px;
    background-color: #1E1E1D;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a{
    text-decoration: none;
    color: #fff;
}
li{
    list-style: none;
}
h2{
    font-size: 1.5rem;
}
.fadeUp{
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s;
}
.fadeUp.inView{
    transform: translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
}
.fadeLeft{
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.8s;
}
.fadeLeft.inView{
    transform: translateX(0);
    transition-delay: 0.3s;
    opacity: 1;
}
.fadeRight{
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s;
}
.fadeRight.inView{
    transform: translateX(0);
    transition-delay: 0.3s;
    opacity: 1;
}
.fadeBlur{
    opacity: 0;
    filter: blur(10px);
    transition: all 0.8s;
}
.fadeBlur.inView{
    opacity: 1;
    filter: blur(0);
    transition-delay: 0.3s;
}
/* header */
.header-fixed{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 300;
    transition: all 0.5s;
}
.header-flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.logo{
    width: 40%;
}
.logo a{
    display: flex;  
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #fff;
}
.logo-img{
    width: 200px;
    height: 100%;
}
.logo-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ハンバーガーメニュー */
.hamb {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
    z-index: 300;
  }
  .black-bg ul{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .black-bg ul li {
    text-align: center;
    padding: 20px 0;
  }
  
  .black-bg ul li a {
    color: #fff;
    font-size: 18px; 
    font-weight: bold;
    display: block;
    text-decoration: none;
  }
  
  .line {
    position: absolute;
    width: 27px;
    height: 1px;
    background-color: #fff;
    box-shadow: #272727 1px 1px 1px;
}
.line:nth-child(1){
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  } 

  .line:nth-child(2)  {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  
  .line:nth-child(3)  {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .black-bg {
    position: fixed;
    background: #272727;
    top: 0;
    right: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 100;
  }
  
  .black-bg.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  
  #hamb.active .line {
    background-color: #fff;
  }
  
  /*アニメーション*/
  .black-bg {
    transition: opacity 0.6s, visibility 0.35s, width 0.35s;
  }
  #hamb.active .line:nth-child(1) {
    top: 50%;
    left: 15%;
    transform: translateY(-50%) rotate(-45deg);
  }
  #hamb.active .line:nth-child(2) {
      opacity: 0;
      background: #FFF;
  }
  #hamb.active .line:nth-child(3) {
    bottom: 45%;
    left: 15%;
    transform: rotate(45deg);
  }
  .animation {
    transition: all .9s;
  }
  
  /* top */
  .top{
    width: 100%;
    height: 100vh;
    transition: background-color 1s ease; /* 背景色のスムーズな切り替え */
    background-image: url(../img/top-back.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -10;
  }
  .top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background-color: rgba(0, 0, 0, 0.8);
  }
.title{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    z-index: 10;
    color: #FFF;
    text-shadow: #000 1px 1px 10px;
}
.title h2{
    font-size: 50px;
}
.title p{
    font-size: 30px;
}
.highlight {
    color: #fff; /* 柔らかいオレンジ色で優しく目立つ */
    font-weight: bold; /* 太字で視認性を上げる */
    font-size: 70px; /* フォントサイズを少し大きく */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); /* 繊細な影をつけて浮き上がらせる */
    /* background: linear-gradient(transparent 70%, rgba(26, 76, 109, 0.3) 100%);  */
    padding-bottom: 5px; /* 背景グラデーションの視覚的効果を高める */
}
.slider-top{
    position: absolute;
    top: 10%;
    left: 40%;
    width: 100%;
}
.slider-top li{
    width: 500px;
    height: 800px;
    padding-right: 20px;
}
.slider-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.needle-container {
    position: absolute;
    left: 20%;
    top: 70%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    animation: moveNeedle 2s infinite ease-in-out;
}

.needle {
    width: 2px;
    height: 120px;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
}

.needle:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 6px;
    height: 20px;
    background-color: gray;
    transform: translateX(-50%);
    border-radius: 50%;
}

.scroll-text {
    margin-left: 10px;
    font-size: 20px;
    color: #fff;
    writing-mode: vertical-rl; /* テキストを縦書きで右から左へ表示 */
    transform: rotate(3600deg); /* テキストを反転 */
    animation: fadeText 2s infinite ease-in-out;
}

@keyframes moveNeedle {
    0% {
        top: 70%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    70%{
        opacity: 0;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@keyframes fadeText {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    70%{
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.concept{
    width: 100%;
    height: 80vh;
    position: relative;
    background-color: #fff;
    color: #000;
}
.evi{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.evi img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.concept-title{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    z-index: 2;
}
.concept-title h3{
    font-size: 40px;
}
.concept-title span{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}
.concept-content{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.concept-content h4{
    font-size: 25px;
}
.concept-content p{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
}
/* リンクスタイル */
.cta-concept {
    display: inline-flex;            /* フレックスボックスで横並び */
    align-items: center;             /* 中央揃え */
    justify-content: center;         /* 中央揃え */
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center; 
}
/* ホバー時の背景色変更 */
.cta-concept:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    transform: scale(1.05);
}
.cta-concept p {
    margin: 0;
    padding-right: 10px;
}

.play-button1 {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: transform 0.3s ease;
}
.play-button2 {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: transform 0.3s ease;
}

.cta-concept:hover .play-button {
    transform: translateX(5px);
    border-left: 10px solid #000;
}
.slider-concept{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
}
.slider-concept li{
    width: 200px;
    height: 200px;
    padding-right: 20px;
}
.slider-concept img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.5s ease, filter 0.5s ease;
}
.slider-concept img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}
.reason{
    width: 70%;
    margin: 0 auto;
}
.reason img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* voice */
.voice{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
}
.voice .concept-title{
    margin-bottom: 100px;
}
.voice h3{
    color: #fff;
    font-size: 40px;
}
.voice .concept-title span{
    color: rgba(255, 255, 255, 0.5);
}
.voice-ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.voice-ul li{
    width: 30%;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    padding: 30px;
    padding-bottom: 100px;
    position: relative;
}
.voice-ul h4{
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}
.category span{
    background-color: #626161;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    padding: 7px;
}
.voice-ul p{
    padding-top: 30px;
    line-height: 30px;
    text-shadow: #fff 1px 1px 5px;
}
.orange{
    width: 30px;
    height: 30px;
    display:block;
    border-radius: 50%;
    background-color: orange;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}
.sky-blue{
    width: 30px;
    height: 30px;
    display:block;
    border-radius: 50%;
    background-color: skyblue;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}
.purple{
    width: 30px;
    height: 30px;
    display:block;
    border-radius: 50%;
    background-color: purple;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}
.sky-blue{
    width: 30px;
    height: 30px;
    display:block;
    border-radius: 50%;
    background-color: skyblue;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 20px;
}
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
/* test */
.menu-list1{
    width: 60%;
    height: 100%;
    margin: 0 auto;
}
.list-title{
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    color: #2E3A59;
    font-size: 30px;
    position: relative;
    padding-left: 20px;
    line-height: 50px;
}
/*アイコンの＋と×*/
.list-title::before,
.list-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #2E3A59;
    transition: transform 0.3s; /* スムーズな回転 */
}
.list-title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.list-title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
.list-title.active::before {
    transform: rotate(90deg);
}
.list-title.active::after {
    transform: rotate(0deg);
}
.menu-list1 ul{
    width: 100%;
    height: auto; /* スライドアニメーション用にautoに設定 */
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden; /* アニメーション中のチラつきを防ぐ */
    padding-top: 10px;
    display: flex; /* 表示時に flex を適用 */
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menu-list1 li{
    width: 45%;
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
}
.menu-p{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
.menu-p h5{
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.menu-p p{
    width: 100%;
    font-size: 14px;
    position: relative;
    color: #fff;
}
.menu-p p::before{
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 50px;
}
.click{
    width: 30%;
    height: 50px;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    box-shadow: #000 1px 1px 5px;
    color: #272727;
}
/* menu-price */
.menu-price{
    width: 100%;
    height: 80vh;
}
.menu-gra{
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
}
.menu-flex{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 100px 0;
}
.menu-left-flex{
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.menu-left-flex h3{
    width: 100%;
    font-size: 35px;
}
.menu-left-flex h4{
    width: 100%;
    margin: 30px 0;
    font-size: 40px;
}
.menu-left-flex p{
    width: 100%;
    font-size: 20px;
    line-height: 40px;
}
.menu-left-flex a{
    display: block;
    width: 200px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid #092A2E;
    color: #092A2E;
    margin-top: 30px;
    transition: all 0.5s;
}
.menu-left-flex a:hover{
    color: #fff;
    background-color: #092A2E;
}
.menu-left-flex a div{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.menu-left-flex a div p{
    font-size: 18px;
}
.menu-right-img{
    width: 500px;
    height: 500px;
}
.menu-right-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* コンテナ全体のスタイル */
.test {
    width: 100%;
    height: 100%;
    background-color: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.test .concept-title h3{
    color: #fff;
}
.test .concept-title span{
    color: rgba(255, 255, 255, 0.5);
}

/* end_all */
.end_all{
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #3C3C3C;
}
/* Q&A */
.q_a{
    width: 90%;
    margin-bottom: 60px;
    color: #092A2E;
    background-color: #fff;
    padding: 50px 0;
    margin: 0 auto;
}
.q_a h2{
    text-align: center;
    padding-bottom: 20px;
}
.q_a span{
    font-size: 16px;
}
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
    font-family: monospace;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border-bottom: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.q_a-title{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    line-height: 2rem;
    font-weight: normal;
    padding: 3% 3% 3% 30px;
    transition: all .5s ease;
    display: flex;
}
.q_a-title span{
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    margin-right: 20px;
}
/*アイコンの＋と×*/
.q_a-title::before,
.q_a-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #092A2E;
    
}
.q_a-title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.q_a-title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.q_a-title.close::before{
  transform: rotate(45deg);
}

.q_a-title.close::after{
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    color: #092A2E;
  margin:0 3% 3% 3%;
    padding: 3%;
}
/* 全体のスタイル */
.access {
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    background-color: #272727;
}

.map {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    transition: transform 0.3s ease-in-out;
    padding-bottom: 30px;
}

/* マップコンテナのホバー時アクション */
.map:hover {
    transform: translateY(-10px); /* ホバー時に少し浮く動き */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* 影の追加 */
}

.title-map {
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: #fff;
}

.title-map h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.title-map span {
    font-size: 18px;
}

/* iframe (Googleマップ) のスタイル */
iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px; /* 角を丸く */
    border: none;
    transition: transform 0.3s ease-in-out;
}
/* iframeのホバー時のアクション */
iframe:hover {
    transform: scale(1.05); /* 少し拡大する動き */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/* テーブル全体のデザイン */
table {
    width: 60%; /* テーブル幅を少し広く */
    text-align: center;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden; /* 角を丸くした際にテーブルの枠が飛び出さないように */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* テーブルに軽い影を追加 */
    transition: transform 0.3s ease-in-out;
}
/* テーブル行のホバー時アクション */
table tr:hover {
    background-color: #ffe4b3; /* ホバー時に行の背景色が変わる */
}
/* テーブルのヘッダー部分のデザイン */
table tr:first-child td {
    background-color: #c3c3c3;
    color: #272727;
    font-weight: bold;
}
/* テーブルの内部要素 */
tbody {
    background-color: #fff;
}
td {
    border: #000 1px solid;
    padding: 15px;
    font-size: 16px;
    color: #272727;
    transition: background-color 0.3s ease-in-out;
}
footer{
    width: 100%;
    height: 100%;
    background-color: #272727;
}
footer p{
    width: 100%;
    text-align: center;
    color: #fff;
}
.red{
    background-color: rgb(31, 173, 255);
    color: #fff;
}
.blue{
    background-color: rgb(255, 127, 148);
    color: #fff;
}
table tr:first-child .red{
    background-color: rgb(0, 141, 223);
}
table tr:first-child .blue{
    background-color: rgb(255, 72, 103);
}
/* CTAコンテナのスタイル */
.cta-container {
    width: 100%;
    display: flex;
    justify-content: space-around; /* 3つのCTAを均等に配置 */
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.05); /* 上部に軽い影を追加 */
    transition: background-color 0.3s ease-in-out;
}

/* CTAボタンのベーススタイル */
.cta {
    width: 49%; /* 3つのCTAボタンの幅を均等に */
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 10px; /* ボタンを丸く */
    text-decoration: none;
    transition: all 0.3s ease; /* 全体的なトランジション */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* ボタンに影を追加 */
    position: relative;
    overflow: hidden;
}

/* 背景アニメーション用の擬似要素 */
.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 70%);
    transform: translate(-50%, -50%);
    transition: transform 0.6s ease;
    opacity: 0;
}

/* ホバー時のアクション */
.cta:hover {
    transform: translateY(-5px); /* 少し上に浮かぶ効果 */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* ホバー時に影を濃く */
    letter-spacing: 1px; /* テキストの間隔を広げて視認性を高める */
}

.cta:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* 各CTAボタンのグラデーション背景を設定 */
.cta.cta-1 {
    background-color: #000; /* 青紫のグラデーション */
}

.cta.cta-1:hover {
    background: linear-gradient(135deg, #5a0eb6 0%, #1f5dbf 100%); /* ホバー時に少し濃く */
}

.cta.cta-2 {
    background-color: #000; /* 赤オレンジのグラデーション */
}

.cta.cta-2:hover {
    color: #000;
    background-color: #fff; /* ホバー時に少し濃く */
    border: 1px solid #000;
}

.cta.cta-3 {
    background-color: #3C3C3C; /* 緑のグラデーション */
}

.cta.cta-3:hover {
    color: #000;
    background-color: #fff; /* ホバー時に少し濃く */
    border: 1px solid #000;
}

/* ボタンのテキストに軽い影を追加して立体感を出す */
.cta span {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* ホバー時に文字が少し浮き上がる */
.cta:hover span {
    transform: translateY(-3px);
}

/* CTAボタンを押しやすくするアニメーション (脈打つ効果) */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05); /* 少し大きくして注目させる */
    }
    100% {
        transform: scale(1);
    }
}

/* 初期状態でレスポンシブテキストを非表示 */
.responsive-text {
    display: none;
}

/* デスクトップサイズの時の表示 */
.desktop-text {
    display: inline;
}

@media (max-width: 768px) {
    .cta-container {
        flex-direction: row; /* 小さい画面でも横並びを維持 */
        padding: 10px;
    }

    .cta {
        padding: 10px; /* ボタンの余白を少し減らす */
        font-size: 16px; /* フォントサイズを少し小さくする */
    }

    .title h2 {
        font-size: 16px;
    }
    .highlight{
        font-size: 30px;
    }
    .title p {
        font-size: 20px;
    }

    .concept-title h3 {
        font-size: 30px;
    }

    .concept-title span {
        font-size: 18px;
    }

    .slider-top li {
        width: 300px;
        height: 600px;
    }

    .bubble {
        grid-template-columns: repeat(2, 1fr); /* 2列表示 */
    }

    .cloud-bubble {
        padding: 15%;
        margin: 10px;
    }
    .desktop-text {
        display: none;
    }
    .responsive-text {
        display: inline;
    }
}

/* 480px以下の画面での対応 */
@media (max-width: 480px) {
    .evi{
        height: auto;
    }
    .header-fixed{
        height: 35px;
    }
    .hamb{
        height: 30px;
    }
    .black-bg {
        width: 80vw;
    }
    .logo span{
        padding-left: 0;
    }
    .logo-img{
        width: 100px;
    }
    .logo a{
        font-size: 20px;
    }
    .top{
        height: 95vh;
    }
    .needle-container{
        left: 10%;
    }
    .needle{
        height: 50px;
    }
    .scroll-text{
        font-size: 12px;
    }
    .cta-container {
        flex-direction: row; /* 小さい画面でも横並びを維持 */
        padding: 8px;
    }
    .cta {
        padding: 8px; /* ボタンの余白をさらに減らす */
        font-size: 14px; /* フォントサイズをさらに小さく */
        margin: 0 5px; /* ボタン間の余白を狭める */
    }
    .title {
        position: static; /* absoluteからstaticに変更して順序を調整 */
        transform: none; /* translateYの無効化 */
        text-align: center; /* タイトルを中央に配置 */
    }
    .title h2{
        position: absolute;
        top: 45%;
        right: 10%;
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        text-align: right;
        text-shadow: #272727 1px 1px 10px;
    }
    .highlight{
        text-shadow: #272727 1px 1px 10px;
    }
    .slider-top {
        position: static; /* スライダーも順序通りに表示 */
        width: 100%; /* 幅を調整 */
        margin-bottom: 20px; /* スライダー下に余白を追加 */
        padding-top: 100px;
    }
    .slider-top li{
        width: 400px;
        height: 400px;
    }
    .slider-top img{
        width: 100%;
        height: 100%;
    }
    .title h2 {
        font-size: 20px;
    }
    .highlight{
        font-size: 30px;
    }
    .title p {
        font-size: 16px;
        padding-top: 20px;
    }
    .concept{
        height: 100%;
        padding-bottom: 150px;
    }
    .cta-concept {
        display: flex;               /* フレックスボックスで中央寄せ */
        flex-direction: row;         /* 横並びにする */
        justify-content: center;     /* 中央寄せ */
        align-items: center;         /* 縦の中央揃え */
        width: 100%;
        max-width: 150px;            /* 最大幅を少し狭める */
        margin: 20px auto;           /* 中央揃えにするためのマージン */
    }

    .cta-concept p {
        padding-right: 5px;          /* 小さい画面では間隔を狭める */
    }

    .play-button {
        border-left: 8px solid white; /* 小さい画面ではボタンも少し小さく */
    }
    .reason{
        width: 100%;
    }
    .voice-ul li{
        width: 100%;
    }
    .voice-ul h4{
        padding: 0;
    }
    .voice-ul p{
        padding: 0;
    }
    .concept-title h3 {
        font-size: 24px;
    }

    .concept-title span {
        font-size: 16px;
    }
    .concept-content{
        text-align: start;
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .concept-content h4{
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .concept-content p{
        width: 100%;
        padding-right: 0;
        font-size: 12px;
    }
    .none{
        display: none;
    }
    .slider-concept li{
        width: 100px;
        height: 100px;
        padding-right: 10px;
    }
    .list-title{
        font-size: 20px;
    }
    .menu-list1{
        width: 100%;
    }
    .menu-list1 li{
        width: 100%;
    }
    .click{
        width: 20%;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    td{
        padding: 10px;
        font-size: 13px;
    }
    .q_a-title{
        font-size: 13px;
        display: flex;
    }
    .q_a-title div{
        width: 70%;
    }
    .desktop-text {
        display: none;
    }
    .responsive-text {
        display: inline;
    }
    .menu-price{
        height: 100%;
    }
    .menu-flex{
        flex-direction: column-reverse;
    }
    .menu-right-img{
        width: 100%;
        height: 250px;
    }
    .menu-left-flex{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .menu-left-flex h3{
        font-size: 30px;
    }
    .menu-left-flex h4{
        font-size: 20px;
    }
    .menu-left-flex p{
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }
    .menu-left-flex p br{
        display: none;
    }
    .menu-left-flex a{
        margin: 0 auto;
        margin-top: 30px;
        height: 50px;
    }
    .title-map span{
        font-size: 16px;
    }
}