@charset "UTF-8";
/* Colors
------------------------ */
/* Breakpoints
------------------------ */
/* Layouts
------------------------ */
/* Font
---------------------------------------- */
/* Viewport
---------------------------------------- */
/* Percent
---------------------------------------- */
/* Px
---------------------------------------- */
/* Breakpoint
---------------------------------------------------- */
/* Layouts
---------------------------------------- */
/* 
 * Ryden https://www.ryden.co.jp/
 */
@font-face {
  font-family: "Ryden_New Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Ryden_New_v2-Bold.woff2") format("woff2"), url("../font/Ryden_New_v2-Bold.woff") format("woff"), url("../font/Ryden_New_v2-Bold.otf") format("opentype");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: 100;
  src: local("YuGothic-Light"), local("Yu Gothic Light");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: 200;
  src: local("YuGothic-Light"), local("Yu Gothic Light");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: 300;
  src: local("YuGothic-Regular"), local("Yu Gothic");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: 500;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: 600;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: 800;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: 900;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
body {
  margin: 0;
  padding: 0;
}

::selection {
  color: #000;
  background: #ffed00;
}

.job {
  position: relative;
  display: block;
  background-color: #fff;
  font-weight: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  overflow: hidden;
}
.job img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.job a {
  color: #d80030;
  text-decoration: none;
}
.job button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
}
.job .ryden {
  font-family: "Ryden_New Bold", sans-serif;
  font-weight: 700;
}
.job .notosans--thin {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 100;
}
.job .notosans--regular {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
}
.job .notosans--medium {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}
.job .notosans--bold {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}
.job .notoserif--extralight {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 200;
}
.job .notoserif--medium {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .job .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .job .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .job .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .job .pc {
    display: block;
  }
}

.JOB-bground {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.JOB-button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.JOB-button--red {
  color: #fff !important;
  background: #d80030;
}
.JOB-button--white {
  color: #d80030;
  background: #fff;
}
.JOB-button--sweep {
  transition: color 0.3s ease-out;
}
.JOB-button--sweep::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: -1;
}
.JOB-button--sweep.hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.JOB-button .JOB-button__phrase--en {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .JOB-button .JOB-button__phrase--en {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-button .JOB-button__phrase--en {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .JOB-button .JOB-button__phrase--jp {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-button .JOB-button__phrase--jp {
    font-size: 14px;
  }
}

.JOB-card {
  position: relative;
}
.JOB-card .JOB-card__content {
  position: relative;
  width: 100%;
}
.JOB-card .JOB-card__content::before {
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .JOB-card .JOB-card__content::before {
    padding-top: calc(872 / 654 * 100%);
  }
}
@media screen and (min-width: 769px) {
  .JOB-card .JOB-card__content::before {
    padding-top: calc(491 / 304 * 100%);
  }
}
.JOB-card .JOB-card__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.JOB-card .JOB-card__bground {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.JOB-card .JOB-card__bground img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.JOB-card .JOB-card__container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .JOB-card .JOB-card__container {
    margin: 0 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-card .JOB-card__container {
    margin: 0 12px;
  }
}
.JOB-card .JOB-card__button-wrapper {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .JOB-card .JOB-card__button-wrapper {
    margin-top: -10vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-card .JOB-card__button-wrapper {
    margin-top: -42px;
  }
}
@media screen and (max-width: 768px) {
  .JOB-card .JOB-card__button {
    height: 19.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-card .JOB-card__button {
    width: 247px;
    height: 80px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .stories .STR-carousel .JOB-profile .JOB-profile__heading {
    margin-bottom: 2vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stories .STR-carousel .JOB-profile .JOB-profile__heading {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .stories .STR-carousel .JOB-profile .JOB-profile__number {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .stories .STR-carousel .JOB-profile .JOB-profile__number {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .stories .STR-carousel .JOB-profile .JOB-profile__part {
    font-size: 2.6666666667vw;
    line-height: 1.998em;
  }
  .stories .STR-carousel .JOB-profile .JOB-profile__part--name {
    font-size: 4vw;
    line-height: 1em;
  }
  .stories .STR-carousel .JOB-profile .JOB-profile__part--name .border {
    padding: 1.8666666667vw 0;
  }
  .stories .STR-carousel .JOB-profile .JOB-profile__part--name--en {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stories .STR-carousel .JOB-profile .JOB-profile__part {
    font-size: 13px;
    line-height: 2.0046367852em;
  }
  .stories .STR-carousel .JOB-profile .JOB-profile__part--name {
    font-size: 18px;
    line-height: 1em;
  }
  .stories .STR-carousel .JOB-profile .JOB-profile__part--name .border {
    padding: 7px 0;
  }
  .stories .STR-carousel .JOB-profile .JOB-profile__part--name--en {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .stories .STR-carousel .JOB-card__title {
    margin-bottom: calc(90 / (654 - 64) * 100%);
    padding-top: calc(374 / (654 - 64) * 100%);
  }
}
@media screen and (min-width: 769px) {
  .stories .STR-carousel .JOB-card__title {
    margin-bottom: calc(40 / (304 - 24) * 100%);
    padding-top: calc(228 / (304 - 24) * 100%);
  }
}
@media screen and (max-width: 768px) {
  .stories .STR-carousel .JOB-card__button {
    width: 68.5333333333vw;
  }
}

@media screen and (max-width: 549px) {
  .index .JOB-stories .JOB-profile .JOB-profile__heading {
    margin-bottom: 2vw;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 550px) {
  .index .JOB-stories .JOB-profile .JOB-profile__heading {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .index .JOB-stories .JOB-profile .JOB-profile__heading {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 549px) {
  .index .JOB-stories .JOB-profile .JOB-profile__number {
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .index .JOB-stories .JOB-profile .JOB-profile__number {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  .index .JOB-stories .JOB-profile .JOB-profile__number {
    font-size: 27px;
  }
}
@media screen and (max-width: 549px) {
  .index .JOB-stories .JOB-profile .JOB-profile__part {
    font-size: 3.06vw;
    line-height: 1.9956427015em;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name {
    font-size: 4.8vw;
    line-height: 1em;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name .border {
    padding: 1.8666666667vw 0;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name--en {
    font-size: 4vw;
  }
}
@media screen and (min-width: 550px) {
  .index .JOB-stories .JOB-profile .JOB-profile__part {
    font-size: 17px;
    line-height: 1.9956427015em;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name {
    font-size: 26px;
    line-height: 1em;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name .border {
    padding: 10px 0;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name--en {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .index .JOB-stories .JOB-profile .JOB-profile__part {
    font-size: 13px;
    line-height: 2.0046367852em;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name {
    font-size: 18px;
    line-height: 1em;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name .border {
    padding: 7px 0;
  }
  .index .JOB-stories .JOB-profile .JOB-profile__part--name--en {
    font-size: 16px;
  }
}
@media screen and (max-width: 549px) {
  .index .JOB-stories .JOB-card__title {
    margin-bottom: 12vw;
    padding-top: 49.8666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .index .JOB-stories .JOB-card__title {
    margin-bottom: 66px;
    padding-top: 274px;
  }
}
@media screen and (min-width: 769px) {
  .index .JOB-stories .JOB-card__title {
    margin-bottom: 40px;
    padding-top: 228px;
  }
}
@media screen and (min-width: 550px) {
  .index .JOB-stories .JOB-card__button-wrapper {
    margin-top: -55px;
  }
}
@media screen and (min-width: 769px) {
  .index .JOB-stories .JOB-card__button-wrapper {
    margin-top: -42px;
  }
}
@media screen and (max-width: 549px) {
  .index .JOB-stories .JOB-card__button {
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .index .JOB-stories .JOB-card__button {
    width: 440px;
    height: 100px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .index .JOB-stories .JOB-card__button {
    width: 247px;
    height: 80px;
    font-size: 16px;
  }
}

.JOB-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}
.JOB-cover--white {
  background: #fff;
  z-index: 110;
}

.JOB-footer {
  position: relative;
  z-index: 1;
  display: block;
}
.JOB-footer .JOB-footer__toolbar {
  width: 100%;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .JOB-footer .JOB-footer__toolbar {
    padding: calc((40 / 750) * 100vw) 0 calc(((40 / 750) * 100vw) + 40px);
  }
}
@media screen and (min-width: 769px) {
  .JOB-footer .JOB-footer__toolbar {
    padding: calc((35 / 1440) * 100vw) 0 calc(((35 / 1440) * 100vw) + 40px);
  }
}
.JOB-footer .JOB-footer__container {
  position: relative;
  width: 86%;
  margin: 0 auto;
}
.JOB-footer .JOB-footer-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .JOB-footer .JOB-footer-nav {
    margin: 0 calc((-24 / 750) * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .JOB-footer .JOB-footer-nav {
    margin: 0 calc((-15 / 1440) * 100vw);
  }
}
@media screen and (min-width: 995px) {
  .JOB-footer .JOB-footer-nav {
    margin: 0 calc((-7.5 / 1440) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .JOB-footer .JOB-footer-nav__item {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .JOB-footer .JOB-footer-nav__item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 995px) {
  .JOB-footer .JOB-footer-nav__item {
    width: 25%;
  }
}
.JOB-footer .JOB-footer-button {
  display: block;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .JOB-footer .JOB-footer-button {
    margin: calc((24 / 750) * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .JOB-footer .JOB-footer-button {
    margin: calc((15 / 1440) * 100vw);
  }
}
@media screen and (min-width: 995px) {
  .JOB-footer .JOB-footer-button {
    margin: calc((7.5 / 1440) * 100vw);
  }
}
.JOB-footer .JOB-footer-button:hover {
  opacity: 0.7;
}

.JOB-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.JOB-grid .JOB-grid__line {
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .JOB-grid .JOB-grid__line-w {
    left: 0;
  }
  .JOB-grid .JOB-grid__line-z {
    left: calc(50% - 1px);
  }
  .JOB-grid .JOB-grid__line-h {
    display: none;
  }
  .JOB-grid .JOB-grid__line-e {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .JOB-grid .JOB-grid__line-w {
    left: 0;
  }
  .JOB-grid .JOB-grid__line-z {
    left: calc(100% / 3);
  }
  .JOB-grid .JOB-grid__line-h {
    display: block;
    right: calc(100% / 3);
  }
  .JOB-grid .JOB-grid__line-e {
    right: 0;
  }
}
@media screen and (min-width: 995px) {
  .JOB-grid .JOB-grid__line-z {
    left: calc(50% - ((calc(995px - 15px - 15px) / 3) / 2));
  }
  .JOB-grid .JOB-grid__line-h {
    right: calc(50% - ((calc(995px - 15px - 15px) / 3) / 2));
  }
}

.JOB-header-span {
  font-size: 14px;
}

.JOB-inview .JOB-canvas {
  display: block;
}
.JOB-inview[data-tween=wipe] .JOB-inview__wipe--mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.JOB-inview[data-tween=wipe] .JOB-inview__wipe--mask--front {
  background-color: white;
  z-index: 120;
}
.JOB-inview[data-tween=wipe] .JOB-inview__wipe--mask--back {
  background-color: black;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .JOB-kv-header {
    padding-top: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv-header {
    padding-top: 3.3810143043vw;
  }
}
@media screen and (min-width: 995px) {
  .JOB-kv-header {
    padding-top: 43px;
  }
}
.JOB-kv-header .JOB-kv-header__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .JOB-kv-header .JOB-kv-header__title-lottie {
    margin-left: -6.5vw;
    margin-bottom: 0.2666666667vw;
    width: 77.3333333333vw;
    height: calc(48 / 459 * 580 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv-header .JOB-kv-header__title-lottie {
    margin-left: -3.3vw;
    margin-bottom: 0.5201560468vw;
    width: 39.0117035111vw;
    height: calc(48 / 459 * 300 / 769 * 100vw);
  }
}
@media screen and (min-width: 995px) {
  .JOB-kv-header .JOB-kv-header__title-lottie {
    margin-left: -40px;
    margin-bottom: 7px;
    width: 459px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .JOB-kv-header .JOB-kv-header__sub-title {
    width: 42.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv-header .JOB-kv-header__sub-title {
    width: 20.2860858257vw;
  }
}
@media screen and (min-width: 995px) {
  .JOB-kv-header .JOB-kv-header__sub-title {
    width: 236px;
  }
}

.JOB-profile {
  color: #fff;
}
.JOB-profile .JOB-profile__heading {
  text-transform: uppercase;
}
.JOB-profile .JOB-profile__content {
  line-height: 1;
}
.JOB-profile .JOB-profile__part {
  display: block;
}
.JOB-profile .JOB-profile__part .border {
  display: inline-block;
  border: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .JOB-profile .JOB-profile__part .text {
    padding: 0 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-profile .JOB-profile__part .text {
    padding: 0 1.0403120936vw;
  }
}
@media screen and (min-width: 995px) {
  .JOB-profile .JOB-profile__part .text {
    padding: 0 8px;
  }
}
.JOB-profile .JOB-profile__part--company .border {
  border-bottom: none;
}
.JOB-profile .JOB-profile__part--office1 {
  display: inline-block;
}
.JOB-profile .JOB-profile__part--office1 .border {
  border-right: none;
}
.JOB-profile .JOB-profile__part--office1 .text {
  border-right: solid 1px #fff;
}
.JOB-profile .JOB-profile__part--office2 {
  display: inline-block;
}
.JOB-profile .JOB-profile__part--office2 .border {
  border-left: none;
  border-right: none;
}
.JOB-profile .JOB-profile__part--office2 .text {
  border-right: solid 1px #fff;
}
.JOB-profile .JOB-profile__part--position {
  display: inline-block;
}
.JOB-profile .JOB-profile__part--position .border {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .JOB-profile .JOB-profile__part--position--sales .text {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-profile .JOB-profile__part--position--sales .text {
    padding: 0 1.6905071521vw;
  }
}
@media screen and (min-width: 995px) {
  .JOB-profile .JOB-profile__part--position--sales .text {
    padding: 0 14px;
  }
}
@media screen and (max-width: 768px) {
  .JOB-profile .JOB-profile__part--name {
    line-height: 1em;
  }
}
@media screen and (min-width: 769px) {
  .JOB-profile .JOB-profile__part--name {
    line-height: 1em;
  }
}
.JOB-profile .JOB-profile__part--name .border {
  border-top: none;
}
.JOB-profile .JOB-profile__part--name--en .text {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.JOB-profile .JOB-profile__part--name--en .text span:nth-of-type(1) {
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .MSG-kv .JOB-profile .JOB-profile__heading,
.STR-kv .JOB-profile .JOB-profile__heading {
    margin-bottom: 2vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .JOB-profile .JOB-profile__heading,
.STR-kv .JOB-profile .JOB-profile__heading {
    margin-bottom: 1.0403120936vw;
    font-size: 1.5604681404vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .JOB-profile .JOB-profile__heading,
.STR-kv .JOB-profile .JOB-profile__heading {
    margin-bottom: 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .MSG-kv .JOB-profile .JOB-profile__number,
.STR-kv .JOB-profile .JOB-profile__number {
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .JOB-profile .JOB-profile__number,
.STR-kv .JOB-profile .JOB-profile__number {
    font-size: 3.1209362809vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .JOB-profile .JOB-profile__number,
.STR-kv .JOB-profile .JOB-profile__number {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .MSG-kv .JOB-profile .JOB-profile__part,
.STR-kv .JOB-profile .JOB-profile__part {
    font-size: 2.6666666667vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .JOB-profile .JOB-profile__part,
.STR-kv .JOB-profile .JOB-profile__part {
    font-size: 1.3979193758vw;
    line-height: 2.5em;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .JOB-profile .JOB-profile__part,
.STR-kv .JOB-profile .JOB-profile__part {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name,
.STR-kv .JOB-profile .JOB-profile__part--name {
    font-size: 4.2666666667vw;
    line-height: 1em;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name,
.STR-kv .JOB-profile .JOB-profile__part--name {
    font-size: 2.7971391417vw;
    line-height: 1em;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name,
.STR-kv .JOB-profile .JOB-profile__part--name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name .border,
.STR-kv .JOB-profile .JOB-profile__part--name .border {
    padding: 1.8666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name .border,
.STR-kv .JOB-profile .JOB-profile__part--name .border {
    padding: 1.5604681404vw 0;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name .border,
.STR-kv .JOB-profile .JOB-profile__part--name .border {
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name--en,
.STR-kv .JOB-profile .JOB-profile__part--name--en {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name--en,
.STR-kv .JOB-profile .JOB-profile__part--name--en {
    font-size: 2.0156046814vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .JOB-profile .JOB-profile__part--name--en,
.STR-kv .JOB-profile .JOB-profile__part--name--en {
    font-size: 17.2px;
  }
}

@media screen and (max-width: 549px) {
  .JOB-message .JOB-profile .JOB-profile__heading {
    margin-bottom: 16.5333333333vw;
    font-size: 3.0666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-profile .JOB-profile__heading {
    margin-bottom: 100px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-profile .JOB-profile__heading {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-profile .JOB-profile__part {
    font-size: 2.9333333333vw;
    line-height: 1.7272727273em;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-profile .JOB-profile__part {
    font-size: 16px;
    line-height: 1.7272727273em;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-profile .JOB-profile__part {
    font-size: 12px;
    line-height: 2.1666666667em;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-profile .JOB-profile__part--office2 .border {
    border-right: solid 1px #fff;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-profile .JOB-profile__part--office2 .border {
    border-right: solid 1px #fff;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-profile .JOB-profile__part--office2 .border {
    border-right: none;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-profile .JOB-profile__part--office2 .text {
    border-right: none;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-profile .JOB-profile__part--office2 .text {
    border-right: none;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-profile .JOB-profile__part--office2 .text {
    border-right: solid 1px #fff;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-profile .JOB-profile__part--position {
    display: block;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-profile .JOB-profile__part--position {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-profile .JOB-profile__part--position {
    display: inline-block;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-profile .JOB-profile__part--position .border {
    border-top: none;
    border-left: solid 1px #fff;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-profile .JOB-profile__part--position .border {
    border-top: none;
    border-left: solid 1px #fff;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-profile .JOB-profile__part--position .border {
    border-top: solid 1px #fff;
    border-left: none;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-profile .JOB-profile__part--name {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-profile .JOB-profile__part--name {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-profile .JOB-profile__part--name {
    font-size: 18px;
  }
}

.JOB-totop {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .JOB-totop {
    margin-bottom: 25.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-totop {
    margin-bottom: 194px;
  }
}
.JOB-totop .JOB-totop__button {
  display: inline-block;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .JOB-totop .JOB-totop__button {
    width: 60.8vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-totop .JOB-totop__button {
    width: 290px;
  }
}
.JOB-totop .JOB-totop__button:hover {
  opacity: 0.7;
}

.JOB-zoom {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.JOB-zoom .JOB-zoom__image {
  overflow: hidden;
}
.JOB-zoom .JOB-zoom__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.JOB-zoom.hover .JOB-zoom__image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.JOB-column {
  z-index: 1;
}
@media screen and (max-width: 549px) {
  .JOB-column {
    margin-bottom: 22.6666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-column {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column {
    margin-bottom: 162px;
  }
}
.JOB-column .JOB-column__content {
  position: relative;
  background: #d80030;
  overflow: hidden;
}
.JOB-column .JOB-column__content-inner {
  position: relative;
}
.JOB-column .JOB-column__container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 549px) {
  .JOB-column .JOB-column__container {
    margin-left: 8vw;
    padding-top: 7.2vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-column .JOB-column__container {
    margin: 0 0 0 40px;
    padding-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__container {
    margin: 0 15px 0 0;
    padding-top: 58px;
    max-width: 965px;
    text-align: right;
  }
}
@media screen and (min-width: 995px) {
  .JOB-column .JOB-column__container {
    margin: 0 auto 0 0;
    max-width: 965px;
  }
}
.JOB-column .JOB-column__container::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/job-sign__hatena.png) top left/cover no-repeat;
}
@media screen and (max-width: 549px) {
  .JOB-column .JOB-column__container::before {
    top: -1.8666666667vw;
    right: 0;
    width: 46.1333333333vw;
    height: 77.7333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-column .JOB-column__container::before {
    top: -4px;
    right: 0;
    width: 252px;
    height: 420px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__container::before {
    right: 500px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__container-inner {
    margin-right: 20px;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
}
.JOB-column .JOB-column__title {
  display: inline-block;
  width: 85.3333333333vw;
}
@media screen and (max-width: 549px) {
  .JOB-column .JOB-column__title {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-column .JOB-column__title {
    margin-bottom: 24px;
    width: 470px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__title {
    margin-bottom: 34px;
    width: 570px;
  }
}
.JOB-column .JOB-column__intro {
  position: relative;
  z-index: 2;
}
.JOB-column .JOB-column__intro-line {
  display: inline-block;
  line-height: 2.0714285714em;
  background: #000;
  color: #d80030;
}
@media screen and (max-width: 549px) {
  .JOB-column .JOB-column__intro-line {
    padding: 0 1.6vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-column .JOB-column__intro-line {
    padding: 0 14px;
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__intro-line--before {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__intro-line--last {
    padding-left: 0;
  }
}
.JOB-column .JOB-column__button-container {
  position: relative;
}
@media screen and (max-width: 549px) {
  .JOB-column .JOB-column__button-container {
    margin: -1.0666666667vw 0 8.5333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-column .JOB-column__button-container {
    margin: -10px 0 40px 20px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__button-container {
    margin: -20px 0 40px 0;
  }
}
@media screen and (max-width: 549px) {
  .JOB-column .JOB-column__button {
    width: 72vw;
    height: 14.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-column .JOB-column__button {
    width: 440px;
    height: 82px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__button {
    width: 374px;
    height: 99px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-column .JOB-column__button-span {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

.JOB-intro {
  z-index: 20;
}
@media screen and (max-width: 549px) {
  .JOB-intro {
    margin-bottom: 17.0666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-intro {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-intro {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 549px) {
  .JOB-intro .JOB-intro__passage {
    margin-top: -5.7333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-intro .JOB-intro__passage {
    margin-top: -24px;
  }
}
.JOB-intro .JOB-intro__line {
  display: inline-block;
  line-height: 2.5em;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 549px) {
  .JOB-intro .JOB-intro__line {
    padding: 0 1.6vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-intro .JOB-intro__line {
    padding: 0 14px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-intro .JOB-intro__line--before {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .JOB-intro .JOB-intro__line--last {
    padding-left: 0;
  }
}

.JOB-kv {
  position: relative;
  z-index: 10;
}
.JOB-kv .JOB-kv__content {
  position: relative;
}
.JOB-kv .JOB-kv__bground {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #d80030;
}
.JOB-kv .JOB-kv__particles {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__container {
    width: calc(100vw - 15px);
  }
}
@media screen and (min-width: 955px) {
  .JOB-kv .JOB-kv__container {
    width: calc(100vw - ((100vw - 965px) / 2));
  }
}
.JOB-kv .JOB-kv__container::before {
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .JOB-kv .JOB-kv__container::before {
    padding-top: 140.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__container::before {
    padding-top: 57.2171651495vw;
    padding-top: calc(440 / (100vw - 15px) * 100%);
  }
}
@media screen and (min-width: 955px) {
  .JOB-kv .JOB-kv__container::before {
    padding-top: 58.2362728785%;
  }
}
.JOB-kv .JOB-kv__container-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__container-inner {
    margin: 0 0 0 15px;
    width: calc(100vw - 15px);
  }
}
@media screen and (min-width: 955px) {
  .JOB-kv .JOB-kv__container-inner {
    margin: 0 0 0 calc((100% - 965px) / 2);
    width: calc(100vw - ((100vw - 965px) / 2));
  }
}
.JOB-kv .JOB-kv__title {
  position: relative;
}
.JOB-kv .JOB-kv__title-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .JOB-kv .JOB-kv__title-container {
    margin: 0 0 0 25px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__title-container {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .JOB-kv .JOB-kv__title {
    padding-top: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__title {
    padding-top: 4.9414824447vw;
  }
}
.JOB-kv .JOB-kv__title-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .JOB-kv .JOB-kv__title-lottie {
    width: 64vw;
    height: calc(400 / 519 * 480 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__title-lottie {
    width: 42.9128738622vw;
    height: calc(400 / 519 * 330 / 769 * 100vw);
  }
}
@media screen and (min-width: 995px) {
  .JOB-kv .JOB-kv__title-lottie {
    width: calc(519 / 1202 * 100%);
    height: auto;
  }
}
.JOB-kv .JOB-kv__phrase-container {
  position: relative;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .JOB-kv .JOB-kv__phrase-container {
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__phrase-container {
    margin: 0;
    height: auto;
  }
}
.JOB-kv .JOB-kv__phrase-container::before {
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .JOB-kv .JOB-kv__phrase-container::before {
    padding-top: calc(1285 / 720 * 100%);
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__phrase-container::before {
    padding-top: calc((754 * (1247 / 1202)) / 769 * 100%);
  }
}
@media screen and (min-width: 995px) {
  .JOB-kv .JOB-kv__phrase-container::before {
    padding-top: 103.7437603993%;
  }
}
.JOB-kv .JOB-kv__phrase {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .JOB-kv .JOB-kv__phrase {
    background: url(../img/job-kv__phrase--sm.png) center/cover no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .JOB-kv .JOB-kv__phrase {
    background: url(../img/job-kv__phrase--lg.png) top left/cover no-repeat;
  }
}

@media screen and (min-width: 995px) and (-ms-high-contrast: none) {
  .JOB-kv .JOB-kv__title-lottie {
    width: 36.0416666667vw;
    height: 27.7777777778vw;
  }
}
@media screen and (min-width: 1700px) and (-ms-high-contrast: none) {
  .JOB-kv .JOB-kv__title-lottie {
    width: calc(519 / 1440 * 80vw);
    height: calc(400 / 1440 * 80vw);
  }
}
.JOB-section {
  position: relative;
}

.JOB-content {
  position: relative;
}

.JOB-container {
  position: relative;
}
@media screen and (max-width: 549px) {
  .JOB-container {
    margin: 0 25px;
    max-width: 500px;
  }
}
@media screen and (min-width: 550px) {
  .JOB-container {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-container {
    margin: 0 15px;
    width: auto;
    max-width: 965px;
  }
}
@media screen and (min-width: 995px) {
  .JOB-container {
    margin: 0 auto;
    width: 965px;
  }
}
@media screen and (max-width: 549px) {
  .JOB-container--right {
    margin: 0 0 0 25px;
    max-width: 525px;
  }
}
@media screen and (min-width: 550px) {
  .JOB-container--right {
    margin: 0 calc(((100% - 500px) / 2) - 25px) 0 auto;
    max-width: 525px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-container--right {
    margin: 0 0 0 auto;
    width: calc(100% - 15px);
    max-width: 980px;
  }
}
@media screen and (min-width: 995px) {
  .JOB-container--right {
    margin: 0 0 0 auto;
    width: calc(100% - ((100% - 965px) / 2));
    max-width: 100%;
  }
}

.JOB-message {
  z-index: 1;
}
@media screen and (max-width: 549px) {
  .JOB-message {
    margin-bottom: 33.3333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message {
    margin-bottom: 176px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message {
    margin-bottom: 176px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-message__heading-container {
    text-align: right;
  }
}
.JOB-message .JOB-message__heading-container-inner {
  display: inline-block;
}
.JOB-message .JOB-message__heading {
  position: relative;
  color: #d80030;
}
.JOB-message .JOB-message__heading::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  border-top: solid 1px #d80030;
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__heading {
    font-size: 11.4666666667vw;
    line-height: 1.15em;
  }
  .JOB-message .JOB-message__heading::before {
    top: 5vw;
    width: 86.6666666667vw;
    -webkit-transform: skewY(-18deg) translateX(2vw);
            transform: skewY(-18deg) translateX(2vw);
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__heading {
    font-size: 59px;
  }
  .JOB-message .JOB-message__heading::before {
    top: 25px;
    width: 517px;
    -webkit-transform: skewY(-18.7deg) translateX(6px);
            transform: skewY(-18.7deg) translateX(6px);
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-message__heading {
    margin-bottom: 24px;
  }
  .JOB-message .JOB-message__heading::before {
    top: 30px;
    width: 190px;
    -webkit-transform: skewY(-45deg) translateX(6px);
            transform: skewY(-45deg) translateX(6px);
  }
}
.JOB-message .JOB-message__desc {
  text-align: left;
  color: #d80030;
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__desc {
    margin-bottom: 3.2vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__desc {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.JOB-message .JOB-message__bground img {
  object-position: center right;
  font-family: "object-fit: cover; object-position: center right;";
}
.JOB-message .JOB-message__content {
  position: relative;
  width: 100%;
  color: #fff;
}
.JOB-message .JOB-message__content::before {
  display: block;
  content: "";
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__content::before {
    padding-top: 140.6666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__content::before {
    padding-top: calc((1407 * 500) / 867 * 1px);
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-message__content::before {
    padding-top: 618px;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__container {
    margin-left: 3.2vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__container {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-message__container {
    margin-left: 40px;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__profile {
    margin-bottom: 4.8vw;
    padding-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__profile {
    margin-bottom: 36px;
    padding-top: 28px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-message__profile {
    margin-bottom: 50px;
    padding-top: 46px;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__title {
    margin-bottom: 4vw;
    width: 81.3333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__title {
    margin-bottom: 20px;
    width: 480px;
  }
}
.JOB-message .JOB-message__summary {
  line-height: 2.2083333333em;
  color: #fff;
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__summary {
    margin-bottom: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__summary {
    margin-bottom: 48px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-message__summary {
    margin-bottom: 28px;
    font-size: 14px;
  }
}
.JOB-message .JOB-message__button-wrapper {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__button-wrapper {
    margin-top: -10vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__button-wrapper {
    margin-top: -55px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-message__button-wrapper {
    margin: -20px 20px 0 auto;
    text-align: right;
  }
}
@media screen and (max-width: 549px) {
  .JOB-message .JOB-message__button {
    width: 78.6666666667vw;
    height: 19.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-message .JOB-message__button {
    width: 440px;
    height: 100px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-message .JOB-message__button {
    width: 394px;
  }
}

.JOB-sign {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.JOB-sign .JOB-sign__item {
  position: absolute;
  display: block;
  right: 50%;
  bottom: 40vw;
  width: 130.8vw;
  height: 271.0666666667vw;
  background: url("../img/job-sign__arrow.svg") center/contain no-repeat;
}

@media screen and (min-width: 769px) {
  .JOB-sign .JOB-sign__item {
    right: calc(100% * (2 / 3));
    bottom: 0;
    width: 54.7222222222vw;
    height: 113.4027777778vw;
  }
}
.JOB-stories {
  z-index: 1;
}
@media screen and (max-width: 549px) {
  .JOB-stories {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-stories {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-stories {
    margin-bottom: 70px;
  }
}
.JOB-stories .JOB-stories__heading-container {
  position: relative;
}
@media screen and (max-width: 549px) {
  .JOB-stories .JOB-stories__heading-container {
    margin-left: 19.7333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-stories .JOB-stories__heading-container {
    margin-left: 19.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .JOB-stories .JOB-stories__heading-container {
    margin-left: 160px;
  }
}
.JOB-stories .JOB-stories__heading {
  line-height: 1.15em;
  color: #d80030;
}
@media screen and (max-width: 549px) {
  .JOB-stories .JOB-stories__heading {
    font-size: 11.4666666667vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-stories .JOB-stories__heading {
    font-size: 59px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-stories .JOB-stories__heading {
    margin-bottom: 24px;
    font-size: 60px;
  }
}

.JOB-stories .JOB-stories__heading-number {
  position: absolute;
/*  height: auto;*/
  mix-blend-mode: multiply;
  z-index: 200;
  
    font-size: 300px;
    font-style: italic;
    line-height: 1;
    color: #d80030;
}
@media screen and (max-width: 549px) {
  .JOB-stories .JOB-stories__heading-number {
    left: -30.6666666667vw;
    bottom: -8vw;
/*    width: 61.3333333333vw;*/
  }
}
@media screen and (min-width: 550px) {
  .JOB-stories .JOB-stories__heading-number {
    left: -156px;
    bottom: -35px;
/*    width: 310px;*/
  }
}
@media screen and (min-width: 769px) {
  .JOB-stories .JOB-stories__heading-number {
    left: -198px;
    bottom: -55px;
    /*width: 405px;*/
    width: 1em;
  }
}

/*@media screen and (max-width: 549px) {
  .JOB-stories .JOB-stories__heading-six-lottie {
    left: -30.6666666667vw;
    bottom: -8vw;
    width: 61.3333333333vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-stories .JOB-stories__heading-six-lottie {
    left: -156px;
    bottom: -35px;
    width: 310px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-stories .JOB-stories__heading-six-lottie {
    left: -198px;
    bottom: -55px;
    width: 405px;
  }
}
.JOB-stories .JOB-stories__heading-six-ie11 {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 200;
}
@media screen and (max-width: 549px) {
  .JOB-stories .JOB-stories__heading-six-ie11 {
    left: -32vw;
    bottom: -6vw;
    width: 34vw;
    height: calc(((150 / 118) * 255) / 750 * 100vw);
  }
}
@media screen and (min-width: 550px) {
  .JOB-stories .JOB-stories__heading-six-ie11 {
    left: -176px;
    bottom: -28px;
    width: 188px;
    height: calc((150 / 118) * 188px);
  }
}
@media screen and (min-width: 769px) {
  .JOB-stories .JOB-stories__heading-six-ie11 {
    width: 240px;
    height: calc((150 / 118) * 240px);
    left: -220px;
    bottom: -49px;
  }
}
.JOB-stories .JOB-stories__heading-six-ie11 {
  display: none;
}*/














.JOB-stories .JOB-stories__list {
  position: relative;
}
@media screen and (min-width: 769px) {
  .JOB-stories .JOB-stories__list {
    display: inline-flex;
    /*margin-bottom: 70px; ul + p の注意書きがない場合*/
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -26.5px;
  }
  .JOB-stories .JOB-stories__list + p {
    padding-bottom: 70px;
  }
}
.JOB-stories .JOB-stories__item {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 549px) {
  .JOB-stories .JOB-stories__item {
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 550px) {
  .JOB-stories .JOB-stories__item {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .JOB-stories .JOB-stories__item {
    margin-right: 26.5px;
    margin-bottom: 90px;
    width: 304px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .JOB-stories .JOB-stories__heading-six-lottie {
    display: none;
  }
  .JOB-stories .JOB-stories__heading-six-ie11 {
    display: block;
  }
}



@media screen and (max-width: 768px) {
  .COL-end {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-end {
    margin-bottom: 140px;
  }
}
.COL-end .COL-end__greybox {
  color: #d80030;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .COL-end .COL-end__greybox {
    padding: 34px 24px 72px;
  }
}
@media screen and (min-width: 769px) {
  .COL-end .COL-end__greybox {
    padding: 60px 64px 96px;
  }
}
.COL-end .COL-end__heading {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .COL-end .COL-end__heading {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .COL-end .COL-end__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .COL-end .COL-end__paragraph {
    font-size: 15px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 769px) {
  .COL-end .COL-end__paragraph {
    font-size: 16px;
    line-height: 2em;
  }
}
.COL-end .COL-end__button-wrapper {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .COL-end .COL-end__button-wrapper {
    margin-top: -45px;
  }
}
@media screen and (min-width: 769px) {
  .COL-end .COL-end__button-wrapper {
    margin-top: -42px;
  }
}
@media screen and (max-width: 768px) {
  .COL-end .COL-end__button {
    width: calc(590 / 650 * 100%);
    max-width: 615px;
    height: 110px;
  }
}
@media screen and (min-width: 769px) {
  .COL-end .COL-end__button {
    width: 616px;
    height: 100px;
  }
}

.COL-kv {
  position: relative;
  z-index: 10;
}
.COL-kv .COL-kv__content {
  position: relative;
}
.COL-kv .COL-kv__content::before {
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .COL-kv .COL-kv__content::before {
    padding-top: 93.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-kv .COL-kv__content::before {
    padding-top: 440px;
  }
}
@media screen and (min-width: 995px) {
  .COL-kv .COL-kv__content::before {
    padding-top: 700px;
  }
}
.COL-kv .COL-kv__bground {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #d80030;
}
.COL-kv .COL-kv__sign-item::before {
  position: absolute;
  display: block;
  content: "";
  background: url(/recruit/hrsystem/img/column/sign--arrow--white.svg) center left/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .COL-kv .COL-kv__sign-item::before {
    top: 58.6666666667vw;
    right: -25px;
    width: 93.8666666667vw;
    height: 194.4vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-kv .COL-kv__sign-item::before {
    top: 30px;
    left: calc(100% * 2 / 3);
    width: 844px;
    height: 1831px;
  }
}
.COL-kv .COL-kv__hatena {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.COL-kv .COL-kv__hatena::before {
  position: absolute;
  display: block;
  content: "";
  background: url(/recruit/hrsystem/img/column/kv--hatena.png) top left/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .COL-kv .COL-kv__hatena::before {
    top: -2.9333333333vw;
    left: -5.3333333333vw;
    width: 59.3333333333vw;
    height: 98.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-kv .COL-kv__hatena::before {
    top: -20px;
    left: -120px;
    width: 280px;
    height: 466px;
  }
}
@media screen and (min-width: 995px) {
  .COL-kv .COL-kv__hatena::before {
    top: -20px;
    left: -120px;
    width: 445px;
    height: 742px;
  }
}
.COL-kv .COL-kv__container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .COL-kv .COL-kv__container {
    margin: 0 0 0 25px;
  }
}
@media screen and (min-width: 769px) {
  .COL-kv .COL-kv__container {
    margin: 0 25px;
  }
}
@media screen and (min-width: 995px) {
  .COL-kv .COL-kv__container {
    width: 965px;
    margin: 0 0 0 calc((100% - 965px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .COL-kv .COL-kv__title-container {
    margin: 0 0 0 8.322496749vw;
  }
}
@media screen and (min-width: 995px) {
  .COL-kv .COL-kv__title-container {
    margin: 0 0 0 104px;
  }
}
.COL-kv .COL-kv__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.COL-kv .COL-kv__title-text {
  display: none;
}
.COL-kv .COL-kv__title-lottie {
  width: 88.5333333333vw;
  height: calc(221 / 800 * 664 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .COL-kv .COL-kv__title-lottie {
    width: 502px;
    height: calc(221 / 800 * 502 / 769 * 100vw);
  }
}
@media screen and (min-width: 995px) {
  .COL-kv .COL-kv__title-lottie {
    width: 800px;
    height: 221px;
  }
}
.COL-kv .COL-kv__sub-title {
  margin-bottom: 21.0666666667vw;
  padding: 0 2.9333333333vw;
  display: inline-block;
  font-size: 4.2666666667vw;
  line-height: 1.90625em;
  letter-spacing: 0em;
  color: #d80030;
  background: #000;
}
@media screen and (min-width: 769px) {
  .COL-kv .COL-kv__sub-title {
    margin-bottom: 0;
    padding: 0 16px;
    font-size: 17.6px;
    line-height: 2.2005681818em;
  }
}
@media screen and (min-width: 995px) {
  .COL-kv .COL-kv__sub-title {
    margin-bottom: 0;
    padding: 0 28px;
    font-size: 28px;
  }
}

.COL-contents {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .COL-contents {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-contents {
    padding-top: 160px;
  }
}

.COL-section {
  position: relative;
}
@media screen and (max-width: 768px) {
  .COL-section {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-section {
    margin-bottom: 100px;
  }
}

.COL-content {
  position: relative;
}

.COL-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .COL-container {
    margin: 0 25px;
  }
}
@media screen and (min-width: 769px) {
  .COL-container {
    margin: 0 15px;
    width: auto;
  }
}
@media screen and (min-width: 995px) {
  .COL-container {
    margin: 0 auto;
    width: 965px;
  }
}
@media screen and (min-width: 768px) {
  .COL-container--right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .COL-container--full {
    text-align: center;
  }
}

.COL-layoutbox {
  position: relative;
}
@media screen and (min-width: 769px) {
  .COL-layoutbox {
    display: inline-block;
    max-width: 850px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .COL-layoutbox--full {
    max-width: 820px;
  }
}

.COL-heading {
  line-height: 1.7391304348em;
  color: #d80030;
}
@media screen and (max-width: 768px) {
  .COL-heading {
    margin-bottom: 36px;
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-heading {
    margin-bottom: 54px;
    font-size: 46px;
  }
}

.COL-paragraph .red {
  color: #d80030;
}
@media screen and (max-width: 768px) {
  .COL-paragraph {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 769px) {
  .COL-paragraph {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 2em;
  }
}
@media screen and (max-width: 768px) {
  .COL-paragraph--illust {
    padding: 14px 0;
  }
}
@media screen and (min-width: 769px) {
  .COL-paragraph--illust {
    padding: 40px 0;
  }
}

.COL-paragraph__heading {
  display: inline-block;
  text-align: center;
  line-height: 2em;
  color: #fff;
  background: #d80030;
}
@media screen and (max-width: 768px) {
  .COL-paragraph__heading {
    margin-bottom: 24px;
    width: 127px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .COL-paragraph__heading {
    margin-bottom: 40px;
    width: 156px;
  }
}

@media screen and (max-width: 768px) {
  .COL-illust {
    margin-bottom: 28px;
    width: 100%;
  }
  .COL-illust--04, .COL-illust--05 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .COL-illust {
    margin: 0 auto;
    margin-bottom: 32px;
    padding-top: 12px;
    width: 90%;
  }
  .COL-illust--01 {
    max-width: 784px;
  }
  .COL-illust--02 {
    max-width: 806px;
  }
  .COL-illust--03 {
    max-width: 769px;
  }
  .COL-illust--04 {
    margin-bottom: 0;
    max-width: 632px;
  }
  .COL-illust--05 {
    margin-bottom: 0;
    max-width: 636px;
  }
}

.COL-sign {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.COL-sign .COL-sign__item {
  position: absolute;
  display: block;
}
.COL-sign .COL-sign__item:nth-of-type(1) {
  background: url("../img/column/sign--rect.png") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .COL-sign .COL-sign__item:nth-of-type(1) {
    top: 359.4666666667vw;
    right: 50%;
    width: 50vw;
    height: 224.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-sign .COL-sign__item:nth-of-type(1) {
    top: 2000px;
    right: calc((100% * 2 / 3) - 2px);
    width: 543px;
    height: 1684px;
  }
}
@media screen and (min-width: 995px) {
  .COL-sign .COL-sign__item:nth-of-type(1)::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: calc(((100vw - 965px) / 2) + (965px / 3));
    background: #f2f2f2;
    z-index: -1;
  }
}
.COL-sign .COL-sign__item:nth-of-type(2) {
  background: url("/recruit/hrsystem/img/common/sign__arrow--red.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .COL-sign .COL-sign__item:nth-of-type(2) {
    top: 772.2666666667vw;
    left: 50%;
    width: 105.0666666667vw;
    height: 217.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .COL-sign .COL-sign__item:nth-of-type(2) {
    top: 3583px;
    left: calc((100% * 2 / 3) - 2px);
    width: 788px;
    height: 1633px;
  }
}

@media screen and (max-width: 768px) {
  .MSG-end {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-end {
    margin-bottom: 140px;
  }
}
.MSG-end .MSG-end__button-wrapper {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .MSG-end .MSG-end__button {
    width: 100%;
    max-width: 615px;
    height: 110px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-end .MSG-end__button {
    width: 615px;
    height: 100px;
  }
}

.MSG-kv {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.MSG-kv .MSG-kv__content {
  position: relative;
}
.MSG-kv .MSG-kv__content::before {
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .MSG-kv .MSG-kv__content::before {
    padding-top: 103.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .MSG-kv__content::before {
    padding-top: 57.2171651495vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .MSG-kv__content::before {
    padding-top: calc(700 / 1440 * 100%);
  }
}
.MSG-kv .MSG-kv__bground {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.MSG-kv .MSG-kv__container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.MSG-kv .MSG-kv__container-inner {
  position: relative;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .MSG-kv .MSG-kv__container-inner {
    margin: 0 0 0 25px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .MSG-kv__container-inner {
    margin: 0 15px;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .MSG-kv__container-inner {
    margin: 0 auto;
    width: 965px;
  }
}
@media screen and (max-width: 768px) {
  .MSG-kv .MSG-kv__header {
    margin-bottom: 14.4vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .MSG-kv__header {
    margin-bottom: 8.322496749vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .MSG-kv__header {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .MSG-kv .MSG-kv__header {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .MSG-kv .MSG-kv__title {
    margin-bottom: 8vw;
    width: 67.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .MSG-kv__title {
    width: 46.8140442133vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-kv .MSG-kv__title {
    width: 39.5833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .MSG-kv .MSG-kv__title {
    width: 570px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-kv .MSG-kv__profile {
    position: absolute;
    right: 0;
    bottom: 20px;
    text-align: right;
  }
}
@media screen and (min-width: 955px) {
  .MSG-kv .MSG-kv__profile {
    bottom: 60px;
  }
}

.MSG-contents {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .MSG-contents {
    padding-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-contents {
    padding-top: 13.5240572172vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-contents {
    padding-top: 130px;
  }
}

.MSG-section {
  position: relative;
}
@media screen and (max-width: 768px) {
  .MSG-section {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-section {
    margin-bottom: 100px;
  }
}

.MSG-content {
  position: relative;
}

.MSG-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .MSG-container {
    margin: 0 25px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-container {
    margin: 0 15px;
    width: auto;
  }
}
@media screen and (min-width: 995px) {
  .MSG-container {
    width: 965px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .MSG-container--right {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .MSG-container--full {
    margin: 0;
    margin-bottom: 70px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .MSG-container--full {
    margin: 0 auto;
    margin-bottom: 140px;
    width: 100%;
  }
}
@media screen and (min-width: 995px) {
  .MSG-container--full {
    margin-bottom: 140px;
    width: 100%;
    max-width: 1227px;
  }
}

.MSG-layoutbox {
  position: relative;
}
@media screen and (min-width: 769px) {
  .MSG-layoutbox {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .MSG-layoutbox--left, .MSG-layoutbox--right {
    max-width: 570px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-layoutbox--full {
    max-width: 100%;
  }
}

.MSG-heading__wrapper {
  margin-bottom: 36px;
  display: flex;
  height: 104px;
  align-items: center;
}

.MSG-heading__q {
  -webkit-transform: translate(-5px, -22px) scale(-1, 1);
          transform: translate(-5px, -22px) scale(-1, 1);
  color: #d80030;
  text-underline-position: under;
}
@media screen and (max-width: 768px) {
  .MSG-heading__q {
    font-size: 124px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-heading__q {
    font-size: 100px;
  }
}

@media screen and (max-width: 768px) {
  .MSG-heading {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-heading {
    font-size: 24px;
  }
}

.MSG-heading__line {
  display: inline-block;
  background: #d80030;
  color: #fff;
}
.MSG-heading__line--last {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .MSG-heading__line {
    margin-bottom: 10px;
    padding: 0 10px 0 4px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-heading__line {
    margin-bottom: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .MSG-paragraph {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 769px) {
  .MSG-paragraph {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 2em;
  }
}

.MSG-sentence__notes {
  margin-top: -16px;
  margin-bottom: 26px;
  line-height: 1.7307692308em;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .MSG-photo {
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .MSG-photo--full {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-photo--full {
    padding-top: 40px;
  }
}

.MSG-phrase {
  position: relative;
}
@media screen and (max-width: 768px) {
  .MSG-phrase {
    margin-bottom: 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-phrase {
    margin-bottom: 5.9817945384vw;
  }
}
.MSG-phrase--right {
  text-align: right;
}
@media screen and (min-width: 995px) {
  .MSG-phrase--right {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .MSG-phrase .MSG-phrase__container {
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .MSG-phrase .MSG-phrase__container {
    margin: 0 0 0 13.0039011704vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-phrase .MSG-phrase__container {
    margin: 0 auto;
  }
}
.MSG-phrase .MSG-phrase__sign {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.MSG-phrase .MSG-phrase__sign-item {
  position: absolute;
  display: block;
}
.MSG-phrase .MSG-phrase__sign-item--rect {
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .MSG-phrase .MSG-phrase__sign-item--rect {
    top: -18.6666666667vw;
    left: -25px;
    width: 84.6666666667vw;
    height: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-phrase .MSG-phrase__sign-item--rect {
    top: -13.7841352406vw;
    left: -15px;
    width: 78.8036410923vw;
    height: 75.6827048114vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-phrase .MSG-phrase__sign-item--rect {
    top: -132px;
    left: auto;
    right: calc(100% * 1 / 3);
    width: calc((100vw - ((100vw - 965px) / -2)) - (100% * 1 / 3));
    height: 739px;
  }
}
.MSG-phrase .MSG-phrase__sign-item--arrow {
  background: url("/recruit/hrsystem/img/common/sign__arrow--red.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .MSG-phrase .MSG-phrase__sign-item--arrow {
    top: -44vw;
    left: 50%;
    width: 105.0666666667vw;
    height: 217.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-phrase .MSG-phrase__sign-item--arrow {
    top: -31.2093628088vw;
    left: calc((100% * 2 / 3));
    width: 82.0546163849vw;
    height: 169.9609882965vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-phrase .MSG-phrase__sign-item--arrow {
    top: -332px;
    left: calc((100% * 2 / 3));
    width: 788px;
    height: 1633px;
  }
}
.MSG-phrase .MSG-phrase__text {
  position: relative;
  display: inline-block;
  line-height: 1.7083333333em;
  text-align: left;
  color: #d80030;
}
@media screen and (max-width: 768px) {
  .MSG-phrase .MSG-phrase__text {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-phrase .MSG-phrase__text {
    font-size: 4.9066666667vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-phrase .MSG-phrase__text {
    font-size: 46px;
  }
}
.MSG-phrase .MSG-phrase__text::before, .MSG-phrase .MSG-phrase__text::after {
  position: absolute;
  color: #d80030;
  font-weight: 100;
  opacity: 0.2;
}
.MSG-phrase .MSG-phrase__text::before {
  width: 10.4vw;
  height: 8.1333333333vw;
  content: "“";
}
@media screen and (max-width: 768px) {
  .MSG-phrase .MSG-phrase__text::before {
    top: 2.9333333333vw;
    left: -7.7333333333vw;
    font-size: 32.4266666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-phrase .MSG-phrase__text::before {
    top: 2.8608582575vw;
    left: -7.5422626788vw;
    font-size: 31.2093628088vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-phrase .MSG-phrase__text::before {
    top: 32px;
    left: -74px;
    font-size: 304px;
  }
}
.MSG-phrase .MSG-phrase__text::after {
  content: "”";
}
@media screen and (max-width: 768px) {
  .MSG-phrase .MSG-phrase__text::after {
    font-size: 8.5013333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MSG-phrase .MSG-phrase__text::after {
    font-size: 8.0624187256vw;
  }
}
@media screen and (min-width: 995px) {
  .MSG-phrase .MSG-phrase__text::after {
    font-size: 80px;
  }
}

.STR-carousel {
  position: relative;
}
.STR-carousel .STR-carousel__button {
  position: absolute;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3 ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .STR-carousel .STR-carousel__button {
    width: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-carousel .STR-carousel__button {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .STR-carousel .STR-carousel__button--prev {
    left: -12vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-carousel .STR-carousel__button--prev {
    left: -90px;
  }
}
@media screen and (max-width: 768px) {
  .STR-carousel .STR-carousel__button--next {
    right: -12vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-carousel .STR-carousel__button--next {
    right: -90px;
  }
}
.STR-carousel .STR-carousel__button.disable {
  opacity: 0;
}
.STR-carousel .STR-carousel__button-arrow {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .STR-carousel .STR-carousel__button-arrow {
    width: 7.2vw;
    height: 17.6vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-carousel .STR-carousel__button-arrow {
    width: 57px;
    height: 141px;
  }
}
.STR-carousel .STR-carousel__button-arrow--prev {
  background: url(/recruit/hrsystem/img/common/carousel__arrow--l.svg) center/cover no-repeat;
}
.STR-carousel .STR-carousel__button-arrow--next {
  background: url(/recruit/hrsystem/img/common/carousel__arrow--r.svg) center/cover no-repeat;
}
.STR-carousel .STR-carousel__container {
  position: relative;
}
.STR-carousel .STR-carousel__list {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .STR-carousel .STR-carousel__list {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-carousel .STR-carousel__list {
    margin-bottom: 140px;
  }
}
.STR-carousel .STR-carousel__list-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .STR-carousel .STR-carousel__list-inner {
    width: 300%;
  }
}
@media screen and (min-width: 769px) {
  .STR-carousel .STR-carousel__list-inner {
    width: calc((282px * 3) + (27px * 2));
  }
}
.STR-carousel .STR-carousel__item {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .STR-carousel .STR-carousel__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .STR-carousel .STR-carousel__item {
    width: 282px;
  }
}

.STR-illust {
  position: relative;
}
@media screen and (max-width: 768px) {
  .STR-illust {
    margin-bottom: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-illust {
    margin-bottom: 100px;
    max-width: 965px;
  }
}
.STR-illust .STR-illust__heading {
  display: inline-block;
  color: #fff;
  background: #d80030;
}
@media screen and (max-width: 768px) {
  .STR-illust .STR-illust__heading {
    margin-left: 5px;
    margin-bottom: 5.3333333333vw;
    padding: 0 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .STR-illust .STR-illust__heading {
    margin-bottom: 16px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 2em;
  }
}
.STR-illust .STR-illust__illust {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .STR-illust .STR-illust__illust {
    margin-bottom: 7.2vw;
  }
}
.STR-illust .STR-illust__enlarge-wrapper {
  text-align: center;
}
.STR-illust .STR-illust__enlarge {
  position: relative;
  display: inline-block;
  color: #d80030;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .STR-illust .STR-illust__enlarge {
    padding-right: 30px;
    font-size: 18px;
    line-height: 1.2881885292em;
  }
  .STR-illust .STR-illust__enlarge::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 22px;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/recruit/hrsystem/img/common/icon__enlarge.svg) center/contain no-repeat;
  }
}
.STR-illust .STR-illust__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}
.STR-illust .STR-illust__modal.open {
  visibility: visible;
  opacity: 1;
}
.STR-illust .STR-illust__modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.STR-illust .STR-illust__modal-content {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  padding-top: calc(750 / 965 * 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.STR-illust .STR-illust__modal-illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}

.STR-kv {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.STR-kv .STR-kv__content {
  position: relative;
}
.STR-kv .STR-kv__content::before {
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .STR-kv .STR-kv__content::before {
    padding-top: 103.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-kv .STR-kv__content::before {
    padding-top: 57.2171651495vw;
  }
}
@media screen and (min-width: 995px) {
  .STR-kv .STR-kv__content::before {
    padding-top: 570px;
  }
}
@media screen and (min-width: 1200px) {
  .STR-kv .STR-kv__content::before {
    padding-top: calc(700 / 1440 * 100%);
  }
}
.STR-kv .STR-kv__bground {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.STR-kv .STR-kv__bground img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.STR-kv .STR-kv__container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.STR-kv .STR-kv__container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .STR-kv .STR-kv__container {
    margin: 0 25px;
  }
}
@media screen and (min-width: 769px) {
  .STR-kv .STR-kv__container {
    margin: 0 15px;
    width: auto;
    max-width: 905px;
  }
}
@media screen and (min-width: 995px) {
  .STR-kv .STR-kv__container {
    margin: 0 auto 0 calc((100vw - 965px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .STR-kv .STR-kv__header {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-kv .STR-kv__header {
    margin-bottom: 3.9011703511vw;
  }
}
@media screen and (max-width: 768px) {
  .STR-kv .STR-kv__profile {
    margin-bottom: 17.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-kv .STR-kv__title-wrapper {
    position: absolute;
    bottom: 4.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .STR-kv .STR-kv__title-wrapper {
    bottom: 68px;
  }
}
@media screen and (max-width: 768px) {
  .STR-kv .STR-kv__title {
    margin-bottom: 4.2666666667vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .STR-kv .STR-kv__title {
    margin-bottom: 2.0806241873vw;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .STR-kv .STR-kv__title {
    margin-bottom: 24px;
    width: 900px;
  }
}
.STR-kv .STR-kv__sub-title {
  position: relative;
}
.STR-kv .STR-kv__sub-title::before {
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .STR-kv .STR-kv__sub-title::before {
    padding-top: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-kv .STR-kv__sub-title::before {
    padding-top: 18px;
  }
}
.STR-kv .STR-kv__sub-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.STR-contents {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .STR-contents {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-contents {
    padding-top: 160px;
  }
}

.STR-section {
  position: relative;
}
@media screen and (max-width: 768px) {
  .STR-section {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-section {
    margin-bottom: 100px;
  }
}

.STR-content {
  position: relative;
}

.STR-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .STR-container {
    margin: 0 25px;
  }
}
@media screen and (min-width: 769px) {
  .STR-container {
    margin: 0 15px;
    width: auto;
  }
}
@media screen and (min-width: 995px) {
  .STR-container {
    margin: 0 auto;
    width: 965px;
  }
}
@media screen and (min-width: 768px) {
  .STR-container--right {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .STR-container--full {
    margin: 0;
    margin-bottom: 100px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .STR-container--full {
    margin: 0 auto;
    margin-bottom: 200px;
    width: 100%;
  }
}
@media screen and (min-width: 995px) {
  .STR-container--full {
    margin-bottom: 200px;
    width: 100%;
    max-width: 1227px;
  }
}
@media screen and (max-width: 768px) {
  .STR-container--illust {
    margin: 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .STR-container--carousel {
    margin: 0 12vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-container--carousel {
    margin: 0 auto;
    width: calc((282px * 2) + (27px * 1));
  }
}
@media screen and (min-width: 1100px) {
  .STR-container--carousel {
    width: calc((282px * 3) + (27px * 2));
  }
}

.STR-layoutbox {
  position: relative;
}
@media screen and (min-width: 769px) {
  .STR-layoutbox {
    display: inline-block;
    max-width: 826px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .STR-layoutbox--flex {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .STR-layoutbox--full {
    max-width: 100%;
  }
}

.STR-heading {
  line-height: 1.7391304348em;
  color: #d80030;
}
@media screen and (max-width: 768px) {
  .STR-heading {
    margin-bottom: 36px;
    font-size: 6.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-heading {
    margin-bottom: 54px;
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .STR-paragraph {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 769px) {
  .STR-paragraph {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 2em;
  }
}

.STR-notes {
  font-size: 13px;
  line-height: 1.7307692308em;
}
@media screen and (max-width: 768px) {
  .STR-notes {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  .STR-notes {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .STR-photo {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  .STR-photo {
    margin-bottom: 32px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .STR-photo--flex {
    width: calc(530 / 650 * 100%);
  }
  .STR-photo--flex:nth-of-type(1) {
    margin: 0 auto 0 0;
  }
  .STR-photo--flex:nth-of-type(2) {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .STR-photo--flex {
    width: 50%;
  }
  .STR-photo--flex:nth-of-type(2) {
    padding-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  .STR-photo--full {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-photo--full {
    padding-top: 40px;
  }
}

.STR-sign {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.STR-sign .STR-sign__item {
  position: absolute;
  display: block;
}
.STR-sign .STR-sign__item:nth-of-type(1) {
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .STR-sign .STR-sign__item:nth-of-type(1) {
    top: 286.1333333333vw;
    right: 50%;
    width: 50vw;
    height: 421.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-sign .STR-sign__item:nth-of-type(1) {
    top: 2030px;
    right: calc((100% * 2 / 3) - 2px);
    width: 592px;
    height: 1472px;
  }
}
@media screen and (min-width: 995px) {
  .STR-sign .STR-sign__item:nth-of-type(1) {
    width: calc(((100vw - 965px) / 2) + (965px / 3));
  }
}
.STR-sign .STR-sign__item:nth-of-type(2) {
  background: url("/recruit/hrsystem/img/common/sign__arrow--red.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .STR-sign .STR-sign__item:nth-of-type(2) {
    top: 772.2666666667vw;
    left: 50%;
    width: 105.0666666667vw;
    height: 217.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .STR-sign .STR-sign__item:nth-of-type(2) {
    top: 3790px;
    left: calc((100% * 2 / 3) - 2px);
    width: 788px;
    height: 1633px;
  }
}




/*カルーセル無効化*/

.STR-carousel__list-inner {
  transform: none !important;
}
.STR-carousel__button {
  display: none !important;
}
.STR-carousel .STR-carousel__list-inner {
  width: auto !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  grid-gap: 64px 27px !important;
}
@media screen and (max-width: 768px) {
  .STR-carousel .STR-carousel__list-inner {
    grid-gap: 12.8vw !important;
  }
}



.STR-contents .thosedays {
  text-align: right;
  margin: 64px 0 0;
  font-size: 82%;
}
@media (max-width: 768px) {
  .STR-contents .thosedays {
    margin: 32px 25px 0;
  }
}


