.custom-breadcrumb__item {
  font-size: var(--tdfs-body-s);
  font-family: Noto Sans JP;
  font-weight: 300;
  line-height: 1.7;
}
.page-header {
  position: relative;
  overflow: hidden;
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
.page-header__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-header__image-container:before {
    padding-top: 73.3333333333%;
  }
}
.page-header__image-container {
  opacity: 0;
}
.page-header__image-container img {
  transform: scale(1.05);
}
.page-header__image-container::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(103, 148, 255, 0.2);
}
.page-header__title-wrapper {
  position: absolute;
  z-index: 3;
  bottom: -5px;
  left: 0;
  background-color: #FFFFFF;
  border-top-right-radius: 2.0833333333vw;
  padding: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .page-header__title-wrapper {
    border-top-right-radius: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title-wrapper {
    border-top-right-radius: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title-wrapper {
    border-top-right-radius: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title-wrapper {
    border-top-right-radius: 6.4vw;
  }
}
@media screen and (max-width: 1440px) {
  .page-header__title-wrapper {
    padding: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title-wrapper {
    padding: 2.0860495437vw 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title-wrapper {
    padding: 3.3333333333vw 5vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title-wrapper {
    padding: 4.2666666667vw 6.4vw;
  }
}
.page-header__title {
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 1440px) {
  .page-header__title {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title {
    margin-bottom: 5.3333333333vw;
  }
}
.page-header__subtitle {
  color: #153175;
}

.custom-breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 10V0L5.5 5L0.5 10Z' fill='%23153175'/%3E%3C/svg%3E");
  --bs-breadcrumb-item-padding-x: 0.8854166667vw;
  display: block;
  text-align: center;
  margin: 1.25vw 0.625vw;
  white-space: nowrap;
  overflow: auto;
}
@media screen and (max-width: 1440px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 1.1805555556vw;
  }
}
@media screen and (max-width: 767px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 2.2164276402vw;
  }
}
@media screen and (max-width: 480px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 3.5416666667vw;
  }
}
@media screen and (max-width: 375px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 4.5333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .custom-breadcrumb {
    margin: 1.6666666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .custom-breadcrumb {
    margin: 3.1290743155vw 1.5645371578vw;
  }
}
@media screen and (max-width: 480px) {
  .custom-breadcrumb {
    margin: 5vw 2.5vw;
  }
}
@media screen and (max-width: 375px) {
  .custom-breadcrumb {
    margin: 6.4vw 3.2vw;
  }
}
.custom-breadcrumb__item {
  display: inline-block;
  color: #153175;
  font-weight: 400;
  line-height: 1.7;
}
.custom-breadcrumb__item a {
  color: currentColor;
  text-decoration: none;
}
.custom-breadcrumb__item > * {
  color: currentColor;
  border-bottom: 1px solid #D4D4D4;
}
.custom-breadcrumb__item.active {
  color: #153175;
}

.section-title {
  text-align: center;
}
.section-title__icon-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 1.9791666667vw;
}
@media screen and (max-width: 1440px) {
  .section-title__icon-container {
    max-width: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__icon-container {
    max-width: 4.9543676662vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__icon-container {
    max-width: 7.9166666667vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__icon-container {
    max-width: 10.1333333333vw;
  }
}
.section-title__icon-container:before {
  content: "";
  display: block;
  padding-top: 94.7368421053%;
}
.section-title__icon-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-title__icon-container {
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1440px) {
  .section-title__icon-container {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__icon-container {
    margin-bottom: 0.7822685789vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__icon-container {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__icon-container {
    margin-bottom: 1.6vw;
  }
}
.section-title__title {
  font-family: Noto Sans JP;
  font-size: 1.6666666667vw;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color: #153175;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .section-title__title {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__title {
    font-size: 3.3898305085vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__title {
    font-size: 5.4166666667vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__title {
    font-size: 6.9333333333vw;
  }
}

.gallery {
  padding: 6.25vw 0vw;
}
.gallery__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.gallery__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .gallery {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 4.1720990874vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .gallery {
    padding: 6.6666666667vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .gallery {
    padding: 8.5333333333vw 0vw 0vw 0vw;
  }
}
.gallery__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery__swiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.gallery__image-container {
  border-radius: 50%;
  overflow: hidden;
}
.gallery__title {
  display: inline-block;
  font-family: Noto Sans JP;
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(120.87deg, #E9F0F7 19.54%, #D3EFFF 41.58%, #E4F4FF 71.84%, #EFF4FF 85.33%);
  color: #153175;
  margin: 0.8333333333vw 0vw;
}
@media screen and (max-width: 1440px) {
  .gallery__title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery__title {
    font-size: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .gallery__title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .gallery__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .gallery__title {
    margin: 1.1111111111vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery__title {
    margin: 2.0860495437vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .gallery__title {
    margin: 3.3333333333vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .gallery__title {
    margin: 4.2666666667vw 0vw;
  }
}

.message {
  padding: 6.25vw 0vw;
}
.message__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.message__image-container:before {
  content: "";
  display: block;
  padding-top: 57.9310344828%;
}
.message__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .message {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .message {
    padding: 4.1720990874vw 0vw 4.1720990874vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .message {
    padding: 6.6666666667vw 0vw 6.6666666667vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .message {
    padding: 8.5333333333vw 0vw 8.5333333333vw 0vw;
  }
}
.message__title {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .message__title {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .message__title {
    margin-bottom: 4.1720990874vw;
  }
}
@media screen and (max-width: 480px) {
  .message__title {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .message__title {
    margin-bottom: 8.5333333333vw;
  }
}
.message__heading {
  background: linear-gradient(180deg, #143175 0%, #5770AA 100%);
  padding: 0.8333333333vw;
  color: #FFFFFF;
  margin-bottom: 1.25vw;
  text-align: center;
  border-radius: 0.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .message__heading {
    padding: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .message__heading {
    padding: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .message__heading {
    padding: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .message__heading {
    padding: 4.2666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .message__heading {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .message__heading {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .message__heading {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .message__heading {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 1440px) {
  .message__heading {
    border-radius: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .message__heading {
    border-radius: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .message__heading {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .message__heading {
    border-radius: 2.1333333333vw;
  }
}
.message__description {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .message__description {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .message__description {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .message__description {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .message__description {
    margin-bottom: 6.4vw;
  }
}
.message__image-bottom {
  width: 100%;
  height: 20.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .message__image-bottom {
    height: 27.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .message__image-bottom {
    height: 13.037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .message__image-bottom {
    height: 20.8333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .message__image-bottom {
    height: 26.6666666667vw;
  }
}
.message__image-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job {
  padding: 2.9166666667vw 0vw;
  background: linear-gradient(180deg, #143175 0%, #5770AA 100%);
}
@media screen and (max-width: 1440px) {
  .job {
    padding: 3.8888888889vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .job {
    padding: 7.3011734029vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .job {
    padding: 11.6666666667vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .job {
    padding: 14.9333333333vw 0vw;
  }
}
.job__icon-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 2.1875vw;
}
@media screen and (max-width: 1440px) {
  .job__icon-container {
    max-width: 2.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .job__icon-container {
    max-width: 5.4758800522vw;
  }
}
@media screen and (max-width: 480px) {
  .job__icon-container {
    max-width: 8.75vw;
  }
}
@media screen and (max-width: 375px) {
  .job__icon-container {
    max-width: 11.2vw;
  }
}
.job__icon-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.job__icon-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.job__title {
  margin-bottom: 2.5vw;
  filter: brightness(20);
}
@media screen and (max-width: 1440px) {
  .job__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .job__title {
    margin-bottom: 3.9113428944vw;
  }
}
@media screen and (max-width: 480px) {
  .job__title {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 375px) {
  .job__title {
    margin-bottom: 8vw;
  }
}
.job__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.9166666667vw;
}
@media screen and (max-width: 1440px) {
  .job__list {
    gap: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .job__list {
    gap: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .job__list {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 375px) {
  .job__list {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .job__list {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .job__list {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .job__list {
    margin-bottom: 6.4vw;
  }
}
.job__left {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  padding: 0.5208333333vw;
  margin: 0.78125vw 0vw;
  border-radius: 0.4166666667vw;
  text-align: center;
  flex: 0 0 18%;
}
@media screen and (max-width: 1440px) {
  .job__left {
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .job__left {
    padding: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .job__left {
    padding: 2.0833333333vw;
  }
}
@media screen and (max-width: 375px) {
  .job__left {
    padding: 2.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .job__left {
    margin: 1.0416666667vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .job__left {
    margin: 0vw 3.9113428944vw;
  }
}
@media screen and (max-width: 480px) {
  .job__left {
    margin: 0vw 6.25vw;
  }
}
@media screen and (max-width: 375px) {
  .job__left {
    margin: 0vw 8vw;
  }
}
@media screen and (max-width: 1440px) {
  .job__left {
    border-radius: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .job__left {
    border-radius: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .job__left {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .job__left {
    border-radius: 2.1333333333vw;
  }
}
@media (max-width: 767px) {
  .job__left {
    flex: 1 1 50%;
  }
}
.job__icon {
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1440px) {
  .job__icon {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .job__icon {
    margin-bottom: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .job__icon {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 375px) {
  .job__icon {
    margin-bottom: 2.6666666667vw;
  }
}
.job__name {
  margin-bottom: 0;
  line-height: 1.7;
  color: #153175;
}
.job__right {
  position: relative;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.job__right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .job__right {
    flex: 1 1 100%;
  }
  .job__right::before {
    content: unset;
  }
}
.job__description {
  margin-bottom: 0;
  line-height: 1.7;
  color: #FFFFFF;
}

.job-gallery {
  --translateY: 1.9791666667vw;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 6.25vw;
  padding-bottom: var(--translateY);
}
@media screen and (max-width: 1440px) {
  .job-gallery {
    --translateY: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .job-gallery {
    --translateY: 1.4341590613vw;
  }
}
@media screen and (max-width: 480px) {
  .job-gallery {
    --translateY: 2.2916666667vw;
  }
}
@media screen and (max-width: 375px) {
  .job-gallery {
    --translateY: 2.9333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .job-gallery {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .job-gallery {
    margin-top: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .job-gallery {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .job-gallery {
    margin-top: 10.6666666667vw;
  }
}
.job-gallery__item {
  flex: 1 1 33.3333%;
  height: 41.25vw;
}
@media screen and (max-width: 1440px) {
  .job-gallery__item {
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .job-gallery__item {
    height: 20.0782268579vw;
  }
}
@media screen and (max-width: 480px) {
  .job-gallery__item {
    height: 32.0833333333vw;
  }
}
@media screen and (max-width: 375px) {
  .job-gallery__item {
    height: 41.0666666667vw;
  }
}
.job-gallery__item:nth-child(2) {
  transform: translateY(var(--translateY));
  height: 48.3333333333vw;
}
@media screen and (max-width: 1440px) {
  .job-gallery__item:nth-child(2) {
    height: 64.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .job-gallery__item:nth-child(2) {
    height: 23.5984354628vw;
  }
}
@media screen and (max-width: 480px) {
  .job-gallery__item:nth-child(2) {
    height: 37.7083333333vw;
  }
}
@media screen and (max-width: 375px) {
  .job-gallery__item:nth-child(2) {
    height: 48.2666666667vw;
  }
}
.job-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .job-gallery__item {
    flex: 1 1 33.3333333%;
  }
  .job-gallery__item:nth-child(2) {
    flex: 1 1 33.3333333%;
  }
}

.application {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1440px) {
  .application {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .application {
    padding: 4.1720990874vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .application {
    padding: 6.6666666667vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .application {
    padding: 8.5333333333vw 0vw;
  }
}
.application__title {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .application__title {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .application__title {
    margin-bottom: 4.1720990874vw;
  }
}
@media screen and (max-width: 480px) {
  .application__title {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .application__title {
    margin-bottom: 8.5333333333vw;
  }
}
.application__list {
  display: flex;
  align-items: stretch;
  gap: 3.6458333333vw;
  border-bottom: 1px solid #D5DAE8;
}
@media screen and (max-width: 1440px) {
  .application__list {
    gap: 4.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .application__list {
    gap: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .application__list {
    gap: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .application__list {
    gap: 0vw;
  }
}
.application__list:first-child {
  border-top: 1px solid #D5DAE8;
}
@media (max-width: 767px) {
  .application__list {
    flex-direction: column;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .application__list {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .application__list {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .application__list {
    margin-bottom: 6.4vw;
  }
}
.application__list:last-child {
  margin-bottom: 0;
}
.application__list-title {
  flex: 0 0 16%;
  background-color: #F0F3F7;
  padding: 0.8333333333vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .application__list-title {
    padding: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .application__list-title {
    padding: 0.5215123859vw;
  }
}
@media screen and (max-width: 480px) {
  .application__list-title {
    padding: 0.8333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .application__list-title {
    padding: 1.0666666667vw;
  }
}
.application__list-value {
  flex: 1 1 0;
  padding: 0.8333333333vw;
}
@media screen and (max-width: 1440px) {
  .application__list-value {
    padding: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .application__list-value {
    padding: 0.5215123859vw;
  }
}
@media screen and (max-width: 480px) {
  .application__list-value {
    padding: 0.8333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .application__list-value {
    padding: 1.0666666667vw;
  }
}
.application__button-wrapper {
  text-align: center;
  margin-top: 4.9479166667vw;
}
@media screen and (max-width: 1440px) {
  .application__button-wrapper {
    margin-top: 6.5972222222vw;
  }
}
@media screen and (max-width: 767px) {
  .application__button-wrapper {
    margin-top: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .application__button-wrapper {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .application__button-wrapper {
    margin-top: 10.6666666667vw;
  }
}
.application__empty {
  text-align: center;
  padding: 1.25vw;
  border: 1px solid #000000;
}
@media screen and (max-width: 1440px) {
  .application__empty {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .application__empty {
    padding: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .application__empty {
    padding: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .application__empty {
    padding: 6.4vw;
  }
}

/*# sourceMappingURL=recruit.css.map*/