@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #182233;
  background: #fff;
  font-family:
    'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Arial,
    sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

.narrow {
  max-width: 880px;
}

.skip {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 8px 14px;
  background: #fff;
  transform: translateY(-150%);
}
.skip:focus {
  transform: none;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid #d9dee5;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.header__inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.corp-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

.corp-logo__word {
  display: block;
  width: 88px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.78rem;
  font-weight: 600;
}
.nav a {
  text-decoration: none;
}

.nav__cta {
  padding: 9px 17px;
  color: #fff;
  background: #152238;
}

.menu {
  display: none;
  border: 0;
  background: none;
  font:
    700 0.72rem 'Helvetica Neue',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    YuGothic,
    Arial,
    sans-serif;
}

.back {
  font-size: 0.8rem;
  text-underline-offset: 5px;
}

.label {
  margin: 0 0 20px;
  color: #667080;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hero {
  padding-top: clamp(42px, 6vw, 76px);
  background: linear-gradient(180deg, #fff 0%, #fff 82%, #f4f6f8 82%);
}

.hero__inner {
  padding-bottom: clamp(58px, 7vw, 88px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  text-align: left;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.15rem, 2.9vw, 3rem);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.065em;
}
.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero__lead {
  margin: 30px 0 0;
  max-width: 570px;
  color: #465264;
}

.hero__actions {
  margin-top: 34px;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.hero__visual {
  min-width: 0;
  height: clamp(430px, 48vw, 610px);
  margin: 0;
  overflow: hidden;
  background: #e7e1d8;
}
.hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 66% center;
  object-position: 66% center;
}

.button {
  min-width: 190px;
  min-height: 52px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #152238;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  transition: 0.2s;
}

.button--primary {
  color: #fff;
  background: #152238;
}
.button--primary:hover {
  background: #243757;
}

.button--outline {
  background: #fff;
}
.button--outline:hover {
  background: #f4f6f8;
}

.button--light {
  color: #152238;
  background: #fff;
  border-color: #fff;
}

.hero__rule {
  min-height: 95px;
  padding: 0 max(24px, (100vw - 1120px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #667080;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.hero__rule span {
  white-space: nowrap;
}
.hero__rule i {
  height: 1px;
  flex: 1;
  background: #d9dee5;
}

.section {
  padding: clamp(76px, 10vw, 120px) 0;
}

.statement__grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 70px);
}

.statement h2,
.section-heading h2,
.advisory h2,
.contact h2 {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.055em;
}

.statement__grid > div > p {
  max-width: 690px;
  margin: 32px 0 0;
  color: #465264;
}

.services {
  background: #f4f6f8;
}

.section-heading {
  margin-bottom: clamp(42px, 6vw, 65px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.65fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: end;
}

.section-heading > p {
  margin: 0 0 8px;
  color: #465264;
}

.service-list {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
}

.service {
  container-type: inline-size;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(380px, 1.22fr);
  background: #fff;
  border: 1px solid #d9dee5;
}

.service__visual {
  min-height: 410px;
  position: relative;
  overflow: hidden;
  background: #eef1f4;
  display: grid;
  place-items: center;
}

.service__logo {
  width: min(92%, 620px);
  height: auto;
  display: block;
}

.audience {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  padding: 9px 15px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.audience--sell {
  background: #9a6900;
}

.audience--buy {
  background: #19775d;
}

.service__body {
  padding: clamp(36px, 5vw, 55px) clamp(30px, 5vw, 60px);
}

.service__for {
  margin: 0 0 20px;
  color: #667080;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.service h3 {
  margin: 0 0 24px;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.service__body > p:not(.service__for) {
  color: #465264;
}

.service ul {
  margin: 25px 0 31px;
  padding: 21px 0 0;
  list-style: none;
  border-top: 1px solid #d9dee5;
  font-size: 0.9rem;
}
.service ul li + li {
  margin-top: 4px;
}
.service ul li:before {
  content: '—';
  margin-right: 9px;
  color: #667080;
}

.arrow-link {
  font-size: 0.84rem;
  font-weight: 700;
  text-underline-offset: 5px;
}
.arrow-link span {
  margin-left: 9px;
}

.service__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 22px;
}

.service__line {
  min-width: 230px;
  padding-inline: 20px;
}

.button span,
.arrow-link span {
  display: inline-block;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.button span {
  margin-left: 9px;
}

.button:hover span,
.arrow-link:hover span {
  transform: translateX(6px);
}

.service--sell .service__visual {
  border-top: 3px solid #d99600;
}

.service--buy .service__visual {
  border-top: 3px solid #2b9c7b;
}

.advisory__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
}

.advisory__intro {
  max-width: 430px;
  margin-top: 30px;
  color: #465264;
}

.process {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #152238;
}

.process li {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  border-bottom: 1px solid #d9dee5;
}

.process li > span {
  color: #667080;
  font-size: 0.7rem;
  font-weight: 700;
}

.process h3 {
  margin: -5px 0 4px;
  font-size: 1.2rem;
}

.process p {
  margin: 0;
  color: #596575;
  font-size: 0.9rem;
}

.message {
  background: #f4f6f8;
}

.message__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}

.message__portrait {
  height: min(600px, 50vw);
  margin: 0;
  overflow: hidden;
  background: #dbe0dc;
}
.message__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 48%;
  object-position: center 48%;
}

.message__eyebrow {
  margin: -8px 0 18px;
  color: #667080;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.message h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.055em;
}

.message__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #152238;
  font-size: 1.05rem;
  font-weight: 600;
}

.message__body {
  margin-top: 28px;
  color: #465264;
  font-size: 0.9rem;
}
.message__body p {
  margin: 0;
}
.message__body p + p {
  margin-top: 16px;
}

.message__profile {
  margin-top: 34px;
  padding-top: 25px;
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
  gap: 28px;
  border-top: 1px solid #d9dee5;
}
.message__profile span,
.message__profile small {
  display: block;
  color: #667080;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.message__profile strong {
  margin: 8px 0 1px;
  display: block;
  font-size: 1.55rem;
  font-weight: 500;
}
.message__profile dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.message__profile dl > div {
  padding-left: 18px;
  border-left: 1px solid #d9dee5;
}
.message__profile dt {
  color: #667080;
  font-size: 0.68rem;
  font-weight: 700;
}
.message__profile dd {
  margin: 5px 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.message__note {
  margin-top: 28px;
  padding: 16px 18px;
  color: #465264;
  background: #fff;
  border-left: 3px solid #152238;
  font-size: 0.78rem;
}

.assurance {
  padding: 48px 0;
  color: #fff;
  background: #152238;
}

.assurance__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.assurance__grid > div {
  padding: 5px 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.assurance__grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.assurance__grid > div strong,
.assurance__grid > div span {
  display: block;
}
.assurance__grid > div strong {
  font-size: 1rem;
}
.assurance__grid > div span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
}

.contact {
  color: #fff;
  background: #21324d;
  text-align: center;
}

.contact .label {
  color: rgba(255, 255, 255, 0.6);
}

.contact__inner > p:not(.label) {
  margin: 27px auto 36px;
  color: rgba(255, 255, 255, 0.78);
}

.subhero {
  padding: 95px 0 70px;
  background: #f4f6f8;
  border-bottom: 1px solid #d9dee5;
}

.subhero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.subhero p:last-child {
  max-width: 650px;
  margin: 20px 0 0;
  color: #667080;
}

.subsection {
  padding: 90px 0;
}

.company-table {
  margin: 0;
  border-top: 1px solid #152238;
}

.company-table > div {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid #d9dee5;
}

.company-table dt {
  font-size: 0.76rem;
  font-weight: 700;
}

.company-table dd {
  margin: 0;
}

.company-table small {
  color: #667080;
}

.company-table a,
.legal a {
  text-underline-offset: 5px;
}

.legal > p:first-child {
  margin-top: 0;
}

.legal h2 {
  margin: 45px 0 10px;
  padding-top: 4px;
  font-size: 1.15rem;
}

.legal li + li {
  margin-top: 4px;
}

.legal aside {
  margin-top: 45px;
  padding: 22px 25px;
  background: #f4f6f8;
  border-left: 3px solid #152238;
  font-size: 0.85rem;
}

.footer {
  color: #fff;
  background: #0e192a;
}

.footer__top {
  padding: 58px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.corp-logo--footer {
  width: auto;
  height: auto;
}

.corp-logo--footer .corp-logo__word {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer nav {
  display: grid;
  gap: 6px;
  text-align: right;
}

.footer nav a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.76);
  text-underline-offset: 4px;
}

.footer__bottom {
  padding: 18px 0 23px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
}

.footer--simple {
  margin-top: 0;
}

.footer--simple .footer__bottom a {
  color: rgba(255, 255, 255, 0.8);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease var(--delay, 0ms),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .hero__content {
    max-width: 720px;
  }
  .hero__visual {
    height: clamp(340px, 58vw, 520px);
  }
}
@media (max-width: 800px) {
  .container {
    width: min(100% - 32px, 680px);
  }
  .header__inner {
    height: 66px;
  }
  .menu {
    display: block;
  }
  .nav {
    position: absolute;
    inset: 66px 0 auto;
    padding: 23px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-bottom: 1px solid #d9dee5;
  }
  .nav.is-open {
    display: flex;
  }
  .nav__cta {
    text-align: center;
  }
  .hero {
    padding-top: clamp(58px, 11vw, 75px);
  }
  .hero__inner {
    padding-bottom: clamp(60px, 11vw, 75px);
    gap: 34px;
  }
  .hero h1 {
    font-size: clamp(1.72rem, 7vw, 3.25rem);
  }
  .hero__visual {
    height: clamp(270px, 66vw, 420px);
  }
  .hero__lead br {
    display: none;
  }
  .hero__rule {
    overflow: hidden;
    justify-content: center;
  }
  .hero__rule span:nth-of-type(2) {
    display: none;
  }
  .statement__grid,
  .section-heading,
  .advisory__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service {
    grid-template-columns: 1fr;
  }
  .service__visual {
    min-height: clamp(250px, 52vw, 360px);
  }
  .service__logo {
    width: min(90%, 520px);
  }
  .service__body {
    padding: 38px 30px;
  }
  .message__grid {
    grid-template-columns: 1fr;
  }
  .message__portrait {
    height: clamp(400px, 105vw, 620px);
  }
  .assurance__grid {
    grid-template-columns: 1fr;
  }
  .assurance__grid > div {
    padding: 20px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .assurance__grid > div:last-child {
    border-right: 0;
  }
  .subhero {
    padding: 70px 0 55px;
  }
  .subsection {
    padding: 65px 0;
  }
  .company-table > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .footer__top {
    flex-direction: column;
    gap: 35px;
  }
  .footer nav {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .service__visual {
    min-height: 240px;
  }
  .service h3 {
    font-size: 1.65rem;
  }
  .process li {
    grid-template-columns: 45px 1fr;
  }
  .message__profile {
    grid-template-columns: 1fr;
  }
  .message__profile dl > div:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .footer__bottom {
    gap: 12px;
    flex-direction: column;
  }
}
.nav a:not(.nav__cta),
.footer nav a,
.arrow-link {
  transition:
    color 0.28s ease,
    -webkit-text-decoration-color 0.28s ease;
  transition:
    color 0.28s ease,
    text-decoration-color 0.28s ease;
  transition:
    color 0.28s ease,
    text-decoration-color 0.28s ease,
    -webkit-text-decoration-color 0.28s ease;
}

.nav a:not(.nav__cta):hover,
.arrow-link:hover {
  color: #35506f;
  -webkit-text-decoration-color: #35506f;
  text-decoration-color: #35506f;
}

.footer nav a:hover {
  color: #fff;
}

.button,
.nav__cta {
  transition:
    color 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.button:hover,
.nav__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(21, 34, 56, 0.2);
}

.button--primary:hover,
.nav__cta:hover {
  color: #fff;
  background: #2a3f5f;
  border-color: #2a3f5f;
}

.button--outline:hover {
  color: #152238;
  background: #e7ecf2;
  border-color: #152238;
}

.button--light:hover {
  color: #152238;
  background: #e7ecf2;
  border-color: #e7ecf2;
}

.corp-logo {
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.corp-logo:hover {
  opacity: 0.68;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
