/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
.g-main {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .g-main {
    padding-top: 0;
  }
}

/* header
-----------------------------------------------------------------*/
.g-header {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.g-header.is-scroll {
  background-color: rgba(255, 255, 255, 0.8);
}
.g-header__logo-img {
  background: url("../img/common/logo.svg") no-repeat 50% 50%/contain;
}
.g-header__logo-img img {
  opacity: 0;
}
.g-header__logo-txt {
  color: #0071bc;
}
.g-header__menubtn {
  background: #0071bc;
}
.g-header__menubtn .lines span {
  background-color: #fff;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.section {
  position: relative;
  z-index: 0;
}
.section__header {
  position: relative;
}
.section__header-hdg .en {
  font-family: "Oswald", sans-serif;
  font-size: clamp(48px, 10.5084745763vw, 124px);
  font-weight: 400;
  color: #0071bc;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.01em;
}
.section__header-hdg .ja {
  display: block;
  margin-top: 16px;
  font-size: clamp(28px, 2.7118644068vw, 32px);
  white-space: nowrap;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #0071bc;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section__header-hdg .ja {
    margin-top: 10px;
  }
}
.section__header-hdg .ja--white {
  color: #fff;
}
.section__header-txt {
  margin-top: 2.4vw;
  margin-right: -1em;
  font-size: clamp(14px, 1.5254237288vw, 18px);
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .section__header-txt {
    margin: 15px 0 0;
  }
}
.section__header-illust {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .section__header-illust {
    position: relative;
    margin: 15px auto 0;
  }
}
.section__header-illust img {
  width: 100%;
}
.section__header--reverse {
  padding-left: 40%;
}
@media only screen and (max-width: 767px) {
  .section__header--reverse {
    padding-left: 0;
  }
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-mv {
  position: relative;
  width: 100%;
  z-index: 0;
  background: #cae5f2;
}
.sec-mv__contents {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-mv__contents {
    height: auto;
    padding-top: 20%;
  }
}
.sec-mv__map {
  position: relative;
  height: 100%;
  height: 47.9vw;
}
@media only screen and (max-width: 767px) {
  .sec-mv__map {
    position: relative;
    padding-bottom: 30px;
    height: 120vw;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sec-mv__map::-webkit-scrollbar {
    display: none;
  }
  .sec-mv__map::after {
    position: absolute;
    top: calc(50% - 42px);
    left: calc(50% - 50px);
    width: 85px;
    height: 84px;
    background-image: url(../img/common/ico-swipe.svg);
    background-repeat: none;
    background-size: contain;
    content: "";
    -webkit-animation: 1.5s ease-in 1s infinite normal forwards running swipe;
            animation: 1.5s ease-in 1s infinite normal forwards running swipe;
  }
  @-webkit-keyframes swipe {
    0% {
      opacity: 0;
      left: 50%;
    }
    25% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    85% {
      opacity: 0;
      left: calc(50% - 100px);
    }
    100% {
      opacity: 0;
      left: calc(50% - 100px);
    }
  }
  @keyframes swipe {
    0% {
      opacity: 0;
      left: 50%;
    }
    25% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    85% {
      opacity: 0;
      left: calc(50% - 100px);
    }
    100% {
      opacity: 0;
      left: calc(50% - 100px);
    }
  }
  .sec-mv__map.is-swipe::after {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.sec-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-mv__bg {
    width: 240%;
    height: auto;
  }
}
.sec-mv__bg img {
  width: 100%;
  height: auto;
}
.sec-mv__point {
  position: absolute;
}
.sec-mv__point-btn {
  width: clamp(0px, 7.0833333333vw, 136px);
  border-radius: 50%;
  -webkit-animation: move 2s ease-out infinite;
          animation: move 2s ease-out infinite;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point-btn {
    width: 18vw;
  }
}
@-webkit-keyframes move {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes move {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.sec-mv__point-btn img {
  border-radius: 50%;
  border: clamp(3px, 0.4166666667vw, 8px) solid #0071bc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-mv__point-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: clamp(12px, 0.9375vw, 18px);
  height: clamp(24px, 2.0833333333vw, 40px);
  background: #0071bc;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point-btn::before {
    bottom: -5px;
  }
}
.mode-pc .sec-mv__point-btn:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-mv__point--01 {
  top: 10vw;
  left: 50.5vw;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point--01 {
    top: 21.5vw;
    left: 121.5vw;
  }
}
.sec-mv__point--01 .sec-mv__point-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec-mv__point--02 {
  top: 27.5vw;
  left: 57.5vw;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point--02 {
    top: 62.5vw;
    left: 136.5vw;
  }
}
.sec-mv__point--02 .sec-mv__point-btn::before {
  left: 80%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sec-mv__point--03 {
  top: 14vw;
  left: 30.5vw;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point--03 {
    top: 29vw;
    left: 72vw;
  }
}
.sec-mv__point--03 .sec-mv__point-btn::before {
  left: 80%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sec-mv__point--04 {
  top: 7.5vw;
  left: 14.5vw;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point--04 {
    top: 16.5vw;
    left: 34vw;
  }
}
.sec-mv__point--04 .sec-mv__point-btn::before {
  bottom: 30%;
  left: 95%;
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
}
.sec-mv__point--05 {
  top: 32vw;
  left: 16vw;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point--05 {
    top: 74vw;
    left: 39.5vw;
  }
}
.sec-mv__point--05 .sec-mv__point-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec-mv__point--06 {
  top: 21.5vw;
  left: 5.5vw;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point--06 {
    top: 50vw;
    left: 12vw;
  }
}
.sec-mv__point--06 .sec-mv__point-btn::before {
  bottom: 40%;
  left: 95%;
  -webkit-transform: rotate(-100deg);
          transform: rotate(-100deg);
}
.sec-mv__person {
  position: absolute;
  top: 50%;
  right: -3.6vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 650px;
  width: 33vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-mv__person {
    position: relative;
    top: inherit;
    right: inherit;
    -webkit-transform: none;
            transform: none;
    width: 86%;
    margin-inline: auto;
  }
}
.sec-mv__person-bg {
  width: 100%;
  height: 100%;
  padding: clamp(0px, 0.78125vw, 15px);
  border-radius: 50%;
  background: #0071bc;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-mv__person-bg {
    padding: 10px;
  }
}
.sec-mv__person-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__person-img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.sec-mv__person-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-mv .swiper {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec-mv .swiper {
    top: 10px;
    left: 10px;
  }
}
.sec-mv .swiper-slide-active .slide__bg {
  /*scale: 1;
  transition: scale 8s linear;*/
}
@media only screen and (max-width: 767px) {
  .sec-mv .swiper-slide-active .slide--up .slide__bg img {
    /*object-position: 50% 100%;
    transition: all 7s linear;*/
  }
}
.sec-mv__copy {
  z-index: 3;
  max-width: 1196px;
  width: 80%;
  margin-inline: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec-mv__copy {
    position: relative;
    bottom: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    max-width: none;
    width: 65%;
    margin: 20px auto 0;
  }
}
.sec-mv__copy img {
  width: 100%;
}

/* modal */
.mv-point-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media only screen and (max-width: 767px) {
  .mv-point-modal {
    overflow: auto;
  }
}
.mv-point-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.mv-point-modal__wrap {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv-point-modal__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .mv-point-modal__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    width: clamp(0px, 93.3333333333vw, 700px);
    padding: 15px;
  }
}
.mv-point-modal__img {
  width: 63.6%;
  aspect-ratio: 7/6;
}
@media only screen and (max-width: 767px) {
  .mv-point-modal__img {
    width: auto;
  }
}
.mv-point-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-point-modal__body {
  width: 36.4%;
  padding: clamp(20px, 7.2727272727vw, 80px) clamp(10px, 4.5454545455vw, 50px) 10px clamp(20px, 3.1818181818vw, 35px);
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .mv-point-modal__body {
    padding: clamp(20px, 7.2727272727vw, 80px) 15px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mv-point-modal__body {
    width: auto;
    padding: 15px 0 0;
  }
}
.mv-point-modal__hdg {
  font-size: clamp(16px, 2.7272727273vw, 30px);
}
.mv-point-modal__tag {
  font-size: clamp(10px, 1.2727272727vw, 14px);
  color: #707070;
}
.mv-point-modal__txt {
  margin-top: clamp(10px, 1.3636363636vw, 15px);
  font-size: clamp(14px, 1.6363636364vw, 18px);
}
.mv-point-modal__more {
  margin-top: clamp(10px, 1.3636363636vw, 15px);
}
@media only screen and (max-width: 767px) {
  .mv-point-modal__more.c-viewmore a {
    font-size: 20px;
  }
  .mv-point-modal__more.c-viewmore a::before {
    width: 100px;
    height: 12px;
  }
}
.mv-point-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(40px, 3.0208333333vw, 58px);
  aspect-ratio: 1/1;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .mv-point-modal__close {
    position: relative;
    top: inherit;
    right: inherit;
    width: clamp(0px, 42.1333333333vw, 316px);
    height: 38px;
    margin: 20px auto 0;
    aspect-ratio: auto;
  }
}
.mv-point-modal__close button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #103fc4;
  text-indent: -9999em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .mv-point-modal__close button {
    text-indent: 0;
    color: #fff;
    border-radius: 30px;
  }
}
.mv-point-modal__close button::before, .mv-point-modal__close button::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 35%;
  width: 14px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .mv-point-modal__close button::before, .mv-point-modal__close button::after {
    left: inherit;
    right: 10%;
  }
}
.mv-point-modal__close button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mode-pc .mv-point-modal__close button:hover, .mode-sp .mv-point-modal__close button:active {
  background: #0071bc;
}
.mv-point-modal.is-show {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

/*--------------------------------------------------------------------------
   #sec-message
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-message {
  position: relative;
  z-index: 0;
  padding: 5vw 0;
  background: #cae5f2;
}
@media only screen and (max-width: 767px) {
  .sec-message {
    padding: 50px 0;
  }
}
.sec-message__hdg {
  margin-bottom: 2vw;
  font-family: "Oswald", sans-serif;
  font-size: clamp(24px, 2.7966101695vw, 33px);
  font-weight: 400;
  color: #0071bc;
  text-align: center;
}
.sec-message__txt {
  font-size: clamp(14px, 1.5254237288vw, 18px);
  line-height: 2;
  text-align: center;
}
.sec-message__txt:not(:first-of-type) {
  margin-top: 1.5vw;
}

/*--------------------------------------------------------------------------
   #sec-about
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-about {
  position: relative;
  z-index: 0;
  padding: 5vw 0;
  background: #cae5f2;
}
@media only screen and (max-width: 767px) {
  .sec-about {
    padding: 10px 0 50px;
  }
}
.sec-about__obj {
  position: absolute;
  top: -3vw;
  left: -7.2vw;
  width: 224px;
}
@media only screen and (max-width: 767px) {
  .sec-about__obj {
    top: -38px;
    left: -30px;
    width: 112px;
  }
}
.sec-about .section__header-illust {
  top: -10%;
  right: -5%;
  width: 33.38%;
}
@media only screen and (max-width: 767px) {
  .sec-about .section__header-illust {
    top: inherit;
    right: inherit;
    width: 57%;
  }
}
.sec-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6vw;
}
@media only screen and (max-width: 767px) {
  .sec-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-top: 30px;
  }
}
.sec-about__nav {
  position: relative;
  width: 48.8%;
  margin-bottom: 2vw;
  aspect-ratio: 576/380;
  border-radius: clamp(20px, 3.3898305085vw, 40px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-about__nav {
    width: auto;
    margin-bottom: 20px;
    aspect-ratio: 67/42;
  }
}
.sec-about__nav-bg {
  width: 100%;
  height: 100%;
}
.sec-about__nav-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-about__nav-hdg {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: clamp(19px, 2.7118644068vw, 32px);
  color: #fff;
  line-height: 1;
}
.sec-about__nav a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-about__nav a:hover, .mode-sp .sec-about__nav a:active {
  opacity: 0.8;
}
.mode-pc .sec-about__nav a:hover .sec-about__nav-bg img, .mode-sp .sec-about__nav a:active .sec-about__nav-bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*--------------------------------------------------------------------------
   #sec-story
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-story {
  position: relative;
  z-index: 0;
  padding-top: 5vw;
  background: #cae5f2;
}
@media only screen and (max-width: 767px) {
  .sec-story {
    padding: 10px 0 0.8vw;
  }
}
.sec-story::after {
  content: "";
  position: absolute;
  bottom: -14vw;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 14vw;
  background: url("../../asset/img/top/bg_wave_blue.svg") no-repeat 50% 100%/100% 100%;
}
@media only screen and (max-width: 767px) {
  .sec-story::after {
    bottom: -18vw;
    left: -8%;
    width: 140%;
    height: 18vw;
  }
}
.sec-story__obj {
  position: absolute;
  top: -3vw;
  left: -7.2vw;
  width: 224px;
}
.sec-story .section__header-illust {
  top: 0;
  left: -10%;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .sec-story .section__header-illust {
    top: inherit;
    left: inherit;
    width: 78%;
  }
}
.sec-story__nav {
  position: relative;
  margin-top: 6vw;
  aspect-ratio: 118/66;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-story__nav {
    margin-top: 40px;
  }
}
.sec-story__nav a {
  position: relative;
  display: block;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-story__nav a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 67, 70, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-story__nav a:hover::after, .mode-sp .sec-story__nav a:active::after {
  background: rgba(68, 67, 70, 0.3);
}
.mode-pc .sec-story__nav a:hover .sec-story__nav-bg img, .mode-sp .sec-story__nav a:active .sec-story__nav-bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-story__nav-bg {
  width: 100%;
  height: 100%;
}
.sec-story__nav-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-story__nav-hdg {
  position: absolute;
  top: 45%;
  left: 3vw;
  font-family: "Oswald", sans-serif;
  font-size: clamp(34px, 5.4237288136vw, 64px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec-story__nav-hdg {
    top: calc(50% - 1.2em);
  }
}
.sec-story__nav-more {
  position: absolute;
  top: 60%;
  left: 3vw;
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  .sec-story__nav-more {
    top: 50%;
  }
}

/*--------------------------------------------------------------------------
   #sec-jobcareer
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-jobcareer {
  position: relative;
  z-index: 0;
  margin-top: 18vw;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer {
    margin-top: 140px;
  }
}
.sec-jobcareer__zenitaka {
  margin: 0 0 6vw -26vw;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__zenitaka {
    margin: 0 0 30px 20px;
  }
}
.sec-jobcareer__zenitaka-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sec-jobcareer__zenitaka-txt {
  padding-left: 2vw;
  font-family: "Oswald", sans-serif;
  font-size: clamp(40px, 8.3333333333vw, 160px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__zenitaka-txt {
    font-size: 64px;
  }
}
.sec-jobcareer__zenitaka .sec-jobcareer__zenitaka-txt:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
.sec-jobcareer__zenitaka .sec-jobcareer__zenitaka-txt:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.sec-jobcareer .section__header-illust {
  top: 0%;
  left: 5%;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer .section__header-illust {
    top: inherit;
    left: inherit;
    width: 49%;
  }
}
.sec-jobcareer__cat-hdg .en {
  font-family: "Oswald", sans-serif;
  font-size: clamp(24px, 2.7118644068vw, 32px);
  font-weight: 400;
  color: #0071bc;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.01em;
}
.sec-jobcareer__cat-hdg .ja {
  display: block;
  margin-top: 8px;
  font-size: clamp(26px, 2.7118644068vw, 32px);
  white-space: nowrap;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #0071bc;
  line-height: 1;
}
.sec-jobcareer__slide-btns {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__slide-btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    max-width: none;
    width: auto;
    translate: 0 0;
  }
}
.sec-jobcareer .swiper-button-prev,
.sec-jobcareer .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: transparent;
  border: 2px solid #0071bc;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer .swiper-button-prev,
  .sec-jobcareer .swiper-button-next {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}
.sec-jobcareer .swiper-button-prev::before,
.sec-jobcareer .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background: url("../../asset/img/common/ico_arrow_w.svg") no-repeat 50% 50%/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer .swiper-button-prev::before,
  .sec-jobcareer .swiper-button-next::before {
    content: none;
  }
}
.sec-jobcareer .swiper-button-prev::after,
.sec-jobcareer .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background: url("../../asset/img/common/ico_arrow_b.svg") no-repeat 50% 50%/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer .swiper-button-prev::after,
  .sec-jobcareer .swiper-button-next::after {
    width: 16px;
    height: 16px;
  }
}
.mode-pc .sec-jobcareer .swiper-button-prev:hover, .mode-sp .sec-jobcareer .swiper-button-prev:active,
.mode-pc .sec-jobcareer .swiper-button-next:hover,
.mode-sp .sec-jobcareer .swiper-button-next:active {
  background: #0071bc;
}
.mode-pc .sec-jobcareer .swiper-button-prev:hover::before, .mode-sp .sec-jobcareer .swiper-button-prev:active::before,
.mode-pc .sec-jobcareer .swiper-button-next:hover::before,
.mode-sp .sec-jobcareer .swiper-button-next:active::before {
  opacity: 1;
}
.mode-pc .sec-jobcareer .swiper-button-prev:hover::after, .mode-sp .sec-jobcareer .swiper-button-prev:active::after,
.mode-pc .sec-jobcareer .swiper-button-next:hover::after,
.mode-sp .sec-jobcareer .swiper-button-next:active::after {
  opacity: 0;
}
.sec-jobcareer .swiper-button-prev::before, .sec-jobcareer .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1) translate(50%, -50%);
          transform: scale(-1, 1) translate(50%, -50%);
}
.sec-jobcareer .swiper-button-next {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer .swiper-button-next {
    margin-left: 10px;
  }
}
.sec-jobcareer__movie {
  margin-top: 5vw;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__movie {
    margin-top: 40px;
  }
}
.sec-jobcareer__movie .swiper {
  margin-top: -30px;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__movie .swiper {
    margin-top: 20px;
    padding-top: 60px;
  }
}
.sec-jobcareer__movielist {
  margin-top: 2vw;
}
.sec-jobcareer__item {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 96/54;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__item {
    aspect-ratio: 540/304;
  }
}
.sec-jobcareer__item button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-jobcareer__item button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 113, 188, 0.3);
}
.mode-pc .sec-jobcareer__item button:hover, .mode-sp .sec-jobcareer__item button:active {
  opacity: 0.8;
}
.mode-pc .sec-jobcareer__item button:hover .sec-jobcareer__item-bg img, .mode-sp .sec-jobcareer__item button:active .sec-jobcareer__item-bg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sec-jobcareer__item-bg {
  width: 100%;
  height: 100%;
}
.sec-jobcareer__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-jobcareer__item-tag {
  position: absolute;
  top: 5%;
  left: 2vw;
  font-family: "Oswald", sans-serif;
  font-size: clamp(13px, 0.8333333333vw, 16px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__item-tag {
    top: 10px;
    left: 10px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.sec-jobcareer__item-join {
  position: absolute;
  bottom: 11%;
  left: 2vw;
  z-index: 6;
  font-size: clamp(20px, 1.3541666667vw, 26px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__item-join {
    bottom: 26px;
    left: 10px;
    font-size: 13px;
  }
}
.sec-jobcareer__item-name {
  position: absolute;
  bottom: 5%;
  left: 2vw;
  z-index: 6;
  font-size: clamp(20px, 1.3541666667vw, 26px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__item-name {
    bottom: 10px;
    left: 10px;
    font-size: 13px;
  }
}
.sec-jobcareer__interview {
  margin-top: 19vw;
}
.sec-jobcareer__interview-obj {
  position: absolute;
  top: -13vw;
  right: 0;
  width: 144px;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__interview-obj {
    top: 10px;
    right: 20px;
    width: 72px;
  }
}
.sec-jobcareer__interview .swiper {
  margin-top: -30px;
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__interview .swiper {
    margin-top: 20px;
    padding-top: 60px;
  }
}
.sec-jobcareer__interview-more {
  margin-top: 2.4vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__interview-more {
    margin-top: 20px;
  }
}
.sec-jobcareer__person {
  position: relative;
  max-width: 274px;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__person {
    max-width: 100%;
    -webkit-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
  }
}
.sec-jobcareer__person:nth-child(even) {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__person:nth-child(even) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__person {
    padding-top: 30px;
  }
  .sec-jobcareer__person.swiper-slide-active {
    padding-top: 0;
  }
}
.sec-jobcareer__person a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-jobcareer__person a:hover, .mode-sp .sec-jobcareer__person a:active {
  opacity: 0.8;
}
.mode-pc .sec-jobcareer__person a:hover .sec-jobcareer__person-img img, .mode-sp .sec-jobcareer__person a:active .sec-jobcareer__person-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sec-jobcareer__person-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 274/350;
  overflow: hidden;
}
.sec-jobcareer__person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-jobcareer__person-join {
  margin-top: 15px;
  font-size: clamp(13px, 0.7291666667vw, 14px);
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__person-join {
    font-size: 11px;
  }
}
.sec-jobcareer__person-job {
  font-size: clamp(13px, 0.7291666667vw, 14px);
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__person-job {
    font-size: 11px;
  }
}
.sec-jobcareer__person-name {
  font-size: clamp(13px, 0.7291666667vw, 14px);
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__person-name {
    font-size: 11px;
  }
}
.sec-jobcareer__careerpass {
  margin-top: 5vw;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__careerpass {
    margin-top: 40px;
  }
}
.sec-jobcareer__careerpass .careerpass a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-jobcareer__careerpass .careerpass a:hover, .mode-sp .sec-jobcareer__careerpass .careerpass a:active {
  opacity: 0.8;
}
.sec-jobcareer__careerpass .careerpass__bg {
  width: 100%;
  height: 100%;
  aspect-ratio: 118/46;
  border-radius: clamp(20px, 3.3898305085vw, 40px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__careerpass .careerpass__bg {
    aspect-ratio: 1/1;
  }
}
.sec-jobcareer__careerpass .careerpass__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-jobcareer__careerpass .careerpass__hdg {
  position: absolute;
  top: 10%;
  left: 5%;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__careerpass .careerpass__hdg {
    top: 15px;
    left: 20px;
  }
}
.sec-jobcareer__careerpass .careerpass__hdg .en {
  font-family: "Oswald", sans-serif;
  font-size: clamp(20px, 2.7118644068vw, 32px);
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__careerpass .careerpass__hdg .en {
    font-size: 25px;
  }
}
.sec-jobcareer__careerpass .careerpass__hdg .ja {
  display: block;
  margin-top: 10px;
  font-size: clamp(26px, 2.8813559322vw, 34px);
  white-space: nowrap;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__careerpass .careerpass__hdg .ja {
    margin-top: 5px;
  }
}
.sec-jobcareer__careerpass .careerpass__more {
  position: absolute;
  right: 5%;
  bottom: 10%;
}
@media only screen and (max-width: 767px) {
  .sec-jobcareer__careerpass .careerpass__more {
    right: 30px;
    bottom: 25px;
  }
}

/*--------------------------------------------------------------------------
   #sec-welfare
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-welfare {
  position: relative;
  z-index: 0;
  margin-top: 15vw;
  padding: 5vw 0 4vw;
  background: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .sec-welfare {
    margin-top: 100px;
    padding: 30px 0 40px;
  }
}
.sec-welfare::after {
  content: "";
  position: absolute;
  top: -9.16vw;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 9.16vw;
  background: url("../../asset/img/top/bg_wave_gray.png") no-repeat 50% 100%/100% 100%;
}
.sec-welfare__obj {
  position: absolute;
  top: -5vw;
  right: -7.2vw;
  width: 15.78vw;
}
@media only screen and (max-width: 767px) {
  .sec-welfare__obj {
    display: none;
  }
}
.sec-welfare .section__header-illust {
  top: 5%;
  right: 1%;
  width: 28.5%;
}
@media only screen and (max-width: 767px) {
  .sec-welfare .section__header-illust {
    top: inherit;
    right: inherit;
    width: 49%;
    margin-top: -10px !important;
  }
}
.sec-welfare__navlist {
  margin-top: 4vw;
}
.sec-welfare__nav {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-welfare__nav {
    max-width: 100%;
  }
}
.sec-welfare__nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-welfare__nav a:hover, .mode-sp .sec-welfare__nav a:active {
  opacity: 0.8;
}
.mode-pc .sec-welfare__nav a:hover .sec-welfare__nav-img img, .mode-sp .sec-welfare__nav a:active .sec-welfare__nav-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sec-welfare__nav-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 48/32;
  border-radius: clamp(20px, 2.0833333333vw, 40px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-welfare__nav-img {
    aspect-ratio: 24/16;
  }
}
.sec-welfare__nav-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-welfare__nav-hdg {
  margin-top: 10px;
  font-size: clamp(18px, 1.3541666667vw, 26px);
  color: #0071bc;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-welfare__nav-hdg {
    font-size: 15px;
  }
}
.sec-welfare__slide-btns {
  position: absolute;
  top: 8vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .sec-welfare__slide-btns {
    top: calc(50% - 25px);
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: none;
    padding: 0 15px;
  }
}
.sec-welfare .swiper-button-prev,
.sec-welfare .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-welfare .swiper-button-prev,
  .sec-welfare .swiper-button-next {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}
.sec-welfare .swiper-button-prev::before,
.sec-welfare .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background: url("../../asset/img/common/ico_arrow_b.svg") no-repeat 50% 50%/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .sec-welfare .swiper-button-prev::before,
  .sec-welfare .swiper-button-next::before {
    width: 16px;
    height: 16px;
  }
}
.sec-welfare .swiper-button-prev::after,
.sec-welfare .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background: url("../../asset/img/common/ico_arrow_w.svg") no-repeat 50% 50%/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-welfare .swiper-button-prev::after,
  .sec-welfare .swiper-button-next::after {
    width: 16px;
    height: 16px;
  }
}
.mode-pc .sec-welfare .swiper-button-prev:hover, .mode-sp .sec-welfare .swiper-button-prev:active,
.mode-pc .sec-welfare .swiper-button-next:hover,
.mode-sp .sec-welfare .swiper-button-next:active {
  border: 2px solid #0071bc;
}
.mode-pc .sec-welfare .swiper-button-prev:hover::before, .mode-sp .sec-welfare .swiper-button-prev:active::before,
.mode-pc .sec-welfare .swiper-button-next:hover::before,
.mode-sp .sec-welfare .swiper-button-next:active::before {
  opacity: 1;
}
.mode-pc .sec-welfare .swiper-button-prev:hover::after, .mode-sp .sec-welfare .swiper-button-prev:active::after,
.mode-pc .sec-welfare .swiper-button-next:hover::after,
.mode-sp .sec-welfare .swiper-button-next:active::after {
  opacity: 0;
}
.sec-welfare .swiper-button-prev::before, .sec-welfare .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1) translate(50%, -50%);
          transform: scale(-1, 1) translate(50%, -50%);
}
.sec-welfare .swiper-button-next {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-welfare .swiper-button-next {
    margin-left: 10px;
  }
}

/*--------------------------------------------------------------------------
   #sec-career
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-career {
  position: relative;
  z-index: 0;
  padding: 10vw 0 8vw;
  background: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .sec-career {
    padding: 60px 0 50px;
  }
}
.sec-career .section__header {
  position: absolute;
  top: -3.8vw;
  left: 6vw;
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  .sec-career .section__header {
    top: -25px;
    left: 26px;
  }
}
.sec-career__nav {
  position: relative;
  max-width: 1180px;
  width: 100%;
  aspect-ratio: 118/46;
  border-radius: clamp(20px, 3.3898305085vw, 40px);
  background: url("../../asset/img/top/bg_career.jpg") no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .sec-career__nav {
    max-width: none;
    aspect-ratio: 1/1;
    background: url("../../asset/img/top/bg_career_sp.jpg") no-repeat 50% 50%/cover;
  }
}
.sec-career__nav::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #0071bc;
  border-radius: clamp(20px, 3.3898305085vw, 40px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-career__nav::before {
    top: 5px;
    left: 5px;
  }
}
.sec-career__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26%;
  height: 100%;
  margin-inline: auto 8%;
}
@media only screen and (max-width: 767px) {
  .sec-career__nav-list {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: auto 0 0;
    padding: 10px 25px 25px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 clamp(20px, 3.3898305085vw, 40px) clamp(20px, 3.3898305085vw, 40px);
    overflow: hidden;
  }
}
.sec-career__nav-item {
  font-size: clamp(18px, 2.2033898305vw, 26px);
  border-bottom: 1px solid #0071bc;
  color: #0071bc;
}
@media only screen and (max-width: 767px) {
  .sec-career__nav-item {
    width: 45%;
    font-size: 13px;
  }
  .sec-career__nav-item:nth-child(even) {
    margin-left: auto;
  }
}
.sec-career__nav-item:last-of-type {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sec-career__nav-item:last-of-type {
    border-bottom: 1px solid #0071bc;
  }
}
.sec-career__nav-item a {
  position: relative;
  display: block;
  padding: 2vw 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-career__nav-item a {
    padding: 10px 0;
  }
}
.sec-career__nav-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  background: url("../../asset/img/common/ico_arrow_circle_b.svg") no-repeat 50% 50%/contain;
}
@media only screen and (max-width: 767px) {
  .sec-career__nav-item a::after {
    width: 20px;
    height: 20px;
  }
}
.mode-pc .sec-career__nav-item a:hover, .mode-sp .sec-career__nav-item a:active {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*
-----------------------------------------------------------------*/
.sec-mv__point {
  opacity: 0;
  translate: 0 -25px;
}

.sec-mv__person {
  opacity: 0;
}

.load-complete .sec-mv__point {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: opacity 0.6s ease-in-out, translate 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, translate 0.6s ease-in-out;
}
.load-complete .sec-mv__point--01 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.load-complete .sec-mv__point--02 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.load-complete .sec-mv__point--03 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.load-complete .sec-mv__point--04 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.load-complete .sec-mv__point--05 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.load-complete .sec-mv__point--06 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.load-complete .sec-mv__person {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
/*# sourceMappingURL=top.css.map */