/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/scss/top.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.top-kv {
  position: relative;
}
.top-kv__visualWrapper {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 60px);
}
.top-kv__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 1386px 0%, 711px 100%, 0% 100%);
          clip-path: polygon(0 0, 1386px 0%, 711px 100%, 0% 100%);
}
.top-kv__visualImagePc {
  height: 100%;
  vertical-align: middle;
}
.top-kv__visualImageSp {
  height: 100%;
  display: none;
}
.top-kv__headingBox {
  position: absolute;
  right: 5%;
  top: 35%;
}
.top-kv__subText {
  font-size: 44px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.top-kv__heading {
  font-size: 64px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 20px;
}
.top-kv__toScroll {
  position: absolute;
  right: 13%;
  bottom: -46px;
  height: 190px;
  width: 89px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.top-kv__toScrollTry {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #333333;
  width: 91px;
  height: 91px;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: rgba(51, 51, 51, 0);
  cursor: pointer;
}
.top-kv__toScrollText {
  font-size: 14px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  pointer-events: none;
  color: #333333;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.top-kv__toScrollArrow {
  position: absolute;
  bottom: 50px;
  left: 26px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.top-kv__toScrollArrowBlack {
  position: absolute;
  bottom: 0px;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.top-kv__toScrollArrowWhite {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.top-kv__toScroll:hover .top-kv__toScrollText {
  color: #ffffff;
}
.top-kv__toScroll:hover .top-kv__toScrollTry {
  bottom: 116px;
  background-color: rgb(51, 51, 51);
}
.top-kv__toScroll:hover .top-kv__toScrollArrow {
  bottom: 101px;
}
.top-kv__toScroll:hover .top-kv__toScrollArrowBlack {
  opacity: 0;
}
.top-kv__toScroll:hover .top-kv__toScrollArrowWhite {
  opacity: 1;
}

.top-section {
  padding-top: 200px;
}
.top-section--first {
  padding-top: 350px;
}

.top-contentsLayout01 {
  display: -webkit-box;
  display: flex;
}
.top-contentsLayout01__message {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 20px 0 100px;
}
.top-contentsLayout01__heading {
  font-size: 65px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.top-contentsLayout01__subText {
  font-size: 25px;
  margin-top: 20px;
}
.top-contentsLayout01__subHeading {
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 40px;
}
.top-contentsLayout01__text {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
.top-contentsLayout01__visual {
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  width: 45%;
  height: 620px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.top-contentsLayout01__visual--hireForceValue {
  background-image: url(/assets/img/top/hire_force_vaule.jpg);
  background-position: 44% -70px;
  background-size: auto 140%;
}
.top-contentsLayout01__visual--service {
  background-image: url(/assets/img/top/service.jpg);
  background-position: 44% -70px;
  background-size: auto 140%;
}
.top-contentsLayout01__btn {
  margin-top: 40px;
}

.top-contentsLayout02 {
  display: -webkit-box;
  display: flex;
}
.top-contentsLayout02__message {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 100px 0 20px;
  text-align: right;
}
.top-contentsLayout02__heading {
  font-size: 65px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.top-contentsLayout02__subText {
  font-size: 25px;
  margin-top: 20px;
}
.top-contentsLayout02__subHeading {
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 40px;
}
.top-contentsLayout02__text {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
.top-contentsLayout02__visual {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 80% 100%, 0% 100%);
  width: 45%;
  height: 620px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.top-contentsLayout02__visual--careerSupport {
  background-image: url(/assets/img/top/career_support.jpg);
  background-position: 0 0;
  background-size: auto 100%;
}
.top-contentsLayout02__btn {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1920px) { /**/ }
@media screen and (max-width: 1380px) { /**/
  .top-kv__subText {
    font-size: 34px;
  }
  .top-kv__heading {
    font-size: 55px;
  }
  .top-contentsLayout01__message {
    padding: 0 10px 0 50px;
  }
  .top-contentsLayout01__heading {
    font-size: 53px;
  }
  .top-contentsLayout01__subText {
    font-size: 20px;
  }
  .top-contentsLayout01__subHeading {
    font-size: 28px;
  }
  .top-contentsLayout01__visual {
    height: 580px;
  }
  .top-contentsLayout02__message {
    padding: 0 50px 0 10px;
  }
  .top-contentsLayout02__heading {
    font-size: 53px;
  }
  .top-contentsLayout02__subText {
    font-size: 20px;
  }
  .top-contentsLayout02__subHeading {
    font-size: 28px;
  }
  .top-contentsLayout02__visual {
    height: 580px;
  } }
@media screen and (max-width: 1080px) { /**/
  .top-kv__visual {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .top-kv__subText {
    font-size: 3.2vw;
  }
  .top-kv__heading {
    font-size: 5.1vw;
  }
  .top-section--first {
    padding-top: 250px;
  }
  .top-contentsLayout01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .top-contentsLayout01__message {
    padding: 80px 40px 0px;
  }
  .top-contentsLayout01__visual {
    width: 80%;
    height: 500px;
    margin-left: auto;
    margin-right: 0;
  }
  .top-contentsLayout01__visual--hireForceValue {
    background-position: 25% -105px;
    background-size: auto 160%;
  }
  .top-contentsLayout02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .top-contentsLayout02__message {
    padding: 80px 40px 0px;
  }
  .top-contentsLayout02__visual {
    width: 80%;
    height: 500px;
  }
  .top-contentsLayout02__visual--careerSupport {
    background-position: 0px -50px;
    background-size: auto 150%;
  } }
@media screen and (min-width: 769px) { /**/ }
@media screen and (max-width: 768px) { /**/
  .top-kv__visual {
    left: 40%;
    width: 100%;
    height: 100vh;
  }
  .top-kv__visualImagePc {
    display: none;
  }
  .top-kv__visualImageSp {
    display: block;
  }
  .top-kv__headingBox {
    top: 65%;
  }
  .top-kv__subText {
    font-size: 20px;
  }
  .top-kv__heading {
    font-size: 30px;
    margin-top: 10px;
  }
  .top-kv__headingBr {
    display: none;
  }
  .top-kv__spWhiteBack {
    background-color: #ffffff;
    padding: 0 5px;
    display: block;
  }
  .top-kv__spWhiteBack + .top-kv__spWhiteBack {
    margin-top: 10px;
  }
  .top-kv__spWhiteBackSub {
    background-color: #ffffff;
    padding: 5px;
    display: inline-block;
  }
  .top-kv__toScroll {
    display: none;
  }
  .top-section {
    padding-top: 100px;
  }
  .top-section--first {
    padding-top: 100px;
  }
  .top-contentsLayout01__message {
    padding: 40px 20px 0px;
  }
  .top-contentsLayout01__heading {
    font-size: 30px;
  }
  .top-contentsLayout01__subText {
    font-size: 16px;
    margin-top: 10px;
  }
  .top-contentsLayout01__subHeading {
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: -1px;
  }
  .top-contentsLayout01__text {
    font-size: 14px;
    margin-top: 20px;
  }
  .top-contentsLayout01__visual {
    width: 90%;
    height: 250px;
  }
  .top-contentsLayout01__visual--hireForceValue {
    background-position: 44% -70px;
  }
  .top-contentsLayout01__btn {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .top-contentsLayout02__message {
    text-align: left;
    padding: 40px 20px 0px;
  }
  .top-contentsLayout02__heading {
    font-size: 30px;
  }
  .top-contentsLayout02__subText {
    font-size: 16px;
    margin-top: 10px;
  }
  .top-contentsLayout02__subHeading {
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: -1px;
  }
  .top-contentsLayout02__text {
    font-size: 14px;
    margin-top: 20px;
  }
  .top-contentsLayout02__visual {
    width: 90%;
    height: 250px;
  }
  .top-contentsLayout02__btn {
    margin-top: 20px;
    -webkit-box-pack: center;
            justify-content: center;
  } }
@media screen and (max-width: 374px) { /**/ }
@media screen and (max-width: 1920px) and (min-height: 1200px) {
  .top-kv__visual {
    width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  .top-kv__visual {
    width: 100%;
  }
  .top-kv__visualImagePc {
    height: 100%;
  }
}
@media screen and (min-width: 1920px) and (min-height: 1200px) {
  .top-kv__visualImagePc {
    height: 100%;
    position: relative;
    left: -410px;
  }
}
