/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
 background: url('../img/back.png') no-repeat center center fixed;
  background-size: cover;

  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
}
/* 追加２０２６０７０５　*/
:root {
      --main-green: #00a068;
      --main-teal: #12998e;
      --main-blue: #0076a8;
      --bg-gray: #f3f7f9;
    }
a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #50d8af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #50d8af;
}

#topbar .contact-info i {
  color: #50d8af;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
/* ❌ width: 1500px; から以下に変更 */
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: 100%;          /* 高さを固定せず、中身やアスペクト比に合わせる */
  
  aspect-ratio: 1500 / 920; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/intro1.png") no-repeat;
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;
}
@media (max-width: 500px) {
  #intro  {
    background-repeat: no-repeat;
    background-position: center top; /* 画像を中央に配置 */
    background-size: cover;          /* 画面全体を隙間なく覆う */
    width: 100%;                     /* 横幅を画面いっぱいに広げる */
    height: 100%;
    background-image: url("../img/top_image.png");
    aspect-ratio: 375 / 605; 
/*    width: 100%px;
    max-width: 375px; 
    height: 100%;
    max-height: 605px;
    aspect-ratio: 375 / 605;
    background: url("../img/top_image.png");
    background-position: center;
    background-size: cover; */
  }
}
/* ロゴ　メニュー表示エリア




/* 背景画像に合わせて位置を固定するdiv */
.target-box {
  position: absolute; /* 🌟絶対配置にする */
  
  /* 基準点（左上）の位置を％で調整 */
  top: 16%;   /* 上から20%の位置 */
  left:50%;  /* 左から50%の位置 */
  
  /* 枠のサイズ（必要に応じて） */
  width: 1.25;
  height:auto;
  font-size: 1.3cqw;
/*  padding: 5px 20px; */
  padding: 5px 10px;
  background-color: #ffda00; 
  border-radius: 999px;
  /* 💡重要：配置したdiv自体の中心を基準にしたい場合は以下を追加 */
  transform: translate(-50%, -50%); 
}

/* 吹き出しの三角（しっぽ） */
.target-box::before {
  content: "";
  position: absolute;
/*  bottom: -20px; /* ボタンの下部に配置 */
  bottom: -10px; /* ボタンの下部に配置 */
  left: 50%;
  transform: translateX(-50%);
/*  border-width: 20px 10px 0 10px; */
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffda00 transparent transparent transparent;
}
/* 先頭の吹き出しスマホ対応*/

@media (max-width: 500px) {
  .target-box  {
  position: absolute; /* 🌟絶対配置にする */    
    top: 13.5%;
    left:50%; 
    width: 250px;
    font-size: 10px;
    padding: 5px 10px;
  }
.target-box::before {
  bottom: -7px;
  border-width: 7px 7px 0 7px;
}

}


.topmenu {
  width:100%;
  max-width: 1500px;
  height:9%;
  max-height: 200px;
  padding-left: 25px;
  background-color: #01A5AE;
  font-size: 0.5cqw;
  position:absolute;

}
.date_time {
  position: absolute; /* 🌟絶対配置にする */
  
  /* 基準点（左上）の位置を％で調整 */
  top: 75%;   /* 上から80%の位置 */
  left:50%;  /* 左から50%の位置 */
  max-width: 303px;
  height:auto;
  aspect-ratio: 303 / 41; 
  transform: translate(-50%, -50%); 
}

.mnotice-box {
  position: absolute; /* 🌟絶対配置にする */
  /* 基準点（左上）の位置を％で調整 */
  top: 75%;   /* 上から20%の位置 */
  left:84%;  /* 左から50%の位置 */
  
  /* 枠のサイズ（必要に応じて） */
/*  width: 20vw; */
  width: 25vw;
  max-width: 450px;
  height:auto;
  text-align: center;
  color: #008fb2;  
  font-size: 1.4cqw;
  padding: 5px 10px 35px 10px; 
  background-color: #fff;
  border-radius: 5px;
  display: block;  
  /* 💡重要：配置したdiv自体の中心を基準にしたい場合は以下を追加 */
  transform: translate(-50%, -50%); 
}

.mnotice-span {
  font-size: 1.8cqw;
}
@media (max-width: 500px) {
.mnotice-box {
  position: absolute; /* 🌟絶対配置にする */
  /* 基準点（左上）の位置を％で調整 */
  top: 68%;   /* 上から20%の位置 */
  left:50%;  /* 左から50%の位置 */
  
  /* 枠のサイズ（必要に応じて） */
/*  width: 20vw; */
  width: 150px;
  max-width: 450px;
  height:auto;
  text-align: center;
  color: #008fb2;  
  font-size: 10px;
  padding: 5px 5px 10px 5px; 
  background-color: #fff;
  border-radius: 5px;
  display: block;  
  /* 💡重要：配置したdiv自体の中心を基準にしたい場合は以下を追加 */
  transform: translate(-50%, -50%); 
}
.mnotice-span {
  font-size: 12px;
}
.entry-box1 {
  /* 枠のサイズ（必要に応じて） */
  width: 80px;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #00758e;
  color: #fff;
  border-radius: 999px;
  margin-top:10px;
  margin-bottom: 10px;
 transform: translate(-50%, -50%); 
}

}


/* 背景画像に合わせて位置を固定するdiv */
.entry-box {
  position: absolute; /* 🌟絶対配置にする */
  
  /* 基準点（左上）の位置を％で調整 */
  top: 82%;   /* 上から20%の位置 */
  left:50%;  /* 左から50%の位置 */
  
  /* 枠のサイズ（必要に応じて） */
  width: 1.25;
  height:auto;
  font-size: 1.7cqw;
  padding: 5px 20px;
  background-color: #ffda00;
  border: solid 1px #000; 
  border-radius: 999px;
  box-shadow: 10px 5px 5px black;


  /* 💡重要：配置したdiv自体の中心を基準にしたい場合は以下を追加 */
  transform: translate(-50%, -50%); 
}
.entry-box1 {
  /* 枠のサイズ（必要に応じて） */
  width: 1.25;
  font-size: 1cqw;
  padding: 5px 10px;
  background-color: #00758e;
  color: #fff;
  border-radius: 999px;
  margin-top:20px;
  margin-bottom: 10px;
 transform: translate(-50%, -50%); 
}

@media (max-width: 500px) {
.entry-box {
  position: absolute; /* 🌟絶対配置にする */
  
  /* 基準点（左上）の位置を％で調整 */
  top: 93%;   /* 上から20%の位置 */
  left:50%;  /* 左から50%の位置 */
  
  /* 枠のサイズ（必要に応じて） */
  width: 1.25;
  height:auto;
  font-size: 3.8cqw;
  padding: 5px 10px;
  background-color: #ffda00;
  border: solid 1px #000; 
  border-radius: 999px;
  box-shadow: 10px 5px 5px black;


  /* 💡重要：配置したdiv自体の中心を基準にしたい場合は以下を追加 */
  transform: translate(-50%, -50%); 
}
}

/*--------------------------------------------------------------
# menu_bar Section
--------------------------------------------------------------*/
#menu_bar {

  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  height: auto;          /* 高さを固定せず、中身やアスペクト比に合わせる */
/*  max-height: 117px; */
  aspect-ratio: 1500 / 117; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;  
  background-color: #fff;
/*  border: solid 1px #000; */
  
  margin: 0 auto;
}

.menu_item{
  width: 180px;
  height:4.5vh;
  display: flex;
  align-items: center;
  justify-content: center;     
  font-size: 14px;
  color: #fff;
  border-radius: 999px;
  background-color: #00ad88;
  margin-bottom: 2px;

}


@media (max-width: 500px) {
  .menu_item  {
    width: 70px;
    height:15px;
    font-size: 8px;
  }
}

/*--------------------------------------------------------------
# merit_bar Section
--------------------------------------------------------------*/
#merit {
/* ❌ width: 1500px; から以下に変更 */
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: auto;          /* 高さを固定せず、中身やアスペクト比に合わせる */
  max-height: 1189;
  
  aspect-ratio: 1500 / 1189; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/merit.png");
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;
}
@media (max-width: 500px) {
  #merit  {
    background-repeat: no-repeat;
    background-position: center top; /* 画像を中央に配置 */
    background-size: cover;          /* 画面全体を隙間なく覆う */
    width: 100%;                     /* 横幅を画面いっぱいに広げる */
    height: 100%;
    background-image: url("../img/merit_sp.png");
    aspect-ratio: 375 / 605;     
  }
}

/* 基準点（左上）の位置を％で調整 */
 .p2title_left {
  position: absolute; /* 🌟絶対配置にする */
  
  /* 基準点（左上）の位置を％で調整 */
  top: 24.5%;   /* 上から80%の位置 */
  left:36%;  /* 左から50%の位置 */
  max-width: 399px;
  height:auto;
  aspect-ratio: 399 / 65; 
  transform: translate(-50%, -50%); 
} 
.p2title_right {
  position: absolute; /* 🌟絶対配置にする */
  
  /* 基準点（左上）の位置を％で調整 */
  top: 24.5%;   /* 上から80%の位置 */
  left:65%;  /* 左から50%の位置 */
  max-width: 449px;
  height:auto;
  aspect-ratio: 449 / 68; 
  transform: translate(-50%, -50%); 
}

.image_left1 {
  position: absolute; /* 🌟絶対配置にする */
  
  /* 基準点（左上）の位置を％で調整 */
  top: 26.5%;   /* 上から80%の位置 */
  left:15%;  /* 左から50%の位置 */
  width: 153px;
  min-width: 0;
/*  height:auto; */
/*  aspect-ratio: 153 / 221; */
  transform: translate(-50%, -50%);  

}

.point1_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 32%;   /* 上からの位置 */
  left:30%;  /* 左から%の位置 */
 /* font-size: 1.5cqw;*/
  font-size: 1.35cqw;
}
@media (max-width: 500px) {
  .point1_text{
    position: absolute; /* 🌟絶対配置にする */  
    top: 27%;   /* 上からの位置 */
    left:28%;  /* 左から%の位置 */
    font-size: 10px;
  }
}

.point2_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 43.3%;   /* 上から80%の位置 */
  left:30%;  /* 左から50%の位置 */
  font-size: 1.35cqw;
}

@media (max-width: 500px) {
  .point2_text{
    position: absolute; /* 🌟絶対配置にする */  
    top: 38.3%;   /* 上からの位置 */
    left:28%;  /* 左から%の位置 */
    font-size: 10px;
  }
}


.point3_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 54.6%;   /* 上から80%の位置 */
  left:30%;  /* 左から50%の位置 */
  font-size: 1.35cqw;
}
@media (max-width: 500px) {
  .point3_text{
    position: absolute; /* 🌟絶対配置にする */  
    top: 52%;   /* 上からの位置 */
    left:28%;  /* 左から%の位置 */
    font-size: 10px;
  }
}



.point4_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 65.9%;   /* 上から80%の位置 */
  left:30%;  /* 左から50%の位置 */
  font-size: 1.35cqw;
}
@media (max-width: 500px) {
  .point4_text{
    position: absolute; /* 🌟絶対配置にする */  
    top: 64%;   /* 上からの位置 */
    left:28%;  /* 左から%の位置 */
    font-size: 10px;
  }
}



.point5_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 77.2%;   /* 上から80%の位置 */
  left:30%;  /* 左から50%の位置 */
  font-size: 1.35cqw;
}
@media (max-width: 500px) {
  .point5_text{
    position: absolute; /* 🌟絶対配置にする */  
    top: 76%;   /* 上からの位置 */
    left:28%;  /* 左から%の位置 */
    font-size: 10px;
  }
}



/*--------------------------------------------------------------
# main_contents Section
--------------------------------------------------------------*/
#main_contents{
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: 100%;          /* 高さを固定せず、中身やアスペクト比に合わせる */
/*  max-height: 2253px; */
/*  aspect-ratio: 1500 / 2217; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/concept.png");
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;

}

/* */
.concept{


  border-radius: 10px;
  background-color: #fff;
  overflow-wrap: break-word;
}



.features{

  border-radius: 10px;
  background-color: #fff;
  overflow-wrap: break-word;
}


.place1{
  position: absolute; /* 🌟絶対配置にする */  
  top: 7%;   /* 上から80%の位置 */
  left: 60%;
  width: 55%;
  height: 60px;
  display: block;
  transform: translate(-50%, -50%); 
  font-size: 1.2cpw;
  overflow-wrap: break-word;
}

.kiyaku-box {
  position: relative; /* 🌟絶対配置にする */
  
  /* 基準点（左上）の位置を％で調整 */
  top: 95%;   /* 上から20%の位置 */
  left:20%;  /* 左から50%の位置 */
  
  /* 枠のサイズ（必要に応じて） */
  width: 40%;
  height:auto;
  font-size: 1.5cqw;
  padding: 5px 20px;
  background-color: #fff;
  border: solid 1px #000; 
  border-radius: 999px;
  box-shadow: 10px 5px 5px black;
  margin-top: 20px;


  /* 💡重要：配置したdiv自体の中心を基準にしたい場合は以下を追加 */
  transform: translate(-50%, -50%);
  margin-left: 20px; 
}


/* */
.notice-box {
  position: absolute;
  top: 85%;
  left: 85%;
  transform: translate(-50%, -50%);
  width: 20vw; /* Bootstrapのクラスと併用可 */
}
/*--------------------------------------------------------------
# voice Section
--------------------------------------------------------------*/
#voice1{
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: 100%;          /* 高さを固定せず、中身やアスペクト比に合わせる */
  min-height: 462px;
/*  aspect-ratio: 1500 / 2217; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/voice.png");
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;

}

  .custom-dotted {
    height: 2px;
    /* 横方向に繰り返すグラデーション */
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    background-size: 15px 2px; /* 15pxのうち半分が点、半分が隙間 */
    background-repeat: repeat-x;
  }
/* =========================================
       吹き出しのスタイル（前回までの修正反映済み）
    ========================================= */
    .custom-speech-bubble {
      background: linear-gradient(90deg, #1cb66c 0%, #087db1 100%);
      font-weight: 900;
      letter-spacing: 2px;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
      border-radius: 50rem; 
      border: 4px solid #ffffff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      color: #fff;
      font-size: 1.5rem;
      padding: 12px 40px;
      white-space: nowrap; /* テキストの折り返し防止 */
      
      /* 【重要】カードの上端中央に配置するための指定 */
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
    }

    .custom-speech-bubble::before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-style: solid;
      border-color: #ffffff transparent transparent transparent;
      z-index: 1;
      bottom: -16px; 
      border-width: 16px 14px 0 14px; 
    }

    .custom-speech-bubble::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-style: solid;
      border-color: #12998e transparent transparent transparent;
      z-index: 2; 
      bottom: -11px; 
      border-width: 16px 10px 0 10px; 
    }
/* add */
/* タブレットサイズ（991px以下） */
@media (max-width: 991px) {
  .custom-speech-bubble {
    font-size: 1.25rem;
    padding: 10px 30px;
  }
}

/* スマホサイズ（767px以下） */
@media (max-width: 767px) {
  .custom-speech-bubble {
    font-size: 1rem;
    padding: 8px 24px;
  }
 }
@media (max-width: 500px) {
  .custom-speech-bubble  {
    font-size: 20px;
    padding: 6px 18px;
    transform: translate(-50%, -50%) scale(0.65);     
  }
}
  /* =========================================
       カードとコンテンツのスタイル
    ========================================= */
    /* 白い背景のカード部分 */
    .voice-card {
      background-color: #ffffff;
      border-radius: 20px; /* 全体の角を丸くする */
      padding: 60px 20px 30px; /* 上部に吹き出し用の余白(60px)を確保 */
      margin-top: 50px; /* 吹き出しが飛び出る分の余白を外側にも確保 */
    }

@media (max-width: 500px) {
  .voice-card  {
      border-radius: 10px;
      padding: 10px 5px 10px;
      margin-top: 10px;
  }
}


    /* 見出しの黄色いマーカー線 */
    .marker-yellow {
      /* 下30%部分に黄色のグラデーションを敷くテクニック */
      background: linear-gradient(transparent 70%, #fcee21 70%);
      display: inline-block;
      font-weight: bold;
      color: #4da3a1; /* 文字色を少し青緑に */
      padding: 0 5px;
    }

    /* 間の点線（PC・タブレット表示時のみ適用） */
    @media (min-width: 768px) {
      .border-md-right-dotted {
        border-right: 2px dotted #4da3a1;
      }
    }

    /* =========================================
       スマホ向け調整 (576px未満)
    ========================================= */
    @media (max-width: 575.98px) {
      .custom-speech-bubble {
        font-size: 1.1rem;
        padding: 8px 24px;
      }
      .custom-speech-bubble::before {
        bottom: -14px;
        border-width: 14px 12px 0 12px;
      }
      .custom-speech-bubble::after {
        bottom: -9px;
        border-width: 14px 8px 0 8px;
      }
      /* スマホ時はカラム間の余白を調整 */
/*      .col-item {
        margin-bottom: 2rem;
      }*/
    }


/*--------------------------------------------------------------
# Exhibit target Section
--------------------------------------------------------------*/
#target {
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: 100%;          /* 高さを固定せず、中身やアスペクト比に合わせる */
  min-height: 2166px;
/*  aspect-ratio: 1500 / 2217; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/exhibitor.png");
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;

}

/* 全体を囲むエリア（カード） */
  .main-content-card {
    position: relative; /* 吹き出しを配置する基準 */
    background-color: #fff;
    border-radius: 30px;
   /* border: 3px solid #12998e; */
    padding: 80px 30px 40px; /* 上部に吹き出し用の余白を確保 */
    margin-top: 60px; /* 吹き出しが半分はみ出る分の余裕 */
  }

  .main-content-card-sm {
    position: relative; /* 吹き出しを配置する基準 */
    background-color: #fff;
    border-radius: 30px;
   /* border: 3px solid #12998e; */
    padding: 30px 15px 20px; /* 上部に吹き出し用の余白を確保 */
    margin-top: 30px; /* 吹き出しが半分はみ出る分の余裕 */
  }

  /* 上部の吹き出しデザイン */
  .floating-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #1cb66c 0%, #087db1 100%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    padding: 12px 80px;
    border-radius: 50rem;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 10;
    white-space: nowrap;
  }
  /* 吹き出しの尻尾：外枠（白） */
  .floating-badge::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    z-index: 1;
    bottom: -16px; 
    border-width: 16px 14px 0 14px; 
  }
  /* 吹き出しの尻尾：内側 */
  .floating-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #12998e transparent transparent transparent;
    z-index: 2; 
    bottom: -11px; 
    border-width: 16px 10px 0 10
  }

  /* キャッチコピーの黄色いマーカー線 */
  .yellow-marker {
    background: linear-gradient(transparent 60%, #fcee21 60%);
    display: inline;
  }

 /* エコシステムカード全体 */
  .ecosystem-card {
    background-color: #f3f7f9; /* 淡いグレー背景 */
    border-radius: 30px;
    padding: 20px 30px 40px;
    position: relative;
  }

  /* 上部の見出し */
  .eco-header {
    background-color: #00a068;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50rem;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  /* グラデーションボタン */
    .btn-full-width {
    background: linear-gradient(90deg, #1cb66c 0%, #087db1 100%);
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50rem;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
    .btn-full-width1 {
    background: linear-gradient(90deg, #1cb66c 0%, #087db1 100%);
    display: inline-block;
    padding: 5px 40px;
    border-radius: 50rem;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    /* 追加 */
  
  }
  .btn-main {
    color: #ffe600;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
  }

      @media (min-width: 500px) {
      .btn-main {
        font-size: 0.7rem;
      }
    }
    .btn-main1 {
    color: #fff;
    font-weight: bold;
  /*  font-size: 1rem; */
  font-size: clamp(16px, 1.2cqw, 1.4cqw);
    display: block;
  }
  .btn-sub {
    color: #fff;
    font-size: 0.8rem;
    display: block;
  }
  
  .bg-teal { background-color: #12998e; }
  .text-teal { color: #12998e; }
  
  /* 丸い数字アイコン */
  /*.circle-number {
    width: 45px;
    height: 45px;
    background-color: #12998e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    flex-shrink: 0;
  } */

  /* 各分野のバッジカラー */
  .badge-monozukuri { background-color: #005a96; color: white; }
  .badge-gxdx { background-color: #00a068; color: white; }
  .badge-kurashi { background-color: #e87a24; color: white; }

  /* カード全体の角丸を大きくする */
  .rounded-lg { border-radius: 20px !important; }
   /* 背景をきれいな正円にする設定 */
  .circle-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #12998e; /* 背景色（任意） */
  color: #fff;            /* 文字色（任意） */


  width: 3.8vw;             /* 画面幅の8%のサイズにする */
  height: 3.8vw;            /* 縦横を同じ値にして正円を維持 */
  font-size: 2vw;         /* 文字サイズも画面幅に連動 */
} 

/*--------------------------------------------------------------
# Exhibit supportor Section
--------------------------------------------------------------*/
#supportor {
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: 100%;          /* 高さを固定せず、中身やアスペクト比に合わせる */
  min-height: 2817px;
/*  aspect-ratio: 1500 / 2217; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/main_forth.png");
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;

}

/*--------------------------------------------------------------
# schedule Section
--------------------------------------------------------------*/
#schedule {
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: 100%;          /* 高さを固定せず、中身やアスペクト比に合わせる */
  min-height: 1169px;
/*  aspect-ratio: 1500 / 2217; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/schedule.png");
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;

}
.sdl1_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 9.5%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}

.sdl1_sp_text {
  position: absolute;
  top: 10.5%;
  left:26%;
  font-size: 12px;
}

.sdl2_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 20%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}

.sdl2_sp_text {
  position: absolute;
  top: 21%;
  left:26%;
  font-size: 12px;
}


.sdl3_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 30%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}
.sdl3_sp_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 30%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 8.5px;
  color: #000;
}
.sdl3_sp_1_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 32%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 6px;
  color: #000;
}


.sdl4_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 40.5%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}
.sdl4_sp_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 40.5%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 10px;
  color: #000;
}


.sdl5_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 50.5%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}

.sdl5_sp_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 50.5%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 10px;
  color: #000;
}



.sdl6_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 60.5%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}

.sdl6_sp_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 59%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 12px;
  color: #000;
}


.sdl7_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 71%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}
.sdl7_sp_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 69%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 12px;
  color: #000;
}


.sdl8_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 81%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}
.sdl8_sp_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 78%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 12px;
  color: #000;
}



.sdl9_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 91.5%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 1.4cqw;
  color: #000;
}

.sdl9_sp_text{
  position: absolute; /* 🌟絶対配置にする */  
  top: 88%;   /* 上からの位置 */
  left:26%;  /* 左から%の位置 */
  font-size: 12px;
  color: #000;
}




/*--------------------------------------------------------------
# schedule Section
--------------------------------------------------------------*/
#toiawase {
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: 100%;          /* 高さを固定せず、中身やアスペクト比に合わせる */
  min-height: 598px;
/*  aspect-ratio: 1500 / 2217; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/schedule.png");
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;

}

/*--------------------------------------------------------------
# footor_top Section
--------------------------------------------------------------*/
#footor_top {
  width: 100%;           /* 画面幅いっぱいに広がるようにする */
  max-width: 1500px;     /* パソコンなどの大画面でも1500px以上には広げない */

  /* ❌ height: 920px; から以下に変更 */
  height: 100%;          /* 高さを固定せず、中身やアスペクト比に合わせる */
  min-height: 218px;
/*  aspect-ratio: 1500 / 2217; /* 🌟元の「横1500:縦920」の比率を維持して自動伸縮させる */

  display: flex;
  flex-wrap: wrap;
  position: relative;
  
  background: url("../img/footer_top.gif");
  background-position: center; 
  background-size: cover; /* 縦横の隙間をなくすなら cover がおすすめ（お好みで contain でもOK） */
  
  margin: 0 auto;

}

#footor_container{
  width:85%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin-right: 30px;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  /*color: #555; */
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  /*font-size: 14px; */
   font-size: 1cqw;

  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #50d8af;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
/*  padding-top: 18px; */
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/

#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #50d8af;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/* Our Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #50d8af;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #50d8af;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #2dc899;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #000000;
  padding: 0 0 30px 0;
  font-size: 14px;
  color:#fff;
  max-width: 1500px;
  margin: 0 auto;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 20px 0;
    height: 74px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

/*add 20260722 */
h3.posttitle {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding:7px 5px 5px;
/*	border-bottom: 3px solid #000066; */
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 50%, #E8E8E8 51%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(50%,#EFEFEF), color-stop(51%,#E8E8E8), color-stop(100%,#EFEFEF));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 );
	background: linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}