:root {
  --main-color: #484949;
  --main-color2: #00B7EE;
  --main-bgcolor: #f2fafc ;
}


.font1{font-family: 'Hina Mincho', serif;}
.font2{font-family: 'Kosugi', sans-serif;}
.font3{font-family:"游ゴシック体", 'YuGothic', 'Noto Sans JP', sans-serif;}
.font4{font-family: 'Noto Serif JP', serif;}
.font5{font-family: 'Reggae One', cursive;}
.font6{font-family: 'RocknRoll One', sans-serif;}
.font7{font-family: 'Sawarabi Gothic', sans-serif;}
.font8{font-family: 'Sawarabi Mincho', serif;}
.font9{font-family: 'Shippori Mincho B1', serif;}
.font10{font-family: 'Zen Maru Gothic', sans-serif;}
.font11{font-family: 'DotGothic16', sans-serif;}
.font12{font-family: 'Zen Kaku Gothic New', sans-serif;}
.font13{font-family: "Noto Sans JP", serif;}


.bg_white{background-color: #FFF !important;padding: 100px 0;}
.bg_blue{background-color: #005bac !important;padding: 100px 0;}
.bg_light_grey{background-color: #f5f4f4 !important;padding: 100px 0;}
.bg_light_green{background-color: #ebf3f2 !important;padding: 100px 0;}
.bg_orange {
  background-color: #47b3ae;
  padding: 100px 0;
  transition: background-color 0.3s ease; /* Smooth color transition */
}
.bg_purple{background-color: #9e77d6;padding: 100px 0;}

@media only screen and (max-width: 991px) {
.bg_white{background-color: #FFF !important;padding: 50px 0;}
.bg_blue{background-color: #005bac !important;padding: 50px 0;}
.bg_light_grey{background-color: #f5f4f4 !important;padding: 50px 0;}
.bg_orange{background-color: #47b3ae;padding: 50px 0;}
.bg_purple{background-color: #9e77d6;padding: 50px 0;} 
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #555;
}
a:visited {
  color: #333;
}

h2{text-align: center;font-size: 3.3rem;margin-bottom: 10px;color: #333;position: relative;font-weight: bold;letter-spacing: 0.1rem;}
.sub-heading {color: #333;text-align: center;font-size: 1rem;margin: 0 0 20px 0;font-weight: bold;letter-spacing: 0.1rem;margin-bottom: 70px;}

@media only screen and (max-width: 991px) {
h2{text-align: center;font-size: 2.5rem;} 
.sub-heading {text-align: center;font-size: 0.9rem;margin: 0 0 30px 0;}
  }

@media only screen and (max-width: 991px) {
.copy{top: 10%;}
}
.relative{position: relative;overflow: hidden; }
.p_relative{position: relative;margin: 50px 0;}

.border-radius{border-radius: 30px;}

/*共通*/
p{font-size: 1.1rem;color: #333;font-weight: normal;line-height: 1.6rem;}


.w100 {width: 100%;height: auto !important;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w50 {width: 50%;}
.max-100 { max-width: 100%;}


@media only screen and (max-width: 991px) {


.sp-none{display: none;}
}

.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 720px) {
  p{font-size: 90%;margin-bottom: 10px;}
}


/* テーブル */


table{width: 100%;text-align: left;margin-bottom: 10px;}

#price span{font-size: 0.9rem;}
td{width: 35%;border-bottom: 1px solid #ccc;padding: 10px;text-align: left;font-size: 1rem;color: #333;}
th{width: 65%;border-bottom: 1px solid #ccc;padding: 10px;font-weight: normal !important;font-size: 1.5rem;color: #005bac;font-weight: bold !important;}

@media only screen and (max-width: 991px) {
th{width: 100%;display:block ;}
td{width: 100%;display:block ;text-align: left;}
}

.maru{border-radius: 50%;}
.class_bg{background: #FFF;padding: 20px;border-radius: 20px;}

/* スマホの時改行 */
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}




#topBtn{
    background:#2d8984;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1007px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pcnav{ display: none !important; }
}
/*メニュー用css*/




/* パララックス用のCSS */
.parallax {
  padding: 0 0;
  height: 600px;
  background: url(../images/main.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
   background-repeat: no-repeat;
   position: relative;
   display: flex;
  justify-content: center;
  align-items: center;
}

.parallax2 {
  padding: 0 0;
  height: 10vh;
  background: url(../images/bg_achievements.jpg);
  background-size: cover;
  background-position: top;
  width: 100%;
 background-repeat: no-repeat;
}
.normal {
  height: 100px;
  background-color: #FFF;
}

@media only screen and (max-width: 991px) {
.parallax{
  padding: 0 0;
  height: auto;
  width: 100%;
  background-size: cover;}

.parallax2{
  padding: 0px 0 !important;
  height: 30vh;
  width: 100% !important;
  background-size: cover 100% !important;}
}

/* ヘッダー */
.logo_area {}
.logo_area img{margin: 10px;max-height: 50px;}
.header-logo{border-radius: 0;}
.header-logo_bg{background-color: #FFF;}
.header-logo {
  left: 0;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 9999;
}
@media only screen and (max-width: 1000px) {

.logo_area img{ margin: 10px 0;}
.header-logo{background-color: #FFF;opacity: 0.9;border-radius: 0px;}
  .header-logo {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 0px;
    z-index: 9999;
  }

}


.header-logo-top{position: absolute;left: 0;top: 0;background-color: #47b3ae;width: 120px;z-index: 9;border-radius: 0 0 30px 0;padding: 10px;height: 120px;display: flex;align-items: center;justify-content: center;}
.header-logo-top img{width: 90px;}
@media only screen and (max-width: 991px) {
 .header-logo-top{width: 70px;height: 60px;border-radius: 0 0 10px 0;}
.header-logo-top img{width: 50px;} 
}
/* PCメニュー */
.pc-menu {
  padding: 0;
}

.pc-menu ul {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-menu a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  padding: 5px;
  position: relative;
}

/* ホバー時の丸いエフェクト */
.pc-menu a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #47b3ae;
  bottom: -6px; /* テキストの下に配置 */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0; /* 初期状態では非表示 */
  transition: opacity 0.3s ease-in-out;
}

/* ホバー時の丸の外側にラインを追加 */
.pc-menu a::before {
  content: "";
  position: absolute;
  width: 10px; /* 6px + 1px の外枠 */
  height: 10px;
  border-radius: 50%;
  border: 1px solid #47b3ae; /* 外枠のライン */
  bottom: -8px; /* 位置を調整 */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0; /* 初期状態では非表示 */
  transition: opacity 0.3s ease-in-out;
}

/* ホバー時に丸と外枠のラインを表示 */
.pc-menu a:hover::after,
.pc-menu a:hover::before {
  opacity: 1;
}
/* 外枠が大きくなりながら消えるアニメーション（リピート） */
.pc-menu a:hover::before {
  opacity: 1;
  animation: circleExpand 1s infinite ease-out;
}

/* 外枠が大きくなりながら消えるアニメーション */
@keyframes circleExpand {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(2);
    opacity: 0;
  }
}
.pc-menu ul li::before {
  content: "|";
  margin: 0 13px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #111; /* 区切り線の色を適切に設定してください */
  height: 50px !important; /* 縦の線の高さを増やす */
}
.pc-menu ul li:last-child::after {
  content: "";
  margin-left: 50px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #111; /* 区切り線の色を適切に設定してください */
}

.submenu li::before {
  content: "" !important;
  margin: 0 13px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #111; /* 区切り線の色を適切に設定してください */
  height: 50px !important; /* 縦の線の高さを増やす */
}
.submenu li:last-child::after {
  content: "";
  margin-left: 50px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #111; /* 区切り線の色を適切に設定してください */
}
@keyframes menuHover {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



/* SPメニュー */
.menu-content .row{padding: 0 ;margin: 0;}

.menu-content ul {
  padding: 90px 10px 0;
  margin-bottom: 30px !important;
}
.menu-content ul li {
  border-bottom: solid 1px #cacaca;
  position: relative;
  height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color:#111;
  text-decoration: none;
  padding: 15px 15px 15px 10px;
}

.menu-content .sub {
  list-style:none;
  padding-left: 0.7em;
}


.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #2d8984;
  border-right: solid 2px #2d8984;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 26px;
}
@media only screen and (max-width: 1000px) {
  .menu-content ul {
    padding: 0px 30px 0;
  }
  .menu-content ul li a {
    padding: 15px 15px 10px 10px;
  }

.menu-content ul li a::before {
  right: 11px;
  top: 26px;
}
  .menu-content{
    padding: 90px 0 0;}
  }

.menu-content {
  width: 25%;
  height: 100%;
  position: fixed;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 99998;
  overflow-y: auto;
  opacity: 0.9;
  background-color: #ffffff;
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content a:hover{
  color: #47b3ae;
}

#menu-btn-check:checked ~ .menu-content {
    left: 75%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 99998;
    overflow-y: auto;
    opacity: 0.9;
    background-color: #ffffff;
    transition: all 0.5s;/*アニメーション設定*/
  }
  
  #menu-btn-check:checked ~ .menu-content {
      left: 0%;/*メニューを画面内へ*/
  }
  .menu-mt{margin-top: 0 !important;padding-top: 0 !important;}
  .menu-mb{margin-bottom: 0 !important;padding-bottom: 0 !important;}
  }
/*三本線疑似要素*/
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  background-color: #333;
  border-radius: 50%;
  align-items: center;
  z-index: 99999;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .menu-btn {
    height: 50px;
    width: 50px;
  } 
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 2px;
  background-color: #FFF;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span,
.menu-btn.active span:before,
.menu-btn.active span:after {
  background-color: #FFF;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}





    /* セービスバナー */
    #service .content{line-height: 2.5em;}
    #service .hover-effect {
      position: relative;
      display: inline-block;
      width:100%; /* 必要に応じて調整 */
      height: 300px; /* 高さをボタン分考慮して調整 */
      margin-bottom: -8px !important;
      overflow: hidden;
      text-align: center;
    }
    
    #service .hover-effect .background {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transform: translate(-50%, -50%);
      opacity: 0.6;
      transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
      z-index: 1; /* 文字の下に配置 */
    }
    
    #service .hover-effect .text {
      position: relative;
      display: block;
      margin: 0 auto;
      font-size: 40px;
      font-weight: bold;
      color: #333;
      z-index: 3; /* 白背景の上に配置 */
      pointer-events: none;
      margin-bottom: 0px !important; /* ボタンとの余白 */
    }
    
    #service .hover-effect img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0; /* 一番下に画像を配置 */
    }
    
    #service .hover-effect:hover .background {
      width: 90%; /* 背景を縮小 */
      height: 80%;
      opacity: 0.8;
      border-radius: 10px;
    }
    
/* ボタンの基本スタイル */
#service .service_btn {
  position: relative; /* 親要素の基準位置を設定 */
  margin-top: 30px; /* 上に30pxの余白 */
  z-index: 3; /* 背景より上に表示 */
}

#service .service_btn a {
  position: relative; /* 擬似要素の基準位置 */
  display: block; /* ボタンをブロック要素にする */
  width: 200px; /* ボタンの幅 */
  margin: 0 auto; /* 中央配置 */
  padding: 5px 0; /* 縦方向のパディング */
  background-color: #47b3ae; /* ボタンの背景色（オレンジ） */
  border: 1px solid #47b3ae;
  font-size: 12px; /* フォントサイズ */
  font-weight: 700; /* フォントの太さ */
  color: #fff; /* 文字色を白に */
  line-height: 1.6; /* 行の高さ */
  text-decoration: none; /* 下線を消す */
  text-align: center; /* 文字を中央揃え */
  transition: .2s; /* すべてのプロパティを0.2秒で変化 */
  box-sizing: border-box; /* paddingやborderをwidthの計算に含める */
}

/* ボタン内の矢印のスタイル */
#service .service_btn a::after {
  content: ''; /* 擬似要素を追加（矢印） */
  position: absolute; /* 親要素を基準に配置 */
  top: 0;
  bottom: 0;
  right: 25px; /* 右側の余白を確保 */
  width: 9px;
  height: 9px;
  margin: auto; /* 縦中央配置 */
  border-top: 2px solid #fff; /* 上のボーダー（矢印の一部） */
  border-right: 2px solid #fff; /* 右のボーダー（矢印の一部） */
  transform: rotate(45deg); /* 45度回転させて矢印の形に */
  transition: .2s; /* 変化を0.2秒かけてアニメーション */
  box-sizing: border-box; /* サイズ計算にborderを含める */
}

/* スライドする背景色のスタイル */
#service .btn-slide-horizontal a {
  border-radius: 30px; /* 角丸 */
  z-index: 1;
  position: relative;
  overflow: hidden; /* 擬似要素がはみ出さないようにする */
}

/* ホバー時にスライドする背景 */
#service .btn-slide-horizontal a::before {
  content: ''; /* 擬似要素でスライド背景を作成 */
  position: absolute; /* ボタンの中で絶対配置 */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff; /* 背景色を白に */
  transform-origin: right top; /* 変形の起点を右上に */
  transform: scaleX(0); /* 初期状態では背景なし（横幅0） */
  border-radius: 30px; /* 角丸 */
  transition: transform .2s ease; /* 変形のアニメーションを設定 */
  z-index: -1; /* ボタンの後ろに配置 */
}

/* ホバー時のスタイル */
#service .btn-slide-horizontal a:hover {
  color: #47b3ae; /* 文字色をオレンジに変更 */
  border-radius: 30px; /* 角丸を維持 */
}

/* ホバー時に背景をスライド */
#service .btn-slide-horizontal a:hover::before {
  transform-origin: left top; /* 変形の起点を左上に変更 */
  transform: scaleX(1); /* 背景を100%表示 */
  border-radius: 30px; /* 角丸を維持 */
}

/* ホバー時の矢印の色変更 */
#service .btn-slide-horizontal a:hover::after {
  border-color: #47b3ae; /* 矢印の色をオレンジに変更 */
}

/* ホバーエフェクト用のコンテンツ配置 */
#service .hover-effect .content {
  position: absolute; /* 親要素の中で絶対配置 */
  width: 80%; /* 横幅80% */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央揃え */
  display: flex; /* フレックスボックスで配置 */
  flex-direction: column; /* 縦方向に並べる */
  align-items: center; /* 中央揃え */
  z-index: 2; /* 背景より前面 */
}

/* general */
#general .bg_white{background-color: #FFF;border-radius: 30px;margin-top: -25vh;padding: 100px 70px;}
#general .bg_white2{background-color: #FFF;border-radius: 30px;margin-top: 50px;padding: 100px 70px;}
@media only screen and (max-width: 991px) {
  #general .bg_white{background-color: #FFF;border-radius: 30px;margin-top: -25vh;padding: 50px 30px;}
  #general .bg_white2{background-color: #FFF;border-radius: 30px;margin-top: 50px;padding: 50px 30px;}
}
#general h3{text-align: center;font-size: 2rem;line-height: 3rem;margin-bottom: 100px;}
#general h4{text-align: left;font-size: 1.8rem;line-height: 2rem;margin-bottom: 50px;font-weight: bold;position: relative;margin-top: 70px;} 
#general h4::before{border-bottom: 3px solid #333;position: absolute;bottom:-15px;width: 60px;content: " ";} 
@media only screen and (max-width: 991px) {
  #general h4{text-align: left;font-size: 1.4rem;line-height: 2rem;margin-bottom: 50px;font-weight: bold;position: relative;margin-top: 70px;} 
}
#general h5{text-align: left;font-size: 1.3rem;line-height: 2rem;margin-bottom: 15px;font-weight: bold;position: relative;margin-top: 0px;padding-left: 18px;} 
#general h5::before{border-left: 3px solid #47b3ae;position: absolute;content: " ";height: 35px;left: 0;} 

#general h6{text-align: left;font-size: 1.3rem;line-height: 1.5rem;margin-bottom: 25px;font-weight: bold;position: relative;margin-top: 0px;padding-left: 20px;} 
#general h6::before{position: absolute;content: "＞";left: 0;color: #47b3ae;font-size: 12px;} 
#general p{font-size: 1rem;line-height: 1.4rem;margin-bottom: 0px;font-weight: normal;margin-top: 0px;} 
@media only screen and (max-width: 991px) {

#general h3{text-align: center;font-size: 1.2rem;line-height: 2rem;margin-bottom: 50px;} 
}


    #general{}
    
    #general a{text-decoration: none;}
    #general .card {
        width: 100%;
        background: white;
        border-radius: 16px;
    }
    @media only screen and (max-width: 991px) {
      #general .card {border: none;
        border-radius: 16px;
    }
    }
    #general .padding{padding: 15px;}
    #general .images {
      padding: 0 0 0 20px;
  }
  @media only screen and (max-width: 991px) {
    #general .images {
      padding: 0 0 0 0;
  }
  }
    #general .images img {
        width: 100%;
        height: 150px;
        border-radius: 8px 8px 0px 0px ;
        object-fit: cover;
    }
    @media only screen and (max-width: 991px) {
      #general .images img {
        width: 100%;
        height: 280px;
        border-radius: 8px 8px 0px 0px ;
        object-fit: cover;
    }
    }
    @media only screen and (max-width: 720px) {
      #general .images img {
        width: 100%;
        height: 180px;
        border-radius: 8px 8px 0px 0px ;
        object-fit: cover;
    }
    }

    
    #general .date {
        float: right;
        font-size: 14px;
        color: #666;
        margin-top: 12px;
    }
    #general .title {
      font-size: 0.9rem;
      font-weight: normal;
      line-height: 1.5em;
      margin-top: 8px;
      margin-bottom: 10px;
      -webkit-box-orient: vertical;
    }
  
    /* 基本スタイル */
  #general .img-container {
    position: relative;
    overflow: hidden; /* 枠の外を隠す */
  }
  
  #general .img-container img {
    width: 100%;
    transition: transform 0.3s ease-in-out; /* アニメーション追加 */
  }
  
  /* hover時の画像内部の拡大 */
  #general .img-container:hover img {
    transform:scale(0.7,0.7);
    border-radius: 15px 15px;
  }
  
  /* 基本スタイル */
  #general .img-container {
    position: relative;
    overflow: hidden; /* 枠の外を隠す */
  }
  
  #general .sns {
    display: block; /* リンクを全体を囲むブロック要素に */
    text-decoration: none;
  }
  
  /* 画像のアニメーション設定 */
  #general .img-container img {
    width: 100%;
    transition: none; /* transitionではなくアニメーションで管理 */
  }
  
  /* hover時の画像縮小→拡大アニメーション */
  #general .sns:hover .img-container img {
    animation: scaleEffectIn 0.6s ease-in-out forwards;
  }
  
  /* hover解除時のアニメーション */
  #general .sns:not(:hover) .img-container img {
    animation: scaleEffectOut 0.6s ease-in-out forwards;
  }
  
  /* 画像を縮小→拡大するアニメーション */
  @keyframes scaleEffectIn {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.7);
    }
    100% {
      transform: scale(0.75);
    }
  }
  
  /* 画像を拡大→元のサイズに戻すアニメーション */
  @keyframes scaleEffectOut {
    0% {
      transform: scale(0.75);
    }
    50% {
      transform: scale(0.7);
    }
    100% {
      transform: scale(1);
    }
  }
  
  #general table{width: 100%;text-align: left;margin-bottom: 10px;}
  #general th{width: 25%;border-bottom: 3px solid #d9d9d9;padding: 20px;font-size: 1rem;color: #333;font-weight: bold;}
  #general td{width: 75%;border-bottom: 3px solid #eee;padding: 20px;text-align: left;font-size: 1rem;color: #333;font-weight: normal;line-height: 1.5rem;}
  @media only screen and (max-width: 991px) {
  #general th{width: 100%;display: block;padding: 20px 0}
  #general td{width: 100%;display: block;padding: 20px 0}
  }
  #general .sns .card{background-color: #f8f8f8;
}
  #general .sns .tag {
    display: inline-block;
    background: #47b3ae;
    color: #111;
    padding: 5px 20px;
    border-radius: 16px;
    font-size: 12px;
    margin-top: 12px;
    font-weight: bold;
}

#general .beemo table{width: 100%;text-align: left;margin-bottom: 10px;}
#general .beemo th{width: 100%;border-bottom: 1px solid #eee;padding: 10px;font-weight: normal !important;font-size: 0.9rem;;font-weight: bold ;color: #000;display: block}
#general .beemo td{width: 100%;border-bottom: 1px solid #eee;padding: 10px;text-align: left;font-size: 1rem;color: #333;font-weight: normal;display: block;}
@media only screen and (max-width: 991px) {
#general .beemo th{width: 100%;}
#general .beemo td{width: 100%;
}}

 /* news_single */
#news_single h4{text-align: left;font-size: 1.8rem;line-height: 2rem;margin-bottom: 50px;font-weight: bold;position: relative;margin-top: 0px;} 
#news_single img{max-width: 100%;}
@media only screen and (max-width: 991px) {
#news_single h4{text-align: left;font-size: 1.4rem;line-height: 1.6rem;margin-bottom: 50px;font-weight: bold;position: relative;margin-top: 0px;}  
}
#news_single h4::before{border-bottom: 3px solid #333;position: absolute;bottom:-15px;width: 60px;content: " ";} 
#news_single .time{line-height: 1.8rem;margin-bottom: 15px;} 
#news_single p{font-size: 1rem;line-height: 1.8rem;} 
  /* ニュース */
  #news{}
  #news a{text-decoration: none;}
  #news .card {
      width: 100%;
      background: white;
      border-radius: 16px;
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.01);
  }
  #news .padding{padding: 0 15px 15px 15px;}
  #news .images {
      object-fit: cover;
      overflow: hidden; /* 枠の外を隠す */
  }
  #news .images img {
      width: 100%;
      height: 200px;
      border-radius: 8px 8px 0px 0px ;
      object-fit: cover;
  }
  #news .tag {
      display: inline-block;
      background: #47b3ae;
      color: white;
      padding: 2px 10px;
      border-radius: 16px;
      font-size: 11px;
      margin-top: 12px;
  }
  #news .date {
      float: right;
      font-size: 14px;
      color: #666;
      margin-top: 12px;
  }
  #news .title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 8px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行でカット */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 基本スタイル */
#news .img-container {
  position: relative;
  overflow: hidden; /* 枠の外を隠す */
}

#news .img-container img {
  width: 100%;
  transition: transform 0.3s ease-in-out; /* アニメーション追加 */
}

/* hover時の画像内部の拡大 */
#news .img-container:hover img {
  transform:scale(1.7,1.7);
  border-radius: 15px 0;
}

/* 基本スタイル */
#news .img-container {
  position: relative;
  overflow: hidden; /* 枠の外を隠す */
}

#news a {
  display: block; /* リンクを全体を囲むブロック要素に */
  text-decoration: none;
}

/* 画像のアニメーション設定 */
#news .img-container img {
  width: 100%;
  transition: none; /* transitionではなくアニメーションで管理 */
}

/* hover時の画像縮小→拡大アニメーション */
#news a:hover .img-container img {
  animation: scaleEffectIn 0.6s ease-in-out forwards;
}

/* hover解除時のアニメーション */
#news a:not(:hover) .img-container img {
  animation: scaleEffectOut 0.6s ease-in-out forwards;
}

/* 画像を縮小→拡大するアニメーション */
@keyframes scaleEffectIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.15);
  }
}

/* 画像を拡大→元のサイズに戻すアニメーション */
@keyframes scaleEffectOut {
  0% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
  /* ニュース */
  /* ボタン */
  a.btn_01 {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    width: 230px;
    margin: 20px auto !important;
    padding: 12px 0rem;
    border-radius: 100vw;
    color: #47b3ae;
    background: #FFF;
    margin: 50px 0 0 ;
    border: 3px solid #47b3ae;
  }
  
  a.btn_01:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #47b3ae;
      border-right: 2px solid #47b3ae;
      transform: translateY(-50%) rotate(45deg);
      transition: 0.3s ease-in-out;
      z-index: 3; /* 矢印も前面に */
  }
  a.btn_01:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: shad26 1.5s infinite;
    background-color: #47b3ae;
    color: #fff;
  }
  
  a.btn_01:hover:after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
  }
  @keyframes shad26 {
    0% {box-shadow: 0 0 0 0 #47b3ae;}
    70% {box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);}
    100% {box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);}
  }


/* ボタン */
  a.btn_02 {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    width: 230px;
    margin: 20px auto !important;
    padding: 10px 0rem;
    border-radius: 100vw;
    color: #47b3ae;
    background: #FFF;
    margin: 50px 0 0 ;
    border: 3px solid #47b3ae;
  }
  
  a.btn_02:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #47b3ae;
      border-right: 2px solid #47b3ae;
      transform: translateY(-50%) rotate(45deg);
      z-index: 3; /* 矢印も前面に */
  }
  a.btn_02:hover {
    background-position: right center;
    background-size: 200% auto;
    background-color: #72c6c1;
    color: #fff;
  }
  
  a.btn_02:hover:after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
  }



   /* スクロールリストの外枠 */
   .scroll-list-wrapper {
    overflow: hidden; /* 横スクロールを防ぐ */
    white-space: nowrap;
    width: 100%;
    position: relative;
  }

  /* スクロールリスト */
  .scroll-list {
    display: flex;
    list-style: none;
    padding: 10px 0 10px 0;
    margin: 0;
    gap: 2rem; /* アイテム間の余白 */
    width: fit-content; /* 必要な分だけ幅を確保 */
    animation: marquee-left 38s linear infinite;
  }

  /* リストアイテム */
  .scroll-list li {
    color: #47b3ae;
    opacity: 0.2;
    font-size: 3em;
    font-weight: bold;
    padding: 0;
    white-space: nowrap;
  }

  /* PCの時のフォントサイズ */
  @media (min-width: 600px) {
    .scroll-list li {
      font-size: 6vw;
    }
  }

  /* スクロールアニメーション */
  @keyframes marquee-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%); /* 50% ずつ動かす */
    }
  }

    /* リストアイテム（アウトラインテキスト） */
    .scroll-list li {
    font-size: 3em;
    font-weight: bold;
    padding: 0;
    white-space: nowrap;
  }

  /* PCの時のフォントサイズ */
  @media (min-width: 600px) {
    .scroll-list li {
      font-size: 6vw;
      -webkit-text-stroke: 3px #47b3ae; /* 太さを調整 */
    }
  }

  /* フッターコンタクト全体のスタイル */
  .footer-contact {
    background-color: #ece9e9; /* フッターの背景色 */
    width: 100%;
  }

  /* お問い合わせエリアのレイアウト */
  .contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  /* 左側の「お問い合わせください」部分 */
  .contact-left {
    flex: 1;
    color: #333;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
  }

  /* 右側の「CONTACT US」ボタン */
  .contact-right {
    flex: 1;
    background: linear-gradient(to right, #27807b, #47b3ae);
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    padding: 80px 0;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  /* ホバー時のアニメーション用の背景 */
  .contact-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1a605c, #2a837e);
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }

  /* ホバー時に左から右へ色が流れる */
  .contact-right:hover::before {
    transform: translateX(0);
  }

  /* テキストを前面に固定 */
  .contact-right span {
    position: relative;
    z-index: 2; /* テキストが前に出るように */
  }

    /* テキストを前面に固定 */
  .contact-right .font-size {font-size: 14px;letter-spacing: 0;}

  .contact-right a {
    text-decoration: none;
    color: #FFF !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .contact-container {
      flex-direction: column;
    }

    .contact-left, .contact-right {
      width: 100%;
    }
  }
/* フッター */
#footer{background-color: #343a38;font-size: 1rem;width: 100%;margin-top: 0px;font-size: 0.8rem;text-align: left;color: #fff;padding-bottom: 50px !important;padding-top: 50px !important;line-height: 20px;}
#footer .sns_icon{width: 25px;margin-right: 15px;}
#footer .l_1em{margin-left: 1em;}

#footer hr{margin: 30px 0;}
.copyright{padding: 10px 0 10px;color: #fff;letter-spacing: 0.1rem;text-align: right;}
#footer a{color: #fff !important;text-decoration: none;font-size: 1rem;line-height: 2.5rem;}
#footer a:hover{color: #47b3ae !important;text-decoration: none;}
#footer a:visited{color: #fff;text-decoration: none;}
@media (max-width: 992px) {
  #footer{text-align: left;}
}
@media (max-width: 992px) {
.copyright{font-size: 11px;margin-bottom: 30px;text-align: center;padding: 20px 0;}
#footer h2{margin-top: 1.5rem;}
}
.footer_btn{position: fixed;right: 60px; top: 0px;z-index: 9999;height: 65px !important}
.footer_btn img{height: 100% !important}
.footer_btn_left{margin:0 1px 0 0}
.footer_btn_right{margin:0 0 0 0}
.footer_btn_tel{display: none;}

@media (max-width: 992px) {
.footer_btn{position: fixed;right: 0; bottom: 0;top:auto;z-index: 99;width: 100%;height: auto !important}
.footer_btn img{width: 100% !important;height: auto !important}
.footer_btn_left{display: none;}
.footer_btn_right{display: none;}

.footer_btn_sp{position: fixed;bottom: 0;z-index: 9;text-align: center;width: 100%}
.footer_btn_tel{width: 80% !important;display:inline-block;max-width: 90%;margin-bottom: 10px;}
}
/* フッター */