/* Scss Document */
/* recruit.html */
#recruit section.feature {
  background-image: url("../img/recruit/recruit_kv_bg01.jpg");
}
@media (max-width: 560px) {
  #recruit .main_copy p {
    text-align: justify;
  }
  #recruit .main_copy p br {
    display: none !important;
  }
}
#recruit section.recruit_info {
  padding: 80px 0 130px;
}
@media (max-width: 560px) {
  #recruit section.recruit_info {
    padding: 10px 0 70px;
  }
}
#recruit section.recruit_info h2 {
  cursor: pointer;
  background-color: #00428e;
  color: white;
  transition: 0.3s;
  width: 90%;
  max-width: 1000px;
  height: 80px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.5rem;
  line-height: 80px;
  padding-left: 2em;
  border-radius: 40px;
  position: relative;
  margin: 50px auto 0;
}
@media (max-width: 560px) {
  #recruit section.recruit_info h2 {
    padding-left: 1em;
  }
}
#recruit section.recruit_info h2:hover {
  background-color: #00afec;
}
#recruit section.recruit_info h2 div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2em;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 50%;
}
@media (max-width: 560px) {
  #recruit section.recruit_info h2 div {
    right: 1em;
  }
}
#recruit section.recruit_info h2 div span {
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: white;
  transition: 0.3s;
}
#recruit section.recruit_info h2 div span:first-of-type {
  top: 12px;
  left: 6px;
}
#recruit section.recruit_info h2 div span:last-of-type {
  top: 12px;
  left: 6px;
  transform: rotate(90deg);
}
#recruit section.recruit_info h2.active div span:first-of-type {
  transform: rotate(180deg);
}
#recruit section.recruit_info h2.active div span:last-of-type {
  top: 12px;
  left: 6px;
  transform: rotate(0deg);
}
#recruit section.recruit_info .submenu {
  display: none;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#recruit section.recruit_info .submenu h3 {
  width: 100%;
  height: 80px;
  margin-top: 50px;
  margin-bottom: 1rem;
  border: 2px solid #99dff8;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: white;
  font-size: 1.5rem;
  color: #00428e;
  text-align: left;
  line-height: 80px;
  padding-left: 2em;
  position: relative;
}
#recruit section.recruit_info .submenu h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 54px;
  top: -32px;
  left: 50%;
  background-color: #00afec;
}
@media (max-width: 560px) {
  #recruit section.recruit_info .submenu h3::before {
    height: 45px;
  }
}
@media (max-width: 560px) {
  #recruit section.recruit_info .submenu h3 {
    font-size: 1rem;
    height: 60px;
    line-height: 1.2em;
    padding-top: 18px;
  }
}
#recruit section.recruit_info .submenu p {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
#recruit section.recruit_info .submenu p span {
  color: #00afec;
}/*# sourceMappingURL=recruit.css.map */