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

header {
  background-color: #fff;
  /* height: 110px; */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  padding-bottom: 0.5%;
}

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

.header02 {
  display: flex;
  justify-content: space-between;
  /* align-items: end; */
}

header .logo {
  flex: 0 0 clamp(120px, 11.86vw, 166px);
}

header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo p {
  margin-left: 30%;
}

.header02 > div {
  display: flex;
  margin-top: 15px;
  align-items: end;
  gap: 1.2%;
  flex: 1;
  justify-content: right;
}

.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: 15px;
  font-weight: 600;
}
.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 {
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0.06em;
  white-space: nowrap;
  /* padding: 11px 0 13px; */
}
.header_nav .nav li ul {
  position: absolute;
  top: 100%;
  left: -75%;
  color: #202945;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 20px 20px;
  min-width: 300px;
  display: none;
  z-index: 10000;
  line-height: 3.6rem;
  box-shadow: 0 10px 20px rgba(254, 105, 2, 0.15);
  border-radius: 10px;
}

.header_nav .nav li ul li a {
  border-bottom: 1px solid #FEF3EA;
}

.footer02_nav a:hover,
.header_nav .nav .flex a:hover,
.header_nav .nav li ul li a:hover {
  color: #FE6902;
}
