@charset "UTF-8";
/*                トップページ用
======================================================= */
/*TOP共通*/
#home #main_visual {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100vh;
  margin-bottom: 100px;
}
@media (min-width: 900px) and (max-height: 800px) {
  #home #main_visual {
    height: auto;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #main_visual {
    height: 100svh;
    margin-bottom: 13.3333333333vw;
  }
}
#home #main_visual::after {
  content: "";
  background-image: url(../../../media/images/special/career/home/home_kv_bg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual::after {
    background-image: url(../../../media/images/special/career/home/home_kv_bg_sp.png);
  }
}
#home #main_visual #home_kv_wrap {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap {
    padding-top: 66.6666666667vw;
    padding-top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .main_width {
    height: 100%;
  }
}
#home #main_visual #home_kv_wrap .home_kv {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type span + span {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type span + span {
    padding-left: 4vw;
    margin-left: 4vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type span + span::before {
  content: "";
  background: #000;
  opacity: 0.5;
  width: 1px;
  height: 15px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type span + span::before {
    height: 4vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type .en {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type .en {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type .en {
    font-size: 3.7333333333vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type .jp {
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type .jp {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .type .jp {
    font-size: 3.7333333333vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .catch {
  margin: 20px 0 40px;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .catch {
    margin: 2.6666666667vw 0 0;
  }
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .catch h2.ttl {
  max-width: 650px;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .catch h2.ttl {
    max-width: 53.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .catch h2.ttl {
    max-width: 70.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .home_kv_cont .kv_message {
    display: none;
  }
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .kv_message .desc + .desc {
  margin-top: 1.2em;
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .kv_message .desc {
  font-size: 14px;
  line-height: 1.7;
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .kv_message .desc span.blue {
  font-family: "BIZ UDPMincho", serif;
  font-size: 18px;
  color: #01A0E9;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 5px;
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .kv_message .desc span.moji {
  position: relative;
  top: -12px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -20px;
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .kv_message .desc span.moji.indent {
  margin-left: 6.5em;
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .kv_message .desc span.b {
  font-family: "BIZ UDPMincho", serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 5px;
}
#home #main_visual #home_kv_wrap .home_kv .home_kv_cont .kv_message .desc.last {
  margin-left: 18em;
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set ul + ul {
    margin-left: 2.6666666667vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set ul li + li {
    margin-top: 0;
    margin-left: 2.6666666667vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set ul li {
  width: 170px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set ul li {
    width: 24vw;
    border-radius: 5.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set ul li {
    width: 36vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(1) {
  right: 190px;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(1) {
    right: auto;
    left: 0;
    top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(1) {
    top: 10.6666666667vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(1) ul {
  -webkit-animation: loop-normal-y 210s infinite linear 0.2s both;
          animation: loop-normal-y 210s infinite linear 0.2s both;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(1) ul {
    -webkit-animation: loop-normal 210s infinite linear 0.2s both;
            animation: loop-normal 210s infinite linear 0.2s both;
  }
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(2) {
  right: 0;
  top: 0;
  top: -320px;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(2) {
    top: auto;
    right: auto;
    left: 0;
    bottom: 6.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(2) {
    bottom: 13.3333333333vw;
  }
}
#home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(2) ul {
  -webkit-animation: loop-reverse-y 210s infinite linear 0.2s both;
          animation: loop-reverse-y 210s infinite linear 0.2s both;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual #home_kv_wrap .home_kv .kv_slide .kv_slide_wrap .kv_slide_set:nth-child(2) ul {
    -webkit-animation: loop-reverse 210s infinite linear 0.2s both;
            animation: loop-reverse 210s infinite linear 0.2s both;
  }
}
#home #main_visual .bg_text {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: -26px;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual .bg_text {
    bottom: -3.4666666667vw;
  }
}
#home #main_visual .bg_text .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
#home #main_visual .bg_text .text_wrap p + p {
  margin-top: 0;
}
#home #main_visual .bg_text .text_wrap p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 160px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual .bg_text .text_wrap p {
    font-size: 21.3333333333vw;
  }
}
#home #main_visual .bg_text .text_wrap p:nth-child(1) {
  -webkit-animation: loop 140s -70s linear infinite;
          animation: loop 140s -70s linear infinite;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual .bg_text .text_wrap p:nth-child(1) {
    -webkit-animation: loop 280s -140s linear infinite;
            animation: loop 280s -140s linear infinite;
  }
}
#home #main_visual .bg_text .text_wrap p:nth-child(2) {
  -webkit-animation: loop2 140s linear infinite;
          animation: loop2 140s linear infinite;
}
@media only screen and (max-width: 1024px) {
  #home #main_visual .bg_text .text_wrap p:nth-child(2) {
    -webkit-animation: loop2 280s linear infinite;
            animation: loop2 280s linear infinite;
  }
}
#home .home_cont + .home_cont {
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  #home .home_cont + .home_cont {
    margin-top: 16vw;
  }
}
#home .home_cont p.catch {
  font-size: 20px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.85;
}
@media only screen and (max-width: 1024px) {
  #home .home_cont p.catch {
    font-size: 4.8vw;
  }
}
#home .home_cont p.desc {
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  #home .home_cont p.desc {
    font-size: 3.7333333333vw;
  }
}
#home .home_ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #home .home_ttl {
    margin-bottom: 5.3333333333vw;
  }
}
#home .home_ttl .ttl {
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #home .home_ttl .ttl {
    margin-right: -0.5em;
  }
}
#home .home_ttl .ttl .sub {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #01A0E9;
  display: block;
  padding-left: 32px;
}
@media only screen and (max-width: 1024px) {
  #home .home_ttl .ttl .sub {
    font-size: 3.7333333333vw;
    padding-left: 8.5333333333vw;
  }
}
#home .home_ttl .ttl .sub::before {
  content: "";
  background: #01A0E9;
  width: 24px;
  height: 2px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 2px);
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #home .home_ttl .ttl .sub::before {
    width: 5.8666666667vw;
  }
}
#home .home_ttl .ttl .main {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 55px;
  letter-spacing: 0.05em;
  display: block;
  word-break: break-all;
}
@media only screen and (max-width: 1024px) {
  #home .home_ttl .ttl .main {
    font-size: 8.8vw;
  }
}
#home #home_company .inner .txtimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  #home #home_company .inner .txtimg {
    display: block;
  }
}
#home #home_company .inner .txtimg .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 110px;
}
@media only screen and (max-width: 1024px) {
  #home #home_company .inner .txtimg .txt {
    width: auto;
    padding: 0;
    margin-bottom: 10.6666666667vw;
  }
}
#home #home_company .inner .txtimg .img {
  width: 608px;
  overflow: hidden;
  border-radius: 0px 20px 20px 0px;
  margin-left: -105px;
}
@media only screen and (max-width: 1024px) {
  #home #home_company .inner .txtimg .img {
    width: auto;
    margin: 0;
    margin-left: -5.3333333333vw;
  }
}
#home #home_company .inner .txtimg .img img {
  width: 100%;
  height: auto;
}
#home #home_service .inner .list {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list {
    margin-top: 10.6666666667vw;
  }
}
#home #home_service .inner .list .drawn_ar {
  position: absolute;
  z-index: 2;
  width: 242px;
  top: 0;
  top: -130px;
  right: -20px;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .drawn_ar {
    width: 27.2vw;
    top: -18.6666666667vw;
    right: -2.6666666667vw;
  }
}
#home #home_service .inner .list .drawn_ar img {
  width: 100%;
  height: auto;
}
#home #home_service .inner .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block .set + .set {
    margin-top: 5.3333333333vw;
  }
}
#home #home_service .inner .list .block .set {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block .set {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
#home #home_service .inner .list .block .set .set_inner {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block .set .set_inner {
    border-radius: 5.3333333333vw;
  }
}
#home #home_service .inner .list .block .set .set_inner .img {
  position: relative;
  z-index: 1;
}
#home #home_service .inner .list .block .set .set_inner .img::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block .set .set_inner .img::after {
    border-radius: 5.3333333333vw;
  }
}
#home #home_service .inner .list .block .set .set_inner .img img {
  width: 100%;
  height: auto;
}
#home #home_service .inner .list .block .set .set_inner .txt {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  padding: 24px 100px 24px 30px;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block .set .set_inner .txt {
    min-height: 10.6666666667vw;
    padding: 20px 70px 20px 20px;
    padding: 5.3333333333vw 18.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
#home #home_service .inner .list .block .set .set_inner .txt::after {
  content: "";
  background-image: url(../../../media/images/special/career/common/ar_circle_white.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: -1;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block .set .set_inner .txt::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 5.3333333333vw;
  }
}
#home #home_service .inner .list .block .set .set_inner .txt .sub {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block .set .set_inner .txt .sub {
    font-size: 3.7333333333vw;
    margin-bottom: 0.1em;
  }
}
#home #home_service .inner .list .block .set .set_inner .txt .ttl {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
}
@media only screen and (max-width: 1024px) {
  #home #home_service .inner .list .block .set .set_inner .txt .ttl {
    font-size: 4.8vw;
  }
}
#home #home_service .inner .list .block .set a {
  display: block;
}
#home #home_systems .inner .txtimg {
  position: relative;
  z-index: 1;
  margin: 0 -108px;
}
@media only screen and (max-width: 1024px) {
  #home #home_systems .inner .txtimg {
    margin: 0 -5.3333333333vw;
  }
}
#home #home_systems .inner .txtimg::before {
  /**
  content: "";
  background: #EBF9FF;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  @include media1024 {
    content: none;
  }
  **/
}
#home #home_systems .inner .txtimg .txt {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  padding-left: 50%;
  padding-right: 105px;
}
@media only screen and (max-width: 1024px) {
  #home #home_systems .inner .txtimg .txt {
    display: block;
    padding: 16vw 5.3333333333vw 0;
  }
}
#home #home_systems .inner .txtimg .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#home #home_systems .inner .txtimg .img::after {
  content: "";
  background: radial-gradient(234.85% 58.91% at 70.86% 12.35%, rgba(207, 240, 255, 0) 0%, rgba(232, 248, 255, 0) 21.15%, rgba(255, 255, 255, 0.9) 58.44%, #EBF9FF 100%);
  -webkit-transform: matrix(0, 1, 3, 0, 0, 0);
      -ms-transform: matrix(0, 1, 3, 0, 0, 0);
          transform: matrix(0, 1, 3, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #home #home_systems .inner .txtimg .img::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background: radial-gradient(258.66% 89.25% at 39.07% 0%, rgba(232, 248, 255, 0) 21.15%, rgba(207, 240, 255, 0) 30.47%, rgba(255, 255, 255, 0.9) 50.79%, #EBF9FF 100%);
  }
}
#home #home_systems .inner .txtimg .img img {
  width: 100%;
  height: auto;
}
#home #home_member .inner .list {
  position: relative;
  z-index: 1;
  max-width: 888px;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list {
    margin-top: 10.6666666667vw;
    background: #eee;
    padding-bottom: 50px;
    padding-bottom: 13.3333333333vw;
  }
}
#home #home_member .inner .list .drawn_ar {
  position: absolute;
  z-index: 2;
  width: 317px;
  bottom: -50px;
  right: -150px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .drawn_ar {
    width: 29.6vw;
    right: 0;
    bottom: -8vw;
  }
}
#home #home_member .inner .list .drawn_ar img {
  width: 100%;
  height: auto;
}
#home #home_member .inner .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -24px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block {
    display: block;
    margin: 0 -2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block .set + .set {
    margin-top: 5.3333333333vw;
  }
}
#home #home_member .inner .list .block .set {
  width: 33.33333333%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block .set {
    width: auto;
    margin-bottom: 0;
    padding: 0 2.6666666667vw;
  }
}
#home #home_member .inner .list .block .set .set_inner {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block .set .set_inner {
    border-radius: 5.3333333333vw;
  }
}
#home #home_member .inner .list .block .set .set_inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  opacity: 0.3;
}
#home #home_member .inner .list .block .set .set_inner .img img {
  width: 100%;
  height: auto;
}
#home #home_member .inner .list .block .set .set_inner .txt {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block .set .set_inner .txt {
    padding: 5.3333333333vw;
  }
}
#home #home_member .inner .list .block .set .set_inner .txt p + p {
  margin-top: 0;
}
#home #home_member .inner .list .block .set .set_inner .txt .ttl {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: justify;
  line-height: 1.55;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block .set .set_inner .txt .ttl {
    font-size: 3.7333333333vw;
  }
}
#home #home_member .inner .list .block .set .set_inner .txt .department {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block .set .set_inner .txt .department {
    font-size: 3.2vw;
  }
}
#home #home_member .inner .list .block .set .set_inner .txt .name {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.65;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block .set .set_inner .txt .name {
    font-size: 3.2vw;
  }
}
#home #home_member .inner .list .block .set a {
  display: block;
}
#home #home_member .inner .list .block.slider::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .list .block.slider .slick-list {
    padding: 0 50px !important;
    padding: 0 13.3333333333vw !important;
  }
}
#home #home_member .inner .slider_navi {
  -webkit-transform: translateX(136px);
      -ms-transform: translateX(136px);
          transform: translateX(136px);
  margin-bottom: 30px;
  margin-top: -50px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .slider_navi {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#home #home_member .inner .slider_navi .slider_navi_wrap {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .slider_navi .slider_navi_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home #home_member .inner .slider_navi .slider_navi_wrap .arrow_box .slick-arrow {
  position: static;
  width: 30px;
  height: 30px;
  -webkit-filter: none;
          filter: none;
  border: 1px #01A0E9 solid;
}
#home #home_member .inner .slider_navi .slider_navi_wrap .arrow_box .slick-arrow.nv_left {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#home #home_member .inner .slider_navi .slider_navi_wrap .arrow_box .slick-arrow.nv_left span:after {
  left: calc(50% + 2px);
  width: 6px;
  height: 6px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .slider_navi .slider_navi_wrap .arrow_box .slick-arrow.nv_left span:after {
    width: 1.6vw;
    height: 1.6vw;
    left: calc(50% + 2px);
    left: calc(50% + 0.533vw);
  }
}
#home #home_member .inner .slider_navi .slider_navi_wrap .arrow_box .slick-arrow.nv_right {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#home #home_member .inner .slider_navi .slider_navi_wrap .arrow_box .slick-arrow.nv_right span:after {
  right: calc(50% - 6px);
  width: 6px;
  height: 6px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .slider_navi .slider_navi_wrap .arrow_box .slick-arrow.nv_right span:after {
    width: 1.6vw;
    height: 1.6vw;
    right: calc(50% - 6px);
    right: calc(50% - 1.6vw);
  }
}
#home #home_member .inner .slider_navi .slider_navi_wrap .dots_box {
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .slider_navi .slider_navi_wrap .dots_box {
    display: block;
  }
}
#home #home_member .inner .slider_navi .slider_navi_wrap .dots_box .slick-dots {
  position: static;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .slider_navi .slider_navi_wrap .dots_box .slick-dots {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-bottom: -2.6666666667vw;
  }
}
#home #home_member .inner .slider_navi .slider_navi_wrap .dots_box .slick-dots li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .slider_navi .slider_navi_wrap .dots_box .slick-dots li + li {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #home #home_member .inner .slider_navi .slider_navi_wrap .dots_box .slick-dots li {
    margin-bottom: 2.6666666667vw;
  }
}
#home #home_member .inner .slider_navi .slider_navi_wrap .dots_box .slick-dots li button {
  background-color: #fff;
}
#home #home_member .inner .slider_navi .slider_navi_wrap .dots_box .slick-dots li.slick-active button {
  background-color: #01A0E9;
}
#home #home_member .inner .slider_navi .slider_navi_wrap .dots_box .slick-dots li:hover button {
  background-color: #01A0E9;
}
#home #home_survey .inner .txtmsg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #home #home_survey .inner .txtmsg {
    display: block;
  }
}
#home #home_survey .inner .txtmsg .txt {
  width: 450px;
}
@media only screen and (max-width: 1024px) {
  #home #home_survey .inner .txtmsg .txt {
    width: auto;
    margin-bottom: 8vw;
  }
}
#home #home_survey .inner .txtmsg .msg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 36px;
}
@media only screen and (max-width: 1024px) {
  #home #home_survey .inner .txtmsg .msg {
    padding-left: 0;
  }
}
#home #home_survey .inner .txtmsg .msg .list .block .set + .set {
  margin-top: 18px;
}
@media only screen and (max-width: 1024px) {
  #home #home_survey .inner .txtmsg .msg .list .block .set + .set {
    margin-top: 4vw;
  }
}
#home #home_survey .inner .txtmsg .msg .list .block .set .set_inner {
  border: 1px #01A0E9 solid;
  border-radius: 20px 20px 0px 20px;
  padding: 30px;
}
@media only screen and (max-width: 1024px) {
  #home #home_survey .inner .txtmsg .msg .list .block .set .set_inner {
    border-radius: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
#home #home_survey .inner .txtmsg .msg .list .block .set .set_inner p + p {
  margin-top: 0;
}
#home #home_survey .inner .txtmsg .msg .list .block .set .set_inner .message + .sub {
  margin-top: 0.5em;
}
#home #home_survey .inner .txtmsg .msg .list .block .set .set_inner .message {
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #home #home_survey .inner .txtmsg .msg .list .block .set .set_inner .message {
    font-size: 4vw;
  }
}
#home #home_survey .inner .txtmsg .msg .list .block .set .set_inner .sub {
  font-size: 14px;
  font-weight: bold;
  color: #01A0E9;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #home #home_survey .inner .txtmsg .msg .list .block .set .set_inner .sub {
    font-size: 3.2vw;
  }
}
#home #home_survey .inner .txtmsg .msg .list .block .set .set_inner .in_sub {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #01A0E9;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  #home #home_survey .inner .txtmsg .msg .list .block .set .set_inner .in_sub {
    font-size: 3.2vw;
  }
}
#home #home_survey .inner .txtmsg .msg .list .block .set a {
  display: block;
}
@media only screen and (min-width: 1025px) {
  #home #home_survey .inner .txtmsg .msg .list .block .set a:hover {
    opacity: 0.7;
  }
}
#home #home_jobs .inner {
  margin: 0 -108px;
}
@media only screen and (max-width: 1024px) {
  #home #home_jobs .inner {
    margin: 0 -5.3333333333vw;
  }
}
#home #home_jobs .inner .bg_wrap {
  position: relative;
  z-index: 1;
  padding: 80px 108px;
}
@media only screen and (max-width: 1024px) {
  #home #home_jobs .inner .bg_wrap {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
#home #home_jobs .inner .bg_wrap::after {
  content: "";
  background-image: url(../../../media/images/special/career/home/home_jobs_bg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #home #home_jobs .inner .bg_wrap::after {
    background-image: url(../../../media/images/special/career/home/home_jobs_bg_sp.png);
  }
}
#home #home_jobs .inner .txtimg {
  position: relative;
  z-index: 1;
}
#home #home_jobs .inner .txtimg::before {
  /**
    content: "";
    background: #EBF9FF;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    @include media1024 {
    content: none;
  }
    **/
}
#home #home_jobs .inner .txtimg .txt {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  padding-right: calc(50% + 90px);
  padding-left: 90px;
}
@media only screen and (max-width: 1024px) {
  #home #home_jobs .inner .txtimg .txt {
    display: block;
    padding: 13.3333333333vw 8vw 0;
  }
}
#home #home_jobs .inner .txtimg .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}
#home #home_jobs .inner .txtimg .img::after {
  content: "";
  background: radial-gradient(224.37% 124.5% at 78.97% 10.92%, rgba(207, 240, 255, 0) 0%, rgba(232, 248, 255, 0) 24.96%, rgba(255, 255, 255, 0.9) 47.39%, #FFFFFF 100%);
  -webkit-transform: matrix(0, -1, -2, 0, 0, 0);
      -ms-transform: matrix(0, -1, -2, 0, 0, 0);
          transform: matrix(0, -1, -2, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #home #home_jobs .inner .txtimg .img::after {
    background: radial-gradient(257.88% 64.34% at 62.5% 18.05%, rgba(207, 240, 255, 0) 0%, rgba(232, 248, 255, 0) 30.59%, rgba(255, 255, 255, 0.9) 55.31%, #FFFFFF 100%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
        -ms-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
  }
}
#home #home_jobs .inner .txtimg .img img {
  width: 100%;
  height: auto;
}