/* bradcam_area */
.bradcam-title {
  font-size: 3em !important;
}

.bradcam_bg_1 {
  background-image: url(../../images/bc/bradcam28.png);
}

.bradcam_area {
  background-size: cover;
  background-position: center center;
/*padding: 280px 0 150px 0;*/
  padding: 70px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.bradcam_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001D38;
  opacity: .4;
  z-index: -1;
  content: '';
}

@media (max-width: 767px) {
  .bradcam_area {
/*  padding: 150px 0;*/
    padding: 60px 0;
  }
}

.bradcam_area h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .bradcam_area h3 {
/*  font-size: 30px;*/
    font-size: 2em !important;
  }
}

.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.bradcam_area p a {
  color: #fff;
}

.bradcam_area p a:hover {
  color: #fff;
}

/* titlebar */
p.lead {
  border-bottom: solid 2px #50892e;
  position: relative;
}

p.lead:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #1182c5;
  bottom: -2px;
  width: 30%;
}

/* photozoom */
.zoom {
  overflow: hidden;
}

.zoom img {
  display: block;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}

.zoom img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.zoom img {
  margin-bottom: 0;
}

/* adjustment */
.adjustment-bottom-50 {
  margin-bottom: 50px;
}

.row h3 {
  margin-bottom: 10px;
}

/* adjustment */
.adjustment-mb0 {
  margin-bottom: 0px;
}

.adjustment-mb10 {
  margin-bottom: 10px;
}

.adjustment-mb20 {
  margin-bottom: 20px;
}

.adjustment-mb30 {
  margin-bottom: 30px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

/*
　IT研修サービス　箇条書き行間調整
---------------------------------*/
.adjustment-line{
  line-height: 1.5;
}

/* =========================================================
   宿泊税システムページ
   対象：/a-tax/
========================================================= */

.a-tax-page {
  background: #fff;
  padding: 0 0 90px;
}

.a-tax-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 最新状況 */
.a-tax-notice {
  max-width: 860px;
  margin: 0 auto 34px;
  padding: 18px 28px 22px;
  border: 2px solid #0b5fb3;
  border-radius: 12px;
  background: #f7fbff;
  box-shadow: 0 6px 18px rgba(0, 55, 120, 0.14);
  text-align: center;
  box-sizing: border-box;
}

.a-tax-notice__label {
  display: inline-block;
  margin: -2px 0 12px;
  padding: 5px 28px;
  border-radius: 999px;
  background: #0b5fb3;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.a-tax-notice__text {
  margin: 0;
  color: #003f92;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

/* チラシ画像 */
.a-tax-flyer {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.a-tax-flyer img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #d6e2ee;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.a-tax-flyer img + img {
  margin-top: 0;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .a-tax-page {
    padding: 42px 0 74px;
  }

  .a-tax-inner {
    max-width: 900px;
    padding: 0 24px;
  }

  .a-tax-notice {
    max-width: 820px;
    margin-bottom: 30px;
  }

  .a-tax-notice__text {
    font-size: 30px;
  }

  .a-tax-flyer {
    max-width: 660px;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-page {
    padding: 0 0 56px;
  }

  .a-tax-inner {
    padding: 0 16px;
  }

  .a-tax-notice {
    margin-bottom: 24px;
    padding: 16px 14px 18px;
    border-radius: 10px;
  }

  .a-tax-notice__label {
    margin-bottom: 10px;
    padding: 4px 20px;
    font-size: 14px;
  }

  .a-tax-notice__text {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .a-tax-flyer {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .a-tax-flyer img {
    width: 100%;
    max-width: none;
    border-left: none;
    border-right: none;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
  }
}

/* さらに小さいスマートフォン */
@media screen and (max-width: 480px) {
  .a-tax-notice__text {
    font-size: 19px;
  }
}

/* チラシ画像内のメールアドレスクリックエリア */
.a-tax-flyer-image {
  position: relative;
}

.a-tax-flyer-image + .a-tax-flyer-image {
  margin-top: 0;
}

.a-tax-mail-link {
  position: absolute;
  display: block;
  left: 49%;
  bottom: 2.6%;
  width: 27%;
  height: 3.2%;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
}

/* =========================================================
   宿泊税システム メインビジュアル
========================================================= */

.a-tax-page {
  background: #fff;
  padding: 0 0 90px;
}

.a-tax-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.a-tax-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 520px;
  background:
    /* linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.84) 0%,
      rgba(255, 255, 255, 0.72) 28%,
      rgba(255, 255, 255, 0.24) 54%,
      rgba(255, 255, 255, 0.00) 100%
    ), */
    url("../images/a-tax-hero-bg.png") center center / cover no-repeat;
  border-radius: 0;
  box-shadow: 0 14px 35px rgba(0, 70, 140, 0.10);
}

.a-tax-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    radial-gradient(circle at 3% 6%, rgba(255, 255, 255, 0.55) 0, rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 107, 184, 0.02) 100%); */
  pointer-events: none;
}

.a-tax-hero__inner {
  position: relative;
  max-width: 1280px;
  min-height: 520px;
  margin: 0 auto;
  padding: 54px 0 48px;
  box-sizing: border-box;
}

.a-tax-hero__content {
  width: 63%;
  max-width: 860px;
  position: relative;
  z-index: 2;
}

.a-tax-hero__release {
  margin: 0 0 14px;
  color: #0b3f92;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.a-tax-hero__release span {
  position: relative;
  display: inline-block;
  padding: 0 48px;
}

.a-tax-hero__release span::before,
.a-tax-hero__release span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 3px;
  background: #f2c118;
  border-radius: 999px;
}

.a-tax-hero__release span::before {
  left: 8px;
  transform: translateY(-50%) rotate(45deg);
}

.a-tax-hero__release span::after {
  right: 8px;
  transform: translateY(-50%) rotate(-45deg);
}

.a-tax-hero__title {
  margin: 0 0 24px;
  color: #003b84;
  font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
  font-size: clamp(64px, 6vw, 104px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-shadow:
    0 4px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(0, 55, 120, 0.22);
}

.a-tax-hero__catch {
  display: inline-block;
  margin: 0 0 28px;
  padding: 16px 26px 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffe46a 0%, #f8d33b 100%);
  color: #003b84;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 18px rgba(180, 138, 0, 0.15);
}

.a-tax-hero__lead {
  margin: 0 0 34px;
  color: #202a38;
  font-size: clamp(19px, 1.5vw, 25px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.a-tax-hero__buttons {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.a-tax-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 250px;
  min-height: 74px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.a-tax-hero__btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  opacity: 0.95;
}

.a-tax-hero__btn--primary {
  background: linear-gradient(180deg, #0f74dc 0%, #004eb8 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 78, 184, 0.32);
}

.a-tax-hero__btn--secondary {
  border: 2px solid #004eb8;
  background: rgba(255, 255, 255, 0.92);
  color: #004eb8;
  box-shadow: 0 8px 20px rgba(0, 78, 184, 0.10);
}

.a-tax-hero__btn-icon {
  font-size: 24px;
  line-height: 1;
}

.a-tax-hero__btn-arrow {
  margin-left: 6px;
  font-size: 30px;
  line-height: 0.8;
}

.a-tax-hero__badge {
  position: absolute;
  top: 26px;
  right: 48px;
  z-index: 4;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, #fff4a6 0%, #ffd84f 42%, #f2bc18 100%);
  border: 6px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    0 8px 22px rgba(123, 91, 0, 0.22),
    inset 0 0 0 3px rgba(183, 131, 0, 0.22);
  color: #003b84;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotate(-2deg);
}

.a-tax-hero__badge-year {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.a-tax-hero__badge-month {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.02;
}

.a-tax-hero__badge-release {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
}

.pc-only {
  display: inline;
}

#content-wrap.styles .a-tax-page {
  margin-top: 0;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .a-tax-hero {
    min-height: 460px;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.86) 0%,
        rgba(255, 255, 255, 0.74) 28%,
        rgba(255, 255, 255, 0.26) 54%,
        rgba(255, 255, 255, 0.00) 100%
      ),
      url("../images/a-tax-hero-bg.png") 62% center / cover no-repeat;
  }

  .a-tax-hero__inner {
    min-height: 460px;
    padding: 44px 28px 42px;
  }

  .a-tax-hero__content {
    width: 64%;
    max-width: 700px;
  }

  .a-tax-hero__title {
    font-size: clamp(58px, 6.5vw, 88px);
  }

  .a-tax-hero__catch {
    font-size: 22px;
  }

  .a-tax-hero__badge {
    width: 130px;
    height: 130px;
    top: 24px;
    right: 24px;
  }

  .a-tax-hero__badge-year {
    font-size: 20px;
  }

  .a-tax-hero__badge-month {
    font-size: 44px;
  }

  .a-tax-hero__badge-release {
    font-size: 18px;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-hero {
    min-height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.88) 40%,
        rgba(255, 255, 255, 0.18) 100%
      ),
      url("../images/a-tax-hero-bg.png") 72% bottom / cover no-repeat;
  }

  .a-tax-hero__inner {
    min-height: 560px;
    padding: 34px 18px 300px;
  }

  .a-tax-hero__content {
    width: 100%;
    max-width: none;
  }

  .a-tax-hero__release {
    margin-bottom: 12px;
    font-size: 19px;
    text-align: center;
  }

  .a-tax-hero__release span {
    padding: 0 34px;
  }

  .a-tax-hero__release span::before,
  .a-tax-hero__release span::after {
    width: 22px;
  }

  .a-tax-hero__title {
    margin-bottom: 16px;
    font-size: clamp(42px, 13vw, 64px);
    text-align: center;
    letter-spacing: 0.02em;
    white-space: normal;
  }

  .a-tax-hero__catch {
    display: block;
    margin-bottom: 16px;
    padding: 12px 14px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.03em;
  }

  .a-tax-hero__lead {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.04em;
  }

  .a-tax-hero__buttons {
    justify-content: center;
    gap: 12px;
  }

  .a-tax-hero__btn {
    width: 100%;
    max-width: 300px;
    min-height: 54px;
    font-size: 17px;
  }

  .a-tax-hero__btn-icon {
    font-size: 20px;
  }

  .a-tax-hero__btn-arrow {
    font-size: 26px;
  }

  .a-tax-hero__badge {
    width: 100px;
    height: 100px;
    top: 18px;
    right: 14px;
  }

  .a-tax-hero__badge-year {
    font-size: 15px;
  }

  .a-tax-hero__badge-month {
    font-size: 32px;
  }

  .a-tax-hero__badge-release {
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }
}

/* さらに小さいスマートフォン */
@media screen and (max-width: 480px) {
  .a-tax-hero__inner {
    min-height: 540px;
    padding-bottom: 290px;
  }

  .a-tax-hero__title {
    font-size: 40px;
  }
}






/* =========================================================
   宿泊税システム 課題セクション
========================================================= */

.a-tax-problem {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 86px 20px 96px;
  background:
    radial-gradient(circle at top center, rgba(53, 152, 197, 0.12) 0%, rgba(53, 152, 197, 0.04) 38%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, #f4faff 0%, #ffffff 100%);
  box-sizing: border-box;
}

.a-tax-problem__inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.a-tax-problem .a-tax-section-label {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0071c8 0%, #2f8be6 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.a-tax-problem .a-tax-section-label::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 8px auto 0;
  border-radius: 999px;
  background: rgba(0, 78, 184, 0.35);
}

.a-tax-problem__title {
  margin: 0 0 22px;
  color: #10213d;
  font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.a-tax-problem__title span {
  color: #168fd0;
}

.a-tax-problem__lead {
  margin: 0 0 54px;
  color: #34445c;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.04em;
}

.a-tax-problem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.a-tax-problem-card {
  min-height: 280px;
  padding: 38px 28px 34px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.10);
  box-sizing: border-box;
  text-align: center;
}

.a-tax-problem-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #eaf6ff;
  color: #168fd0;
  font-size: 42px;
  line-height: 1;
}

.a-tax-problem-card h3 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 16px;
  color: #10213d;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.a-tax-problem-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: #68b83e;
  transform: translateX(-50%);
}

.a-tax-problem-card p {
  margin: 0;
  color: #39485c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .a-tax-problem {
    padding: 72px 24px 82px;
  }

  .a-tax-problem__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .a-tax-problem-card {
    min-height: 270px;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-problem {
    padding: 56px 16px 64px;
  }

  .a-tax-section-label {
    margin-bottom: 14px;
    padding: 6px 34px;
    font-size: 14px;
  }

  .a-tax-problem__title {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.45;
  }

  .a-tax-problem__lead {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }

  .a-tax-problem__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .a-tax-problem-card {
    min-height: auto;
    padding: 30px 22px 28px;
  }

  .a-tax-problem-card__icon {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
    font-size: 34px;
  }

  .a-tax-problem-card h3 {
    font-size: 18px;
  }

  .a-tax-problem-card p {
    font-size: 14px;
    text-align: left;
  }
}


/* =========================================================
   宿泊税システム ソリューションセクション
========================================================= */

.a-tax-solution {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 90px 24px 96px;
  background: #fff;
  box-sizing: border-box;
}

.a-tax-solution__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.a-tax-solution__label {
  display: inline-block;
  margin: 0 0 20px;
  color: #1269d3;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.a-tax-solution__label::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #1269d3;
}

.a-tax-solution__title {
  margin: 0 0 26px;
  color: #10213d;
  font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.a-tax-solution__title span {
  color: #1269d3;
}

.a-tax-solution__lead {
  margin: 0 0 52px;
  color: #27364d;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.a-tax-solution-flow {
  display: grid;
  grid-template-columns: 180px 36px repeat(5, 1fr 36px);
  align-items: center;
  gap: 0;
  padding: 36px 28px 38px;
  border-radius: 14px;
  background: #f3f9ff;
  box-sizing: border-box;
}

.a-tax-solution-flow__item {
  position: relative;
  min-height: 260px;
  padding: 34px 18px 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 93, 140, 0.08);
  box-sizing: border-box;
}

.a-tax-solution-flow__item--facility {
  padding-top: 24px;
}

.a-tax-solution-flow__tag {
  display: inline-block;
  margin: -2px 0 22px;
  padding: 8px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1978df 0%, #0758c5 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.a-tax-solution-flow__number {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1978df 0%, #0758c5 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 38px;
  transform: translateX(-50%);
}

.a-tax-solution-flow__item h3 {
  margin: 32px 0 20px;
  color: #10213d;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.a-tax-solution-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  margin: 0 auto 22px;
  color: #1269d3;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-solution-flow__item p {
  margin: 0;
  color: #27364d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.a-tax-solution-flow__text {
  margin-top: 4px !important;
}

.a-tax-solution-flow__arrow {
  color: #1269d3;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-solution-summary {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 34px;
  align-items: center;
  margin: 42px 28px 0;
  padding: 34px 50px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(28, 93, 140, 0.08);
  text-align: left;
  box-sizing: border-box;
}

.a-tax-solution-summary__main {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 34px;
  border-right: 2px solid #1269d3;
}

.a-tax-solution-summary__check {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1978df 0%, #0758c5 100%);
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(18, 105, 211, 0.28);
}

.a-tax-solution-summary__main p {
  margin: 0;
  color: #1269d3;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.a-tax-solution-summary__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-tax-solution-summary__list li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 36px;
  color: #17243a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.a-tax-solution-summary__list li:last-child {
  margin-bottom: 0;
}

.a-tax-solution-summary__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 23px;
  border: 2px solid #1269d3;
  border-radius: 50%;
  color: #1269d3;
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  text-align: center;
  box-sizing: border-box;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-solution-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .a-tax-solution-flow__arrow {
    display: none;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-solution {
    padding: 60px 16px 68px;
  }

  .a-tax-solution__label {
    font-size: 18px;
  }

  .a-tax-solution__title {
    font-size: 31px;
    line-height: 1.45;
  }

  .a-tax-solution__lead {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }

  .a-tax-solution-flow {
    grid-template-columns: 1fr;
    padding: 22px 16px;
    gap: 16px;
  }

  .a-tax-solution-flow__item {
    min-height: auto;
    padding: 30px 20px 26px;
  }

  .a-tax-solution-flow__item h3 {
    font-size: 19px;
  }

  .a-tax-solution-flow__icon {
    height: 62px;
    font-size: 42px;
  }

  .a-tax-solution-summary {
    grid-template-columns: 1fr;
    margin: 28px 0 0;
    padding: 28px 22px;
    gap: 24px;
  }

  .a-tax-solution-summary__main {
    padding-right: 0;
    padding-bottom: 22px;
    border-right: none;
    border-bottom: 2px solid #1269d3;
  }

  .a-tax-solution-summary__main p {
    font-size: 18px;
  }

  .a-tax-solution-summary__list li {
    font-size: 14px;
  }
}





/* =========================================================
   宿泊税システム 主な機能セクション
========================================================= */

.a-tax-features {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 90px 24px 100px;
  background:
    radial-gradient(circle at top center, rgba(53, 152, 197, 0.10) 0%, rgba(53, 152, 197, 0.03) 42%, rgba(255, 255, 255, 0) 72%),
    #f8fcff;
  box-sizing: border-box;
}

.a-tax-features__inner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.a-tax-features__label {
  display: inline-block;
  margin: 0 0 20px;
  color: #1269d3;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.a-tax-features__label::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #1269d3;
}

.a-tax-features__title {
  margin: 0 0 24px;
  color: #10213d;
  font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.a-tax-features__lead {
  margin: 0 0 52px;
  color: #27364d;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.a-tax-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.a-tax-feature-card {
  min-height: 265px;
  padding: 34px 28px 32px;
  border: 1px solid #dfefff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(28, 93, 140, 0.08);
  box-sizing: border-box;
  text-align: left;
}

.a-tax-feature-card__head {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 26px;
}

.a-tax-feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  color: #1269d3;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-feature-card h3 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  color: #10213d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.a-tax-feature-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #1269d3;
}

.a-tax-feature-card p {
  margin: 0;
  color: #17243a;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-features {
    padding: 60px 16px 68px;
  }

  .a-tax-features__label {
    font-size: 18px;
  }

  .a-tax-features__title {
    font-size: 36px;
  }

  .a-tax-features__lead {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }

  .a-tax-features__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .a-tax-feature-card {
    min-height: auto;
    padding: 28px 22px 26px;
  }

  .a-tax-feature-card__head {
    grid-template-columns: 72px 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }

  .a-tax-feature-card__icon {
    width: 64px;
    height: 64px;
    font-size: 38px;
  }

  .a-tax-feature-card h3 {
    font-size: 19px;
  }

  .a-tax-feature-card p {
    font-size: 14px;
    line-height: 1.85;
  }
}


/* =========================================================
   宿泊税システム 選ばれる理由セクション
========================================================= */

.a-tax-advantage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 90px 24px 96px;
  background:
    radial-gradient(circle at top center, rgba(53, 152, 197, 0.10) 0%, rgba(53, 152, 197, 0.03) 42%, rgba(255, 255, 255, 0) 72%),
    #fff;
  box-sizing: border-box;
}

.a-tax-advantage__inner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.a-tax-advantage__label {
  display: inline-block;
  margin: 0 0 20px;
  color: #1269d3;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.a-tax-advantage__label::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #1269d3;
}

.a-tax-advantage__title {
  margin: 0 0 24px;
  color: #10213d;
  font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.a-tax-advantage__lead {
  margin: 0 0 54px;
  color: #27364d;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.a-tax-advantage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.a-tax-advantage-card {
  position: relative;
  min-height: 520px;
  padding: 54px 34px 34px;
  border: 1px solid #dfefff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.09);
  box-sizing: border-box;
  overflow: hidden;
}

.a-tax-advantage-card__number {
  position: absolute;
  top: 46px;
  left: 46px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1978df 0%, #0758c5 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.04em;
}

.a-tax-advantage-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  margin: 0 auto 34px;
  border-radius: 50%;
  background: #eaf6ff;
  color: #1269d3;
  font-size: 54px;
  line-height: 1;
}

.a-tax-advantage-card__icon--green {
  background: #eaf8ee;
  color: #39b86a;
  font-size: 58px;
  font-weight: 900;
}

.a-tax-advantage-card h3 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 18px;
  color: #1269d3;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.a-tax-advantage-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #68b83e;
  transform: translateX(-50%);
}

.a-tax-advantage-card p {
  margin: 0;
  color: #17243a;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
}

.a-tax-advantage-card__image {
  margin-top: 34px;
  color: #1269d3;
  font-size: 86px;
  line-height: 1;
  opacity: 0.72;
}

.a-tax-advantage-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.08);
  text-align: left;
}

.a-tax-advantage-summary__item {
  display: flex;
  gap: 18px;
  padding: 0 28px;
  border-right: 1px solid #d8e9fa;
}

.a-tax-advantage-summary__item:last-child {
  border-right: none;
}

.a-tax-advantage-summary__item span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 4px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1978df 0%, #0758c5 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.a-tax-advantage-summary__item h3 {
  margin: 0 0 8px;
  color: #1269d3;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.a-tax-advantage-summary__item p {
  margin: 0;
  color: #27364d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-advantage__grid {
    grid-template-columns: 1fr;
  }

  .a-tax-advantage-card {
    min-height: auto;
  }

  .a-tax-advantage-summary {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .a-tax-advantage-summary__item {
    padding: 0 0 22px;
    border-right: none;
    border-bottom: 1px solid #d8e9fa;
  }

  .a-tax-advantage-summary__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-advantage {
    padding: 60px 16px 68px;
  }

  .a-tax-advantage__label {
    font-size: 18px;
  }

  .a-tax-advantage__title {
    font-size: 36px;
  }

  .a-tax-advantage__lead {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }

  .a-tax-advantage-card {
    padding: 42px 22px 30px;
  }

  .a-tax-advantage-card__number {
    top: 22px;
    left: 22px;
    width: 44px;
    height: 44px;
    font-size: 17px;
    line-height: 44px;
  }

  .a-tax-advantage-card__icon {
    width: 92px;
    height: 92px;
    margin-bottom: 24px;
    font-size: 42px;
  }

  .a-tax-advantage-card h3 {
    font-size: 24px;
  }

  .a-tax-advantage-card p {
    font-size: 14px;
    line-height: 1.85;
  }

  .a-tax-advantage-card__image {
    margin-top: 24px;
    font-size: 64px;
  }

  .a-tax-advantage-summary {
    padding: 26px 22px;
  }

  .a-tax-advantage-summary__item h3 {
    font-size: 19px;
  }

  .a-tax-advantage-summary__item p {
    font-size: 14px;
  }
}




/* =========================================================
   宿泊税システム 導入の流れセクション
========================================================= */

.a-tax-flow {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 90px 24px 96px;
  background:
    radial-gradient(circle at top center, rgba(53, 152, 197, 0.10) 0%, rgba(53, 152, 197, 0.03) 42%, rgba(255, 255, 255, 0) 72%),
    #f8fcff;
  box-sizing: border-box;
}

.a-tax-flow__inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.a-tax-flow__label {
  display: inline-block;
  margin: 0 0 20px;
  color: #1269d3;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.a-tax-flow__label::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #1269d3;
}

.a-tax-flow__title {
  margin: 0 0 22px;
  color: #10213d;
  font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.a-tax-flow__title span {
  color: #168fd0;
}

.a-tax-flow__lead {
  margin: 0 0 54px;
  color: #27364d;
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.a-tax-flow__steps {
  display: grid;
  grid-template-columns: 1fr 58px 1fr 58px 1fr 58px 1fr;
  align-items: center;
  gap: 0;
}

.a-tax-flow-card {
  min-height: 330px;
  padding: 44px 30px 34px;
  border: 1px solid #dfefff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.09);
  box-sizing: border-box;
  text-align: center;
}

.a-tax-flow-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1978df 0%, #0758c5 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.a-tax-flow-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #eaf6ff;
  color: #1269d3;
  font-size: 54px;
  line-height: 1;
}

.a-tax-flow-card h3 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 16px;
  color: #1269d3;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.a-tax-flow-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #68b83e;
  transform: translateX(-50%);
}

.a-tax-flow-card p {
  margin: 0;
  color: #17243a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.a-tax-flow__arrow {
  color: #1269d3;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-flow-cta {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 42px;
  align-items: center;
  margin-top: 44px;
  padding: 34px 48px;
  border-radius: 18px;
  background: #eef8ff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.08);
  box-sizing: border-box;
}

.a-tax-flow-cta__message {
  display: flex;
  align-items: center;
  gap: 26px;
  text-align: left;
}

.a-tax-flow-cta__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #dff1ff;
  color: #1269d3;
  font-size: 46px;
}

.a-tax-flow-cta__message p {
  margin: 0;
  color: #10213d;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.a-tax-flow-cta__buttons {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.a-tax-flow-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 220px;
  min-height: 66px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-sizing: border-box;
}

.a-tax-flow-cta__btn:hover {
  text-decoration: none;
  opacity: 0.92;
}

.a-tax-flow-cta__btn--primary {
  background: linear-gradient(180deg, #1978df 0%, #0758c5 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(18, 105, 211, 0.28);
}

.a-tax-flow-cta__btn--secondary {
  border: 2px solid #1269d3;
  background: #fff;
  color: #1269d3;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-flow__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .a-tax-flow__arrow {
    display: none;
  }

  .a-tax-flow-cta {
    grid-template-columns: 1fr;
  }

  .a-tax-flow-cta__buttons {
    justify-content: center;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-flow {
    padding: 60px 16px 68px;
  }

  .a-tax-flow__label {
    font-size: 18px;
  }

  .a-tax-flow__title {
    font-size: 36px;
  }

  .a-tax-flow__lead {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }

  .a-tax-flow__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .a-tax-flow-card {
    min-height: auto;
    padding: 34px 22px 30px;
  }

  .a-tax-flow-card__number {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .a-tax-flow-card__icon {
    width: 92px;
    height: 92px;
    margin-bottom: 22px;
    font-size: 42px;
  }

  .a-tax-flow-card h3 {
    font-size: 22px;
  }

  .a-tax-flow-card p {
    font-size: 14px;
  }

  .a-tax-flow-cta {
    margin-top: 28px;
    padding: 28px 22px;
  }

  .a-tax-flow-cta__message {
    align-items: flex-start;
    gap: 16px;
  }

  .a-tax-flow-cta__icon {
    width: 62px;
    height: 62px;
    font-size: 32px;
  }

  .a-tax-flow-cta__message p {
    font-size: 15px;
  }

  .a-tax-flow-cta__buttons {
    gap: 14px;
  }

  .a-tax-flow-cta__btn {
    width: 100%;
    min-height: 56px;
    font-size: 17px;
  }
}




/* =========================================================
   宿泊税システム お問い合わせCTAセクション
========================================================= */

.a-tax-contact {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 90px 24px 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 8%, rgba(53, 152, 197, 0.18) 0%, rgba(53, 152, 197, 0.10) 12%, rgba(53, 152, 197, 0) 24%),
    radial-gradient(circle at 94% 10%, rgba(53, 152, 197, 0.18) 0%, rgba(53, 152, 197, 0.08) 14%, rgba(53, 152, 197, 0) 28%),
    linear-gradient(180deg, #eef8ff 0%, #dff2ff 100%);
  box-sizing: border-box;
}

.a-tax-contact::before,
.a-tax-contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 360px;
  height: 170px;
  background:
    linear-gradient(to top, rgba(18, 105, 211, 0.14), rgba(18, 105, 211, 0));
  opacity: 0.55;
  pointer-events: none;
}

.a-tax-contact::before {
  left: 0;
  clip-path: polygon(0 100%, 0 35%, 12% 35%, 12% 20%, 24% 20%, 24% 48%, 36% 48%, 36% 12%, 50% 12%, 50% 40%, 64% 40%, 64% 28%, 78% 28%, 78% 55%, 100% 55%, 100% 100%);
}

.a-tax-contact::after {
  right: 0;
  clip-path: polygon(0 100%, 0 55%, 20% 55%, 20% 26%, 36% 26%, 36% 44%, 52% 44%, 52% 15%, 68% 15%, 68% 36%, 82% 36%, 82% 22%, 100% 22%, 100% 100%);
}

.a-tax-contact__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.a-tax-contact__label {
  display: inline-block;
  margin: 0 0 20px;
  color: #1269d3;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.a-tax-contact__label::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #1269d3;
}

.a-tax-contact__title {
  margin: 0 0 22px;
  color: #10213d;
  font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.a-tax-contact__catch {
  margin: 0 0 22px;
  color: #10213d;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.a-tax-contact__lead {
  margin: 0 auto 54px;
  max-width: 900px;
  color: #27364d;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.a-tax-contact__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  margin-bottom: 44px;
}

.a-tax-contact-card {
  position: relative;
  min-height: 360px;
  padding: 54px 48px 48px;
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(28, 93, 140, 0.18);
  box-sizing: border-box;
  overflow: hidden;
}

.a-tax-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 30%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.a-tax-contact-card--blue {
  background: linear-gradient(135deg, #2398ec 0%, #0758c5 100%);
}

.a-tax-contact-card--green {
  background: linear-gradient(135deg, #27d6a2 0%, #00a980 100%);
}

.a-tax-contact-card__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin: -10px auto 30px;
  border-radius: 50%;
  background: #fff;
  color: #1269d3;
  font-size: 44px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(0, 42, 110, 0.16);
}

.a-tax-contact-card--green .a-tax-contact-card__icon {
  color: #00a980;
}

.a-tax-contact-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.a-tax-contact-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: #47e0ad;
  transform: translateX(-50%);
}

.a-tax-contact-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 34px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.a-tax-contact-card__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 330px;
  min-height: 66px;
  padding: 0 34px;
  border-radius: 999px;
  background: #fff;
  color: #0758c5;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 42, 110, 0.16);
  box-sizing: border-box;
}

.a-tax-contact-card--green .a-tax-contact-card__btn {
  color: #00a980;
}

.a-tax-contact-card__btn span {
  font-size: 30px;
  line-height: 0.8;
}

.a-tax-contact-card__btn:hover {
  text-decoration: none;
  opacity: 0.92;
}

.a-tax-contact-support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 34px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.12);
  text-align: left;
}

.a-tax-contact-support__item {
  display: flex;
  gap: 20px;
  padding: 0 28px;
  border-right: 1px solid #d8e9fa;
}

.a-tax-contact-support__item:last-child {
  border-right: none;
}

.a-tax-contact-support__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #eaf6ff;
  color: #1269d3;
  font-size: 34px;
  line-height: 1;
}

.a-tax-contact-support__item h3 {
  margin: 0 0 8px;
  color: #10213d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.a-tax-contact-support__item p {
  margin: 0;
  color: #27364d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-contact__cards {
    gap: 24px;
  }

  .a-tax-contact-card__btn {
    min-width: 260px;
  }

  .a-tax-contact-support {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .a-tax-contact-support__item {
    padding: 0 0 22px;
    border-right: none;
    border-bottom: 1px solid #d8e9fa;
  }

  .a-tax-contact-support__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-contact {
    padding: 60px 16px 68px;
  }

  .a-tax-contact__label {
    font-size: 18px;
  }

  .a-tax-contact__title {
    font-size: 34px;
    line-height: 1.45;
  }

  .a-tax-contact__catch {
    font-size: 19px;
  }

  .a-tax-contact__lead {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.85;
    text-align: left;
  }

  .a-tax-contact__cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .a-tax-contact-card {
    min-height: auto;
    padding: 42px 22px 34px;
  }

  .a-tax-contact-card__icon {
    width: 78px;
    height: 78px;
    margin-bottom: 24px;
    font-size: 34px;
  }

  .a-tax-contact-card h3 {
    font-size: 28px;
  }

  .a-tax-contact-card p {
    font-size: 15px;
    line-height: 1.85;
  }

  .a-tax-contact-card__btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    font-size: 16px;
  }

  .a-tax-contact-support {
    padding: 26px 22px;
  }

  .a-tax-contact-support__item {
    gap: 16px;
  }

  .a-tax-contact-support__icon {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .a-tax-contact-support__item h3 {
    font-size: 18px;
  }

  .a-tax-contact-support__item p {
    font-size: 14px;
  }
}


/* 主な機能：補足ラベル */
.a-tax-feature-card__note {
  display: inline-block;
  margin-top: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eaf8ee;
  color: #238f4f;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em;
}


/* 選ばれる理由：4項目対応 */
.a-tax-advantage__grid {
  grid-template-columns: repeat(4, 1fr);
}

.a-tax-advantage-card {
  min-height: 500px;
  padding: 50px 24px 30px;
}

.a-tax-advantage-card__number {
  top: 36px;
  left: 30px;
}

.a-tax-advantage-card h3 {
  font-size: 24px;
}

.a-tax-advantage-card p {
  font-size: 15px;
}

.a-tax-advantage-card__image {
  font-size: 72px;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-advantage__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-advantage__grid {
    grid-template-columns: 1fr;
  }

  .a-tax-advantage-card {
    min-height: auto;
  }
}


/* =========================================================
   宿泊税システム Hero上下余白調整
========================================================= */

body#top #content-wrap.styles {
  margin-top: 0;
}

/* Hero下の余白調整 */
.a-tax-page {
  padding-bottom: 0;
}


/* Hero文字ブロック左位置調整 */
.a-tax-hero__content {
  transform: translateX(-100px);
}

@media screen and (min-width: 768px) {
  .a-tax-hero__content {
    transform: translateX(-50px);
  }
}

/* Hero：お問い合わせボタンの文字・アイコン色調整 */
.a-tax-hero__btn--primary,
.a-tax-hero__btn--primary:visited,
.a-tax-hero__btn--primary:hover,
.a-tax-hero__btn--primary:focus {
  color: #fff;
}

.a-tax-hero__btn--primary .a-tax-hero__btn-icon,
.a-tax-hero__btn--primary .a-tax-hero__btn-arrow {
  color: #fff;
}


/* お問い合わせCTA：メールアドレス表示 */
.a-tax-contact-card__mail {
  position: relative;
  z-index: 1;
  margin: 26px auto 0;
  padding-top: 20px;
  max-width: 520px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  text-align: center;
}

.a-tax-contact-card__mail span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.a-tax-contact-card__mail strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-contact-card__mail {
    margin-top: 22px;
    padding-top: 18px;
  }

  .a-tax-contact-card__mail span {
    font-size: 13px;
  }

  .a-tax-contact-card__mail strong {
    font-size: 18px;
    word-break: break-all;
  }
}



/* =========================================================
   製品チラシダウンロード
========================================================= */

.a-tax-download-section {
  position: relative;
  padding: 90px 24px;
  background:
    radial-gradient(circle at 8% 88%, rgba(53, 152, 197, 0.16) 0, rgba(53, 152, 197, 0.16) 90px, transparent 91px),
    linear-gradient(180deg, #eef8ff 0%, #f8fcff 55%, #eaf7ff 100%);
  overflow: hidden;
}

.a-tax-download-section::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 28px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(rgba(53, 152, 197, 0.35) 1.4px, transparent 1.4px);
  background-size: 10px 10px;
  opacity: 0.45;
}

.a-tax-download-card {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 70px 60px;
  display: grid;
  grid-template-columns: 1fr 440px;
  align-items: center;
  gap: 70px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 100%);
  border-radius: 28px;
  box-shadow:
    0 30px 70px rgba(27, 45, 87, 0.12),
    inset 0 0 0 1px rgba(255,255,255,0.8);
  overflow: hidden;
}

.a-tax-download-card::before {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 520px;
  height: 320px;
  background: rgba(53, 152, 197, 0.08);
  border-radius: 50%;
}

.a-tax-download-content {
  position: relative;
  z-index: 2;
}

.a-tax-section-label {
  position: relative;
  margin: 0 0 34px;
  font-size: 18px;
  font-weight: 700;
  color: #006ee6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.a-tax-section-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 38px;
  height: 3px;
  background: #006ee6;
  border-radius: 999px;
}

.a-tax-download-title {
  margin: 0 0 24px;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 800;
  color: #102b5c;
  letter-spacing: 0.04em;
}

.a-tax-download-lead {
  margin: 0 0 30px;
  font-size: 19px;
  line-height: 2;
  font-weight: 500;
  color: #102b5c;
  letter-spacing: 0.03em;
}

.a-tax-download-points {
  border-top: 1px solid rgba(53, 152, 197, 0.25);
  border-bottom: 1px solid rgba(53, 152, 197, 0.25);
  padding: 20px 0;
  margin-bottom: 30px;
}

.a-tax-download-point {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: center;
  padding: 15px 0;
}

.a-tax-download-point + .a-tax-download-point {
  border-top: 1px solid rgba(53, 152, 197, 0.16);
}

.a-tax-point-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e6f4ff;
  color: #006ee6;
  font-size: 30px;
}

.a-tax-download-point h3 {
  margin: 0 0 6px;
  font-size: 21px;
  line-height: 1.4;
  color: #006ee6;
  font-weight: 800;
}

.a-tax-download-point p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #102b5c;
}

.a-tax-download-button {
  width: 100%;
  max-width: 500px;
  min-height: 68px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0078ff 0%, #005bd8 100%);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 32px rgba(0, 103, 230, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.a-tax-download-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(0, 103, 230, 0.34);
  opacity: 0.95;
}

.a-tax-download-icon {
  font-size: 34px;
  line-height: 1;
}

.a-tax-download-arrow {
  font-size: 42px;
  line-height: 1;
}

.a-tax-download-visual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 560px;
}

.a-tax-flyer-image {
  position: relative;
  z-index: 2;
  width: 390px;
  max-width: 100%;
  height: auto;
  display: block;
  transform: rotate(3deg);
  border-radius: 3px;
  box-shadow:
    0 28px 55px rgba(27, 45, 87, 0.20),
    0 8px 18px rgba(27, 45, 87, 0.12);
}

.a-tax-flyer-shadow {
  position: absolute;
  z-index: 1;
  width: 390px;
  height: 540px;
  background: rgba(255,255,255,0.75);
  transform: rotate(-3deg) translate(-16px, 14px);
  box-shadow: 0 22px 45px rgba(27, 45, 87, 0.10);
}

/* スマホ対応 */
@media screen and (max-width: 900px) {
  .a-tax-download-card {
    grid-template-columns: 1fr;
    padding: 44px 26px 50px;
    gap: 40px;
  }

  .a-tax-download-title {
    font-size: 32px;
  }

  .a-tax-download-lead {
    font-size: 16px;
  }

  .a-tax-download-visual {
    min-height: auto;
  }

  .a-tax-flyer-image {
    width: 280px;
  }

  .a-tax-flyer-shadow {
    width: 280px;
    height: 390px;
  }

  .a-tax-download-button {
    max-width: none;
    font-size: 15px;
    min-height: 60px;
    padding: 0 22px;
  }

  .a-tax-download-point {
    grid-template-columns: 60px 1fr;
    gap: 18px;
  }

  .a-tax-point-icon {
    width: 58px;
    height: 58px;
    font-size: 25px;
  }
}



/* =========================================================
   お問い合わせ
========================================================= */

.a-tax-contact-section {
  padding: 90px 24px;
  background:
    radial-gradient(circle at 4% 90%, rgba(53, 152, 197, 0.14) 0, rgba(53, 152, 197, 0.14) 95px, transparent 96px),
    linear-gradient(180deg, #eef8ff 0%, #f8fcff 55%, #eaf7ff 100%);
  overflow: hidden;
}

.a-tax-contact-card {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 56px 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  box-shadow: 0 28px 65px rgba(27, 45, 87, 0.12);
  overflow: hidden;
}

.a-tax-contact-card::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(rgba(53, 152, 197, 0.32) 1.4px, transparent 1.4px);
  background-size: 10px 10px;
  opacity: 0.45;
}

.a-tax-contact-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 42px;
}

.a-tax-contact-en {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  color: #006ee6;
}

.a-tax-contact-en::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 46px;
  height: 3px;
  background: #006ee6;
  border-radius: 999px;
  transform: translateX(-50%);
}

.a-tax-contact-heading h2 {
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.25;
  color: #102b5c;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.a-tax-contact-heading p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #102b5c;
  font-weight: 500;
}

.a-tax-contact-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}

.a-tax-contact-item {
  min-height: 360px;
  padding: 38px 28px 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(53, 152, 197, 0.18);
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(27, 45, 87, 0.08);
}

.a-tax-contact-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
  display: grid;
  place-items: center;
  background: #eaf5ff;
  border-radius: 50%;
  color: #006ee6;
  font-size: 42px;
  font-weight: 700;
}

.a-tax-contact-item h3 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 16px;
  font-size: 22px;
  color: #102b5c;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.a-tax-contact-item h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 3px;
  background: #006ee6;
  border-radius: 999px;
  transform: translateX(-50%);
}

.a-tax-contact-item p {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.8;
  color: #102b5c;
}

.a-tax-contact-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #006ee6;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.a-tax-contact-tel span {
  font-size: 26px;
  letter-spacing: 0;
}

.a-tax-contact-btn {
  min-height: 56px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: 100%;
  max-width: 320px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0078ff 0%, #005bd8 100%);
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(0, 103, 230, 0.28);
  transition: 0.25s ease;
}

.a-tax-contact-btn:hover {
  transform: translateY(-3px);
  opacity: 0.94;
}

.a-tax-contact-btn span {
  font-size: 34px;
  line-height: 1;
}

.a-tax-contact-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 22px;
  background: #eef7ff;
  border-radius: 10px;
  color: #006ee6;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.a-tax-contact-mail span {
  font-size: 15px;
}

.a-tax-contact-note {
  margin-top: 16px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #4c5f7a !important;
}

.a-tax-contact-support {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 120px 1fr 360px;
  gap: 28px;
  align-items: center;
  padding: 24px 36px;
  border: 1px solid rgba(53, 152, 197, 0.32);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(239, 248, 255, 0.95), rgba(255,255,255,0.9));
  overflow: hidden;
}

.a-tax-contact-support-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eaf5ff;
  color: #006ee6;
  font-size: 42px;
}

.a-tax-contact-support h3 {
  margin: 0 0 8px;
  color: #006ee6;
  font-size: 21px;
  font-weight: 800;
}

.a-tax-contact-support p {
  margin: 0;
  color: #102b5c;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.a-tax-contact-city {
  height: 90px;
  opacity: 0.55;
  background:
    linear-gradient(to top, rgba(0,110,230,.28), rgba(0,110,230,.28));
  clip-path: polygon(
    0 100%, 0 70%, 8% 70%, 8% 52%, 16% 52%, 16% 100%,
    24% 100%, 24% 42%, 33% 42%, 33% 18%, 42% 18%, 42% 100%,
    50% 100%, 50% 58%, 58% 58%, 58% 34%, 66% 34%, 66% 100%,
    74% 100%, 74% 48%, 82% 48%, 82% 24%, 90% 24%, 90% 100%,
    100% 100%
  );
}

/* スマホ対応 */
@media screen and (max-width: 900px) {
  .a-tax-contact-section {
    padding: 70px 20px;
  }

  .a-tax-contact-card {
    padding: 40px 22px 28px;
    border-radius: 22px;
  }

  .a-tax-contact-heading h2 {
    font-size: 34px;
  }

  .a-tax-contact-heading p {
    font-size: 15px;
  }

  .a-tax-contact-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .a-tax-contact-item {
    min-height: auto;
    padding: 34px 22px 30px;
  }

  .a-tax-contact-tel {
    font-size: 26px;
  }

  .a-tax-contact-support {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 22px;
  }

  .a-tax-contact-support-icon {
    margin: 0 auto;
  }

  .a-tax-contact-city {
    display: none;
  }
}

/* お問い合わせ1.pngに近づける調整 */
.a-tax-contact-section {
  padding: 90px 24px !important;
}

.a-tax-contact-card {
  max-width: 1180px !important;
  width: calc(100% - 48px) !important;
  padding: 48px 56px 40px !important;
  border-radius: 28px !important;
}

.a-tax-contact-heading {
  margin-bottom: 42px !important;
}

.a-tax-contact-en {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.a-tax-contact-heading h2 {
  font-size: 44px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.08em !important;
}

.a-tax-contact-heading p {
  font-size: 17px !important;
  line-height: 1.9 !important;
}

.a-tax-contact-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  margin-bottom: 28px !important;
}

.a-tax-contact-item {
  min-height: 360px !important;
  padding: 38px 28px 32px !important;
  border-radius: 18px !important;
}

.a-tax-contact-icon {
  width: 92px !important;
  height: 92px !important;
  margin-bottom: 26px !important;
  font-size: 42px !important;
}

.a-tax-contact-item h3 {
  font-size: 22px !important;
  margin-bottom: 28px !important;
}

.a-tax-contact-item p {
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.a-tax-contact-tel {
  font-size: 30px !important;
}

.a-tax-contact-btn {
  max-width: 320px !important;
  min-height: 56px !important;
  font-size: 17px !important;
}

.a-tax-contact-mail {
  font-size: 18px !important;
}

.a-tax-contact-support {
  grid-template-columns: 120px 1fr 360px !important;
  padding: 24px 36px !important;
}

.a-tax-contact-support h3 {
  font-size: 21px !important;
}

.a-tax-contact-support p {
  font-size: 15px !important;
}


/* ページ内遷移ボタン */
.a-tax-anchor-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  background: #f4fbff;
}

.a-tax-anchor-nav a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(53, 152, 197, 0.18);
  color: #005bac;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(27, 45, 87, 0.12);
  transition: 0.25s ease;
}

.a-tax-anchor-nav a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(27, 45, 87, 0.16);
}

.a-tax-anchor-nav span {
  font-size: 32px;
  line-height: 1;
}

/* Hero */
.a-tax-hero {
  position: relative;
  min-height: 590px;
  background-image:
    /* linear-gradient(90deg,
      rgba(255,255,255,0.95) 0%,
      rgba(255,255,255,0.88) 32%,
      rgba(255,255,255,0.35) 58%,
      rgba(255,255,255,0.05) 100%
    ), */
    url("img/a-tax-hero.webp");
  background-size: cover;
  background-position: center right;
  overflow: hidden;
}

.a-tax-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52%;
  height: 140px;
  /* background: linear-gradient(180deg, transparent, rgba(232, 247, 255, 0.95)); */
  pointer-events: none;
}

.a-tax-hero-inner {
  position: relative;
  max-width: 1180px;
  min-height: 590px;
  margin: 0 auto;
  padding: 72px 20px 70px;
}

.a-tax-hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.a-tax-release {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  padding: 0 38px;
  color: #003b8f;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.a-tax-release::before,
.a-tax-release::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 3px;
  background: #f4c400;
}

.a-tax-release::before {
  left: 0;
  transform: rotate(45deg);
}

.a-tax-release::after {
  right: 0;
  transform: rotate(-45deg);
}

.a-tax-hero h1 {
  margin: 0 0 24px;
  color: #003b8f;
  font-size: 76px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: 0 3px 0 rgba(255,255,255,0.8);
}

.a-tax-hero-catch {
  display: inline-block;
  margin: 0 0 34px;
  padding: 14px 22px;
  border-radius: 6px;
  background: linear-gradient(90deg, #ffd94c, #f7c829);
  color: #003b8f;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 900;
}

.a-tax-hero-lead {
  margin: 0 0 42px;
  color: #092752;
  font-size: 21px;
  line-height: 1.9;
  font-weight: 800;
}

.a-tax-hero-buttons {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.a-tax-hero-btn {
  min-width: 230px;
  min-height: 68px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 18px;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.a-tax-hero-btn.primary {
  background: linear-gradient(135deg, #0078ff, #0054c8);
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 91, 216, 0.28);
}

.a-tax-hero-btn.secondary {
  background: rgba(255,255,255,0.9);
  color: #005bac;
  border: 2px solid rgba(0, 91, 216, 0.55);
}

.a-tax-hero-btn:hover {
  transform: translateY(-3px);
}

.a-tax-release-badge {
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 170px;
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 50%;
  background: #ffd33d;
  color: #003b8f;
  text-align: center;
  border: 7px solid #fff;
  box-shadow: 0 10px 24px rgba(27, 45, 87, 0.16);
  line-height: 1.15;
}

.a-tax-release-badge span {
  font-size: 18px;
  font-weight: 800;
}

.a-tax-release-badge strong {
  font-size: 42px;
  font-weight: 900;
}

/* スマホ */
@media screen and (max-width: 900px) {
  .a-tax-anchor-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .a-tax-anchor-nav a {
    min-height: 58px;
    font-size: 16px;
  }

  .a-tax-anchor-nav span {
    font-size: 24px;
  }

  .a-tax-hero {
    min-height: auto;
    background-position: center right;
  }

  .a-tax-hero-inner {
    min-height: auto;
    padding: 54px 20px 320px;
  }

  .a-tax-hero h1 {
    font-size: 46px;
  }

  .a-tax-release {
    font-size: 18px;
  }

  .a-tax-hero-catch {
    font-size: 17px;
  }

  .a-tax-hero-lead {
    font-size: 16px;
  }

  .a-tax-hero-buttons {
    gap: 14px;
  }

  .a-tax-hero-btn {
    width: 100%;
    min-width: 0;
  }

  .a-tax-release-badge {
    top: auto;
    right: 24px;
    bottom: 210px;
    width: 96px;
    height: 96px;
  }

  .a-tax-release-badge strong {
    font-size: 30px;
  }
}


/* =========================================================
   宿泊税システム ページ内ナビ 修正
========================================================= */

.a-tax-anchor-nav {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 24px 52px 28px !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 32px !important;
  background: #eef8ff !important;
  box-sizing: border-box !important;
}

.a-tax-anchor-nav a {
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(0, 91, 172, 0.16) !important;
  color: #005bac !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(27, 45, 87, 0.12) !important;
}

.a-tax-anchor-nav a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(27, 45, 87, 0.16) !important;
}

.a-tax-anchor-nav span {
  font-size: 34px !important;
  line-height: 1 !important;
}


.a-tax-page {
  padding-bottom: 0 !important;
}

.a-tax-hero {
  margin-top: 0 !important;
}


@media screen and (max-width: 767px) {
  .a-tax-anchor-nav {
    padding: 16px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .a-tax-anchor-nav a {
    min-height: 56px !important;
    font-size: 15px !important;
    gap: 8px !important;
  }

  .a-tax-anchor-nav span {
    font-size: 22px !important;
  }
}


/* hero背景画像を再指定 */
.a-tax-hero {
  background:
    url("../images/a-tax-hero-bg.png") center center / cover no-repeat !important;
}


/* =========================================================
   ページ上部へ戻るボタン
========================================================= */

.a-tax-page-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #5aa832;
  border-bottom: 2px solid #5aa832 !important;
  background: linear-gradient(180deg, #79c84f 0%, #68b83e 100%);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(104, 184, 62, 0.22);
  transition: all 0.25s ease;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
}

.a-tax-page-top::before,
.a-tax-page-top::after {
  display: none !important;
  content: none !important;
}

.a-tax-page-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.a-tax-page-top:hover {
  background: #fff;
  color: #5aa832 !important;
  text-decoration: none !important;
  border: 2px solid #5aa832;
  border-bottom: 2px solid #5aa832 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(104, 184, 62, 0.26);
}

.a-tax-page-top__arrow,
.a-tax-page-top__text {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.a-tax-page-top__arrow {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-page-top__text {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-page-top {
    right: 16px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .a-tax-page-top__arrow {
    font-size: 22px;
  }

  .a-tax-page-top__text {
    font-size: 10px;
  }
}


/* 課題セクション：4カード表示 */
.a-tax-problem__grid--four {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1180px) {
  .a-tax-problem__grid--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .a-tax-problem__grid--four {
    grid-template-columns: 1fr;
  }
}

/* セクションラベル文字色調整 */
.a-tax-section-label {
  color: #fff !important;
}

/* セクションラベル下線位置調整 */
.a-tax-section-label {
  position: relative;
  text-align: center;
}

.a-tax-section-label::after {
  left: 50% !important;
  transform: translateX(-50%) !important;
}


/* =========================================================
   課題セクション 画像付きカード
========================================================= */

.a-tax-problem-visual-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.a-tax-problem-visual-card {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 310px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(90deg, #eef8ff 0%, #f8fcff 100%);
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.12);
}

.a-tax-problem-visual-card__content {
  padding: 38px 32px;
  text-align: left;
  box-sizing: border-box;
}

.a-tax-problem-visual-card__head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.a-tax-problem-visual-card__number {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, #3598c5 0%, #1182c5 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 58px;
  text-align: center;
}

.a-tax-problem-visual-card h3 {
  margin: 0;
  color: #073464;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.a-tax-problem-visual-card p {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
}

.a-tax-problem-visual-card__image {
  min-height: 310px;
}

.a-tax-problem-visual-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-problem-visual-card {
    grid-template-columns: 1fr;
  }

  .a-tax-problem-visual-card__content {
    padding: 28px 22px;
  }

  .a-tax-problem-visual-card__head {
    gap: 14px;
    margin-bottom: 24px;
  }

  .a-tax-problem-visual-card__number {
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
  }

  .a-tax-problem-visual-card h3 {
    font-size: 22px;
  }

  .a-tax-problem-visual-card p {
    font-size: 15px;
  }

  .a-tax-problem-visual-card__image {
    min-height: 220px;
  }
}


/* =========================================================
   課題セクション 画像付き4列カード
========================================================= */

.a-tax-problem-image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.a-tax-problem-image-card {
  display: flex;
  flex-direction: column;
  padding: 28px 22px 26px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.10);
  box-sizing: border-box;
  text-align: left;
}

.a-tax-problem-image-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 88px;
  margin-bottom: 20px;
}

.a-tax-problem-image-card__number {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #3598c5 0%, #1182c5 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 46px;
  text-align: center;
}

.a-tax-problem-image-card h3 {
  margin: 0;
  color: #073464;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.a-tax-problem-image-card__image {
  margin-bottom: 22px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef8ff;
}

.a-tax-problem-image-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.a-tax-problem-image-card p {
  margin: 0;
  color: #39485c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-problem-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-problem-image-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .a-tax-problem-image-card {
    padding: 26px 20px 24px;
  }

  .a-tax-problem-image-card__head {
    min-height: auto;
    margin-bottom: 18px;
  }

  .a-tax-problem-image-card h3 {
    font-size: 18px;
  }

  .a-tax-problem-image-card p {
    font-size: 14px;
  }
}


/* =========================================================
   宿泊税システム：仕組み・全体フロー
========================================================= */

.a-tax-flow {
  background: linear-gradient(180deg, #f4faff 0%, #ffffff 100%);
  padding: 90px 20px;
}

.a-tax-flow__inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.a-tax-flow__label {
  display: inline-block;
  margin-bottom: 22px;
  padding: 10px 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0071c8 0%, #2f8be6 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.a-tax-flow__title {
  margin: 0 0 18px;
  color: #111827;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.35;
}

.a-tax-flow__title span {
  color: #0b69c7;
}

.a-tax-flow__lead {
  margin: 0 0 54px;
  color: #111827;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9;
}

.a-tax-flow__diagram {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 2.8fr 58px 1.25fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 48px;
}

.a-tax-flow__card,
.a-tax-flow__municipality {
  border: 1px solid #c9e1f7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(40, 104, 170, 0.08);
}

.a-tax-flow__card {
  min-height: 250px;
  padding: 28px 18px 24px;
}

.a-tax-flow__card h3,
.a-tax-flow__municipality h3 {
  margin: 0 0 18px;
  color: #0068c9;
  font-size: 22px;
  font-weight: 800;
}

.a-tax-flow__card p {
  margin: 18px 0 0;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.a-tax-flow__icon {
  font-size: 74px;
  line-height: 1;
}

.a-tax-flow__arrow {
  color: #1f7ed0;
  font-size: 34px;
  font-weight: 800;
}

.a-tax-flow__arrow--both {
  font-size: 42px;
}

.a-tax-flow__municipality {
  padding: 28px 24px;
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
}

.a-tax-flow__municipality h3 {
  font-size: 26px;
}

.a-tax-flow__system {
  overflow: hidden;
  border: 1px solid #0b69c7;
  border-radius: 16px;
  background: #fff;
}

.a-tax-flow__system h4 {
  margin: 0;
  padding: 18px 20px;
  background: linear-gradient(135deg, #0068c9 0%, #2c8de6 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}

.a-tax-flow__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 24px 20px;
}

.a-tax-flow__features div {
  position: relative;
  padding: 0 12px;
}

.a-tax-flow__features div + div {
  border-left: 1px solid #d9e8f6;
}

.a-tax-flow__features span {
  display: block;
  margin-bottom: 12px;
  font-size: 44px;
  line-height: 1;
}

.a-tax-flow__features p {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

.a-tax-flow__system-text {
  margin: 0;
  padding: 4px 24px 26px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-tax-flow__message {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 30px 38px;
  border: 1px solid #c9e1f7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  box-shadow: 0 10px 24px rgba(40, 104, 170, 0.08);
}

.a-tax-flow__check {
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0071c8 0%, #2f8be6 100%);
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 74px;
  text-align: center;
}

.a-tax-flow__message h3 {
  margin: 0 0 10px;
  color: #0b69c7;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

.a-tax-flow__message p {
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .a-tax-flow__diagram {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .a-tax-flow__arrow {
    transform: rotate(90deg);
  }

  .a-tax-flow__arrow--both {
    transform: none;
  }

  .a-tax-flow__card {
    min-height: auto;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .a-tax-flow {
    padding: 64px 16px;
  }

  .a-tax-flow__label {
    font-size: 16px;
    padding: 8px 28px;
  }

  .a-tax-flow__title {
    font-size: 30px;
  }

  .a-tax-flow__lead {
    font-size: 15px;
    text-align: left;
  }

  .a-tax-flow__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .a-tax-flow__features div:nth-child(3) {
    border-left: none;
  }

  .a-tax-flow__system h4 {
    font-size: 22px;
  }

  .a-tax-flow__message {
    display: block;
    padding: 26px 22px;
    text-align: center;
  }

  .a-tax-flow__check {
    margin: 0 auto 18px;
  }

  .a-tax-flow__message h3 {
    font-size: 20px;
  }
}



/* html,
body {
  overflow-x: hidden;
} */


@media screen and (max-width: 767px) {
  .a-tax-problem .a-tax-section-label {
    padding: 8px 30px;
    font-size: 18px;
  }
}


.a-tax-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0;
}

.a-tax-flow__icon img {
  display: block;
  width: 180px;   /* 好みに合わせて調整 */
  max-width: 100%;
  height: auto;
}

.a-tax-flow__icon img {
    width: 170px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}


.a-tax-flow__municipality-image {
  margin: 0 auto 16px;
}

.a-tax-flow__municipality-image img {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
}

.a-tax-flow__municipality-text {
  margin: 0 0 20px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.a-tax-flow__system {
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #0b69c7;
  border-radius: 16px;
  background: #fff;
}

.a-tax-flow__system h4 {
  margin: 0;
  padding: 14px 18px;
  background: linear-gradient(135deg, #0068c9 0%, #2c8de6 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.a-tax-flow__system-image {
  padding: 18px 18px 8px;
}

.a-tax-flow__system-image img {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
}

.a-tax-flow__system-text {
  margin: 0;
  padding: 6px 18px 22px;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}


/* フロー図 */
.a-tax-flow-diagram {
  display: grid;
  grid-template-columns: 190px 46px 190px 46px 560px 54px 230px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* 小カード */
.a-tax-flow-card {
  padding: 24px 18px 28px;
  border: 1px solid #9dccf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(28, 93, 140, 0.08);
  text-align: center;
  box-sizing: border-box;
}

.a-tax-flow-card h3 {
  margin: 0 0 18px;
  color: #006bc8;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}

.a-tax-flow-card img {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 auto 20px;
  object-fit: cover;
  border-radius: 4px;
}

.a-tax-flow-card p {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
}

/* 矢印 */
.a-tax-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #168fd0 0%, #006bc8 100%);
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-flow-arrow--both {
  font-size: 30px;
}

/* 自治体カード */
.a-tax-flow-municipality {
  padding: 0 22px 22px;
  border: 1px solid #9dccf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(28, 93, 140, 0.10);
  overflow: hidden;
  box-sizing: border-box;
}

.a-tax-flow-municipality > h3 {
  margin: 0 -22px 18px;
  padding: 10px 20px;
  border-bottom: 1px solid #cfe6fb;
  background: #eef8ff;
  color: #006bc8;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
}

/* 自治体上段 */
.a-tax-flow-municipality__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
}

.a-tax-flow-municipality__top img {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: cover;
  border-radius: 6px;
}

.a-tax-flow-municipality__top p {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
  text-align: left;
}

/* 宿泊税システム */
.a-tax-flow-system {
  border: 2px solid #0071c8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.a-tax-flow-system h4 {
  margin: 0;
  padding: 10px 18px;
  background: linear-gradient(180deg, #168fd0 0%, #006bc8 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.a-tax-flow-system__body {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 16px 20px 18px;
}

.a-tax-flow-system__body img {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 6px;
}

.a-tax-flow-system__body p {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
  text-align: left;
}

.a-tax-flow-system__body p span {
  color: #006bc8;
}

.a-tax-flow-municipality__top img,
.a-tax-flow-system__body img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  object-position: center center;
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {
  .a-tax-flow-diagram {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .a-tax-flow-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .a-tax-flow-arrow--both {
    transform: none;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .a-tax-flow-card img {
    height: 180px;
  }

  .a-tax-flow-municipality__top,
  .a-tax-flow-system__body {
    grid-template-columns: 1fr;
  }

  .a-tax-flow-municipality__top p,
  .a-tax-flow-system__body p {
    text-align: center;
  }
}

/* フロー図：自治体・宿泊税システム画像を見やすく調整 */
.a-tax-flow-municipality__top img {
  height: 145px;
  object-fit: cover;
  object-position: center center;
}

.a-tax-flow-system__body img {
  height: 150px;
  object-fit: cover;
  object-position: center center;
}


.a-tax-flow-municipality__top,
.a-tax-flow-system__body {
  grid-template-columns: 1.25fr 1fr;
}

.a-tax-flow-municipality__top img,
.a-tax-flow-system__body img {
  height: auto;
  aspect-ratio: 360 / 170;
}


/* フロー図：丸矢印の位置調整 */
.a-tax-flow-arrow {
  line-height: 1;
}

.a-tax-flow-arrow::before {
  content: "›";
  position: relative;
  top: -6px;
}

.a-tax-flow-arrow--both::before {
  content: "↔";
  top: -1px;
  font-size: 30px;
}





/* フロー図下：まとめメッセージ */
.a-tax-flow-summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 1280px;
  margin: 42px auto 0;
  padding: 26px 54px;
  border: 1px solid #9dccf5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.08);
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
}

.a-tax-flow-summary__check {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(180deg, #168fd0 0%, #006bc8 100%);
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-flow-summary__text {
  position: relative;
  z-index: 2;
  flex: 1;
}

.a-tax-flow-summary__text h3 {
  margin: 0 0 8px;
  color: #006bc8;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
}

.a-tax-flow-summary__text p {
  margin: 0;
  color: #111827;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}

.a-tax-flow-summary__city {
  flex: 0 0 170px;
  height: 72px;
  opacity: 0.28;
  background:
    linear-gradient(to top, rgba(0, 107, 200, 0.22), rgba(0, 107, 200, 0));
  clip-path: polygon(
    0 100%, 0 58%, 14% 58%, 14% 38%,
    30% 38%, 30% 18%, 48% 18%, 48% 45%,
    64% 45%, 64% 28%, 80% 28%, 80% 54%,
    100% 54%, 100% 100%
  );
}

/* スマホ */
@media screen and (max-width: 767px) {
  .a-tax-flow-summary {
    display: block;
    margin-top: 30px;
    padding: 26px 20px;
    text-align: center;
  }

  .a-tax-flow-summary__check {
    margin: 0 auto 18px;
  }

  .a-tax-flow-summary__text h3 {
    font-size: 20px;
  }

  .a-tax-flow-summary__text p {
    font-size: 14px;
    text-align: left;
  }

  .a-tax-flow-summary__city {
    display: none;
  }
}

/* 仕組みセクション：まとめボックス右側画像 */
.a-tax-flow-summary {
  display: grid;
  /* grid-template-columns: 70px 1fr 180px; */
  align-items: center;
  gap: 24px;
}

.a-tax-flow-summary__city {
  display: flex;
  align-items: center;
  justify-content: center;
}

.a-tax-flow-summary__city img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}

/* スマホ表示 */
@media screen and (max-width: 767px) {
  .a-tax-flow-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .a-tax-flow-summary__city img {
    max-width: 180px;
    margin: 8px auto 0;
  }
}

/* =========================================================
   仕組みセクション：まとめボックス
========================================================= */

.a-tax-flow-summary {
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  gap: 36px;
  max-width: 980px;
  margin: 46px auto 0;
  padding: 34px 44px;
  border: 1px solid #63b7ff;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.08);
  box-sizing: border-box;
}

.a-tax-flow-summary__left {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 24px;
  text-align: left;
}

.a-tax-flow-summary__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1598df 0%, #006bc8 100%);
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-flow-summary__text h3 {
  margin: 0 0 12px;
  color: #006bc8;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.a-tax-flow-summary__text p {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.a-tax-flow-summary__visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.a-tax-flow-summary__visual img {
  display: block;
  width: 100%;
  max-width: 330px;
  height: auto;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .a-tax-flow-summary {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
    padding: 28px 22px;
  }

  .a-tax-flow-summary__left {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .a-tax-flow-summary__check {
    margin: 0 auto;
    width: 62px;
    height: 62px;
    font-size: 38px;
  }

  .a-tax-flow-summary__text h3 {
    font-size: 20px;
  }

  .a-tax-flow-summary__text p {
    font-size: 14px;
    text-align: left;
  }

  .a-tax-flow-summary__visual {
    justify-content: center;
  }

  .a-tax-flow-summary__visual img {
    max-width: 280px;
  }
}

/* 仕組みセクション：まとめボックス レイアウト修正 */
.a-tax-flow .a-tax-flow-summary {
  display: grid !important;
  grid-template-columns: 1fr 360px !important;
  align-items: center !important;
  gap: 36px !important;
  max-width: 980px !important;
  margin: 46px auto 0 !important;
  padding: 34px 44px !important;
}

.a-tax-flow .a-tax-flow-summary__left {
  display: grid !important;
  grid-template-columns: 74px 1fr !important;
  align-items: center !important;
  gap: 24px !important;
  min-width: 0;
}

.a-tax-flow .a-tax-flow-summary__text {
  text-align: left !important;
  min-width: 0;
}

.a-tax-flow .a-tax-flow-summary__text h3 {
  margin: 0 0 12px !important;
  color: #006bc8 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.03em !important;
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
}

.a-tax-flow .a-tax-flow-summary__text p {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.8 !important;
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
}

.a-tax-flow .a-tax-flow-summary__visual img {
  display: block !important;
  width: 100% !important;
  max-width: 330px !important;
  height: auto !important;
}

/* チェック画像サイズ調整 */
.a-tax-flow .a-tax-flow-summary__check {
  width: 48px !important;
  height: 48px !important;
}

.a-tax-flow .a-tax-flow-summary__check img {
  width: 42px !important;
  height: auto !important;
  display: block !important;
}


/* まとめボックス：チェックマーク縮小後の余白調整 */
.a-tax-flow .a-tax-flow-summary__left {
  grid-template-columns: 48px 1fr !important;
  gap: 28px !important;
}

.a-tax-flow .a-tax-flow-summary__check {
  width: 42px !important;
  height: 42px !important;
}

.a-tax-flow .a-tax-flow-summary__check img {
  width: 42px !important;
  height: auto !important;
}


/* =========================================================
   宿泊税システム 主な機能：画面サムネイル付きカード
========================================================= */

.a-tax-function-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.a-tax-function-card {
  overflow: hidden;
  border: 1px solid #dfefff;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.09);
  text-align: left;
}

.a-tax-function-card__image {
  padding: 22px 22px 0;
}

.a-tax-function-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d8e6f2;
  border-radius: 6px;
  margin: 0;
}

.a-tax-function-card__body {
  position: relative;
  padding: 28px 26px 30px;
}

.a-tax-function-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #28a9e6 0%, #087ac0 100%);
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.a-tax-function-card h3 {
  margin: 0 0 16px;
  color: #10213d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.a-tax-function-card p {
  margin: 0;
  color: #27364d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.a-tax-function-note {
  margin: 28px 0 0;
  color: #526070;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-function-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-function-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .a-tax-function-card__image {
    padding: 18px 18px 0;
  }

  .a-tax-function-card__body {
    padding: 24px 22px 26px;
  }

  .a-tax-function-card__icon {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .a-tax-function-card h3 {
    font-size: 20px;
  }

  .a-tax-function-card p {
    font-size: 14px;
  }
}


/* =========================================================
   宿泊税システム 選ばれる理由：新デザイン
========================================================= */

.a-tax-reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.a-tax-reason-card {
  padding: 34px 36px 32px;
  border: 1px solid #d7eaff;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 93, 140, 0.09);
  text-align: left;
}

.a-tax-reason-card__head {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.a-tax-reason-card__head span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1978df 0%, #0758c5 100%);
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.a-tax-reason-card__head h3 {
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  color: #1269d3;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.a-tax-reason-card__head h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: #74aee8;
}

.a-tax-reason-card__body {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  align-items: center;
}

.a-tax-reason-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  text-align: center;
}

.a-tax-reason-card__visual img {
  display: block;
  width: 195px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.a-tax-reason-card__text p {
  margin: 0 0 18px;
  color: #17243a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.a-tax-reason-card__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.a-tax-reason-card__text li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 30px;
  color: #17243a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.a-tax-reason-card__text li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0f2747;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .a-tax-reason-grid {
    grid-template-columns: 1fr;
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .a-tax-reason-card {
    padding: 28px 22px 26px;
  }

  .a-tax-reason-card__head {
    grid-template-columns: 62px 1fr;
    gap: 16px;
    margin-bottom: 22px;
  }

  .a-tax-reason-card__head span {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .a-tax-reason-card__head h3 {
    font-size: 22px;
  }

  .a-tax-reason-card__body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .a-tax-reason-card__visual {
    font-size: 52px;
  }

  .a-tax-reason-card__text p,
  .a-tax-reason-card__text li {
    font-size: 14px;
  }
}


