/* ================================
   メニュー共通スタイル
================================ */
.menu-list li a {
  display: block;
  width: 300px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  text-indent: -9999px;  /* テキストを隠す場合 */
  transition: 0.3s ease;
  filter: brightness(100%);
}

.menu-list li a:hover {
  filter: brightness(80%);
  cursor: pointer;
}

/* 個別バナー画像 */
.menu-subcs   { background-image: url("../img/icons/icon1_png/banner_1Q_01_01.png"); }
.menu-subfd   { background-image: url("../img/icons/icon1_png/banner_1Q_01_02.png"); }
.menu-support { background-image: url("../img/icons/icon1_png/banner_1Q_01_03.png"); }

/* ================================
   ロゴ設定
================================ */
#hpb-headerLogo .logo-link {
  display: inline-block;
  width: 300px;
  height: 80px;
  background-image: url("../img/icons/icon1_png/logo_1Q.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  text-indent: -9999px;  /* ロゴテキストを非表示にする場合 */
  border: none;
}

/* ================================
   名刺カード
================================ */
.business-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px 20px;
  width: fit-content;
  max-width: 100%;
  background-color: #fdfdfd;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  font-family: "HG丸ｺﾞｼｯｸM-PRO", sans-serif;
  margin: 20px auto;
}

.company-name {
  font-size: 12px;
  font-family: "AR丸ゴシック体M", sans-serif;
  font-weight: bolder;
  color: green;
  text-align: left;
  margin-bottom: 10px;
}

.contact-info {
  font-size: 10px;
  color: #333;
  line-height: 1.6;
}

.contact-info a {
  color: #006699;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* ================================
   その他要素
================================ */
.product-link {
  font-size: 20px;
  font-family: "AR丸ゴシック体M", sans-serif;
  font-weight: bolder;
}

.header-title {
  font-size: 13px;
  font-weight: bold;
  color: green;
  margin: 0;
  padding: 0;
}

.icon-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}

.icon-links a img {
  width: 60px;
  height: 60px;
  border: none;
  display: inline-block;
  transition: transform 0.2s ease;
}

.icon-links a img:hover {
  transform: scale(1.3);
}

/* バナー */
#banner-recruit {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-image: url("../img/icons/icon1_png/banner_1Q_01_021.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#banner-access {
  display: block;
  background-color: #009933;
  color: white;
  padding: 20px;
  font-size: 24px;
  text-decoration: none;
}
