@charset "UTF-8";
/**********************
* できること下層ページcss
*************************/
.service-hero {
  display: flex;
}
@media (max-width: 960px) {
  .service-hero {
    flex-direction: column;
  }
}
.service-hero .breadcrumb.l-inner {
  margin-left: 0;
}
@media (max-width: 960px) {
  .service-hero .breadcrumb {
    display: none;
  }
}

.service-hero__thumb {
  position: relative;
  margin-left: 8.5%;
  width: 72%;
  aspect-ratio: 880/696;
}
@media (max-width: 960px) {
  .service-hero__thumb {
    margin-left: 0;
    width: 100%;
    aspect-ratio: 375/317;
  }
}
.service-hero__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-hero__detail {
  position: relative;
  margin-right: auto;
  margin-left: max(9.5%, (100% - 1600px) / 2);
  display: flex;
  flex-direction: column;
  width: 36.25%;
}
@media (max-width: 960px) {
  .service-hero__detail {
    margin-left: auto;
    width: 87%;
  }
}

.service-hero__title {
  position: relative;
  margin-top: 208px;
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
}
@media (max-width: 960px) {
  .service-hero__title {
    margin-top: 114px;
    font-size: 32px;
  }
}
.service-hero__title span {
  display: block;
  font-size: 50%;
  line-height: 1.25;
}
@media (max-width: 960px) {
  .service-hero__title span {
    margin-top: -0.25em;
  }
}
.service-hero__title::after {
  content: "";
  position: absolute;
  left: -150px;
  top: 8px;
  display: block;
  width: 140px;
  height: 1px;
  background-color: var(--primary-color, #2A73BA);
}
@media (max-width: 960px) {
  .service-hero__title::after {
    display: none;
  }
}
.service-hero__title::before {
  content: attr(data-title);
  margin-bottom: 38px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: var(--primary-color, #2A73BA);
  font-family: var(--main-langEn, "Hanken Grotesk", sans-serif);
}
@media (max-width: 960px) {
  .service-hero__title::before {
    margin-bottom: -5px;
    font-size: 16px;
  }
}

.service-hero__text {
  margin-top: 64px;
  padding-bottom: 1.5em;
}
@media (max-width: 960px) {
  .service-hero__text {
    margin-top: 40px;
  }
}
.service-hero__text + .breadcrumb-wrap {
  margin-top: auto;
}

.c-service-anchor-menu {
  margin-top: 61px;
}
@media (max-width: 960px) {
  .c-service-anchor-menu {
    margin-top: 48px;
  }
}

.c-sec-service-child01 {
  padding: 256px 0 256px;
}
@media (max-width: 960px) {
  .c-sec-service-child01 {
    padding: 85px 0 85px;
  }
}

.c-service-list {
  counter-reset: number 0;
}

.c-service-item {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  align-items: center;
}
.c-service-item:nth-child(odd) .c-service-item__detail {
  grid-area: 1/1/2/3;
}
.c-service-item:nth-child(odd) .c-service-item__thumb {
  grid-area: 1/2/2/6;
}
.c-service-item:nth-child(odd) .c-service-item__detail {
  margin-right: auto;
}
.c-service-item:nth-child(odd) .c-service-item__thumb {
  margin-left: auto;
}
.c-service-item:nth-child(odd) .c-service-item__text {
  margin-left: auto;
}
.c-service-item:nth-child(even) .c-service-item__thumb {
  grid-area: 1/1/2/5;
}
.c-service-item:nth-child(even) .c-service-item__detail {
  grid-area: 1/4/2/6;
}
.c-service-item:nth-child(even) .c-service-item__detail::before {
  left: auto;
  right: 0.025em;
}
.c-service-item:nth-child(even) .c-service-item__detail {
  flex-direction: row-reverse;
}
.c-service-item:nth-child(even) .c-service-item__thumb {
  margin-right: auto;
}
.c-service-item:nth-child(even) .c-service-item__text {
  margin-right: auto;
}
.c-service-item:nth-child(n+2) {
  margin-top: 100px;
}
@media (max-width: 960px) {
  .c-service-item:nth-child(n+2) {
    margin-top: 13.3333333333%;
  }
}

@media (max-width: 960px) {
  .c-service-item {
    display: block;
  }
  .c-service-item:nth-child(odd) .c-service-item__thumb {
    margin-top: -9%;
    margin-left: auto;
    margin-right: -7.5%;
  }
  .c-service-item:nth-child(even) .c-service-item__thumb {
    margin-top: -9%;
    margin-left: -7.5%;
    margin-right: auto;
  }
}
.c-service-item__detail {
  margin-top: 6.3047285464%;
  position: relative;
  z-index: 2;
  padding: 80px 56px 70px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  width: 495px;
}
@media (max-width: 960px) {
  .c-service-item__detail {
    width: 100%;
    padding: 30px 16px 12%;
    z-index: 1;
  }
}
.c-service-item__detail::before {
  position: absolute;
  bottom: 0;
  left: 0.025em;
  counter-increment: number 1;
  content: counter(number);
  color: #E9EAF0;
  font-family: "Hanken Grotesk";
  font-size: 152px;
  font-size: clamp(144px,9.5vw,152px);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  z-index: -1;
}
@media (max-width: 960px) {
  .c-service-item__detail::before {
    font-size: 144px;
    font-size: min(38.4vw,144px);
    bottom: 9%;
  }
}

.c-service-item__title {
  margin-top: -4em;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 960px) {
  .c-service-item__title {
    margin-top: -2.75em;
    font-size: 24px;
    line-height: 125%;
  }
}

.c-service-item__text {
  width: 74%;
}
@media (max-width: 960px) {
  .c-service-item__text {
    padding-bottom: 4em;
    width: 69%;
    min-height: 16em;
  }
}

.c-service-item__thumb {
  position: relative;
  width: 80%;
  height: auto;
  z-index: 1;
}
@media (max-width: 960px) {
  .c-service-item__thumb {
    position: relative;
    width: 94%;
    max-width: 620px;
    aspect-ratio: 155/118;
    overflow: hidden;
    z-index: 2;
  }
  .c-service-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.service-child-worklist .archive-item__category {
  display: none;
}