@charset "UTF-8";
.career-up {
  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-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: 35.0520833333vw;
  height: 11.1458333333vw;
  padding-left: 4.9479166667vw;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1920px) {
  .mvArea-title {
    width: 673px;
    height: 214px;
    padding-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea-title {
    top: 65%;
    width: 244px;
    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-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 {
  display: flex;
  justify-content: center;
  color: #277D9B;
  font-size: 2.7083333333vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.53;
  margin-bottom: 2.0833333333vw;
}
@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 {
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .leadArea-text p {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-text p {
    font-size: 13px;
    padding: 0 22px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure {
    padding: 0 22px;
  }
}
.leadArea-figure-main {
  text-align: center;
  width: 68.88%;
  padding: 2.6041666667vw 0;
  margin-inline: auto;
  background-color: #EAF6F7;
}
@media screen and (min-width: 1920px) {
  .leadArea-figure-main {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-main {
    text-align: left;
    width: 100%;
    padding: 20px 22px;
  }
}
.leadArea-figure-main-title {
  color: #277D9B;
  font-size: 1.9791666667vw;
  line-height: 1.2;
  margin-bottom: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .leadArea-figure-main-title {
    font-size: 38px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-main-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.leadArea-figure-main p {
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.3541666667vw;
  line-height: 2;
  margin-bottom: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .leadArea-figure-main p {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-main p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.leadArea-figure-main-btn {
  width: 24.68%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .leadArea-figure-main-btn {
    width: 145px;
    margin: 0;
  }
}
.leadArea-figure-main-btn a {
  position: relative;
  display: block;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.3541666667vw;
  height: 2.6041666667vw;
  border-bottom: 2px solid #277D9B;
  line-height: 1.6;
}
@media screen and (min-width: 1920px) {
  .leadArea-figure-main-btn a {
    font-size: 26px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-main-btn a {
    font-size: 14px;
    line-height: 1.4;
    height: 27px;
    border-bottom: 1px solid #277D9B;
  }
}
.leadArea-figure-main-btn 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.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1920px) {
  .leadArea-figure-main-btn a::after {
    top: 6px;
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-main-btn a::after {
    width: 17px;
    height: 17px;
  }
}
.leadArea-figure-sub {
  width: 88%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .leadArea-figure-sub {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
  }
}
.leadArea-figure-sub-bg {
  display: block;
  width: 52.7083333333vw;
  height: 7.03125vw;
  background-image: url(/assets/img/career-up/arrow01.webp);
  background-size: 100% 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .leadArea-figure-sub-bg {
    width: 1012px;
    height: 135px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-sub-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 10.1%;
    height: 100%;
    background-image: url(/assets/img/career-up/arrow01--sp.webp);
    background-size: 100% 83.5%;
  }
}
.leadArea-figure-sub-title {
  color: #277D9B;
  font-size: 1.71875vw;
  line-height: 1.2;
  margin-bottom: 1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .leadArea-figure-sub-title {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-sub-title {
    font-size: 20px;
  }
}
.leadArea-figure-sub ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .leadArea-figure-sub ul {
    display: block;
    width: 88.48%;
    margin-top: 25px;
  }
}
.leadArea-figure-sub ul li {
  width: 31.25%;
  padding: 2.34375vw 2.1875vw;
  background-color: #EAF6F7;
}
@media screen and (min-width: 1920px) {
  .leadArea-figure-sub ul li {
    padding: 45px 42px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-sub ul li {
    width: 100%;
    padding: 20px 22px;
    margin-bottom: 24px;
  }
}
.leadArea-figure-sub ul li 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) {
  .leadArea-figure-sub ul li p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .leadArea-figure-sub ul li p {
    font-size: 13px;
    line-height: 1.84;
  }
}

.detailArea {
  padding: 8.8541666667vw 0 8.3333333333vw;
  background-color: #EAF6F7;
  margin-bottom: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea {
    padding: 170px 0 160;
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea {
    padding: 60px 0 65px;
    margin-bottom: 70px;
  }
}
.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-lead {
  width: 83.3%;
  margin-inline: auto;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-lead {
    width: 1600px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-lead {
    width: 100%;
    margin-bottom: 50px;
  }
}
.detailArea-lead p {
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 2;
}
@media screen and (min-width: 1920px) {
  .detailArea-lead p {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-lead p {
    font-size: 13px;
    padding: 0 22px;
  }
}
.detailArea-list {
  width: 73.3%;
  margin-inline: auto;
  margin-bottom: 2.34375vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-list {
    width: 1408px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list {
    width: 100%;
    padding: 0 22px;
  }
}
.detailArea-list dl {
  margin: 0;
  position: relative;
  display: flex;
  height: 5.7291666667vw;
  background-color: white;
}
@media screen and (min-width: 1920px) {
  .detailArea-list dl {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list dl {
    display: block;
    height: auto;
  }
}
.detailArea-list dl + dl {
  margin-top: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-list dl + dl {
    margin-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list dl + dl {
    margin-top: 75px;
  }
}
.detailArea-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) {
  .detailArea-list dl + dl::after {
    top: -115px;
    left: calc(50% - 102px);
    width: 204px;
    height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list dl + dl::after {
    top: -52px;
    left: calc(50% - 51px);
    width: 102px;
    height: 31px;
  }
}
.detailArea-list dl dt {
  margin: 0;
  width: 22.23%;
  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) {
  .detailArea-list dl dt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list dl dt {
    width: 100%;
    font-size: 15px;
  }
}
.detailArea-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) {
  .detailArea-list dl dt span {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list dl dt span {
    font-size: 30px;
    margin: 0 3px;
  }
}
.detailArea-list dl dd {
  margin: 0;
  display: flex;
  align-items: center;
  color: #277D9B;
  font-size: 2.0833333333vw;
  width: 77.77%;
  padding: 0 2.5vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-list dl dd {
    font-size: 40px;
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list dl dd {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 19px;
    padding: 0;
  }
}
.detailArea-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 83.3%;
  margin-inline: auto;
}
@media screen and (min-width: 1920px) {
  .detailArea-list2 {
    width: 1600px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list2 {
    width: 100%;
  }
}
.detailArea-list2-block {
  width: 47.5%;
}
.detailArea-list2-block-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "ヒラギノ明朝 ProN W6", "HG明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "MS 明朝", serif;
  font-size: 1.875vw;
  height: 10.5729166667vw;
  background-image: url(/assets/img/career-up/arrow03.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 25.9895833333vw auto;
  padding-bottom: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .detailArea-list2-block-arrow {
    font-size: 36px;
    height: 203px;
    background-size: 499px auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list2-block-arrow {
    text-align: center;
    font-size: 14px;
    line-height: 1.14;
    text-shadow: 0px 0px 5px white;
    height: 100px;
    padding-bottom: 18px;
    background-image: url(/assets/img/career-up/arrow03--sp.webp);
    background-size: 162px auto;
    margin-bottom: 20px;
  }
}
.detailArea-list2 dl {
  margin: 0;
}
.detailArea-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;
  height: 5.7291666667vw;
  background-color: #277D9B;
}
@media screen and (min-width: 1920px) {
  .detailArea-list2 dl dt {
    font-size: 30px;
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list2 dl dt {
    font-size: 15px;
    height: auto;
  }
}
.detailArea-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) {
  .detailArea-list2 dl dt span {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list2 dl dt span {
    font-size: 30px;
    margin: 0 3px;
  }
}
.detailArea-list2 dl dd {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #277D9B;
  font-size: 2.0833333333vw;
  height: 5.7291666667vw;
  background-color: white;
}
@media screen and (min-width: 1920px) {
  .detailArea-list2 dl dd {
    font-size: 40px;
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .detailArea-list2 dl dd {
    font-size: 19px;
    height: auto;
  }
}

.awardArea {
  margin-bottom: 8.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .awardArea {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .awardArea {
    margin-bottom: 65px;
  }
}
.awardArea-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: 6.25vw;
}
@media screen and (min-width: 1920px) {
  .awardArea-title {
    font-size: 56px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .awardArea-title {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
.awardArea-title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .awardArea-title span {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .awardArea-title span {
    height: 37px;
  }
}
.awardArea-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) {
  .awardArea-title span::before {
    left: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .awardArea-title span::before {
    left: -23px;
    width: 8px;
    height: 37px;
  }
}
.awardArea-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) {
  .awardArea-title span::after {
    right: -50px;
    width: 19px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .awardArea-title span::after {
    right: -23px;
    width: 8px;
    height: 37px;
  }
}
.awardArea-inner {
  width: 83.3%;
  display: flex;
  align-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .awardArea-inner {
    display: block;
    width: 100%;
  }
}
.awardArea-pct {
  width: 50%;
  padding-right: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .awardArea-pct {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .awardArea-pct {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.awardArea-text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .awardArea-text {
    width: 100%;
    padding: 0 22px;
  }
}
.awardArea-text p {
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 2;
}
@media screen and (min-width: 1920px) {
  .awardArea-text p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .awardArea-text p {
    font-size: 13px;
  }
}/*# sourceMappingURL=career-up.css.map */