.anchor {
  position: absolute;
  top: -8rem;
}
@media only screen and (max-width: 767px) {
  .anchor {
    top: -15rem;
  }
}

/*** section cover ***********/
section.sub-cover {
  overflow: hidden;
}
section.sub-cover .mv {
  background-image: url(../images/recruit/mv-recruit.jpg);
}
@media only screen and (max-width: 767px) {
  section.sub-cover .mv {
    background-image: url(../images/recruit/sp-mv-recruit.jpg);
  }
}
section.sub-cover .mv .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.sub-cover .mv .container {
    display: block;
  }
}

/*** section recruit ***********/
section.recruit {
  background-color: #FAF8F4;
}
@media only screen and (max-width: 767px) {
  section.recruit .container {
    padding: 0 1.4rem;
  }
}
section.recruit .tab {
  width: 100%;
  max-width: 100rem;
  display: flex;
}
section.recruit .tab.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 10rem;
  z-index: 1;
  transition: top 0.4s;
}
@media only screen and (max-width: 900px) {
  section.recruit .tab.fixed {
    width: calc(100% - 4.8rem);
    top: 6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  section.recruit .tab.fixed {
    width: calc(100% - 2.8rem);
    top: 6.6rem;
  }
}
.header.fixed + main section.recruit .tab.fixed {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .header.fixed + main section.recruit .tab.fixed {
    top: 6.6rem;
  }
}
section.recruit .tab li {
  flex: 1;
  position: relative;
}
section.recruit .tab li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.1rem;
  background-color: #fff;
  height: 4.8rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .tab li::before {
    height: 2.8rem;
  }
}
section.recruit .tab li a {
  display: block;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  color: #fff;
  background-color: #BFB39F;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .tab li a {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }
}
section.recruit .tab li.active:first-child::before {
  display: none;
}
section.recruit .tab li.active:first-child a {
  background-color: #002F7B;
}
section.recruit .tab li.active:first-child + li::before {
  display: none;
}
section.recruit .tab li.active:nth-child(2)::before {
  display: none;
}
section.recruit .tab li.active:nth-child(2) a {
  background-color: #E8340C;
}
section.recruit .tab li.active:nth-child(2) + li::before {
  display: none;
}
section.recruit .tab li.active:nth-child(3) a {
  background-color: #89CAD9;
}
section.recruit .tab_panel {
  background-color: #fff;
  padding: 6rem 7rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .tab_panel {
    padding: 4rem 1rem 6rem;
  }
}
section.recruit .tab.fixed + .tab_panel {
  padding-top: 11rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .tab.fixed + .tab_panel {
    padding-top: 7rem;
  }
}
section.recruit .tab.fixed + .tab_panel + .tab_panel {
  padding-top: 11rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .tab.fixed + .tab_panel + .tab_panel {
    padding-top: 7rem;
  }
}
section.recruit .submenu {
  display: flex;
}
@media only screen and (max-width: 767px) {
  section.recruit .submenu {
    justify-content: space-between;
    max-width: 32.7rem;
  }
}
section.recruit .submenu li {
  margin: 0 5rem 0 0;
}
@media only screen and (max-width: 767px) {
  section.recruit .submenu li {
    margin: 0;
  }
  section.recruit .submenu li:last-child {
    margin-right: 0;
  }
}
section.recruit .submenu li a {
  color: #002F7B;
  background: url(../images/recruit/arrow-circle.svg) no-repeat right center;
  padding-right: 2.6rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .submenu li a {
    white-space: nowrap;
  }
}
section.recruit .block {
  margin-top: 6rem;
  position: relative;
}
section.recruit .block + .block {
  margin-top: 10rem;
}
section.recruit .sectitle {
  text-align: left;
}
section.recruit table.r-data-table {
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #BFB39F;
}
@media only screen and (max-width: 767px) {
  section.recruit table.r-data-table {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.recruit table.r-data-table tbody {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.recruit table.r-data-table tr {
    display: block;
  }
}
section.recruit table.r-data-table th {
  border-bottom: 1px solid #BFB39F;
  background-color: #FAF8F4;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: top;
  width: 18.6rem;
  min-width: 18.6rem;
}
@media only screen and (max-width: 767px) {
  section.recruit table.r-data-table th {
    display: block;
    width: 100%;
    min-width: auto;
    border-bottom: none;
    text-align: left;
    padding: 1rem 1rem;
  }
}
section.recruit table.r-data-table td {
  border-bottom: 1px solid #BFB39F;
  padding: 2rem 0 2rem 4rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  section.recruit table.r-data-table td {
    display: block;
    padding: 2rem 1rem 2rem 1rem;
  }
}
section.recruit table.r-data-table td a {
  text-decoration: underline;
  color: #002F7B;
}
section.recruit table.r-data-table td a.linkText {
  padding-right: 25px;
  background: url(../images/icon-window-b.svg) right calc(50% + 1px) no-repeat;
}
section.recruit table.r-data-table td p {
  margin: 0 0 1.8rem;
}
section.recruit table.r-data-table td p:last-child {
  margin: 0;
}
section.recruit table.r-data-table td .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 65.9rem;
}
@media only screen and (max-width: 1014px) {
  section.recruit table.r-data-table td .list {
    flex-direction: column;
    justify-content: flex-start;
  }
}
section.recruit table.r-data-table td .list > div {
  width: 48%;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1015px) {
  section.recruit table.r-data-table td .list > div.c1 {
    order: 1;
  }
  section.recruit table.r-data-table td .list > div.c2 {
    order: 3;
  }
  section.recruit table.r-data-table td .list > div.c3 {
    order: 5;
  }
  section.recruit table.r-data-table td .list > div.c4 {
    order: 2;
  }
  section.recruit table.r-data-table td .list > div.c5 {
    order: 4;
  }
  section.recruit table.r-data-table td .list > div.c6 {
    order: 6;
  }
}
@media only screen and (max-width: 1014px) {
  section.recruit table.r-data-table td .list > div {
    width: 30.7rem;
    margin-top: 2rem;
  }
  section.recruit table.r-data-table td .list > div:first-child {
    margin-top: 0;
  }
}
section.recruit table.r-data-table td .list .table {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1014px) {
  section.recruit table.r-data-table td .list .table {
    width: 100%;
  }
}
section.recruit table.r-data-table td .list .tr {
  display: table-row;
}
section.recruit table.r-data-table td .list .tr span {
  display: table-cell;
  white-space: nowrap;
  line-height: 1.5;
}
section.recruit table.r-data-table td .list .tr span:last-child {
  text-align: right;
}
section.recruit table.r-data-table td .list > div.c6 .tr span:first-child {
  max-width: 5.5em;
}
section.recruit table.r-data-table.taigu td, section.recruit table.r-data-table.yoko td {
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  section.recruit table.r-data-table.taigu td, section.recruit table.r-data-table.yoko td {
    padding-left: 1rem;
  }
}
section.recruit a.recruitbtn {
  display: block;
  transition: all 0.2s;
  color: #fff !important;
  background-color: #002F7B;
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) center;
  text-decoration: none !important;
  padding: 0 2.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 2rem 0 0;
  background-image: url(../images/arrow-w.svg);
}
section.recruit a.recruitbtn + a.recruitbtn {
  margin: 1rem 0 0;
}
section.recruit a.recruitbtn span {
  line-height: 7rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 2rem;
  background-image: url(../images/icon-window-w.svg);
}
section.recruit a.recruitbtn.btn-h {
  width: 27.7rem;
  height: 6.2rem;
  line-height: 6.2rem;
}
section.recruit a.recruitbtn.btn-h span {
  line-height: 6.2rem;
}
section.recruit a.recruitbtn.btn-l {
  width: 36rem;
  height: 4rem;
  line-height: 4rem;
}
section.recruit a.recruitbtn.btn-l span {
  line-height: 4rem;
}
@media only screen and (max-width: 767px) {
  section.recruit a.recruitbtn.btn-l {
    width: 27.7rem;
    padding: 1rem 2.2rem;
    line-height: 1;
    height: auto;
    background-position: calc(100% - 2rem) 4rem;
  }
  section.recruit a.recruitbtn.btn-l span {
    line-height: 1.3;
    background-position: right 2.5rem;
  }
}
section.recruit a.recruitbtn:hover {
  /*			color: $maincolor;
  			background-color: #fff !important;
  			opacity: 1;
  */
}
section.recruit .note {
  color: #E8340C;
}
@media only screen and (max-width: 767px) {
  section.recruit .steparea {
    text-align: center;
  }
}
section.recruit .step {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 56.7rem;
  margin: 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  section.recruit .step {
    display: inline-block;
    margin: 4rem auto 3rem;
  }
}
section.recruit .step::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #BFB39F;
  left: 3rem;
  top: 4.2rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .step::before {
    left: 6rem;
    top: 1rem;
    width: 0.2rem;
    height: 100%;
  }
}
section.recruit .step::after {
  position: absolute;
  content: "";
  display: block;
  left: calc(100% + 25px);
  top: 3.9rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 25px;
  border-color: transparent transparent transparent #BFB39F;
}
@media only screen and (max-width: 767px) {
  section.recruit .step::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 25px 0;
    border-color: transparent #BFB39F transparent transparent;
    left: 5.5rem;
    top: calc(100% - 12px);
  }
}
section.recruit .step li {
  text-align: center;
  position: relative;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  section.recruit .step li {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }
}
section.recruit .step li .num {
  color: #BFB39F;
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .step li .num {
    width: 4.6rem;
    margin: 0 0 0;
  }
}
section.recruit .step li .num strong {
  margin-left: 0.3rem;
  font-size: 2rem;
  font-weight: 300;
}
section.recruit .step li span {
  font-size: 1.4rem;
  display: block;
  position: relative;
}
@media only screen and (max-width: 870px) {
  section.recruit .step li span {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  section.recruit .step li span {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
section.recruit .step li span::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #BFB39F;
  margin: 0 auto 1.2rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .step li span::before {
    margin: 0 0.7rem 0 0.9rem;
  }
}
section.recruit .step li:last-child .num {
  color: #E8340C;
  font-weight: 500;
}
section.recruit .step li:last-child .num strong {
  font-weight: 500;
}
section.recruit .step li:last-child span {
  color: #E8340C;
  font-weight: 500;
}
section.recruit .step li:last-child span::before {
  background-color: #E8340C;
}
@media only screen and (max-width: 767px) {
  section.recruit .step li:last-child span::before {
    margin: 0 0.7rem 0 0.9rem;
  }
}
section.recruit .step li:last-child.step4 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  section.recruit .step li:last-child.step4 {
    margin-bottom: 6rem;
  }
}
section.recruit .step li:last-child.step4 span::before {
  margin: 0 0 1.2rem 1rem;
}
@media only screen and (max-width: 767px) {
  section.recruit .step li:last-child.step4 span::before {
    margin: 0 0.7rem 0 0.9rem;
  }
}
section.recruit .step li:last-child.step4 .stepnote {
  color: #E8340C;
  font-size: 1.6rem;
  width: 16em;
  margin-right: -4em;
  line-height: 1.5;
}
@media only screen and (max-width: 930px) {
  section.recruit .step li:last-child.step4 .stepnote {
    width: 10em;
    margin-right: -4em;
  }
}
@media only screen and (max-width: 767px) {
  section.recruit .step li:last-child.step4 .stepnote {
    position: absolute;
    left: 7rem;
    top: 3rem;
    width: 11em;
    padding-bottom: 2rem;
  }
}
section.recruit h3 {
  min-width: 19.4rem;
  background-color: #E8340C;
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.8rem 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 6rem 0 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  section.recruit h3 {
    font-size: 1.6rem;
    min-width: 6.8rem;
    padding: 0.8rem 1rem;
    white-space: nowrap;
  }
}
section.recruit h4 {
  font-size: 1.8rem;
  margin: 1.6rem 0;
}
@media only screen and (max-width: 767px) {
  section.recruit h4 {
    margin: 1.6rem 0 1rem;
  }
}
section.recruit .note2 {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  section.recruit .note2 {
    text-align: center;
    margin: 0 -1rem;
  }
}
section.recruit .sectitle + h3 {
  margin-top: 0;
}
section.recruit .tab_blue h3 {
  background-color: #002F7B;
}
section.recruit .tab_red h3 {
  background-color: #E8340C;
}
section.recruit .tab_sky h3 {
  background-color: #89CAD9;
}

/*** section contact ***********/
section.contact .title {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  section.contact .title {
    margin: 0 0 1rem;
  }
}
section.contact .box {
  border: 1px solid #000;
  padding: 2.5rem 0;
  text-align: center;
  max-width: 64.7rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section.contact .box {
    padding: 1.5rem 0;
  }
}
section.contact p {
  margin: 0.5rem 0;
  font-size: 1.6rem;
}
section.contact p:last-child {
  display: inline-block;
  text-align: left;
}
section.contact a {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  section.contact a {
    pointer-events: auto;
  }
}
/*# sourceMappingURL=recruit.css.map */