@charset "UTF-8";
/*====================================
  page: service（ハブ + service-01〜06）
=====================================*/
/*====================================
  color
=====================================*/
/*====================================
  font-family
=====================================*/
/*====================================
  font-size (fluid)
=====================================*/
/*====================================
  font-size variables
=====================================*/
/*====================================
  font-weight
=====================================*/
/*====================================
  font-size utility classes
=====================================*/
/*====================================
  letter-spacing
=====================================*/
/*====================================
  mt
=====================================*/
/*====================================
  mb
=====================================*/
/*====================================
  ml
=====================================*/
/*====================================
  mr
=====================================*/
/*====================================
  pt
=====================================*/
/*====================================
  pb
=====================================*/
/*====================================
  pl
=====================================*/
/*====================================
  pr
=====================================*/
/*====================================
  spacing utility classes
=====================================*/
/*====================================
  breakpoints
=====================================*/
/*====================================
  Service01
=====================================*/
#service-01 .ser-lead__figure {
  right: 0;
  left: auto;
  max-width: clamp(140px, 16vw, 180px);
}
#service-01 .ser-banner {
  z-index: 1;
}
#service-01 .ser-banner__link {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
#service-01 .ser-banner__link img {
  background-color: #ffffff;
}
#service-01 .ser-banner__bg-img {
  z-index: 0;
}
#service-01 .ser-banner__bg-img img {
  object-fit: contain;
}
#service-01 .ser-banner__bg-img.img-02 {
  width: clamp(140px, 14vw, 212px);
  height: auto;
  aspect-ratio: 212/122;
  transform: translateY(-50%);
  left: 20%;
  top: 0;
}
#service-01 .ser-banner__bg-img.img-03 {
  width: clamp(80px, 8vw, 145px);
  height: auto;
  aspect-ratio: 145/161;
  transform: translate(25%, 50%);
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  #service-01 .ser-banner__bg-img.img-03 {
    transform: translate(-25%, 50%);
  }
}
#service-01 .ser-cost__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #629ed7;
  border-bottom: 1px solid #629ed7;
}
#service-01 .ser-cost__row {
  display: flex;
  gap: 40px;
  padding: 32px 0;
  border-bottom: 1px solid #629ed7;
}
#service-01 .ser-cost__row:last-child {
  border-bottom: 0;
}
@media (max-width: 768px) {
  #service-01 .ser-cost__row {
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
  }
}
#service-01 .ser-cost__row-ttl {
  color: #3c8bb6;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
  min-width: 180px;
}
#service-01 .ser-cost__row-body {
  font-weight: 700;
  flex: 1;
}
#service-01 .ser-cost__note {
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  font-weight: 700;
}
#service-01 .ser-cost__intro {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: left;
}
#service-01 .ser-cost__items {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 6vw, 64px);
}
#service-01 .ser-cost__item-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) min(300px, 100%);
  grid-gap: 16px;
  align-items: stretch;
}
@media (max-width: 1200px) {
  #service-01 .ser-cost__item-body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #service-01 .ser-cost__item-body {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
#service-01 .ser-cost__item-img {
  display: flex;
  align-items: flex-end;
  min-height: 0;
}
#service-01 .ser-cost__item-img img {
  display: block;
  width: 100%;
  height: auto;
}
#service-01 .ser-cost__item-table {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 2px solid #329fda;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
  padding: clamp(16px, 2vw, 20px) clamp(12px, 1.5vw, 16px);
}
@media (max-width: 1200px) {
  #service-01 .ser-cost__item-table {
    grid-area: 2/1/3/3;
    height: auto;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #service-01 .ser-cost__item-table {
    grid-area: auto;
  }
}
#service-01 .ser-cost__item-dl {
  margin: 0;
  flex: 1;
}
#service-01 .ser-cost__item-pair {
  display: grid;
  grid-template-columns: minmax(0, 96px) minmax(0, 1fr);
  gap: 16px 24px;
  align-items: baseline;
  padding: 12px 0;
}
@media (max-width: 640px) {
  #service-01 .ser-cost__item-pair {
    gap: 6px;
  }
}
#service-01 .ser-cost__item-emphasis-block {
  padding-bottom: 0;
}
#service-01 .ser-cost__item-emphasis-block .ser-cost__item-pair + .ser-cost__item-pair {
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px dashed #329fda;
}
#service-01 .ser-cost__item-dl .ser-cost__item-pair + .ser-cost__item-pair,
#service-01 .ser-cost__item-dl .ser-cost__item-emphasis-block + .ser-cost__item-pair {
  margin-top: 0;
  padding: 12px 0;
  border-top: 1px dashed #329fda;
}
#service-01 .ser-cost__item-pair--lined {
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px dashed #329fda;
}
#service-01 .ser-cost__item-term {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
#service-01 .ser-cost__item-value {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
#service-01 .ser-cost__item-value--highlight {
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
  color: #329fda;
  letter-spacing: 0;
}
#service-01 .ser-cost__item-url {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  word-break: break-all;
  transition: opacity 0.2s ease;
}
#service-01 .ser-cost__item-url:hover {
  opacity: 0.85;
}

/*====================================
 flow
=====================================*/
#service-01 .ser-flow-deco-layer {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  pointer-events: none;
}
@media (max-width: 1100px) {
  #service-01 .ser-flow-deco-layer {
    padding-inline: 5%;
  }
}

#service-01 .ser-flow__img {
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  width: clamp(180px, 30vw, 444px);
  height: auto;
  aspect-ratio: 444/335;
}
@media (max-width: 1024px) {
  #service-01 .ser-flow__img {
    transform: translate(0, -25%);
  }
}
#service-01 .ser-flow__img img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#service-02 {
  /*====================================
  point
  ======================================*/
  /*====================================
  ser-gd-scope
  ======================================*/
  /*====================================
  cost
  ======================================*/
  /*====================================
  staff
  ======================================*/
}
#service-02 .ser-lead__figure {
  left: 0;
  right: 0;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #service-02 .ser-lead__figure {
    left: auto;
  }
}
#service-02 .ser-point__title {
  aspect-ratio: 670/39;
}
@media (max-width: 768px) {
  #service-02 .ser-point__title {
    aspect-ratio: auto;
  }
}
#service-02 .ser-point__image {
  position: relative;
  z-index: 2;
}
#service-02 .ser-gd-scope__lead {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-inline: auto;
  text-align: left;
}
#service-02 .ser-gd-scope__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: center;
  gap: clamp(12px, 2vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #service-02 .ser-gd-scope__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  #service-02 .ser-gd-scope__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#service-02 .ser-gd-scope__item {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
#service-02 .ser-gd-scope__item:nth-child(1) {
  transition-delay: 0s;
}
#service-02 .ser-gd-scope__item:nth-child(2) {
  transition-delay: 0.07s;
}
#service-02 .ser-gd-scope__item:nth-child(3) {
  transition-delay: 0.14s;
}
#service-02 .ser-gd-scope__item:nth-child(4) {
  transition-delay: 0.21s;
}
#service-02 .ser-gd-scope__item:nth-child(5) {
  transition-delay: 0.28s;
}
#service-02 .ser-gd-scope__item:nth-child(6) {
  transition-delay: 0.35s;
}
#service-02 .ser-gd-scope__item:nth-child(7) {
  transition-delay: 0.42s;
}
#service-02 .ser-gd-scope__item:nth-child(8) {
  transition-delay: 0.49s;
}
#service-02 .ser-gd-scope__item:nth-child(9) {
  transition-delay: 0.56s;
}
#service-02 .ser-gd-scope__item:nth-child(10) {
  transition-delay: 0.63s;
}
@media (max-width: 768px) {
  #service-02 .ser-gd-scope__item:nth-child(10) {
    grid-column: 2;
  }
}
@media (max-width: 480px) {
  #service-02 .ser-gd-scope__item {
    max-width: none;
  }
  #service-02 .ser-gd-scope__item:nth-child(10) {
    grid-column: auto;
  }
}
#service-02 .ser-gd-scope__disc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 50%;
  padding: 10px 12px;
  background-image: url(../img/page/service/service02/ser-gd-scope-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#service-02 .ser-gd-scope__txt {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0172fd;
}
@media (max-width: 480px) {
  #service-02 .ser-gd-scope__txt {
    font-size: clamp(11px, 3.2vw, 13px);
  }
}
#service-02 .ser-cost__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 849/431;
}
@media (max-width: 768px) {
  #service-02 .ser-02-cost__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#service-02 .ser-02-cost__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#service-02 .ser-02-cost__table th,
#service-02 .ser-02-cost__table td {
  border: 1px solid #329fda;
  padding: 18px 24px;
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
  font-weight: 500;
  line-height: 1.4;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #service-02 .ser-02-cost__table th,
  #service-02 .ser-02-cost__table td {
    padding: 12px 14px;
    font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
  }
}
#service-02 .ser-02-cost__table thead th {
  position: relative;
  background-color: #329fda;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
}
#service-02 .ser-02-cost__table thead th:first-child {
  border-right: 1px solid #ffffff;
}
#service-02 .ser-02-cost__table thead th + th {
  border-left: 1px solid #ffffff;
}
#service-02 .ser-02-cost__table tbody th {
  width: 1%;
  white-space: nowrap;
  background-color: #ebf3fa;
  text-align: left;
  font-weight: 500;
}
#service-02 .ser-02-cost__table tbody td {
  position: relative;
  width: auto;
  text-align: center;
}
@media (max-width: 768px) {
  #service-02 .ser-02-cost__table {
    min-width: 480px;
  }
}
#service-02 .ser-02-cost__badge {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: #329fda;
  color: #ffffff;
  font-size: clamp(10px, 10px + 3 * (100vw - 375px) / 905, 13px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #service-02 .ser-02-cost__badge {
    left: 8px;
    padding: 2px 8px;
  }
}
#service-02 .ser-staff {
  margin-top: -160px;
}
@media (max-width: 768px) {
  #service-02 .ser-staff {
    margin-top: -80px;
  }
}

#service-03 {
  /*====================================
   ser-03-ict
  =====================================*/
  /*====================================
   ser-03-cost
  =====================================*/
}
#service-03 .ser-lead {
  position: relative;
  z-index: 2;
}
#service-03 .ser-lead__figure {
  right: 0;
  left: auto;
  z-index: 10;
}
#service-03 .ser-03-ict {
  position: relative;
  z-index: 1;
}
#service-03 .ser-03-ict__inr {
  justify-content: space-between;
  align-items: stretch;
  gap: clamp(40px, 64px + 24 * (100vw - 375px) / 905, 64px);
  flex-wrap: wrap;
}
#service-03 .ser-03-ict__left {
  width: calc(50% - 32px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#service-03 .ser-03-ict__img--main {
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  width: calc(50vw + 50%);
  max-width: none;
  height: clamp(400px, 44.3vw, 500px);
  object-fit: cover;
}
#service-03 .ser-03-ict__img--sub {
  width: clamp(240px, 24vw, 300px);
  height: auto;
  aspect-ratio: 303/274;
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}
#service-03 .ser-03-ict__right {
  width: calc(50% - 32px);
}
#service-03 .ser-03-ict .btn-grad:hover {
  background-color: initial;
}
@media (max-width: 960px) {
  #service-03 .ser-03-ict__inr {
    flex-direction: column-reverse;
    gap: 40px;
  }
  #service-03 .ser-03-ict__left {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #service-03 .ser-03-ict__img--main {
    position: relative;
    z-index: 1;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 24px;
  }
  #service-03 .ser-03-ict__img--sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    transform: translate(-25%, -50%);
    z-index: 2;
  }
  #service-03 .ser-03-ict__right {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 480px) {
  #service-03 .ser-03-ict__img--main {
    height: auto;
    object-fit: contain;
  }
  #service-03 .ser-03-ict__img--sub {
    width: 80px;
  }
}
#service-03 .ser-03-cost__ttl {
  display: block;
  width: fit-content;
  max-width: min(516px, 100%);
  height: auto;
  margin: 0 auto clamp(16px, 2vw, 24px);
  text-align: center;
}
#service-03 .ser-03-cost__ttl img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(40px, 4.3vw, 50px);
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
#service-03 .ser-03-cost__ttl.fade-in-up {
  transform: translateY(30px);
}
#service-03 .ser-03-cost__ttl.fade-in-up.visible {
  transform: translateY(0);
}
#service-03 .ser-03-cost__ttl.fade-in-up.visible img {
  animation: ser-step-ttl-float 3.5s ease-in-out 0.9s infinite;
}
@media (prefers-reduced-motion: reduce) {
  #service-03 .ser-03-cost__ttl.fade-in-up.visible img {
    animation: none;
  }
}
@media (max-width: 768px) {
  #service-03 .ser-03-cost__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#service-03 .ser-03-cost__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#service-03 .ser-03-cost__table tbody {
  border: 2px solid #329fda;
}
#service-03 .ser-03-cost__table th,
#service-03 .ser-03-cost__table td {
  border: 1px solid #329fda;
  padding: 20px 8px;
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.005em;
  text-align: center;
  line-height: 1.2;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #service-03 .ser-03-cost__table th,
  #service-03 .ser-03-cost__table td {
    padding: 12px 8px;
    font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
  }
}
#service-03 .ser-03-cost__table th {
  width: 16.8%;
  background-color: #ebf3fa;
  font-weight: 400;
}
#service-03 .ser-03-cost__table td {
  width: 16.64%;
}
@media (max-width: 768px) {
  #service-03 .ser-03-cost__table {
    min-width: 480px;
  }
}
#service-03 .ser-03-cost__note {
  display: block;
  width: 100%;
  height: 12px;
  margin-left: auto;
  margin-right: 0;
  object-fit: contain;
  object-position: right;
  aspect-ratio: 247/12;
}

#service-04 {
  /*====================================
  cards
  =====================================*/
  /*====================================
  adv (SNS運営のメリット)
  =====================================*/
  /*====================================
  cont (SNS運営の流れ)
  =====================================*/
  /*====================================
  point
  =====================================*/
  /*====================================
  price
  =====================================*/
  /*====================================
  flow
  =====================================*/
}
#service-04 .ser-lead__figure {
  left: 0;
  right: 0;
  bottom: -8px;
  width: fit-content;
  max-width: clamp(100px, 12vw, 157px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  #service-04 .ser-lead__figure {
    left: auto;
  }
}
#service-04 .ser-cards.ser-04-cards {
  z-index: 10;
}
#service-04 .ser-cards__lead {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
#service-04 .ser-cards__text {
  flex: 1;
}
#service-04 .ser-cards__lead-text {
  flex: 1;
  color: #ffffff;
  font-weight: 700;
}
#service-04 .ser-cards__lead-text--strong {
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #0172fd;
}
@media (max-width: 960px) {
  #service-04 .ser-cards__lead-text--strong {
    padding: 12px 24px;
  }
}
@media (max-width: 768px) {
  #service-04 .ser-cards__lead-text--strong {
    border-radius: 30px;
  }
}
#service-04 .ser-cards__img {
  width: clamp(200px, 28vw, 312px);
  height: auto;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 312/454;
}
#service-04 .ser-cards__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 768px) {
  #service-04 .ser-cards__img {
    position: absolute;
    width: 64px;
    bottom: 100%;
    transform: translate(-25%, 25%);
    right: 0;
  }
}
#service-04 .ser-cards__lead-sns {
  width: 175px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}
#service-04 .ser-cards__lead-sns img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 175/30;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-adv__ttl {
  display: block;
  width: clamp(240px, 26vw, 409px);
  height: auto;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 409/155;
  transform: translate(-50%, -25%);
}
#service-04 .ser-04-adv__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 960px) {
  #service-04 .ser-04-adv__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #service-04 .ser-04-adv__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
#service-04 .ser-04-adv__item {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 1px solid #251e1c;
}
#service-04 .ser-04-adv__head {
  background-color: #f3f4f2;
  position: relative;
  padding: 12px 8px 12px 0;
}
#service-04 .ser-04-adv__head-num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  display: block;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
#service-04 .ser-04-adv__head-num--01 {
  aspect-ratio: 84/80;
  height: clamp(60px, 8vw, 80px);
  width: auto;
}
#service-04 .ser-04-adv__head-num--02 {
  aspect-ratio: 73/84;
  height: clamp(63px, 8.4vw, 84px);
  width: auto;
}
#service-04 .ser-04-adv__head-num--03 {
  aspect-ratio: 79/87;
  height: clamp(65.25px, 8.7vw, 87px);
  width: auto;
}
#service-04 .ser-04-adv__head-num--04 {
  aspect-ratio: 61/83;
  height: clamp(62.25px, 8.3vw, 83px);
  width: auto;
}
#service-04 .ser-04-adv__head-txt {
  display: block;
  height: clamp(36px, 4vw, 44px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
#service-04 .ser-04-adv__head-txt--01 {
  padding-left: calc(clamp(60px, 8vw, 80px) * 84 / 80 + 8px);
}
#service-04 .ser-04-adv__head-txt--02 {
  padding-left: calc(clamp(63px, 8.4vw, 84px) * 73 / 84 + 8px);
}
#service-04 .ser-04-adv__head-txt--03 {
  padding-left: calc(clamp(65.25px, 8.7vw, 87px) * 79 / 87 + 8px);
}
#service-04 .ser-04-adv__head-txt--04 {
  padding-left: calc(clamp(62.25px, 8.3vw, 83px) * 61 / 83 + 8px);
}
#service-04 .ser-04-adv__body {
  padding: 16px 16px 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.8;
}
#service-04 .ser-04-adv__body p {
  font-weight: 700;
}
#service-04 .ser-04-cont {
  position: relative;
}
#service-04 .ser-04-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #0172fd;
  pointer-events: none;
  z-index: -2;
}
#service-04 .ser-04-cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e8d887;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
#service-04 .ser-04-cont__ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  display: block;
  width: clamp(227px, 27vw, 392px);
  height: auto;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 392/79;
}
#service-04 .ser-04-cont__ttl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-cont__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.2fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  list-style: none;
}
@media (max-width: 960px) {
  #service-04 .ser-04-cont__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  #service-04 .ser-04-cont__list {
    grid-template-columns: 1fr;
  }
}
#service-04 .ser-04-cont__item {
  position: relative;
  margin: 0;
  padding: 0;
}
#service-04 .ser-04-cont__item--01 {
  z-index: 6;
  grid-column: 1;
  grid-row: 1/span 2;
}
#service-04 .ser-04-cont__item--02 {
  z-index: 5;
  grid-column: 2;
  grid-row: 1/span 2;
}
#service-04 .ser-04-cont__item--03 {
  z-index: 4;
  grid-column: 3;
  grid-row: 1/span 2;
}
#service-04 .ser-04-cont__item--04 {
  z-index: 3;
  grid-column: 4;
  grid-row: 1/span 2;
}
#service-04 .ser-04-cont__item--05 {
  z-index: 2;
  grid-column: 5;
  grid-row: 1;
}
#service-04 .ser-04-cont__item--06 {
  z-index: 1;
  grid-column: 5;
  grid-row: 2;
}
@media (max-width: 960px) {
  #service-04 .ser-04-cont__item--01 {
    grid-column: 1;
    grid-row: 1;
  }
  #service-04 .ser-04-cont__item--02 {
    grid-column: 2;
    grid-row: 1;
  }
  #service-04 .ser-04-cont__item--03 {
    grid-column: 3;
    grid-row: 1;
  }
  #service-04 .ser-04-cont__item--04 {
    grid-column: 1;
    grid-row: 2;
  }
  #service-04 .ser-04-cont__item--05 {
    grid-column: 2;
    grid-row: 2;
  }
  #service-04 .ser-04-cont__item--05 .ser-04-cont__arrow {
    top: 25%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(50%, -50%);
  }
  #service-04 .ser-04-cont__item--06 {
    grid-column: 3;
    grid-row: 2;
  }
}
@media (max-width: 768px) {
  #service-04 .ser-04-cont__item--01, #service-04 .ser-04-cont__item--02, #service-04 .ser-04-cont__item--03, #service-04 .ser-04-cont__item--04, #service-04 .ser-04-cont__item--05, #service-04 .ser-04-cont__item--06 {
    grid-column: 1;
    grid-row: auto;
  }
  #service-04 .ser-04-cont__item--01 .ser-04-cont__arrow, #service-04 .ser-04-cont__item--02 .ser-04-cont__arrow, #service-04 .ser-04-cont__item--03 .ser-04-cont__arrow, #service-04 .ser-04-cont__item--04 .ser-04-cont__arrow, #service-04 .ser-04-cont__item--05 .ser-04-cont__arrow, #service-04 .ser-04-cont__item--06 .ser-04-cont__arrow {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 75%) rotate(90deg);
  }
}
#service-04 .ser-04-cont__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 15px;
  background-color: #fffff6;
  overflow: hidden;
  padding: 20px 20px;
}
#service-04 .ser-04-cont__card::before, #service-04 .ser-04-cont__card::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e8d887;
}
#service-04 .ser-04-cont__card::before {
  left: 8px;
}
#service-04 .ser-04-cont__card::after {
  right: 8px;
}
#service-04 .ser-04-cont__head {
  position: relative;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #251e1c;
}
#service-04 .ser-04-cont__head-img {
  display: block;
  width: auto;
  height: clamp(40px, 4vw, 50px);
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}
#service-04 .ser-04-cont__head-img--05, #service-04 .ser-04-cont__head-img--06 {
  height: clamp(17.6px, 2.3vw, 22px);
}
#service-04 .ser-04-cont__body {
  position: relative;
  flex: 1;
  padding-top: 16px;
  line-height: 1.8;
  overflow: hidden;
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  letter-spacing: -0.02em;
}
#service-04 .ser-04-cont__body p {
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5;
}
#service-04 .ser-04-cont__arrow {
  position: absolute;
  display: block;
  width: clamp(28px, 3.7vw, 33px);
  height: auto;
  aspect-ratio: 33/22;
  object-fit: contain;
  object-position: center;
  z-index: 10;
}
#service-04 .ser-04-cont__arrow--right {
  top: 25%;
  right: 0;
  transform: translate(50%, -50%);
}
#service-04 .ser-04-cont__arrow--down {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(90deg);
}
#service-04 .ser-04-point__content {
  display: flex;
  gap: 64px;
}
@media (max-width: 768px) {
  #service-04 .ser-04-point__content {
    gap: 24px;
    flex-direction: column;
  }
}
#service-04 .ser-04-point__content--img {
  aspect-ratio: 361/297;
  width: 361px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 768px) {
  #service-04 .ser-04-point__content--img {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  #service-04 .ser-04-point__content--img {
    max-width: 100%;
  }
}
#service-04 .ser-04-point__content--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-point__content--txt {
  flex: 1;
}
#service-04 .ser-04-price__header {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #service-04 .ser-04-price__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 4px;
    height: auto;
  }
}
@media (max-width: 960px) {
  #service-04 .ser-04-price__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 4px;
    height: auto;
  }
}
@media (max-width: 480px) {
  #service-04 .ser-04-price__header {
    display: block;
  }
}
#service-04 .ser-04-price__title {
  width: clamp(400px, 45vw, 538px);
  max-width: 100%;
  flex: 1;
  height: auto;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 538/157;
  transform: translate(-25%, 25%);
}
@media (max-width: 960px) {
  #service-04 .ser-04-price__title {
    grid-area: 1/1/1/3;
    transform: translateX(-25%);
  }
}
#service-04 .ser-04-price__title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-price__contract-note {
  letter-spacing: 0.14em;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  font-weight: 600;
}
@media (max-width: 960px) {
  #service-04 .ser-04-price__contract-note {
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 480px) {
  #service-04 .ser-04-price__contract-note {
    margin-bottom: 8px;
  }
}
#service-04 .ser-04-price__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media (max-width: 960px) {
  #service-04 .ser-04-price__meta {
    grid-area: 2/2/3/3;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }
}
#service-04 .ser-04-price__sns-icon {
  height: clamp(20px, 2.7vw, 28px);
  width: auto;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-price__youtube {
  display: flex;
  align-items: center;
  gap: 4px;
}
#service-04 .ser-04-price__youtube-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-price__youtube-text {
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  font-weight: 900;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
#service-04 .ser-04-price__tax-note {
  font-size: clamp(8px, 8px + 2 * (100vw - 375px) / 905, 10px);
  letter-spacing: 0.008em;
  line-height: 1;
}
#service-04 .ser-04-price__scroll {
  width: 100%;
}
@media (max-width: 960px) {
  #service-04 .ser-04-price__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#service-04 .ser-04-price__left-wrap {
  display: flex;
  gap: 8px;
}
@media (max-width: 960px) {
  #service-04 .ser-04-price__left-wrap {
    min-width: 1100px;
    margin-bottom: 8px;
  }
}
#service-04 .ser-04-price__left {
  max-width: 144px;
  background-color: #dee7d9;
}
#service-04 .ser-04-price__left-01, #service-04 .ser-04-price__left-02, #service-04 .ser-04-price__left-03, #service-04 .ser-04-price__left-04 {
  padding: 8px 12px;
}
#service-04 .ser-04-price__left-01 {
  background-color: #2a2322;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#service-04 .ser-04-price__left-01-img, #service-04 .ser-04-price__left-01-price, #service-04 .ser-04-price__left-01-note {
  display: block;
}
#service-04 .ser-04-price__left-01-img {
  max-width: 64px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-price__left-01-price {
  border-top: 1px solid #ffffff;
  font-size: clamp(18px, 18px + 8 * (100vw - 375px) / 905, 26px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
#service-04 .ser-04-price__left-01-price-yen {
  font-size: clamp(14px, 14px + 3 * (100vw - 375px) / 905, 17px);
}
#service-04 .ser-04-price__left-01-note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  letter-spacing: 0;
  line-height: 1;
}
#service-04 .ser-04-price__left-02 {
  background-color: #dee7d9;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  mix-blend-mode: multiply;
}
#service-04 .ser-04-price__left-03 ul li {
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0.008em;
  line-height: 1.5;
}
#service-04 .ser-04-price__left-04 {
  padding: 8px 4px;
}
#service-04 .ser-04-price__left-04 ul {
  background-color: #ffffff;
}
#service-04 .ser-04-price__left-04 ul li {
  padding: 8px 4px;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  font-weight: 700;
  letter-spacing: 0.008em;
  line-height: 1.5;
}
#service-04 .ser-04-price__left-04 ul li::before {
  content: "・";
}
#service-04 .ser-04-price__left-04 ul li:nth-child(odd) {
  background-color: #e8e8e8;
}
#service-04 .ser-04-price__left-04 ul li span {
  display: block;
  font-size: clamp(9px, 9px + 2 * (100vw - 375px) / 905, 11px);
  padding-left: 1em;
  font-weight: 500;
}
#service-04 .ser-04-price__right {
  flex: 1;
}
#service-04 .ser-04-price__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#service-04 .ser-04-price__table th,
#service-04 .ser-04-price__table td {
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
#service-04 .ser-04-price__table thead th {
  font-size: clamp(15px, 15px + 4 * (100vw - 375px) / 905, 19px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  position: relative;
  padding: 2px;
  height: 40px;
}
#service-04 .ser-04-price__table thead th::before {
  content: "";
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  width: 22px;
  height: 22px;
  background-color: #000000;
  top: 0;
  left: 0;
}
#service-04 .ser-04-price__table thead th:nth-child(1)::before {
  display: none;
}
#service-04 .ser-04-price__table thead th:nth-child(2) {
  background: #accfde;
  color: #2f658c;
}
#service-04 .ser-04-price__table thead th:nth-child(3) {
  background: #aeb3d7;
  color: #526696;
}
#service-04 .ser-04-price__table thead th:nth-child(4) {
  background: #d4bfc8;
  color: #c36d7a;
}
#service-04 .ser-04-price__table thead th:nth-child(5) {
  background: #ebe8c5;
  color: #8e791a;
}
#service-04 .ser-04-price__table tbody th {
  padding: 12px 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  text-align-last: justify;
  border-right: 2px solid #ffffff;
}
@media (max-width: 960px) {
  #service-04 .ser-04-price__table tbody th {
    padding: 8px 12px;
  }
}
#service-04 .ser-04-price__table tbody th span {
  display: block;
  font-size: clamp(8px, 8px + 2 * (100vw - 375px) / 905, 10px);
  margin-top: 4px;
  text-align-last: left;
  font-weight: 500;
}
#service-04 .ser-04-price__table tbody tr:nth-child(odd) th {
  background-color: #eeeff0;
}
#service-04 .ser-04-price__table tbody tr:nth-child(even) th {
  background-color: #e6e8e9;
}
#service-04 .ser-04-price__table tbody td {
  letter-spacing: 0;
}
#service-04 .ser-04-price__table tbody tr:nth-child(even) td:nth-child(2):not(.ser-04-price__report-wrap) {
  background-color: #dbe9ef;
}
#service-04 .ser-04-price__table tbody tr:nth-child(odd) td:nth-child(2):not(.ser-04-price__report-wrap) {
  background-color: #cce0e8;
}
#service-04 .ser-04-price__table tbody tr:nth-child(even) td:nth-child(3) {
  background-color: #dfe1f0;
}
#service-04 .ser-04-price__table tbody tr:nth-child(odd) td:nth-child(3) {
  background-color: #d1d4e9;
}
#service-04 .ser-04-price__table tbody tr:nth-child(even) td:nth-child(4) {
  background-color: #e3d8dd;
}
#service-04 .ser-04-price__table tbody tr:nth-child(odd) td:nth-child(4) {
  background-color: #ebe4e7;
}
#service-04 .ser-04-price__table tbody tr:nth-child(even) td:nth-child(5) {
  background-color: #f5f3e0;
}
#service-04 .ser-04-price__table tbody tr:nth-child(odd) td:nth-child(5) {
  background-color: #f8f7e9;
}
#service-04 .ser-04-price__table tbody tr td.ser-04-price__report-wrap {
  background-color: #eeeff0;
}
#service-04 .ser-04-price__table tbody tr:last-child {
  border-top: 2px solid #0172fd;
}
#service-04 .ser-04-price__thead-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  border: 1px solid #ffffff;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  overflow: visible;
}
#service-04 .ser-04-price__diag {
  position: relative;
  background: linear-gradient(13deg, #cfd3d5 50%, #e6e8e9 50%);
  color: #7a7575;
  font-weight: 700;
  padding: 0;
  border-right: 2px solid #ffffff;
}
#service-04 .ser-04-price__diag-top, #service-04 .ser-04-price__diag-bottom {
  position: absolute;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-size: clamp(8px, 8px + 2 * (100vw - 375px) / 905, 10px);
}
#service-04 .ser-04-price__diag-top {
  top: 8px;
  right: 12px;
}
#service-04 .ser-04-price__diag-bottom {
  left: 12px;
  bottom: 8px;
}
#service-04 .ser-04-price__check-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}
#service-04 .ser-04-price__cmn-txt-icon {
  width: 6px;
  height: 8px;
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}
#service-04 .ser-04-price__sns-wrap-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
#service-04 .ser-04-price__sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
#service-04 .ser-04-price__sns-wrap img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-price__bg-img-wrap {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  width: clamp(100px, 13.1vw, 131px);
  height: auto;
  aspect-ratio: 131/147;
  z-index: -1;
}
#service-04 .ser-04-price__bg-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-flow {
  max-width: 700px;
}
#service-04 .ser-04-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 8px;
}
#service-04 .ser-04-flow__title {
  width: clamp(200px, 26vw, 319px);
  height: auto;
  aspect-ratio: 319/268;
  transform: translateX(-15%);
}
#service-04 .ser-04-flow__title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-flow__card {
  position: relative;
  border: 1px solid #231815;
  padding: 48px 20px 32px 20px;
  display: flex;
  flex-direction: column;
  --flow-icon-width: auto;
  --flow-icon-height: auto;
  --flow-icon-aspect-ratio: auto;
}
#service-04 .ser-04-flow__card--01 {
  --flow-icon-width: clamp(40px, 5.3vw, 61px);
  --flow-icon-aspect-ratio: 61 / 44;
}
#service-04 .ser-04-flow__card--02 {
  --flow-icon-width: clamp(80px, 10.6vw, 113px);
  --flow-icon-aspect-ratio: 113 / 53;
}
#service-04 .ser-04-flow__card--03 {
  --flow-icon-width: clamp(68px, 9.1vw, 91px);
  --flow-icon-aspect-ratio: 91 / 70;
}
#service-04 .ser-04-flow__card--04 {
  --flow-icon-width: clamp(80px, 12.1vw, 121px);
  --flow-icon-aspect-ratio: 121 / 85;
}
#service-04 .ser-04-flow__card--05 {
  --flow-icon-width: clamp(70px, 9.4vw, 94px);
  --flow-icon-aspect-ratio: 94 / 69;
}
#service-04 .ser-04-flow__card--05 .ser-04-flow__arrow-img {
  display: none;
}
#service-04 .ser-04-flow__card-title {
  height: clamp(16px, 2.1vw, 18px);
  width: fit-content;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  padding: 0 4px;
  background-color: #ffffff;
}
#service-04 .ser-04-flow__card-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-flow__icon {
  display: block;
  width: var(--flow-icon-width);
  height: var(--flow-icon-height);
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#service-04 .ser-04-flow__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-flow__card-text {
  font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  line-height: 1.52;
  letter-spacing: 0;
}
#service-04 .ser-04-flow__card-num {
  --card-num-height: clamp(32px, 4.2vw, 63px);
  position: absolute;
  display: inline-block;
  width: auto;
  height: var(--card-num-height);
  object-fit: contain;
  object-position: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#service-04 .ser-04-flow__card-num img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#service-04 .ser-04-flow__arrow-img {
  position: absolute;
  top: 50%;
  right: -24px;
  width: clamp(24px, 3.2vw, 39px);
  height: auto;
  aspect-ratio: 39/27;
  object-fit: contain;
  object-position: center;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
#service-04 .ser-04-flow__arrow-img--left {
  right: -24px;
  transform: translateY(-50%) rotate(180deg);
}
#service-04 .ser-04-flow__arrow-img--down {
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate(-50%, 75%) rotate(90deg);
}
@media (max-width: 768px) {
  #service-04 .ser-04-flow__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #service-04 .ser-04-flow__title {
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  #service-04 .ser-04-flow__icon {
    margin-bottom: 0;
  }
  #service-04 .ser-04-flow__card {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    height: fit-content;
    gap: 32px;
    padding: 24px 12px 24px 12px;
  }
  #service-04 .ser-04-flow__card--01 {
    order: 1;
  }
  #service-04 .ser-04-flow__card--02 {
    order: 2;
  }
  #service-04 .ser-04-flow__card--05 {
    order: 3;
  }
  #service-04 .ser-04-flow__card--05 .ser-04-flow__arrow-img {
    display: block;
  }
  #service-04 .ser-04-flow__card--04 {
    order: 4;
  }
  #service-04 .ser-04-flow__card--03 {
    order: 5;
  }
  #service-04 .ser-04-flow__card--03 .ser-04-flow__arrow-img {
    display: none;
  }
  #service-04 .ser-04-flow__card-img {
    width: calc(30% - 12px);
    margin-left: auto;
    margin-right: auto;
  }
  #service-04 .ser-04-flow__card-text {
    width: calc(70% - 12px);
  }
  #service-04 .ser-04-flow__arrow-img {
    bottom: 0;
    top: auto;
    left: 25%;
    right: auto;
    transform: translate(-50%, 75%) rotate(90deg);
  }
  #service-04 .ser-04-flow__card-num {
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    transform: translate(0, 0);
  }
}
@media (max-width: 480px) {
  #service-04 .ser-04-flow__card {
    flex-direction: column;
    gap: 12px;
    padding: 32px 16px 24px 16px;
  }
  #service-04 .ser-04-flow__card-text {
    width: 100%;
  }
  #service-04 .ser-04-flow__card-num {
    left: 50%;
    transform: translateX(-50%);
  }
}

/*====================================
 lead
=====================================*/
#service-05 {
  /*====================================
   ser-point
  =====================================*/
  /*====================================
   ser-flow
  =====================================*/
}
#service-05 .ser-lead__figure {
  right: 0;
  left: auto;
}
@media (max-width: 768px) {
  #service-05 .ser-lead__figure {
    left: auto;
  }
}
#service-05 .ser-lead__right::before {
  width: 140%;
}
@media (max-width: 768px) {
  #service-05 .ser-lead__right::before {
    width: 100%;
  }
}
#service-05 .ser-point__img {
  top: 0;
  bottom: auto;
  transform: translate(50%, -5%);
}
#service-05 .ser-point__content {
  padding-right: calc(clamp(64px, 18vw, 264px) / 2);
}
#service-05 .ser-step__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*====================================
  Service06
=====================================*/
#service-06 {
  /*====================================
   ser-cards
  =====================================*/
}
#service-06 .ser-lead__inr {
  position: relative;
}
#service-06 .ser-lead__right .ser-lead__figure {
  right: 0;
  left: auto;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 1300px) {
  #service-06 .ser-lead__right .ser-lead__figure {
    transform: translate(0, 25%);
  }
}
@media (max-width: 1024px) {
  #service-06 .ser-lead__right .ser-lead__figure {
    max-width: 100px;
    transform: translate(0, -75%);
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  #service-06 .ser-lead__right .ser-lead__figure {
    bottom: 100%;
    top: auto;
    transform: translate(0, 8px);
  }
}
#service-06 .ser-cards__list {
  grid-template-columns: 1fr;
}
#service-06 .ser-06-point__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 2vw, 40px);
}
@media (max-width: 768px) {
  #service-06 .ser-06-point__media {
    grid-template-columns: 1fr;
  }
}
#service-06 .ser-06-point__schedule {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .ser-point__title {
    font-size: clamp(18px, 18px + 6 * (100vw - 375px) / 905, 24px);
    letter-spacing: 0.002em;
  }
}
@media (max-width: 768px) {
  .ser-point__title {
    font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
  }
}

/*====================================
  Service Nav (works_category)
=====================================*/
.ser-nav__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  .ser-nav__list {
    flex-wrap: wrap;
  }
}
.ser-nav__item {
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1100px) {
  .ser-nav__item {
    flex: 1 1 calc((100% - 16px) / 3);
  }
}
@media (max-width: 768px) {
  .ser-nav__item {
    flex: 1 1 calc(50% - 4px);
  }
}
.ser-nav__link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(10px, 10px + 2 * (100vw - 375px) / 905, 12px);
  line-height: 1;
  color: #0172fd;
  background-color: #ffffff;
  border: 1px solid #0172fd;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .ser-nav__link {
    padding: 6px 8px;
  }
}
.ser-nav__link:hover {
  opacity: 0.9;
  border-color: #0172fd;
}
.ser-nav__link.is-active {
  color: #ffffff;
  background-color: #0172fd;
  border-color: #0172fd;
}
.ser-nav__link.is-active:hover {
  opacity: 1;
}

/*====================================
  Service Page
====================================*/
@media (max-width: 960px) {
  #service .s-str .sec-ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
#service .s-str .sec-ttl__jp--small {
  margin-left: 64px;
}
@media (max-width: 960px) {
  #service .s-str .sec-ttl__jp--small {
    margin-left: 0;
  }
}
#service .s-str__lead p {
  font-weight: 700;
}
#service .s-str__lead--2 {
  width: 40%;
}
@media (max-width: 768px) {
  #service .s-str__lead--2 {
    width: 100%;
  }
}
#service .s-str__circles {
  position: relative;
  width: 100%;
}
#service .s-str__circles.is-active .s-str__circle--1 {
  animation: s-str-circle-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
}
#service .s-str__circles.is-active .s-str__circle--2 {
  animation: s-str-circle-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}
#service .s-str__circles.is-active .s-str__circle--3 {
  animation: s-str-circle-in 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}
@media (prefers-reduced-motion: reduce) {
  #service .s-str__circles .s-str__circle {
    opacity: 1 !important;
    animation: none !important;
  }
}
#service .s-str__circles::before {
  content: "";
  display: block;
  padding-top: calc(100% - 50px);
}
@media (max-width: 1100px) {
  #service .s-str__circles::before {
    padding-top: calc(100% - 120px);
  }
}
@media (max-width: 960px) {
  #service .s-str__circles::before {
    padding-top: calc(100% - 72px);
  }
}
@media (max-width: 768px) {
  #service .s-str__circles {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #service .s-str__circles::before {
    display: none;
  }
}
@media (max-width: 640px) {
  #service .s-str__circles {
    padding-top: 40px;
  }
}
#service .s-str__circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  width: 548px;
  height: auto;
  aspect-ratio: 1/1;
  color: #ffffff;
  background-color: #0172fd;
  padding: 0 112px;
  mix-blend-mode: multiply;
  opacity: 0;
}
#service .s-str__circle--1 {
  top: calc(50% - 100px);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}
#service .s-str__circle--2 {
  top: -10%;
  right: 0;
  z-index: 1;
}
#service .s-str__circle--3 {
  bottom: 0;
  right: 50px;
  z-index: 3;
}
#service .s-str__circle-ttl {
  position: relative;
  display: block;
  width: 100%;
  font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  line-height: 2;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffffff;
}
#service .s-str__circle-ttl-deco {
  position: absolute;
  object-fit: contain;
}
#service .s-str__circle-ttl-deco--01 {
  right: calc(100% - 53px);
  top: 0;
  transform: translateY(-50%);
  width: 212px;
}
@media (max-width: 1024px) {
  #service .s-str__circle-ttl-deco--01 {
    width: 17vw;
  }
}
@media (max-width: 480px) {
  #service .s-str__circle-ttl-deco--01 {
    width: 26vw;
  }
}
#service .s-str__circle-ttl-deco--02 {
  left: calc(100% - 41px);
  top: 0;
  transform: translateY(-75%);
  width: 167px;
}
@media (max-width: 1024px) {
  #service .s-str__circle-ttl-deco--02 {
    width: 15vw;
  }
}
@media (max-width: 480px) {
  #service .s-str__circle-ttl-deco--02 {
    width: 24vw;
  }
}
#service .s-str__circle-ttl-deco--03 {
  left: calc(100% + 16px);
  top: 100%;
  width: 192px;
}
@media (max-width: 768px) {
  #service .s-str__circle-ttl-deco--03 {
    width: 16vw;
    right: calc(100% - 53px);
    transform: translate(-25%, -50%);
    left: auto;
    top: 0;
  }
}
@media (max-width: 480px) {
  #service .s-str__circle-ttl-deco--03 {
    width: 25vw;
  }
}
#service .s-str__circle-txt {
  font-weight: 700;
}
#service .s-str__circle-btn {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 8px 32px;
  font-size: clamp(10px, 10px + 3 * (100vw - 375px) / 905, 13px);
  font-weight: 700;
  transition: all 0.3s;
  margin-top: 16px;
}
#service .s-str__circle-btn:after {
  content: " >";
  margin-left: 4px;
  transition: transform 0.3s;
  display: inline-block;
}
#service .s-str__circle-btn:hover {
  background-color: #ffffff;
  color: #0172fd;
}
#service .s-str__circle-btn:hover:after {
  transform: translateX(4px);
}
@media (max-width: 1100px) {
  #service .s-str__circle {
    width: 50%;
    padding: 0 64px;
    gap: 8px;
  }
  #service .s-str__circle--1 {
    top: calc(50% - 80px);
    left: 20px;
  }
  #service .s-str__circle--2 {
    right: 40px;
  }
  #service .s-str__circle--3 {
    right: 80px;
  }
  #service .s-str__circle-ttl {
    font-size: clamp(14px, 14px + 3 * (100vw - 375px) / 905, 17px);
    line-height: 1.75;
  }
  #service .s-str__circle-txt {
    font-size: clamp(12px, 12px + 3 * (100vw - 375px) / 905, 15px);
  }
}
@media (max-width: 960px) {
  #service .s-str__circle {
    padding: 0 56px;
    width: calc(50% + 30px);
  }
  #service .s-str__circle--1 {
    left: 0;
  }
  #service .s-str__circle--2 {
    right: 0;
  }
  #service .s-str__circle--3 {
    right: 30px;
  }
  #service .s-str__circle-ttl {
    font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
    padding-bottom: 8px;
  }
  #service .s-str__circle-btn {
    margin-top: 0;
    padding: 4px 24px;
  }
}
@media (max-width: 768px) {
  #service .s-str__circle {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: min(100%, 440px);
    max-width: 440px;
    padding: 0 48px;
  }
  #service .s-str__circle--1 {
    z-index: 1;
  }
  #service .s-str__circle--2 {
    z-index: 2;
    margin-top: -72px;
  }
  #service .s-str__circle--3 {
    z-index: 3;
    margin-top: -72px;
  }
  #service .s-str__circle-btn {
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  #service .s-str__circle {
    width: min(100%, 400px);
    max-width: 400px;
  }
  #service .s-str__circle--2, #service .s-str__circle--3 {
    margin-top: -56px;
  }
}
@media (max-width: 480px) {
  #service .s-str__circle {
    width: min(92vw, 360px);
    gap: 12px;
  }
  #service .s-str__circle--2, #service .s-str__circle--3 {
    margin-top: -24px;
  }
}
#service .s-str__summary {
  max-width: 312px;
  margin-top: -200px;
  margin-left: 24px;
}
#service .s-str__summary-txt {
  font-weight: 700;
  margin-bottom: 60px;
}
#service .s-str__summary-img {
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  #service .s-str__summary {
    margin-top: 40px;
    margin-left: 0;
    max-width: 100%;
  }
}
#service .s-str__img {
  width: 136px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 480px) {
  #service .s-str__img {
    width: 100px;
  }
}
@keyframes s-str-circle-in {
  0% {
    opacity: 0;
    translate: 0 30px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
#service .s-detail .sec-ttl, #service .s-detail__inr > p, #service .s-detail__nav {
  position: relative;
  z-index: 1;
}
#service .s-detail__nav > ul {
  gap: 80px;
}
#service .s-detail__nav > ul > li {
  width: calc(50% - 40px);
}
#service .s-detail__nav-ttl {
  position: relative;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
  font-weight: 700;
  color: #ffffff;
  padding: 24px 0 24px 40px;
}
#service .s-detail__nav-ttl::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "-";
}
#service .s-detail__nav-list {
  padding-left: 40px;
}
#service .s-detail__nav-list li {
  width: 100%;
  padding-bottom: 8px;
  color: #121023;
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
  font-weight: 400;
}
#service .s-detail__nav-list li::before {
  content: "■";
  margin-right: 0.5em;
}
@media (max-width: 960px) {
  #service .s-detail__nav > ul {
    gap: 24px;
  }
  #service .s-detail__nav > ul > li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 640px) {
  #service .s-detail__nav > ul {
    flex-direction: column;
    gap: 24px;
  }
  #service .s-detail__nav > ul > li {
    width: 100%;
  }
  #service .s-detail__nav-ttl {
    padding: 16px 0 16px 24px;
    font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  }
  #service .s-detail__nav-ttl::before {
    left: 12px;
  }
  #service .s-detail__nav-list {
    padding-left: 24px;
  }
}

/*====================================
point-ttl
=====================================*/
.ser-point__head {
  position: relative;
  border: 1px solid #0172fd;
  width: 100%;
  padding: 32px calc(clamp(64px, 18vw, 264px) / 2) 32px 32px;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .ser-point__head {
    padding: 20px clamp(64px, 18vw, 264px) 20px 20px;
  }
}
@media (max-width: 640px) {
  .ser-point__head {
    padding: 16px clamp(64px, 18vw, 264px) 16px 16px;
  }
}
.ser-point__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(64px, 18vw, 264px);
  height: auto;
  aspect-ratio: 1;
  transform: translate(50%, 0);
}
.ser-point__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .ser-point__img {
    transform: translate(5%, 0);
  }
}
.ser-point__image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
  z-index: 1;
}
.ser-point__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 430/270;
  z-index: 1;
}
.ser-point__img-deco {
  bottom: 0;
  left: 0;
  transform: translate(-75%, 0);
  width: clamp(88px, 16vw, 205px);
  height: auto;
  object-fit: contain;
  object-position: center;
  z-index: 0;
  aspect-ratio: 205/260;
}
.ser-point__img-deco img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 205/260;
}

/*====================================
  Service Lead（共通・サービス個別ページ）
=====================================*/
.ser-lead {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 0;
}
.ser-lead__inr {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .ser-lead__inr {
    flex-direction: column;
  }
}
.ser-lead__left {
  position: relative;
  z-index: 2;
  align-self: stretch;
}
@media (max-width: 768px) {
  .ser-lead__left {
    width: 100%;
    padding-right: 0;
  }
}
.ser-lead__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
  font-weight: 700;
  color: #000000;
  margin: 0 0 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .ser-lead__title {
    font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
    margin-bottom: 20px;
  }
}
.ser-lead__phrase {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .ser-lead__phrase {
    margin-bottom: 20px;
  }
}
.ser-lead__phrase-line {
  display: inline-block;
  width: fit-content;
  padding: 10px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  font-weight: 700;
  color: #ffffff;
  background-color: #0172fd;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .ser-lead__phrase-line {
    padding: 10px 20px;
    font-size: clamp(12px, 12px + 3 * (100vw - 375px) / 905, 15px);
  }
}
.ser-lead__figure {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 10;
  max-width: clamp(100px, 14vw, 160px);
}
@media (max-width: 768px) {
  .ser-lead__figure {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.ser-lead__img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.ser-lead__right {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 56px 56px 56px 28px;
  height: fit-content;
}
.ser-lead__right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 28px);
  height: 101%;
  border: 1px solid #0172fd;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 960px) {
  .ser-lead__right {
    padding: 32px;
  }
  .ser-lead__right::before {
    width: calc(100% + 16px);
  }
}
@media (max-width: 480px) {
  .ser-lead__right {
    padding: 16px;
  }
  .ser-lead__right::before {
    width: 100%;
  }
}
.ser-lead__body {
  position: relative;
  z-index: 1;
}
.ser-lead__body p {
  font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
  line-height: 2;
  font-weight: 700;
}
.ser-lead__body p + p {
  margin-top: 1lh;
}

@keyframes ser-step-ttl-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/*====================================
  Service Latest Works（最新5件サムネイル）
=====================================*/
.ser-works__slider {
  overflow: hidden;
  width: 100%;
}
.ser-works .cmn-slide1__track {
  gap: 8px;
}
.ser-works .cmn-slide1__slide {
  flex-basis: calc((100cqi - 16px) / 2.5);
}
@container cmn-slide1 (min-width: 480px) {
  .ser-works .cmn-slide1__slide {
    flex-basis: calc((100cqi - 32px) / 3);
  }
}
@container cmn-slide1 (min-width: 768px) {
  .ser-works .cmn-slide1__slide {
    flex-basis: calc((100cqi - 24px) / 4);
  }
}
@container cmn-slide1 (min-width: 1400px) {
  .ser-works .cmn-slide1__slide {
    flex-basis: calc((100cqi - 48px) / 7);
  }
}
.ser-works__item {
  margin: 0;
  height: auto;
}
.ser-works__link {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: transform 0.3s ease;
}
.ser-works__link:hover {
  transform: translateY(-20px);
  opacity: 1;
}
.ser-works__thumb {
  width: 100%;
  aspect-ratio: 269/186;
  overflow: hidden;
}
.ser-works__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.ser-works__label {
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*====================================
  Service Desc
=====================================*/
.ser-desc {
  font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  color: #ffffff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 940px) {
  .ser-desc {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*====================================
  Service Cards
=====================================*/
.ser-cards__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .ser-cards__list {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .ser-cards__list {
    grid-template-columns: 1fr;
  }
}
.ser-cards__item {
  margin: 0;
}
.ser-cards__card {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ser-cards__card {
    padding: 16px;
  }
}
.ser-cards__header {
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
  font-weight: 700;
  color: #ffffff;
  background-color: #0172fd;
  padding: 16px;
  border-radius: 9999px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  display: block;
}
@media (max-width: 960px) {
  .ser-cards__header {
    font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .ser-cards__header {
    padding: 8px;
  }
}
.ser-cards__body {
  padding: 0;
  font-size: clamp(14px, 14px + 4 * (100vw - 375px) / 905, 18px);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  padding-left: 24px;
  padding-right: 24px;
}
.ser-cards__body p {
  font-weight: 700;
}
@media (max-width: 960px) {
  .ser-cards__body {
    font-size: clamp(13px, 13px + 3 * (100vw - 375px) / 905, 16px);
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .ser-cards__body {
    font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  }
}

/*====================================
  Service Staff
=====================================*/
.ser-staff {
  position: relative;
  overflow: hidden;
}
.ser-staff__inr {
  position: relative;
  z-index: 1;
}
.ser-staff__ttl {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 84px;
  font-size: clamp(18px, 18px + 4 * (100vw - 375px) / 905, 22px);
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 960px) {
  .ser-staff__ttl {
    margin-bottom: 66px;
  }
}
@media (max-width: 768px) {
  .ser-staff__ttl {
    font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 905, 20px);
    margin-bottom: 56px;
  }
}
.ser-staff__ttl-inner {
  display: inline-block;
  position: relative;
}
.ser-staff__ttl-inner::before, .ser-staff__ttl-inner::after {
  position: absolute;
  top: 50%;
  font-size: 1.2em;
  font-weight: 400;
}
.ser-staff__ttl-inner::before {
  content: "\\";
  left: -0.5em;
  transform: translate(-50%, -50%);
}
.ser-staff__ttl-inner::after {
  content: "/";
  right: -0.5em;
  transform: translate(50%, -50%);
}
.ser-staff__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 960px) {
  .ser-staff__list {
    gap: 64px 16px;
  }
}
@media (max-width: 768px) {
  .ser-staff__list {
    gap: 56px;
    max-width: 320px;
    margin: 0 auto;
  }
}
.ser-staff__item {
  margin: 0;
  background-color: #0172fd;
  width: calc((100% - 48px) / 4);
}
@media (max-width: 960px) {
  .ser-staff__item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 768px) {
  .ser-staff__item {
    width: 100%;
  }
}
.ser-staff__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #000000;
}
.ser-staff__avatar-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .ser-staff__avatar-wrap {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .ser-staff__avatar-wrap {
    width: 80px;
    height: 80px;
  }
}
.ser-staff__avatar {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  border: 12px solid #ffffff;
  border-radius: 50%;
}
.ser-staff__avatar--img {
  object-fit: cover;
  object-position: top;
}
@media (max-width: 768px) {
  .ser-staff__avatar {
    border: 6px solid #ffffff;
  }
}
.ser-staff__line {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 24px;
  background-color: #1d1b33;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 10;
}
@media (max-width: 960px) {
  .ser-staff__line {
    height: 16px;
  }
}
.ser-staff__body {
  width: 100%;
  background-color: #ffffff;
  padding: 84px 12px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}
@media (max-width: 960px) {
  .ser-staff__body {
    padding: 64px 12px 24px;
    height: 140px;
  }
}
@media (max-width: 768px) {
  .ser-staff__body {
    padding: 56px 12px 16px;
    height: auto;
  }
}
.ser-staff__role {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.35em;
  width: 100%;
  font-size: clamp(12px, 12px + 3 * (100vw - 375px) / 905, 15px);
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .ser-staff__role {
    flex-direction: column;
    font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
    align-items: center;
  }
}
.ser-staff__positions {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
.ser-staff__position {
  display: block;
}
.ser-staff__position:last-of-type {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}
.ser-staff__position:last-of-type::after {
  content: ":";
  margin-right: 0.35em;
  line-height: 1.5;
  display: block;
}
.ser-staff__english {
  line-height: 1.5;
}
.ser-staff__desc {
  padding: 24px 32px 32px;
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.ser-staff__desc p {
  margin: 0 0 0.5em;
  font-weight: 400;
}
.ser-staff__desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ser-staff__desc {
    font-size: clamp(10px, 10px + 3 * (100vw - 375px) / 905, 13px);
    padding-top: 24px;
  }
}

/*====================================
  Service flow
=====================================*/
@media (max-width: 768px) {
  .ser-flow {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding-bottom: 16px;
  }
}
.ser-flow__ttl-en {
  letter-spacing: 0;
}
.ser-flow__ttl-ja {
  letter-spacing: 0.16em;
}
.ser-flow__list {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  position: relative;
  overflow: visible;
}
@media (max-width: 960px) {
  .ser-flow__list {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .ser-flow__list {
    grid-auto-rows: auto;
    width: max-content;
    max-width: none;
  }
}
.ser-flow__step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.ser-flow__step:nth-child(1) {
  z-index: 10;
  transition-delay: 0s;
}
.ser-flow__step:nth-child(2) {
  z-index: 9;
  transition-delay: 0.08s;
}
.ser-flow__step:nth-child(3) {
  z-index: 8;
  transition-delay: 0.16s;
}
.ser-flow__step:nth-child(4) {
  z-index: 7;
  transition-delay: 0.24s;
}
.ser-flow__step:nth-child(5) {
  z-index: 6;
  transition-delay: 0.32s;
}
.ser-flow__step:nth-child(6) {
  z-index: 5;
  transition-delay: 0.4s;
}
.ser-flow__step:nth-child(7) {
  z-index: 4;
  transition-delay: 0.48s;
}
.ser-flow__step:nth-child(8) {
  z-index: 3;
  transition-delay: 0.56s;
}
.ser-flow__step:nth-child(9) {
  z-index: 2;
  transition-delay: 0.64s;
}
.ser-flow__step:nth-child(10) {
  z-index: 1;
  transition-delay: 0.72s;
}
.ser-flow__step:nth-child(-n+4)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  height: 8px;
  width: 64px;
  transform: translate(50%, 0);
  background-color: #0172fd;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 960px) {
  .ser-flow__step:nth-child(-n+4)::after {
    width: 30px;
    height: 4px;
    right: -6px;
  }
}
@media (max-width: 768px) {
  .ser-flow__step:nth-child(-n+4)::after {
    width: 20px;
  }
}
.ser-flow__step:nth-child(5)::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  height: 64px;
  width: 8px;
  transform: translateY(50%);
  background-color: #0172fd;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 960px) {
  .ser-flow__step:nth-child(5)::after {
    height: 30px;
    width: 4px;
  }
}
@media (max-width: 768px) {
  .ser-flow__step:nth-child(5)::after {
    height: 20px;
  }
}
.ser-flow__step:nth-child(n+6):nth-child(-n+9)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 64px;
  height: 8px;
  transform: translate(-50%, -50%);
  background-color: #0172fd;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 960px) {
  .ser-flow__step:nth-child(n+6):nth-child(-n+9)::after {
    width: 30px;
    height: 4px;
    left: -6px;
  }
}
@media (max-width: 768px) {
  .ser-flow__step:nth-child(n+6):nth-child(-n+9)::after {
    width: 20px;
  }
}
.ser-flow__step:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.ser-flow__step:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.ser-flow__step:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.ser-flow__step:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}
.ser-flow__step:nth-child(5) {
  grid-column: 5;
  grid-row: 1;
}
.ser-flow__step:nth-child(6) {
  grid-column: 5;
  grid-row: 2;
}
.ser-flow__step:nth-child(7) {
  grid-column: 4;
  grid-row: 2;
}
.ser-flow__step:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}
.ser-flow__step:nth-child(9) {
  grid-column: 2;
  grid-row: 2;
}
.ser-flow__step:nth-child(10) {
  grid-column: 1;
  grid-row: 2;
}
.ser-flow__disc {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(14px, 14px + 3 * (100vw - 375px) / 905, 17px);
  font-weight: 700;
  padding: 8px;
}
@media (max-width: 768px) {
  .ser-flow__disc {
    font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
    letter-spacing: 0.005em;
  }
}

/*====================================
   ser-step
  =====================================*/
.ser-step__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 1fr;
  gap: 0;
}
.ser-step__ttl {
  grid-column: 1/-1;
  justify-self: center;
  position: relative;
  display: block;
  width: fit-content;
  max-width: min(283px, 92%);
  height: auto;
  margin: 0 auto clamp(28px, 3.5vw, 48px);
  text-align: center;
}
.ser-step__ttl img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(40px, 4.3vw, 50px);
  object-fit: contain;
  object-position: center;
}
.ser-step__ttl.fade-in-up {
  transform: translateY(30px);
}
.ser-step__ttl.fade-in-up.visible {
  transform: translateY(0);
}
.ser-step__ttl.fade-in-up.visible img {
  animation: ser-step-ttl-float 3.5s ease-in-out 0.9s infinite;
}
@media (prefers-reduced-motion: reduce) {
  .ser-step__ttl.fade-in-up.visible img {
    animation: none;
  }
}
.ser-step__card {
  padding: 48px clamp(16px, 1.7vw, 32px) clamp(24px, 2.6vw, 48px);
}
.ser-step__card:nth-child(odd) {
  background-color: #fcfae2;
}
.ser-step__card:nth-child(even) {
  background-color: #e1eff8;
}
.ser-step__card-ttl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #251e1c;
}
.ser-step__card-ttl img {
  margin-bottom: 12px;
}
.ser-step__card-ttl h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.005em;
  text-align: center;
  line-height: 1.5;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-step__card-txt p {
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.005em;
}
@media (max-width: 960px) {
  .ser-step__content {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .ser-step__ttl {
    max-width: min(283px, 88%);
    margin-bottom: clamp(24px, 5vw, 40px);
  }
  .ser-step__card {
    padding: clamp(24px, 2.6vw, 48px) clamp(16px, 1.7vw, 32px);
  }
  .ser-step__card-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .ser-step__card-ttl img {
    max-width: 205px;
    margin-bottom: 0;
  }
  .ser-step__card-ttl h3 {
    min-height: initial;
  }
}

/*# sourceMappingURL=service.css.map */
