@charset "UTF-8";
/* フッタメニュー*/

.footer .custom-logo{
  z-index: 0;
}

/*SNSバー*/
.sns-bar {
  background: #00acea;
  text-align: center;
}
.sns-set {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  margin-right: 40px;
}
.sns-set img {
  display: block; /* ← 追加！ */
  width: auto;
  height: 30px;
  padding-left: 20px;
}

/*フッタシェイプ*/
.footer-shape {
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: -4px; /* 追加で隙間防止 */
  z-index: 3;
  display: none;
}

.footer {
  /* [disabled]margin-top: 50px; */
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #d9d9d9;
  padding-bottom: 25px;
  padding-top: 44px;
}
.footer a {
  text-decoration: none;
}

.footer-company {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 13px;
  padding-bottom: 30px;
}

#company .footer ul {
  list-style: none; /* リストのデフォルトのマーカーを消す */
}

#company .footer {
  background-color: #00acea;
}

#company .footer-box-main {
  padding-top: 0px;
  padding-bottom: 14px;
  margin-bottom: 25px;
  margin-right: 30px;
  margin-left: 20px;

  flex: 1;
}

#company .box-sets {
  display: flex;
  flex-wrap: wrap;
}

#company ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  margin-left: 0px;
}

#company ul li {
  padding-bottom: 10px;
}

#company h2 {
  border-bottom: solid #121212 1px;
  margin: 0px 0px 8px;
  padding: 0px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #000 ;
}

#company .box-set {
  width: 150px;
  margin-right: 20px;
  margin-left: 20px;
}

#company .footer-menu-container .footer-class {
}

#company .footer-menu-container:nth-child(2) {
  margin-left: auto;
}

#company .address {
  margin: 0px 20px 20px;
  font-weight: 500;
  color: #333333;
 
}

.site-info {
  display: flex;
  align-items: center;
  justify-content: center;
   height: 80px;
  font-size: 14px;
}


/* フッタにあるトップに戻るバー */
.start-back-bar {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  text-align: center;
  padding: 5px 0;
  font-size: 25px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

a.start-back-bar {

  text-decoration: none;

}

/* ホバーエフェクト */
.start-back-bar:hover {
  color: #007BFF;
  transform: translateY(-3px);
}

.footer-company .address{
  font-size: 18px;
  color:white;
}
.footer-company .address .tel{
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.footer-company .tel-icon::before {
  content: "\f095"; /* Font Awesomeの電話アイコン */
  font-family: "Font Awesome 6 Free"; /* 使用しているバージョンにより調整 */
  font-weight: 900; /* solidアイコンの場合 */
  margin-right: 8px;
}


/* レスポンシブ */
@media screen and (max-width: 768px) {
  .footer-company {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-size: 13px;
    padding-bottom: 30px;

    box-sizing: border-box;
  }

  #company .footer-box-main {
    padding: 20px 0px 14px;
    margin-bottom: 25px;
    margin-left: 5px;
    width: 100%;
    margin-right: 5px;
  }
  #company .box-sets {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #company .box-set {
    width: 40%;
    min-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
  }
}
