@charset "UTF-8";
/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
.serviceSingle {
  --service-blue: var(--color-main, 50 0 255);
  --service-ink: var(--color-bk, 14 20 36);
  --service-soft: 246 247 255;
  --service-line: 222 226 245;
  overflow: hidden;
}

.serviceSection_label {
  color: rgb(var(--service-blue));
  font-family: var(--font-unique);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 2.4rem;
  text-transform: uppercase;
}

.serviceSection_title {
  color: rgb(var(--service-blue));
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin: 0;
}
@media screen and (min-width: 320px) {
  .serviceSection_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceSection_title {
    font-size: 5.6rem;
  }
}

.serviceSection_read {
  color: rgb(var(--service-ink));
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.15;
  margin: 3.2rem 0 0;
}
@media screen and (min-width: 320px) {
  .serviceSection_read {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceSection_read {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 320px) {
  .serviceIntro,
  .serviceScope,
  .serviceFeatures,
  .serviceFlow,
  .serviceCase,
  .serviceFaq,
  .serviceRelated {
    padding: 9.6rem 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceIntro,
  .serviceScope,
  .serviceFeatures,
  .serviceFlow,
  .serviceCase,
  .serviceFaq,
  .serviceRelated {
    padding: 9.6rem 3.2rem;
  }
}

.serviceIntro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .serviceIntro {
    grid-template-columns: 41fr 59fr;
    gap: 6.4rem;
    padding-top: 12rem;
  }
}

.serviceIntro_image {
  border-radius: 1.6rem;
  box-shadow: 0 2.4rem 6rem rgba(24, 18, 90, 0.12);
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .serviceIntro_image {
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) {
  .serviceIntro_image {
    margin-top: 10rem;
  }
}
.serviceIntro_image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.serviceIntro_numbers {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--service-line), 0.9);
  border-radius: 1.6rem;
  box-shadow: 0 2rem 4.8rem rgba(40, 0, 255, 0.12);
  display: grid;
  gap: 0.1rem;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .serviceIntro_numbers {
    grid-column: 1/-1;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .serviceIntro_numbers {
    position: absolute;
    bottom: 4.8rem;
    left: 50%;
    width: 54%;
    transform: translateX(-50%);
  }
}
.serviceIntro_numbers dl {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 2.4rem;
}
.serviceIntro_numbers dt {
  color: rgb(var(--service-blue));
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}
.serviceIntro_numbers dd {
  align-items: baseline;
  color: rgb(var(--service-blue));
  display: flex;
  gap: 0.6rem;
  margin: 0;
}
.serviceIntro_numbers strong {
  font-family: var(--font-unique);
  font-size: 4.8rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
.serviceIntro_numbers span {
  font-size: 1.2rem;
  font-weight: 700;
}

.serviceScope {
  text-align: center;
}

.serviceScope_list {
  display: grid;
  gap: 2.4rem;
  margin-top: 5.6rem;
}
@media screen and (min-width: 320px) {
  .serviceScope_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .serviceScope_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.serviceScope_item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--service-line), 0.9);
  border-radius: 24px;
  box-shadow: 0 1.6rem 4rem rgba(50, 0, 255, 0.08);
  padding: 4rem 2.4rem 3.2rem;
  position: relative;
}
.serviceScope_item h3 {
  color: rgb(var(--service-blue));
  margin: 1.8rem 0 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .serviceScope_item h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceScope_item h3 {
    font-size: 2.6rem;
  }
}
.serviceScope_item p {
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 320px) {
  .serviceScope_item p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceScope_item p {
    font-size: 1.8rem;
  }
}

.serviceScope_icon {
  align-items: center;
  background: rgb(var(--service-blue));
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: var(--font-unique);
  font-size: 1.4rem;
  height: 6.4rem;
  justify-content: center;
  width: 6.4rem;
}

.serviceProblems {
  align-items: center;
  display: grid;
  gap: 4rem;
  padding: 8rem 4vw;
}
@media screen and (min-width: 1025px) {
  .serviceProblems {
    grid-template-columns: 1fr 1fr;
  }
}
.serviceProblems figure {
  border-radius: 1.6rem;
  margin: 0;
  overflow: hidden;
}
.serviceProblems figure img {
  aspect-ratio: 16/10;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.serviceProblems_cards {
  display: grid;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 600px) {
  .serviceProblems_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.serviceProblems_cards article {
  position: relative;
  background: #fff;
  border: 1px solid rgba(var(--service-line), 0.9);
  border-radius: 1.2rem;
  box-shadow: 0 1.2rem 3rem rgba(50, 0, 255, 0.07);
  min-height: 10.4rem;
}
@media screen and (min-width: 320px) {
  .serviceProblems_cards article {
    padding: 24px;
  }
}
@media screen and (min-width: 600px) {
  .serviceProblems_cards article {
    padding: 32px;
  }
}
.serviceProblems_cards svg {
  position: absolute;
  display: block;
  fill: rgb(var(--color-main));
  opacity: 0.08;
}
@media screen and (min-width: 320px) {
  .serviceProblems_cards svg {
    width: 14.4rem;
    height: 14.4rem;
    inset: 0 auto auto 4px;
  }
}
@media screen and (min-width: 600px) {
  .serviceProblems_cards svg {
    width: 14.4rem;
    height: 14.4rem;
    inset: 0 auto auto 4px;
  }
}
.serviceProblems_cards span, .serviceProblems_cards p {
  position: relative;
  z-index: 1;
}
.serviceProblems_cards span {
  display: inline-block;
  color: rgb(var(--service-blue));
  display: block;
  font-family: var(--font-unique);
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .serviceProblems_cards span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceProblems_cards span {
    font-size: 1.6rem;
  }
}
.serviceProblems_cards p {
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}
@media screen and (min-width: 320px) {
  .serviceProblems_cards p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceProblems_cards p {
    font-size: 2.4rem;
  }
}

.serviceFeatures {
  text-align: center;
}

.serviceFeature_list {
  display: grid;
  gap: 2.4rem;
  margin-top: 4.8rem;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .serviceFeature_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.serviceFeature_list article {
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 1.6rem 4.4rem rgba(50, 0, 255, 0.1);
  overflow: hidden;
  position: relative;
}
.serviceFeature_list figure {
  margin: 0;
}
.serviceFeature_list figure img {
  aspect-ratio: 16/9;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.serviceFeature_list span {
  color: rgba(var(--service-blue), 0.18);
  font-family: var(--font-unique);
  font-size: 7.2rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 1.6rem;
  top: 14rem;
}
.serviceFeature_list h3 {
  color: rgb(var(--service-blue));
  margin: 2.4rem 2.4rem 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .serviceFeature_list h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceFeature_list h3 {
    font-size: 3.2rem;
  }
}
.serviceFeature_list p {
  font-weight: 400;
  line-height: 2;
  margin: 0 2.4rem 2.4rem;
}
@media screen and (min-width: 320px) {
  .serviceFeature_list p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceFeature_list p {
    font-size: 1.8rem;
  }
}

.serviceFlow {
  text-align: center;
}

.serviceFlow_list {
  counter-reset: flow;
  display: grid;
  gap: 1.6rem;
  list-style: none;
  margin: 4.8rem 0 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .serviceFlow_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.serviceFlow_list li {
  background: #fff;
  border: 1px solid rgba(var(--service-line), 0.9);
  border-radius: 1.2rem;
  box-shadow: 0 1.2rem 3rem rgba(50, 0, 255, 0.07);
  padding: 2.4rem;
  position: relative;
  text-align: left;
}
.serviceFlow_list span {
  align-items: center;
  background: rgb(var(--service-blue));
  border-radius: 999rem;
  color: #fff;
  display: inline-flex;
  font-family: var(--font-unique);
  font-size: 1.2rem;
  height: 3.2rem;
  justify-content: center;
  margin-bottom: 1.6rem;
  width: 3.2rem;
}
.serviceFlow_list strong {
  color: rgb(var(--service-blue));
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.serviceFlow_list p {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}

.serviceCase {
  text-align: center;
}

.serviceCase_list {
  display: grid;
  gap: 2.4rem;
  margin-top: 4.8rem;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .serviceCase_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .serviceCase_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.serviceCase_card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 1.2rem 3.2rem rgba(50, 0, 255, 0.08);
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.serviceCase_card:hover {
  box-shadow: 0 2rem 5.6rem rgba(50, 0, 255, 0.16);
  transform: translateY(-0.8rem);
}
.serviceCase_card figure {
  margin: 0;
  overflow: hidden;
}
.serviceCase_card img {
  aspect-ratio: 16/10;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.serviceCase_card:hover img {
  transform: scale(1.06);
}
.serviceCase_card h3 {
  color: rgb(var(--service-blue));
  font-size: 1.7rem;
  line-height: 1.55;
  margin: 2rem 2rem 1rem;
}
.serviceCase_card p {
  color: rgb(var(--service-ink));
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 2rem 1.6rem;
}
.serviceCase_card span {
  color: rgb(var(--service-blue));
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 2rem 2rem;
  text-align: right;
}

.serviceFaq {
  align-items: start;
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 1025px) {
  .serviceFaq {
    grid-template-columns: 42fr 58fr;
  }
}
.serviceFaq figure {
  border-radius: 1.6rem;
  margin: 0;
  overflow: hidden;
}
.serviceFaq figure img {
  aspect-ratio: 16/11;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.serviceFaq details {
  background: #fff;
  border: 1px solid rgba(var(--service-line), 0.9);
  border-radius: 999rem;
  box-shadow: 0 1rem 2.8rem rgba(50, 0, 255, 0.06);
  margin-top: 1.2rem;
  padding: 0 2.4rem;
}
.serviceFaq summary {
  color: rgb(var(--service-blue));
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding: 1.8rem 2.4rem 1.8rem 0;
  position: relative;
}
@media screen and (min-width: 320px) {
  .serviceFaq summary {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceFaq summary {
    font-size: 2.2rem;
  }
}
.serviceFaq summary::-webkit-details-marker {
  display: none;
}
.serviceFaq summary::after {
  content: "+";
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.serviceFaq details[open] {
  border-radius: 1.6rem;
}
.serviceFaq details[open] summary::after {
  content: "−";
}
.serviceFaq p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
  padding: 0 0 2rem;
}
@media screen and (min-width: 320px) {
  .serviceFaq p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .serviceFaq p {
    font-size: 1.8rem;
  }
}

.serviceCta {
  color: #fff;
  padding: 6.4rem 4vw;
}
.serviceCta div {
  background: linear-gradient(90deg, rgba(50, 0, 255, 0.95), rgba(50, 0, 255, 0.55)), url("../images/service-cta.jpg") center/cover no-repeat;
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 5.6rem 4vw;
}
.serviceCta p {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
}
.serviceCta h2 {
  font-size: 3.6rem;
  line-height: 1.35;
  margin: 0 0 3.2rem;
}
.serviceCta a {
  align-items: center;
  background: #fff;
  border-radius: 999rem;
  color: rgb(var(--service-blue));
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 800;
  gap: 1.6rem;
  min-height: 5.6rem;
  padding: 0 3.2rem;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.serviceCta a:hover {
  box-shadow: 0 1.6rem 3.6rem rgba(0, 0, 0, 0.18);
  transform: translateY(-0.4rem);
}
.serviceCta i {
  background: rgb(var(--service-blue));
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  position: relative;
  width: 2rem;
}
.serviceCta i::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 0.6rem;
  left: 0.6rem;
  position: absolute;
  top: 0.6rem;
  transform: rotate(45deg);
  width: 0.6rem;
}

.serviceRelated_list {
  display: grid;
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 600px) {
  .serviceRelated_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .serviceRelated_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.serviceRelated_card {
  min-height: 34rem;
}

.topAbout_thumb {
  border-radius: 1.2rem 1.2rem 0 0;
  display: block;
  margin: -2.4rem -2.4rem 2rem;
  overflow: hidden;
}
.topAbout_thumb img {
  aspect-ratio: 16/10;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}/*# sourceMappingURL=service.css.map */