@charset "UTF-8";

.mainbox.content {
  padding: 0;
  overflow: hidden;
}

.shimaguide-kv {
  --shimaguide-blue: #2e4d7b;
  --shimaguide-orange: #f08833;
  --shimaguide-sky: #c9eaf3;
  --shimaguide-yellow: #ffe98f;
  --shimaguide-title: #ffc83d;
  --shimaguide-cream: #fff1b8;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(56px, 6.2vw, 124px) 16px calc(80px + 130px);
  overflow: hidden;
  color: var(--shimaguide-blue);
  font-family: "Noto Sans JP", sans-serif;
  background-color: var(--shimaguide-sky);
  background-image:
    url(../img/common/cloud--top-left.svg), url(../img/common/cloud--left.svg), url(../img/common/cloud--right-top.svg), url(../img/common/cloud--right.svg), url(../img/common/cloud--bottom-left.svg),
    url(../img/common/cloud--bottom-right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position:
    top left 99px,
    top 40% left 20%,
    top 40% right,
    bottom 20% right 20%,
    bottom 0 left -10%,
    bottom -12% right;
  box-sizing: border-box;
}

.shimaguide-kv *,
.shimaguide-kv *::before,
.shimaguide-kv *::after {
  box-sizing: border-box;
}

.shimaguide-kv__inner {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
}

.shimaguide-kv__lead {
  margin: 0 0 clamp(22px, 2.4vw, 44px);
  text-align: center;
}

.shimaguide-kv__lead img {
  width: clamp(321px, calc(-121.3px + 57.5vw), 740px);
  height: auto;
}

.shimaguide-kv__stage {
  position: relative;
}

.shimaguide-kv__body {
  position: relative;
  z-index: 3;
  width: min(945px, 100%);
  margin: 0 auto;
  text-align: center;
}

.shimaguide-kv__title {
  margin: 0;
}

.shimaguide-kv__title img {
  width: clamp(310px, calc(-50px + 46.9vw), 700px);
  height: auto;
}

.shimaguide-kv__balloon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: clamp(42px, 5vw, 84px) auto 0;
}

.shimaguide-kv__balloon img {
  width: clamp(214px, calc(61px + 20vw), 380px);
  height: auto;
}

.shimaguide-kv__subtitle {
  margin: 45px 0 0;
  color: var(--shimaguide-orange);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(23px, calc(2.85px + 2.64vw), 45px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: clamp(0.23px, calc(-0.58px + 0.18vw), 2.88px);
}

.shimaguide-kv__text {
  margin: clamp(22px, 3.1vw, 45px) auto 0;
  color: var(--shimaguide-blue);
  font-size: clamp(12px, calc(2.77px + 1.2vw), 22px);
  font-weight: 900;
  line-height: 2.5;
  letter-spacing: clamp(0.24px, calc(0.02px + 0.049vw), 0.96px);
}

.shimaguide-kv__text p {
  margin: 0;
}

.shimaguide-kv__text p:nth-child(4) {
  margin-top: clamp(18px, 2vw, 38px);
}

.shimaguide-kv__person,
.shimaguide-kv__map {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  user-select: none;
}

.shimaguide-kv__person--left {
  top: clamp(32px, 1vw, 132px);
  left: clamp(8px, 3vw, 52px);
  width: clamp(132px, 15vw, 316px);
}

.shimaguide-kv__person--right {
  top: clamp(125px, 3vw, 172px);
  right: clamp(-21px, calc(-46.4px + 5.65vw), 62px);
  width: clamp(128px, calc(24.5px + 18vw), 402px);
}

.shimaguide-kv__map {
  top: 10px;
  right: 7%;
  width: clamp(170px, 24vw, 494px);
  z-index: -1;
}

.shimaguide-benefits {
  --shimaguide-blue: #2e4d7b;
  --shimaguide-orange: #f08833;
  --shimaguide-yellow: #ffeb94;
  --shimaguide-light-blue: #38a0c5;
  --shimaguide-pink: #fbdfe2;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--shimaguide-blue);
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  padding-top: 121px;
  margin-top: -130px;
}

.shimaguide-benefits *,
.shimaguide-benefits *::before,
.shimaguide-benefits *::after {
  box-sizing: border-box;
}

.shimaguide-benefits__contents {
  background: var(--shimaguide-yellow);
  padding: 0 16px 114px;
}

.shimaguide-benefits__inner {
  position: relative;
  z-index: 1;
  width: min(1003px, 100%);
  margin: 0 auto;
}

.shimaguide-benefits__wave {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: max(1901px, 100vw);
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}

.shimaguide-benefits__title {
  width: min(691px, 100%);
  margin: 0 auto;
}

.shimaguide-benefits__title img {
  display: block;
  width: 100%;
  height: auto;
}

.shimaguide-benefits__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 37px;
  margin-top: calc(32px + 67px);
}

.shimaguide-benefits__card {
  position: relative;
  padding: 65px 20px 26px;
  border: 2px solid var(--shimaguide-blue);
  border-radius: 13px;
  color: var(--shimaguide-blue);
  background: #fff;
}

.shimaguide-benefits__number {
  position: absolute;
  top: -45px;
  left: 50%;
  display: block;
  width: 56px;
  height: 76px;
  transform: translateX(-50%);
}

.shimaguide-benefits__card-title {
  margin: 0;
  color: var(--shimaguide-blue);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.03em;
}

.shimaguide-benefits__card-title span {
  display: inline;
  background: linear-gradient(transparent 58%, var(--shimaguide-pink) 58%);
}

.shimaguide-benefits__catch {
  margin: 23px 0 23px;
  color: var(--shimaguide-light-blue);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.03em;
}

.shimaguide-benefits__illustration {
  display: block;
  width: 112px;
  height: 86px;
  margin: 0 auto 26px;
  object-fit: contain;
}

.shimaguide-benefits__illustration--card {
  width: 233px;
  height: 100px;
  margin-top: -6px;
  margin-bottom: 16px;
}

.shimaguide-benefits__description {
  margin: 0;
  color: var(--shimaguide-blue);
  font-size: clamp(13px, calc(11.28px + 0.38vw), 15px);
  font-weight: 700;
  line-height: 1.86;
  text-align: left;
}

.shimaguide-benefits__badge {
  position: absolute;
  top: -73px;
  right: -35px;
  display: grid;
  place-items: center;
  width: clamp(97px, calc(85.5px + 2.56vw), 128px);
  height: clamp(97px, calc(85.5px + 2.56vw), 128px);
  margin: 0;
}

.shimaguide-services {
  --shimaguide-blue: #2e4d7b;
  --shimaguide-orange: #f08833;
  --shimaguide-cream: #fef8e2;
  --shimaguide-yellow: #ffe893;
  --shimaguide-pink: #fbdfe2;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 112px 16px 119px;
  color: var(--shimaguide-blue);
  font-family: "Noto Sans JP", sans-serif;
  background: var(--shimaguide-cream);
  box-sizing: border-box;
}

.shimaguide-services *,
.shimaguide-services *::before,
.shimaguide-services *::after {
  box-sizing: border-box;
}

.shimaguide-services__inner {
  width: min(1003px, 100%);
  margin: 0 auto;
}

.shimaguide-services__title {
  width: min(970px, 100%);
  margin: 0 auto;
  padding: 23px 24px 24px;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(26px, calc(21.72px + 0.95vw), 40px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.03em;
  background: var(--shimaguide-blue);
}

.shimaguide-services__pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  width: min(970px, 100%);
  margin: 48px auto 0;
}

.shimaguide-services__pickup-card {
  position: relative;
  padding-top: 105px;
}

.shimaguide-services__pickup-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 126px;
  margin: 0;
  padding: 18px 30px 27px;
  border: 3px solid var(--shimaguide-blue);
  border-radius: 999px;
  color: var(--shimaguide-blue);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.72;
  text-align: center;
  letter-spacing: 0.03em;
  background: #fff;
}

.shimaguide-services__pickup-title::before,
.shimaguide-services__pickup-title::after {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  transform: translateX(-50%);
}

.shimaguide-services__pickup-title::before {
  bottom: -20px;
  border-top: 19px solid var(--shimaguide-blue);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.shimaguide-services__pickup-title::after {
  bottom: -15px;
  border-top: 16px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.shimaguide-services__pickup-title span {
  display: inline;
  background: linear-gradient(transparent 58%, var(--shimaguide-pink) 58%);
}

.shimaguide-services__pickup-body {
  min-height: 460px;
  padding: 59px 30px 30px;
  border: 5px solid var(--shimaguide-yellow);
  border-radius: 10px;
  background: #fff;
  height: 100%;
}

.shimaguide-services__art {
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
}

.shimaguide-services__art img {
  display: block;
  width: 100%;
  height: auto;
}

.shimaguide-services__art--magazines {
  width: min(284px, 88%);
  min-height: 174px;
  padding-top: 12px;
}

.shimaguide-services__art--support {
  width: min(284px, 88%);
  min-height: 198px;
}

.shimaguide-services__pickup-text {
  margin: 0;
  color: var(--shimaguide-blue);
  font-size: clamp(15px, calc(13.63px + 0.3vw), 17px);
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: 0.04em;
}

.shimaguide-services__divider {
  width: min(970px, 100%);
  height: 0;
  margin: 102px auto 66px;
  border: 0;
  border-top: 1px solid rgba(46, 77, 123, 0.55);
}

.shimaguide-services__subtitle {
  margin: 0 auto 84px;
  width: fit-content;
}

.shimaguide-services__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 36px;
  width: min(970px, 100%);
  margin: 37px auto 0;
}

.shimaguide-services__feature-card {
  position: relative;
  padding: 65px 30px 26px;
  border: 2px solid var(--shimaguide-blue);
  border-radius: 10px;
  color: var(--shimaguide-blue);
  background: #fff;
}

.shimaguide-services__feature-number {
  position: absolute;
  top: -39px;
  left: 50%;
  display: block;
  width: clamp(75px, calc(71.15px + 0.86vw), 87px);
  height: clamp(75px, calc(71.15px + 0.86vw), 87px);
  transform: translateX(-50%);
}

.shimaguide-services__feature-title {
  margin: 0 0 16px;
  color: var(--shimaguide-orange);
  font-size: clamp(22px, calc(19.95px + 0.46vw), 25px);
  font-weight: 900;
  line-height: 1.49;
  text-align: center;
  letter-spacing: 0.01em;
}

.shimaguide-services__feature-text {
  margin: 0;
  color: var(--shimaguide-blue);
  font-size: clamp(13px, calc(11.28px + 0.38vw), 15px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: clamp(0.13px, calc(-0.01px + 0.032vw), 0.6px);
}

.shimaguide-voices {
  --shimaguide-blue: #2e4d7b;
  --shimaguide-light-blue: #38a0c5;
  --shimaguide-grid: rgba(255, 255, 255, 0.24);
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 72px 16px 80px;
  color: var(--shimaguide-blue);
  font-family: "Noto Sans JP", sans-serif;
  background-color: #b9e8f0;
  background-image: linear-gradient(var(--shimaguide-grid) 1px, transparent 1px), linear-gradient(90deg, var(--shimaguide-grid) 1px, transparent 1px);
  background-position: top center;
  background-size: 43px 43px;
  box-sizing: border-box;
}

.shimaguide-voices *,
.shimaguide-voices *::before,
.shimaguide-voices *::after {
  box-sizing: border-box;
}

.shimaguide-voices__inner {
  width: min(1003px, 100%);
  margin: 0 auto;
}

.shimaguide-voices__title {
  width: min(356px, 100%);
  margin: 0 auto;
}

.shimaguide-voices__title img {
  display: block;
  width: 100%;
  height: auto;
}

.shimaguide-voices__list {
  display: grid;
  gap: clamp(63px, calc(57.49px + 1.22vw), 81px);
  width: min(830px, 100%);
  margin: 48px auto 0;
}

.shimaguide-voices__item {
  display: grid;
  align-items: center;
  gap: 30px;
}

.shimaguide-voices__item--avatar-right {
  grid-template-columns: minmax(0, 644px) 155px;
}

.shimaguide-voices__item--avatar-left {
  grid-template-columns: 155px minmax(0, 644px);
}

.shimaguide-voices__balloon {
  position: relative;
  min-height: 120px;
  padding: 26px 35px 22px;
  border: 3px solid var(--shimaguide-blue);
  border-radius: 10px;
  color: var(--shimaguide-blue);
  background: #fff;
}

.shimaguide-voices__balloon::before,
.shimaguide-voices__balloon::after {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  transform: translateY(-50%);
}

.shimaguide-voices__item--avatar-right .shimaguide-voices__balloon::before {
  right: -20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid var(--shimaguide-blue);
}

.shimaguide-voices__item--avatar-right .shimaguide-voices__balloon::after {
  right: -16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 17px solid #fff;
}

.shimaguide-voices__item--avatar-left .shimaguide-voices__balloon::before {
  left: -20px;
  border-top: 10px solid transparent;
  border-right: 18px solid var(--shimaguide-blue);
  border-bottom: 10px solid transparent;
}

.shimaguide-voices__item--avatar-left .shimaguide-voices__balloon::after {
  left: -16px;
  border-top: 8px solid transparent;
  border-right: 17px solid #fff;
  border-bottom: 8px solid transparent;
}

.shimaguide-voices__quote {
  margin: 0;
  color: var(--shimaguide-blue);
  font-size: clamp(18px, calc(17.39px + 0.14vw), 20px);
  font-weight: 900;
  line-height: 1.75;
}

.shimaguide-voices__meta {
  margin: 6px 0 0;
  color: var(--shimaguide-light-blue);
  font-size: clamp(15px, calc(13.47px + 0.34vw), 20px);
  font-weight: 900;
  line-height: 1.75;
  text-align: right;
}

.shimaguide-voices__avatar {
  width: 155px;
  height: 155px;
  margin: 0;
}

.shimaguide-voices__avatar img {
  display: block;
  width: 100%;
  height: auto;
}

.shimaguide-register-steps {
  --shimaguide-blue: #2e4d7b;
  --shimaguide-orange: #f08833;
  --shimaguide-step-bg: #ff9f4f;
  --shimaguide-highlight: #bee3ea;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 70px 16px 0;
  overflow: hidden;
  color: var(--shimaguide-blue);
  font-family: "Noto Sans JP", sans-serif;
  background: var(--shimaguide-step-bg);
  box-sizing: border-box;
  margin-bottom: 220px;
}

.shimaguide-register-steps *,
.shimaguide-register-steps *::before,
.shimaguide-register-steps *::after {
  box-sizing: border-box;
}

.shimaguide-register-steps__inner {
  position: relative;
  width: min(1227px, 100%);
  min-height: 1422px;
  margin: 0 auto;
  padding-bottom: 160px;
}

.shimaguide-register-steps__title {
  width: min(711px, 100%);
  margin: 0 auto;
}

.shimaguide-register-steps__title img {
  display: block;
  width: 100%;
  height: auto;
}

.shimaguide-register-steps__list {
  display: grid;
  gap: 88px;
  width: min(803px, 100%);
  margin: 79px auto 0;
  padding: 0;
  list-style: none;
}

.shimaguide-register-steps__item {
  position: relative;
}

.shimaguide-register-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: calc(-64px - 13px);
  left: 50%;
  height: 64px;
  width: 47px;
  background: url(../img/step-arrow.svg) 0 0 no-repeat;
  background-size: auto;
  transform: translateX(-50%);
}

.shimaguide-register-steps__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  align-items: center;
  gap: 34px;
  min-height: 232px;
  padding: 33px 42px 33px;
  border: 4px solid var(--shimaguide-blue);
  border-radius: 20px;
  background: #fff;
}

.step-complete .shimaguide-register-steps__card {
  gap: 0;
  grid-template-columns: minmax(0, 1fr) 254px;
}

.shimaguide-register-steps__card--complete {
  min-height: 232px;
  padding-right: 28px;
}

.shimaguide-register-steps__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.shimaguide-register-steps__title {
  display: flex;
  column-gap: 17px;
  align-items: flex-end;
}

.shimaguide-register-steps__step {
  line-height: 1;
  margin: 0;
}

.shimaguide-register-steps__title-text {
  margin: 0 0 5px;
  color: var(--shimaguide-blue);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.shimaguide-register-steps__title-text span {
  display: inline;
  background: linear-gradient(transparent 60%, var(--shimaguide-highlight) 60%);
}

.shimaguide-register-steps__content > p {
  margin: 0;
  color: var(--shimaguide-blue);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.02em;
}

.shimaguide-register-steps__icon {
  margin: 0;
}

.step-complete .shimaguide-register-steps__icon {
  margin-left: -20px;
  margin-top: -60px;
}

.shimaguide-register-steps__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.shimaguide-register-steps__icon--complete {
  position: relative;
  width: 255px;
  margin-top: -50px;
}

.shimaguide-register-steps__icon figcaption {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  place-items: center;
  min-width: 245px;
  min-height: 80px;
  padding: 14px 28px 22px;
  border-radius: 999px;
  color: var(--shimaguide-blue);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.59;
  text-align: center;
  letter-spacing: 0.02em;
  background: #fff1b8;
  box-shadow: 0 4px 7px rgba(46, 77, 123, 0.18);
  transform: translateX(-50%);
}

.shimaguide-register-steps__icon figcaption::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid #fff1b8;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.shimaguide-register-steps__icon--complete img {
  margin-top: 52px;
}

.shimaguide-register-steps__button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  max-width: 513px;
  width: 100%;
  margin: 112px auto 0;
  padding: 40px 44px;
  border-radius: 999px;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: var(--shimaguide-blue);
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.25);
}

.shimaguide-register-steps__button::after {
  flex: 0 0 auto;
  width: 34px;
  height: 25px;
  background: #ffe893;
  clip-path: polygon(0 35%, 60% 35%, 60% 0, 100% 50%, 60% 100%, 60% 65%, 0 65%);
  content: "";
}

.shimaguide-register-steps__person {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
}

.shimaguide-register-steps__person--left {
  left: 0;
  width: min(332px, 27.1vw);
}

.shimaguide-register-steps__person--right {
  right: 0;
  width: min(268px, 21.9vw);
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .mainbox {
    margin-top: 100px;
  }

  /* KV — layout-critical overrides not covered by base clamp */
  .shimaguide-kv {
    padding: 44px 16px calc(80px + 100px);
    background-image:
      url(../img/common/cloud--top-left.svg), url(../img/common/cloud--left.svg), url(../img/common/cloud--right.svg), url(../img/common/cloud--bottom-left.svg),
      url(../img/common/cloud--bottom-right.svg);
    background-repeat: no-repeat;
    background-size:
      88px 80px,
      51px 41px,
      65px 53px,
      188px 105px,
      144px 161px;
    background-position:
      top -20px left 19px,
      top 40% left 15%,
      top 35% right 20%,
      bottom 58px left -10%,
      bottom 0 right;
  }

  .shimaguide-kv__balloon {
    margin-top: 55px;
  }

  .shimaguide-kv__subtitle {
    margin-top: 15px;
  }

  .shimaguide-kv__text {
    line-height: 2.25;
  }

  .shimaguide-kv__person--left {
    top: 58px;
    left: -18px;
    width: 112px;
  }

  .shimaguide-kv__person--right {
    transform-origin: center bottom;
    top: 58px;
  }

  .shimaguide-kv__map {
    top: 70px;
    right: 12px;
    width: 150px;
    opacity: 0.55;
  }

  /* Benefits */
  .shimaguide-benefits {
    padding: 63px 0 0;
  }

  .shimaguide-benefits__contents {
    padding-bottom: 75px;
  }

  .shimaguide-benefits__wave--sp {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    display: block;
    width: 768px;
    height: auto;
    pointer-events: none;
    transform: translateX(-50%);
  }

  .shimaguide-benefits__title {
    max-width: 360px;
  }

  .shimaguide-benefits__cards {
    grid-template-columns: 1fr;
    gap: 75px;
    width: min(360px, 100%);
    margin: 73px auto 0;
  }

  .shimaguide-benefits__card {
    min-height: auto;
    padding: 58px 18px 24px;
  }

  .shimaguide-benefits__number {
    top: -38px;
    width: 48px;
    height: 66px;
  }

  .shimaguide-benefits__catch {
    margin-top: 12px;
  }

  .shimaguide-benefits__description {
    line-height: 1.8;
  }

  .shimaguide-benefits__badge {
    top: -53px;
    right: 16px;
  }

  /* Services */
  .shimaguide-services {
    padding: 72px 16px 78px;
  }

  .shimaguide-services__title {
    padding: 15px 24px;
  }

  .shimaguide-services__pickup-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    width: min(370px, 100%);
    margin-top: 24px;
  }

  .shimaguide-services__pickup-body {
    min-height: auto;
    padding: 40px 20px 24px;
  }

  .shimaguide-services__pickup-text {
    line-height: 2.07;
  }

  .shimaguide-services__divider {
    margin: 60px auto 50px;
  }

  .shimaguide-services__subtitle {
    margin-bottom: 66px;
  }

  .shimaguide-services__feature-grid {
    grid-template-columns: 1fr;
    gap: 75px;
    width: min(370px, 100%);
    margin-top: 24px;
  }

  .shimaguide-services__feature-card {
    padding: 50px 18px 20px;
  }

  .shimaguide-services__feature-text {
    line-height: 2.08;
  }

  /* Voices */
  .shimaguide-voices__item--avatar-right,
  .shimaguide-voices__item--avatar-left {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .shimaguide-voices__item--avatar-left .shimaguide-voices__balloon {
    order: -1;
    width: 100%;
  }

  .shimaguide-voices__avatar {
    margin: 0 auto;
  }

  .shimaguide-voices__item--avatar-right .shimaguide-voices__balloon::before,
  .shimaguide-voices__item--avatar-left .shimaguide-voices__balloon::before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-top: 19px solid var(--shimaguide-blue);
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
  }

  .shimaguide-voices__item--avatar-right .shimaguide-voices__balloon::after,
  .shimaguide-voices__item--avatar-left .shimaguide-voices__balloon::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-top: 16px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
  }

  .shimaguide-voices__quote {
    line-height: 1.94;
  }

  .shimaguide-voices__meta {
    line-height: 2.33;
  }
  .shimaguide-kv__map {
    display: none;
  }

  .shimaguide-register-steps__card {
    max-width: 450px;
    margin-inline: auto;
  }
  .shimaguide-register-steps__card,
  .step-complete .shimaguide-register-steps__card {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .shimaguide-register-steps__content {
    display: contents;
  }

  .shimaguide-register-steps__title {
    order: 1;
  }

  .shimaguide-register-steps__item .shimaguide-register-steps__icon {
    margin-inline: auto;
    order: 2;
  }

  .shimaguide-register-steps__item:nth-child(1) .shimaguide-register-steps__icon {
    max-width: 163px;
  }
  .shimaguide-register-steps__item:nth-child(2) .shimaguide-register-steps__icon {
    max-width: 133px;
  }
  .shimaguide-register-steps__item:nth-child(3) .shimaguide-register-steps__icon {
    max-width: 245px;
  }
  .step-complete .shimaguide-register-steps__icon {
    margin-left: auto;
    margin-top: 0;
  }

  .shimaguide-register-steps__content > p {
    order: 3;
  }

  .shimaguide-register-steps__button {
    border-radius: 15px;
    max-width: 250px;
    font-size: 25px;
    text-align: left;
    padding: 20px 22px;
    letter-spacing: 1.25px;
    line-height: 35.6px;
    margin-top: 57px;
    margin-bottom: -60px;
  }

  .shimaguide-register-steps__title {
    max-width: 350px;
  }

  .shimaguide-register-steps__list {
    margin-top: 56px;
  }

  .shimaguide-register-steps {
    margin-bottom: 0;
  }
}
