@charset "UTF-8";
/* ----------------------------------------------
    ローディングアニメーション
---------------------------------------------- */
.loading {
  background-color: #004386;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-animation: loading-fadeout 0.3s ease-out 5.6s forwards;
          animation: loading-fadeout 0.3s ease-out 5.6s forwards;
}
@media screen and (max-width: 767px) {
  .loading {
    font-size: 2rem;
  }
}
.loading .loading__text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading .loading__text {
  white-space: nowrap;
}
.loading .loading__text span {
  opacity: 0;
  -webkit-animation: loading-fadein 0.12s ease-out 1s forwards;
          animation: loading-fadein 0.12s ease-out 1s forwards;
}
.loading .loading__img-wrap {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  -webkit-animation: loading-fadein 0.5s ease-out 3.5s forwards;
          animation: loading-fadein 0.5s ease-out 3.5s forwards;
}
.loading .loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: loading-fadeout 0.3s ease-out 5s forwards;
          animation: loading-fadeout 0.3s ease-out 5s forwards;
}
@media screen and (max-width: 767px) {
  .loading .loading__img img {
    width: 300px;
    height: auto;
  }
}

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

@keyframes loading-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading-fadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading-fadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* ----------------------------------------------
    トップペー共通
---------------------------------------------- */
.bg-dot {
  position: relative;
  margin: auto;
}

/* ----------------------------------------------
    ファーストビュー
---------------------------------------------- */
.fv .fv-img img {
  height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .fv .fv-img img {
    height: 722px;
    -o-object-position: top;
       object-position: top;
  }
}
.fv .fv__text-wrap {
  position: absolute;
  top: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0 0 30px #fff;
  width: 95%;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .fv .fv__text-wrap {
    top: 214px;
  }
}
.fv .fv__text-en {
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv .fv__text-en {
    font-size: 4.8rem;
    margin-bottom: 20px;
  }
}
.fv .fv__text-sub {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .fv .fv__text-sub {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.fv .fv__text-small {
  width: 670px;
}
@media screen and (max-width: 767px) {
  .fv .fv__text-small {
    width: auto;
  }
}
.fv .bg-dot::before {
  content: "";
  display: block;
  background: url(../img/top/line-top-1.svg) no-repeat center/contain;
  width: 107px;
  aspect-ratio: 107/331;
  position: absolute;
  top: -200px;
  left: 56px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv .bg-dot::before {
    background: url(../img/top/line-top-1-sp.svg) no-repeat center/contain;
    width: 70px;
    top: -50px;
    left: 30px;
  }
}

/* ----------------------------------------------
    Our Service
---------------------------------------------- */
.our-service {
  background: url(../img/top/bg-our-service.png) no-repeat 100% 85px/647px 348px;
  position: relative;
  padding: 135px 0 120px;
}
@media screen and (max-width: 767px) {
  .our-service {
    background-image: none;
    padding: 170px 0 100px;
  }
}
.our-service .sec-overview {
  position: relative;
  width: 580px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .our-service .sec-overview {
    width: auto;
  }
}
.our-service .our-service__list {
  width: 826px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .our-service .our-service__list {
    width: calc(100% - 2.1rem);
  }
}
.our-service .our-service__item {
  position: relative;
  border-top: 1px solid #333;
  padding: 24px 0 37px;
}
.our-service .our-service__item:last-of-type {
  border-bottom: 1px solid #333;
}
.our-service .our-service__item-mun {
  font-size: 2rem;
  line-height: 1.3;
  position: absolute;
  top: -1.3rem;
  left: -1.5em;
}
@media screen and (max-width: 767px) {
  .our-service .our-service__item-mun {
    font-size: 1.4rem;
  }
}
.our-service .our-service__item-subtitle {
  font-size: 2rem;
  color: #a6acaf;
  line-height: 1.9;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .our-service .our-service__item-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}
.our-service .our-service__item-subtitle.has-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.our-service .our-service__item-title {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .our-service .our-service__item-title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 60px;
  }
}
.our-service .primary-btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .our-service .primary-btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .our-service .bg-dot {
    position: absolute;
    bottom: 0;
  }
}
.our-service .bg-dot::before {
  content: "";
  display: block;
  background: url(../img/top/line-top-2.svg) no-repeat top/contain;
  width: 2px;
  height: 1084px;
  position: absolute;
  left: 56px;
  bottom: -230px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .our-service .bg-dot::before {
    background: url(../img/top/line-top-2-sp.svg) no-repeat top/contain;
    height: 120px;
    left: 30px;
    bottom: -60px;
  }
}

/* ----------------------------------------------
    About us
---------------------------------------------- */
.top-about-us {
  background-color: #f2f4f6;
  overflow: hidden;
  position: relative;
  padding: 136px 0 324px;
}
@media screen and (max-width: 767px) {
  .top-about-us {
    background-color: #f2f4f6;
    width: auto;
    padding: 100px 0 280px;
  }
}
.top-about-us .bg-img {
  width: 1440px;
  height: 699px;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-about-us .bg-img {
    width: 100%;
    height: 360px;
    top: auto;
    left: auto;
    right: 0;
    bottom: 60px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top-about-us .bg-img::after {
  content: "";
  display: block;
  background: url(../img/top/bg-about-us.svg) no-repeat center/contain;
  width: 749px;
  height: 699px;
  position: absolute;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .top-about-us .bg-img::after {
    background: url(../img/top/bg-about-us-sp.svg) no-repeat center/contain;
    width: 309px;
    height: 360px;
    right: 0;
  }
}
.top-about-us .inner {
  position: relative;
  z-index: 1;
}
.top-about-us .top-about-us__content {
  width: 570px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-about-us .top-about-us__content {
    width: auto;
  }
}
.top-about-us .copy {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top-about-us .copy {
    font-size: 1.8rem;
  }
}
.top-about-us p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top-about-us p {
    margin-bottom: 32px;
  }
}
.top-about-us .top-about-us-inner {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top-about-us .top-about-us-inner {
    width: 92%;
  }
}
.top-about-us .bg-dot {
  position: absolute;
  bottom: 0;
}
.top-about-us .bg-dot::after {
  content: "";
  display: block;
  background: url(../img/top/line-top-3.svg) no-repeat center/contain;
  width: 2px;
  height: 249px;
  position: absolute;
  left: 56px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about-us .bg-dot::after {
    background: url(../img/top/line-top-3-sp.svg) no-repeat center/contain;
    height: 222px;
    left: 30px;
  }
}

/* ----------------------------------------------
    Recruit
---------------------------------------------- */
.top-recruit {
  background: url(../img/top/bg-recruit.png) no-repeat 0 0/655px 419px, -webkit-gradient(linear, left top, right top, from(rgba(121, 141, 155, 0.23)), to(rgba(121, 141, 155, 0.0874)));
  background: url(../img/top/bg-recruit.png) no-repeat 0 0/655px 419px, linear-gradient(90deg, rgba(121, 141, 155, 0.23), rgba(121, 141, 155, 0.0874));
  position: relative;
  padding: 130px 0 237px;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    background: -webkit-gradient(linear, left top, right top, from(rgba(121, 141, 155, 0.23)), to(rgba(121, 141, 155, 0.0874)));
    background: linear-gradient(90deg, rgba(121, 141, 155, 0.23), rgba(121, 141, 155, 0.0874));
    padding: 100px 0 185px;
  }
}
.top-recruit::after {
  content: "Work with us";
  display: block;
  font-size: 20rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1;
  white-space: nowrap;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-recruit::after {
    font-size: 17vw;
    bottom: 100px;
  }
}
.top-recruit .inner {
  max-width: 1440px;
  padding: 0;
}
.top-recruit .top-recruit__content {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .top-recruit .top-recruit__content {
    width: 92%;
    margin: 0 auto 40px;
  }
}
.top-recruit .sec-title {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-recruit .sec-title {
    margin: 0;
  }
}
.top-recruit .sec-title::after {
  right: -0.2em;
}
.top-recruit .recruit-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .top-recruit .recruit-link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-recruit .recruit-link__item {
  position: relative;
}
.top-recruit .recruit-link-btn {
  background-color: transparent;
  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;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  height: 72px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .top-recruit .recruit-link-btn {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    height: 64px;
  }
}
.top-recruit .recruit-link-btn::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-right-hover.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.top-recruit .recruit-link-btn:hover {
  background-color: #fff;
  color: #333;
}
.top-recruit .recruit-link-btn:hover::after {
  background: url(../img/common/arrow-right.svg) no-repeat center/contain;
}

/* ----------------------------------------------
    News
---------------------------------------------- */
.top-news {
  position: relative;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 100px 0;
  }
}
.top-news .bg-dot.bg-dot--top {
  position: absolute;
  top: 0;
}
.top-news .bg-dot.bg-dot--top::after {
  content: "";
  display: block;
  background: url(../img/top/line-top-4.svg) no-repeat center/contain;
  width: 2px;
  height: 99px;
  position: absolute;
  top: 0;
  left: 56px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-news .bg-dot.bg-dot--top::after {
    background: url(../img/top/line-top-4-sp.svg) no-repeat center/contain;
    height: 119px;
    top: -60px;
    left: 30px;
  }
}
.top-news .bg-dot.bg-dot--bottom {
  position: absolute;
  bottom: 0;
}
.top-news .bg-dot.bg-dot--bottom::after {
  content: "";
  display: block;
  background: url(../img/top/line-top-5.svg) no-repeat center/contain;
  width: 2px;
  height: 397px;
  position: absolute;
  bottom: 0;
  left: 56px;
  z-index: 1;
}
.top-news .top-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 110px;
}
@media screen and (max-width: 767px) {
  .top-news .top-news__content {
    display: block;
  }
}
.top-news .top-news__list {
  width: 837px;
}
@media screen and (max-width: 767px) {
  .top-news .top-news__list {
    width: 100%;
  }
}
.top-news .news__item:last-of-type {
  border-bottom: 1px solid #333;
}
.top-news .news__item {
  border-top: 1px solid #333;
}
.top-news .news__item .news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 48px;
  padding: 24px 20px;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
@media screen and (max-width: 767px) {
  .top-news .news__item .news__item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px 20px;
    padding: 24px 0;
  }
}
.top-news .news__item a.news__item-link:hover {
  opacity: 0.7;
}
.top-news .news__item time {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .top-news .news__item time {
    font-size: 1.4rem;
    width: 80px;
  }
}
.top-news .news__item .news__item-cate {
  width: 120px;
}
.top-news .news__item .news__item-cate-item {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00bfff), to(#0327a6));
  background: linear-gradient(90deg, #00bfff, #0327a6);
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  padding: 3px 8px;
}
@media screen and (max-width: 767px) {
  .top-news .news__item .news__item-cate-item {
    font-size: 1.3rem;
    padding: 3px 8px;
  }
}
.top-news .news__item .news__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .top-news .news__item .news__item-title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.top-news .primary-btn {
  margin: 30px 0 0 auto;
}

/* ----------------------------------------------
    Contact Us
---------------------------------------------- */
.top-contact {
  position: relative;
  padding: 130px 0 164px;
}
@media screen and (max-width: 767px) {
  .top-contact {
    padding: 215px 0 100px;
  }
}
.top-contact .bg-img {
  max-width: 1440px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-contact .bg-img {
    overflow: hidden;
    width: 100%;
    height: 230px;
    top: -55px;
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top-contact .bg-img::after {
  content: "";
  display: block;
  background: url(../img/top/bg-contact.png) no-repeat center/contain;
  min-width: 736px;
  aspect-ratio: 736/559;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-contact .bg-img::after {
    background: url(../img/top/bg-contact-sp.png) no-repeat 117px 0/423px 230px;
    width: 100%;
    height: 230px;
    min-width: auto;
    aspect-ratio: 423/230;
    right: 0;
  }
}
.top-contact .bg-dot {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .top-contact .bg-dot::after {
    content: "";
    display: block;
    background: url(../img/top/line-top-5-sp.svg) no-repeat center/contain;
    width: 2px;
    height: 220px;
    position: absolute;
    top: -45px;
    left: 30px;
    z-index: 1;
  }
}
.top-contact .top-contact__content {
  width: 506px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-contact .top-contact__content {
    width: 100%;
  }
}
.top-contact .primary-btn {
  width: 232px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top-contact .primary-btn {
    width: 216px;
    margin-top: 32px;
  }
}/*# sourceMappingURL=top.css.map */