@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
header a {
  color: #222;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  padding-bottom: 1.5%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

header::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(0, 0, 0, 0.02) 100%
  ); */
  background-color: rgba(255, 255, 255, 0.10);
  pointer-events: none;
  z-index: -1;
}

.headerArea {
  width: 96%;
  margin-inline: auto;
  /* height: 110px; */
}

.header02 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
}

header .logo {
  width: 23em;
  margin-left: -1.3%;
}


.header02 .telB {
  background: url(../img/telB.png)
  no-repeat center / contain;
  width: 1em;
  height: 0.9em;
  margin-right: 4px;
}

.header02 > div > .tel a {
  display: flex;
  align-items: end;
  line-height: 100%;
}

.header_nav {
  min-width: 0;
}

.header_nav .flex {
  min-width: 0;
  flex: 1;
}

.header_nav .nav .flex {
  gap: 2.9%;
}

.header_nav .nav {
  min-width: 0;
}

.header_nav .nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  font-size: clamp(13px, 1.15vw, 16px);
  margin-top: 13px;
  /* font-weight: 600; */
  gap: 2.9%;
}
.header_nav .nav > li {
  list-style: none;
  position: relative;
  /* margin-left: clamp(10px, 1.72vw, 24px); */
}
.header_nav .nav > li:nth-last-of-type(1) {
  margin-left: 0.5%;
}
.header_nav .nav li a {
  text-shadow: 0 0 15px #fff;
  display: block;
  /* text-align: center; */
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  /* padding: 11px 0 13px; */
}
.header_nav .nav li ul {
  position: absolute;
  top: 120%;
  left: 50%;
  color: #222;
  background: #F9F9F9;
  list-style: none;
  margin: 0;
  padding: 20px 20px;
  min-width: fit-content;
  display: none;
  z-index: 10000;
  line-height: 3.6rem;
  transform: translateX(-50%);
  border-radius: 3px;
}

.header_nav .nav li ul li a {
  border-bottom: 1px solid #EAE9E9;
  background: url(../img/arrowG.svg) no-repeat center right / 1em;
  padding-right: 2.5em;
}

.header_nav .nav li a:hover,
.footer02_nav a:hover,
.header_nav .nav .flex a:hover {
  color: #03640B;
}

.htel {
  white-space: nowrap;
  text-shadow: 0 0 20px #fff;
}

.header02 .contactBtn {
  width: 12em;
}
