@charset "UTF-8";
/* --------------------------------------------
 * 共通
 * -------------------------------------------- */
/* マップ  セクション*/
.service-map {
  position: relative;
  z-index: 2;
}
@media (max-width: 834px) {
  .service-map {
    padding-bottom: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.service-map::before {
  background: url(../img/under/service/map_bg-item01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 56%;
  aspect-ratio: 1993/1471;
  bottom: -20vw;
  left: 0;
  z-index: 1;
}
.service-map::after {
  background: url(../img/under/service/map_coral01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 18%;
  aspect-ratio: 656/699;
  bottom: -16vw;
  right: 0;
  z-index: 1;
}

.service-map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
}
@media (max-width: 834px) {
  .service-map__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
@media (max-width: 834px) {
  .service-map__inner .service-map__body {
    display: contents;
  }
}
@media (max-width: 834px) {
  .service-map__inner .service-map__ttl {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 834px) {
  .service-map__inner .service-map__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}
@media (max-width: 834px) {
  .service-map__inner .service-map__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0;
  }
}
@media (max-width: 834px) {
  .service-map__inner .service-map__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.service-map__img {
  width: 48%;
}
@media (max-width: 834px) {
  .service-map__img {
    width: 90%;
  }
}

.service-map__body {
  width: 48%;
}
@media (max-width: 834px) {
  .service-map__body {
    width: 100%;
  }
}

.service-map__ttl {
  font-size: 4.2rem;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .service-map__ttl {
    font-size: 3rem;
  }
}
@media (max-width: 834px) {
  .service-map__ttl {
    font-size: 2.4rem;
  }
}

.service-map__txt {
  font-size: 1.8rem;
  margin: 48px 0 40px;
}
@media (max-width: 1199px) {
  .service-map__txt {
    margin: 32px 0 24px;
  }
}

.service-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.service-map__list-item {
  border-radius: 10px;
  background: #fff;
  color: #0f679a;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding: 8px 16px;
}

.service-map__list-icon {
  height: 26px;
  width: auto;
}
.service-map__list-icon img {
  max-height: 100%;
  width: auto;
}

/* マップ詳細 セクション */
.service-detail {
  position: relative;
  z-index: 2;
  margin-top: 4vw;
  padding-top: 16vw;
  background: url(../img/under/service/detail_bg01.webp) no-repeat top left/cover;
}
.service-detail::before {
  background: url(../img/under/service/detail_item01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 11%;
  aspect-ratio: 366/293;
  top: 1vw;
  left: 72%;
  z-index: 1;
}
.service-detail::after {
  background: url(../img/under/service/detail_item02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17%;
  aspect-ratio: 559/595;
  top: 0vw;
  left: 0;
  z-index: 1;
}

/*サイドメニュー*/
.service-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-detail .sticky-list01 {
  position: sticky;
  top: 120px;
  left: 0;
  width: 340px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1100px) {
  .service-detail .sticky-list01 {
    width: 220px;
  }
}
@media (max-width: 834px) {
  .service-detail .sticky-list01 {
    width: 100%;
    position: static;
    gap: 0;
  }
}

.service-detail-main {
  width: 70%;
  max-width: 500px;
}

.service-detail-main__item {
  height: 700px;
}

.service-detail .under-side__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.service-detail .sticky-list01_item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.service-detail .sticky-list01_item-icon img {
  width: 36px;
}
@media (max-width: 1100px) {
  .service-detail .sticky-list01_item-icon img {
    width: 24px;
  }
}
.service-detail .sticky-list01_item {
  position: relative;
}
@media (max-width: 834px) {
  .service-detail .sticky-list01_item {
    width: 48%;
  }
}
@media (max-width: 639px) {
  .service-detail .sticky-list01_item {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .service-detail .sticky-list01_item:last-child {
    border-top: none;
  }
}
@media (max-width: 834px) {
  .service-detail .sticky-list01_item::after {
    position: absolute;
    content: "";
    width: 7px;
    aspect-ratio: 1/1;
    background: url(../img/under/common/sticky-list01_arrow-down.png) no-repeat top left/cover;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*メインコンテンツ*/
.service-detail .sticky-list02 {
  color: #000;
}
.service-detail .sticky-list02_item {
  background: #fff;
  padding: 40px 50px;
}
@media (max-width: 499px) {
  .service-detail .sticky-list02_item {
    padding: 30px;
  }
}
.service-detail .service-detail__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 2px dotted #ffbf01;
  padding-bottom: 16px;
}
@media (max-width: 499px) {
  .service-detail .service-detail__ttl-wrap {
    gap: 0;
  }
}
.service-detail .service-detail__ttl-img {
  height: 30px;
  width: auto;
}
@media (max-width: 499px) {
  .service-detail .service-detail__ttl-img {
    margin-right: 20px;
  }
}
.service-detail .service-detail__ttl-img img {
  height: 100%;
  width: auto;
}
.service-detail .service-detail__ttl {
  color: #3997cd;
}
@media (max-width: 499px) {
  .service-detail .service-detail__ttl {
    width: 85%;
  }
}
.service-detail .service-detail__img {
  margin: 20px 0;
}
.service-detail .service-detail__txt {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.service-detail .service-detail__note {
  font-size: 1.4rem;
}

.service-detail__ttl-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}/*# sourceMappingURL=service.css.map */