@charset "UTF-8";
/* =================================== */
/* SP用スタイル */
/* =================================== */
@media (max-width: 768px) {
  .recruit .inner {
    padding: 0 2.6666vw;
  }
  .recruit .section_header {
    margin-bottom: 6.4vw;
  }
  .recruit h3 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    font-weight: 300;
    background: #3F3F41;
    padding: 4.2666vw 2.6666vw;
    color: #ffffff;
    margin: 0 0 5.3333vw 0;
  }
  .recruit h4 {
    font-size: 4.2666vw;
    line-height: 4.2666vw;
    font-weight: 600;
    color: #ffffff;
    padding: 4vw 2.6666vw;
    background: #7A7674;
  }
  .recruit p {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
    margin: 0 0 6.9333vw 0;
  }
  .recruit .routing h5 {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
    margin: 0 0 6.9333vwvw 0;
    font-weight: 300;
  }
  .recruit .routing ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 3.7333vw;
    line-height: 6.9333vw;
  }
  .recruit dl dt {
    font-size: 3.7333vw;
    line-height: 6.9333vw;
    background: #FCFBF9;
    padding: 2.1333vw 0;
    font-weight: 600;
    margin: 0 0 2.1333vw 0;
  }
  .recruit dl dd {
    margin: 0;
  }
  .recruit .salary {
    font-size: 4.2666vw;
  }
  .recruit .entry_btn {
    padding: 10.6666vw 0 0 0;
    border-top: 1px solid #707070;
  }
  .recruit .entry_btn .btn_main {
    margin: 0 auto;
  }
  .recruit .entry_btn .btn_main.blue {
    background: url(../img/ico_arrow_btn.png) no-repeat calc(100% - 2.6666vw) 50% #32B2C6;
    border-color: #32B2C6;
    background-size: 2.6666vw;
  }
  .recruit .entry_btn .btn_main.blue:hover {
    color: #32B2C6;
    background: url(img/ico_arrow_btn_on02.png) no-repeat calc(100% - 2.6666vw) 50% #ffffff;
    background-size: 2.6666vw;
  }
  .recruit .other_department {
    position: relative;
    cursor: pointer;
    margin-bottom: 1.3333vw;
  }
  .recruit .other_department::after {
    content: "";
    width: 2.6666vw;
    height: 2.6666vw;
    border-left: 0.5333vw solid #ffffff;
    border-bottom: 0.5333vw solid #ffffff;
    display: block;
    position: absolute;
    top: -1.8666vw;
    bottom: 0;
    right: 4vw;
    margin: auto 0;
    transform: rotate(-45deg);
  }
  .recruit .other_department.open::after {
    transform: rotate(135deg);
    top: 1.8666vw;
  }
  .recruit .ac-contents {
    display: none;
  }
  .recruit .ac-contents:not(:last-child) {
    margin-bottom: 4vw;
  }
}
/* =================================== */
/* PC用スタイル */
/* =================================== */
@media (min-width: 769px) {
  .recruit .section_header {
    margin-bottom: 36px;
  }
  .recruit h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    background: #3F3F41;
    padding: 18px 20px;
    color: #ffffff;
    margin: 0 0 20px 0;
  }
  .recruit h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 16px 20px;
    background: #7A7674;
  }
  .recruit p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px 0;
  }
  .recruit .routing {
    padding: 20px;
  }
  .recruit .routing h5 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 25px 0;
    font-weight: 300;
  }
  .recruit .routing ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
  }
  .recruit dl dt {
    font-size: 18px;
    line-height: 18px;
    background: #FCFBF9;
    padding: 10px 0;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  .recruit dl dd {
    margin: 0;
  }
  .recruit .salary {
    font-size: 24px;
  }
  .recruit .entry_btn {
    padding: 50px 0 0 0;
    border-top: 1px solid #707070;
  }
  .recruit .entry_btn .btn_main {
    margin: 0 auto;
  }
  .recruit .entry_btn .btn_main.blue {
    background: url(../img/ico_arrow_btn.png) no-repeat calc(100% - 10px) 50% #32B2C6;
    border-color: #32B2C6;
    background-size: 10px;
  }
  .recruit .entry_btn .btn_main.blue:hover {
    color: #32B2C6;
    background: url(img/ico_arrow_btn_on02.png) no-repeat calc(100% - 10px) 50% #ffffff;
    background-size: 10px;
  }
  .recruit .other_department {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
  }
  .recruit .other_department::after {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    display: block;
    position: absolute;
    top: -7px;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transform: rotate(-45deg);
  }
  .recruit .other_department.open::after {
    transform: rotate(135deg);
    top: 10px;
  }
  .recruit .ac-contents {
    display: none;
  }
  .recruit .ac-contents:not(:last-child) {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=recruit.css.map */