:root {
  --navy: #092f63;
  --deep: #06264f;
  --blue: #0d73e8;
  --text: #17395f;
  --muted: #6b8198;
  --pale: #f3f8fd;
  --line: #dbe8f5;
  --shadow: 0 12px 30px rgba(7,47,97,.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: "Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.problem-image img.before-after-image{
    width: 120px;
    max-width: none;
}

a {
  color: inherit;
}

.wrap {
  width: min(1120px,calc(100% - 48px));
  margin-inline: auto;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(9,47,99,.08);
}

.header-row {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy);
  font-weight: 700;
  white-space: nowrap;
}

.brand img {
  width: 120px;
  height: auto;
  display: block;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}

.global-nav a {
  text-decoration: none;
}

.header-cta {
  padding: 14px 22px;
  border-radius: 8px;
  color: #fff!important;
  background: linear-gradient(90deg,#1687ed,#073e99);
  box-shadow: 0 8px 18px rgba(6,72,155,.18);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #0a396f;
  color: #fff;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background: url('assets/images/hero.jpg') 45% center/cover no-repeat;
  z-index: 0;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,rgba(3,31,69,.96) 0%,rgba(4,40,83,.88) 35%,rgba(4,46,94,.38) 63%,rgba(4,38,78,.08) 100%),linear-gradient(180deg,rgba(5,43,87,.12),rgba(3,32,67,.28));
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 46px;
}

.hero-copy {
  width: min(650px,62%);
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia,"Yu Mincho",serif;
  font-size: 52px;
  line-height: 1.36;
  letter-spacing: .025em;
  text-shadow: 0 2px 16px rgba(0,24,59,.18);
}

.hero-lead {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #eff7ff;
}

.hero-note {
  margin: 13px 0 0;
  font-size: 16px;
  line-height: 1.85;
  color: #e5f1ff;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 190px;
  padding: 14px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.btn-primary {
  background: linear-gradient(90deg,#178af1,#0643a3);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0,38,91,.24);
}

.btn-outline-light {
  border: 1px solid rgba(255,255,255,.72);
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(5px);
}

.hero-badge {
  align-self: flex-start;
  margin-top: 46px;
  width: 250px;
  padding: 18px 20px;
  border: 1px solid rgba(198,228,255,.48);
  border-radius: 10px;
  background: rgba(28,104,181,.20);
  backdrop-filter: blur(7px);
  box-shadow: 0 14px 34px rgba(0,31,67,.18);
}

.hero-badge strong {
  display: block;
  font-family: Georgia,"Yu Mincho",serif;
  font-size: 20px;
  line-height: 1.45;
}

.hero-badge small {
  display: block;
  margin-top: 12px;
  color: #e5f3ff;
  font-size: 11px;
  line-height: 1.5;
}

.section-pale {
  background: linear-gradient(180deg,#fff 0%,#f2f8fd 100%);
}

.problems,.services,.pricing,.reasons {
  padding: 54px 0;
}

.section-title {
  margin: 0;
  text-align: center;
  font-family: Georgia,"Yu Mincho",serif;
  font-size: 33px;
  line-height: 1.3;
  color: var(--navy);
  letter-spacing: .05em;
}

.section-title:after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin: 12px auto 0;
  background: #1774de;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin-top: 34px;
}

.problem-card {
  min-height: 150px;
  padding: 24px 14px;
  border: 1px solid #e3edf7;
  border-radius: 9px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}


.problem-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.problem-image img {
  width: 80px;
  height: auto;
  display: block;
}

.problem-icon {
  font-size: 34px;
  line-height: 1;
  color: #236fc3;
  margin-bottom: 17px;
}

.problem-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 800;
  color: #173c67;
}

.support-copy {
  text-align: center;
  margin: 32px 0 0;
  font-size: 15px;
  line-height: 1.8;
}

.support-copy strong {
  color: #0b579f;
}

.heading-row {
  position: relative;
}

.side-caption {
  position: absolute;
  right: 0;
  top: 3px;
  text-align: right;
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: .18em;
  color: #9fb8d0;
  font-weight: 700;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin-top: 34px;
}

.service-card {
  overflow: hidden;
  border: 1px solid #e0eaf4;
  border-radius: 9px;
  background: #fff;
  box-shadow: var(--shadow);
}

.service-image {
  position: relative;
  height: 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-image-label_b {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 10px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg,#1E90FF 0%,#4169E1 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .03em;
  white-space: nowrap;
}

.service-image-label_g {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 10px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg,#18b9b4 0%,#079ca4 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .03em;
  white-space: nowrap;
}
.service-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 16px;
}

.service-tag.blue {
  background: linear-gradient(90deg,#3989e7,#4f5cda);
}

.service-tag.green {
  background: linear-gradient(90deg,#37b6a7,#008d82);
}

.service-tag.purple {
  background: linear-gradient(90deg,#6d51d3,#4e58d8);
}

.service-body {
  padding: 20px 21px 23px;
}

.service-body h3 {
  margin: 0 0 11px;
  color: var(--navy);
  font-family: Georgia,"Yu Mincho",serif;
  font-size: 20px;
  line-height: 1.4;
}

.service-body p {
  margin: 0;
  color: #4f6881;
  font-size: 16px;
  line-height: 1.78;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin-top: 34px;
}

.price-card {
  position: relative;
  padding: 20px 18px 22px;
  border: 1px solid #dce9f5;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.price-card.featured {
  border: 2px solid #287ce2;
}

.recommend {
  position: absolute;
  right: 14px;
  top: -14px;
  padding: 5px 12px;
  border-radius: 10px 10px 0 0;
  background: #166dcb;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.price-card h3 {
  margin: 0 0 15px;
  font-family: Georgia,"Yu Mincho",serif;
  color: var(--navy);
  font-size: 19px;
}

.price {
  margin: 0 0 13px;
  color: #073c7d;
}

.price strong {
  font-family: serif;
  font-size: 44px;
  line-height: 1;
}

.price span {
  font-size: 13px;
  font-weight: 800;
}

.price-card p {
  margin: 6px 0;
  font-size: 16px;
  color: #425f7a;
}

.price-note {
  text-align: center;
  margin: 19px 0 0;
  color: #72869a;
  font-size: 14px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin-top: 34px;
}

.reason-card {
  padding: 24px 15px;
  border: 1px solid #e1ecf6;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.reason-icon {
  font-size: 34px;
  color: #1d6dc3;
  margin-bottom: 13px;
}

.reason-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: Georgia,"Yu Mincho",serif;
  font-size: 18px;
}

.reason-card p {
  margin: 0;
  color: #607890;
  font-size: 16px;
  line-height: 1.7;
}

.cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #073366;
}

.cta-band:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('assets/images/cta.jpg') center/cover no-repeat;
}

.cta-band:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg,rgba(3,38,82,.94),rgba(5,61,124,.78));
}

.cta-content {
  padding: 43px 24px 48px;
  text-align: center;
}

.cta-kicker {
  margin: 0 0 8px;
  font-size: 16px;
  color: #cce6ff;
  letter-spacing: .06em;
}

.cta-content h2 {
  margin: 0 0 11px;
  font-family: Georgia,"Yu Mincho",serif;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: .035em;
}

.cta-content>p:not(.cta-kicker) {
  margin: 0 0 20px;
  color: #e2f0ff;
  font-size: 16px;
  line-height: 1.8;
}

.cta-btn {
  min-width: 260px;
}

.contact {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 500px;
  background: #fff;
  position: relative;
  isolation: isolate;
}

.contact-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(90deg,rgba(224,240,252,.78),rgba(255,255,255,.18)),url('assets/images/footer2.jpg') center/cover no-repeat;
}

.contact-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(235,246,255,.62),rgba(255,255,255,.05));
  z-index: 0;
}

.contact-visual-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  color: var(--navy);
}

.contact-visual-copy p {
  margin: 0;
  font-family: Georgia,"Yu Mincho",serif;
  font-size: 31px;
  line-height: 1.5;
}

.contact-visual-copy strong {
  font-family: Georgia,"Yu Mincho",serif;
  font-size: 30px;
  margin-top: 5px;
}

.contact-visual-copy small {
  margin-top: 48px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .18em;
  color: #7390ad;
}

.contact-form-panel {
  position: relative;
  z-index: 2;
  min-width: 0;
  background: radial-gradient(circle at 92% 10%,rgba(60,135,224,.10),transparent 35%),linear-gradient(135deg,#fff 0%,#f7fbff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 42px;
}

.contact-form-inner {
  width: min(100%,560px);
}

.contact-form-inner h2 {
  margin: 0 0 5px;
  font-family: Georgia,"Yu Mincho",serif;
  color: var(--navy);
  font-size: 29px;
  letter-spacing: .04em;
}

.contact-lead {
  margin: 0 0 18px;
  color: #71869c;
  font-size: 16px;
}

.contact form {
  display: grid;
  gap: 10px;
}

.contact label:not(.privacy) {
  display: grid;
  grid-template-columns: 110px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #1b406b;
}

.contact em {
  font-style: normal;
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 3px;
  background: #e65b5b;
  color: #fff;
  margin-left: 4px;
}

.contact input,.contact textarea {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid #cfdeed;
  border-radius: 5px;
  background: #fff;
  padding: 10px 11px;
  color: #17395f;
  font: inherit;
  outline: none;
}

.contact input:focus,.contact textarea:focus {
  border-color: #3d86dd;
  box-shadow: 0 0 0 3px rgba(61,134,221,.10);
}

.textarea-row {
  align-items: start!important;
}

.textarea-row>span {
  padding-top: 9px;
}

.contact textarea {
  min-height: 96px;
  resize: vertical;
}

.privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  color: #657b91;
}

.privacy input {
  width: auto;
}

.contact button {
  display: block;
  width: 60%;
  min-width: 220px;
  margin: 5px auto 0;
  border: 0;
  border-radius: 7px;
  padding: 13px 17px;
  background: linear-gradient(90deg,#1587ee,#063e9a);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(6,75,160,.18);
}

.contact button b {
  float: right;
}

.reply-note {
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #74879c;
}

footer {
  background: #06284f;
  color: #fff;
  padding: 29px 0 18px;
}

.footer-main {
  display: grid;
  grid-template-columns: 27% 48% 25%;
  gap: 18px;
  align-items: center;
}

.footer-brand img {
  width: 180px;
  filter: brightness(0) invert(1);
}

.footer-brand small {
  display: block;
  margin-top: 6px;
  font-size: 8px;
  opacity: .6;
}

.company-info {
  border-left: 1px solid rgba(255,255,255,.22);
  padding-left: 24px;
  font-size: 11px;
  line-height: 1.65;
}

.company-info strong {
  font-size: 13px;
}

.company-info p {
  margin: 2px 0;
}

.company-info a {
  color: #fff;
  text-decoration: none;
}

footer nav {
  border-left: 1px solid rgba(255,255,255,.22);
  padding-left: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 14px;
}

footer nav a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.2);
  margin-top: 20px;
  padding-top: 14px;
  font-size: 9px;
  opacity: .7;
}

@media(max-width:900px) {
  .global-nav {
    gap: 16px;
  }
  .global-nav>a:not(.header-cta) {
    display: none;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-copy {
    width: 70%;
  }
  .hero-badge {
    width: 220px;
  }
  .problem-grid,.reason-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .service-grid,.price-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact {
    grid-template-columns: 42% 58%;
  }
  .contact-form-panel {
    padding: 32px 26px;
  }
  .contact label:not(.privacy) {
    grid-template-columns: 95px minmax(0,1fr);
  }
  .footer-main {
    grid-template-columns: 1fr 1.6fr;
  }
  .footer-main nav {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 16px 0 0;
  }
}

@media(max-width:700px) {
  .wrap {
    width: min(100% - 30px,1120px);
  }
  .site-header {
    position: relative;
  }
  .header-row {
    height: 64px;
  }
  .brand {
    font-size: 11px;
  }
  .brand img {
    width: 80px;
    height: auto;
    display: block;
  }

  .menu-button {
    display: block;
    border: 0;
    border-radius: 6px;
    background: #0d62bd;
    color: #fff;
    padding: 9px 12px;
    font-weight: 800;
  }
  .global-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    z-index: 99;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    padding: 16px 18px 18px;
    box-shadow: 0 14px 28px rgba(6,45,95,.13);
  }
  .global-nav.open {
    display: flex;
  }
  .global-nav>a:not(.header-cta) {
    display: block;
  }
  .header-cta {
    text-align: center;
  }
  .hero {
    min-height: 560px;
  }
  .hero-photo {
    background-position: 61% center;
  }
  .hero-shade {
    background: linear-gradient(180deg,rgba(3,30,66,.80) 0%,rgba(3,34,73,.72) 52%,rgba(3,31,67,.84) 100%);
  }
  .hero-content {
    min-height: 560px;
    display: block;
    padding-top: 52px;
    padding-bottom: 38px;
  }
  .hero-copy {
    width: 100%;
  }
  .hero h1 {
    font-size: 36px;
    line-height: 1.42;
  }
  .hero-lead,.hero-note {
    font-size: 12px;
  }
  .hero-lead br,.hero-note br {
    display: none;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .btn {
    min-width: 0;
    padding: 13px 11px;
    gap: 10px;
  }
  .hero-badge {
    display: none;
  }
  .problems,.services,.pricing,.reasons {
    padding: 42px 0;
  }
  .section-title {
    font-size: 28px;
  }
  .side-caption {
    display: none;
  }
  .problem-grid,.reason-grid {
    grid-template-columns: 1fr;
  }
  .service-grid,.price-grid {
    margin-top: 29px;
  }
  .service-image-label_b {
    top: 10px;
    left: 10px;
    padding: 8px 18px;
    font-size: 15px;
  }
  .service-image-label_g {
    top: 10px;
    left: 10px;
    padding: 8px 18px;
    font-size: 15px;
  }
  .price strong {
    font-size: 39px;
  }
  .cta-content {
    padding: 40px 18px 44px;
  }
  .cta-content h2 {
    font-size: 28px;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .contact-visual {
    min-height: 260px;
  }
  .contact-visual-copy {
    min-height: 260px;
    padding: 30px;
  }
  .contact-visual-copy p {
    font-size: 25px;
  }
  .contact-visual-copy strong {
    font-size: 25px;
  }
  .contact-visual-copy small {
    margin-top: 30px;
  }
  .contact-form-panel {
    padding: 31px 20px 34px;
  }
  .contact-form-inner h2 {
    font-size: 26px;
  }
  .contact label:not(.privacy) {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .textarea-row>span {
    padding-top: 0;
  }
  .contact button {
    width: 100%;
    min-width: 0;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .company-info,footer nav {
    border-left: 0;
    padding-left: 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .footer-brand img {
    width: 165px;
  }
}
