/*==================================================
sp pc
==================================================*/
@media all and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.-scroll-header .l-header {
  opacity: 1;
  visibility: visible;
}

/*--------------------
works
--------------------*/
.p-works {
  margin-top: 0;
}

/*--------------------
top-mv
--------------------*/
.top-mv {
  background-color: var(--main-color-dk);
  height: 80svh;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .top-mv {
    height: 59rem;
  }
}
.top-mv #wrapper_js-top-mv::before {
  background-image: linear-gradient(180deg, rgba(103, 150, 226, 0.8549019608) 0%, rgba(58, 191, 214, 0) 16%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-mv__header {
  height: 10rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 1080px) {
  .top-mv__header {
    height: var(--height-header);
  }
}
.top-mv__header-inner {
  align-items: center;
  display: flex;
  height: inherit;
  padding: 0 3.2rem;
  position: relative;
}
@media all and (max-width: 1320px) {
  .top-mv__header-inner {
    padding: 0 2rem;
  }
}
@media all and (max-width: 768px) {
  .top-mv__header-inner {
    padding: 0 var(--height-header) 0 1.4rem;
  }
}
.top-mv__header-logo {
  display: block;
  margin-right: auto;
}
.top-mv__header-logo-img {
  width: auto;
}
@media all and (max-width: 1320px) {
  .top-mv__header-logo-img {
    height: 3.9rem;
  }
}
.top-mv__header-lists {
  align-items: center;
  display: flex;
  gap: 1.4rem;
}
@media all and (max-width: 1320px) {
  .top-mv__header-lists {
    gap: 1rem;
  }
}
@media all and (max-width: 1080px) {
  .top-mv__header-lists {
    display: none;
  }
}
.top-mv__header-list:not(:first-child) {
  border-left: 0.1rem solid #fff;
  padding-left: 1.4rem;
}
@media all and (max-width: 1320px) {
  .top-mv__header-list:not(:first-child) {
    padding-left: 1rem;
  }
}
.top-mv__header-item {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  gap: 0.6rem;
}
.top-mv__header-btns {
  align-items: center;
  display: flex;
  gap: 1.8rem;
  margin-left: 1.4rem;
}
@media all and (max-width: 1320px) {
  .top-mv__header-btns {
    gap: 1rem;
    margin-left: 1rem;
  }
}
@media all and (max-width: 1080px) {
  .top-mv__header-btns {
    display: none;
  }
}
.top-mv__header-btn .-recruit {
  border: 0.1rem solid;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 4rem;
  height: 4rem;
  justify-content: center;
  width: 11rem;
}
@media (hover: hover) and (pointer: fine) {
  .top-mv__header-btn .-recruit {
    transition: 0.3s;
  }
  .top-mv__header-btn .-recruit:hover {
    background-color: var(--main-color);
    opacity: 1;
    color: #fff;
  }
}
@media all and (max-width: 1320px) {
  .top-mv__header-btn .-recruit {
    font-size: 1.3rem;
    width: 8rem;
  }
}
.top-mv__header-btn .-contact {
  font-size: 1.4rem;
  height: 4rem;
  width: 18rem;
}
@media all and (max-width: 1320px) {
  .top-mv__header-btn .-contact {
    font-size: 1.3rem;
    width: 12rem;
  }
}
.top-mv__header-toggle {
  display: none;
}
@media all and (max-width: 1080px) {
  .top-mv__header-toggle {
    background-color: transparent;
    display: grid;
    height: var(--height-header);
    padding: 0;
    place-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: var(--height-header);
  }
  .top-mv__header-toggle-lines {
    height: 2.9rem;
    position: relative;
    width: 3rem;
  }
  .top-mv__header-toggle-line {
    background-color: #fff;
    border-radius: 10rem;
    height: 0.5rem;
    right: 0;
    position: absolute;
  }
  .top-mv__header-toggle-line:nth-child(1) {
    top: 0;
    width: 100%;
  }
  .top-mv__header-toggle-line:nth-child(2) {
    top: 1.2rem;
    width: 2.4rem;
  }
  .top-mv__header-toggle-line:nth-child(3) {
    top: 2.4rem;
    width: 2rem;
  }
}
.top-mv__ttl {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 6rem;
  font-weight: var(--font-weight-base);
  gap: 3rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 34%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .top-mv__ttl {
    font-size: 3.2rem;
    gap: 1.6rem;
    top: 16rem;
  }
}
.top-mv__ttl-item {
  align-items: center;
  display: inline-flex;
  height: 8.2rem;
  position: relative;
  padding: 0 3.6rem 0.6rem;
}
@media all and (max-width: 768px) {
  .top-mv__ttl-item {
    height: 4.5rem;
    padding: 0 2rem 0.4rem;
  }
}
.top-mv__ttl-item:nth-child(1)::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
.top-mv__ttl-item:nth-child(2) {
  margin-left: 1em;
}
.top-mv__ttl-item:nth-child(2)::after {
  -webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
.top-mv__ttl-item::after {
  background-image: linear-gradient(45deg, #5A99D8 0%, #64DBFF 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.88;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.top-mv__menu {
  bottom: 5rem;
  left: 0;
  padding-inline: var(--site-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .top-mv__menu {
    bottom: -3rem;
  }
}

/*--------------------
top-20th
--------------------*/
.top-20th {
  min-height: 75rem;
  overflow: hidden;
  padding: 6rem 0;
  position: relative;
}
@media all and (max-width: 1080px) {
  .top-20th {
    padding: 7rem 0 62%;
  }
}
.top-20th__inner {
  align-items: center;
  display: grid;
  gap: 7.5rem;
  grid-template-columns: 1fr 54rem;
  padding-right: 14rem;
}
@media all and (max-width: 1080px) {
  .top-20th__inner {
    display: block;
    padding-right: var(--site-padding);
  }
}
.top-20th__head {
  order: 1;
  padding-top: 2rem;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 1080px) {
  .top-20th__head {
    padding-top: 0;
  }
}
.top-20th__ttl {
  text-align: center;
}
@media all and (max-width: 768px) {
  .top-20th__ttl {
    margin: 0 auto;
    max-width: 27.2rem;
  }
}
.top-20th__read {
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.09em;
  margin-top: 1rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .top-20th__read {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.top-20th__txt {
  margin-top: 2.5rem;
}
@media all and (max-width: 768px) {
  .top-20th__txt {
    padding-inline: 1rem;
  }
}
.top-20th__btn {
  margin-top: 3rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .top-20th__btn {
    margin-top: 2.4rem;
  }
}
.top-20th__deco {
  left: 50%;
  min-width: 86rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-53%, -50%);
  z-index: -1;
}
@media all and (max-width: 1080px) {
  .top-20th__deco {
    max-width: 70rem;
    min-width: auto;
    top: -13rem;
    transform: translateX(-50%);
    width: 144%;
    opacity: 0.7;
  }
}
.top-20th__img {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1080px) {
  .top-20th__img {
    bottom: 0;
    position: absolute;
    right: -2rem;
    width: 56%;
  }
}
.top-20th__bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*--------------------
top-about
--------------------*/
.top-about {
  margin-top: -14rem;
  min-height: 79rem;
  padding: 29.5rem 0 18.5rem;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 1080px) {
  .top-about {
    min-height: auto;
    padding-bottom: 8rem;
  }
}
@media all and (max-width: 768px) {
  .top-about {
    margin-top: -8rem;
    padding: 23rem 0 6rem;
  }
}
.top-about::before {
  color: #fff;
  content: "ABOUT\aSERVICE";
  display: block;
  font-size: 8rem;
  font-weight: var(--font-weight-thin);
  left: 0;
  letter-spacing: 0.09em;
  line-height: 1.13;
  margin: 0 auto;
  max-width: var(--site-width-lg);
  padding-inline: var(--site-padding);
  position: absolute;
  right: 0;
  top: 8rem;
  white-space: pre;
}
@media all and (max-width: 768px) {
  .top-about::before {
    font-size: 5.4rem;
    padding-left: 0;
  }
}
.top-about__head {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 1080px) {
  .top-about__head {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.top-about__ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.09em;
  line-height: 1.75;
}
@media all and (max-width: 768px) {
  .top-about__ttl {
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.top-about__txt {
  color: #fff;
  line-height: 2;
}
.top-about__body {
  margin-top: 4rem;
}
.top-about__bg {
  -webkit-clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0 100%);
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 1080px) {
  .top-about__bg {
    -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
  }
}

/*--------------------
top-service
--------------------*/
.top-service {
  margin-top: -14rem;
  min-height: 66rem;
  padding: 22rem 0 9.5rem;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 1080px) {
  .top-service {
    margin-top: -4rem;
    min-height: auto;
    padding: 22rem 0 8rem;
  }
}
.top-service::before {
  color: var(--main-color-sub);
  content: "RECOMENDED\aSERVICE";
  display: block;
  font-size: 8rem;
  font-weight: var(--font-weight-thin);
  left: 0;
  letter-spacing: 0.09em;
  line-height: 1.13;
  margin: 0 auto;
  max-width: var(--site-width-lg);
  padding-inline: var(--site-padding);
  position: absolute;
  right: 0;
  text-align: right;
  top: 18rem;
  white-space: pre;
  z-index: -1;
}
@media all and (max-width: 1080px) {
  .top-service::before {
    top: 6rem;
  }
}
@media all and (max-width: 768px) {
  .top-service::before {
    font-size: 5.4rem;
    letter-spacing: 0.05em;
    padding-inline: 0;
  }
}
.top-service__inner {
  display: grid;
  grid-template-columns: 46rem 1fr;
}
@media all and (max-width: 1080px) {
  .top-service__inner {
    display: block;
  }
}
.top-service__head {
  order: 1;
  padding-top: 16rem;
}
@media all and (max-width: 1080px) {
  .top-service__head {
    padding-top: 5rem;
  }
}
@media all and (max-width: 768px) {
  .top-service__head {
    padding-top: 0;
  }
}
.top-service__ttl {
  text-align: right;
  font-size: 3.2rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.09em;
  line-height: 1.75;
}
@media all and (max-width: 768px) {
  .top-service__ttl {
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media all and (max-width: 1080px) {
  .top-service__body {
    margin-top: 3rem;
  }
}
.top-service__bg {
  -webkit-clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0 100%);
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media all and (max-width: 1080px) {
  .top-service__bg {
    -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
  }
}
/*# sourceMappingURL=top.css.map */