@charset "utf-8";
/*------------------------------------*\
  事業・サービストップ
\*------------------------------------*/
.service-top-lead {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.service-top-lead b {
    color: var(--color-primary);
    font-size: 1.1765em;
  }
.service-description {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.service-lineup {
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 15px;
  border-radius: 25px;
  box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.service-lineup__image {
  position: relative;
}
.service-lineup__image img {
    border-radius: 15px;
  }
.service-lineup__image .label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 2.625rem;
    height: 7.1875rem;
    border-radius: 25px 0;
    background: #fff;
    color: var(--color-secondary);
    font-family: var(--font-en);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
.service-lineup__body {
  padding: 20px 5px;
}
.service-lineup__body .btn {
    margin-top: 2em;
  }
.service-lineup__title {
  display: flex;
  gap: 8px;
  margin-bottom: 1.2rem;
  font-size: 1.375rem;
  line-height: 1.7;
}
.service-lineup__title b {
    color: var(--color-primary);
    font-size: 1.33em;
  }
.service-lineup[data-layout="reverse"] {
  flex-direction: row-reverse;
}
.service-lineup[data-layout="reverse"] .service-lineup__image .label {
    right: -15px;
    left: auto;
    border-radius: 0 25px;
  }
/*------------------------------------*\
  詳細ページ
\*------------------------------------*/
.service-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5em;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.service-title b {
    color: var(--color-primary);
    font-size: 1.1765em;
  }
.service-intro {
  margin: min(15vw, 80px) 0;
}
.service-intro__body {
  margin-bottom: 30px;
}
/* 特徴 */
.card-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-grid > li {
    margin-bottom: 10px;
    padding: 18px;
    border-radius: 15px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
  }
.card-grid__image {
  margin-bottom: 1.25rem;
  border-radius: 10px;
  background: #f1f3f9;
  text-align: center;
}
.card-grid__text {
  padding: 0 6px;
}
.card-grid__text strong {
    font-size: 1.25rem;
  }
/* サービス対象 */
.service-area {
  border-radius: 15px;
  background: #fff;
}
.service-area__image {
  overflow: hidden;
  height: 50vw;
  border-radius: 15px 15px 0 0;
}
.service-area__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.service-area__body {
  padding: 30px 20px;
}
.service-area__body .map {
    text-align: center;
  }
/* お客様に選ばれる理由 */
.reason-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.reason-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reason-item {
  margin-bottom: 30px;
  text-align: center;
}
.reason-item dt {
    margin-bottom: 1.375rem;
    padding: 0.5em;
    border-radius: 15px;
    background: #f1f3f9;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.5;
  }
.reason-item dd {
    margin: 0;
  }
.reason-item__record {
  color: var(--color-primary);
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.reason-item__record b {
    font-family: var(--font-en);
    font-size: 1.875em;
    font-weight: 700;
  }
/* お客様の声 */
.voice-item {
  position: relative;
  margin-bottom: 60px;
  padding: 8%;
  border-radius: 15px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.voice-item::after {
    position: absolute;
    top: 100%;
    right: 16.2%;
    width: 46px;
    height: 41px;
    background: url("../../service/images/voice-foot.svg") no-repeat left top / contain;
    -webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.05));
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.05));
    content: "";
  }
.voice-item__label {
  display: inline-block;
  padding: 0 1.25em;
  border-radius: 1em;
  background: var(--color-secondary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.voice-item__person {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  font-size: 1.3125rem;
  font-weight: 700;
}
.voice-item__person small {
    font-size: 0.8em;
  }
.voice-case-grid {
  display: grid;
  grid-gap: 10px;
  margin-top: 40px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #e0e9f7;
  background: #fff;
}
.voice-case-item {
  padding: 22px;
  border-radius: 10px;
  background: #edf2fa;
}
.voice-case-item h3 {
    margin-bottom: 15px;
    color: var(--color-primary);
    font-size: 1.25rem;
    line-height: 1.6;
  }
.voice-case-item h3 br {
      display: none;
    }
.voice-case-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
  }
.voice-case-item li {
    display: flex;
    gap: 6px;
  }
.voice-case-item li img {
      vertical-align: middle;
    }
.voice-case-item li:nth-of-type(n+2) {
    margin-top: 0.4em;
    padding-top: 0.6em;
    background: radial-gradient(circle, #7a8dc6 0.5px, transparent 0.5px) repeat-x left top / 6px 1px;
  }
/* 導入の流れ */
.service-flow {
  margin-top: 8vw;
}
.flow-header {
  margin-bottom: 40px;
}
.flow-item {
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0097e3 0%, #151a8c 100%);
  color: #fff;
}
.flow-item + .flow-item {
  position: relative;
  margin-top: 40px;
}
.flow-item + .flow-item::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 15px);
    transform: translateX(-50%) rotate(45deg);
    width: 1rem;
    height: 1rem;
    border-right: 3px solid var(--color-secondary);
    border-bottom: 3px solid var(--color-secondary);
    content: "";
  }
.flow-item__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.flow-item__heading .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #d7eefa;
    color: var(--color-secondary);
    font-family: var(--font-en);
    font-size: 0.875rem;
  }
.flow-start {
  margin-top: 55px;
  border-radius: 15px;
  background: #f7f8f8;
}
.flow-start__image {
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}
.flow-start__image img {
    width: 100%;
  }
.flow-start__body {
  padding: 30px 20px;
}
.flow-start__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--color-secondary);
  font-weight: 700;
}
/* よくあるご質問 */
.faq-list dt,
  .faq-list dd {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-gap: 14px;
  }
.faq-list dt::before, .faq-list dd::before {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 42px;
      height: 42px;
      font-family: var(--font-en);
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1;
    }
.faq-list dt {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.73;
  }
.faq-list dt::before {
      background: #d7eefa;
      color: var(--color-secondary);
      content: "Q";
    }
.faq-list dd {
    margin: 1em 0 0;
  }
.faq-list dd::before {
      background: var(--color-secondary);
      color: #fff;
      content: "A";
    }
.faq-list dd + dt {
    margin-top: 2.1875rem;
    padding-top: 2.1875rem;
    background: radial-gradient(circle, #282828 0.5px, transparent 0.5px) repeat-x left top / 6px 1px;
  }
.service-contact {
  display: flex;
  justify-content: center;
  position: relative;
  height: 776px;
  margin-top: 15vw;
  padding-top: 80px;
  color: #fff;
  text-align: center;
}
.service-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-contact__inner {
  width: 90%;
  max-width: 836px;
}
.service-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 105px;
  margin: 24px 0;
  padding: 10px 6.4%;
  border-radius: 55px;
  border: 1px solid #fff;
}
.service-cta a {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.service-cta--tel a[href^="tel:"] {
    color: inherit;
    font-family: var(--font-en);
    font-size: 2rem;
    line-height: 1;
  }
.service-cta--tel small {
    font-size: 0.9375rem;
    font-weight: 400;
  }
.service-cta--mail {
  font-size: 1.25rem;
  font-weight: 700;
  transition: background 0.3s;
}
.service-cta--mail a {
    color: inherit;
  }
.service-cta--mail a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
.service-cta--mail a::after {
    position: absolute;
    top: 50%;
    right: 3.82%;
    width: 31px;
    height: 31px;
    margin-top: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3) url("../images/icon_arrow.svg") no-repeat center center / contain;
    content: "";
  }
.service-cta--mail:hover {
    background: rgba(255, 255, 255, 0.1);
  }
@media (max-width: 40em) {
    .service-lineup__title img {
      width: 70px;
    }}
@media (min-width: 40.001em) {
  .service-top-lead {
    font-size: 1.75rem;
  }
  .service-title {
    font-size: 1.75rem;
  }
  .card-grid {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
    .card-grid > li {
      margin-bottom: 0;
    }
    .faq-list dt {
      font-size: 1.375rem;
    }
  .service-contact {
    margin-top: 135px;
    padding-top: 120px;
    font-size: 1.125rem;
    font-weight: 500;
  }
    .service-cta--tel a[href^="tel:"] {
      font-size: 2.75rem;
    }
  .service-cta--mail {
    font-size: 1.375rem;
  }}
@media (max-width: 48em) {}
@media (min-width: 48.001em) {
  .service-area {
    display: flex;
    justify-content: space-between;
    height: 30rem;
  }
  .service-area__image {
    flex: 0 0 36.55%;
    height: auto;
    border-radius: 15px 0 0 15px;
  }
  .service-area__body {
    position: relative;
    flex: 0 0 58.88%;
    padding: 40px 0;
  }
    .service-area__body .text {
      width: 58.71%;
    }
    .service-area__body .map {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
    }
  .voice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }
  .voice-item {
    margin-bottom: 40px;
  }
  .voice-case-grid {
    grid-template-columns: calc(62% - 5px) calc(38% - 5px);
  }
  .flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
    position: relative;
  }
  .flow-item {
    margin-top: 0 !important;
    padding: 35px 7.2%;
  }
  .flow-item + .flow-item {
    position: static;
  }
    .flow-item + .flow-item::before {
      transform: translate(-60%, -50%) rotate(-45deg);
      top: 50%;
      left: 50%;
    }
  .flow-start {
    display: flex;
  }
  .flow-start__body {
    flex: 0 0 52.07%;
    padding: 30px 3.4%;
  }
  .flow-start__image {
    flex: 0 0 47.93%;
    border-radius: 0 15px 15px 0;
  }
    .flow-start__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }}
@media (max-width: 60em) {}
@media (min-width: 60.001em) {
  .service-top-lead {
    font-size: 2.125rem;
  }
  .service-lineup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin-bottom: 60px;
  }
  .service-lineup__image {
    flex: 0 0 46.81043%;
  }
  .service-lineup__body {
    flex: 0 0 50%;
    padding-left: 7%;
  }
  .service-lineup__title {
    gap: 1rem;
  }
    .service-lineup__title b {
      font-size: 1.45em;
    }
  .service-title {
    font-size: 2.125rem;
  }
  .service-intro {
    display: flex;
    justify-content: space-between;
  }
  .service-intro__body {
    flex: 0 0 41.38%;
    margin-bottom: 0;
  }
  .service-intro__image {
    flex: 0 0 50%;
  }
  .service-area {
    height: 25.75rem;
  }
    .service-area__body .map {
      right: 5%;
    }
  .reason-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .service-cta {
    flex-direction: row;
  }
  .service-cta--tel {
    gap: 1rem;
  }
    .service-cta--tel a[href^="tel:"] {
      font-size: 3.125rem;
    }
    .service-cta--tel small {
      margin-left: auto;
    }}
@media (max-width: 70em) {}
@media (min-width: 70.001em) {
  .service-intro {
    margin: 110px 0;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .voice-grid {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    row-gap: 22px;
  }
  .voice-case-item {
    display: flex;
    gap: 35px;
  }
    .voice-case-item h3 {
      flex: none;
    }
    .voice-case-item h3 br {
      display: block;
    }
    .voice-case-item ul {
      flex: auto;
    }
  .service-flow {
    margin-top: 90px;
  }
  .flow-header {
    display: grid;
    grid-template-columns: 1fr 43.96%;
    margin-bottom: 60px;
  }
  .faq-list {
    padding: 40px;
  }}
/*# sourceMappingURL=maps/service.css.map */
