/* 瓦の後藤 Figma 完コピ（PC 1920 / SP 375） */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");

.goto-figma {
  --goto-orange: #fb6743;
  --goto-brown: #544841;
  --goto-gold: #d3a24d;
  --goto-heading: #77512f;
  --goto-line: #06c755;
  --goto-inner: 1200px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--goto-brown);
}

.goto-figma #page.site {
  padding-top: 0 !important;
  overflow-x: hidden;
  max-width: 100%;
}

.goto-figma .site-main a {
  color: inherit;
}

/* ---- Header PC (2:1059) / SP (68:1487) ---- */
.goto-figma .ly_header,
.goto-figma .ly_header.site-header,
.goto-figma .ly_header_inner,
.goto-figma .ly_header_inner__borderBottom {
  display: block;
  width: 100%;
  max-width: none;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.goto-figma .goto-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  height: 56px;
  min-height: 56px;
  padding: 6px max(20px, calc((100% - var(--goto-inner)) / 2));
  overflow: hidden;
}

.goto-figma .goto-header img {
  max-width: none;
}

.goto-figma .goto-header_logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 42px;
}

.goto-figma .goto-header_logo img {
  display: block;
  width: 147px;
  height: 42px;
  object-fit: contain;
}

.goto-figma .goto-header_tools {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 44px;
  margin-left: auto;
}

.goto-figma .goto-header_tools > div:first-child {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
}

.goto-figma .goto-header_hours {
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  margin: 0;
  color: #000;
}

.goto-figma a.goto-header_tel,
.goto-figma .goto-header_tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 4px;
  height: 24px;
  color: var(--goto-orange) !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
}

.goto-header_tel img {
  display: block;
  width: 18px;
  height: 18px;
}

.goto-figma a.goto-header_estimate,
.goto-figma .goto-header_estimate {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  gap: 6px;
  width: 207px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--goto-brown);
  color: #fff !important;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.goto-header_estimate img {
  display: block;
  width: 16px;
  height: 12px;
  max-width: none;
}

.goto-header_mailSp,
.goto-header_hamb {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.goto-header_mailSp {
  width: 30px;
  height: 30px;
}

.goto-header_hamb img {
  width: 26px;
  height: 18px;
}

.goto-figma .goto-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  height: 58px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.goto-figma .goto-nav a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  color: var(--goto-brown) !important;
  text-decoration: none;
  white-space: nowrap;
}

.goto-nav_item {
  position: relative;
  height: 58px;
  display: flex;
  align-items: center;
}

.goto-nav_sub {
  display: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 12px rgba(84, 72, 65, 0.12);
}

.goto-nav_item:hover .goto-nav_sub,
.goto-nav_item:focus-within .goto-nav_sub {
  display: block;
}

.goto-nav_sub a {
  display: block;
  box-sizing: border-box;
  padding: 12px 20px;
  letter-spacing: 0.7px;
}

.goto-nav_sub a:hover,
.goto-nav_sub a:focus {
  background: #f6f1e8;
}

/* ---- パンくず 129:10925 ---- */
.goto-bc {
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  padding: 0 max(20px, calc((100% - var(--goto-inner)) / 2));
  background: #f6f1e8;
  color: var(--goto-heading);
  overflow: hidden;
}

.goto-figma a.goto-bc_home,
.goto-figma a.goto-bc_parent,
.goto-bc_home,
.goto-bc_parent {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--goto-heading) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  white-space: nowrap;
}

.goto-bc_home {
  gap: 8px;
}

.goto-bc_icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.goto-bc_crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 14px;
}

.goto-bc_chev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 12px;
  flex-shrink: 0;
}

.goto-bc_chev img {
  display: block;
  width: 12px;
  height: 8px;
  transform: rotate(90deg);
}

.goto-bc_current {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.7px;
  color: var(--goto-heading);
  white-space: nowrap;
}

/* SP overlay nav (68:1504) */
.goto-nav.is_show {
  display: flex;
}

@media (max-width: 1023px) {
  .goto-figma .goto-header {
    display: flex;
    align-items: center;
    height: 60px;
    min-height: 60px;
    padding: 0 10px;
    overflow: hidden;
  }

  .goto-figma .goto-header_tools {
    margin-left: auto;
    height: auto;
    gap: 8px;
  }

  .goto-figma .goto-header_logo {
    width: 104px;
    height: 30px;
  }

  .goto-figma .goto-header_logo img {
    width: 104px;
    height: 30px;
  }

  .goto-figma a.goto-header_estimate,
  .goto-figma .goto-header_estimate {
    display: none !important;
  }

  .goto-figma .goto-header_hours {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
  }

  .goto-figma .goto-header_tools > div:first-child {
    gap: 6px;
  }

  .goto-figma a.goto-header_tel,
  .goto-figma .goto-header_tel {
    font-size: 16px;
    line-height: 16px;
    gap: 2px;
  }

  .goto-figma .goto-header_tel img {
    width: 12px;
    height: 12px;
  }

  .goto-figma .goto-header_mailSp {
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    min-height: 0;
    background: none;
    box-shadow: none;
  }

  .goto-figma .goto-header_hamb,
  .goto-figma .goto-header_hamb.un_header_hambBtn {
    display: flex;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 24px;
    min-height: 24px;
    background: none;
    box-shadow: none;
  }

  .goto-figma .goto-header_hamb.un_header_hambBtn > span,
  .goto-figma .goto-header_hamb.un_header_hambBtn > span::before,
  .goto-figma .goto-header_hamb.un_header_hambBtn > span::after {
    width: 26px;
    height: 2px;
    background-color: #333;
  }

  .goto-figma .goto-header_hamb.un_header_hambBtn > span::before {
    bottom: 11px;
  }

  .goto-figma .goto-header_hamb.un_header_hambBtn > span::after {
    top: 11px;
  }

  .goto-figma .goto-header_mailSp img {
    display: block;
    width: 30px;
    height: 30px;
  }

  .goto-figma .goto-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    height: auto;
    padding-top: 102px !important;
    background: transparent;
    border: 0;
  }

  .goto-figma .goto-nav::before {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    background: #3a322c url("../figma/hamb-overlay.png") top center / 100% auto no-repeat;
    background-color: #3a322c;
  }

  .goto-figma .goto-nav.is_show {
    display: flex !important;
  }

  .goto-nav_item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .goto-nav_sub {
    display: block;
    position: static;
    transform: none;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .goto-figma .goto-nav a {
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    line-height: 1;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0;
  }

  .goto-figma .goto-nav .goto-nav_sub a {
    padding-left: 36px;
    font-size: 13px;
  }

  .goto-nav_close {
    display: block;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 0;
    width: 42px;
    height: 60px;
    padding: 0;
    background: #fff;
    border: 0;
    cursor: pointer;
  }

  .goto-nav_close img {
    display: block;
    width: 42px;
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .goto-nav_close {
    display: none;
  }
}

/* ---- FV PC (01 2:586 + 注釈 68:1099) / SP メインFV 148:14239 ---- */
.goto-fv_scale {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.goto-figma .goto-fv {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  height: 620px;
  color: var(--goto-brown);
  background: #fff;
}

@media (min-width: 1024px) {
  .goto-fv_scale {
    height: 620px;
  }

  .goto-figma .goto-fv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 620px;
  }

  /* 02 / 04 エリア FV（115:3626）: 680 = 30 + 620 + 30 */
  .goto-fv_scale:has(.goto-fv--area) {
    height: 680px;
  }

  .goto-figma .goto-fv--area {
    height: 680px;
  }

  .goto-fv--area .goto-fv_gallery,
  .goto-fv--area .goto-fv_panel {
    top: 30px;
  }

  .goto-figma .goto-fv--area .goto-fv_inner {
    width: 362px;
    max-width: 362px;
    gap: 70px;
    padding: 100px 0 0 100px;
  }

  .goto-figma .goto-fv--area h1 {
    gap: 5px;
    font-size: 40px;
    line-height: 58px;
  }

  .goto-fv--area .goto-fv_place,
  .goto-fv--area .goto-fv_genre {
    font-size: 40px;
    line-height: 58px;
  }

  .goto-fv--area .goto-fv_brand {
    font-size: 64px;
    line-height: 95px;
  }

  .goto-figma .goto-fv--area .goto-fv_points {
    gap: 12px;
  }

  .goto-fv--area .goto-fv_badge {
    top: 100px;
    left: 462px;
    width: 290px;
    height: 290px;
    padding: 5px;
    border-width: 3px;
  }
}

.goto-fv_gallery {
  position: absolute;
  left: 500px;
  top: 0;
  z-index: 0;
  width: 1420px;
  height: 620px;
  overflow: hidden;
}

.goto-figma .goto-fv_gallery img {
  position: absolute;
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.goto-fv_photoSp {
  display: none;
}

.goto-fv_panel {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 700px;
  height: 620px;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

.goto-fv_brushes {
  display: none;
}

.goto-fv_wave {
  display: none;
}

.goto-figma .goto-fv_inner {
  position: relative;
  z-index: 4;
  isolation: isolate;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 520px;
  max-width: 520px;
  margin: 0;
  padding: 135px 0 0 103px;
}

.goto-figma .goto-fv_kicker,
.goto-figma .goto-fv_stats {
  display: none;
}

.goto-figma .goto-fv h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: var(--goto-brown) !important;
}

.goto-fv_lead {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.goto-fv_place,
.goto-fv_genre {
  display: block;
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: var(--goto-brown);
}

.goto-fv_brand {
  display: block;
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  color: var(--goto-brown);
}

.goto-fv_city {
  color: #f00;
}

.goto-figma .goto-fv_points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.goto-figma .goto-fv_points li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: var(--goto-brown) !important;
}

.goto-figma .goto-fv_points img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.goto-fv_checkSp {
  display: none;
}

.goto-fv_badge {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: 100px;
  left: 411px;
  width: 288px;
  height: 288px;
  padding: 9px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--goto-gold);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.goto-fv_badge_inner {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding-top: 40px;
  border: 5px solid #fff;
  border-radius: 50%;
}

.goto-fv_badge_label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: content-box;
  width: auto;
  min-width: 164px;
  height: 54px;
  margin: 0;
  padding: 0 25px;
  border-radius: 11px;
  background: #fff;
  color: var(--goto-gold);
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 23px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.goto-fv_badge_num {
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 50px;
  line-height: 1;
  margin-top: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}

.goto-fv_badge_num span {
  font-size: 36px;
  letter-spacing: 0.05em;
}

.goto-fv_badge_sub {
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-top: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}

/* ---- Eyecatch bar 09/10/11 (129:10920 / SP 157:11424) ---- */
.goto-eye {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #f6f1e8 url("../figma/eyecatch-bg.png") repeat;
  background-size: 200px 100px;
}

.goto-eye h1 {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 250px;
  margin: 0;
  padding: 0 max(20px, calc((100% - var(--goto-inner)) / 2));
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--goto-brown);
}

.goto-eye_photo {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 600px;
  height: 250px;
  object-fit: cover;
  opacity: 0.5;
  pointer-events: none;
}

.goto-eye_nl {
  display: inline;
}

@media (max-width: 1023px) {
  .goto-eye,
  .goto-eye h1 {
    height: 200px;
  }

  .goto-eye h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 58%;
    padding: 0 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .goto-eye_nl {
    display: block;
  }

  .goto-eye_photo {
    width: 480px;
    height: 200px;
    right: -225px;
  }
}

@media (max-width: 1023px) {
  .goto-fv_scale {
    height: auto;
    overflow: visible;
  }

  .goto-figma .goto-fv,
  .goto-figma .goto-fv--roof,
  .goto-figma .goto-fv--leak,
  .goto-figma .goto-fv--area {
    position: relative;
    width: auto;
    height: 260px;
    min-height: 260px;
    transform: none;
    background-color: #fff;
    background-image: none;
  }

  .goto-fv_gallery {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 260px;
    overflow: hidden;
  }

  .goto-figma .goto-fv_gallery img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 72% 50%;
  }

  .goto-fv_photoPc {
    display: none;
  }

  .goto-fv_photoSp {
    display: block;
  }

  .goto-fv_panel {
    display: none;
  }

  .goto-fv_brushes {
    display: none;
  }

  .goto-fv_wave {
    display: none;
  }

  .goto-figma .goto-fv_inner {
    z-index: 3;
    box-sizing: border-box;
    width: 233px;
    max-width: 233px;
    gap: 23px;
    padding: 32px 0 0 25px;
    background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.78) 78%, rgba(255,255,255,0) 100%);
  }

  .goto-figma .goto-fv h1 {
    gap: 6px;
    font-size: 20px;
    line-height: 28px;
  }

  .goto-fv_place,
  .goto-fv_genre {
    font-size: 20px;
    line-height: 28px;
  }

  .goto-fv_city {
    color: #f00;
  }

  .goto-fv_brand {
    font-size: 36px;
    line-height: 38px;
  }

  .goto-figma .goto-fv h1,
  .goto-figma .goto-fv_points {
    width: 208px;
    max-width: 208px;
  }

  .goto-figma .goto-fv_points {
    gap: 4px;
  }

  .goto-figma .goto-fv_points li {
    font-size: 14px;
    gap: 6px;
    white-space: nowrap;
  }

  .goto-fv_checkPc {
    display: none;
  }

  .goto-fv_checkSp {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .goto-figma .goto-fv_points img {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .goto-fv_badge {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 4;
    box-sizing: border-box;
    width: 160px;
    height: 160px;
    padding: 5px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--goto-gold);
    color: #fff;
    text-align: center;
    overflow: hidden;
  }

  .goto-fv_badge_inner {
    padding-top: 22px;
    border-width: 3px;
  }

  .goto-fv_badge_label {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    width: auto;
    min-width: 91px;
    height: 30px;
    margin: 0;
    padding: 0 14px;
    border-radius: 6px;
    background: #fff;
    color: var(--goto-gold);
    font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    white-space: nowrap;
  }

  .goto-fv_badge_num {
    font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
    font-size: 28px;
    line-height: 1;
    margin-top: 8px;
    letter-spacing: 0.05em;
    color: #fff;
  }

  .goto-fv_badge_num span {
    font-size: 20px;
  }

  .goto-fv_badge_sub {
    font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-top: 8px;
    letter-spacing: 0.05em;
    color: #fff;
  }
}

/* ---- CTA (2:1026) ---- */
.goto-figma .hp_bgCta,
.goto-figma .bl_cta,
.goto-cta {
  background: var(--goto-brown) url("../figma/cta-bg.png") repeat;
  background-size: 150px 150px;
  color: #fff;
}

.goto-cta,
.goto-figma .bl_cta {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 300px;
  min-height: 300px;
  padding: 0 20px;
}

.goto-figma .bl_cta_ttl,
.goto-cta_ttl {
  text-align: center;
}

.goto-figma .bl_cta_ttl_main,
.goto-cta_ttl_main {
  display: block;
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}

.goto-figma .bl_cta_ttl_sub,
.goto-cta_ttl_sub {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.goto-figma .bl_cta_btns,
.goto-cta_btns {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: var(--goto-inner);
}

.goto-cta_qr {
  display: none;
  flex: 0 0 140px;
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  padding: 6px;
  background: #fff;
}

.goto-cta_qr img {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .goto-cta_btns {
    align-items: center;
  }

  .goto-cta_qr {
    display: block;
  }
}

.goto-figma .bl_cta_btns .el_btn,
.goto-cta_btn {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding: 0 40px;
  color: #fff !important;
  text-decoration: none;
  border: 0;
  border-radius: 0;
}

.goto-cta_btn_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.goto-cta_btn_icon {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
}

.goto-cta_btn--mail .goto-cta_btn_icon {
  width: 28px;
  height: 22px;
}

.goto-cta_btn--line .goto-cta_btn_icon {
  width: 28px;
  height: 26px;
}

.goto-cta_btn_chev {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 12px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}

.goto-cta_btn--tel,
.goto-figma .bl_cta_btns .el_btn__accentColor1 {
  background: var(--goto-orange) !important;
}

.goto-cta_btn--mail,
.goto-figma .bl_cta_btns .el_btn:not(.el_btn__accentColor1):not(.el_btn__lineColor) {
  background: var(--goto-gold) !important;
}

.goto-cta_btn--line,
.goto-figma .bl_cta_btns .el_btn__lineColor {
  background: var(--goto-line) !important;
}

.goto-cta_btn_main,
.goto-figma .bl_cta_btns_txtMain {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.goto-cta_btn_sub,
.goto-figma .bl_cta_btns_txtSub {
  font-size: 13px;
  color: #fff;
}

.goto-figma .el_btn {
  background: var(--goto-gold);
  color: #fff !important;
  border-radius: 0;
}

.goto-figma .el_btn__afterChevRight::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-left: 12px;
  background: url("../figma/icon-chevron.svg") center / contain no-repeat;
}

.goto-figma .hp_bgcMain {
  background: var(--goto-brown);
}

.goto-figma .el_lv2Heading,
.goto-figma .el_lv2HeadingLeft_txtMain,
.goto-figma .bl_features_ttl {
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  color: var(--goto-heading);
}

.goto-figma .bl_areaList a {
  color: var(--goto-heading);
}

.goto-figma .site-main article > .hp_bgCta:first-child,
.goto-figma .bl_features,
.goto-figma .el_lv2Heading_en,
.goto-figma .el_lv2HeadingLeft_txtEn {
  display: none;
}

.goto-figma .ly_footer {
  background: var(--goto-brown);
  color: #fff;
}

.goto-copy {
  display: block;
  padding: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.goto-figma .goto-rail img {
  max-width: none;
}

@media (min-width: 768px) {
  .goto-figma .goto-rail.un_fixedBtns,
  .goto-figma .goto-rail.un_fixedBtns.un_fixedBtns__col3 {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    position: fixed !important;
    top: 249px !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;
    height: auto !important;
    gap: 0 !important;
    z-index: 300 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .admin-bar.goto-figma .goto-rail.un_fixedBtns {
    top: 281px !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn,
  .goto-figma .goto-rail.un_fixedBtns__col3 .un_fixedBtns_btn {
    box-sizing: border-box !important;
    flex: 0 0 132px !important;
    width: 145px !important;
    min-width: 145px !important;
    max-width: 145px !important;
    height: 132px !important;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__tel {
    background: var(--goto-orange) !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__mail {
    background: var(--goto-gold) !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__line {
    background: var(--goto-line) !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn > a,
  .goto-figma .goto-rail.un_fixedBtns__col3 .un_fixedBtns_btn > a {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 145px !important;
    height: 132px !important;
    padding: 16px 23px !important;
    text-decoration: none !important;
    text-align: center !important;
  }

  .goto-figma .goto-rail.un_fixedBtns__col3 .un_fixedBtns_btn__mail > a {
    gap: 12px !important;
    padding: 18px 21px !important;
  }

  .goto-figma .goto-rail.un_fixedBtns__col3 .un_fixedBtns_btn__line > a {
    gap: 12px !important;
    padding: 14px 21px !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn > a .fa-chevron-right,
  .goto-figma .goto-rail .un_fixedBtns_btn > a::after,
  .goto-figma .goto-rail .un_fixedBtns_btn > a svg {
    display: none !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_icon {
    display: block !important;
    flex: none !important;
    width: auto !important;
    height: auto !important;
    text-align: center;
  }

  .goto-figma .goto-rail .un_fixedBtns_ttl,
  .goto-figma .goto-rail .un_fixedBtns_note,
  .goto-figma .goto-rail .un_fixedBtns_telnum,
  .goto-figma .goto-rail .un_fixedBtns_hours {
    display: block !important;
    flex: none !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Yu Gothic", "YuGothic", sans-serif;
    font-weight: 700;
    color: #fff !important;
    text-align: center !important;
    letter-spacing: 0;
    overflow: visible;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .goto-figma .goto-rail .un_fixedBtns_ttl {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__mail .un_fixedBtns_ttl,
  .goto-figma .goto-rail .un_fixedBtns_btn__line .un_fixedBtns_ttl {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    line-height: 20px !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__mail .un_fixedBtns_ttl span,
  .goto-figma .goto-rail .un_fixedBtns_btn__line .un_fixedBtns_ttl span {
    display: block;
    line-height: 20px;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__tel .un_fixedBtns_ttl {
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .goto-figma .goto-rail .un_fixedBtns_telnum {
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .goto-figma .goto-rail .un_fixedBtns_hours {
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .goto-figma .goto-rail .un_fixedBtns_note {
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__tel .un_fixedBtns_icon img {
    width: 26px !important;
    height: 26px !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__mail .un_fixedBtns_icon img {
    width: 28px !important;
    height: 22px !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__line .un_fixedBtns_icon img {
    width: 32px !important;
    height: 30px !important;
  }
}

@media (max-width: 767px) {
  .goto-figma #page.site {
    padding-bottom: 80px;
  }

  .goto-figma .goto-rail.un_fixedBtns,
  .goto-figma .goto-rail.un_fixedBtns.un_fixedBtns__col3 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    z-index: 300 !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn,
  .goto-figma .goto-rail.un_fixedBtns__col3 .un_fixedBtns_btn {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 64px;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn > a,
  .goto-figma .goto-rail.un_fixedBtns__col3 .un_fixedBtns_btn > a,
  .goto-figma .goto-rail.un_fixedBtns__col3 .un_fixedBtns_btn__mail > a,
  .goto-figma .goto-rail.un_fixedBtns__col3 .un_fixedBtns_btn__line > a {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 64px;
    padding: 8px 4px !important;
    text-align: center !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn > a .fa-chevron-right,
  .goto-figma .goto-rail .un_fixedBtns_btn > a::after,
  .goto-figma .goto-rail .un_fixedBtns_btn > a svg {
    display: none !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_icon {
    display: block !important;
    flex: none !important;
    width: auto !important;
    height: auto !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_note,
  .goto-figma .goto-rail .un_fixedBtns_telnum,
  .goto-figma .goto-rail .un_fixedBtns_hours {
    display: none !important;
  }

  .goto-figma .goto-rail .un_fixedBtns_ttl {
    display: block !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap;
  }

  .goto-figma .goto-rail .un_fixedBtns_btn__mail .un_fixedBtns_ttl,
  .goto-figma .goto-rail .un_fixedBtns_btn__line .un_fixedBtns_ttl {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    white-space: normal;
  }

  .goto-figma .goto-rail .un_fixedBtns_ttl span {
    display: block;
    line-height: 1.2;
  }

  .goto-figma .un_fixedBtns_btn__tel .un_fixedBtns_icon img {
    width: 22px;
    height: 22px;
  }

  .goto-figma .un_fixedBtns_btn__mail .un_fixedBtns_icon img {
    width: 22px;
    height: 18px;
  }

  .goto-figma .un_fixedBtns_btn__line .un_fixedBtns_icon img {
    width: 22px;
    height: 20px;
  }
}

/* ---- 01 中段 ---- */
.goto-sec {
  padding: 72px 0;
}

.goto-sec--cream {
  background: #f6f1e8;
}

.goto-sec--green {
  background: #e4eadc;
}

.goto-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 max(20px, calc((100% - var(--goto-inner)) / 2));
}

.goto-heading {
  margin: 0 0 36px;
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--goto-heading);
}

.goto-heading_em {
  color: var(--goto-orange);
}

.goto-heading_city {
  color: #f00;
}

.goto-heading--hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: var(--goto-brown);
}

.goto-heading::after {
  content: "";
  display: block;
  width: 433px;
  max-width: 100%;
  height: 2px;
  margin: 12px auto 0;
  background: var(--goto-heading);
}

.goto-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 0 56px;
}

.goto-point {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--goto-brown);
  color: var(--goto-brown);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.goto-concern {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 56px;
}

.goto-concern_body {
  flex: 1 1 520px;
}

.goto-concern_ttl {
  display: inline-block;
  margin: 0 0 24px;
  padding: 12px 28px;
  background: var(--goto-brown);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.goto-concern_list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 600px;
}

.goto-concern_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.goto-concern_list li img {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.goto-concern_list li span {
  flex: 1;
  min-width: 0;
  padding: 10px 0 16px;
  border-bottom: 1px solid #daceba;
}

.goto-concern_visual {
  position: relative;
  flex: 0 0 580px;
  width: 580px;
  height: 340px;
  overflow: visible;
}

.goto-concern_visual > img:first-child {
  display: block;
  width: 580px;
  height: 340px;
  object-fit: contain;
}

.goto-concern--leak .goto-concern_ttl {
  background: #436563;
}

.goto-concern_list--dizzy li {
  background: none;
}

.goto-concern_people {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 460px !important;
  height: 268px !important;
  object-fit: contain;
}

.goto-solve_methods--4 {
  flex-wrap: wrap;
  gap: 16px 33px;
}

.goto-solve_method img {
  object-position: top;
}

.goto-services {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.goto-service {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 24px;
  background: #fff;
  border: 1px solid #daceba;
}

.goto-service_img {
  flex: 0 0 230px;
  margin: 0;
}

.goto-service_img img {
  display: block;
  width: 230px;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.goto-service--ba {
  align-items: flex-start;
  gap: 40px;
  padding: 32px 0 0;
  background: none;
  border: 0;
  border-top: 1px solid #daceba;
}

.goto-service--ba > div:first-child {
  flex: 1;
  min-width: 0;
}

.goto-service--ba h3 {
  margin: 0 0 15px;
  padding-left: 14px;
  border-left: 3px solid #fc6;
  color: #666;
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.goto-service_ba {
  display: flex;
  flex: 0 0 591px;
  gap: 15px;
}

.goto-service_shot {
  position: relative;
  flex: 1;
  margin: 0;
  aspect-ratio: 288 / 260;
}

.goto-service_shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.goto-service_tag {
  position: absolute;
  top: -5px;
  left: -5px;
  box-sizing: border-box;
  width: 80px;
  padding: 8px 0;
  color: #fff;
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.goto-service_tag--before {
  background: var(--goto-brown);
  border: 2px solid var(--goto-brown);
}

.goto-service_tag--after {
  background: #759373;
  border: 2px solid #759373;
}

.goto-service h3 {
  margin: 0 0 12px;
  color: var(--goto-heading);
  font-size: 18px;
}

.goto-service p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

.goto-solve {
  box-sizing: border-box;
  padding: 48px 40px;
  background: #fff;
  border: 1px solid var(--goto-brown);
  margin-bottom: 32px;
}

.goto-solve_ttl {
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--goto-heading);
}

.goto-solve_methods {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 28px;
}

.goto-solve_method {
  margin: 0;
  width: 230px;
}

.goto-solve_method img {
  display: block;
  width: 230px;
  height: 180px;
  object-fit: cover;
}

.goto-solve_method figcaption {
  display: block;
  padding: 8px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.goto-solve_txt {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

.goto-priceNoteLine {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #544841;
  text-align: center;
}

.goto-serviceLink {
  display: block;
  box-sizing: border-box;
  width: 500px;
  max-width: 100%;
  height: 137px;
  margin: 0 auto;
  padding: 3px;
  overflow: hidden;
  border: 2px solid var(--goto-brown);
  color: #fff !important;
  text-decoration: none;
}

.goto-serviceLink_inner {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  height: 100%;
  border: 2px solid var(--goto-brown);
}

.goto-serviceLink_inner > img:first-child {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 100%;
  object-fit: cover;
}

.goto-serviceLink_txt {
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  box-sizing: border-box;
  width: 250px;
  padding: 0 10px 0 30px;
  background: var(--goto-brown) url("../figma/cta-bg.png") repeat;
  background-size: 150px 150px;
  background-position: left top;
}

.goto-serviceLink_copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 153px;
}

.goto-serviceLink_main {
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.goto-serviceLink_sub {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
}

.goto-serviceLink_chev {
  display: block;
  flex: 0 0 8px;
  width: 8px;
  height: 12px;
  margin: 0;
  filter: brightness(0) invert(1);
}

.goto-serviceLink--secondary {
  margin: 40px auto 0;
  opacity: 0.88;
  transform: scale(0.92);
  transform-origin: center top;
}

.goto-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #f6f1e8;
  padding: 0 max(20px, calc((100% - var(--goto-inner)) / 2));
}

.goto-tabs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  box-sizing: border-box;
  width: 240px;
  min-width: 0;
  height: 50px;
  padding-top: 14px;
  border-radius: 15px 15px 0 0;
  background: #766a59 url("../figma/cta-bg.png") repeat;
  background-size: 250px 50px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.goto-tabs a::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url("../figma/icon-chevron-bc.svg") center / 12px 8px no-repeat;
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}

.goto-reasonCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 48px;
}

.goto-reasonCard {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 250px;
  min-height: 100px;
  padding: 30px 20px 30px 54px;
  overflow: hidden;
  background: #fff url("../figma/list-card-bg.png") repeat;
  background-size: 150px 150px;
  border-radius: 10px;
  color: var(--goto-brown);
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.goto-reasonCard p {
  margin: 0;
  text-align: center;
}

.goto-reasonCard_num,
.goto-reasonDetail h3 .goto-reasonCard_num {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #759373;
  border-radius: 0 0 4px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.goto-reasonCard:nth-child(even) .goto-reasonCard_num,
.goto-reasonDetail:nth-child(even) h3 .goto-reasonCard_num {
  background: var(--goto-orange);
}

.goto-reasonDetails {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.goto-reasonDetail {
  display: flex;
  gap: 32px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}

.goto-reasonDetail_img {
  flex: 0 0 40%;
  margin: 0;
}

.goto-reasonDetail_img img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.goto-reasonDetail_body {
  flex: 1;
}

.goto-reasonDetail h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #daceba;
  font-size: 18px;
  color: var(--goto-brown);
}

.goto-reasonDetail h3 .goto-reasonCard_num {
  position: static;
  flex: 0 0 36px;
}

.goto-reasonDetail p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

.goto-more {
  margin: 28px 0 0;
  text-align: right;
}

.goto-more a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--goto-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.goto-more a::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 12px;
  background: url("../figma/icon-chevron-bc.svg") center / 12px 8px no-repeat;
  transform: rotate(90deg);
}

.goto-priceMore {
  display: none;
}

.goto-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.goto-table th,
.goto-table td {
  padding: 20px 15px;
  border: 1px solid #daceba;
  font-size: 15px;
  color: #333;
}

.goto-table th {
  width: 200px;
  background: #fff;
  color: var(--goto-brown);
  font-weight: 700;
  text-align: center;
}

.goto-table td {
  font-size: 15px;
  line-height: 20px;
}

.goto-table_price {
  color: var(--goto-orange);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.goto-table_unit {
  margin-left: 10px;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

/* ---- Price cards 10/11 (130:7043 / 130:8587) ---- */
.goto-priceCards {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 20px 0 0;
}

.goto-priceCards--4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.goto-priceCard {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--goto-card, #77512f);
}

.goto-priceCard_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding-left: 15px;
  overflow: hidden;
  background: var(--goto-card, #77512f);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.goto-priceCard_head img {
  display: block;
  width: 150px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}

.goto-priceCards--4 .goto-priceCard_head span {
  font-size: 13px;
}

.goto-priceCard_body {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 20px 15px;
  background: #fff;
}

.goto-priceCard_price {
  color: var(--goto-orange);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.goto-priceCard_unit {
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

.goto-priceNote {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 110px;
  margin: 30px 0 0;
  padding: 25px 20px;
  border: 2px solid #d7ceb2;
  background: #fff url("../figma/eyecatch-bg.png") repeat;
  background-size: 200px 100px;
  text-align: center;
}

.goto-priceNote p {
  margin: 0;
  color: var(--goto-brown);
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.goto-priceCards + .goto-heading,
.goto-priceNote + .goto-heading {
  margin-top: 60px;
}

.goto-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 600px;
  max-width: 100%;
  margin: 32px auto 48px;
  padding: 20px;
  background: var(--goto-gold);
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.goto-btn img {
  display: block;
  width: 8px;
  height: 12px;
  filter: brightness(0) invert(1);
}

.goto-kasaiWrap {
  margin-top: 40px;
}

.goto-kasai_intro {
  display: none;
}

.goto-kasai {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  height: 180px;
  min-height: 180px;
  margin-top: 0;
  padding: 0 50px 0 0;
  border: 4px solid #c44830;
  background: #c44830 url("../figma/kasai-bg.png") repeat;
  background-size: 300px 300px;
  background-position: top left;
  color: #fff !important;
  text-decoration: none;
}

.goto-kasai_splash {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  width: 520px;
  height: 360px;
  margin-top: -180px;
  object-fit: cover;
  opacity: 0.2;
  pointer-events: none;
  transform: scaleY(-1);
}

.goto-kasai_photo,
.goto-kasai_photoSp {
  position: relative;
  z-index: 1;
  display: block;
  flex-shrink: 0;
  object-fit: cover;
}

.goto-kasai_photo {
  width: 350px;
  height: 180px;
  object-fit: cover;
  object-position: center 35%;
}

.goto-kasai_photoSp {
  display: none;
}

.goto-kasai_body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  padding: 0 24px;
}

.goto-kasai_ttl {
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
}

.goto-kasai_lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.goto-kasai_txt {
  font-size: 15px;
  line-height: 28px;
}

.goto-kasai_more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.goto-kasai_more img {
  display: block;
  width: 8px;
  height: 12px;
  filter: brightness(0) invert(1);
}

.goto-lead {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.goto-areaList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.goto-areaGroup {
  box-sizing: border-box;
  padding: 12px 26px;
  background: #fff url("../figma/area-card-bg.jpg") repeat;
  background-size: 200px 200px;
  border-radius: 10px;
}

.goto-areaGroup_pref {
  margin: 0;
  padding: 6px 10px 6px 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.goto-areaGroup ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.goto-areaGroup li {
  padding: 6px 0;
}

.goto-areaGroup li a,
.goto-areaGroup li span {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 16px;
  padding: 0 10px 0 0;
  border-right: 1px solid #666;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.goto-areaGroup li:last-child a,
.goto-areaGroup li:last-child span {
  padding-right: 0;
  border-right: 0;
}

.goto-works {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.goto-works_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 230px;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  color: #333;
  text-decoration: none;
}

.goto-works_item img {
  display: block;
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.goto-works_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.goto-works_ttl {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.goto-works_cat {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.goto-works_cat span:nth-child(2) {
  font-size: 14px;
  line-height: 14px;
}

.goto-works_more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
}

@media (max-width: 1023px) {
  .goto-sec {
    padding: 40px 0;
  }

  .goto-inner {
    padding: 0 20px;
  }

  .goto-heading {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .goto-heading--hero {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: var(--goto-brown);
  }

  .goto-heading::after {
    width: 100%;
    height: 2px;
    margin-top: 12px;
  }

  .goto-bc {
    padding: 0 20px;
  }

  .goto-bc_current {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .goto-points {
    gap: 10px;
    margin: 0 0 30px;
  }

  .goto-point {
    width: calc(50% - 5px);
    height: 80px;
    font-size: 14px;
    line-height: 20px;
  }

  .goto-concern,
  .goto-reasonDetail,
  .goto-solve_methods,
  .goto-service,
  .goto-solve_methods--4 {
    flex-direction: column;
  }

  .goto-concern {
    gap: 20px;
    margin-bottom: 30px;
  }

  .goto-concern_ttl {
    font-size: 16px;
    padding: 10px 16px;
  }

  .goto-concern_list {
    max-width: none;
  }

  .goto-concern_list li {
    font-size: 14px;
    line-height: 24px;
  }

  .goto-concern_list li img {
    width: 24px;
    height: 24px;
  }

  .goto-concern_visual,
  .goto-reasonDetail_img {
    flex-basis: auto;
    width: 100%;
    height: auto;
  }

  .goto-concern_visual > img:first-child {
    width: 100%;
    height: auto;
  }

  .goto-concern_people {
    width: min(460px, 82%) !important;
    height: auto !important;
  }

  .goto-reasonCards {
    display: none;
  }

  .goto-reasonCard {
    width: 100%;
    min-height: 0;
    padding: 25px 15px 25px 54px;
    font-size: 14px;
    line-height: 24px;
  }

  .goto-reasonCard:nth-child(even) .goto-reasonCard_num,
  .goto-reasonDetail:nth-child(even) h3 .goto-reasonCard_num {
    background: var(--goto-gold);
  }

  .goto-reasonDetails {
    gap: 20px;
  }

  .goto-reasonDetail {
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    width: 335px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 20px;
    background: #fff url("../figma/list-card-bg.png") repeat;
    background-size: 150px 150px;
    border-radius: 10px;
  }

  .goto-reasonDetail_img {
    margin: 0;
  }

  .goto-reasonDetail_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 160 / 90;
    object-fit: cover;
  }

  .goto-reasonDetail_body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .goto-reasonDetail h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0 0 15px;
    border: 0;
    border-bottom: 1px solid #333;
    background: transparent;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
  }

  .goto-reasonDetail h3 .goto-reasonCard_num,
  .goto-reasonCard:nth-child(even) .goto-reasonCard_num,
  .goto-reasonDetail:nth-child(even) h3 .goto-reasonCard_num {
    position: static;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: var(--goto-gold);
  }

  .goto-reasonDetail:nth-child(even) h3 {
    background: transparent;
    color: #333;
  }

  .goto-reasonDetail p {
    font-size: 14px;
    line-height: 24px;
  }

  .goto-priceCards,
  .goto-priceCards--4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .goto-priceNote {
    min-height: 0;
    margin-top: 20px;
    padding: 20px 16px;
  }

  .goto-priceNote p {
    font-size: 14px;
    line-height: 24px;
  }

  .goto-table th,
  .goto-table td {
    padding: 16px 12px;
    font-size: 14px;
  }

  .goto-table th {
    width: 90px;
  }

  .goto-priceBox .goto-table th {
    width: 100px;
  }

  .goto-table_price {
    font-size: 16px;
    line-height: 13px;
    color: var(--goto-orange);
  }

  .goto-table_unit {
    margin-left: 6px;
    font-size: 14px;
    line-height: 13px;
  }

  .goto-priceBox {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 335px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 25px 20px;
    overflow: hidden;
    background: #fff;
    border: 4px solid #e9dcc6;
    border-radius: 10px;
  }

  .goto-priceBox::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 4px;
    width: 148px;
    height: 68px;
    background: url("../figma/price-deco.png") center / cover no-repeat;
    opacity: 0.1;
    pointer-events: none;
  }

  .goto-priceBox .goto-heading {
    position: relative;
    z-index: 1;
    margin: 0;
  }

  .goto-priceBox .goto-lead,
  .goto-priceBox .goto-priceIntro {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .goto-priceBox .goto-table {
    position: relative;
    z-index: 1;
  }

  .goto-priceBox .goto-btn {
    display: none;
  }

  .goto-priceMore {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
  }

  .goto-priceMore a {
    font-size: 14px;
    font-weight: 700;
    color: var(--goto-brown);
  }

  .goto-serviceLink {
    flex-direction: row;
    width: 335px;
    height: 200px;
    margin: 0 auto;
    padding: 3px;
  }

  .goto-serviceLink_inner {
    flex-direction: row;
  }

  .goto-serviceLink_inner > img:first-child {
    width: auto;
    flex: 1;
    height: 100%;
  }

  .goto-serviceLink_txt {
    flex: 0 0 96px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 96px;
    padding: 0 10px 0 20px;
    gap: 0;
  }

  .goto-serviceLink_copy {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 6px;
    width: auto;
  }

  .goto-serviceLink_main {
    writing-mode: vertical-rl;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 24px;
  }

  .goto-serviceLink_sub {
    writing-mode: vertical-rl;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 15px;
  }

  .goto-works {
    gap: 10px;
  }

  .goto-works_item {
    width: calc(50% - 5px);
    max-width: 230px;
    gap: 20px;
    border-radius: 10px;
  }

  .goto-works_item img {
    width: 100%;
    height: auto;
    aspect-ratio: 216 / 162;
  }

  .goto-works_body {
    gap: 12px;
  }

  .goto-works_ttl {
    font-size: 12px;
    line-height: 18px;
  }

  .goto-works_cat {
    font-size: 13px;
    line-height: 13px;
  }

  .goto-works_more {
    font-size: 14px;
  }

  .goto-solve {
    padding: 24px 16px;
  }

  .goto-solve_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .goto-solve_method,
  .goto-service_img {
    flex-basis: auto;
    width: 100%;
  }

  .goto-solve_method img,
  .goto-service_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 230 / 180;
  }

  .goto-service {
    padding: 16px;
    gap: 16px;
  }

  .goto-service--ba {
    padding: 20px 0 0;
    gap: 20px;
  }

  .goto-service_ba {
    flex: none;
    width: 100%;
  }

  .goto-service h3 {
    font-size: 16px;
  }

  .goto-service p,
  .goto-solve_txt,
  .goto-lead {
    font-size: 14px;
    line-height: 24px;
  }

  .goto-btn {
    width: 100%;
    margin: 24px auto;
    padding: 16px;
    font-size: 14px;
  }

  .goto-tabs {
    flex-wrap: nowrap;
    gap: 0;
    padding: 0 20px;
  }

  .goto-tabs a {
    flex: 1;
    width: auto;
    min-width: 0;
    height: 50px;
    padding-top: 12px;
    font-size: 13px;
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 1023px) {
  .goto-figma .bl_cta_btns,
  .goto-cta_btns {
    flex-direction: column;
    gap: 10px;
  }

  .goto-cta,
  .goto-figma .bl_cta {
    height: auto;
    min-height: 0;
    padding: 40px 15px;
    gap: 30px;
  }

  .goto-figma .bl_cta_ttl_main,
  .goto-cta_ttl_main {
    font-size: 28px;
    line-height: 28px;
  }

  .goto-cta_ttl_sub {
    margin-top: 12px;
    font-size: 16px;
    line-height: 16px;
  }

  .goto-cta_btn {
    flex-direction: row;
    height: 80px;
    min-height: 80px;
    padding: 0 40px;
    gap: 10px;
  }

  .goto-cta_btn_icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .goto-cta_btn--mail .goto-cta_btn_icon {
    width: 28px;
    height: 22px;
  }

  .goto-cta_btn--line .goto-cta_btn_icon {
    width: 28px;
    height: 26px;
  }

  .goto-cta_btn_chev {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
  }

  .goto-cta_btn_txt {
    gap: 8px;
  }

  .goto-cta_btn_main {
    font-size: 18px;
    line-height: 1;
  }

  .goto-cta_btn_sub {
    font-size: 13px;
    line-height: 1;
  }

  .goto-cta_btn--tel .goto-cta_btn_sub {
    font-size: 14px;
  }

  .goto-kasaiWrap {
    box-sizing: border-box;
    width: 335px;
    max-width: 100%;
    margin: 30px auto 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .goto-kasai_intro {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 0 30px;
    text-align: center;
    color: #c44830;
    font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
    font-size: 20px;
    line-height: 20px;
  }

  .goto-kasai_zero {
    color: var(--goto-brown);
    font-size: 32px;
    line-height: 32px;
  }

  .goto-kasai {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
    min-height: 0;
    padding: 0 25px 15px;
  }

  .goto-kasai_splash {
    top: auto;
    bottom: -2px;
    left: 50%;
    right: auto;
    width: 424px;
    height: 297px;
    margin-top: 0;
    transform: translateX(-50%) scaleY(-1);
  }

  .goto-kasai_photo {
    display: none;
  }

  .goto-kasai_photoSp {
    display: block;
    position: relative;
    z-index: 1;
    width: 350px;
    max-width: none;
    height: 220px;
    object-fit: cover;
  }

  .goto-kasai_body {
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: left;
    width: 100%;
    gap: 20px;
  }

  .goto-kasai_ttl {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .goto-kasai_lead {
    font-size: 14px;
    line-height: 18px;
  }

  .goto-kasai_txt {
    font-size: 14px;
    line-height: 24px;
  }

  .goto-kasai_more {
    position: relative;
    z-index: 1;
    align-self: flex-end;
    font-size: 14px;
    line-height: 20px;
  }

  .goto-kasai_more img {
    filter: brightness(0) invert(1);
  }
}
