.public-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.public-image__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.furusato-guide {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .furusato-guide {
    padding: 0;
  }
}

.furusato-guide__container {
  text-align: center;
}

.furusato-guide__main-image__img {
  width: calc(100% + 32px);
  margin-left: -16px;
  object-fit: cover;
}

/* レスポンシブ対応例: タブレット以上でレイアウトを変更 */
@media (min-width: 768px) {
  .furusato-guide__main-image__img {
    margin-left: 0;
    width: 100%;
  }
}

/* ---------------- */
.furusato-guide__section-icon-wrapper {
  width: 50px;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .furusato-guide__section-icon-wrapper {
    margin: 20px auto 10px;
  }
}

.furusato-guide__section-icon {
  box-sizing: border-box;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 46px;
  color: var(--color-furusato-blue);
  border: 2px solid currentColor;
  border-radius: 25px;
  opacity: 1;
  font-weight: 300;
}

.furusato-guide__title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 1rem;
  word-break: keep-all;
}

.furusato-guide__button-in-link {
  box-sizing: border-box;
  height: 45px;
  border-radius: 24px;
  border: 1px solid #1886b9;
  color: #1191c4;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  background-color: var(--color-white);
  margin: 0 auto;
  margin-top: 20px;
}

.furusato-guide__question {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 40px 0 100px;
}
