@media print, screen and (min-width: 780px) {
  html {
    height: 100%;
  }
}

body {
  color: #fff;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/mv_bg_sp@2x.jpg) no-repeat center center/cover;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}
@media print, screen and (min-width: 780px) {
  body {
    height: 100%;
    min-height: 1023px;
  }
  body::before {
    background-image: url(../img/mv_bg@2x.jpg);
  }
}
@media print, screen and (min-width: 1180px) {
  body {
    min-height: 767px;
  }
}

.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 110px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
}
@media print, screen and (min-width: 780px) {
  .l-header {
    position: absolute;
    left: 0;
    top: 0;
  }
  .l-header::before {
    content: none;
  }
}
.l-header .tagline {
  color: #d5d5d5;
}
@media print, screen and (min-width: 780px) {
  .l-header .tagline {
    color: #fff;
  }
}

.l-main {
  position: relative;
  z-index: 3;
  padding: 26px 0 19px;
}
@media print, screen and (min-width: 780px) {
  .l-main {
    padding: 86px 0 63px;
    height: 100%;
  }
}

.l-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 16px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media print, screen and (min-width: 780px) {
  .l-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 40px;
    height: 63px;
    font-size: 1.1rem;
  }
}
.l-footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media print, screen and (min-width: 780px) {
  .l-footer nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.l-footer nav ul a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (hover: none) {
  .l-footer nav ul a:hover {
    opacity: 0.7;
  }
}
.l-footer .copyright {
  font-size: inherit;
}

.mv {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  width: 100%;
}
@media print, screen and (min-width: 780px) {
  .mv {
    padding: 0 80px;
    height: 100%;
  }
}
.mv .content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 780px) {
  .mv .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 1180px) {
  .mv .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}
.mv .subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0 0 24px;
}
@media print, screen and (min-width: 780px) {
  .mv .subtitle {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    margin: 0 auto 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media print, screen and (min-width: 1180px) {
  .mv .subtitle {
    width: auto;
  }
}
.mv .text {
  width: 100%;
}
@media print, screen and (min-width: 780px) {
  .mv .text {
    width: unset;
  }
}
.mv .text strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 780px) {
  .mv .text strong {
    margin-bottom: 12px;
    font-size: 5.6rem;
    line-height: 1.5;
  }
}
.mv .text strong span {
  color: #da0808;
}
.mv .note {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  -webkit-text-stroke: 3px #da0808;
  paint-order: stroke fill;
}
@media print, screen and (min-width: 780px) {
  .mv .note {
    font-size: 1.6rem;
    -webkit-text-stroke-width: 5px;
  }
}
.mv .salary-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
  margin: 0 0 12px;
  -webkit-text-stroke: 4px #da0808;
  paint-order: stroke fill;
}
@media print, screen and (min-width: 780px) {
  .mv .salary-info {
    -webkit-text-stroke-width: 6px;
  }
}
.mv .salary-info dt {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0;
}
@media print, screen and (min-width: 780px) {
  .mv .salary-info dt {
    font-size: 2.4rem;
  }
}
.mv .salary-info dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.65;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .mv .salary-info dd {
    font-size: 2.6rem;
  }
}
.mv .salary-info dd i {
  font: normal 700 7rem/0.62 "Alumni Sans SC", sans-serif;
  letter-spacing: 0;
}
@media print, screen and (min-width: 780px) {
  .mv .salary-info dd i {
    font-size: 12rem;
  }
}
.mv .page-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  width: 100%;
}
@media print, screen and (min-width: 390px) {
  .mv .page-links {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 342px;
  }
}
@media print, screen and (min-width: 780px) {
  .mv .page-links {
    gap: 8px;
    width: 430px;
    min-width: unset;
  }
}
.mv .page-links li {
  width: 100%;
}
@media print, screen and (min-width: 780px) {
  .mv .page-links li {
    font-size: 1.7rem;
  }
}
.mv .page-links .btn {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  width: 100%;
  min-height: 60px;
}
@media print, screen and (min-width: 780px) {
  .mv .page-links .btn {
    min-height: 73px;
  }
}
.mv .page-links .btn::after {
  margin-left: auto;
}
.mv .page-links .logo {
  margin: 0 4px;
  width: 35px;
  height: 35px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}