@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* 全体 */
/* TOP */
/* 下層 */
.process-mv {
  position: relative;
  background-image: url(../img/common/under-mv-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.process-mv-inner {
  max-width: 1288px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 517px;
  padding-top: 133px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1288px) {
  .process-mv-inner {
    max-width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .process-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 960px) {
  .process-mv-inner {
    height: 423px;
    padding-top: 56px;
  }
}
.process-mv-inner::before {
  content: "";
  width: 179px;
  height: 164px;
  position: absolute;
  background-image: url(../img/common/under-mv-bg-water.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -58px;
  left: 161px;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 960px) {
  .process-mv-inner::before {
    width: 127px;
    height: 117px;
    left: -10px;
    bottom: -106px;
  }
}
.process-mv-inner::after {
  content: "";
  width: 179px;
  height: 164px;
  position: absolute;
  background-image: url(../img/common/under-mv-bg-water--luster.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -58px;
  left: 161px;
  z-index: 3;
}
@media only screen and (max-width: 960px) {
  .process-mv-inner::after {
    width: 127px;
    height: 117px;
    left: -10px;
    bottom: -106px;
  }
}
.process-mv-box {
  max-width: 1120px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1288px) {
  .process-mv-box {
    max-width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .process-mv-box {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1288px) {
  .process-mv-box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .process-mv-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.process-mv-img {
  width: 48%;
  position: absolute;
  right: 0;
  top: 15px;
}
@media only screen and (max-width: 960px) {
  .process-mv-img {
    width: 100%;
    position: unset;
    right: unset;
    top: unset;
    text-align: right;
  }
}
.process-mv-img__img {
  max-width: unset;
}
@media only screen and (max-width: 1288px) {
  .process-mv-img__img {
    width: 137%;
  }
}
@media only screen and (max-width: 960px) {
  .process-mv-img__img {
    width: 110%;
    max-width: 420px;
    margin-right: -10%;
  }
}
.process-mv-heading {
  width: 50%;
  margin-top: 117px;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .process-mv-heading {
    margin-top: 65px;
  }
}
.process-mv-heading__main {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(19, 135, 87, 0.23);
  white-space: nowrap;
}
@media only screen and (max-width: 1288px) {
  .process-mv-heading__main {
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 960px) {
  .process-mv-heading__main {
    font-size: 38px;
    letter-spacing: -0.02em;
  }
}
.process-mv-heading__sub {
  font-family: Manrope;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.02em;
  color: #333;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media only screen and (max-width: 1288px) {
  .process-mv-heading__sub {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 960px) {
  .process-mv-heading__sub {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.process-inner {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 191px;
}
@media only screen and (max-width: 1288px) {
  .process-inner {
    max-width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .process-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 960px) {
  .process-inner {
    padding-top: 138px;
  }
}
.process-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.process-flow-title, .process-flow-title--midcareer, .process-flow-title--newgraduate {
  width: 48%;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding-top: 31px;
  padding-bottom: 37px;
  margin-bottom: 24px;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .process-flow-title, .process-flow-title--midcareer, .process-flow-title--newgraduate {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
.process-flow-title--newgraduate {
  background-color: #00A0E2;
}
.process-flow-title--midcareer {
  background-color: #00B993;
}
.process-flow-item, .process-flow-item--arrow, .process-flow-item--arrow-02, .process-flow-item--arrow-01, .process-flow-item--large, .process-flow-item--midcareer, .process-flow-item--newgraduate {
  width: 48%;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #333;
  padding-top: 23px;
  padding-bottom: 31px;
  border-radius: 50px;
  margin-bottom: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .process-flow-item, .process-flow-item--arrow, .process-flow-item--arrow-02, .process-flow-item--arrow-01, .process-flow-item--large, .process-flow-item--midcareer, .process-flow-item--newgraduate {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 60px;
  }
}
.process-flow-item:last-of-type, .process-flow-item--arrow:last-of-type, .process-flow-item--arrow-02:last-of-type, .process-flow-item--arrow-01:last-of-type, .process-flow-item--large:last-of-type, .process-flow-item--midcareer:last-of-type, .process-flow-item--newgraduate:last-of-type {
  margin-bottom: 34px;
}
.process-flow-item--newgraduate {
  border: 2px solid #00A0E2;
  position: relative;
}
.process-flow-item--newgraduate::before {
  content: "";
  width: 54px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: -34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/recruit/process-arrow-newgraduate.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.process-flow-item--midcareer {
  border: 2px solid #00B993;
}
.process-flow-item--large {
  width: 100%;
  border: 2px solid #D1D1D1;
  background-color: #F7F7F7;
  position: relative;
}
.process-flow-item--large:last-of-type::before {
  content: none;
}
.process-flow-item--large::before {
  content: "";
  width: 54px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: -34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/recruit/process-arrow-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 960px) {
  .process-flow-item--small {
    font-size: 14px;
    line-height: 1.6em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.process-flow-item--arrow, .process-flow-item--arrow-02, .process-flow-item--arrow-01 {
  position: relative;
}
.process-flow-item--arrow-01::before {
  content: "";
  width: 54px;
  height: 137px;
  position: absolute;
  left: 50%;
  top: -31px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/recruit/process-arrow-midcareer-01.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media only screen and (max-width: 960px) {
  .process-flow-item--arrow-01::before {
    width: 49px;
    height: 125px;
  }
}
.process-flow-item--arrow-02::before {
  content: "";
  width: 54px;
  height: 254px;
  position: absolute;
  left: 50%;
  top: -31px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/recruit/process-arrow-midcareer-02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 960px) {
  .process-flow-item--arrow-02::before {
    width: 46px;
    height: 219px;
  }
}
.process-flow-item--arrow-03::before {
  content: "";
  width: 54px;
  height: 26px;
  position: absolute;
  left: 24%;
  bottom: -34px;
  background-image: url(../img/recruit/process-arrow-newgraduate.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.process-flow-item__link {
  color: inherit;
  border-bottom: 1px solid #707070;
}
.process-flow-item__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.process-flow-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-indent: -16px;
  padding-left: 16px;
}
.process-relation-inner {
  max-width: 963px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 1288px) {
  .process-relation-inner {
    max-width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .process-relation-inner {
    max-width: 90%;
  }
}
.process-relation-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #333;
  margin-bottom: 26px;
}
.process-relation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .process-relation-list {
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 10px;
  }
}
.process-relation-list-item {
  width: 49.5%;
  max-width: 475px;
}
@media only screen and (max-width: 1288px) {
  .process-relation-list-item {
    max-width: unset;
  }
}
@media only screen and (max-width: 960px) {
  .process-relation-list-item {
    width: 100%;
    max-width: 100%;
  }
}
.process-relation-list-item__link {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #00b993 !important;
  border: 2px solid #00B993;
  padding-top: 49px;
  padding-left: 30px;
  padding-right: 35px;
  padding-bottom: 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .process-relation-list-item__link {
    font-size: 18px;
    padding-top: 31px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 33px;
  }
}
.process-relation-list-item__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-image: url(../img/common/icon-arrow-green.svg);
}
@media only screen and (max-width: 960px) {
  .process-relation-list-item__link::before {
    width: 20px;
    height: 20px;
    right: 25px;
  }
}
.process-relation-list-item__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .process-relation-list-item__link::after {
    width: 20px;
    height: 20px;
    right: 25px;
  }
}
.process-relation-list-item__link:hover {
  color: #fff !important;
  background-color: #00b993;
}
.process-relation-list-item__link:hover::before {
  background-image: url(../img/common/icon-arrow-white.svg);
  -webkit-transform: translateY(-50%) scale(1.6);
          transform: translateY(-50%) scale(1.6);
}
.process-relation-list-item__link:hover::after {
  -webkit-animation: related-links-ring 0.8s linear;
          animation: related-links-ring 0.8s linear; /* スピードなど */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes related-links-ring {
  0% {
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(3, 3);
            transform: translateY(-50%) scale(3, 3);
    opacity: 0;
  }
}
@keyframes related-links-ring {
  0% {
    -webkit-transform: translateY(-50%) scale(1, 1);
            transform: translateY(-50%) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(3, 3);
            transform: translateY(-50%) scale(3, 3);
    opacity: 0;
  }
}
.process-relation-inner {
  padding-top: 96px;
}
@media only screen and (max-width: 960px) {
  .process-relation-inner {
    padding-top: 80px;
  }
}