@charset "UTF-8";
/*=============================================================
 recruit 求人
=============================================================*/
/* .page-tit */
.recruit .page-tit h1 {
  background: url(/img/recruit/bg_pagetit_sp.png) right 50%/50% auto no-repeat;
  /*@include mq {
			background: url(/img/recruit/bg_pagetit.png) calc(100% + 12.5vw) 50% / 0 auto no-repeat;
      background-size: 50% auto;
    }*/
}

/* .sec01 */
.recruit .sec01 {
  padding: 3.467vw 0 0;
}

.recruit .sec01 h2 {
  margin-bottom: 5.6vw;
  color: #80003a;
  font-size: 40px;
  font-size: 10.66667vw;
  text-align: center;
}

.recruit .sec01 h2 span {
  display: block;
  position: relative;
  font-weight: bold;
  vertical-align: middle;
}

.recruit .sec01 h2 span::after {
  display: block;
  width: 32vw;
  height: calc(32vw * 0.1545);
  margin: 0.533vw auto 0;
  background: url(/img/recruit/item_recruit.png) 0 0/100% auto no-repeat;
  content: "";
}

.recruit .sec01 .txt {
  padding: 0 6.667vw;
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}

.recruit .sec01 h3 {
  margin-top: 9.333vw;
  padding: 1.867vw 0 5.067vw;
  background-color: #933f58;
  background-color: #933f58;
  color: #fff;
  font-size: 26px;
  font-size: 6.93333vw;
  font-weight: bold;
  text-align: center;
}

.recruit .sec01 h3 span {
  display: block;
  position: relative;
}

.recruit .sec01 h3 span::after {
  display: block;
  width: 70.667vw;
  height: calc(70.667vw * 0.0667);
  margin: 0 auto;
  background: url(/img/recruit/item_job.png) 0 0/100% auto no-repeat;
  content: "";
}

.recruit .sec01 h4 {
  color: #80003a;
  font-size: 30px;
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
}

.recruit .sec01 table + h4 {
  margin-top: 16vw;
}

.recruit .sec01 h5 {
  position: relative;
  width: calc(85.33% - 10.4vw);
  margin: 0 auto 3.467vw;
  padding-left: 10.4vw;
  color: #80003a;
  font-size: 20px;
  font-size: 5.33333vw;
  font-weight: bold;
}

.recruit .sec01 h5::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7.2vw;
  height: calc(7.2vw * 0.963);
  transform: translateY(-50%);
  background: url(/img/recruit/icon_summary.png) 0 0/100% auto no-repeat;
  content: "";
}

.recruit .sec01 h4 + h5 {
  margin-top: 2.933vw;
}

.recruit .sec01 table + h5 {
  margin-top: 10.933vw;
}

/* .outline */
.recruit .outline {
  padding: 4.533vw 6.667vw 6.133vw;
}

.recruit .outline dt {
  float: left;
  clear: both;
}

.recruit .outline dt::before {
  content: "【";
}

.recruit .outline dt::after {
  content: "】";
}

/* .btn-links */
.recruit .btn-links {
  display: flex;
  flex-wrap: wrap;
  width: 86.933%;
  margin: 0 auto 5.6vw;
}

.recruit .btn-links li {
  box-sizing: border-box;
  width: calc(100% / 2);
  border: 1px solid #80003a;
}

.recruit .btn-links li:nth-of-type(2n) {
  border-left: none;
}

.recruit .btn-links li:nth-of-type(n+3) {
  margin-top: 0.933vw;
}

.recruit .btn-links li a {
  display: block;
  position: relative;
  padding: 1.2vw 4.93vw 4.267vw;
  color: #80003a;
  font-size: 16px;
  font-size: 4.26667vw;
  font-weight: bold;
  vertical-align: middle;
}

.recruit .btn-links li a span {
  display: inline-block;
  margin-right: 2.933vw;
  padding: 1.33vw 2.133vw 1.6vw;
  border-radius: 5px;
  background-color: #80003a;
  color: #fff;
  font-size: 11px;
  font-size: 2.93333vw;
  line-height: 1;
  vertical-align: middle;
}

.recruit .btn-links li a::after {
  display: block;
  position: absolute;
  bottom: 1.467vw;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 1.867vw 2.267vw 0 2.267vw;
  border-style: solid;
  border-color: #9b3f58 transparent transparent transparent;
  content: "";
}

/* .table */
.recruit table {
  width: 86.667%;
  margin: 0 auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.recruit table th, .recruit table td {
  display: block;
  text-align: center;
}

.recruit table thead th {
  padding: 0.667vw 0 0.933vw;
  background-color: rgba(156, 63, 88, 0.3);
}

.recruit table thead th:nth-of-type(2) {
  border-bottom: 1px solid #666;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
}

.recruit table tbody {
  font-size: 16px;
  font-size: 4.26667vw;
}

.recruit table tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid #666;
}

.recruit table tbody th {
  padding: 0.8vw 0 1.6vw;
}

.recruit table tbody td {
  padding: 0.8vw 0 1.6vw;
}

.recruit table + table {
  margin-top: 14vw;
}

/* .partners */
.recruit .partners {
  margin-top: 20vw;
  padding: 4.533vw 0 6.133vw;
  background-color: #ddd;
  text-align: center;
}

.recruit .partners .recruit, .recruit .partners .marker {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
}

.recruit .partners .recruit {
  display: inline-block;
  position: relative;
  padding-left: 6.667vw;
}

.recruit .partners .recruit::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.333vw;
  height: calc(5.333vw * 0.963);
  transform: translateY(-50%);
  background: url(/img/recruit/icon_summary.png) 0 0/100% auto no-repeat;
  content: "";
}

.recruit .partners .marker {
  display: inline-block;
  position: relative;
  margin-top: 0.8vw;
  padding: 0 5px;
  background: linear-gradient(transparent 63%, #ffff00 63%);
  line-height: 1.2;
}

/* .apply-for */
.recruit .apply-for {
  padding: 6.4vw 0 7.2vw;
}

.recruit .apply-for .btn-form {
  width: 85.3333%;
  margin: 0 auto;
}

.recruit .apply-for .btn-form a {
  display: block;
  position: relative;
  padding: 3.733vw 0 4vw;
  border: 2.5px solid #f2a73b;
  border-radius: 12px;
  background-color: #be322b;
  color: #fff;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 20px;
  font-size: 5.33333vw;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 5px #444;
}

.recruit .apply-for .btn-form a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5.0667vw;
  width: 6.667vw;
  height: calc(6.667vw * 1);
  transform: translateY(-50%);
  background: url(/img/recruit/icon_arrow.svg) 0 0/100% auto no-repeat;
  content: "";
}

.recruit .apply-for .phone {
  width: 86.933%;
  margin: 5.067vw auto 0;
  padding: 2.4vw 2.133vw 2.4vw;
  border: 1px solid #aaa;
}

.recruit .apply-for .phone .number {
  margin: 1.6vw 0;
}

.recruit .apply-for .phone .number a {
  display: block;
  width: 81.6vw;
  height: calc(81.6vw * 0.1);
  overflow: hidden;
  background: url(/img/recruit/icon_phone.svg) 0 0/100% auto no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

.recruit .apply-for .phone .right {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .recruit .page-tit h1 {
    background: url(/img/recruit/bg_pagetit.png) calc(100% + 70px) 50%/0 auto no-repeat;
    background-size: 50% auto;
  }
  .recruit .sec01 {
    padding: 60px 0 0;
  }
  .recruit .sec01 h2 {
    margin-bottom: 20px;
    font-size: 4rem;
    letter-spacing: 0.12em;
  }
  .recruit .sec01 h2 span::after {
    display: inline-block;
    width: 123px;
    height: 19px;
    margin: 0 0 0 20px;
    vertical-align: middle;
  }
  .recruit .sec01 .txt {
    padding: 0;
    font-size: 1.5rem;
  }
  .recruit .sec01 h3 {
    margin-top: 28px;
    padding: 0;
    font-size: 2.6rem;
    text-align: left;
  }
  .recruit .sec01 h3 span {
    max-width: 920px;
    margin: 0 auto;
  }
  .recruit .sec01 h3 span::after {
    display: inline-block;
    width: 270px;
    height: 18px;
    margin: 0 0 0 47px;
    vertical-align: middle;
  }
  .recruit .sec01 h4 {
    font-size: 3rem;
  }
  .recruit .sec01 table + h4 {
    margin-top: 83px;
  }
  .recruit .sec01 h5 {
    width: 100%;
    max-width: calc(800px - 39px);
    margin-bottom: 13px;
    padding-left: 39px;
    font-size: 2rem;
  }
  .recruit .sec01 h5::before {
    width: 27px;
    height: 26px;
  }
  .recruit .sec01 h4 + h5 {
    margin-top: -3px;
  }
  .recruit .sec01 table + h5 {
    margin-top: 37px;
  }
  .recruit .outline {
    padding: 42px 0 35px;
    text-align: center;
  }
  .recruit .outline dl {
    display: inline-block;
    text-align: left;
  }
  .recruit .outline dd {
    margin-left: 5.5em;
    white-space: nowrap;
  }
  .recruit .btn-links {
    width: 100%;
    max-width: 800px;
    margin-bottom: 55px;
  }
  .recruit .btn-links li {
    width: calc(100% / 4);
    border-left: none;
  }
  .recruit .btn-links li:first-of-type {
    border-left: 1px solid #80003a;
  }
  .recruit .btn-links li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .recruit .btn-links li a {
    padding: 10px 10px 25px;
    font-size: 2rem;
    text-align: center;
  }
  .recruit .btn-links li a span {
    margin-right: 13px;
    padding: 5px 10px 6px;
    font-size: 1.343rem;
  }
  .recruit .btn-links li a::after {
    bottom: 7px;
    border-width: 9px 10.5px 0 10.5px;
  }
  .recruit table {
    width: 100%;
    max-width: 800px;
  }
  .recruit table th, .recruit table td {
    display: table-cell;
    text-align: left;
  }
  .recruit table thead th {
    box-sizing: border-box;
    width: 182px;
    padding: 2px 30px;
    vertical-align: middle;
  }
  .recruit table thead th:nth-of-type(2) {
    box-sizing: border-box;
    width: calc(100% - 182px);
    border-bottom: none;
    border-left: 1px solid #666;
    font-size: 1.8rem;
  }
  .recruit table tbody {
    font-size: 1.5rem;
  }
  .recruit table tbody tr:not(:last-of-type) th, .recruit table tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid #666;
  }
  .recruit table tbody th {
    padding: 5px 30px;
  }
  .recruit table tbody td {
    padding: 5px 27px;
    border-left: 1px solid #666;
  }
  .recruit table + table {
    margin-top: 18px;
  }
  .recruit .partners {
    margin-top: 55px;
    padding: 18px 0 23px;
  }
  .recruit .partners .recruit, .recruit .partners .marker {
    font-size: 1.8rem;
  }
  .recruit .partners .recruit {
    display: block;
    padding-left: 26px;
  }
  .recruit .partners .recruit::before {
    width: 21px;
    height: 20px;
  }
  .recruit .partners .marker {
    margin-top: 4px;
    padding: 0 5px;
  }
  .recruit .partners .txt-area {
    display: inline-block;
    text-align: center;
  }
  .recruit .apply-for {
    padding: 63px 0 93px;
  }
  .recruit .apply-for .btn-form {
    width: 480px;
  }
  .recruit .apply-for .btn-form a {
    padding: 21px 0;
    font-size: 3rem;
  }
  .recruit .apply-for .btn-form a::after {
    right: 30px;
    width: 37px;
    height: 37px;
  }
  .recruit .apply-for .phone {
    width: 420px;
    margin: 24px auto 0;
    padding: 22px 30px 16px;
  }
  .recruit .apply-for .phone .number {
    margin: 12px 0 6px;
  }
  .recruit .apply-for .phone .number a {
    width: 412px;
    height: 41px;
  }
}

@media print, screen and (min-width: 1280px) {
  .recruit .page-tit h1 {
    background-position: right 0;
  }
}
