:root {
  --blue: #003f7f;
  --bg: #e8edf3;
  --text: #39302f;
  --line: #d7dce2;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  background: var(--white);
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--bg);
}

.header-inner {
  width: min(100%, 1440px);
  min-height: 103px;
  margin: 0 auto;
  padding: 12px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.logo-crop {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.logo-crop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav-menu li {
  margin: 0;
}

.site-nav a {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.menu-button {
  display: none;
}

.hero {
  min-height: 723px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62)),
    url("../images/hero-bg.png") center 42% / cover no-repeat;
}

.hero-inner {
  width: min(100%, 1440px);
  min-height: 723px;
  margin: 0 auto;
  padding: 100px 92px 100px 93px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.hero-copy {
  max-width: 680px;
}

.area {
  margin: 0 0 20px;
  font-size: 20px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(42px, 4.45vw, 64px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.hero-highlight,
.section-title h2 span,
.concept h2 span {
  color: var(--blue);
}

.lead {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 56px;
}

.button {
  min-width: 204px;
  padding: 16px 38px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--blue);
}

.button.secondary {
  color: var(--blue);
  background: var(--white);
}

.hours-card {
  width: 362px;
  margin-bottom: 24px;
  padding: 38px 46px 39px;
  border-radius: 8px;
  color: var(--blue);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.hours-card p,
.hours-card span {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.hours-card strong {
  display: block;
  margin: 8px 0;
  font-size: 32px;
  line-height: 1.45;
}

.section-inner {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 100px 0;
}

.section-inner.narrow {
  width: min(100% - 48px, 840px);
}

.section-inner.compact {
  width: min(100% - 48px, 1100px);
}

.section-blue {
  background: var(--bg);
}

.section-title {
  margin-bottom: 48px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.concept {
  background: url("../images/concept-bg.png") center / cover no-repeat;
  text-align: center;
}

.concept .section-inner {
  padding: 100px 0;
}

.concept p:last-child {
  margin: 48px 0 0;
  text-align: left;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.14));
}

.reason-card {
  min-height: 382px;
  padding: 32px 38px 40px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
}

.number {
  display: inline-grid;
  min-width: 57px;
  height: 57px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.reason-icon,
.service-image,
.flow-icon {
  display: block;
  background-repeat: no-repeat;
}

.reason-icon {
  width: 260px;
  height: 240px;
  margin: 0 auto 16px;
  background-position: center;
  background-size: contain;
}

.reason-icon-1 {
  background-image: url("../images/reason-quick.png");
}

.reason-icon-2 {
  background-image: url("../images/reason-office.png");
}

.reason-icon-3 {
  background-image: url("../images/reason-woman.png");
}

.reason-card h3 {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 32px;
  line-height: 1.35;
  text-align: center;
}

.reason-card p,
.service-card p,
.flow-grid p,
.faq-list p,
.office-lead,
.contact-lead {
  margin: 0;
  font-size: 16px;
}

.service-list {
  display: grid;
  gap: 32px;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.1));
}

.service-card {
  min-height: 247px;
  padding: 8px 70px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 610px) 276px;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background: var(--white);
}

.service-card.reverse {
  grid-template-columns: 276px minmax(0, 528px);
}

.service-copy {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.service-card h3 {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 32px;
  line-height: 1.35;
}

.service-image {
  width: 276px;
  height: 231px;
  background-image: url("../images/service-illust.png");
  background-size: 872px 1090px;
}

.service-image-1 {
  background-position: -26px -168px;
}

.service-image-2 {
  background-position: -307px -172px;
}

.service-image-3 {
  background-position: -590px -170px;
}

.price .section-inner {
  padding-top: 44px;
}

.table-wrap {
  overflow-x: auto;
  border-radius: 5px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.08);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--white);
  font-weight: 700;
}

th,
td {
  padding: 23px 60px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  background: #f4f4f5;
}

td:last-child {
  color: var(--blue);
  font-size: 32px;
  text-align: right;
}

.flow-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 58px;
}

.flow-grid li {
  text-align: center;
}

.flow-grid li > span:first-child {
  display: block;
  padding: 8px 16px;
  border-radius: 5px;
  color: var(--white);
  background: var(--blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.flow-grid h3 {
  margin: 24px 0 16px;
  font-size: 24px;
}

.flow-icon {
  width: 210px;
  height: 210px;
  margin: 0 auto 24px;
  background-image: url("../images/flow-steps.png");
  background-size: 840px 1050px;
}

.flow-icon-1 {
  background-position: 0 -194px;
}

.flow-icon-2 {
  background-position: -210px -194px;
}

.flow-icon-3 {
  background-position: -420px -194px;
}

.flow-icon-4 {
  background-position: -630px -194px;
}

.faq-list {
  display: grid;
  gap: 24px;
}

.faq-list details {
  padding: 34px 58px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.faq-list summary::marker {
  content: "";
}

.faq-list summary::before {
  content: "▼";
  margin-right: 8px;
}

.faq-list details:not([open]) summary::before {
  content: "▶";
}

.faq-list p {
  margin-top: 18px;
}

.office {
  background: url("../images/office-bg.png") center / cover no-repeat;
  text-align: center;
}

.office-lead {
  margin-bottom: 56px;
}

.office-table {
  width: min(100%, 680px);
  margin: 0 auto;
  text-align: left;
}

.office-table div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 36px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(57, 48, 47, 0.7);
}

.office-table dt,
.office-table dd {
  margin: 0;
  font-weight: 700;
}

.office-table dt {
  font-size: 20px;
}

.office-table dd {
  font-size: 24px;
  overflow-wrap: anywhere;
}

.office-table a {
  font-weight: 700;
  white-space: nowrap;
}

.contact-lead {
  margin: -10px 0 48px;
  text-align: center;
}

.contact-form {
  width: min(100%, 830px);
  margin: 0 auto;
  padding: 60px 115px 67px;
  border-radius: 30px;
  background: var(--white);
}

.contact-form label {
  display: block;
  margin-bottom: 20px;
}

.contact-form span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.contact-form em {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 2px;
  color: var(--white);
  background: var(--blue);
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: var(--text);
  background: #f4f4f5;
  font: inherit;
}

.contact-form input {
  height: 52px;
  padding: 0 20px;
}

.contact-form textarea {
  min-height: 200px;
  padding: 16px 20px;
  resize: vertical;
}

.contact-form ::placeholder {
  color: #a8a8a8;
}

.contact-form button {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.site-footer {
  padding: 24px 20px;
  display: grid;
  gap: 16px;
  place-items: center;
  color: var(--white);
  background: var(--text);
  text-align: center;
}

.site-footer a {
  font-size: 16px;
  text-decoration: none;
}

.site-footer small {
  font-size: 14px;
}

@media (max-width: 1100px) {
  .header-inner {
    min-height: 84px;
    padding: 12px 24px;
  }

  .brand {
    font-size: 20px;
  }

  .logo-crop {
    width: 62px;
    height: 62px;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav-menu {
    gap: 18px;
  }

  .site-nav a {
    font-size: 18px;
  }

  .hero-inner {
    padding: 80px 32px;
    align-items: flex-start;
    flex-direction: column;
  }

  .hours-card {
    margin: 0;
  }

  .reason-grid,
  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card,
  .service-card.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px;
  }

  .service-card.reverse .service-image {
    order: 2;
  }

  .service-image {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    font-size: 16px;
    gap: 12px;
  }

  .logo-crop {
    width: 66px;
    height: 66px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 6px;
    display: grid;
    place-content: center;
    gap: 5px;
    background: transparent;
  }

  .menu-button span {
    width: 26px;
    height: 2px;
    background: var(--blue);
  }

  .site-nav {
    position: absolute;
    inset: 72px 0 auto;
    display: none;
    padding: 18px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    background: var(--bg);
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.08);
  }

  .site-nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero {
    background-position: 58% center;
  }

  .hero-inner {
    padding: 56px 24px 64px;
  }

  .hero h1 {
    font-size: clamp(38px, 10vw, 46px);
    line-height: 1.55;
  }

  .hero-line {
    white-space: nowrap;
  }

  .area,
  .lead,
  .button,
  .hours-card p,
  .hours-card span {
    font-size: 16px;
  }

  .lead br {
    display: none;
  }

  .hero-actions {
    margin-top: 36px;
    gap: 14px;
  }

  .button,
  .hours-card {
    width: 100%;
  }

  .hours-card {
    padding: 26px;
  }

  .hours-card strong {
    font-size: 26px;
  }

  .section-inner,
  .section-inner.narrow,
  .section-inner.compact {
    width: min(100% - 32px, 640px);
    padding: 64px 0;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .eyebrow {
    font-size: 18px;
  }

  .concept p:last-child {
    margin-top: 28px;
  }

  .reason-grid,
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reason-card {
    padding: 28px 24px 32px;
  }

  .reason-card h3,
  .service-card h3 {
    font-size: 26px;
  }

  .service-copy {
    gap: 18px;
    flex-direction: column;
  }

  .service-card,
  .service-card.reverse {
    padding: 28px 20px;
  }

  .number {
    min-width: 48px;
    height: 48px;
    font-size: 18px;
  }

  th,
  td {
    padding: 18px 20px;
  }

  td:last-child {
    font-size: 24px;
  }

  .faq-list details {
    padding: 24px 20px;
  }

  .faq-list summary {
    font-size: 19px;
  }

  .office-table div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  .office-table dt {
    font-size: 15px;
  }

  .office-table dd {
    font-size: 20px;
  }

  .office-table a {
    white-space: normal;
  }

  .contact-form {
    padding: 36px 20px 40px;
    border-radius: 18px;
  }

  .site-footer small {
    font-size: 12px;
  }
}

.contact-form .wpcf7-form p {
  margin: 0;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
}

.contact-form input[type="submit"] {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.contact-form .wpcf7-form {
  display: grid;
  gap: 20px;
}

.contact-form .wpcf7-form p {
  margin: 0;
}

.contact-form .wpcf7-form br {
  display: none;
}