@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-headLogo.-txt {
  display: block;
}

.c-headLogo.-txt {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  justify-content: center; /* 子要素を上下中央に */
  align-items: center; /* 横方向も中央に */
}

.c-headLogo::after {
  content: "SAKATA AUTOMOTIVE INDUSTRY Co.,Ltd.";
  font-size: 10px;
  margin-top: 4px;
  text-align: center;
  color: #333;
}
#breadcrumb {
 display: none;
}

/* グローバルナビのボタン風スタイル */
.c-gnavWrap .contact-btn a {
  background-color: #162e72; /* ボタンの色 */
  color: #fff;
  padding: 6px 14px;
  font-weight: bold;
  text-decoration: none;
  height:40px;
  margin-right:20px;
  margin-left:10px;
}
.c-gnavWrap .contact-btn a:hover {
  background-color: #005f8d;
}
.c-gnav>.menu-item{
display: grid;
place-items: center;
}
.c-gnavWrap .recruit-btn a {
  background: linear-gradient(45deg, #fbff64, #b7d553);
  color: #162e72;
  padding: 6px 14px;
  font-weight: bold;
  text-decoration: none;
height:40px;
}
.c-gnavWrap .recruit-btn a:hover {
  background-color: #fbff64;
}