@charset "UTF-8";
/* =======================================
【BASE】
========================================== */

.header01 {
  display: flex;
  justify-content: space-between;
}

.header01 .logo {
  width: 13.57em;
  padding-top: 13px;
}

.header01>div {
  display: flex;
  margin-top: 17px;
  gap: 1em;
}

.header01>div>.tel,
.global-nav>div>.tel {
  line-height: 1.3;
  text-align: end;
}

.header01>div>.tel a,
.global-nav>div>.tel a {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background: url(../img/icon_tel.svg) no-repeat left 2px center / 15px;
  padding-left: 20px;
  color: var(--font01-color);
  padding-top: 4px;
  display: block;
  letter-spacing: 0.06em;
}

.header01>div>ul {
  display: flex;
  font-weight: 600;
}

.header-btn {
  display: inline-block;
  background: #4CAF50 url(../img/icon_recruit.svg) no-repeat left 39px center / 15px;
  color: #fff;
  padding: 0.7em 1em 0.5em 2em;
  text-align: center;
  width: 165px;
  border-radius: 50em;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 0 #25953C;
  transition: filter 0.3s ease;
}

.header-btn:hover {
  filter: brightness(120%) !important;
}

.header-btn.h_contact {
  background: #EA7E26 url(../img/icon_mail.svg) no-repeat left 23px center / 15px;
  box-shadow: 0 2px 0 #C76C21;
}

.header_nav {
  background: var(--main-color);
  margin-top: 18px;
}

.header_nav .nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 9;
}

.header_nav .nav>li {
  list-style: none;
  width: 14.2857142857%;
  position: relative;
}

.header_nav .nav li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #C0E9C8;
  box-sizing: border-box;
  padding: 11px 0 13px;
}

.header_nav .nav li a:nth-child(1) {
  border-left: 1px solid #C0E9C8;
}

/* 採用ボタン　ホバーの中身 */
.header-btn-group {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.header-btn-group li.has-submenu {
  position: relative;
}

.header-btn-group .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-top: 8px;
  z-index: 999;
  padding: 8px 0;
}

.header-btn-group .submenu li a {
  display: block;
  padding: 12px 20px;
  color: var(--font01-color);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.header-btn-group .submenu li a:hover {
  color: #4CAF50;
}




/* =======================================
	【logo_navi】2段目がロゴ＋ナビゲーション　参考（https://www.yozan-hikichi.co.jp/）
========================================== */
/* =======================================
	【common】左がロゴ＋右側がその他
========================================== */
/* =======================================
	メガメニュー利用の場合
========================================== */
/* メガメニューの初期状態（非表示） */
/*# sourceMappingURL=header.css.map */
