#loading_wrap {
  display: none;
}

header {
  max-width: 100%;
}

.big_h {
  padding-bottom: 0;
  margin-bottom: 25px;
  border: none;
}

.tab_wrap {
  position: relative;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .tab_wrap {
    display: block;
  }
}

.tab_wrap:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .tab_wrap:before {
    content: none;
  }
}

.tab_wrap .tab {
  font-size: 20px;
  font-weight: normal;
  width: 33.3333%;
  padding: 20px 15px 10px;
  border-right: 1px solid #000;
  line-height: 1.4;
  background-color: #F8F8F8;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

.tab_wrap .tab p {
  width: 100%;
  margin-bottom: 10px;
}

.tab_wrap .tab p span.office {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 5px 0;
  background-color: #C1B521;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.tab_wrap .tab p small.smTxt {
  font-size: 70%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_wrap .tab {
    width: 100%;
    padding: 18px 25px;
    border-right: none;
    border-bottom: 1px solid #000;
    text-align: left;
  }

  #main .tab_wrap .tab {
    font-size: 20px;
  }

  .tab_wrap .tab::after {
    content: '';
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #C1B521 #C1B521 transparent;
    position: absolute;
    bottom: 50%;
    right: 5%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    -ms-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
  }

  .tab_wrap .tab p span.office {
    width: 40%;
    margin: 0;
  }

  .tab_wrap .tab p small.smTxt {
    text-align: left;
  }
}


.tab_wrap .tab:hover {
  cursor: pointer;
}

.tab_wrap .tab:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/recruit/recruit_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 768px) {
  .tab_wrap .tab:before {
    width: 19px;
    height: 15px;
    right: 15px;
  }
}

.tab_wrap .tab.active {
  background-color: #333333;
  color: #fff;
}

.tab_wrap .tab.active:before {
  background-image: url(../img/recruit/recruit_arw_fff.svg);
}

.tab-contents_wrap .tab-content {
  display: none;
}

.tab-contents_wrap .tab-content.active {
  display: block;
}

.tab-contents_wrap .tab-content .bold {
  font-weight: bold;
}

.tab-contents_wrap .tab-content h2 {
  margin-top: 30px;
}

.tab-contents_wrap .tab-content h4 {
  font-size: 20px;
  font-weight: bold;
  background-color: #333333;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .tab-contents_wrap .tab-content h4 {
    font-size: 16px;
    padding: 8px 16px;
  }
}

.tab-contents_wrap .tab-content #require .require-inner ul {
  margin-left: 1.4em;
}

.tab-contents_wrap .tab-content #require .require-inner ul li {
  list-style: disc;
}

.tab-contents_wrap .tab-content #require .require-inner+.require-inner h4 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .tab-contents_wrap .tab-content #require .require-inner+.require-inner h4 {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=recruit_add.css.map */