@charset "UTF-8";
/* --------------------------------

  Webフォント

-------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Zen+Old+Mincho:wght@500;700&display=swap");
:root {
  --navy: #12295b;
  --deep-blue: #02046a;
  --blue: #006fa8;
  --line-green: #00b900;
  --text: #222;
  --muted: #555;
  --light: #f9f9fb;
  --border: #ddd;
  --font-gothic: "Noto Sans JP", sans-serif;
  --font-mincho: "Zen Old Mincho", serif;
}

html {
  min-width: 320px;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body.page-noguchi {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  font-family: var(--font-gothic);
  font-size: 1.6rem;
  line-height: 1.75;
  background: #fff;
}

.page-noguchi *,
.page-noguchi *::before,
.page-noguchi *::after {
  box-sizing: border-box;
}
.page-noguchi :where(h1, h2, h3, p, figure, dl, dd, ul) {
  margin: 0;
}
.page-noguchi :where(ul, ol) {
  padding: 0;
}
.page-noguchi :where(button, input, textarea, select) {
  color: inherit;
  font: inherit;
}
.page-noguchi :where(button) {
  padding: 0;
  border: 0;
  background: none;
}
.page-noguchi :where(a) {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.page-noguchi :where(a):hover {
  opacity: 0.72;
}
.page-noguchi :where(a):focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}
.page-noguchi :where(button):focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}
.page-noguchi :where(img, svg) {
  display: block;
}
.page-noguchi :where([hidden]) {
  display: none !important;
}

.site-shell {
  width: 100%;
  overflow: clip;
  background: #fff;
}

.site-header {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: clamp(12px, 6vw - 60px, 36px);
  width: 100%;
  height: 110px;
  padding: 0 clamp(16px, 3.5vw - 26px, 30px);
  background: #fff;
}

.site-logo {
  position: relative;
  width: 370px;
  height: 70px;
  flex: 0 0 auto;
  font-family: var(--font-mincho);
  font-weight: 700;
}
.site-logo__name {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 3.4rem;
  line-height: 34px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.site-logo__firm {
  position: absolute;
  top: 45px;
  left: 0;
  width: 255px;
  height: 25px;
  padding-top: 3px;
  color: var(--muted);
  font-size: 1.8rem;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  background: #f3f3f3;
}
.site-logo__badge {
  position: absolute;
  top: 0;
  left: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 70px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-align: center;
  background: var(--navy);
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 8vw - 84px, 44px);
  margin-left: auto;
}
.global-nav__link {
  color: #333;
  font-size: clamp(1.4rem, 0.5vw + 0.8rem, 1.6rem);
  font-weight: 500;
  white-space: nowrap;
}

.header-tel {
  flex: 0 0 auto;
}
.header-tel__number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  height: 34px;
  font-family: var(--font-mincho);
  font-size: clamp(2.5rem, 2.25vw - 0.2rem, 3.4rem);
  font-weight: 700;
  line-height: 34px;
  white-space: nowrap;
}
.header-tel__number img {
  width: 23px;
  height: 24px;
  margin-bottom: 2px;
  color: var(--text);
  -o-object-fit: contain;
     object-fit: contain;
}
.header-tel__hours {
  width: 100%;
  padding-top: 3px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-weight: 700;
  background: var(--blue);
}
.contact-button:hover {
  opacity: 1;
  filter: brightness(1.12);
}
.contact-button--header {
  width: clamp(165px, 13.75vw, 220px);
  height: 62px;
  flex: 0 0 auto;
  font-size: clamp(1.4rem, 0.75vw + 0.5rem, 1.7rem);
}
.contact-button--large {
  width: 420px;
  height: 109px;
  font-size: 2.4rem;
}

.mail-icon {
  width: 20px;
  height: 15.5px;
}
.mail-icon--large {
  width: 28px;
  height: 22px;
}

.sp-menu-button,
.sp-header-mail,
.sp-drawer-nav,
.sp-nav-screen,
.sp-contact-bar {
  display: none;
}

@media (min-width: 1200px) {
  .site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    animation: header-slide-down 0.4s ease both;
  }
  .site-header.fixed ~ main {
    padding-top: 110px;
  }
}
@keyframes header-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 690px;
  overflow: hidden;
  background: #d9d9d9;
}
.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 44%;
     object-position: center 44%;
}
.hero__copy {
  position: absolute;
  top: 170px;
  left: 50%;
  width: min(1250px, 100% - 80px);
  height: 320px;
  overflow: hidden;
  font-family: var(--font-mincho);
  font-weight: 700;
  text-align: center;
  transform: translateX(-50%);
}
.hero__copy::before {
  position: absolute;
  inset: 0;
  opacity: 0.67;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 15%, #fff 85%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.hero__copy::after {
  position: absolute;
  top: 199px;
  left: 18%;
  width: 64%;
  height: 1px;
  background: var(--navy);
  content: "";
}
.hero__lead, .hero__title, .hero__name {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-shadow: 0 0 12px #fff;
}
.hero__lead {
  top: 60px;
  font-size: 2.8rem;
  line-height: 34px;
  letter-spacing: 0.03em;
}
.hero__title {
  top: 116px;
  font-size: 5.8rem;
  line-height: 64px;
  letter-spacing: 0.02em;
}
.hero__title span {
  color: #17338f;
}
.hero__name {
  top: 230px;
  font-size: 3.2rem;
  line-height: 34px;
  letter-spacing: 0.03em;
}

.service {
  display: grid;
  grid-template-columns: 465px 1fr;
  grid-template-areas: "heading lead" "grid grid";
  gap: 80px 85px;
  width: min(1250px, 100% - 80px);
  margin: 101px auto 144px;
}
.service__heading {
  grid-area: heading;
  width: 465px;
  font-family: var(--font-mincho);
  font-weight: 700;
}
.service__en {
  font-size: 9.2rem;
  line-height: 64px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.service__jp {
  margin-top: 33px;
  color: var(--deep-blue);
  font-size: 2.2rem;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.service__lead {
  grid-area: lead;
  align-self: start;
  font-size: 1.6rem;
  line-height: 28px;
}
.service__grid {
  display: grid;
  grid-area: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.service-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 620/350;
  overflow: hidden;
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.service-card h3 {
  position: absolute;
  bottom: 40px;
  left: 50px;
  color: #fff;
  font-family: var(--font-mincho);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.03em;
}

.knowledge {
  position: relative;
  width: 100%;
  padding-bottom: 93px;
  overflow: hidden;
}
.knowledge__background {
  display: none;
}
.knowledge__veil {
  position: absolute;
  inset: 17px 0 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/top/knowledge-bg.jpg") center/cover no-repeat;
}
.knowledge__heading {
  position: relative;
  z-index: 1;
  width: min(1170px, 100% - 80px);
  margin: 0 auto;
  font-family: var(--font-mincho);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0.02em;
  text-align: center;
}
.knowledge__tabs {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 78px auto 0;
}
.knowledge__tab {
  width: 147px;
  height: 45px;
  flex: 0 0 147px;
  font-family: var(--font-mincho);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
.knowledge__tab--active {
  color: #fff;
  background: var(--blue);
}
.knowledge__tab--inactive {
  color: #888;
  box-shadow: inset 0 0 0 1px #ccc;
  background: #fff;
}
.knowledge__panel {
  position: relative;
  z-index: 1;
  width: min(1250px, 100% - 80px);
  margin: 38px auto 0;
}
.knowledge__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.knowledge-card {
  min-width: 0;
  padding: 23px 25px 35px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.knowledge-card__head {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  align-items: start;
}
.knowledge-card__dot {
  width: 10px;
  height: 10px;
  margin-top: 11px;
  background: var(--deep-blue);
}
.knowledge-card h3 {
  font-family: var(--font-mincho);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28px;
}
.knowledge-card p {
  margin-top: 15px;
  color: #000;
  font-size: 1.5rem;
  line-height: 25px;
}

.knowledge-keywords {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 30px auto 0;
  padding: 38px 60px 59px;
  background: #fff;
}
.knowledge-keywords h3 {
  font-family: var(--font-mincho);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
}
.knowledge-keywords__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px 11px;
  margin-top: 35px;
}
.knowledge-keywords__grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 35px;
  padding: 6px 8px;
  color: var(--muted);
  font-family: var(--font-mincho);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  overflow-wrap: anywhere;
  background: #f5f5f5;
}

.lawyer {
  display: grid;
  grid-template-columns: minmax(0, 799px) 260px;
  grid-template-areas: "heading heading" "body portrait";
  -moz-column-gap: 121px;
       column-gap: 121px;
  row-gap: 45px;
  position: relative;
  width: min(1180px, 100% - 80px);
  margin: 104px auto 116px;
}
.lawyer__heading {
  grid-area: heading;
  width: 477px;
  margin: 0 auto;
  font-family: var(--font-mincho);
  font-weight: 700;
  text-align: center;
}
.lawyer__heading p {
  font-size: 7.2rem;
  line-height: 64px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.lawyer__heading h2 {
  margin-top: 23px;
  color: var(--deep-blue);
  font-size: 2.2rem;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.lawyer__body {
  grid-area: body;
  min-width: 0;
}
.lawyer__message {
  font-family: var(--font-mincho);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 50px;
}
.lawyer__lead {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 36px;
}
.lawyer__details {
  display: grid;
  grid-template-columns: 290px minmax(0, 470px);
  gap: 39px;
  margin-top: 58px;
}
.lawyer__portrait {
  grid-area: portrait;
  width: 260px;
}
.lawyer__portrait img {
  width: 260px;
  height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lawyer__portrait figcaption {
  margin-top: 20px;
  font-family: var(--font-mincho);
  text-align: center;
}
.lawyer__portrait figcaption strong,
.lawyer__portrait figcaption span {
  display: block;
}
.lawyer__portrait figcaption strong {
  font-size: 2.8rem;
  line-height: 30px;
  letter-spacing: 0.02em;
}
.lawyer__portrait figcaption span {
  margin-top: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.profile-block h3 {
  position: relative;
  padding: 6px 10px 6px 26px;
  font-family: var(--font-mincho);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
  box-shadow: inset 0 0 0 1px #ddd;
}
.profile-block h3::before {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 6px;
  height: 25px;
  background: var(--navy);
  content: "";
}
.profile-block ul {
  margin-top: 14px;
  list-style: none;
}
.profile-block li {
  position: relative;
  padding-left: 18px;
  font-size: 1.5rem;
  line-height: 36px;
}
.profile-block li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.profile-block--history li {
  display: grid;
  grid-template-columns: 72px 1fr;
}

.office {
  position: relative;
  width: 100%;
  padding: 73px 0 110px;
  overflow: hidden;
  color: #fff;
}
.office__background, .office__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.office__background {
  -o-object-fit: cover;
     object-fit: cover;
}
.office__veil {
  background: rgba(34, 34, 34, 0.6);
}
.office__heading {
  position: relative;
  z-index: 1;
  width: 477px;
  margin: 0 auto;
  font-family: var(--font-mincho);
  font-weight: 700;
  text-align: center;
}
.office__heading p {
  font-size: 9.2rem;
  line-height: 64px;
  letter-spacing: 0.08em;
}
.office__heading h2 {
  margin-top: 34px;
  font-size: 2.2rem;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.office__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 600px));
  gap: 19px 50px;
  width: min(1250px, 100% - 80px);
  margin: 60px auto 0;
}
.office__row {
  display: grid;
  grid-template-columns: 121px 1fr;
  align-items: center;
  min-width: 0;
  padding: 12px 9px 20px;
  border-bottom: 1px solid #bbb;
}
.office__row dt,
.office__row dd {
  min-width: 0;
  font-size: 1.7rem;
  line-height: 25px;
}
.office__row dt {
  font-weight: 500;
}
.office__row dd {
  font-weight: 400;
}

.page-noguchi .access-map {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #d9d9d9;
}
.page-noguchi .access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.line-consultation {
  position: relative;
  width: 100%;
  padding: 73px 0 306px;
  background: var(--light);
}
.line-consultation__inner {
  width: 482px;
  margin: 0 auto;
}
.line-consultation h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #17338f;
  font-family: var(--font-mincho);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.05em;
}
.line-consultation h2 img {
  width: 45px;
  height: 45px;
}
.line-consultation__inner > p {
  margin-top: 22px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: center;
}
.line-consultation__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 31px;
}
.line-consultation__qr {
  width: 182px;
  height: 182px;
  padding: 1px;
  box-shadow: inset 0 0 0 1px #ddd;
}
.line-consultation__qr img {
  width: 180px;
  height: 180px;
  image-rendering: pixelated;
}
.line-consultation__action {
  width: 261px;
}
.line-consultation__id {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--navy);
}
.line-consultation__id span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 33px;
  flex: 0 0 105px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px #cad3e0;
  background: #eceef3;
}
.line-consultation__id strong {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 26px;
  text-decoration: underline;
  white-space: nowrap;
}

.line-add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 260px;
  height: 60px;
  margin-top: 27px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 5px;
  background: var(--line-green);
  cursor: pointer;
}
.line-add-button img {
  width: 34px;
  height: 32px;
}

.contact-panel {
  position: relative;
  z-index: 5;
  width: min(1250px, 100% - 80px);
  margin: -199px auto -151px;
  padding: 47px 92px;
  border-radius: 15px;
  background: #fff;
}
.contact-panel > h2 {
  width: 100%;
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
.contact-panel > h2 span {
  color: #17338f;
}
.contact-panel__body {
  display: grid;
  grid-template-columns: minmax(0, 507px) 1px minmax(300px, 420px);
  gap: 69px;
  align-items: center;
  margin-top: 27px;
}
.contact-panel__tel {
  text-align: center;
}
.contact-panel__tel > p:first-child {
  font-family: var(--font-mincho);
  font-size: 2rem;
  font-weight: 700;
  line-height: 45px;
}
.contact-panel__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--font-mincho);
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.contact-panel__number img {
  width: 42px;
  height: 44px;
}
.contact-panel__hours {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20px;
}
.contact-panel__divider {
  width: 1px;
  height: 153px;
  background: #d9d9d9;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 490px;
  color: #fff;
  background: var(--navy);
}

@media (min-width: 768px) {
  .site-footer--under {
    height: 339px;
  }
  .site-footer--under .footer-logo {
    top: 60px;
  }
  .site-footer--under .footer-nav {
    top: 78px;
  }
}
.footer-logo {
  position: absolute;
  top: 211px;
  left: max(40px, 50% - 625px);
  width: 370px;
  height: 123px;
  font-family: var(--font-mincho);
  font-weight: 700;
}
.footer-logo__name {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 3.4rem;
  line-height: 34px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.footer-logo__firm {
  position: absolute;
  top: 45px;
  left: 0;
  width: 255px;
  height: 25px;
  padding-top: 3px;
  color: var(--deep-blue);
  font-size: 1.8rem;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  background: #fff;
}
.footer-logo__badge {
  position: absolute;
  top: 0;
  left: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 70px;
  font-size: 1.4rem;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-align: center;
  box-shadow: inset 0 0 0 1px #fff;
}
.footer-logo p {
  position: absolute;
  top: 103px;
  left: 0;
  font-family: var(--font-gothic);
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}

.footer-nav {
  position: absolute;
  top: 229px;
  right: max(40px, 50% - 614px);
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 13px 30px;
}
.footer-nav a {
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.footer-nav a::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 6px;
  background: currentColor;
  clip-path: polygon(0 0, 50% 60%, 100% 0, 100% 22%, 50% 100%, 0 22%);
  content: "";
}

.footer-copy {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  min-height: 49px;
  padding: 16px 20px 0;
  font-size: 1.3rem;
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #fff;
}
.footer-copy small {
  font-size: inherit;
}

@media (max-width: 1199px) {
  .site-header {
    position: sticky;
    top: 0;
    display: block;
    height: 68px;
    padding: 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  }
  .global-nav,
  .header-tel,
  .contact-button--header {
    display: none;
  }
  .site-logo {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 220px;
    height: 52px;
    transform: translateX(-50%);
  }
  .site-logo__name {
    top: 0;
    left: 50%;
    font-size: 1.9rem;
    line-height: 24px;
    transform: translateX(-50%);
  }
  .site-logo__firm {
    top: 27px;
    left: 50%;
    width: 170px;
    height: 20px;
    padding-top: 2px;
    font-size: 1.2rem;
    line-height: 16px;
    transform: translateX(-50%);
  }
  .site-logo__badge {
    display: none;
  }
  .sp-menu-button,
  .sp-header-mail {
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 68px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .sp-menu-button {
    left: 0;
    width: 60px;
    color: var(--navy);
  }
  .sp-menu-button__icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 24px;
    margin-bottom: 7px;
  }
  .sp-menu-button__icon span {
    width: 100%;
    height: 2px;
    background: currentColor;
  }
  .sp-header-mail {
    right: 0;
    width: 66px;
    color: #fff;
    background: var(--navy);
  }
  .sp-header-mail img {
    width: 22px;
    height: 18px;
    margin-bottom: 6px;
  }
  .sp-drawer-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -250px;
    display: block;
    width: 250px;
    height: 100dvh;
    background: #fff;
    transition: left 0.3s ease;
  }
  .sp-drawer-nav__list {
    list-style: none;
  }
  .sp-drawer-nav li {
    border-bottom: 1px solid #e5e5e5;
  }
  .sp-drawer-nav__link {
    display: flex;
    align-items: center;
    min-height: 61px;
    padding: 0 22px;
    color: #333;
    font-family: var(--font-mincho);
    font-size: 1.5rem;
    font-weight: 700;
  }
  .sp-nav-close-button {
    position: absolute;
    top: 0;
    left: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 68px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    background: var(--navy);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .sp-nav-close-button__icon {
    position: relative;
    width: 25px;
    height: 25px;
    margin-bottom: 3px;
  }
  .sp-nav-close-button__icon::before, .sp-nav-close-button__icon::after {
    position: absolute;
    top: 11px;
    left: 0;
    width: 25px;
    height: 2px;
    background: currentColor;
    content: "";
  }
  .sp-nav-close-button__icon::before {
    transform: rotate(45deg);
  }
  .sp-nav-close-button__icon::after {
    transform: rotate(-45deg);
  }
  .sp-nav-screen {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  html.nav-open {
    overflow: hidden;
  }
  html.nav-open .sp-drawer-nav {
    left: 0;
  }
  html.nav-open .sp-nav-screen {
    visibility: visible;
    opacity: 1;
  }
  html.nav-open .sp-nav-close-button {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .hero {
    height: 600px;
  }
  .hero__copy {
    top: 140px;
  }
  .hero__lead {
    font-size: clamp(2.2rem, 3vw, 2.8rem);
  }
  .hero__title {
    font-size: clamp(5rem, 6.5vw, 5.8rem);
  }
  .service {
    grid-template-columns: minmax(300px, 40%) 1fr;
    gap: 55px 40px;
    width: calc(100% - 64px);
    min-height: 0;
    margin: 80px auto 110px;
  }
  .service__heading {
    width: auto;
  }
  .service__en {
    font-size: clamp(6rem, 8vw, 8.5rem);
  }
  .service-card h3 {
    bottom: clamp(22px, 3vw, 30px);
    left: clamp(24px, 4vw, 36px);
    font-size: clamp(2.4rem, 3.3vw, 3.2rem);
    line-height: 1.25;
  }
  .knowledge {
    padding-bottom: 82px;
  }
  .knowledge__heading {
    width: calc(100% - 64px);
  }
  .knowledge__panel {
    width: calc(100% - 64px);
  }
  .knowledge__grid {
    gap: 16px;
  }
  .knowledge-card {
    padding: 20px;
  }
  .knowledge-keywords {
    padding-right: 35px;
    padding-left: 35px;
  }
  .lawyer {
    grid-template-columns: minmax(0, 1fr) 220px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: calc(100% - 64px);
    margin: 90px auto 100px;
  }
  .lawyer__details {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }
  .lawyer__portrait {
    width: 220px;
  }
  .lawyer__portrait img {
    width: 220px;
    height: auto;
  }
  .office {
    padding-bottom: 70px;
  }
  .office__list {
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: 1fr;
    width: calc(100% - 120px);
    margin: 60px auto 0;
    transform: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .site-footer {
    height: auto;
    min-height: 0;
    padding: 211px 40px 0;
  }
  .site-footer--under {
    padding-top: 70px;
  }
  .site-footer .footer-logo {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .site-footer .footer-nav {
    position: relative;
    top: auto;
    right: auto;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    width: min(650px, 100%);
    margin: 50px auto 0;
  }
  .site-footer .footer-copy {
    position: relative;
    bottom: auto;
    width: auto;
    margin: 55px -40px 0;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 1199px) {
  .contact-panel {
    width: calc(100% - 80px);
    padding-right: 50px;
    padding-left: 50px;
  }
  .contact-panel__body {
    grid-template-columns: minmax(0, 1fr) 1px minmax(280px, 36%);
    gap: 35px;
  }
  .contact-panel__number {
    font-size: clamp(4.3rem, 5vw, 6.2rem);
  }
  .contact-panel .contact-button--large {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .contact-panel {
    padding: 40px;
  }
  .contact-panel__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-panel__number {
    font-size: clamp(3.5rem, 6vw, 4.6rem);
  }
  .contact-panel__divider {
    width: 100%;
    height: 1px;
  }
  .contact-panel .contact-button--large {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.page-noguchi {
    padding-bottom: 60px;
    font-size: 1.5rem;
  }
  .hero {
    height: 470px;
  }
  .hero__image {
    -o-object-position: 56% center;
       object-position: 56% center;
  }
  .hero__copy {
    top: 74px;
    width: calc(100% - 32px);
    height: 285px;
  }
  .hero__copy::before {
    opacity: 0.74;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), #fff 14%, #fff 86%, rgba(255, 255, 255, 0.15));
  }
  .hero__copy::after {
    top: 180px;
    left: 10%;
    width: 80%;
  }
  .hero__lead, .hero__title, .hero__name {
    width: calc(100% - 32px);
    white-space: normal;
  }
  .hero__lead {
    top: 42px;
    width: 80%;
    font-size: clamp(1.5rem, 4.4vw, 1.9rem);
    line-height: 1.8;
  }
  .hero__title {
    top: 112px;
    width: calc(100% - 16px);
    font-size: clamp(2.2rem, 7vw, 4rem);
    line-height: 1.35;
    white-space: nowrap;
  }
  .hero__name {
    top: 207px;
    font-size: clamp(2.4rem, 4.5vw, 3rem);
    line-height: 1.4;
  }
  .service {
    display: block;
    width: calc(100% - 40px);
    margin: 58px auto 72px;
  }
  .service__heading {
    width: 100%;
    height: auto;
  }
  .service__en {
    font-size: clamp(5.2rem, 17vw, 7.2rem);
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .service__jp {
    margin-top: 14px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .service__lead {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .service__lead br {
    display: none;
  }
  .service__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }
  .service-card {
    aspect-ratio: 1.55;
  }
  .service-card h3 {
    bottom: 24px;
    left: 24px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .knowledge {
    height: auto;
    min-height: 0;
    padding: 55px 20px 64px;
  }
  .knowledge__veil {
    inset: 0;
  }
  .knowledge__heading {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.6;
    white-space: normal;
  }
  .knowledge__tabs {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 32px;
    transform: none;
  }
  .knowledge__tab {
    width: 100%;
    height: 43px;
    min-width: 0;
    font-size: 1.4rem;
    line-height: 43px;
  }
  .knowledge__panel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 28px;
    transform: none;
  }
  .knowledge__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .knowledge-card {
    height: auto;
    padding: 22px;
  }
  .knowledge-card p {
    display: block;
    overflow: visible;
    font-size: 1.4rem;
    line-height: 1.8;
    -webkit-line-clamp: initial;
  }
  .knowledge .knowledge-keywords {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 28px;
    padding: 28px 18px;
    transform: none;
  }
  .knowledge .knowledge-keywords h3 {
    font-size: 1.8rem;
  }
  .knowledge .knowledge-keywords__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }
  .lawyer {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: calc(100% - 40px);
    margin: 65px auto 75px;
  }
  .lawyer__heading {
    width: 100%;
  }
  .lawyer__heading p {
    font-size: clamp(5.2rem, 17vw, 7.2rem);
    line-height: 1;
  }
  .lawyer__heading h2 {
    margin-top: 14px;
    font-size: 1.8rem;
  }
  .lawyer__portrait {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    width: 220px;
    margin: 36px auto 0;
  }
  .lawyer__portrait img {
    width: 220px;
    height: auto;
  }
  .lawyer__body {
    position: relative;
    top: auto;
    left: auto;
    order: 3;
    width: 100%;
    margin-top: 38px;
  }
  .lawyer__message {
    font-size: 2.6rem;
    line-height: 1.7;
  }
  .lawyer__lead {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .lawyer__lead br {
    display: none;
  }
  .lawyer__details {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 38px;
  }
  .profile-block li {
    font-size: 1.4rem;
    line-height: 2;
  }
  .profile-block--history li {
    grid-template-columns: 62px 1fr;
    gap: 8px;
  }
  .office {
    padding: 58px 20px 62px;
  }
  .office__heading {
    width: 100%;
    margin: 0 auto;
  }
  .office__heading p {
    font-size: clamp(5.2rem, 17vw, 7.2rem);
    line-height: 1;
  }
  .office__heading h2 {
    margin-top: 18px;
    font-size: 1.8rem;
  }
  .office__list {
    width: 100%;
    margin-top: 45px;
    gap: 16px;
  }
  .office__row {
    grid-template-columns: 85px 1fr;
    padding: 0 0 14px;
  }
  .office__row dt,
  .office__row dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .access-map {
    height: 240px;
    margin-top: 0;
  }
  .line-consultation {
    padding: 58px 20px 64px;
  }
  .line-consultation__inner {
    width: 100%;
  }
  .line-consultation h2 {
    height: auto;
    gap: 10px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .line-consultation h2 img {
    width: 36px;
    height: 36px;
  }
  .line-consultation__inner > p {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .line-consultation__inner > p br {
    display: none;
  }
  .line-consultation__body {
    flex-direction: column;
    gap: 26px;
    margin-top: 30px;
  }
  .contact-panel {
    width: calc(100% - 40px);
    margin: 0 auto 55px;
    padding: 34px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(18, 41, 91, 0.08);
  }
  .contact-panel > h2 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .contact-panel > h2 br {
    display: none;
  }
  .contact-panel__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 25px;
  }
  .contact-panel__tel > p:first-child {
    font-size: 1.6rem;
    line-height: 2;
  }
  .contact-panel__number {
    gap: 3px;
    min-width: 0;
    font-size: clamp(2.6rem, 9vw, 4.8rem);
  }
  .contact-panel__number img {
    width: clamp(22px, 7vw, 30px);
    height: auto;
    flex-shrink: 0;
  }
  .contact-panel__hours {
    font-size: 1.3rem;
  }
  .contact-panel__divider {
    width: 100%;
    height: 1px;
  }
  .contact-panel .contact-button--large {
    width: 100%;
    height: 72px;
    font-size: 1.8rem;
  }
  .site-footer {
    height: auto;
    min-height: 440px;
    padding: 58px 20px 78px;
  }
  .footer-logo {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(64px, 20vw, 80px);
    grid-template-areas: "name badge" "firm badge" "address address";
    gap: 8px 14px;
    width: 100%;
    max-width: 370px;
    height: auto;
    margin: 0 auto;
    transform: none;
  }
  .footer-logo__name {
    position: static;
    grid-area: name;
    align-self: end;
    min-width: 0;
    font-size: clamp(2.2rem, 7.5vw, 3.4rem);
    line-height: 1.2;
  }
  .footer-logo__firm {
    position: static;
    grid-area: firm;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 25px;
    padding: 3px 5px;
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    line-height: 1.2;
  }
  .footer-logo__badge {
    position: static;
    grid-area: badge;
    width: 100%;
    height: 100%;
    min-height: 70px;
    font-size: clamp(1.1rem, 3.5vw, 1.4rem);
  }
  .footer-logo p {
    position: static;
    grid-area: address;
    margin-top: 12px;
    font-size: clamp(1.1rem, 3.4vw, 1.4rem);
    line-height: 1.7;
    white-space: normal;
  }
  .footer-nav {
    position: relative;
    top: auto;
    right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin-top: 20px;
  }
  .footer-copy {
    bottom: 18px;
    min-height: 55px;
    padding-top: 12px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .sp-contact-bar {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    height: 60px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
  }
  .sp-contact-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-contact-bar__mail {
    gap: 7px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    background: var(--navy);
  }
  .sp-contact-bar__mail img {
    width: 20px;
    height: 16px;
  }
  .sp-contact-bar__tel {
    gap: 7px;
    color: var(--navy);
    background: #fff;
  }
  .sp-contact-bar__tel > img {
    width: 20px;
    height: 22px;
  }
  .sp-contact-bar__tel span,
  .sp-contact-bar__tel strong,
  .sp-contact-bar__tel small {
    display: block;
  }
  .sp-contact-bar__tel strong {
    font-family: var(--font-mincho);
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .sp-contact-bar__tel small {
    margin-top: 3px;
    font-size: 0.9rem;
    line-height: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .page-noguchi *,
  .page-noguchi *::before,
  .page-noguchi *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.contact-form table {
  width: 100%;
}
.contact-form table tr {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}
.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-form table th {
  position: relative;
  display: block;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 17em;
    margin-bottom: 0;
    padding: 0.8em 1em;
  }
}
.contact-form table th .title {
  font-family: var(--font-mincho);
  font-weight: bold;
}
.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.9em;
  color: #fff;
  font-weight: 700;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.contact-form table th .require {
  background-color: #17338f;
}
.contact-form table th .option {
  background-color: #999;
}
.contact-form table td {
  display: block;
}
@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.8em 0 0.8em 1em;
  }
}
.contact-form table td input[type=text],
.contact-form table td input[type=email],
.contact-form table td input[type=tel] {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}
.contact-form table td input::-moz-placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td input::placeholder {
  font-size: 0.9em;
  color: #ccc;
}
.contact-form table td .full {
  width: 100%;
}
.contact-form table td .per60 {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}
.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-form table td textarea {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}
.contact-submit {
  margin-top: 1em;
  text-align: center;
}
.contact-submit .btn {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #17338f;
  border-radius: 5px;
  background-color: #17338f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-submit .btn:hover {
  opacity: 0.78;
  color: #fff;
  box-shadow: 0 8px 18px rgba(23, 51, 143, 0.2);
}
.contact-submit .btn:active {
  opacity: 0.65;
  transform: scale(0.98);
}/*# sourceMappingURL=noguchi.css.map */