/* =======================================
  ELEMENTS TOP
======================================= */
#loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#loading.fadeout {
  opacity: 0;
  -webkit-animation: fadeout 1s ease-in-out;
          animation: fadeout 1s ease-in-out;
  pointer-events: none;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sec_cont {
  position: relative;
  margin: 0 auto 250px;
  padding: 0 3%;
  max-width: calc(980px + 6%);
  width: 100%;
}
.sec_cont.people {
  margin: 0 auto -130px;
}
.sec_cont .sec_title {
  position: absolute;
  top: -60px;
  left: -70px;
  z-index: 10;
  color: #fff;
  letter-spacing: -1rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14rem;
  line-height: 1;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
}
.sec_cont .mind_title {
  position: relative;
  z-index: 10;
  color: #222;
  letter-spacing: 0.4rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.45;
}
.sec_cont .mind_text {
  position: relative;
  z-index: 10;
  max-width: 500px;
  font-size: 1.5rem;
  line-height: 2.9333333333;
}
.sec_cont h2 {
  position: relative;
  z-index: 10;
  margin: 0 auto 70px;
  color: #222;
  text-align: left;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
}
.sec_cont h2 span {
  display: block;
  margin-bottom: 12px;
  color: #17349e;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
}
.sec_cont .intro_wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
  width: 100%;
}
.sec_cont .intro_wrap p {
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
@media only screen and (max-width: 800px) {
  .sec_cont .intro_wrap p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.sec_cont .company_links,
.sec_cont .work_links,
.sec_cont .recruit_links {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 32px;
  margin: 50px auto 0;
  width: 100%;
}
.sec_cont .company_links a,
.sec_cont .work_links a,
.sec_cont .recruit_links a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 16px rgba(0, 9, 78, 0.16);
          box-shadow: 0 0 16px rgba(0, 9, 78, 0.16);
  color: #222;
}
.sec_cont .company_links a {
  width: 100%;
  height: auto;
  aspect-ratio: 312/300;
  background: #fff;
}
.sec_cont .company_links a figure img {
  max-width: none;
  width: 312px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_cont .company_links a span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 50px 50px 20px 24px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.8)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, rgb(255, 255, 255) 100%);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.125;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec_cont .company_links a span::before {
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: #17349e;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec_cont .work_links a figure figcaption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: inline-block;
  padding: 12px;
  background: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
.sec_cont .work_links a figure figcaption span {
  font-size: 1.6rem;
  line-height: 2.25;
}
.sec_cont .recruit_links div {
  width: 50%;
}
.sec_cont .recruit_links a {
  padding: 34px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#17349e), to(#248ad5));
  background: linear-gradient(to right, #17349e, #248ad5);
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec_cont .recruit_links a::before {
  position: absolute;
  inset: 0 20px 0 auto;
  z-index: 2;
  margin: auto;
  height: 12px;
  color: #17349e;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.2rem;
  line-height: 1;
}
.sec_cont .recruit_links a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec_cont .recruit_links a > span {
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec_cont .recruit_links a > span span {
  display: block;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.people_slider {
  z-index: 10;
  margin: 0 auto 200px;
}

.sec_mv {
  position: relative;
  margin: 0 auto 200px;
  padding: 0;
  min-height: 500px;
  width: 100%;
  aspect-ratio: 1366/768;
  background: url("/careers/img/top/mv_top.jpg") no-repeat center top 50% #17349e;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .sec_mv {
    margin: 0 auto 300px;
    max-height: 840px;
    aspect-ratio: 390/650;
    background: url("/careers/img/top/mv_top_sp.jpg") no-repeat center center #17349e;
    background-size: cover;
  }
}
.sec_mv::before {
  position: absolute;
  top: 0;
  bottom: -1%;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 101%;
  background: url("/careers/img/top/bg_musk.svg") no-repeat center bottom;
  background-size: cover;
  content: "";
}
@media (max-width: 767.98px) {
  .sec_mv::before {
    background: url("/careers/img/top/bg_musk.svg") no-repeat left 60% bottom;
    background-size: cover;
  }
}
.sec_mv .mv_title {
  position: absolute;
  top: 25.78125%;
  left: 49.7803806735%;
  z-index: 10;
  width: 47.2181551977%;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1900px) {
  .sec_mv .mv_title {
    top: 250px;
    left: 52%;
  }
}
@media only screen and (max-width: 980px) {
  .sec_mv .mv_title {
    top: 154px;
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .sec_mv .mv_title {
    inset: auto 0 90px auto;
    margin: 0;
    max-width: 500px;
    width: 85%;
  }
}
.sec_mv .mv_text {
  position: absolute;
  top: 82.3177083333%;
  left: 65.0366032211%;
  z-index: 10;
  width: 25.9882869693%;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1400px) {
  .sec_mv .mv_text {
    top: 700px;
  }
}
@media only screen and (max-width: 980px) {
  .sec_mv .mv_text {
    bottom: -50px;
    left: -60px;
    margin-top: 46px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sec_mv .mv_text {
    inset: auto 35px 5px auto;
    margin: 0;
    max-width: 80%;
    width: 80%;
  }
}

main {
  overflow: hidden;
  margin: auto;
  max-width: 3000px;
}

.mind {
  z-index: 1;
}
.mind::before {
  position: absolute;
  top: -260px;
  z-index: 1;
  display: block;
  width: 2000px;
  height: 460px;
  border-radius: 230px;
  background: url("/careers/img/top/bg_top_01.jpg") no-repeat center left #17349e;
  background-size: auto 100%;
  content: "";
  -webkit-transform: rotate(315deg) translate(15%, 25%);
          transform: rotate(315deg) translate(15%, 25%);
}

.company {
  z-index: 3;
}
.company::before {
  position: absolute;
  top: -1600px;
  z-index: 1;
  display: block;
  width: 5000px;
  height: 740px;
  border-radius: 370px;
  background: url("/careers/img/top/bg_top_02.jpg") no-repeat center center #17349e;
  background-size: auto 100%;
  content: "";
  -webkit-transform: rotate(315deg) translateX(-50%);
          transform: rotate(315deg) translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1000px) {
  .company::before {
    top: -1700px;
    height: 640px;
  }
}
.company::after {
  position: absolute;
  top: 400px;
  z-index: 1;
  display: block;
  width: 540px;
  height: 8px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#248ad5), to(#17349e));
  background: linear-gradient(to right, #248ad5, #17349e);
  content: "";
  -webkit-transform: rotate(315deg) translateX(-150%);
          transform: rotate(315deg) translateX(-150%);
}

.work {
  z-index: 4;
}
.work::before {
  position: absolute;
  top: 900px;
  z-index: 1;
  display: block;
  width: 1500px;
  height: 290px;
  background: url("/careers/img/top/bg_top_03.png") no-repeat center center;
  content: "";
  -webkit-transform: rotate(315deg) translateX(60%);
          transform: rotate(315deg) translateX(60%);
}
.work h2,
.work h2 span,
.work p {
  color: #fff;
}

.people {
  z-index: 1;
}

.recruite::before {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 3000px;
  height: 800px;
  border-radius: 250px;
  background: -webkit-gradient(linear, left top, right top, from(#248ad5), to(#17349e));
  background: linear-gradient(to right, #248ad5, #17349e);
  content: "";
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

@media (max-width: 767.98px) {
  .sec_cont {
    margin: 0 auto 120px;
    padding: 0 5%;
  }
  .sec_cont.people {
    margin: 0 auto 50px;
  }
  .sec_cont.mind {
    padding-top: 400px;
  }
  .sec_cont.mind .sec_title {
    position: absolute;
    top: -100px;
    left: 0;
    letter-spacing: 0;
    font-size: min(25vw, 130px);
  }
  .sec_cont.mind .mind_title {
    font-size: 2.6rem;
    line-height: 1.7307692308;
  }
  .sec_cont.mind .mind_text {
    font-size: 1.4rem;
    line-height: 2.4285714286;
  }
  .sec_cont .sec_title {
    top: -40px;
    left: -5%;
  }
  .sec_cont h2 {
    margin: 0 auto 50px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
  .sec_cont h2 span {
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .sec_cont .intro_wrap {
    margin: 0 auto 50px;
  }
  .sec_cont .intro_wrap p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec_cont .intro_wrap a.icon_blank {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 40px auto 0;
  }
  .sec_cont .intro_wrap .company_links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec_cont .company_links,
  .sec_cont .work_links,
  .sec_cont .recruit_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 16px;
    margin: 40px auto 0;
  }
  .sec_cont .company_links a {
    aspect-ratio: 358/240;
  }
  .sec_cont .company_links a figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .sec_cont .company_links a span {
    padding: 50px 45px 17px 24px;
    font-size: 1.7rem;
    line-height: 2.1176470588;
  }
  .sec_cont .work_links a figure figcaption {
    bottom: 24px;
    left: 24px;
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .sec_cont .work_links a figure figcaption span {
    font-size: 1.2rem;
    line-height: 3;
  }
  .sec_cont .recruit_links div {
    width: 100%;
  }
  .sec_cont .recruit_links a {
    padding: 26px 34px;
    width: 100%;
  }
  .sec_cont .recruit_links a > span {
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .sec_cont .recruit_links a > span span {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 3;
  }
  .people_slider {
    margin: 0 auto 120px;
  }
  .mind::before {
    top: -300px;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
    height: 1000px;
    border-radius: 500px;
    background: url("/careers/img/top/bg_top_01_sp.jpg") no-repeat bottom left #17349e;
    background-size: 100% auto;
    -webkit-transform: rotate(45deg) translate(0, -30%);
            transform: rotate(45deg) translate(0, -30%);
  }
  .company::after {
    position: absolute;
    top: 400px;
    z-index: 1;
    display: block;
    width: 540px;
    height: 8px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#248ad5), to(#17349e));
    background: linear-gradient(to right, #248ad5, #17349e);
    content: "";
    -webkit-transform: rotate(315deg) translateX(-150%);
            transform: rotate(315deg) translateX(-150%);
  }
  .faq {
    margin: 0 auto 180px;
  }
}
@media (min-width: 767.98px) {
  .company_links a figure,
  .work_links a figure {
    position: relative;
  }
  .company_links a figure::after,
  .work_links a figure::after {
    position: absolute;
    inset: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    content: " ";
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .company_links a figure::after {
    border: 0 solid #fff;
  }
  .company_links a:hover span {
    color: #17349e;
  }
  .company_links a:hover span::before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .company_links a:hover figure::after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 2px solid #fff;
    opacity: 1;
  }
  .work_links a figure::after {
    border: 0 solid #fff;
  }
  .work_links a:hover figcaption {
    color: #17349e;
  }
  .work_links a:hover figure::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 4px solid #fff;
    opacity: 1;
  }
  .recruit_links a:hover {
    color: #fff;
  }
  .recruit_links a:hover::before {
    color: #fff;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .recruit_links a:hover::after {
    opacity: 0;
  }
  .recruit_links a:hover > span span {
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.2rem;
  }
}
#scroll {
  position: absolute;
  bottom: 60px;
  left: -20px;
  z-index: 10;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 160px;
  height: 80px;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  #scroll {
    bottom: 20px;
    left: -60px;
  }
}
#scroll::before, #scroll::after {
  position: absolute;
  right: 10px;
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  content: "";
}
#scroll::after {
  -webkit-animation: ripple 1s ease-in-out infinite;
          animation: ripple 1s ease-in-out infinite;
}
#scroll span {
  position: relative;
  display: block;
  margin: 0 0 0 15px;
  width: 60px;
  height: 1px;
  background: #222;
}
#scroll span::before, #scroll span::after {
  position: absolute;
  inset: 0 0 0 auto;
  display: block;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #222;
  content: "";
}
#scroll span::before {
  inset: -2px auto auto 55px;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}
#scroll span::after {
  inset: auto auto -2px 55px;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
}