@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
header {
  font-family: 'Noto Sans JP';
  color: #231815;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

header a {
  color: #231815;
}

.hTel {
  width: 15em;
}
.hTel a {
  display: flex;
  justify-content: right;
  gap: 5px;
}
.hTel img {
  width: 1.75em;
  margin-top: 0.75em;
}

.outsourcing {
  background-color: #e1a0ac;
  border-radius: 0 0 5px 5px;
  height: 4em;
  place-content: center;
  text-align: center;
  width: 12.5em;
  transition: 0.3s;
}

.takujob {
  border: 2px solid #e1a0ac;
  border-top: none;
  border-radius: 0 0 5px 5px;
  height: 4em;
  place-content: center;
  text-align: center;
  width: 12.5em;
  transition: 0.3s;
}

.hContact a {
  color: #fff;
}

.hContact {
  background-color: #333c59;
  place-content: center;
  text-align: center;
  width: 7.5em;
  transition: 0.3s;
}

.outsourcing:hover,
.takujob:hover,
.hContact:hover {
  opacity: 0.7;
}

.fukidasiL {
  background: url(../img/fukidasiL.png) no-repeat center / contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.fukidasiR {
  background: url(../img/fukidasiR.png) no-repeat center / contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.header02 .logo {
  width: 19.5%;
  place-content: center;
  margin-left: 3.5%;
}


.header_nav .nav {
  /* width: 1200px; */
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 9;
  justify-content: end;
  gap: 3%;
}
.header_nav .nav > li {
  list-style: none;
  /* width: 18%; */
  position: relative;
  text-align: center;

}
.header_nav .nav li ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 11px 0 13px;
}

header .nav p::after {
  position: absolute;
  content: "";
  background: url(../img/plus.png)
  no-repeat center / contain;
  width: 0.6em;
  height: 0.6em;
  top: 26px;
  right: -17px;
  transition: 0.3s;
}

header .nav p:hover::after {
  background: url(../img/minus.png)
  no-repeat center / contain;
  transform: rotate(180deg);
}

.header_nav .nav li ul {
  width: 15em;
  /* width: calc(100% + 40px); */
  display: none;
  margin-left: 50%;
  top: 50px;
  position: absolute;
  z-index: 999;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 2px solid #e1a0ac;
  padding: 10px;
  transform: translateX(-50%);
}
.header_nav .nav li ul li a {
  border-top: 1px solid #e1a0ac;
}
.header_nav .nav li ul li:nth-of-type(1) a {
  border-top: none;
}
.header_nav .nav li ul li a:hover {
  color: #e1a0ac;
}

.header_nav .nav li:hover,
.header_nav .nav li a:hover {
  color: #333c59;
  opacity: 0.9;
}
