@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.index_head {
  position: relative;
}

.index_head .ja {
  font: 700 2.625em "Noto Sans JP";
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

.index_head .en {
  font: 400 6.25em "arial";
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  bottom: -4px;
  z-index: 0;
  opacity: 0.7;
}

.index_head.center {
  text-align: center;
}

.index_head.center .en {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1025px) {
  .index_head {
    font-size: 12px;
  }
}

@media screen and (max-width: 860px) {
  .index_head {
    font-size: 10px;
  }
  .index_head .en {
    font-size: 4.5em;
    bottom: 4px;
  }
}

#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

#mv .slider-pro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -999;
}

#mv .sp-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mv .sp-slide::after {
  width: calc(100% + 200px);
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

#mv .sp-slide.top_mv01::after {
  background-image: url("../img/mv-01.jpg");
}

#mv .sp-slide.top_mv02::after {
  background-image: url("../img/mv-02.jpg");
}

#mv .sp-slide.top_mv03::after {
  background-image: url("../img/mv-03.jpg");
}

#mv .sp-slide.top_mv04::after {
  background-image: url("../img/mv-04.jpg");
}

#mv .sp-slide.sp-selected::after {
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: top_slide;
          animation-name: top_slide;
}

#mv .text_area_wrap {
  text-align: right;
  height: 100%;
}

#mv .text_area {
  width: 560px;
  display: inline-block;
  font-size: 2.5em;
  line-height: 2.1428;
  font-weight: 900;
  text-align: center;
  margin: 0 0 0 auto;
  padding-top: 200px;
  text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}

#mv .scroll_arrow {
  width: 66px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
  margin: 0 auto 51px;
}

#mv .scroll_arrow .text {
  width: 100%;
  max-width: 66px;
  margin: 0 auto;
}

#mv .scroll_arrow .arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  width: 50%;
  max-width: 31px;
  margin: 0 auto;
  -webkit-animation: 1.5s linear infinite arrow_move;
          animation: 1.5s linear infinite arrow_move;
}

@media screen and (max-width: 860px) {
  #mv {
    height: 50vh;
    font-size: 11px;
  }
  #mv .text_area {
    width: 100%;
    line-height: 1.5;
    padding: 0px 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #mv .scroll_arrow {
    width: 40px;
    margin-bottom: 32px;
  }
  #mv .scroll_arrow .arrow {
    bottom: -16px;
    -webkit-animation: 1.5s linear infinite arrow_move_sp;
            animation: 1.5s linear infinite arrow_move_sp;
  }
}

@-webkit-keyframes top_slide {
  from {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}

@keyframes top_slide {
  from {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}

@-webkit-keyframes arrow_move {
  0% {
    bottom: -34px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    bottom: -48px;
    opacity: 0;
  }
}

@keyframes arrow_move {
  0% {
    bottom: -34px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    bottom: -48px;
    opacity: 0;
  }
}

@-webkit-keyframes arrow_move_sp {
  0% {
    bottom: -16px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: -32px;
    opacity: 0;
  }
}

@keyframes arrow_move_sp {
  0% {
    bottom: -16px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: -32px;
    opacity: 0;
  }
}

#index_greed {
  padding-top: 180px;
  margin-top: -40px;
  padding-bottom: 100px;
  background: center/contain no-repeat url("../img/index-bg-01.png");
}

#index_greed .big_font {
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 63px;
  text-align: center;
}

#index_greed .text {
  font-size: 1.5em;
  line-height: 1.875em;
  margin-top: 2em;
  text-align: center;
}

@media screen and (max-width: 1025px) {
  #index_greed {
    font-size: 12px;
  }
}

@media screen and (max-width: 860px) {
  #index_greed {
    font-size: 10px;
  }
}

#index_service {
  padding-top: 100px;
  padding-bottom: 150px;
  background: center/cover no-repeat url("../img/index-bg-02.jpg");
}

#index_service .index_head .en {
  color: #4188b6;
}

#index_service .service_list {
  margin-top: 16px;
  text-align: right;
  color: #ffffff;
  padding-right: 40px;
}

#index_service .service_list li {
  position: relative;
  padding: 0.625em 1em;
  margin: 1.5em 0em;
  font-size: 1.5em;
}

#index_service .service_list li:last-of-type {
  font-size: 1.25em;
}

#index_service .service_list li span {
  position: relative;
  z-index: 2;
}

#index_service .service_list li::before {
  content: "";
  display: block;
  background-color: #0071be;
  opacity: 0.6;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(-30deg);
          transform: translateY(-50%) skewX(-30deg);
  z-index: 0;
}

#index_service .service_list li:nth-of-type(2) {
  margin-right: calc(2.3333em * 1);
}

#index_service .service_list li:nth-of-type(3) {
  margin-right: calc(2.3333em * 2);
}

#index_service .service_list li:nth-of-type(4) {
  margin-right: calc(2.3333em * 3);
}

#index_service .service_list li:nth-of-type(5) {
  margin-right: 11.2em;
}

#index_service .service_list li:last-of-type {
  padding: 0.9em 1em;
}

#index_service .service_list li:last-of-type::before {
  width: 11.5em;
  opacity: 1;
}

#index_service .service_list li:last-of-type span::after {
  content: "〉〉";
  display: inline-block;
  letter-spacing: -0.5em;
  padding-left: 0.5em;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#index_service .service_list li:last-of-type:hover span::after {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}

#index_service .layout_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index_service .deco_img_box {
  position: relative;
  height: 100%;
}

#index_service .deco_img {
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 1025px) {
  #index_service .deco_img {
    width: 80%;
  }
  #index_service .service_list {
    padding-right: 0px;
    font-size: 12px;
  }
}

@media screen and (max-width: 860px) {
  #index_service .service_list {
    max-width: 320px;
    padding-right: 40px;
    z-index: 5;
  }
  #index_service .service_list li:nth-of-type(2) {
    margin-right: calc(1.5em * 1);
  }
  #index_service .service_list li:nth-of-type(3) {
    margin-right: calc(1.5em * 2);
  }
  #index_service .service_list li:nth-of-type(4) {
    margin-right: calc(1.5em * 3);
  }
  #index_service .service_list li:nth-of-type(5) {
    margin-right: 7em;
  }
  #index_service .deco_img {
    width: 50%;
    left: unset;
    right: 0;
    bottom: 0%;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
}

#index_company {
  padding-top: 100px;
  padding-bottom: 150px;
  background: center/cover no-repeat url("../img/index-bg-03.jpg");
  -webkit-backdrop-filter: blur(2.5px);
  -moz-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}

#index_company .company_list {
  width: calc(100% + 38px);
  margin-top: 32px;
  margin-left: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#index_company .company_list > * {
  width: calc(33.3333% - 36px);
  max-width: 350px;
  padding: 44px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #ffffff;
  margin: 20px 18px;
  position: relative;
}

@supports not ((-webkit-backdrop-filter: blur(2.5px)) or (backdrop-filter: blur(2.5px))) {
  #index_company .company_list > * {
    background: rgba(172, 172, 172, 0.363);
  }
}

@media screen and (max-width: 860px) {
  #index_company .company_list > * {
    background: rgba(77, 77, 77, 0.356);
  }
}

#index_company .company_list > *::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.185);
  mix-blend-mode: overlay;
  -webkit-backdrop-filter: blur(2.5px);
  -moz-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  position: absolute;
  top: 0;
  z-index: -1;
}

#index_company .company_list .img_box {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index_company .company_list .title {
  width: 100%;
  font-size: 1.5em;
  padding: 1em 0em;
  text-align: center;
}

@media screen and (max-width: 1025px) {
  #index_company .company_list > * {
    padding: 32px 0px;
  }
}

@media screen and (max-width: 860px) {
  #index_company .company_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index_company .company_list > * {
    width: 100%;
    max-width: 280px;
    padding: 24px 0px;
  }
}

#index_recruit {
  position: relative;
}

#index_recruit .content_area {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#index_recruit .recruit_wrap,
#index_recruit .contact_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#index_recruit .recruit_wrap .en {
  color: #007dcb;
}

#index_recruit .index_head {
  width: 100%;
  margin-top: 24px;
}

#index_recruit .index_btn {
  margin-top: 100px;
}

@media screen and (max-width: 1439px) {
  #index_recruit .index_head {
    font-size: 15px;
  }
  #index_recruit .index_btn {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1279px) {
  #index_recruit .index_head {
    font-size: 14px;
  }
  #index_recruit .index_btn {
    margin-top: 64px;
  }
}

@media screen and (max-width: 1163px) {
  #index_recruit .index_head {
    font-size: 13px;
  }
  #index_recruit .index_btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1025px) {
  #index_recruit .index_head {
    font-size: 10px;
  }
}

@media screen and (max-width: 860px) {
  #index_recruit .recruit_wrap,
  #index_recruit .contact_wrap {
    height: 50%;
  }
  #index_recruit .bg_area {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index_recruit .bg_area img {
    min-width: 560px;
  }
}

#index_news {
  padding-top: 100px;
  padding-bottom: 150px;
}

#index_news .blue_label {
  width: 33.3333%;
  font-size: 1.875em;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

#index_news .news_list {
  display: inline-block;
  vertical-align: top;
  width: calc(66.6666% - 40px);
  max-width: 720px;
  padding: 0px 16px;
  font-size: 1.125em;
}

#index_news .news_list .news {
  padding-bottom: 0.75em;
}

#index_news .news_list .date,
#index_news .news_list .text {
  display: table-cell;
}

#index_news .news_list .date {
  padding-right: 1em;
  width: 8.5em;
}

@media screen and (max-width: 860px) {
  #index_news .blue_label {
    width: 100%;
    font-size: 1.5em;
  }
  #index_news .news_list {
    width: 100%;
  }
  #index_news .news_list .date,
  #index_news .news_list .text {
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=index.min.css.map */