@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
header {
  background: rgba(255, 255, 255, 0.66);
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  /* border-bottom: 1px solid #F0F3F8; */
  color: #062A42;
  width: 100%;
}

.header02 {
  display: flex;
  justify-content: space-between;
  margin: 7px auto 30px;
  white-space: nowrap;
}

/* .header02 .flex.flex_right > * {
  width: 13em;
} */

.header02.cl3_7 > *:nth-child(odd) {
  width: 18.3%;
}

.header02.cl3_7 > *:nth-child(even) {
  width: 76%;
}

.header_nav {
  margin-top: 13px;
  letter-spacing: 0.1em;
}

.header_nav .nav {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 9;
  /* align-items: center; */
  gap: 2%;
}
.header_nav .nav > li {
  list-style: none;
  width: 6.5em;
  position: relative;
  text-align: center;
  align-content: center;
}
.header_nav .nav > li p {
  text-align: center;
  font-weight: bold;
}
/* .header_nav .nav > li:nth-last-of-type(1) {
  width: 3.4%;
} */
.header_nav .nav a {
  color: #062A42;
  font-weight: bold;
}

.header_nav .nav > li ul li a:hover {
  background: linear-gradient(31deg, #44AAE7, #89CA36);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: transform ease 0.5s;
}

.header_nav .nav > li a::after,
.header_nav .nav > li p::after {
  content: "";
  display: block;
  height: 3px;
  width: 90%;
  /* background-color: #005AB4; */
  background: linear-gradient(31deg, #44AAE7, #89CA36);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%) scale(0, 1);
  transition: 0.5s;
}

.header_nav .nav > li a:hover::after,
.header_nav .nav > li p:hover::after {
  transform: translate(-50%, -50%) scale(1, 1);
}

.header_nav .nav > li:nth-last-of-type(1) a::after,
.header_nav .nav > li:nth-last-of-type(2) a::after,
.header_nav .nav > li ul li a:hover::after {
  display: none;
}

.dArrow {
  background: url(../img/dArrow.png) no-repeat center / contain;
  width: 0.8em;
  height: 0.6em;
  margin-left: 5px;
  display: inline-block;
}

 /* メガメニューのスタイル - 画面幅100%の白い背景 */
.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 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.header_nav .nav > li ul li {
  margin: 0;
  padding: 0;
}

.header_nav .nav > li ul li a {
  border-bottom: 1px solid #44AAE7;
  color: #202945 !important;
  background: none;
  font-weight: bold !important;
  border-radius: unset;
  padding: unset;
  display: unset;
  letter-spacing: unset;
}

.telB {
  background: url(../img/telB.png)
   no-repeat center / contain;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  margin-right: 3px;
}

header .cl4_6 > *:nth-child(odd) {
  width: 44%;
}
/* header .cl4_6 > *:nth-child(even) {
  width: 56%;
} */

.recruitBtn {
  width: 9.5em !important;
}

.contactBtn {
  width: 11em !important;
}

/* .logo {
  width: 72%;
} */

.header02 > div:nth-of-type(1) {
  width: 29%;
}