/* LESS Document ver1.13 */
/* LESS Document */
header {
  padding-right: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  background: none;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    background: url(/common/img/header_overlay.png) center center repeat-x;
  }
}
header .drawer-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  header .drawer-toggle {
    display: block;
  }
}
main {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}
.mv {
  position: relative;
  top: -64px;
  margin-bottom: -64px;
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mv {
    top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.mv video {
  width: 100%;
  height: auto;
  height: 700px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv video {
    height: 77.5vw;
  }
}
.mv .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/common/img/mv_overlay.png);
}
@media screen and (max-width: 767px) {
  .mv .overlay {
    top: 50px;
  }
}
.mv .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.mv .topBnr {
  position: absolute;
  top: 440px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv .topBnr {
    left: 10px;
    right: 10px;
    top: calc(20vw + 225px);
  }
}
.mv .topBnr a {
  width: 400px;
  display: inline-block;
  background: #FEE600;
}
@media screen and (max-width: 767px) {
  .mv .topBnr a {
    max-width: 400px;
    width: 100%;
  }
}
.mv .mvText {
  position: absolute;
  width: 100%;
  top: 55%;
  text-align: center;
  font-size: 1.8rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .mv .mvText {
    top: 55%;
  }
}
.mv .mvText h1 {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .mv .mvText h1 {
    width: 65%;
    margin: 0 auto 10px;
  }
}
.mv .mvText .searchArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .mv .mvText .searchArea {
    flex-direction: column;
    padding: 0 5%;
    margin-bottom: 4%;
  }
}
.mv .mvText .searchArea .inputSearch {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.mv .mvText .searchArea .jobSearch {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv .mvText .searchArea .jobSearch {
    max-width: 500px;
  }
}
.mv .mvText .searchArea .jobSearch a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: 0;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 10px;
  color: #FFF;
  background: rgba(254, 230, 0, 0.65);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mv .mvText .searchArea .jobSearch a {
    font-size: 1.5rem;
    height: 50px;
    margin: 0;
  }
}
.mv .mvText .searchArea .jobSearch a:hover {
  background: #FEE600;
}
.mv .mvText form input[type="text"] {
  width: 100%;
  height: 60px;
  border: #FFF 3px solid;
  border-radius: 10px;
  background: none;
  padding: 8px 40px 8px 8px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .mv .mvText form input[type="text"] {
    font-size: 1.5rem;
    height: 50px;
    padding: 4px 40px 4px 4px;
    margin-bottom: 0;
  }
}
.mv .mvText form input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 3.8rem;
  background: none;
  border: none;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .mv .mvText form input[type="submit"] {
    font-size: 2.4rem;
    top: 8px;
  }
}
.mv .mvText form ::-webkit-input-placeholder {
  color: #A3A7AE;
}
.mv .mvText form ::-moz-placeholder {
  color: #A3A7AE;
}
.mv .mvText form ::input-placeholder {
  color: #A3A7AE;
}
.mv .mvText a {
  display: inline-block;
  margin: 15px;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 767px) {
  .mv .mvText a {
    margin: 0 5px;
    font-size: 1.4rem;
  }
}
.categoryList ul li {
  position: relative;
  margin-bottom: 0 !important;
}
.categoryList ul li a {
  width: 100%;
  display: block;
}
.categoryList ul li a .categoryListImage {
  width: 100%;
}
.categoryList ul li a .categoryListImage img {
  width: 100%;
  height: auto;
}
.categoryList ul li a .categoryListText {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 6px 8px;
  text-decoration: none;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .categoryList ul li a .categoryListText {
    font-size: 3vw;
  }
}
.categoryList ul li a .categoryListText .categoryListTextTitle {
  font-size: 3.1rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .categoryList ul li a .categoryListText .categoryListTextTitle {
    font-size: 5vw;
  }
}
.areaWrapper {
  width: 100%;
  padding-top: 70px;
  text-align: center;
}
.areaWrapper h2 {
  font-size: 4.8rem;
  font-weight: normal;
  background: url(/common/img/top_area_h2_border.png) center bottom no-repeat;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .areaWrapper h2 {
    font-size: 7.8vw;
  }
}
.areaWrapperBg {
  background-color: rgba(254, 230, 0, 0.15);
}
.areaWrapperBgGray {
  background-color: rgba(204, 204, 204, 0.15);
}
.areaBusiness {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .areaBusiness {
    width: 100%;
  }
}
.areaBusiness ul li {
  text-align: center;
  padding: 10px;
}
.areaBusiness ul li a {
  line-height: 1.8;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .areaBusiness ul li a {
    font-size: 3vw;
  }
}
.areaBusiness ul li a .businessCircle {
  display: block;
  font-size: 7rem;
  background-color: #FEE600;
  position: relative;
  padding: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .areaBusiness ul li a .businessCircle {
    font-size: 10vw;
  }
}
.areaBusiness ul li a .businessCircle i,
.areaBusiness ul li a .businessCircle img {
  padding-bottom: 0!important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  margin: auto;
}
.areaBusiness ul li a .businessCircle img {
  max-width: 75%;
}
.areaJob {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .areaJob {
    width: 100%;
  }
}
.areaJob ul li {
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .areaJob ul li {
    padding: 16px 8px;
  }
}
.areaJob ul li .update {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
.areaJob ul li a {
  position: relative;
  line-height: 1;
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
}
.areaJob ul li a .jobTag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #FEE600;
}
.areaJob ul li h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 12px 0 10px;
  padding: 0;
  background: none;
}
.areaJob ul li p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.areaJob ul li ul.tags {
  text-align: left;
}
.areaJob ul li ul.tags li {
  display: inline-block;
  padding: 6px 10px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #FEE600;
  border-radius: 25px;
}
.areaInner {
  width: 1160px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .areaInner {
    width: 100%;
  }
}
.areaInner .topLinkBoxWrapper {
  line-height: 1.4;
  text-align: left;
}
.areaInner .topLinkBoxWrapper .topLinkBoxL {
  width: 480px;
  background-color: #FFF;
  margin: 0 10px 0 auto;
  font-size: 1.6rem;
  height: 138px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxL {
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxL img {
  float: left;
  padding: 14px 14px 14px 0;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxL img {
    max-width: 30%;
    padding: 14px 14px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxL p {
    overflow: hidden;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxL a {
  display: block;
  padding: 26px 10px 30px 20px;
  text-decoration: none;
  color: #000;
}
.areaInner .topLinkBoxWrapper .topLinkBoxL a::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxL a {
    padding: 10px;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxR {
  width: 480px;
  background-color: #FFF;
  margin: 0 auto 0 10px;
  font-size: 1.6rem;
  height: 138px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxR {
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxR img {
  float: left;
  padding: 14px 14px 14px 0;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxR img {
    max-width: 30%;
    padding: 14px 14px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxR p {
    overflow: hidden;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxR a {
  display: block;
  padding: 26px 10px 30px 20px;
  text-decoration: none;
  color: #000;
}
.areaInner .topLinkBoxWrapper .topLinkBoxR a::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxR a {
    padding: 10px;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxR2 {
  width: 480px;
  background-color: #FFF;
  margin: 0 auto 0 10px;
  font-size: 1.6rem;
  height: 138px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxR2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxR2 img {
  float: left;
  padding: 6px 32px 0 10px;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxR2 img {
    max-width: 15%;
    padding: 0 15px 0 0;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxR2 p {
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxR2 p {
    padding-top: 10px;
    overflow: hidden;
  }
}
.areaInner .topLinkBoxWrapper .topLinkBoxR2 a {
  display: block;
  padding: 0 10px 30px 20px;
  text-decoration: none;
  color: #000;
}
.areaInner .topLinkBoxWrapper .topLinkBoxR2 a::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .areaInner .topLinkBoxWrapper .topLinkBoxR2 a {
    padding: 10px;
  }
}
