@charset "UTF-8";
.job {
  background-color: #FCFFFF;
}

.breadcrumbArea {
  width: 83.3%;
  padding: 1.5625vw 0 4.4270833333vw;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .breadcrumbArea {
    width: 1600px;
    padding: 30px 0 85px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbArea {
    width: 88%;
    padding: 20px 0 30px;
  }
}
.breadcrumbArea ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.breadcrumbArea ul li {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .breadcrumbArea ul li {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbArea ul li {
    font-size: 12px;
  }
}
.breadcrumbArea ul li + li::before {
  content: ">";
  margin: 0 3px 0 5px;
}
.breadcrumbArea ul li a {
  text-decoration: underline;
}
.breadcrumbArea ul li a:hover {
  text-decoration: none;
}

.mvArea {
  position: relative;
}
.mvArea-bg {
  position: relative;
}
.mvArea-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 55%;
  width: 36.4583333333vw;
  height: 11.1458333333vw;
  padding-left: 4.9479166667vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title {
    width: 700px;
    height: 214px;
    padding-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title {
    top: 65%;
    width: 260px;
    height: 88px;
    padding-left: 22px;
  }
}
.mvArea-title::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  right: -0.625vw;
  bottom: -0.625vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title::before {
    right: -12px;
    bottom: -12px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title::before {
    width: 2px;
    right: -6px;
    bottom: -6px;
  }
}
.mvArea-title::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: -0.625vw;
  bottom: -0.625vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title::after {
    right: -12px;
    bottom: -12px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title::after {
    height: 2px;
    right: -6px;
    bottom: -6px;
  }
}
.mvArea-title-en {
  font-family: "Bodoni Moda", serif;
  -webkit-font-smoothing: auto; /* デフォルトに戻す */
  -moz-osx-font-smoothing: auto; /* デフォルトに戻す */
  text-rendering: auto; /* デフォルトに戻す */
  font-weight: 500;
  font-size: 4.2708333333vw;
  line-height: 1;
  color: #1E677C;
}
@media screen and (min-width: 1920px) {
  .mvArea-title-en {
    font-size: 82px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title-en {
    font-size: 33px;
  }
}
.mvArea-title-h1 {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.5625vw;
  color: #1E677C;
}
@media screen and (min-width: 1920px) {
  .mvArea-title-h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title-h1 {
    font-size: 13px;
  }
}

.leadArea {
  width: 83.3%;
  margin-inline: auto;
  margin-bottom: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .leadArea {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea {
    width: 100%;
    margin-bottom: 50px;
  }
}
.leadArea-title {
  text-align: center;
  color: #277D9B;
  font-size: 2.7083333333vw;
  font-weight: 600;
  line-height: 1.53;
  margin-bottom: 2.0833333333vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1920px) {
  .leadArea-title {
    font-size: 52px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-title {
    font-size: 22px;
    line-height: 1.44;
    margin-bottom: 22px;
  }
}
.leadArea-text p {
  text-align: center;
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1920px) {
  .leadArea-text p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-text p {
    text-align: left;
    font-size: 13px;
    padding: 0 22px;
  }
  .leadArea-text p br {
    display: none;
  }
}
.leadArea-links {
  padding-top: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .leadArea-links {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-links {
    width: 100%;
    padding: 30px 22px 0;
  }
}
.leadArea-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.leadArea-links ul li {
  width: 21.625%;
  border-bottom: 2px solid #277D9B;
}
@media screen and (max-width: 768px) {
  .leadArea-links ul li {
    width: 45.45%;
    border-bottom: 1px solid #277D9B;
    margin-bottom: 18px;
  }
}
.leadArea-links ul li a {
  position: relative;
  display: block;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 1.3541666667vw;
  height: 2.6041666667vw;
  line-height: 1.7;
}
@media screen and (min-width: 1920px) {
  .leadArea-links ul li a {
    font-size: 26px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-links ul li a {
    font-size: 14px;
    line-height: 1.1;
    height: 27px;
  }
}
.leadArea-links ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.3125vw;
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  background-image: url(/assets/img/common/icon-arrow_1_down.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .leadArea-links ul li a::after {
    top: 6px;
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-links ul li a::after {
    width: 17px;
    height: 17px;
  }
}

.detailArea {
  padding: 7.8125vw 0 3.6458333333vw;
  background-color: #EAF6F7;
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .detailArea {
    padding: 150px 0 70px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea {
    padding: 60px 0 20px;
    margin-bottom: 50px;
  }
}
.detailArea-title {
  text-align: center;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.9166666667vw;
  line-height: 1;
  color: #277D9B;
  margin-bottom: 5.7291666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-title {
    font-size: 56px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-title {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
.detailArea-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-title span {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-title span {
    height: 37px;
  }
}
.detailArea-title span::before {
  position: absolute;
  left: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .detailArea-title span::before {
    left: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-title span::before {
    left: -23px;
    width: 8px;
    height: 37px;
  }
}
.detailArea-title span::after {
  position: absolute;
  right: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1920px) {
  .detailArea-title span::after {
    right: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-title span::after {
    right: -23px;
    width: 8px;
    height: 37px;
  }
}
.detailArea-inner {
  display: flex;
  align-items: center;
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-inner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-inner {
    display: block;
    margin-bottom: 32px;
  }
}
.detailArea-inner.reverse {
  flex-flow: row-reverse;
}
.detailArea-inner.reverse .detailArea-pct {
  padding-right: 0;
  padding-left: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-inner.reverse .detailArea-pct {
    padding-left: 60px;
  }
}
.detailArea-inner.reverse .detailArea-text {
  padding-right: 0;
  padding-left: 8.3333333333vw;
}
.detailArea-pct {
  width: 50%;
  padding-right: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-pct {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-pct {
    width: 100%;
    padding: 0 0 15px !important;
  }
}
.detailArea-text {
  width: 50%;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .detailArea-text {
    width: 100%;
    padding: 0 22px !important;
  }
}
.detailArea-text-title {
  font-weight: 600;
  font-size: 2.0833333333vw;
  line-height: 1;
  color: #277D9B;
  margin-bottom: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-text-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-text-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.detailArea-text p {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.3541666667vw;
  line-height: 2;
}
@media screen and (min-width: 1920px) {
  .detailArea-text p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-text p {
    font-size: 13px;
  }
}
.detailArea-text-credit {
  text-align: right;
  padding-top: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-text-credit {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-text-credit {
    padding-top: 20px;
  }
}
.detailArea-text-credit p {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .detailArea-text-credit p {
    font-size: 15px;
  }
}
.detailArea-text-credit img {
  width: 14.84375vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-text-credit img {
    width: 285px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-text-credit img {
    width: 165px;
  }
}

.scheduleArea {
  margin-bottom: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea {
    margin-bottom: 60px;
  }
}
.scheduleArea-title {
  cursor: pointer;
  width: 83.3%;
  margin-inline: auto;
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.9166666667vw;
  line-height: 1;
  color: #277D9B;
  margin-bottom: 5.7291666667vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-title {
    font-size: 56px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-title {
    width: 92.8%;
    font-size: 23px;
    margin-bottom: 50px;
  }
}
.scheduleArea-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1.3020833333vw);
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  background-image: url(/assets/img/common/icon_plus.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-title::after {
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-title::after {
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
  }
}
.scheduleArea-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-title span {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-title span {
    height: 37px;
  }
}
.scheduleArea-title span::before {
  position: absolute;
  left: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-title span::before {
    left: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-title span::before {
    left: -23px;
    width: 8px;
    height: 37px;
  }
}
.scheduleArea-title span::after {
  position: absolute;
  right: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1920px) {
  .scheduleArea-title span::after {
    right: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-title span::after {
    right: -23px;
    width: 8px;
    height: 37px;
  }
}
.scheduleArea-title.opened::after {
  background-image: url(/assets/img/common/icon_minus.svg);
}
.scheduleArea-inner {
  width: 83.3%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .scheduleArea-inner {
    width: 100%;
  }
}
.scheduleArea-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding-bottom: 5vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block {
    display: block;
    padding-bottom: 50px;
  }
}
.scheduleArea-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.15625vw);
  width: 0.3125vw;
  height: 100%;
  background-color: #277D9B;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block::after {
    left: calc(50% - 3px);
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block::after {
    left: 49px;
    width: 3px;
  }
}
.scheduleArea-block:first-child::after {
  top: auto;
  bottom: 0;
  height: 73%;
}
@media screen and (max-width: 768px) {
  .scheduleArea-block:first-child::after {
    height: 80%;
  }
}
.scheduleArea-block:last-child::after {
  height: 30%;
}
@media screen and (max-width: 768px) {
  .scheduleArea-block:last-child::after {
    height: 18%;
  }
}
.scheduleArea-block:last-child {
  padding-bottom: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block:last-child {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block:last-child {
    padding-bottom: 15px;
  }
}
.scheduleArea-block.reverse {
  position: relative;
  flex-flow: row;
}
.scheduleArea-block.reverse .scheduleArea-block-detail::after {
  right: auto;
  left: -30px;
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .scheduleArea-block.reverse .scheduleArea-block-detail::after {
    left: calc(50% - 8px);
    top: -24px;
    width: 16px;
    height: 33px;
    transform: rotate(90deg);
  }
}
.scheduleArea-block-time {
  position: absolute;
  z-index: 5;
  top: 3.6458333333vw;
  left: calc(50% - 3.90625vw);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8125vw;
  height: 7.8125vw;
  color: white;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-style: italic;
  font-size: 1.7708333333vw;
  font-weight: 500;
  border-radius: 50%;
  background-color: #277D9B;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block-time {
    top: 70px;
    left: calc(50% - 75px);
    width: 150px;
    height: 150px;
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block-time {
    top: 32px;
    left: 12px;
    width: 75px;
    height: 75px;
    font-size: 17px;
  }
}
.scheduleArea-block-pct {
  width: 42.125%;
}
@media screen and (max-width: 768px) {
  .scheduleArea-block-pct {
    text-align: right;
    width: 100%;
    margin-bottom: 26px;
  }
  .scheduleArea-block-pct img {
    width: 86.93%;
  }
}
.scheduleArea-block-detail {
  position: relative;
  width: 42.125%;
  padding: 2.6041666667vw 2.6041666667vw 3.6458333333vw;
  background-color: #F2FAFA;
  border: 2px solid #78BFC7;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block-detail {
    padding: 50px 50px 70px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block-detail {
    width: 73%;
    padding: 18px 20px;
    border: 1px solid #78BFC7;
    margin-left: 20.93%;
  }
}
.scheduleArea-block-detail::after {
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  right: -30px;
  left: auto;
  width: 30px;
  height: 57px;
  background-image: url(/assets/img/job/fukidashi.webp);
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .scheduleArea-block-detail::after {
    right: auto;
    left: calc(50% - 8px);
    top: -24px;
    width: 16px;
    height: 33px;
    transform: scale(1, 1);
    transform: rotate(90deg);
  }
}
.scheduleArea-block-detail-title {
  font-size: 1.5625vw;
  font-weight: 700;
  margin-bottom: 1.7708333333vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block-detail-title {
    font-size: 30px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block-detail-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.scheduleArea-block-detail dl {
  margin: 0;
}
.scheduleArea-block-detail dl dt {
  margin: 0;
}
.scheduleArea-block-detail dl dt span {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #277D9B;
  height: 3.75vw;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 1.2;
  background-color: white;
  border: 3px solid #277D9B;
  border-radius: 1.875vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block-detail dl dt span {
    height: 72px;
    font-size: 26px;
    border-radius: 36px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block-detail dl dt span {
    font-size: 13px;
    height: 40px;
    border: 2px solid #277D9B;
    border-radius: 20px;
  }
}
.scheduleArea-block-detail dl dt span::after {
  content: "";
  position: absolute;
  right: 0.625vw;
  top: calc(50% - 1.1458333333vw);
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  background-image: url(/assets/img/common/icon_plus_white.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block-detail dl dt span::after {
    right: 12px;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block-detail dl dt span::after {
    right: 8px;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}
.scheduleArea-block-detail dl dt.opened span::after {
  background-image: url(/assets/img/common/icon_minus_white.svg);
}
.scheduleArea-block-detail dl dd {
  margin: 0;
  display: none;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.3541666667vw;
  line-height: 1.69;
  margin-top: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-block-detail dl dd {
    font-size: 26px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-block-detail dl dd {
    font-size: 13px;
    margin-top: 12px;
  }
}
.scheduleArea-caption {
  width: 83.3%;
  text-align: right;
  color: #777777;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.25vw;
  margin-inline: auto;
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-caption {
    font-size: 24px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-caption {
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-btn {
    padding: 0 22px;
  }
}
.scheduleArea-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.4166666667vw;
  height: 5.2083333333vw;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.3541666667vw;
  color: white;
  border-radius: 2.6041666667vw;
  background-color: #277D9B;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-btn a {
    width: 680px;
    height: 100px;
    font-size: 26px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-btn a {
    width: 95.7%;
    height: 55px;
    font-size: 15px;
    margin-inline: 0px;
    border-radius: 28px;
  }
}
.scheduleArea-btn a::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: -1px;
  width: 1.71875vw;
  height: 0.15625vw;
  background-image: url(/assets/img/common/icon-line_white.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-btn a::before {
    width: 33px;
    height: 3px;
  }
}
@media screen and (max-width: 1110px) {
  .scheduleArea-btn a::before {
    top: calc(50% - 5px);
  }
}
@media screen and (max-width: 1520px) {
  .scheduleArea-btn a::before {
    top: calc(50% - 3px);
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-btn a::before {
    top: calc(50% - 2px);
    width: 16px;
    height: 2px;
  }
}
.scheduleArea-btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -1.5625vw;
  width: 3.0729166667vw;
  height: 0.5729166667vw;
  background-image: url(/assets/img/common/icon-arrow_2_blue.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .scheduleArea-btn a::after {
    right: -30px;
    width: 59px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .scheduleArea-btn a::after {
    top: calc(50% - 4px);
    right: -15px;
    width: 28px;
    height: 4px;
    background-image: url(/assets/img/common/icon-arrow_2_blue--sp.svg);
  }
}

.rewardArea {
  padding: 7.8125vw 0 3.6458333333vw;
  background-color: #EAF6F7;
}
@media screen and (min-width: 1920px) {
  .rewardArea {
    padding: 150px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea {
    padding: 50px 0 25px;
  }
}
.rewardArea-title {
  text-align: center;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.9166666667vw;
  line-height: 1;
  color: #277D9B;
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .rewardArea-title {
    font-size: 56px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-title {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
.rewardArea-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .rewardArea-title span {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-title span {
    height: 37px;
  }
}
.rewardArea-title span::before {
  position: absolute;
  left: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .rewardArea-title span::before {
    left: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-title span::before {
    left: -23px;
    width: 8px;
    height: 37px;
  }
}
.rewardArea-title span::after {
  position: absolute;
  right: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1920px) {
  .rewardArea-title span::after {
    right: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-title span::after {
    right: -23px;
    width: 8px;
    height: 37px;
  }
}
.rewardArea-pct {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .rewardArea-pct {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-pct {
    margin-bottom: 40px;
  }
}
.rewardArea-detail {
  width: 83.3%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .rewardArea-detail {
    width: 100%;
    padding: 0 22px;
  }
}
.rewardArea-detail dl {
  margin: 0;
  margin-bottom: 4.4270833333vw;
}
@media screen and (min-width: 1920px) {
  .rewardArea-detail dl {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-detail dl {
    margin-bottom: 26px;
  }
}
.rewardArea-detail dl dt {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  color: #277D9B;
  margin-bottom: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .rewardArea-detail dl dt {
    margin-bottom: 25px;
  }
}
.rewardArea-detail dl dt span {
  display: block;
  width: 5vw;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 3.0208333333vw;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .rewardArea-detail dl dt span {
    width: 96px;
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-detail dl dt span {
    font-size: 24px;
    width: 38px;
  }
}
@media screen and (min-width: 768px), print {
  .rewardArea-detail dl dt span {
    margin-top: -0.2604166667vw;
  }
}
.rewardArea-detail dl dt strong {
  display: block;
  width: calc(100% - 5vw);
  font-size: 2.0833333333vw;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (min-width: 1920px) {
  .rewardArea-detail dl dt strong {
    width: calc(100% - 96px);
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-detail dl dt strong {
    font-size: 19px;
    line-height: 1.42;
    width: calc(100% - 38px);
  }
}
.rewardArea-detail dl dd {
  margin: 0;
  padding-left: 5vw;
}
@media screen and (min-width: 1920px) {
  .rewardArea-detail dl dd {
    padding-left: 96px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-detail dl dd {
    padding-left: 0;
  }
}
.rewardArea-detail dl dd p {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 2;
}
@media screen and (min-width: 1920px) {
  .rewardArea-detail dl dd p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .rewardArea-detail dl dd p {
    font-size: 13px;
  }
}

.interviewArea {
  padding: 5.2083333333vw 0 2.6041666667vw;
  background-color: #F2FAFB;
  margin-bottom: 7.8125vw;
}
@media screen and (min-width: 1920px) {
  .interviewArea {
    padding: 100px 0 50px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .interviewArea {
    overflow: hidden;
    padding: 50px 0 45px;
    margin-bottom: 55px;
  }
}
.interviewArea-title {
  text-align: center;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.9166666667vw;
  line-height: 1;
  color: #277D9B;
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .interviewArea-title {
    font-size: 56px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .interviewArea-title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}
.interviewArea-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .interviewArea-title span {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .interviewArea-title span {
    height: 37px;
  }
}
.interviewArea-title span::before {
  position: absolute;
  left: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .interviewArea-title span::before {
    left: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .interviewArea-title span::before {
    left: -23px;
    width: 8px;
    height: 37px;
  }
}
.interviewArea-title span::after {
  position: absolute;
  right: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1920px) {
  .interviewArea-title span::after {
    right: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .interviewArea-title span::after {
    right: -23px;
    width: 8px;
    height: 37px;
  }
}

.careerArea {
  padding: 0 0 7.8125vw;
}
@media screen and (min-width: 1920px) {
  .careerArea {
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea {
    padding: 0 0 55px;
  }
}
.careerArea-title {
  text-align: center;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 600;
  font-size: 2.9166666667vw;
  line-height: 1;
  color: #277D9B;
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-title {
    font-size: 56px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-title {
    font-size: 23px;
    margin-bottom: 40px;
  }
}
.careerArea-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-title span {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-title span {
    height: 37px;
  }
}
.careerArea-title span::before {
  position: absolute;
  left: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .careerArea-title span::before {
    left: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-title span::before {
    left: -23px;
    width: 8px;
    height: 37px;
  }
}
.careerArea-title span::after {
  position: absolute;
  right: -2.6041666667vw;
  top: 2px;
  content: "";
  width: 0.9895833333vw;
  height: 4.6875vw;
  background-image: url(/assets/img/about/bg-title.svg);
  background-size: 100% 100%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 1920px) {
  .careerArea-title span::after {
    right: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-title span::after {
    right: -23px;
    width: 8px;
    height: 37px;
  }
}
.careerArea-list {
  width: 83.3%;
  margin-inline: auto;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list {
    margin-bottom: 20px;
  }
}
.careerArea-list dl {
  margin: 0;
  position: relative;
  display: flex;
  background-color: #EAF6F7;
}
@media screen and (max-width: 768px) {
  .careerArea-list dl {
    display: block;
  }
}
.careerArea-list dl + dl {
  margin-top: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-list dl + dl {
    margin-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list dl + dl {
    margin-top: 75px;
  }
}
.careerArea-list dl + dl::after {
  content: "";
  position: absolute;
  top: -5.9895833333vw;
  left: calc(50% - 5.3125vw);
  width: 10.625vw;
  height: 3.2291666667vw;
  background-image: url(/assets/img/career-up/arrow02.webp);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .careerArea-list dl + dl::after {
    top: -115px;
    left: calc(50% - 102px);
    width: 204px;
    height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list dl + dl::after {
    top: -52px;
    left: calc(50% - 51px);
    width: 102px;
    height: 31px;
  }
}
.careerArea-list dl dt {
  margin: 0;
  width: 22.23%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.5625vw;
  line-height: 1.2;
  font-weight: 600;
  color: white;
  background-color: #277D9B;
}
@media screen and (min-width: 1920px) {
  .careerArea-list dl dt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list dl dt {
    width: 100%;
    font-size: 15px;
  }
}
.careerArea-list dl dt span {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 3.125vw;
  margin: 0 5px;
}
@media screen and (min-width: 1920px) {
  .careerArea-list dl dt span {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list dl dt span {
    font-size: 30px;
    margin: 0 3px;
  }
}
.careerArea-list dl dd {
  margin: 0;
  padding: 1.9791666667vw 2.5vw 2.34375vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-list dl dd {
    padding: 38px 48px 45px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list dl dd {
    padding: 15px 22px 23px;
  }
}
.careerArea-list dl dd strong {
  color: #277D9B;
  font-size: 2.0833333333vw;
  font-weight: 600;
}
@media screen and (min-width: 1920px) {
  .careerArea-list dl dd strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list dl dd strong {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 19px;
    padding: 0;
  }
}
.careerArea-list dl dd p {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 2;
}
@media screen and (min-width: 1920px) {
  .careerArea-list dl dd p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list dl dd p {
    font-size: 13px;
  }
}
.careerArea-list2 {
  width: 83.3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
  margin-bottom: 5.9895833333vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-list2 {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list2 {
    width: 100%;
    margin-bottom: 60px;
  }
}
.careerArea-list2-block {
  width: 47.5%;
}
.careerArea-list2-block-arrow {
  display: block;
  height: 3.2291666667vw;
  background-image: url(/assets/img/career-up/arrow02.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 3.2291666667vw;
  margin-bottom: 2.8125vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-list2-block-arrow {
    height: 62px;
    background-size: auto 62px;
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list2-block-arrow {
    height: 31px;
    background-size: auto 31px;
    margin-bottom: 40px;
  }
}
.careerArea-list2 dl {
  margin: 0;
  background-color: #EAF6F7;
}
.careerArea-list2 dl dt {
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.5625vw;
  font-weight: 600;
  color: white;
  background-color: #277D9B;
}
@media screen and (min-width: 1920px) {
  .careerArea-list2 dl dt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list2 dl dt {
    font-size: 15px;
  }
}
.careerArea-list2 dl dt span {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 3.125vw;
  margin: 0 5px;
}
@media screen and (min-width: 1920px) {
  .careerArea-list2 dl dt span {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list2 dl dt span {
    font-size: 30px;
    margin: 0 3px;
  }
}
.careerArea-list2 dl dd {
  margin: 0;
  padding: 2.34375vw 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-list2 dl dd {
    padding: 45px 50px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list2 dl dd {
    padding: 15px 22px 23px;
  }
}
.careerArea-list2 dl dd strong {
  display: block;
  text-align: center;
  color: #277D9B;
  font-size: 2.0833333333vw;
  font-weight: 600;
  margin-bottom: 1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .careerArea-list2 dl dd strong {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list2 dl dd strong {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 19px;
    padding: 0;
  }
}
.careerArea-list2 dl dd p {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 2;
}
@media screen and (min-width: 1920px) {
  .careerArea-list2 dl dd p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-list2 dl dd p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-btn {
    padding: 0 23px;
  }
}
.careerArea-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.4166666667vw;
  height: 5.2083333333vw;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.3541666667vw;
  color: #277D9B;
  border-radius: 2.6041666667vw;
  border: 3px solid #277D9B;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .careerArea-btn a {
    width: 680px;
    height: 100px;
    font-size: 26px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-btn a {
    width: 95.7%;
    height: 55px;
    font-size: 13px;
    border-width: 2px;
    margin-inline: 0px;
    border-radius: 28px;
    border: 2px solid #277D9B;
  }
}
.careerArea-btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -1.5625vw;
  width: 2.9166666667vw;
  height: 0.46875vw;
  background-image: url(/assets/img/common/icon-arrow_2_blue.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .careerArea-btn a::after {
    right: -30px;
    width: 56px;
    height: 9px;
  }
}
@media screen and (max-width: 768px) {
  .careerArea-btn a::after {
    top: calc(50% - 4px);
    right: -15px;
    width: 28px;
    height: 4px;
    background-image: url(/assets/img/common/icon-arrow_2_blue--sp.svg);
  }
}

.numArea-swiper {
  padding-bottom: 2.6666666667vw;
  width: 100vw;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper {
    width: 61.4583333333vw;
    margin: 0 auto;
    padding-bottom: 1.0416666667vw;
  }
}
.numArea-swiper .swiper {
  width: 100%;
  z-index: 1;
  overflow: visible;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper {
    overflow: hidden;
    padding-right: 0.625vw;
    padding-bottom: 0.625vw;
  }
}
.numArea-swiper .swiper-wrapper {
  height: auto;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-wrapper {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
}
.numArea-swiper .swiper-slide {
  height: auto;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide {
    width: auto;
  }
}
.numArea-swiper .swiper-slide > a {
  padding: 0;
  margin: 0;
  display: block;
  border: solid #277D9B 0.4vw;
  position: relative;
  height: 99%;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a {
    border: solid #277D9B 0.15625vw;
  }
}
.numArea-swiper .swiper-slide > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-right: solid #277D9B 0.4vw;
  border-bottom: solid #277D9B 0.4vw;
  bottom: -1.6vw;
  right: -1.6vw;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a:before {
    border-right: solid #277D9B 0.15625vw;
    border-bottom: solid #277D9B 0.15625vw;
    bottom: -0.625vw;
    right: -0.625vw;
  }
}
.numArea-swiper .swiper-slide > a img {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a img {
    height: 14.6875vw;
  }
}

.numArea-swiper .swiper-slide > a .swiper-ttl {
  font-size: 3.4666666667vw;
  font-weight: 600;
  padding: 4vw 5.3333333333vw 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a .swiper-ttl {
    font-size: 1.3541666667vw;
    padding: 1.5625vw 2.0833333333vw 0;
  }
}
.numArea-swiper .swiper-slide > a .swiper-txt {
  font-size: 3.2vw;
  color: #777777;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 5.3333333333vw 4vw;
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-slide > a .swiper-txt {
    font-size: 1.25vw;
    padding: 0 2.0833333333vw 1.5625vw;
    margin-top: 1.0416666667vw;
  }
}
.numArea-swiper .swiper-controls {
  display: block;
  width: 100%;
  --swiper-navigation-color: #277D9B;
  position: relative;
  height: 13.3333333333vw;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

.numArea-swiper .swiper-button-prev, .numArea-swiper .swiper-button-next {
  position: absolute;
  padding: 0;
  margin-top: 0;
  z-index: 12;
  cursor: pointer;
  width: 10.4vw;
  height: 3.2vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-button-prev, .numArea-swiper .swiper-button-next {
    width: 4.0625vw;
    height: 1.25vw;
  }
}
.numArea-swiper .swiper-button-prev:after, .numArea-swiper .swiper-button-next:after {
  content: none;
}

.numArea-swiper .swiper-button-prev {
  background: url(../img/common/swiper-left.svg) 0 0/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-button-prev {
    left: -5.7291666667vw;
  }
}
.numArea-swiper .swiper-button-next {
  background: url(../img/common/swiper-right.svg) 0 0/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .numArea-swiper .swiper-button-next {
    right: -5.7291666667vw;
  }
}
.numArea-swiper .swiper-button-prev, .numArea-swiper .swiper-button-next {
  transition: opacity 0.3s;
}

.numArea-swiper .swiper-button-prev:hover, .numArea-swiper .swiper-button-next:hover {
  opacity: 1;
}

.numArea-swiper .swiper-button-disabled {
  opacity: 0.4;
}

@media screen and (min-width: 768px), print {
  .numArea .common-btn {
    width: 36.4583333333vw;
  }
}/*# sourceMappingURL=job.css.map */